section p {
    color: #676767;
}

section p:not(:last-of-type) {
    margin-bottom: 20px;
}

section h2 {
    color: #142A3C;
    font-weight: 700;
}

section h3 {
    font-size: 24px;
    color: #142A3C;
    line-height: 30px;
    margin-bottom: 16px;
}

section.lp-banner {
    margin-bottom: 0;

    p {
        line-height: 26px;
    }
}

section.erc {
    background: url('/wp-content/uploads/2025/09/exchange-regency-banner-min.jpg') center center / cover no-repeat;
}

section.lntc {
    background: url('/wp-content/uploads/2025/09/la-nobleza-commercial-banner-min.jpg') center center / cover no-repeat;

    h1 {
        max-width: 700px;
        margin: auto auto 40px;
    }
}

section.tgw {
    background: url('../../assets/img/garden-walk/banner garden.jpg') center center / cover no-repeat;

    h1 {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }
}

section.lp-banner .content {
    max-width: 936px;
    width: 100%;
    margin: auto;
    text-align: center;

    h1,
    p {
        color: #fff;
    }

    h1 {
        margin-bottom: 40px;
    }

    p {
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }
}



section.table-group table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
}

section table th {
    border: 1px solid rgba(20, 42, 60, .8);
    background: #ffd41c;
    padding: 12px 24px;
    text-align: center;
    color: rgba(0, 0, 0, .8);
    font-size: 22px;
    font-weight: 700;
}

section.table-group th:first-child {
    border-top-left-radius: 6px;
}

section.table-group th:last-child {
    border-top-right-radius: 6px;
}

section.table-group td {
    padding: 14px 32px;
    text-align: center;
    color: #676767;
    font-size: 18px;
}

section.table-group tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

section.table-group tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

section.parking h2 {
    margin-bottom: 16px;
}

section.parking .parking_cards {
    display: grid;
    border-radius: 6px;
    border: 1px solid rgba(103, 103, 103, .5);
}

section.parking .parking_cards .icon-card {
    display: flex;
    gap: 16px;
}

@media (min-width: 1200px) {
    section h2 {
        font-size: 40px;
        line-height: 56px;
    }

    section.lp-banner {
        padding-top: 200px;
    }

    section.lp-banner .content p {
        font-size: 19px;
    }

    section .d-flex {
        gap: 80px;
    }

    section .mb-80 {
        margin-bottom: 80px;
    }

    section.parking h2:last-of-type {
        margin-top: 60px;
    }

    section.parking .parking_cards {
        margin-top: 100px;
    }

    section.tgw {
        padding: 300px 0;
    }
}

@media (max-width: 1199px) {

    section h2,
    section.parking .content {
        text-align: center;
    }

    section .image.d-xl-none {
        margin-bottom: 30px;
    }

    section.table-group h2,
    section .mb-80 {
        margin-bottom: 30px;
    }

    section .d-flex {
        gap: 30px;
    }

    section.parking h2:last-of-type {
        margin-top: 40px;
    }

}

@media (max-width: 1199px) and (min-width: 768px) {
    section.parking .parking_cards {
        margin-top: 50px;
    }

    section h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (min-width: 992px) {

    section .d-flex {
        align-items: center;
    }

    section .d-flex>div {
        width: 100%;
    }

    section.parking .parking_cards {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        padding: 60px;
    }
}

@media (max-width: 991px) {
    section.parking .parking_cards {
        gap: 30px;
        padding: 30px;
    }

    section.parking .parking_cards .icon-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (min-width: 768px) {

    section.table-group table,
    section.table-group td {
        border: 1px solid rgba(20, 42, 60, .8);
    }
}

@media (max-width: 767px) {
    section h2 {
        font-size: 30px;
        line-height: 35px;
    }

    section.parking .parking_cards {
        margin-top: 40px;
    }

    section thead {
        display: none;
    }

    section tr {
        border: 1px solid rgba(20, 42, 60, .8);
        display: block;
        border-radius: 6px;
    }

    section tr:not(:last-of-type) {
        margin-bottom: 30px;
    }

    section td:before {
        content: attr(data-label);
        font-weight: 700;
        padding-right: 10px;
        text-align: left;
    }

    section.table-group td {
        display: flex;
        justify-content: space-between;
        text-align: right;
        padding: 14px 20px;
    }
}


/* Page-specific Styling */

/* la-nobleza-terrazas-commercial */
.page-id-3456 {
    section.parking {
        background: #FAFBFB;
    } 
}
/* la-nobleza-terrazas-commercial - end */


/* the-exchange-regency-commercial */
.page-id-3451 {
    section.parking {
        background: #FAFBFB;
    } 
}
/* the-exchange-regency-commercial - end */



/* Page-specific Styling - End */




/* PROJECT PAGE - SECTION 1 BANNER */
section.lp-banner {
    min-height: 575px;
    padding: 0 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
    position: relative;
}

section.lp-banner .container-fluid {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}

section.lp-banner .wrapper {
    width: 100%;
}

section.lp-banner .content {
    max-width: 780px;
    width: 100%;
    margin: 65px auto 0;
    text-align: center;
}

section.lp-banner .content h1 {
    color: #fff;
    font-size: 42px !important;
    line-height: 60px;
    font-weight: 700;
    max-width: 700px;
    margin: 0 auto 32px;
}

section.lp-banner .content p {
    color: #fff;
    font-size: 19px !important;
    line-height: 30px;
    max-width: 760px;
    margin: 0 auto;
    text-shadow: none;
}

section.lp-banner.lntc {
    background:
        linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.48)),
        url('/wp-content/themes/nobleland/assets/img/pproject/banner1.jpg') center / cover no-repeat;
}


@media (max-width: 1199px) {
    section.lp-banner {
        min-height: 520px;
        padding: 160px 30px 90px;
    }

    section.lp-banner .content h1 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    section.lp-banner {
        min-height: 480px;
        padding: 130px 20px 70px;
    }

    section.lp-banner .content h1 {
        font-size: 30px;
        line-height: 38px;
    }

    section.lp-banner .content p {
        font-size: 16px;
        line-height: 24px;
    }
}







/* PROJECT PAGE - SECTION 3 AMENITIES */
section.project-amenities {
    background: #ffffff;
    padding: 100px 30px;
}

section.project-amenities .container-fluid {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}

section.project-amenities .wrapper {
    width: 100%;
}

section.project-amenities .amenities-top {
    display: grid;
    grid-template-columns: 1fr 455px;
    gap: 90px;
    align-items: center;
    margin-bottom: 70px;
}

section.project-amenities .content {
    max-width: 420px;
}

section.project-amenities h2 {
    color: #142A3C;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin: 0 0 22px;
}

section.project-amenities p {
    color: #676767;
    font-size: 13px;
    line-height: 21px;
    margin: 0;
}

section.project-amenities .image img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

section.project-amenities .amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px 60px;
}

section.project-amenities .amenity-card img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
    margin-bottom: 20px;
}





/* Tablet */
@media (max-width: 991px) {
    section.project-amenities {
        padding: 80px 30px;
    }

    section.project-amenities .amenities-top {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 60px;
    }

    section.project-amenities .content {
        max-width: 100%;
        text-align: center;
    }

    section.project-amenities .image {
        max-width: 520px;
        margin: 0 auto;
    }

    section.project-amenities .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 40px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    section.project-amenities {
        padding: 60px 20px;
    }

    section.project-amenities h2 {
        font-size: 28px;
        line-height: 36px;
    }

    section.project-amenities .amenities-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    section.project-amenities .amenity-card {
        text-align: center;
    }

    section.project-amenities .amenity-card img {
        margin-left: auto;
        margin-right: auto;
    }
}


/* PROJECT PAGE - SECTION 4 GALLERY */
section.project-gallery {
    background: #ffffff;
    padding: 0 30px 100px;
}

section.project-gallery .container-fluid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 !important;
}

section.project-gallery .gallery-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}

section.project-gallery .gallery-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

section.project-gallery .gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

section.project-gallery .gallery-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #0c5b7d;
    background: #fff;
    color: #0c5b7d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

section.project-gallery .gallery-next {
    background: #0c5b7d;
    color: #fff;
    border-color: #0c5b7d;
}

section.project-gallery .gallery-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 25px;
}

section.project-gallery .gallery-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d7d7d7;
}

section.project-gallery .gallery-dots span.active {
    background: #0c5b7d;
}

@media (max-width: 991px) {
    section.project-gallery .gallery-grid {
        grid-template-columns: 1fr;
    }

    section.project-gallery .gallery-item img {
        height: auto;
    }
}

@media (max-width: 767px) {
    section.project-gallery {
        padding: 0 20px 60px;
    }

    section.project-gallery .gallery-arrow {
        display: none;
    }
}


/* PROJECT PAGE - SECTION 5 LOCATION */
section.parking {
    background: #FAFBFB;
    padding: 100px 30px;
}

section.parking .container-fluid {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}

section.parking .header-content {
    display: grid !important;
    grid-template-columns: 1fr 500px;
    gap: 90px;
    align-items: center;
    margin-bottom: 60px;
}





section.parking .content {
    max-width: 520px;
}


section.parking .image img {
     width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
}

section.parking .parking_cards {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    border: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

section.parking .icon-card {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
    padding: 22px 24px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

section.parking .icon-card:nth-child(1),
section.parking .icon-card:nth-child(2),
section.parking .icon-card:nth-child(3) {
    grid-column: span 2;
}

section.parking .icon-card:nth-child(4),
section.parking .icon-card:nth-child(5) {
    grid-column: span 3;
}

section.parking .icon-card img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

section.parking .info-card h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}

section.parking ul {
    margin: 0;
    padding-left: 18px;
}

section.parking li {
    font-size: 13px;
    line-height: 22px;
    color: #676767;
}


/* PROJECT PAGE - SECTION 6 RESIDENTIAL UNITS */
section.project-units {
    background: #FAFBFB;
    padding: 100px 30px;
}

section.project-units .container-fluid {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 !important;
}

section.project-units .section-heading {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}

section.project-units h2 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 18px;
}

section.project-units .section-heading p {
    font-size: 16px;
    line-height: 22px;
    max-width: 760px;
}

section.project-units .units-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

section.project-units .unit-card {
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    background: #fff;
    padding: 16px;
    overflow: hidden;
}

section.project-units .unit-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

section.project-units .unit-content {
    padding: 28px 0 10px;
}

section.project-units .unit-content h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 16px;
}

section.project-units .unit-content p {
    font-size: 16px;
    line-height: 22px;
}













/* LAST CTA - CONDO CTA BANNER */
.condo-cta-banner {
    position: relative !important;
    background: #144f6f !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.condo-cta-banner__container {
    max-width: 1180px !important;
    width: 100% !important;
    min-height: 421px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

.condo-cta-banner__content {
    max-width: 800px !important;
    width: 800px !important;
    padding: 70px 0 !important;
    position: relative !important;
    z-index: 2 !important;
}

.condo-cta-banner__title {
    color: #fff !important;
    font-size: 40px !important;
    line-height: 56px !important;
    margin-bottom: 24px !important;
}

.condo-cta-banner__description p {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 24px !important;
    max-width: 800px !important;
}

.condo-cta-banner__button {
    display: flex !important;
    width: 251px !important;
    padding: 10.5px 25px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 10px !important;
    background: #ffd41c !important;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.condo-cta-banner__image-wrap {
    position: absolute !important;
    top: 0 !important;
    right: calc((100vw - 1180px) / -2) !important;
    width: 760px !important;
    height: 421px !important;

    display: flex !important;
    align-items: flex-end !important; 
    justify-content: flex-end !important;
    overflow: hidden !important;
}

.condo-cta-banner__image {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;

    object-fit: contain !important;
    object-position: bottom right !important;

    display: block !important;
    border-bottom-left-radius: 40px !important;
}

.condo-cta-banner__mobile-image-wrap,
.condo-cta-banner__image--mobile {
    display: none !important;
}

@media (max-width: 1199px) {
    .condo-cta-banner__container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .condo-cta-banner__content {
        max-width: 100% !important;
        padding: 70px 30px !important;
    }

    .condo-cta-banner__image-wrap,
    .condo-cta-banner__image--desktop {
        display: none !important;
    }

    .condo-cta-banner__mobile-image-wrap,
    .condo-cta-banner__image--mobile {
        display: block !important;
    }

    .condo-cta-banner__image--mobile {
        width: 100% !important;
        height: auto !important;
        border-radius: 10px !important;
    }
}


/* STANDARD RSO PADDING + FOOTER ALIGNMENT */

/* Desktop */
section.lp-banner,
section.project-intro-video,
section.project-amenities,
section.parking,
section.project-units,
section.project-walkthrough,
section.project-brochure
 {
    padding: 100px 30px !important;
}

section.lp-banner .container-fluid,
section.project-intro-video .container-fluid,
section.project-amenities .container-fluid,
section.parking .container-fluid,
section.project-units .container-fluid,
section.project-walkthrough .container-fluid,
section.project-brochure .container-fluid,
section.condo-cta-banner .condo-cta-banner__container {
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

/* Keep gallery separate */
section.project-gallery {
    padding: 0 30px 100px !important;
}

/* Tablet */
@media (min-width:768px) and (max-width:1199px) {
    section.lp-banner,
    section.project-intro-video,
    section.project-amenities,
    section.parking,
    section.project-units,
    section.project-walkthrough,
    section.project-brochure,
    section.condo-cta-banner {
        padding: 70px 30px !important;
    }
}

/* Mobile */
@media (max-width:767px) {
    section.lp-banner,
    section.project-intro-video,
    section.project-amenities,
    section.parking,
    section.project-units,
    section.project-walkthrough,
    section.project-brochure,
    section.condo-cta-banner {
        padding: 50px 20px !important;
    }
}

/* SECTION 3 POLISH - AMENITIES */
section.project-amenities .amenities-top {
    grid-template-columns: 520px 520px !important;
    gap: 100px !important;
    align-items: center !important;
    margin-bottom: 80px !important;
}

section.project-amenities .content {
    max-width: 520px !important;
}

section.project-amenities .image {
    max-width: 520px !important;
}

section.project-amenities .image img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

section.project-amenities h2 {
    font-size: 30px !important;
    line-height: 45px !important;
}

section.project-amenities p {
    font-size: 16px !important;
    line-height: 24px !important;
}

@media (max-width:1199px) {
    section.project-amenities .amenities-top {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    section.project-amenities .content,
    section.project-amenities .image {
        max-width: 100% !important;
    }
}

/* GALLERY ARROWS - DEFAULT STATE */
section.project-gallery .gallery-arrow,
section.project-gallery .gallery-prev,
section.project-gallery .gallery-next {
    background: #fff !important;
    color: #0c5b7d !important;
    border: 2px solid #0c5b7d !important;
}

/* HOVER ONLY */
section.project-gallery .gallery-arrow:hover,
section.project-gallery .gallery-prev:hover,
section.project-gallery .gallery-next:hover {
    background: #0c5b7d !important;
    color: #fff !important;
    border-color: #0c5b7d !important;
}


/* REMOVE BOTTOM PADDING OF GALLERY SECTION */
section.project-gallery {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}


/* SECTION 6 - REMOVE TOP PADDING + TALLER CARDS */

section.project-units {
    padding-top: 0 !important;
}

section.project-units .unit-card {
    height: 100% !important;
    min-height: 480px !important;
    display: flex !important;
    flex-direction: column !important;
}

section.project-units .unit-card img {
    height: 220px !important;
}

section.project-units .unit-content {
    flex: 1 !important;
    padding: 30px 0 0 !important;
}

section.project-units .unit-content p {
    font-size: 14px !important;
    line-height: 24px !important;
}

/* SECTION 8 FIX */

section.project-brochure {
    padding-top: 0 !important;
}

section.project-brochure .brochure-box {
    min-height: 295px !important;

    background:
        linear-gradient(
            rgba(0,128,128,.15),
            rgba(0,128,128,.15)
        ),
        url('/wp-content/themes/nobleland/assets/img/pproject/container.png') center center / cover no-repeat !important;
}


section.lp-banner .container-fluid,
section.project-intro-video .container-fluid,
section.project-amenities .container-fluid,
section.parking .container-fluid,
section.project-units .container-fluid,
section.project-walkthrough .container-fluid,
section.project-brochure .container-fluid,
.condo-cta-banner__container {
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* SECTION 8 - REDUCE WIDTH */
section.project-brochure .container-fluid {
    max-width: 1000px !important;
    margin: 0 auto !important;
}

section.project-brochure .brochure-box {
    width: 100% !important;
}

section.project-units .unit-card {
    min-height: 400px !important;
}

/* FIX SECTION 7 + SECTION 8 ALIGNMENT */
section.project-walkthrough .container-fluid,
section.project-brochure .container-fluid {
    max-width: 1100px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

section.project-walkthrough .walkthrough-grid {
    max-width: 1100px !important;
    width: 100% !important;
}

section.project-brochure .brochure-box {
    width: 100% !important;
}


/* SECTION 3 RESPONSIVE ORDER */

/* Tablet: 768px to 1199px */
@media (min-width:768px) and (max-width:1199px) {
    section.project-amenities .amenities-top {
        display: flex !important;
        flex-direction: column !important;
        gap: 35px !important;
        text-align: center !important;
    }

    section.project-amenities .content {
        order: 1 !important;
        max-width: 720px !important;
        margin: 0 auto !important;
    }

    section.project-amenities .image {
        order: 2 !important;
        max-width: 650px !important;
        margin: 0 auto !important;
    }

    section.project-amenities .amenities-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px 35px !important;
    }
}

/* Mobile: 767px below */
@media (max-width:767px) {
    section.project-amenities .amenities-top {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        text-align: center !important;
    }

    section.project-amenities .content {
        order: 1 !important;
        max-width: 100% !important;
    }

    section.project-amenities .image {
        order: 2 !important;
        max-width: 100% !important;
    }

    section.project-amenities .amenities-grid {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }
}

/* GALLERY RESPONSIVE - TABLET + MOBILE 1 COLUMN */
@media (min-width:768px) and (max-width:1199px) {
    section.project-gallery .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    section.project-gallery .gallery-item img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width:767px) {
    section.project-gallery .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    section.project-gallery .gallery-wrapper {
        gap: 10px !important;
    }

    section.project-gallery .gallery-item img {
        width: 100% !important;
        height: auto !important;
    }
}

/* SECTION 5 LOCATION RESPONSIVE */

/* Tablet: 768px to 1199px */
@media (min-width:768px) and (max-width:1199px) {
    section.parking .header-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 35px !important;
        text-align: center !important;
        margin-bottom: 50px !important;
    }

    section.parking .content {
        order: 1 !important;
        max-width: 720px !important;
        margin: 0 auto !important;
    }

    section.parking .image {
        order: 2 !important;
        max-width: 650px !important;
        margin: 0 auto !important;
    }

    section.parking .parking_cards {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    section.parking .icon-card {
        grid-column: auto !important;
    }

    section.parking .icon-card:last-child {
        grid-column: 1 / -1 !important;
        max-width: calc(50% - 10px) !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
}

/* Mobile: 767px below */
@media (max-width:767px) {
    section.parking .header-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        text-align: center !important;
        margin-bottom: 40px !important;
    }

    section.parking .content {
        order: 1 !important;
        max-width: 100% !important;
    }

    section.parking .image {
        order: 2 !important;
        max-width: 100% !important;
    }

    section.parking .parking_cards {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    section.parking .icon-card,
    section.parking .icon-card:last-child {
        grid-column: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* SECTION 5 IMAGE SHOW */
@media (max-width:1199px){

    section.parking .image{
        display:block !important;
        width:100% !important;
        max-width:650px !important;
        margin:0 auto !important;
    }

    section.parking .image img{
        display:block !important;
        width:100% !important;
        max-width:100% !important;
        height:auto !important;
    }
}

/* SECTION 6 + SECTION 7 RESPONSIVE */

/* Tablet 1199px to 768px */
@media (min-width:768px) and (max-width:1199px) {

    /* Section 6 */
    section.project-units .units-grid{
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    section.project-units .unit-card{
        max-width: 700px !important;
        margin: 0 auto !important;
    }

    /* Section 7 */
    section.project-walkthrough .walkthrough-grid{
        grid-template-columns: 1fr !important;
        max-width: 700px !important;
        margin: 0 auto !important;
    }

    section.project-walkthrough .walkthrough-card,
    section.project-walkthrough .walkthrough-card.wide{
        grid-column: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    section.project-walkthrough .walkthrough-card img{
        height: auto !important;
    }
}

/* Mobile 767px below */
@media (max-width:767px) {

    /* Section 6 */
    section.project-units .units-grid{
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    /* Section 7 */
    section.project-walkthrough .walkthrough-grid{
        grid-template-columns: 1fr !important;
    }

    section.project-walkthrough .walkthrough-card,
    section.project-walkthrough .walkthrough-card.wide{
        grid-column: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    section.project-walkthrough .walkthrough-card img{
        height: auto !important;
    }
}

/* LAST SECTION RESPONSIVE FIX */

/* Tablet + Mobile */
@media (max-width:1199px){

    section.condo-cta-banner {
        padding: 70px 30px !important;
    }

    .condo-cta-banner__container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        max-width: 700px !important;
        min-height: auto !important;
        text-align: center !important;
    }

    .condo-cta-banner__content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .condo-cta-banner__mobile-image-wrap {
        display: block !important;
        order: 2 !important;
        margin: 25px 0 !important;
        width: 100% !important;
    }

    .condo-cta-banner__image--mobile {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 8px !important;
    }

    .condo-cta-banner__description {
        order: 3 !important;
    }

    .condo-cta-banner__button {
        order: 4 !important;
        margin: 0 auto !important;
    }

    .condo-cta-banner__image-wrap,
    .condo-cta-banner__image--desktop {
        display: none !important;
    }
}

/* Mobile */
@media (max-width:767px){

    section.condo-cta-banner {
        padding: 50px 20px !important;
    }

    .condo-cta-banner__title {
        font-size: 28px !important;
        line-height: 36px !important;
        text-align: center !important;
    }

    .condo-cta-banner__description p {
        font-size: 14px !important;
        line-height: 22px !important;
        text-align: left !important;
    }

    
}

/* MOBILE GALLERY ARROWS OUTSIDE IMAGE */
@media (max-width: 767px) {
    section.project-gallery {
        padding-left: 45px !important;
        padding-right: 45px !important;
        overflow: visible !important;
    }

    section.project-gallery .container-fluid,
    section.project-gallery .gallery-wrapper {
        overflow: visible !important;
        position: relative !important;
    }

    section.project-gallery .gallery-wrapper {
        padding: 0 !important;
    }

    section.project-gallery .gallery-prev,
    section.project-gallery .gallery-next {
        display: flex !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 999 !important;
    }

    section.project-gallery .gallery-prev {
        left: -38px !important;
    }

    section.project-gallery .gallery-next {
        right: -38px !important;
    }
}


@media (min-width:1200px) and (max-width:1800px) {
  .condo-cta-banner__container {
    padding: 0 30px !important;
  }

  .condo-cta-banner__content {
    max-width: calc(100% - 700px) !important;
    padding: 35px 30px 35px 0 !important;
  }

  .condo-cta-banner__title {
    font-size: 35px !important;
    line-height: 40px !important;
  }

  .condo-cta-banner__description p {
    font-size: 16px !important;
    line-height: 21px !important;
  }
}



/* GLOBAL OVERFLOW FIX - 100PX BELOW */
html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

*,
*::before,
*::after {
    box-sizing: border-box !important;
}

img,
video,
iframe {
    max-width: 100% !important;
}

/* Fix all section containers */
section,
section .container-fluid,
section .wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* Mobile / very small screens */
@media (max-width: 767px) {
    section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    section .container-fluid,
    section .wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* force all grids to 1 column */
    section.project-amenities .amenities-top,
    section.project-amenities .amenities-grid,
    section.parking .header-content,
    section.parking .parking_cards,
    section.project-units .units-grid,
    section.project-walkthrough .walkthrough-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* cards full width */
    section.project-amenities .amenity-card,
    section.parking .icon-card,
    section.project-units .unit-card,
    section.project-units .unit-card:last-child,
    section.project-walkthrough .walkthrough-card,
    section.project-walkthrough .walkthrough-card:nth-child(n) {
        width: 100% !important;
        max-width: 100% !important;
        grid-column: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* fix last card overflow */
    section.project-units .unit-card:last-child {
        display: flex !important;
        flex-direction: column !important;
    }

    /* fix CTA overflow */
    .condo-cta-banner__container,
    .condo-cta-banner__content,
    .condo-cta-banner__description p {
        width: 100% !important;
        max-width: 100% !important;
    }
}



/* SALCEDO GALLERY FIX */
section.project-gallery {
    background: #fff !important;
    padding: 0 30px 100px !important;
    overflow: visible !important;
}

section.project-gallery .container-fluid {
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
}

section.project-gallery .gallery-wrapper {
    display: grid !important;
    grid-template-columns: 46px 1fr 46px !important;
    gap: 24px !important;
    align-items: center !important;
    overflow: visible !important;
}

section.project-gallery .gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
}

section.project-gallery .gallery-item img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    display: block !important;
}

section.project-gallery .gallery-arrow {
    display: flex !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #0c5b7d !important;
    border: 2px solid #0c5b7d !important;
    align-items: center !important;
    justify-content: center !important;
}


/* REMOVE BOTTOM PADDING OF GALLERY */
section.project-gallery {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}


/* Tablet */
@media (min-width:768px) and (max-width:1199px) {
    section.project-gallery .gallery-wrapper {
        grid-template-columns: 42px 1fr 42px !important;
        gap: 18px !important;
    }

    section.project-gallery .gallery-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px !important;
    }

    section.project-gallery .gallery-item img {
        height: 180px !important;
    }
}

/* Mobile */
@media (max-width:767px) {
    section.project-gallery {
        padding: 0 45px 60px !important;
    }

    section.project-gallery .gallery-wrapper {
        display: block !important;
        position: relative !important;
        overflow: visible !important;
    }

    section.project-gallery .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    section.project-gallery .gallery-item img {
        height: auto !important;
    }

    section.project-gallery .gallery-prev,
    section.project-gallery .gallery-next {
        display: flex !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 10 !important;
    }

    section.project-gallery .gallery-prev {
        left: -38px !important;
    }

    section.project-gallery .gallery-next {
        right: -38px !important;
    }
}




section p {
    color: #676767;
}

section p:not(:last-of-type) {
    margin-bottom: 20px;
}

section h2 {
    color: #142A3C;
    font-weight: 700;
}

section h3 {
    font-size: 24px;
    color: #142A3C;
    line-height: 30px;
    margin-bottom: 16px;
}

section.lp-banner {
    margin-bottom: 0;

    p {
        line-height: 26px;
    }
}

section.erc {
    background: url('/wp-content/uploads/2025/09/exchange-regency-banner-min.jpg') center center / cover no-repeat;
}

section.lntc {
    background: url('/wp-content/uploads/2025/09/la-nobleza-commercial-banner-min.jpg') center center / cover no-repeat;

    h1 {
        max-width: 700px;
        margin: auto auto 40px;
    }
}

section.tgw {
    background: url('../../assets/img/garden-walk/banner garden.jpg') center center / cover no-repeat;

    h1 {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }
}

section.lp-banner .content {
    max-width: 936px;
    width: 100%;
    margin: auto;
    text-align: center;

    h1,
    p {
        color: #fff;
    }

    h1 {
        margin-bottom: 40px;
    }

    p {
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }
}



section.table-group table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
}

section table th {
    border: 1px solid rgba(20, 42, 60, .8);
    background: #ffd41c;
    padding: 12px 24px;
    text-align: center;
    color: rgba(0, 0, 0, .8);
    font-size: 22px;
    font-weight: 700;
}

section.table-group th:first-child {
    border-top-left-radius: 6px;
}

section.table-group th:last-child {
    border-top-right-radius: 6px;
}

section.table-group td {
    padding: 14px 32px;
    text-align: center;
    color: #676767;
    font-size: 18px;
}

section.table-group tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

section.table-group tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

section.parking h2 {
    margin-bottom: 16px;
}

section.parking .parking_cards {
    display: grid;
    border-radius: 6px;
    border: 1px solid rgba(103, 103, 103, .5);
}

section.parking .parking_cards .icon-card {
    display: flex;
    gap: 16px;
}

@media (min-width: 1200px) {
    section h2 {
        font-size: 40px;
        line-height: 56px;
    }

    section.lp-banner {
        padding-top: 200px;
    }

    section.lp-banner .content p {
        font-size: 19px;
    }

    section .d-flex {
        gap: 80px;
    }

    section .mb-80 {
        margin-bottom: 80px;
    }

    section.parking h2:last-of-type {
        margin-top: 60px;
    }

    section.parking .parking_cards {
        margin-top: 100px;
    }

    section.tgw {
        padding: 300px 0;
    }
}

@media (max-width: 1199px) {

    section h2,
    section.parking .content {
        text-align: center;
    }

    section .image.d-xl-none {
        margin-bottom: 30px;
    }

    section.table-group h2,
    section .mb-80 {
        margin-bottom: 30px;
    }

    section .d-flex {
        gap: 30px;
    }

    section.parking h2:last-of-type {
        margin-top: 40px;
    }

}

@media (max-width: 1199px) and (min-width: 768px) {
    section.parking .parking_cards {
        margin-top: 50px;
    }

    section h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (min-width: 992px) {

    section .d-flex {
        align-items: center;
    }

    section .d-flex>div {
        width: 100%;
    }

    section.parking .parking_cards {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        padding: 60px;
    }
}

@media (max-width: 991px) {
    section.parking .parking_cards {
        gap: 30px;
        padding: 30px;
    }

    section.parking .parking_cards .icon-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (min-width: 768px) {

    section.table-group table,
    section.table-group td {
        border: 1px solid rgba(20, 42, 60, .8);
    }
}

@media (max-width: 767px) {
    section h2 {
        font-size: 30px;
        line-height: 35px;
    }

    section.parking .parking_cards {
        margin-top: 40px;
    }

    section thead {
        display: none;
    }

    section tr {
        border: 1px solid rgba(20, 42, 60, .8);
        display: block;
        border-radius: 6px;
    }

    section tr:not(:last-of-type) {
        margin-bottom: 30px;
    }

    section td:before {
        content: attr(data-label);
        font-weight: 700;
        padding-right: 10px;
        text-align: left;
    }

    section.table-group td {
        display: flex;
        justify-content: space-between;
        text-align: right;
        padding: 14px 20px;
    }
}


/* Page-specific Styling */

/* la-nobleza-terrazas-commercial */
.page-id-3456 {
    section.parking {
        background: #FAFBFB;
    } 
}
/* la-nobleza-terrazas-commercial - end */


/* the-exchange-regency-commercial */
.page-id-3451 {
    section.parking {
        background: #FAFBFB;
    } 
}
/* the-exchange-regency-commercial - end */



/* Page-specific Styling - End */





section.lp-banner {
    min-height: 575px;
    padding: 0 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
    position: relative;
}

section.lp-banner .container-fluid {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}

section.lp-banner .wrapper {
    width: 100%;
}

section.lp-banner .content {
    max-width: 780px;
    width: 100%;
    margin: 65px auto 0;
    text-align: center;
}



section.lp-banner.lntc {
    background:
        linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.48)),
        url('/wp-content/themes/nobleland/assets/img/pproject/banner1.jpg') center / cover no-repeat;
}


@media (max-width: 1199px) {
    section.lp-banner {
        min-height: 520px;
        padding: 160px 30px 90px;
    }

    section.lp-banner .content h1 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    section.lp-banner {
        min-height: 480px;
        padding: 130px 20px 70px;
    }

    section.lp-banner .content h1 {
        font-size: 30px !important;
        line-height: 38px;
    }

    section.lp-banner .content p {
        font-size: 16px;
        line-height: 24px;
    }
}








section.project-amenities {
    background: #ffffff;
    padding: 100px 30px;
}

section.project-amenities .container-fluid {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}

section.project-amenities .wrapper {
    width: 100%;
}

section.project-amenities .amenities-top {
    display: grid;
    grid-template-columns: 1fr 455px;
    gap: 90px;
    align-items: center;
    margin-bottom: 70px;
}

section.project-amenities .content {
    max-width: 420px;
}

section.project-amenities h2 {
    color: #142A3C;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin: 0 0 22px;
}

section.project-amenities p {
    color: #676767;
    font-size: 13px;
    line-height: 21px;
    margin: 0;
}

section.project-amenities .image img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

section.project-amenities .amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px 60px;
}

section.project-amenities .amenity-card img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
    margin-bottom: 20px;
}

section.project-amenities .amenity-card h3 {
    color: #142A3C;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 14px;
}

section.project-amenities .amenity-card p {
    color: #676767;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

/* Tablet */
@media (max-width: 991px) {
    section.project-amenities {
        padding: 80px 30px;
    }

    section.project-amenities .amenities-top {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 60px;
    }

    section.project-amenities .content {
        max-width: 100%;
        text-align: center;
    }

    section.project-amenities .image {
        max-width: 520px;
        margin: 0 auto;
    }

    section.project-amenities .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 40px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    section.project-amenities {
        padding: 60px 20px;
    }

    section.project-amenities h2 {
        font-size: 28px;
        line-height: 36px;
    }

    section.project-amenities .amenities-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    section.project-amenities .amenity-card {
        text-align: center;
    }

    section.project-amenities .amenity-card img {
        margin-left: auto;
        margin-right: auto;
    }
}



section.project-gallery {
    background: #ffffff;
    padding: 0 30px 100px;
}

section.project-gallery .container-fluid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 !important;
}

section.project-gallery .gallery-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}

section.project-gallery .gallery-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

section.project-gallery .gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

section.project-gallery .gallery-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #0c5b7d;
    background: #fff;
    color: #0c5b7d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

section.project-gallery .gallery-next {
    background: #0c5b7d;
    color: #fff;
    border-color: #0c5b7d;
}

section.project-gallery .gallery-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 25px;
}

section.project-gallery .gallery-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d7d7d7;
}

section.project-gallery .gallery-dots span.active {
    background: #0c5b7d;
}

@media (max-width: 991px) {
    section.project-gallery .gallery-grid {
        grid-template-columns: 1fr;
    }

    section.project-gallery .gallery-item img {
        height: auto;
    }
}

@media (max-width: 767px) {
    section.project-gallery {
        padding: 0 20px 60px;
    }

    section.project-gallery .gallery-arrow {
        display: none;
    }
}



section.parking {
    background: #FAFBFB;
    padding: 100px 30px;
}

section.parking .container-fluid {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}

section.parking .header-content {
    display: grid !important;
    grid-template-columns: 1fr 500px;
    gap: 90px;
    align-items: center;
    margin-bottom: 60px;
}

section.parking .content h2 {
    font-size: 38px;
    line-height: 38px;
    margin: 0 0 18px;
}

section.parking .content h3 {
    font-size: 30px;
    line-height: 38px;
    margin: 20px 0 18px;
}

section.parking .content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 28px;
}

section.parking .content {
    max-width: 520px;
}


section.parking .image img {
     width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
}

section.parking .parking_cards {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    border: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

section.parking .icon-card {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
    padding: 22px 24px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

section.parking .icon-card:nth-child(1),
section.parking .icon-card:nth-child(2),
section.parking .icon-card:nth-child(3) {
    grid-column: span 2;
}

section.parking .icon-card:nth-child(4),
section.parking .icon-card:nth-child(5) {
    grid-column: span 3;
}

section.parking .icon-card img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

section.parking .info-card h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}

section.parking ul {
    margin: 0;
    padding-left: 18px;
}

section.parking li {
    font-size: 13px;
    line-height: 30px !important;
    color: #676767;
}



section.project-units {
    background: #FAFBFB;
    padding: 100px 30px;
}

section.project-units .container-fluid {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 !important;
}

section.project-units .section-heading {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}



section.project-units .units-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

section.project-units .unit-card {
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    background: #fff;
    padding: 16px;
    overflow: hidden;
}

section.project-units .unit-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

section.project-units .unit-content {
    padding: 28px 0 10px;
}











.condo-cta-banner {
    position: relative !important;
    background: #144f6f !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.condo-cta-banner__container {
    max-width: 1180px !important;
    width: 100% !important;
    min-height: 421px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

.condo-cta-banner__content {
    max-width: 800px !important;
    width: 800px !important;
    padding: 70px 0 !important;
    position: relative !important;
    z-index: 2 !important;
}

.condo-cta-banner__title {
    color: #fff !important;
    font-size: 40px !important;
    line-height: 56px !important;
    margin-bottom: 24px !important;
    font-weight: 400 !important;
}

.condo-cta-banner__description p {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 24px !important;
    max-width: 800px !important;
}

.condo-cta-banner__button {
    display: flex !important;
    width: 251px !important;
    padding: 10.5px 25px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 10px !important;
    background: #ffd41c !important;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.condo-cta-banner__image-wrap {
    position: absolute !important;
    top: 0 !important;
    right: calc((100vw - 1180px) / -2) !important;
    width: 760px !important;
    height: 421px !important;

    display: flex !important;
    align-items: flex-end !important; 
    justify-content: flex-end !important;
    overflow: hidden !important;
}

.condo-cta-banner__image {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;

    object-fit: contain !important;
    object-position: bottom right !important;

    display: block !important;
    border-bottom-left-radius: 40px !important;
}

.condo-cta-banner__mobile-image-wrap,
.condo-cta-banner__image--mobile {
    display: none !important;
}

@media (max-width: 1199px) {
    .condo-cta-banner__container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .condo-cta-banner__content {
        max-width: 100% !important;
        padding: 70px 30px !important;
    }

    .condo-cta-banner__image-wrap,
    .condo-cta-banner__image--desktop {
        display: none !important;
    }

    .condo-cta-banner__mobile-image-wrap,
    .condo-cta-banner__image--mobile {
        display: block !important;
    }

    .condo-cta-banner__image--mobile {
        width: 100% !important;
        height: auto !important;
        border-radius: 10px !important;
    }
}



section.lp-banner,
section.project-intro-video,
section.project-amenities,
section.parking,
section.project-units,
section.project-walkthrough,
section.project-brochure
 {
    padding: 100px 30px !important;
}

section.lp-banner .container-fluid,
section.project-intro-video .container-fluid,
section.project-amenities .container-fluid,
section.parking .container-fluid,
section.project-units .container-fluid,
section.project-walkthrough .container-fluid,
section.project-brochure .container-fluid,
section.condo-cta-banner .condo-cta-banner__container {
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto !important;
}


section.project-gallery {
    padding: 0 30px 100px !important;
}

/* Tablet */
@media (min-width:768px) and (max-width:1199px) {
    section.lp-banner,
    section.project-intro-video,
    section.project-amenities,
    section.parking,
    section.project-units,
    section.project-walkthrough,
    section.project-brochure,
    section.condo-cta-banner {
        padding: 70px 30px !important;
    }
}

/* Mobile */
@media (max-width:767px) {
    section.lp-banner,
    section.project-intro-video,
    section.project-amenities,
    section.parking,
    section.project-units,
    section.project-walkthrough,
    section.project-brochure,
    section.condo-cta-banner {
        padding: 50px 20px !important;
    }
}


section.project-amenities .amenities-top {
    grid-template-columns: 520px 520px !important;
    gap: 100px !important;
    align-items: center !important;
    margin-bottom: 80px !important;
}

section.project-amenities .content {
    max-width: 520px !important;
}

section.project-amenities .image {
    max-width: 520px !important;
}

section.project-amenities .image img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

section.project-amenities h2 {
    font-size: 38px !important;
    line-height: 45px !important;
}

section.project-amenities p {
    font-size: 16px !important;
    line-height: 24px !important;
}

@media (max-width:1199px) {
    section.project-amenities .amenities-top {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    section.project-amenities .content,
    section.project-amenities .image {
        max-width: 100% !important;
    }
    
}



section.project-gallery .gallery-arrow,
section.project-gallery .gallery-prev,
section.project-gallery .gallery-next {
    background: #fff !important;
    color: #0c5b7d !important;
    border: 2px solid #0c5b7d !important;
}


section.project-gallery .gallery-arrow:hover,
section.project-gallery .gallery-prev:hover,
section.project-gallery .gallery-next:hover {
    background: #0c5b7d !important;
    color: #fff !important;
    border-color: #0c5b7d !important;
}



section.project-gallery {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}




section.project-units {
    padding-top: 0 !important;
}

section.project-units .unit-card {
    height: 100% !important;
    min-height: 480px !important;
    display: flex !important;
    flex-direction: column !important;
}

section.project-units .unit-card img {
    height: 220px !important;
}

section.project-units .unit-content {
    flex: 1 !important;
    padding: 30px 0 0 !important;
}

section.project-units .unit-content p {
    font-size: 16px !important;
    line-height: 24px !important;
}



section.project-brochure {
    padding-top: 0 !important;
}

section.project-brochure .brochure-box {
    min-height: 295px !important;

    background:
        linear-gradient(
            rgba(0,128,128,.15),
            rgba(0,128,128,.15)
        ),
        url('/wp-content/themes/nobleland/assets/img/pproject/container.png') center center / cover no-repeat !important;
}


section.lp-banner .container-fluid,
section.project-intro-video .container-fluid,
section.project-amenities .container-fluid,
section.parking .container-fluid,
section.project-units .container-fluid,
section.project-walkthrough .container-fluid,
section.project-brochure .container-fluid,
.condo-cta-banner__container {
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}


section.project-brochure .container-fluid {
    max-width: 1000px !important;
    margin: 0 auto !important;
}

section.project-brochure .brochure-box {
    width: 100% !important;
}

section.project-units .unit-card {
    min-height: 400px !important;
}


section.project-walkthrough .container-fluid,
section.project-brochure .container-fluid {
    max-width: 1100px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

section.project-walkthrough .walkthrough-grid {
    max-width: 1100px !important;
    width: 100% !important;
}

section.project-brochure .brochure-box {
    width: 100% !important;
}



@media (min-width:768px) and (max-width:1199px) {
    section.project-amenities .amenities-top {
        display: flex !important;
        flex-direction: column !important;
        gap: 35px !important;
        text-align: center !important;
    }

    section.project-amenities .content {
        order: 1 !important;
        max-width: 720px !important;
        margin: 0 auto !important;
    }

    section.project-amenities .image {
        order: 2 !important;
        max-width: 650px !important;
        margin: 0 auto !important;
    }

    section.project-amenities .amenities-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px 35px !important;
    }
}


@media (max-width:767px) {
    section.project-amenities .amenities-top {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        text-align: center !important;
    }

    section.project-amenities .content {
        order: 1 !important;
        max-width: 100% !important;
    }

    section.project-amenities .image {
        order: 2 !important;
        max-width: 100% !important;
    }

    section.project-amenities .amenities-grid {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }
}


@media (min-width:768px) and (max-width:1199px) {
    section.project-gallery .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    section.project-gallery .gallery-item img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width:767px) {
    section.project-gallery .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    section.project-gallery .gallery-wrapper {
        gap: 10px !important;
    }

    section.project-gallery .gallery-item img {
        width: 100% !important;
        height: auto !important;
    }
}


@media (min-width:768px) and (max-width:1199px) {
    section.parking .header-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 35px !important;
        text-align: center !important;
        margin-bottom: 50px !important;
    }

    section.parking .content {
        order: 1 !important;
        max-width: 720px !important;
        margin: 0 auto !important;
    }

    section.parking .image {
        order: 2 !important;
        max-width: 650px !important;
        margin: 0 auto !important;
    }

    section.parking .parking_cards {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    section.parking .icon-card {
        grid-column: auto !important;
    }

    section.parking .icon-card:last-child {
        grid-column: 1 / -1 !important;
        max-width: calc(50% - 10px) !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
}


@media (max-width:767px) {
    section.parking .header-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        text-align: center !important;
        margin-bottom: 40px !important;
    }

    section.parking .content {
        order: 1 !important;
        max-width: 100% !important;
    }

    section.parking .image {
        order: 2 !important;
        max-width: 100% !important;
    }

    section.parking .parking_cards {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    section.parking .icon-card,
    section.parking .icon-card:last-child {
        grid-column: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}


@media (max-width:1199px){

    section.parking .image{
        display:block !important;
        width:100% !important;
        max-width:650px !important;
        margin:0 auto !important;
    }

    section.parking .image img{
        display:block !important;
        width:100% !important;
        max-width:100% !important;
        height:auto !important;
    }
}


@media (min-width:768px) and (max-width:1199px) {

    
    section.project-units .units-grid{
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    section.project-units .unit-card{
        max-width: 700px !important;
        margin: 0 auto !important;
    }

   
    section.project-walkthrough .walkthrough-grid{
        grid-template-columns: 1fr !important;
        max-width: 700px !important;
        margin: 0 auto !important;
    }

    section.project-walkthrough .walkthrough-card,
    section.project-walkthrough .walkthrough-card.wide{
        grid-column: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    section.project-walkthrough .walkthrough-card img{
        height: auto !important;
    }
}


@media (max-width:767px) {

    
    section.project-units .units-grid{
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    
    section.project-walkthrough .walkthrough-grid{
        grid-template-columns: 1fr !important;
    }

    section.project-walkthrough .walkthrough-card,
    section.project-walkthrough .walkthrough-card.wide{
        grid-column: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    section.project-walkthrough .walkthrough-card img{
        height: auto !important;
    }
}




@media (max-width:1199px){

    section.condo-cta-banner {
        padding: 70px 30px !important;
    }

    .condo-cta-banner__container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        max-width: 700px !important;
        min-height: auto !important;
        text-align: center !important;
    }

    .condo-cta-banner__content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .condo-cta-banner__mobile-image-wrap {
        display: block !important;
        order: 2 !important;
        margin: 25px 0 !important;
        width: 100% !important;
    }

    .condo-cta-banner__image--mobile {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 8px !important;
    }

    .condo-cta-banner__description {
        order: 3 !important;
    }

    .condo-cta-banner__button {
        order: 4 !important;
        margin: 0 auto !important;
    }

    .condo-cta-banner__image-wrap,
    .condo-cta-banner__image--desktop {
        display: none !important;
    }
}

/* Mobile */
@media (max-width:767px){

    section.condo-cta-banner {
        padding: 50px 20px !important;
    }

    .condo-cta-banner__title {
        font-size: 28px !important;
        line-height: 36px !important;
        text-align: center !important;
    }

    .condo-cta-banner__description p {
        font-size: 14px !important;
        line-height: 22px !important;
        text-align: left !important;
    }

    
}


@media (max-width: 767px) {
    section.project-gallery {
        padding-left: 45px !important;
        padding-right: 45px !important;
        overflow: visible !important;
    }

    section.project-gallery .container-fluid,
    section.project-gallery .gallery-wrapper {
        overflow: visible !important;
        position: relative !important;
    }

    section.project-gallery .gallery-wrapper {
        padding: 0 !important;
    }

    section.project-gallery .gallery-prev,
    section.project-gallery .gallery-next {
        display: flex !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 999 !important;
    }

    section.project-gallery .gallery-prev {
        left: -38px !important;
    }

    section.project-gallery .gallery-next {
        right: -38px !important;
    }
}


@media (min-width:1200px) and (max-width:1800px) {
  .condo-cta-banner__container {
    padding: 0 30px !important;
  }

  .condo-cta-banner__content {
    max-width: calc(100% - 700px) !important;
    padding: 35px 30px 35px 0 !important;
  }

  .condo-cta-banner__title {
    font-size: 35px !important;
    line-height: 40px !important;
  }

  .condo-cta-banner__description p {
    font-size: 16px !important;
    line-height: 21px !important;
  }
}




html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

*,
*::before,
*::after {
    box-sizing: border-box !important;
}

img,
video,
iframe {
    max-width: 100% !important;
}


section,
section .container-fluid,
section .wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
}


@media (max-width: 767px) {
    section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    section .container-fluid,
    section .wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

   
    section.project-amenities .amenities-top,
    section.project-amenities .amenities-grid,
    section.parking .header-content,
    section.parking .parking_cards,
    section.project-units .units-grid,
    section.project-walkthrough .walkthrough-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 100% !important;
    }

   
    section.project-amenities .amenity-card,
    section.parking .icon-card,
    section.project-units .unit-card,
    section.project-units .unit-card:last-child,
    section.project-walkthrough .walkthrough-card,
    section.project-walkthrough .walkthrough-card:nth-child(n) {
        width: 100% !important;
        max-width: 100% !important;
        grid-column: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    
    section.project-units .unit-card:last-child {
        display: flex !important;
        flex-direction: column !important;
    }

    
    .condo-cta-banner__container,
    .condo-cta-banner__content,
    .condo-cta-banner__description p {
        width: 100% !important;
        max-width: 100% !important;
    }
}




section.project-gallery {
    background: #fff !important;
    padding: 0 30px 100px !important;
    overflow: visible !important;
}

section.project-gallery .container-fluid {
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
}

section.project-gallery .gallery-wrapper {
    display: grid !important;
    grid-template-columns: 46px 1fr 46px !important;
    gap: 24px !important;
    align-items: center !important;
    overflow: visible !important;
}

section.project-gallery .gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
}

section.project-gallery .gallery-item img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    display: block !important;
}

section.project-gallery .gallery-arrow {
    display: flex !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #0c5b7d !important;
    border: 2px solid #0c5b7d !important;
    align-items: center !important;
    justify-content: center !important;
}



section.project-gallery {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}


/* Tablet */
@media (min-width:768px) and (max-width:1199px) {
    section.project-gallery .gallery-wrapper {
        grid-template-columns: 42px 1fr 42px !important;
        gap: 18px !important;
    }

    section.project-gallery .gallery-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px !important;
    }

    section.project-gallery .gallery-item img {
        height: 180px !important;
    }
}

/* Mobile */
@media (max-width:767px) {
    section.project-gallery {
        padding: 0 45px 60px !important;
    }

    section.project-gallery .gallery-wrapper {
        display: block !important;
        position: relative !important;
        overflow: visible !important;
    }

    section.project-gallery .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    section.project-gallery .gallery-item img {
        height: auto !important;
    }

    section.project-gallery .gallery-prev,
    section.project-gallery .gallery-next {
        display: flex !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 10 !important;
    }

    section.project-gallery .gallery-prev {
        left: -38px !important;
    }

    section.project-gallery .gallery-next {
        right: -38px !important;
    }
}





section.parking .parking_cards {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 16px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}


section.parking .icon-card {
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 6px !important;
    padding: 24px 26px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
    min-height: 140px !important;
}


section.parking .icon-card:nth-child(1),
section.parking .icon-card:nth-child(2),
section.parking .icon-card:nth-child(3),
section.parking .icon-card:nth-child(6),
section.parking .icon-card:nth-child(7),
section.parking .icon-card:nth-child(8) {
    grid-column: span 2 !important;
}


section.parking .icon-card:nth-child(4),
section.parking .icon-card:nth-child(5),
section.parking .icon-card:nth-child(9),
section.parking .icon-card:nth-child(10) {
    grid-column: span 3 !important;
}


section.parking .icon-card:nth-child(n) {
    width: 100% !important;
    max-width: 100% !important;
}


section.parking .svg {
    flex: 0 0 34px !important;
}

section.parking .svg img {
    width: 34px !important;
    height: 34px !important;
    object-fit: contain !important;
    display: block !important;
}


section.parking .info-card {
    width: 100% !important;
    min-width: 0 !important;
}

section.parking .info-card h3 {
    font-size: 24px !important;
    line-height: 24px !important;
    margin: 0 0 12px !important;
    color: #142A3C !important;
}

section.parking .info-card ul {
    margin: 0 !important;
    padding-left: 18px !important;
}

section.parking .info-card li {
    font-size: 16px !important;
    line-height: 30px !important;
    color: #676767 !important;
}


@media (min-width:768px) and (max-width:1199px) {
    section.parking .parking_cards {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    section.parking .icon-card:nth-child(n) {
        grid-column: auto !important;
    }

    section.parking .icon-card:nth-child(5),
    section.parking .icon-card:nth-child(10) {
        grid-column: 1 / -1 !important;
        max-width: calc(50% - 10px) !important;
        margin: 0 auto !important;
    }
}


@media (max-width:767px) {
    section.parking .parking_cards {
        grid-template-columns: 1fr !important;
    }

    section.parking .icon-card:nth-child(n) {
        grid-column: auto !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}



section.parking .parking_cards .icon-card:nth-child(6),
section.parking .parking_cards .icon-card:nth-child(7),
section.parking .parking_cards .icon-card:nth-child(8) {
    margin-top: 55px !important;
}





section.project-units {
    background: #FAFBFB !important;
    padding: 100px 30px !important;
    padding-top: 0px !important;
}

section.project-units .container-fluid {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

section.project-units .section-heading {
    max-width: 760px !important;
    margin: 0 auto 60px !important;
    text-align: center !important;
}

section.project-units .section-heading h2 {
    color: #142A3C !important;
    margin-bottom: 20px !important;
}

section.project-units .section-heading p {
    max-width: 720px !important;
    margin: 0 auto !important;
}



section.project-units .units-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
}



section.project-units .unit-card {
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 6px !important;
    padding: 16px !important;
    overflow: hidden !important;
    min-height: auto !important;
}

section.project-units .unit-card img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block !important;
}

section.project-units .unit-content {
    padding-top: 24px !important;
}

section.project-units .unit-content h3 {
    color: #142A3C !important;
    margin-bottom: 18px !important;
}

section.project-units .unit-content p {
    margin: 0 !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
}



@media (min-width:768px) and (max-width:1199px) {

    section.project-units {
        padding: 70px 30px !important;
    }

    section.project-units .container-fluid {
        max-width: 720px !important;
    }

    section.project-units .units-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }

    section.project-units .unit-card img {
        height: 180px !important;
    }

    section.project-units .unit-content h3 {
        font-size: 30px !important;
        line-height: 38px !important;
    }
}



@media (max-width:767px) {

    section.project-units {
        padding: 50px 20px !important;
    }

    section.project-units .container-fluid {
        max-width: 100% !important;
    }

    section.project-units .section-heading {
        margin-bottom: 40px !important;
    }

    section.project-units .units-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    section.project-units .unit-card {
        padding: 14px !important;
    }

    section.project-units .unit-card img {
        height: auto !important;
    }

    section.project-units .unit-content {
        padding-top: 20px !important;
    }

    section.project-units .unit-content h3 {
        margin-bottom: 12px !important;
    }
}







@media (max-width:1199px) {

    section.project-gallery {
        padding: 0 55px 60px !important;
        overflow: visible !important;
    }

    section.project-gallery .container-fluid,
    section.project-gallery .gallery-wrapper {
        overflow: visible !important;
        position: relative !important;
    }

    section.project-gallery .gallery-wrapper {
        display: block !important;
        padding: 0 !important;
    }

    section.project-gallery .gallery-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        width: 100% !important;
    }

    section.project-gallery .gallery-item img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        display: block !important;
    }

    section.project-gallery .gallery-prev,
    section.project-gallery .gallery-next {
        display: flex !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 999 !important;
    }

    section.project-gallery .gallery-prev {
        left: -42px !important;
    }

    section.project-gallery .gallery-next {
        right: -42px !important;
    }
}



@media (min-width:768px) and (max-width:1199px) {

    section.parking .parking_cards {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        padding: 0 !important;
        border: 0 !important;
    }

    section.parking .parking_cards .icon-card:nth-child(n) {
        grid-column: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    
    section.parking .parking_cards .icon-card:nth-child(5),
    
    section.parking .parking_cards .icon-card:nth-child(10) {
        grid-column: 1 / -1 !important;
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        margin: 0 auto !important;
    }

   
    section.parking .parking_cards .icon-card:nth-child(6),
    section.parking .parking_cards .icon-card:nth-child(7) {
        margin-top: 55px !important;
    }
}



section.parking .icon-card {
    align-items: flex-start !important;
}

section.parking .svg {
    flex: 0 0 32px !important;
    width: 32px !important;
    height: 32px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin-top: 2px !important;
}

section.parking .svg img {
    width: 32px !important;
    height: 32px !important;
    display: block !important;
}

section.parking .info-card h3 {
    margin: 0 0 12px !important;
    line-height: 32px !important;
}





@media (max-width: 767px) {

    section.parking .parking_cards {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        padding: 0 !important;
        border: 0 !important;
        margin-top: 40px !important;
    }

    section.parking .parking_cards .icon-card,
    section.parking .parking_cards .icon-card:nth-child(n),
    section.parking .parking_cards .icon-card:last-child {
        width: 100% !important;
        max-width: 100% !important;
        grid-column: auto !important;
        margin: 0 !important;

        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        text-align: left !important;

        gap: 14px !important;
        padding: 22px 24px !important;
    }

    section.parking .svg {
        width: 32px !important;
        height: 32px !important;
        flex: 0 0 32px !important;
        margin-top: 0 !important;
    }

    section.parking .svg img {
        width: 32px !important;
        height: 32px !important;
        object-fit: contain !important;
        display: block !important;
    }

    section.parking .info-card {
        width: 100% !important;
        text-align: left !important;
    }

    section.parking .info-card h3 {
        text-align: left !important;
        margin: 0 0 12px !important;
        line-height: 32px !important;
    }

    section.parking .info-card ul {
        text-align: left !important;
        margin: 0 !important;
        padding-left: 18px !important;
    }

    section.parking .info-card li {
        text-align: left !important;
        line-height: 22px !important;
    }
}



@media (max-width: 767px) {

   
    section.parking .parking_cards .icon-card:nth-child(6) {
        margin-top: 30px !important;
    }

}




@media (min-width:768px) and (max-width:1199px){

    section.parking .icon-card{
        display: grid !important;
        grid-template-columns: 34px 1fr !important;
        column-gap: 14px !important;
        row-gap: 10px !important;
        align-items: start !important;
        padding: 22px !important;
        text-align: left !important;
    }

    section.parking .svg{
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: 34px !important;
        height: 34px !important;
        margin: 0 !important;
    }

    section.parking .svg img{
        width: 34px !important;
        height: 34px !important;
        object-fit: contain !important;
        display: block !important;
    }

    section.parking .info-card{
        display: block !important;
        grid-column: 2 !important;
        grid-row: 1 / span 2 !important;
        width: 100% !important;
        text-align: left !important;
    }

    section.parking .info-card h3{
        margin: 0 0 12px !important;
        line-height: 34px !important;
        text-align: left !important;
    }

    section.parking .info-card ul{
        margin: 0 !important;
        padding-left: 18px !important;
        text-align: left !important;
    }

    section.parking .info-card li{
        text-align: left !important;
    }
}






@media (max-width:1199px){

    section.project-units .units-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:24px !important;
        max-width:700px !important;
        margin:0 auto !important;
    }

    section.project-units .unit-card{
        width:100% !important;
        max-width:100% !important;
        min-height:auto !important;
        margin:0 !important;
    }

    section.project-units .unit-card img{
        width:100% !important;
        height:auto !important;
        display:block !important;
    }

    section.project-units .unit-content{
        padding:24px 0 0 !important;
    }
}


@media (min-width:1200px) {
section.lp-banner {
    min-height: 850px !important;
    padding: 0 30px !important;
}

section.lp-banner.lntc {
    background:
        linear-gradient(rgba(0,0,0,.60), rgba(0,0,0,.60)),
        url('/wp-content/themes/nobleland/assets/img/pproject/banner1.jpg')
        center center / cover no-repeat;
}
}









@media (min-width:768px) and (max-width:1199px){

    
    section h2,
    section.project-amenities h2,
    section.project-units h2,
    section.parking .content h2,
    section.project-intro-video h2{
        font-size: 34px !important;
        line-height: 42px !important;
    }

    
    section h3,
    section.project-amenities .amenity-card h3,
    section.project-units .unit-content h3,
    section.parking .info-card h3{
        font-size: 24px !important;
        line-height: 30px !important;
    }

    
    section p,
    section.project-amenities p,
    section.project-units p,
    section.parking p,
    section li{
        font-size: 16px !important;
        line-height: 26px !important;
    }

    
    section.lp-banner .content h1{
        font-size: 38px !important;
        line-height: 48px !important;
    }

    section.lp-banner .content p{
        font-size: 18px !important;
        line-height: 30px !important;
    }
}







@media (max-width:767px){

    
    section h2,
    section.project-amenities h2,
    section.project-units h2,
    section.parking .content h2,
    section.project-intro-video h2{
        font-size: 28px !important;
        line-height: 36px !important;
    }

    
    section h3,
    section.project-amenities .amenity-card h3,
    section.project-units .unit-content h3,
    section.parking .info-card h3{
        font-size: 22px !important;
        line-height: 28px !important;
    }

    
    section p,
    section.project-amenities p,
    section.project-units p,
    section.parking p,
    section li{
        font-size: 15px !important;
        line-height: 24px !important;
    }

    
    section.lp-banner .content h1{
        font-size: 30px !important;
        line-height: 38px !important;
    }

    section.lp-banner .content p{
        font-size: 16px !important;
        line-height: 24px !important;
    }

 
    .condo-cta-banner__title{
        font-size: 28px !important;
        line-height: 36px !important;
    }
}



section.parking .parking_cards .icon-card,
section.parking .parking_cards .icon-card:nth-child(n),
section.parking .parking_cards .icon-card:last-child{
    display: block !important;
}

section.parking .parking_cards .icon-card .svg{
    float: left !important;
    width: 38px !important;
    height: 38px !important;
    margin-right: 16px !important;
}

section.parking .parking_cards .icon-card .svg img{
    width: 38px !important;
    height: 38px !important;
    display: block !important;
    float: none !important;
}

section.parking .parking_cards .icon-card .info-card h3{
    margin: 0 0 20px !important;
    line-height: 38px !important;
}

section.parking .parking_cards .icon-card .info-card ul{
    clear: both !important;
    margin: 0 !important;
    padding-left: 18px !important;
}




/* ARROW BUTTON */
section.project-gallery .gallery-arrow{
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #0c5b7d !important;
}


section.project-gallery .gallery-arrow img{
    width: 16px !important;
    height: 16px !important;
    display: block !important;
}


section.project-gallery .gallery-arrow img{
    filter: brightness(0) saturate(100%) invert(28%) sepia(67%) saturate(955%) hue-rotate(163deg) brightness(93%) contrast(93%);
}


section.project-gallery .gallery-arrow:hover img{
    filter: brightness(0) invert(1);
}


section.project-gallery .gallery-arrow:hover{
    background: #0c5b7d !important;
    border-color: #0c5b7d !important;
}



/* Desktop Only */
@media (min-width:1200px){

    section.lp-banner .content h1{
        font-size: 48px !important;
        line-height: 58px !important;
    }

    section h2,
    section.project-intro-video h2,
    section.project-amenities h2,
    section.parking h2,
    section.project-units h2,
    section.project-walkthrough h2,
    section.project-brochure h2{
        font-size: 40px !important;
        line-height: 50px !important;
    }

}


@media (min-width:1200px){

    section.project-units .section-heading{
        max-width: 900px !important;
    }

    section.project-units .section-heading h2{
        max-width: 800px !important;
        margin: 0 auto 20px !important;
    }

    section.project-units .section-heading p{
        max-width: 900px !important;
        margin: 0 auto !important;
    }

}


@media (min-width:1200px){

    section.project-amenities .amenity-card h3{
        white-space: nowrap !important;
        
    }

}


@media (min-width:1200px){

    section.project-amenities .amenities-top .content h2{
        width: 620px !important;
        max-width: 590px !important;
    }

    section.project-amenities .amenities-top .content p{
        width: 510px !important;
        max-width: 550px !important;
    }

}





@media (min-width:768px) and (max-width:1199px){

    section.project-intro-video .container-fluid,
    section.project-amenities .container-fluid,
    section.project-gallery .container-fluid,
    section.parking .container-fluid,
    section.project-units .container-fluid,
    section.project-walkthrough .container-fluid,
    section.project-brochure .container-fluid,
    .condo-cta-banner__container{
        max-width:1100px !important;
        width:100% !important;
        margin:0 auto !important;
    }

    section.project-intro-video .section-heading,
    section.project-amenities .content,
    section.parking .content,
    section.project-units .section-heading{
        max-width:900px !important;
        width:100% !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }

    section.project-amenities .image,
    section.parking .image{
        max-width:900px !important;
        width:100% !important;
    }



    section.project-intro-video h2,
    section.project-amenities h2,
    section.project-gallery h2,
    section.parking h2,
    section.project-units h2,
    section.project-walkthrough h2,
    section.project-brochure h2,
    .condo-cta-banner__title{
        font-size:34px !important;
        line-height:42px !important;
    }

    section h3,
    section.project-amenities .amenity-card h3,
    section.project-units .unit-content h3,
    section.parking .info-card h3{
        font-size:24px !important;
        line-height:30px !important;
    }

    section p,
    section li{
        font-size:16px !important;
        line-height:26px !important;
    }
}



@media (max-width:767px){

    section.project-intro-video h2,
    section.project-amenities h2,
    section.project-gallery h2,
    section.parking h2,
    section.project-units h2,
    section.project-walkthrough h2,
    section.project-brochure h2,
    .condo-cta-banner__title{
        font-size:28px !important;
        line-height:36px !important;
    }

    section h3,
    section.project-amenities .amenity-card h3,
    section.project-units .unit-content h3,
    section.parking .info-card h3{
        font-size:22px !important;
        line-height:28px !important;
    }

    section p,
    section li{
        font-size:15px !important;
        line-height:24px !important;
    }
}




@media (min-width:768px) and (max-width:1199px){

    section.parking .container-fluid{
        max-width:100% !important;
        padding:0 30px !important;
    }

    section.parking .content,
    section.parking .image{
        max-width:100% !important;
    }
}



@media (min-width:768px) and (max-width:1199px){

    section.project-units .container-fluid{
        max-width:100% !important;
        padding:0 30px !important;
    }

    section.project-units .section-heading{
        max-width:900px !important;
    }

    section.project-units .unit-card{
        max-width:100% !important;
        width:100% !important;
        margin:0 !important;
    }

    section.project-units .units-grid{
        max-width:100% !important;
    }
}



@media (min-width:1200px){
    section p{
        line-height:24px !important;
    }
}




section.project-gallery .gallery-viewport{
    width:100%;
    min-width:0;
    overflow:hidden;
}

section.project-gallery .gallery-track{
    display:flex !important;
    width:100%;
    transition:transform .6s ease-in-out;
    will-change:transform;
}

section.project-gallery .gallery-slide{
    flex:0 0 100%;
    min-width:100%;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
}

section.project-gallery .gallery-dots span{
    cursor:pointer;
}

@media (max-width:767px){
    section.project-gallery .gallery-slide{
        grid-template-columns:1fr;
    }
}



section.project-gallery .gallery-viewport{
    width:100% !important;
    min-width:0 !important;
    overflow:hidden !important;
}

section.project-gallery .gallery-slide{
    width:100% !important;
    min-width:100% !important;
    padding:0 8px !important;
    box-sizing:border-box !important;

    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:24px !important;
}

section.project-gallery .gallery-item{
    min-width:0 !important;
}

section.project-gallery .gallery-item img{
    width:100% !important;
    display:block !important;
}



@media (max-width:767px){

    section.project-gallery .gallery-slide{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:16px !important;
    }

    section.project-gallery .gallery-item{
        width:100% !important;
    }

    section.project-gallery .gallery-item img{
        width:100% !important;
        height:auto !important;
        display:block !important;
    }

}



section.lp-banner .container-fluid {
    max-width: 1100px !important;
}

section.lp-banner .content {
    max-width: 1100px !important;
}

section.lp-banner .content h1 {
    max-width: 1000px !important;
}


section.lp-banner .content {
    max-width: 1100px !important;
}

section.lp-banner .content p {
    max-width: 1000px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;

    font-size: 19px !important;
    line-height: 36px !important;
}







section.project-gallery {
    background: #fff !important;
    padding: 0 30px 100px !important;
    overflow: visible !important;
}

section.project-gallery .container-fluid {
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
}

section.project-gallery .gallery-wrapper {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) 46px !important;
    align-items: center !important;
    gap: 24px !important;
    overflow: visible !important;
}

section.project-gallery .gallery-viewport {
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

section.project-gallery .gallery-track {
    display: flex !important;
    gap: 16px !important;
    width: max-content !important;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out !important;
    will-change: transform;
}

section.project-gallery .gallery-item {
    flex: 0 0 calc((var(--gallery-width) - 32px) / 3) !important;
    width: calc((var(--gallery-width) - 32px) / 3) !important;
    min-width: 0 !important;
}

section.project-gallery .gallery-item img {
    display: block !important;
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
}

section.project-gallery .gallery-arrow {
    display: flex !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border: 2px solid #0c5b7d !important;
    border-radius: 50% !important;
    background: #fff !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease !important;
}

section.project-gallery .gallery-arrow:hover {
    background: #0c5b7d !important;
    border-color: #0c5b7d !important;
    transform: scale(1.05);
}

section.project-gallery .gallery-arrow img {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
}

section.project-gallery .gallery-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 7px !important;
    margin-top: 20px !important;
}

section.project-gallery .gallery-dots button {
    width: 7px !important;
    height: 7px !important;
    min-width: 7px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #d7d7d7 !important;
    cursor: pointer !important;
    transition:
        background-color 0.3s ease,
        transform 0.3s ease !important;
}

section.project-gallery .gallery-dots button.active {
    background: #0c5b7d !important;
    transform: scale(1.15);
}


@media (min-width: 768px) and (max-width: 1199px) {
    section.project-gallery {
        padding: 0 30px 70px !important;
    }

    section.project-gallery .gallery-wrapper {
        grid-template-columns: 42px minmax(0, 1fr) 42px !important;
        gap: 18px !important;
    }

    section.project-gallery .gallery-track {
        gap: 12px !important;
    }

    section.project-gallery .gallery-item {
        flex-basis: calc((var(--gallery-width) - 24px) / 3) !important;
        width: calc((var(--gallery-width) - 24px) / 3) !important;
    }

    section.project-gallery .gallery-item img {
        height: 180px !important;
    }
}


@media (max-width: 767px) {
    section.project-gallery {
        padding: 0 45px 50px !important;
    }

    section.project-gallery .gallery-wrapper {
        display: block !important;
        position: relative !important;
    }

    section.project-gallery .gallery-track {
        gap: 0 !important;
    }

    section.project-gallery .gallery-item {
        flex: 0 0 var(--gallery-width) !important;
        width: var(--gallery-width) !important;
    }

    section.project-gallery .gallery-item img {
        height: 280px !important;
    }

    section.project-gallery .gallery-prev,
    section.project-gallery .gallery-next {
        position: absolute !important;
        top: 50% !important;
        z-index: 10 !important;
        transform: translateY(-50%) !important;
    }

    section.project-gallery .gallery-prev {
        left: -38px !important;
    }

    section.project-gallery .gallery-next {
        right: -38px !important;
    }

    section.project-gallery .gallery-arrow:hover {
        transform: translateY(-50%) scale(1.05) !important;
    }
}





section.project-gallery .gallery-viewport {
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

section.project-gallery .gallery-track {
    display: flex !important;
    gap: 16px !important;
    width: max-content !important;
    align-items: stretch !important;
}

section.project-gallery .gallery-item {
    flex: 0 0 calc((var(--gallery-viewport-width) - 32px) / 3) !important;
    width: calc((var(--gallery-viewport-width) - 32px) / 3) !important;
    max-width: calc((var(--gallery-viewport-width) - 32px) / 3) !important;
}

section.project-gallery .gallery-item img {
    width: 100% !important;
    height: 220px !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
}


@media (min-width: 768px) and (max-width: 1199px) {
    section.project-gallery .gallery-track {
        gap: 12px !important;
    }

    section.project-gallery .gallery-item {
        flex-basis: calc((var(--gallery-viewport-width) - 24px) / 3) !important;
        width: calc((var(--gallery-viewport-width) - 24px) / 3) !important;
        max-width: calc((var(--gallery-viewport-width) - 24px) / 3) !important;
    }

    section.project-gallery .gallery-item img {
        height: 180px !important;
    }
}


@media (max-width: 767px) {
    section.project-gallery .gallery-track {
        gap: 0 !important;
    }

    section.project-gallery .gallery-item {
        flex: 0 0 var(--gallery-viewport-width) !important;
        width: var(--gallery-viewport-width) !important;
        max-width: var(--gallery-viewport-width) !important;
    }

    section.project-gallery .gallery-item img {
        height: auto !important;
    }
}






@media (min-width: 768px) {

    section.project-gallery {
        padding: 0 30px 70px !important;
    }

    section.project-gallery .container-fluid {
        max-width: 1000px !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    section.project-gallery .gallery-wrapper {
        display: grid !important;
        grid-template-columns: 42px minmax(0, 1fr) 42px !important;
        align-items: center !important;
        gap: 18px !important;
        overflow: visible !important;
    }

    section.project-gallery .gallery-viewport {
        width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    section.project-gallery .gallery-track {
        display: flex !important;
        gap: 12px !important;
        width: max-content !important;
        align-items: stretch !important;
    }

    section.project-gallery .gallery-item {
        flex: 0 0 calc((var(--gallery-viewport-width) - 24px) / 3) !important;
        width: calc((var(--gallery-viewport-width) - 24px) / 3) !important;
        max-width: calc((var(--gallery-viewport-width) - 24px) / 3) !important;
        min-width: 0 !important;
    }

    section.project-gallery .gallery-item img {
        display: block !important;
        width: 100% !important;
        height: 180px !important;
        object-fit: contain !important;
        object-position: center !important;
    }

    section.project-gallery .gallery-prev,
    section.project-gallery .gallery-next {
        display: flex !important;
        position: static !important;
        transform: none !important;
    }
}

/* Desktop image height */
@media (min-width: 1200px) {
    section.project-gallery .gallery-wrapper {
        grid-template-columns: 46px minmax(0, 1fr) 46px !important;
        gap: 24px !important;
    }

    section.project-gallery .gallery-track {
        gap: 16px !important;
    }

    section.project-gallery .gallery-item {
        flex-basis: calc((var(--gallery-viewport-width) - 32px) / 3) !important;
        width: calc((var(--gallery-viewport-width) - 32px) / 3) !important;
        max-width: calc((var(--gallery-viewport-width) - 32px) / 3) !important;
    }

    section.project-gallery .gallery-item img {
        height: 220px !important;
    }
}

/* Mobile: 1 image per view */
@media (max-width: 767px) {

    section.project-gallery {
        padding: 0 45px 50px !important;
    }

    section.project-gallery .gallery-wrapper {
        display: block !important;
        position: relative !important;
        overflow: visible !important;
    }

    section.project-gallery .gallery-viewport {
        width: 100% !important;
        overflow: hidden !important;
    }

    section.project-gallery .gallery-track {
        display: flex !important;
        gap: 0 !important;
        width: max-content !important;
    }

    section.project-gallery .gallery-item {
        flex: 0 0 var(--gallery-viewport-width) !important;
        width: var(--gallery-viewport-width) !important;
        max-width: var(--gallery-viewport-width) !important;
    }

    section.project-gallery .gallery-item img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }

    section.project-gallery .gallery-prev,
    section.project-gallery .gallery-next {
        display: flex !important;
        position: absolute !important;
        top: 50% !important;
        z-index: 10 !important;
        transform: translateY(-50%) !important;
    }

    section.project-gallery .gallery-prev {
        left: -44px !important;
    }

    section.project-gallery .gallery-next {
        right: -44px !important;
    }
}