/*
Theme Name: Client
Version: 1.0
Description: A custom theme developed by Smartboost
Author: Smartboost
Template: bootscore
*/

/* Local webfonts */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("assets/fonts/Inter-Regular.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url("assets/fonts/Inter-Medium.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("assets/fonts/Inter-SemiBold.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("assets/fonts/Inter-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("assets/fonts/Poppins-Regular.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("assets/fonts/Poppins-Medium.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("assets/fonts/Poppins-SemiBold.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("assets/fonts/Poppins-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("assets/fonts/Montserrat-Regular.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("assets/fonts/Montserrat-Medium.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("assets/fonts/Montserrat-Bold.woff2") format("woff2");
    font-display: swap;
}

@import url("../bootscore/style.css");

:root {
	--accent:	 	#8DC442;
	--red:			#A31E24;
	--red2:			#6F1317;
	--blue: 		#0F37CE;
	--blue2: 		#0B2377;
	--black: 	 	#000000;
	--white: 	 	#FFFFFF;
	--offwhite:     #F5F5F7;
	
	--vp-small: 	40px;
    --vp-medium: 	80px;
    --vp-large: 	120px;
	
    --font-body: "Inter", sans-serif;
    --font-heading: "Inter", sans-serif;
	
}

/* ********** GENERAL ********** */

html {
	margin: 0 !important;
}

html,
body {
	font-family: var(--font-heading) !important;
}

h1, h2, h3, h4, h5, h6  {
  	font-family: var(--font-heading) !important;
	font-weight: 600;
}

h1 {
    font-size: 60px !important;
}

h2 {
	font-size: 30px !important;
}

h3 {
	font-size: 24px !important;
}
	
p {
	font-family: var(--font-body) !important;
	font-size: 18px !important;
	font-weight: 400;
}

.btn-cta {
    display: inline-block;
    padding: 13px 30px;
	color: var(--white);
	font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
	text-align: center;
	border: 2px solid transparent;
	min-width: 240px;
    transition: all .5s;
}

.btn-cta:hover {
	transition: all .5s;
}

.btn-cta img {
	margin-right: 10px;
}

.text-black {
	color: var(--black);
}

.bg-white {
	background-color: var(--white);
}

.bg-black {
	background-color: var(--black);
}

.mw-350 {
	max-width: 350px;
}

.mw-500 {
	max-width: 500px;
}

.mw-550 {
	max-width: 550px;
}

.mw-775 {
	max-width: 775px;
}

.mw-850 {
	max-width: 850px;
}

.desktop {
	display: block !important;
}

.mobile {
	display: none !important;
}

/* ********** NAVIGATION ********** */

#wpadminbar {
	display: none !important;
}

header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
}

.sb-announcement-bar p {
	font-size: 14px;
}

ul#bootscore-navbar {
	justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.navbar-brand,
.nav-cta {
	width: 140px;
	margin-right: 0;
}

#bootscore-navbar a.nav-link {
	font-size: 16px;
	font-weight: 500;
	color: var(--black);
	margin: 0 12px;
}

.btn-cta.nav-cta {
	min-width: initial;
	background-color: var(--red);
	color: var(--white);
	margin-left: 1rem;
	padding: 13px 0;
}

.nav-cta-mobile {
	display: none !important;
}

/* ********** UTILITIES FROM ACF SECTION SETTINGS ********** */

/* Padding Settings */

.pt-section-sm {
	padding-top: var(--vp-small);
}
.pt-section-md {
	padding-top: var(--vp-medium);
}
.pt-section-lg {
	padding-top: var(--vp-large);
}
.pt-section-none {
	padding-top: 0;
}

.pb-section-sm {
	padding-bottom: var(--vp-small);
}
.pb-section-md {
	padding-bottom: var(--vp-medium);
}
.pb-section-lg {
	padding-bottom: var(--vp-large);
}
.pb-section-none {
	padding-bottom: 0;
}

/* Background Settings */

.bg-section-white {
	background-color: var(--white);
}

.bg-section-offwhite {
	background-color: var(--offwhite);
}

.bg-section-dark {
	background-color: var(--black);
	color: var(--white);
}


/* Global Button Styles */

.btn-white {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--red);
}

.btn-white:hover {
	background-color: var(--white);
	color: var(--red2);
	border-color: var(--red2);
}

.btn-red {
	background-color: var(--red);
	border-color: var(--red);
	color: var(--white);
}

.btn-red:hover {
	background-color: var(--red2) !important;
	color: var(--white);
	border-color: var(--red2);
}

.btn-blue {
	background-color: var(--blue);
	border-color: var(--blue);
	color: var(--white);
}

.btn-blue:hover {
	background-color: var(--blue2);
	color: var(--white);
	border-color: var(--white);
}

.btn-outline {
	background-color: transparent;
	border-color: var(--white);
	color: var(--white);
}

.btn-outline:hover {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--black);
}

.btn-minimal {
	background-color: transparent;
	border-color: transparent;
	color: var(--red);
	text-decoration: underline;
	padding: 0;
}

.btn-minimal:hover {
	color: var(--red2);
	text-decoration: none;
}

body.font-heading-inter {
	--font-heading: "Inter", sans-serif;
}

body.font-heading-poppins {
	--font-heading: "Poppins", sans-serif;
}

body.font-heading-montserrat {
	--font-heading: "Montserrat", sans-serif;
}

body.font-body-inter {
	--font-body: "Inter", sans-serif;
}

body.font-body-poppins {
	--font-body: "Poppins", sans-serif;
}

body.font-body-montserrat {
	--font-body: "Montserrat", sans-serif;
}

/* ********** HOME PAGE ********** */

/* HERO PRIMARY */

.hero-primary {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.hero-primary .container {
  position: relative;
  z-index: 2;
}

.hero-primary .hero-heading,
.hero-primary .hero-subheading,
.hero-primary .hero-content {
  color: #ffffff;
}

.hero-subheading {
	background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	display: inline-block;
    padding: 8px 25px;
    border-radius: 100px;
	line-height: 28px;
}

.hero-subheading img {
	position: relative;
    top: -1px;
    margin-right: 5px;
}

.hero-primary {
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-primary > .container {
    position: relative;
    z-index: 2;
}

.hero-primary .d-flex.flex-wrap.gap-3 {
	justify-content: center;
}

/* Search */

.hero-search {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border-radius: 999px;
    padding: 8px 12px;
    max-width: 560px;
}

.hero-search input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
	padding-left: 20px;
	width: 560px;
}

.hero-search button {
    border: none;
    background: #c62828;
    color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.hero-search img {
	position: relative;
	top: -2px;
}

/* Cards */

.hero-cards {
	bottom: 50px;
}

.hero-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hero-card-title {
    margin-bottom: 12px;
}

.hero-card-description {
    margin-bottom: 16px;
}

.hero-card-link {
    color: #c62828;
    font-weight: 600;
    text-decoration: none;
}

.hero-card-link:hover {
    text-decoration: underline;
}

/* Hero Search */

#community-search {
	padding-left: 32px;
}

.hero-search {
	position: relative;
}

.hero-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	z-index: 20;
}

.hero-search-results.is-visible {
	display: block;
	background-color: #fff;
    max-width: 90%;
    margin: 0 auto;
    border-top: 1px solid #d3d3d3;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.hero-search-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hero-search-list li a {
	display: block;
	text-decoration: none;
	color: var(--black);
}

.hero-search-empty {
	padding: 12px;
	font-size: 14px;
}

.hero-search-list li a {
	padding: 10px 15px;
}

.hero-search-list li.is-active a,
.hero-search-list li a:hover {
	background-color: #a31e24;
    color: #fff;
}

.community-meta {
	display: block;
	font-size: 13px;
	opacity: 0.7;
}

@media (max-width: 991px) {
    .hero-cards {
        margin-top: 32px;
    }
}

@media (min-width: 768px) {

    .hero-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-left: 0;
        margin-right: 0;
		width: 100%;

		/* left: 50%; */
		/* transform: translateX(-50%); */
		position: relative;
    	top: 7.5%;

    }

    .hero-cards .splide__track,
    .hero-cards .splide__list {
        display: contents;
    }

    .hero-cards .splide__slide {
        width: auto !important;
        padding-left: 0;
    }
	
	.hero-primary .splide {
		visibility: visible;
	}

}

@media (max-width: 767px) {

/*     .hero-cards {
        margin-left: -16px;
        margin-right: -16px;
    } */

    .hero-cards .splide__slide {
        padding-left: 16px;
    }

}

/* RESIDENT QUICK ACTION */

.resident-quick-actions {
    padding-top: 64px;
    padding-bottom: 64px;
}

.resident-quick-actions .section-heading {
    margin: 0;
}

.resident-quick-actions .section-intro {
    margin: 0;
    color: #6b6b6b;
}

.quick-actions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.quick-action-card {
    display: block;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    padding: 20px;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.quick-action-card:hover {
    text-decoration: none;
    color: inherit;
}

.quick-action-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.quick-action-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

.quick-action-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
}

.quick-action-card:focus,
.quick-action-card:focus-visible {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

@media (min-width: 768px) {

    .quick-actions-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .quick-action-card {
        padding: 24px;
    }

    .quick-action-title {
        font-size: 20px;
    }

    .quick-action-description {
        font-size: 15px;
    }

}

/* SECTION CTA */

.section-cta {
    background-size: cover;
    background-position: center;
    position: relative;
    color: #ffffff;
}

/* .section-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
} */

.section-cta.cta-homeowners {
	padding-top: 150px;
	padding-bottom: 150px;
}

.section-cta.no-overlay::before {
    display: none;
}

.section-cta > .container {
    position: relative;
    z-index: 2;
}

.section-cta .cta-inner {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.section-cta .cta-heading {
    margin: 0;
}

.section-cta .cta-description {
    color: rgba(255, 255, 255, 0.85);
}

.section-cta .d-flex.flex-wrap.gap-3 {
	justify-content: center;
}

/* TWO COLUMN CONTENT */

.two-column-content .two-col-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.two-col-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.two-col-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.two-col-bullets img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: 2px;
}

.two-column-content.image-left .two-col-content {
    order: 2;
}

.two-column-content.image-left .two-col-image {
    order: 1;
}

@media (max-width: 767px) {

    .two-col-row {
        flex-direction: column-reverse;
    }

    .two-column-content.image-left .two-col-row {
        flex-direction: column;
    }

    .two-col-image {
        margin-bottom: 24px;
    }

}

/* TWO COLUMN CONTENT */

.btn-white-border-red .btn-white,
.btn-white-border-red {
	border-color: var(--red);
}

/* FAQ PREVIEW */

.faq-preview .accordion {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.faq-preview p {
    font-size: 16px !important;
}

.faq-preview a {
    color: var(--black);
}

.faq-preview .accordion-button {
    font-weight: 600;
}

.faq-preview .accordion-body {
    line-height: 1.6;
}

.accordion-button:not(.collapsed) {
	background-color: var(--white);
}

.faq-section p {
    font-size: 16px !important;
}

.faq-section a {
    color: var(--black);
}

/* STATS COUNTER */

.stats-counter-row {
    row-gap: 32px;
}

.stats-counter-value {
    font-size: clamp(50px, 6vw, 72px);
    color: var(--color-primary, #a11d1f);
    line-height: 1;
    margin-bottom: 8px;
}

.stats-counter-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000;
}

@media (min-width: 768px) {
    .stats-counter-value {
        margin-bottom: 12px;
    }
}

/* TRUSTED COMMUNITIES */

.community_trusted .col-md-4.col-lg-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 18px;
    border: 2px solid #EDEDED;
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
	
	margin: 5px;
    width: calc(16.667% - 10px);
	
}

.community_trusted .community-pill {
	text-decoration: none;
	color: #656565;
	display: block;
	transition: all .5s;
}

.community_trusted .community-pill:hover {
	background-color: #f5f5f5;
	transition: all .5s;
}

/* Spacing between pills */
.community_trusted .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

@media (max-width: 991px) {
	
	.community_trusted .col-md-4.col-lg-2 {
		width: calc(33.333% - 10px);
	}
	
}

@media (max-width: 767px) {
	
	.community_trusted .col-md-4.col-lg-2 {
		width: calc(50% - 10px);
	}
	
}

/* SECTION TESTIMONIAL */

.testimonial-card,
.carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousel-item > * {
    max-width: 440px;
}

.carousel-item {
    background: #f6f6f6;
    border-radius: 16px;
    padding: 32px;
}

.carousel-item img {
    display: block;
    margin-bottom: 16px;
}

.carousel-item blockquote {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #0e0f11;
}

.carousel-item strong {
    font-weight: 600;
}

.testimoinal h2 {
	top: -65px;
}

.testimonial .carousel {
	position: relative;
	left: -12.5%;
}

.testimonial .carousel-item {
	padding: 10% !important;
}

.carousel-h2-desktop {
	display: block;
	z-index: 3;
    top: -50px;
}

.carousel-h2-mobile {
	display: none;
}

/* HERO RESIDENTS HUB */

.hero-residents-hub.hero-primary {
	height: 800px !important;
	min-height: 66.667vh !important;
}

.hero-residents-hub .col-12 {
	margin-top: 43px;
}

.hero-residents-hub .hero-subheading {
	background: initial;
	backdrop-filter: initial;
	padding: 0;
	border-radius: initial;
}

.hero-residents-hub .hero-buttons .d-flex {
	justify-content: center;
}

.hero-residents-hub .hero-or {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	line-height: 1;
}

.hero-residents-hub .hero-or::before,
.hero-residents-hub .hero-or::after {
	content: "";
	display: block;
	height: 1px;
	width: 220px;
	background: rgba(255, 255, 255, 0.35);
}

@media (max-width: 767px) {
	.hero-residents-hub .hero-or::before,
	.hero-residents-hub .hero-or::after {
		width: 120px;
	}
}

/* AFTER HOURS SECTION */

/* Cards */
.after-hours-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
}

/* Icon */
.after-hours-icon img {
    width: 28px;
    height: auto;
    margin-bottom: 12px;
}

/* Headings */
.after-hours-card h4 {
    margin-bottom: 12px;
}

/* Text */
.after-hours-text {
    font-size: 15px;
    line-height: 1.6;
}

/* Buttons full width */
.after-hours-card .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Space above bottom content */
.after-hours-bottom {
    margin-top: 32px;
}

/* ********** ABOUT ********** */

.hero-about {
    position: relative;
	height: 800px !important;
	min-height: initial !important;
}

/* Headings & content width */
.hero-about h1 {
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
}

.hero-about .mw-600,
.hero-about p {
    max-width: 650px;
}

/* Hide inherited search */
.hero-about .hero-search {
    display: none;
}

/* Hero cards layout */
.hero-about .hero-cards {
    width: 100%;
    left: 0;
    right: 0;
}

.hero-about .hero-cards .splide__track,
.hero-about .hero-cards .splide__list {
    width: 100%;
}

/* Hero card styling */
.hero-about .hero-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
}

.hero-about .hero-card-icon img {
    width: 32px;
    height: 32px;
}

.hero-about h3.hero-card-title {
    font-size: 20px !important;
	font-weight: 600;
}

@media (min-width: 768px) {
    .hero-about .hero-cards {
		position: absolute;
		bottom: 50px;

		left: 50%;
		transform: translateX(-50%);

		width: 100%;
		max-width: 1320px; /* slightly wider than home if needed */

		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
	}
}

@media (max-width: 767px) {
	
	.hero-about h1,
	.hero-about p {
		padding: 0 20px;
	}

	.hero-about .hero-cards {
		position: absolute;
		bottom: 50px;
	}
	
	.hero-primary .col-sm-12 {
		position: relative;
		top: -25px;
	}
	
	.hero-about .container {
		max-width: 100% !important;
		padding: 0 !important;
	}
	
}

.team-grid .container {
	max-width: 1280px !important;
}

.team-card {
	max-width: 305px;
	margin-left: auto;
	margin-right: auto;
}

.card-info {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.community-management-team .col-12.col-sm-6.col-md-4.col-lg-3 {
	width: 20%;
}

.community-management-team .mw-650 {
	max-width: 650px;
}

.community-management-team .team-card {
	max-width: 245px;
	border: 2px solid #EDEDED;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.community-management-team .team-card-title {
	display: none;
}

/* ********** REQUEST A PROPOSAL ********* */

.hero-proposal {
	height: 100vh;
	height: 800px !important;
	min-height: 66.667vh !important;
	background-size: cover;
	background-position: center;
}

.hero-proposal .container {
	top: 43px;
}

.hero-proposal .col-12 {
	height: 100%;
    /* position: absolute; */
    /* bottom: -20%; */
}

h2.gform_submission_error.hide_summary {
	font-size: 15px !important;
}

div#gform_confirmation_message_1 {
	text-align: center;
}

@media (max-width: 767px) {

	.hero-proposal .col-12 {
		position: initial;
	}

}

.hero-proposal .hero-cards-grid {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.hero-proposal .hero-cards-grid .splide__list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hero-proposal .hero-cards-grid .splide__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* FORM EMBED */

.form-embed-wrapper {
	border: 2px solid #EDEDED;
	border-radius: 20px;
}

.gform-body input {
	background-color: #F5F5F7;
	border: 1px solid #EDEDED;
	border-radius: 10px;
}

.gform-body label {
	font-weight: 500 !important;
	font-size: 18px !important;
}

.gform_button {
	display: inline-block;
    padding: 13px 30px;
	color: var(--white);
	font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
	text-align: center;
	background-color: var(--red);
	border: 2px solid transparent;
	width: 100%;
    transition: all .5s;
}

.gform_button:hover {
	background-color: var(--red2);
	transition: all .5s;
}

/* Gravity Forms – RFP Upload */

.gf-upload-rfp {
	position: relative;
}

/* Upload container */
.gf-upload-rfp .ginput_container_fileupload {
	position: relative;
	height: 64px;
	border-radius: 12px;
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

/* Native file input */
.gf-upload-rfp .ginput_container_fileupload input[type="file"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

/* Centered custom label */
.gf-upload-rfp .rfp-label {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-weight: 500;
	color: #6b6b6b;
	pointer-events: none;
	z-index: 2;
}

/* Icon */
.gf-upload-rfp .rfp-icon {
	width: 20px;
	height: 20px;
	background: url("/wp-content/uploads/2026/01/icon-file-upload.svg") no-repeat center;
	background-size: contain;
	flex-shrink: 0;
}

/* Default text */
.gf-upload-rfp .rfp-text {
	display: inline;
}

/* Filename */
.gf-upload-rfp .rfp-filename {
	display: none;
	color: #111;
	font-weight: 500;
	max-width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Hide ALL Gravity Forms internal UI noise */
.gf-upload-rfp .ginput_preview,
.gf-upload-rfp .gform_drop_area,
.gf-upload-rfp .gform_button_select_files {
	display: none !important;
}

/* Reposition max file size helper */
.gf-upload-rfp .gform_fileupload_rules {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	color: #8a8a8a;
}

span#gfield_upload_rules_1_7 {
	text-align: center;
    top: 13px;
    position: relative;
    font-size: 12px;
}

.gf-upload-rfp .rfp-label {
	top: -10px;
}

/* ********** COMMUNITY PAGE ********** */

.hero-community.hero-primary.min-vh-100 {
	min-height: 600px !important;
	padding-top: 100px;
}

.communities-content[data-active-view="list"] .communities-map-view {
	display: none;
}

.communities-content[data-active-view="map"] .communities-list-view {
	display: none;
}

.communities-alpha-filter button.is-active,
.pagination button.is-active {
	font-weight: 600;
}

.alpha-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.alpha-filter button {
    border: 1px solid #000;
    background: #fff;
	height: 40px;
    width: 40px;
	padding: 0;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.alpha-filter button.is-active {
    background: var(--red);
    color: #fff;
}

.community-listing {
	background-color: var(--offwhite);
}

.community-listing .container {
	max-width: 1000px !important;
}

.communities-count {
	font-weight: 500;
	color: #7F7F7F;
	font-size: 16px;
}

.community-card {
	text-decoration: none;
	color: var(--black);
}

.community-card-inner {
	background-color: var(--white);
	border-radius: 20px;
	border: 2px solid #EDEDED;
	padding: 25px;
}

.community-card-title {
	font-size: 16px;
	font-weight: 600;
}

.communities-toggle {
	border: none;
	font-weight: 600;
	background-color: transparent;
}

.communities-pagination button {
    border: none;
    background-color: transparent;
    color: #8E8E8E;
    padding: 0 10px;
}

.communities-pagination button.is-active {
    color: var(--red);
}

.communities-controls img {
	position: relative;
    top: -1px;
}

.prime-map-infowindow {
    font-family: inherit;
    padding: 6px 2px;
    min-width: 220px;
    position: relative;
}

.prime-map-infowindow-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 28px 6px 0;
}

.prime-map-infowindow-meta {
    font-size: 13px;
    line-height: 1.35;
    color: #6E6C66;
    margin-bottom: 10px;
}

.prime-map-infowindow-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--red);
    text-decoration: none;
}

.prime-map-infowindow-link:hover,
.prime-map-infowindow-link:focus {
    text-decoration: underline;
}

.prime-map-infowindow-close {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    color: #0E0F11;
    cursor: pointer;
}

.gm-style .gm-style-iw-c {
    border-radius: 14px;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style-iw-chr {
	display: none;
}

.gm-style-iw.gm-style-iw-c {
	padding: 20px !important;
}

.icon-arrow-map {
    filter: brightness(0) saturate(100%)
        invert(14%)
        sepia(89%)
        saturate(4372%)
        hue-rotate(350deg)
        brightness(92%)
        contrast(96%);
}

.prime-map-infowindow-close img {
    width: 15px;
	height: 15px;
}

.communities-map-view #communities-map {
	border: 1px solid #dbdbdb;
    border-radius: 10px;
}

/* ********** COMMUNITY SINGLE ********** */

.community-detail {
	padding-top: 1.5rem;
	padding-bottom: 3rem;
}

.community-hero-image {
	display: block;
	width: 100%;
	max-height: 360px;
	object-fit: cover;
	border-radius: 18px;
}

.community-header-row {
	margin-top: 1.75rem;
}

.community-title-row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

h1.community-title {
	font-size: 36px !important;
	margin: 0;
}

.community-email-icon img {
	width: 24px;
	height: 24px;
}

.community-email a {
	text-decoration: none;
	color: var(--black);
}

.community-meta {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	font-size: 0.95rem;
	color: var(--gray-700);
}

.community-primary-btn,
.community-secondary-btn {
	border-radius: 999px;
	padding-block: 0.75rem;
	font-weight: 600;
}

.community-services {
	margin-top: 3rem;
}

.community-services-grid {
	margin-top: 1.5rem;
}

.community-service-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem;
	height: 100%;
	width: 100%;
	border-radius: 16px;
	border: 1px solid #e3e3e3;
	background: #ffffff;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.community-service-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
	border-color: #d0d0d0;
}

.community-services-grid > [class*="col-"] {
	display: flex;
	min-height: 122px;
}

.community-service-icon {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background-color: var(--offwhite);
}

.community-service-content h3 {
	font-size: 1rem;
	margin: 0 0 0.25rem;
}

.community-service-content p {
	font-size: 0.9rem;
	margin: 0;
	color: var(--gray-700);
}

.community-faq {
	margin-top: 3rem;
}

.community-faq h2 {
	margin-bottom: 1rem;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.faq-item {
	border-radius: 10px;
	border: 1px solid #e3e3e3;
	padding: 0.75rem 1rem;
	background-color: #ffffff;
}

.faq-item summary {
	cursor: pointer;
	font-weight: 500;
	list-style: none;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-answer {
	margin-top: 0.5rem;
	font-size: 0.95rem;
}

.faq-more {
	display: inline-block;
	margin-top: 0.75rem;
	font-weight: 500;
	color: var(--red);
	text-decoration: none;
}

.community-contact-section {
	margin-top: 3rem;
	background-position: 70% 45%;
}

.community-contact {
	padding: 2rem;
	border-radius: 16px;
	/* background: radial-gradient(circle at top left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url("/wp-content/uploads/2026/01/hero-residents-hub.jpg") center/cover no-repeat; */
	color: #ffffff;
}

.community-contact h2 {
	color: #ffffff;
}

.community-contact p {
	margin-bottom: 1rem;
}

.community-contact .btn {
	border-radius: 999px;
	font-weight: 600;
}

.community-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.w-35 {
	width: 35px;
	display: inline-block;
}

.community-modal[aria-hidden="false"] {
	display: block;
}

.community-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.community-modal-panel {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1020px;
	max-height: calc(100% - 4rem);
	background: #ffffff;
	overflow-y: auto;
	padding: 2rem;
	border-radius: 12px;
}

.community-modal-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 2rem;
	background: none;
	border: none;
	cursor: pointer;
}

/* SINGLE COMMUNITY */

.single-community .container.pt-4 {
	display: none;
}

.single-community .container.mt-3 {
	max-width: 1280px !important;
}

.single-community .community-hero {
	margin-top: 75px;
}

@media (max-width: 767px) {
	.community-modal {
		display: none !important;
	}
}

/* ********** CONTACT ********** */

.hero-contact.hero-primary {
	height: 800px !important;
	min-height: 66.667vh !important;
}

.hero-contact .col-12 {
	margin-top: 43px;
}

/* ********** FAQ PAGE ********** */

.hero-proposal.hero-faq {
	min-height: 33.333vh;
}

.faq-section .nav-link {
	color: var(--black);
}

.faq-section .nav-link.active {
	background-color: var(--black);
}

/* ********** THANK YOU ********** */

.hero-thank-you p,
.rqa-thank-you p {
	max-width: 825px;
	margin: 0 auto !important;
}

/* ********** POLICY PAGES ********** */

.hero-proposal.hero-policy,
.hero-proposal.hero-faq,
.hero-proposal.hero-thank-you {
    height: 500px !important;
    min-height: initial !important;
}

.section-policy-content .container {
	max-width: 1000px !important;
}

.section-policy-content h2 {
	font-size: 22px !important;
}

.section-policy-content a {
	color: var(--black);
}

.section-policy-content p,
.section-policy-content li,
.section-policy-content address {
	font-size: 16px !important;
}

@media (max-width: 767px) {

	.hero-proposal.hero-faq,
	.hero-proposal.hero-policy,
	.hero-proposal.hero-thank-you {
		padding: 0 20px;
		height: 250px !important;
	}

	.hero-proposal.hero-faq .container,
	.hero-proposal.hero-policy .container,
	.hero-proposal.hero-thank-you .container {
		position: initial;
		top: initial;
	}

	.hero-proposal.hero-faq .col-12,
	.hero-proposal.hero-policy .col-12,
	.hero-proposal.hero-thank-you .col-12 {
		margin-top: initial !important;
	}

}

/* ********** FOOTER ********** */

footer {
	border-top: 1px solid #d5d5d5;
}

footer h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 13px;
}

footer ul li a {
	display: block;
	margin: 5px 0;
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
	text-decoration: none;
}

.site-phone {
	color: var(--black);
	font-size: 16px;
}

.site-phone img {
	width: 24px;
    height: 24px;
    position: relative;
    top: -1.5px;
}

.sb-social-links {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.5rem;
}

.sb-social-links a {
	color: inherit;
	font-size: 1.1rem;
}

.sb-social-links a:hover {
	color: var(--accent);
}

/* ********** MEDIA QUERIES ********** */

@media (max-width: 1148px) {
	
	.hero-primary h3 {
		font-size: 22px !important;
	}
	
	.hero-card-description {
		font-size: 17px !important;	
	}
	
}

@media (max-width: 1073px) {
	
	.hero-card {
		padding: 32px 16px;
	}
	
	.hero-primary h3 {
		font-size: 20px !important;
	}
	
}

@media (max-width: 991px) {
	/* GENERAL */
	html,
	body {
		font-size: 15px;
	}

	h1 {
		font-size: 47px !important;
	}

	h2 {
		font-size: 1.75rem;
	}

	p {
		font-size: 16px !important;
	}
	
	/* NAVIGATION */
	.nav-cta {
		display: none !important;
	}

	.nav-cta.nav-cta-mobile {
		display: block !important;
		margin-left: 0 !important;
	}

	.nav-cta-mobile a {
		color: var(--white) !important;
	}

	ul#bootscore-navbar {
		align-items: initial;
		text-align: initial;
	}

	.h5.offcanvas-title {
		display: none;
	}

	#bootscore-navbar a.nav-link {
		margin-left: 7px;
		font-size: 25px;
		font-weight: 400;
	}

	.nav-toggler {
		border: none;
	}

	.nav-toggler i {
		font-size: 25px;
		color: var(--black);
	}

	.offcanvas .btn-close {
		font-size: 25px;
		color: var(--black);
		opacity: 1;
		background: none;

		position: relative;
		right: 20px;
		top: -5px;

	}

	/* FLEX SECTION */
	.hero-primary {
		min-height: 75vh;
		text-align: center;
	}

	.hero-primary .row {
		flex-direction: column;
	}
	
	.hero-primary h3 {
		font-size: 20px !important;
	}
	
	.hero-card-description {
		font-size: 16px !important;	
	}
	
	.carousel-h2-desktop {
		display: none;
	}

	.carousel-h2-mobile {
		display: block;
	}
	
	body.home .stats-counter {
		padding-top: var(--vp-small);
	}
	
	body.home section.testimonial {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	section.testimonial .img-testimonial {
		max-height: 500px;
		object-fit: cover;
	}
	
	section.testimonial .carousel {
		left: initial;
		top: -100px;
		width: 90%;
		margin: 0 auto;
	}
	
	section.testimonial .carousel-item {
		padding: 5% !important;
	}
	
	body.home section.faq-preview {
		padding-top: 0;
	}
}

@media (max-width: 900px) {

	.hero-card {
		padding: 32px 12px;
	}
	
	.hero-primary h3 {
		font-size: 18px !important;
	}
	
	.hero-card-description {
		font-size: 15px !important;	
	}
	
}

@media (max-width: 800px) {
	
	.hero-primary h3 {
		font-size: 17px !important;
	}
	
}

@media (min-width: 768px) {
	
	.container {
		max-width: 95% !important;
	}
	
}

@media (max-width: 767px) {
	/* GENERAL */
	html,
	body {
		font-size: 14px;
	}

	h1 {
		font-size: 34px !important;
	}

	h2 {
		font-size: 26px !important;
	}
	
	h3 {
		font-size: 18px !important;
	}

	p {
		font-size: 0.95rem;
	}
	
	.desktop {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}
	
	.pt-section-md,
	.pt-section-lg {
		padding-top: var(--vp-small);
	}
	
	.pb-section-md,
	.pb-section-lg {
		padding-bottom: var(--vp-small);
	}
	
	/* NAVIGATION */
	.nav-cta {
		margin-left: 0;
		margin-top: 0.75rem;
		display: inline-flex;
		justify-content: center;
		width: 100%;
	}

	.offcanvas {
		width: 100% !important;
	}

	/* FLEX SECTION */
	.hero-primary {
		padding-bottom: 0;
		padding-top: 0;
		margin-top: 82px;
		height: calc(100vh - 82px) !important;
	}

	.hero-proposal .container {
		max-width: 100% !important;
		padding: 0 !important;
	}
	
	.hero-proposal .col-12 {
		height: 100%;
    	margin-top: -82px;
	}
	
	.hero-proposal .hero-cards-grid.splide {
		position: absolute;
		bottom: 20%;
		right: 0;
	}
	
	.hero-cards .splide__slide {
	    width: 26% !important;
        padding-left: 30px;
	}

	.home .hero-primary .hero-cards {
		display: none;
	}
	
	.hero-search {
		min-width: initial;
		width: 95%;
	}
	
	.hero-card {
		padding: 15px;
	}

	.hero-search input {
		width: 100%;
	}
	
	/* RESIDENT QUICK ACTIONS */
	p.quick-action-description {
		font-size: 14px !important;
	}
	
	/* TWO COL CONTENT */
	.two-column-content .btn-cta {
		width: 100%;
	}
	
	.two-col-bullets li {
		font-size: 16px;
	}
	
	/* TESTIMONIALS */
	.testimonial .carousel {
		position: initial;
	}

	/* FAQ PREVIEW */
	body.home section.faq-preview {
		padding-top: 75px;
	}
	
	/* SECTION CTA */
	.section-cta {
		padding-top: var(--vp-medium);
		padding-bottom: var(--vp-medium);
	}
	
	.section-cta .btn-cta {
		width: 100%;
	}
	
	/* RESIDENT HUB */
	.hero-or-text.mx-3 {
		margin: 0 !important;
	}

	.hero-residents-hub .btn-cta {
		width: 100%;	
	}
	
	/* FOOTER */
	footer {
		text-align: center;
	}
	
	footer .mw-350 {
		max-width: 100%;
	}
	
}

@media (min-width: 200px) and (max-width: 767px) {
	
	.container {
		max-width: 95% !important;
	}
	
}

@media (min-width: 1921px) {
	
	.container {
		max-width: 1920px !important;
	}
	
}














