/*Heading*/

.section-heading{
    font-size: 48px;
    font-weight: 400;
}

.section-subtitle {
    display: inline-block;
    color: #d49838;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media(max-width:767px){
    .section-heading{
        font-size: 32px;
    }

    .section-subtitle {
        margin-bottom: 25px;
    }
}    

/* ==========================
HEADER
========================== */

.site-header{
    background:#f3f0ea;
    padding:10px 0;
    border-bottom:1px solid rgba(0,0,0,.05);
}

.header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

/* ==========================
LOGO
========================== */

.header-logo{
    flex-shrink:0;
}

.header-logo img{
    max-height:55px;
    width:auto;
}

.logo-text{
    font-family:'Cormorant Garamond', serif;
    font-size:32px;
    text-decoration:none;
    color:#27432f;
}

.logo-tagline{
    font-size:12px;
    letter-spacing:6px;
    text-transform:uppercase;
    color:#6b736d;
    margin-top:6px;
}

@media(max-width:991.98px){

    .site-header{
        padding:5px 0;
    }

    .custom-logo{
        max-height:50px;
        width:auto;
    }

}

/* ==========================
MENU
========================== */

.main-menu{
    flex:1;
    display:flex;
    justify-content:center;
}

.menu-list{
    display:flex;
    align-items:center;
    gap:20px;
    list-style:none;
    margin:0;
    padding:0;
}

.menu-list li{
    margin:0;
}

.menu-list a{
    text-decoration:none;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#556b60;
    transition:.3s;
}

.menu-list a:hover,
.menu-list .current-menu-item a{
    color:#d4a24f;
}

/* ==========================
BUTTON
========================== */

.header-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:160px;
    height:40px;
    border:1px solid #d4a24f;
    color:#d4a24f;
    text-decoration:none;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:14px;
    transition:.3s;
}

.header-btn:hover{
    background:#d4a24f;
    color:#fff;
}

.site-header{
    background: rgba(243,240,234,.95);
    backdrop-filter: blur(10px);
}

/* ==============================
   Mobile
============================== */


.navbar-toggler{
    border:none;
    padding:0;
    background:none;
}

.navbar-toggler i{
    font-size:32px;
    color:#27432f;
}

.offcanvas{
    width:320px;
    background:#f3f0ea;
}

.offcanvas-header{
    padding:25px;
}

.offcanvas-body{
    padding:25px;
}


.mobile-menu{
    list-style:none;
    margin:0;
    padding:0;
}

.mobile-menu li{
    margin-bottom:20px;
}

.mobile-menu a{
    text-decoration:none;
    color:#27432f;

    font-size:15px;
    letter-spacing:3px;
    text-transform:uppercase;
}

.mobile-cta{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:40px;
    height:55px;
    background:#d4a24f;
    color:#fff;
    text-decoration:none;
    letter-spacing:3px;
    text-transform:uppercase;
}
/* ==============================
   FOOTER
============================== */

.gc-footer {
    background: #083b1c;
    padding: 100px 0 40px;
    color: #d8d8d8;
}

.footer-brand h2 {
    color: #f6f1e7;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.footer-brand span {
    display: inline-block;
    color: #d39b3d;
    letter-spacing: 6px;
    font-size: 16px;
    margin-bottom: 35px;
    font-weight: 500;
}

.footer-description {
    max-width: 620px;
    font-size: 16px;
    opacity: 0.8;
    line-height: 1.5;
    color: #f6f1e7;
}

.footer-widget h5 {
    color: #d39b3d;
    letter-spacing: 5px;
    font-size: 15px;
    margin-bottom: 35px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widget ul li {
    margin-bottom: 18px;
}

.footer-widget ul li a,
.footer-widget ul li {
    color: #f6f1e7;
    opacity: 0.8;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
    font-family: 'Inter', sans-serif;
}


.footer-widget ul li a:hover {
    color: #d39b3d;
}

.contact-info li:last-child a {
    color: #d39b3d;
    font-weight: 600;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding-top: 30px;
}

.footer-bottom p {
    margin: 0;
    color: #f6f1e7;
    font-size: 15px;
    opacity: .5;
}

.footer-location {
    color: #f6f1e7;
    letter-spacing: 5px;
    font-size: 15px;
    opacity: .5;
}

/* ==============================
   RESPONSIVE
============================== */

@media(max-width:991px) {

    .gc-footer {
        padding: 70px 0 30px;
    }

    .footer-brand h2 {
        font-size: 44px;
    }

    .footer-description {
        font-size: 18px;
    }

    .footer-widget {
        margin-top: 20px;
    }

    .footer-location {
        letter-spacing: 4px;
    }
}

@media(max-width:767px) {

    .gc-footer {
        padding: 60px 0 25px;
    }

    .footer-brand h2 {
        font-size: 38px;
    }

    .footer-brand span {
        font-size: 14px;
        letter-spacing: 4px;
    }

    .footer-description {
        font-size: 17px;
    }

    .footer-widget h5 {
        margin-bottom: 25px;
    }

    .footer-widget ul li a,
    .footer-widget ul li {
        font-size: 18px;
    }

    .footer-bottom {
        text-align: center;
        margin-top: 30px;
    }

    .footer-location {
        display: inline-block;
        margin-top: 10px;
        font-size: 15px;
        letter-spacing: 3px;
    }
}

/* =========================
FAQ SECTION
========================= */

.gc-faq-section {
    background: #f0ebde;
    padding: 90px 0;
}

.faq-heading {
    margin-bottom: 70px;
}

.faq-subtitle {
    display: inline-block;
    color: #d09a45;
    letter-spacing: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.faq-heading h2 {
    color: #123524;
    line-height: 1.1;
}

.faq-heading h2 em {
    font-style: italic;
    font-weight: 300;
}

/* ACCORDION */

.gc-accordion {
    max-width: 1050px;
    margin: auto;
}

.gc-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    border-radius: 0;
}

.gc-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 32px 0;
    font-size: 22px;
    color: #183827;
    font-weight: 400;
}

.gc-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #183827;
    box-shadow: none;
}

.gc-accordion .accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 26px;
    transform: none;
    width: auto;
    height: auto;
    color: #183827;
}

.gc-accordion .accordion-button:not(.collapsed)::after {
    content: '−';
}

.gc-accordion .accordion-body {
    padding: 0 0 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #5f5f5f;
    max-width: 950px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px) {

    .gc-faq-section {
        padding: 90px 0;
    }

    .faq-heading h2 {
        font-size: 56px;
    }

    .gc-accordion .accordion-button {
        font-size: 18px;
    }
}

@media(max-width:767px) {

    .gc-faq-section {
        padding: 70px 0;
    }

    .faq-heading {
        margin-bottom: 50px;
    }

    .faq-heading h2 {
        font-size: 40px;
    }

    .faq-subtitle {
        letter-spacing: 4px;
        font-size: 12px;
    }

    .gc-accordion .accordion-button {
        font-size: 18px;
        padding: 24px 0;
    }

    .gc-accordion .accordion-body {
        font-size: 16px;
    }
}

/* =========================
WHY GARDEN COURT
========================= */

.gc-why-section {
    background: #f8f5ec;
    padding: 90px 0;
}
.why-card:hover {
    background: #f0ebde;
}
.why-heading {
    margin-bottom: 90px;
}


.why-heading h2 {
    line-height: 1.1;
    color: #123524;
}

.why-heading h2 em {
    font-style: italic;
    font-weight: 300;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.why-card {
    padding: 40px;
    border-right: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.why-grid .why-card:nth-child(3n) {
    border-right: none;
}

.why-grid .why-card:nth-last-child(-n+3) {
    border-bottom: none;
}


.why-number {
    display: inline-block;
    font-size: 38px;
    line-height: 1;
    color: #ddb86f;
    margin-bottom: 35px;
    font-weight: 300;
}

.why-card h3 {
    font-size: 26px;
    line-height: 1.3;
    color: #123524;
    margin-bottom: 20px;
    font-weight: 400;
}

.why-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #5d665f;
    max-width: 420px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1199px) {

    .why-heading h2 {
        font-size: 62px;
    }

    .why-card {
        padding: 25px;
    }

    .why-card h3 {
        font-size: 24px;
    }

}

@media(max-width:991px) {

    .gc-why-section {
        padding: 50px 0;
    }

    .why-heading {
        margin-bottom: 60px;
    }

    .why-heading h2 {
        font-size: 52px;
    }

    .why-card {
        min-height: auto;
    }
  
    .why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .why-grid .why-card:nth-child(3n) {
        border-right: 1px solid rgba(0,0,0,0.1);
    }

    .why-grid .why-card:nth-child(2n) {
          border-right: none;
      }
   .why-grid .why-card:nth-last-child(-n+3){
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
  .why-grid .why-card:nth-last-child(-n+2) {
        border-bottom: none;
    }

}

@media(max-width:767px) {

    .gc-why-section {
        padding: 50px 0;
    }

    .why-heading h2 {
        font-size: 40px;
    }

    .section-subtitle {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .why-card {
        padding: 40px 25px;
    }

    .why-number {
        font-size: 52px;
        margin-bottom: 25px;
    }

    .why-card h3 {
        font-size: 30px;
    }

    .why-card p {
        font-size: 17px;
    }

}

@media(max-width:480px) {
  
   .why-grid {
        grid-template-columns: 1fr;
    }
   .why-grid .why-card {
          border-right: none !important;
     }
   .why-grid .why-card:nth-last-child(-n+3),
    .why-grid .why-card:nth-last-child(-n+2) {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
   .why-grid .why-card:last-child {
        border-bottom: none;
    }
}

/* =========================
AMENITIES SECTION
========================= */

.gc-amenities-section {
    background: #f0ebde;
    padding: 90px 0;
}

/* HEADING */

.amenities-heading {
    margin-bottom: 70px;
}

.amenities-heading h2 {
    line-height: 1.1;
    color: #123524;
    margin-bottom: 25px;
}

.amenities-heading h2 em {
    font-style: italic;
    font-weight: 300;
}

.amenities-heading p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: #5d665f;
}

/* CARD */

.amenity-card {
    background: #f7f4ec;
    border-radius: 22px;
    padding: 45px 18px 20px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.amenity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* ICON */

.amenity-icon {
    margin-bottom: 22px;
    line-height: 1;
}

.amenity-icon i {
    font-size: 50px;
    color: #123524;
    display: inline-block;
}

/* TITLE */

.amenity-card h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #123524;
    font-weight: 400;
    margin: 0;
}

/* =========================
RESPONSIVE
========================= */


@media(max-width:991px){

    .gc-amenities-section {
        padding: 90px 0;
    }

    .amenities-heading {
        margin-bottom: 50px;
    }


    .amenity-card {
        padding: 45px 20px;
    }

    .amenity-card h3 {
        font-size: 20px;
    }
}

@media(max-width:767px){

    .gc-amenities-section {
        padding: 50px 0;
    }

    .amenities-heading p {
        font-size: 15px;
    }

    .amenity-card {
        padding: 35px 15px;
        border-radius: 18px;
    }

    .amenity-icon i {
        font-size: 42px;
    }

    .amenity-card h3 {
        font-size: 16px;
    }
}

/* =========================
FACILITIES SECTION
========================= */

.gc-facilities-section {
    background: #f0ebde;
    padding: 90px 0;
}

/* HEADING */

.facilities-heading {
    margin-bottom: 70px;
}


.facilities-heading h2 {
    line-height: 1.1;
    color: #123524;
    margin: 0;
}

.facilities-heading h2 em {
    font-style: italic;
    font-weight: 300;
}

/* CARD */

.facility-card {
    background: #f7f4ec;
    border: 1px solid rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

/* IMAGE */

.facility-image {
    overflow: hidden;
    position: relative;
}

.facility-image img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    transition: transform 0.7s ease;
}

/* IMAGE ZOOM HOVER */

.facility-card:hover .facility-image img {
    transform: scale(1.08);
}

/* CONTENT */

.facility-content {
    padding: 18px 20px;
    text-align: center;
}

.facility-content h3 {
    font-size: 16px;
    line-height: 1.4;
    color: #101f13;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1199px){

    .facilities-heading h2 {
        font-size: 60px;
    }

    .facility-image img {
        height: 200px;
    }
}

@media(max-width:991px){

    .gc-facilities-section {
        padding: 90px 0;
    }

    .facilities-heading {
        margin-bottom: 50px;
    }

    .facilities-heading h2 {
        font-size: 50px;
    }

    .facility-image img {
        height: 200px;
    }
}

@media(max-width:767px){

    .gc-facilities-section {
        padding: 70px 0;
    }

    .facilities-heading h2 {
        font-size: 38px;
    }

    .facility-image img {
        height: 200px;
    }

    .facility-content {
        padding: 14px;
    }

    .facility-content h3 {
        font-size: 14px;
        letter-spacing: 2px;
    }
}

/* =========================
VIDEO SECTION
========================= */

.gc-video-section {
    background: #f8f5ec;
    padding: 90px 0;
}

/* HEADING */

.video-heading {
    margin-bottom: 30px;
}


.video-heading h2 {
    line-height: 1.1;
    color: #123524;
}

.video-heading h2 em {
    font-style: italic;
    font-weight: 300;
}

/* CARD */

.video-card {
    cursor: pointer;
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.7s ease;
}

/* IMAGE ZOOM */

.video-card:hover img {
    transform: scale(1.08);
}

/* OVERLAY */

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    background: rgba(0,0,0,0.2);
    transition: 0.3s;
}

.video-card:hover .video-overlay {
    background: rgba(0,0,0,0.35);
}

/* PLAY BUTTON */

.play-btn {
    width: 45px;
    height: 45px;
    background: #d09a45;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: 0.3s;
}

.play-btn i {
    color: #123524;
    font-size: 25px;
}

.video-card:hover .play-btn {
    transform: scale(1.1);
}

/* TITLE */

.video-overlay h3 {
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
}

/* =========================
MODAL
========================= */

.video-modal .modal-content {
    background: transparent;
    border: none;
}

.video-modal .modal-body {
    padding: 0;
    position: relative;
}

.video-modal iframe {
    width: 100%;
    border: 0;
}

.video-modal .btn-close {
    position: absolute;
    right: -10px;
    top: -45px;
    background-color: #fff;
    opacity: 1;
    z-index: 10;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .gc-video-section {
        padding: 90px 0;
    }

    .video-heading h2 {
        font-size: 54px;
    }
}

@media(max-width:767px){

    .gc-video-section {
        padding: 70px 0;
    }

    .video-heading {
        margin-bottom: 50px;
    }

    .video-heading h2 {
        font-size: 40px;
    }

    .video-thumbnail img {
        height: 180px;
    }

    .play-btn {
        width: 45px;
        height: 45px;
    }

    .play-btn i {
        font-size: 25px;
    }

    .video-overlay h3 {
        font-size: 14px;
        letter-spacing: 3px;
    }
}

/* =========================
PROJECT OVERVIEW
========================= */

.project-overview{
    padding:90px 0;
    background: #f8f5ec;
    text-align:center;
}

.project-overview .section-heading{
    font-size:60px;
    line-height:1;
    color:#173b2c;
    margin-bottom:15px;
}

.project-tagline{
    font-family:'Cormorant Garamond', serif;
    font-size:60px;
    font-style:italic;
    font-weight:300;
    line-height:1.05;
    color:#7d837c;
    margin-bottom:50px;
}

.project-description{
    max-width:800px;
    margin:0 auto;
    font-size:18px;
    line-height:1.6;
    color:#44554a;
}

.project-divider1{
    border-top:1px solid #d8d2c6;
    margin:80px 0 10px;
}

.project-divider2{
    border-top:1px solid #d8d2c6;
    margin:10px 0 50px;
}

/* Stats */

.stat-box{
    text-align:center;
}

.stat-number{
    font-family:'Cormorant Garamond', serif;
    font-size:62px;
    line-height:1;
    color:#173b2c;
    margin-bottom:12px;
}

.stat-label{
    font-size:15px;
    letter-spacing:6px;
    color:#44554a;
    text-transform:uppercase;
}

section#project .container {
    max-width: 1050px;
}

/* =========================
TABLET
========================= */

@media(max-width:991px){

    .project-overview{
        padding:90px 0;
    }

    .project-overview .section-heading{
        font-size:64px;
    }

    .project-tagline{
        font-size:54px;
    }

    .project-description{
        font-size:18px;
    }

    .stat-number{
        font-size:52px;
    }

    .stats-row .col-md-6{
        margin-bottom:40px;
    }
}

/* =========================
MOBILE
========================= */

@media(max-width:767px){

    .project-overview{
        padding:70px 0;
    }

    .project-overview .section-heading{
        font-size:42px;
    }

    .project-tagline{
        font-size:38px;
        margin-bottom:30px;
    }

    .project-description{
        font-size:16px;
        line-height:1.8;
    }

    .project-divider1{
        margin:30px 0 10px;
    }
   .project-divider2{
        margin:10px 0 30px;
    }

    .stat-number{
        font-size:48px;
    }

    .stat-label{
        letter-spacing:3px;
        font-size:12px;
    }
     .stat-box {
        min-height: 100px;
     }     
}


        .location-advantage {
            background: #f8f5ec;
            padding: 90px 0 0;
        }

        .location-advantage .section-heading{
            margin-bottom: 50px;;
        }


        .stats-wrapper {
            border: 1px solid #d9d4ca;
        }

        .stat-box {
            min-height: 150px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-right: 1px solid #d9d4ca;
            text-align: center;
            padding: 10px 20px;
        }

        .stat-box:last-child {
            border-right: none;
        }

        .stat-value {
            font-family: 'Cormorant Garamond', serif;
            font-size: 45px;
            color: #27432f;
            line-height: 1;
            margin-bottom: 13px;
        }

        .stat-label {
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #6b6b6b;
        }

        @media (max-width: 991px) {

            .stat-box {
                border-right: none;
                border-bottom: 1px solid #d9d4ca;
            }

            .stat-box:last-child {
                border-bottom: none;
            }

            .stat-value {
                font-size: 40px;
            }
        }

        @media (max-width: 576px) {
            .location-advantage {
                padding: 50px 0 0;
            }

            .stat-value {
                font-size: 35px;
            }

            .stat-label {
                letter-spacing: 3px;
                font-size: 11px;
            }
        }

/* ==========================
CONTACT SECTION
========================== */

.contact-section {
    background: #f8f5ec;
    padding: 90px 0;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #d8d2c8;
    margin-top: 60px;
}

.contact-info {
    background: #0f3a1f;
    color: #fff;
    padding: 70px 60px;
}

.contact-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}

.contact-info p {
    font-size: 18px;
    line-height: 1.6;
    color: #f6f1e7;
    opacity: 0.8;
    margin-bottom: 50px;
}

.contact-label {
    font-size: 12px;
    letter-spacing: 3px;
    color: #d4a24f;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact-block {
    margin-top: 40px;
}

.contact-block a {
    color: #f6f1e7;
    opacity: 0.8;
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    line-height: 40px;
}

.contact-block strong {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    color: #f6f1e7;
    opacity: 0.8;
}

.contact-block span {
    display: block;
    color: #f6f1e7;
    opacity: 0.8;
}

/* Right Form */

.contact-form-wrap {
    padding: 70px 65px;
}

.cf7-custom-form .form-group {
    margin-bottom: 35px;
}

.cf7-custom-form input,
.cf7-custom-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d8d2c8;
    background: transparent;
    padding: 15px 0;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #27432f;
    border-radius: 0;
}

.cf7-custom-form textarea {
    height: 120px;
    resize: none;
}

.cf7-custom-form input:focus,
.cf7-custom-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.cf7-custom-form .wpcf7-submit {
    background: #123c21;
    color: #fff;
    border: none;
    padding: 18px 40px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 13px;
    transition: .3s;
}

.cf7-custom-form .wpcf7-submit:hover {
    opacity: .9;
}

@media(max-width:991px){

    .contact-wrapper{
        grid-template-columns:1fr;
    }

    .contact-info,
    .contact-form-wrap{
        padding:40px 25px;
    }

    .contact-info h3{
        font-size:32px;
    }

    .contact-block a{
        font-size:32px;
        line-height: 32px;
    }
}

.approval-bar{
    background:#0f3a1f;
    overflow:hidden;
    padding:18px 0;
}

.marquee-content{
    display:flex;
    align-items:center;
    width:max-content;
    animation:scroll 25s linear infinite;
}


.marquee-content span{
    position:relative;
    color:#fff;
    letter-spacing:3px;
    text-transform:uppercase;
    white-space:nowrap;
    padding:0 35px;
}

/* Gold arrow */
.marquee-content span::before{
    content:"✓";
    color:#d4a24f;
    margin-right:12px;
    font-size:14px;
}

/* Separator */
.marquee-content span:not(:last-child)::after{
    content:"|";
    color:#d4a24f;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
}

@keyframes scroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}


/* =========================
MASTER PLAN SECTION
========================= */

.master-plan-section{
    background:#f0ebde;
    padding:90px 0;
}

.section-content{
    margin-bottom:50px;
}

.section-description{
    font-size:17px;
    line-height:1.5;
    color:#556b60;
    margin:0;
    font-weight: 300;
}

.stats-wrapper{
    border:1px solid #d8d2c8;
}

.stats-wrapper>div{
    border-right:1px solid #d8d2c8;
}

.stats-wrapper>div:last-child {
    border-right: none;
}

.master-plan-section .stat-box{
    align-items: baseline;
}
.master-plan-section .stat-value span{
    font-size: 15px;
}
@media(max-width:991px){

    .section-description{
        font-size:18px;
    }


}

@media(max-width:767px){

    .master-plan-section{
        padding:70px 0;
    }

    .section-description{
        font-size:16px;
    }
}

.layout-label {
    text-align: center;
    padding: 11px;
    letter-spacing: 2px;
    font-size: 15px;
    text-transform: uppercase;
    color: #4e594c;
    background: #fff;
}

.sticky-layout{
    position: sticky !important;
    top: 100px !important;
}