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: 45px;
    line-height: 60px;
    font-weight: 700;
    max-width: 700px;
    margin: 0 auto 32px;
}

section.lp-banner .content p {
    color: #fff;
    font-size: 19px;
    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/section1.png') 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 2 VIDEO */
section.project-intro-video {
    background: #f7f8f8;
    padding: 100px 30px;
}

section.project-intro-video .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 !important;
}

section.project-intro-video .section-heading {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

section.project-intro-video h2 {
    color: #142A3C;
    font-size: 37px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 18px;
}

section.project-intro-video p {
    color: #676767;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

section.project-intro-video .video-wrap {
    max-width: 865px;
    margin: 0 auto;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

section.project-intro-video .video-wrap img {
    width: 100%;
    display: block;
}

section.project-intro-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 58px;
    line-height: 1;
    cursor: pointer;
}



/* 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 .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;
    }
}


/* 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 h2 {
    font-size: 37px;
    line-height: 38px;
    margin: 0 0 18px;
}

section.parking .content h3 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 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: 24px;
    line-height: 45px;
    margin-bottom: 5px;
}

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

section.parking li {
    font-size: 16px;
    line-height: 30px;
    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: 37px;
    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: 28px;
    line-height: 30px;
    margin-bottom: 20px;
}

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




/* PROJECT PAGE - SECTION 7 3D WALKTHROUGHS */
section.project-walkthrough {
    background: #ffffff;
    padding: 100px 30px;
}

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

section.project-walkthrough h2 {
    text-align: center;
    font-size: 37px;
    line-height: 42px;
    margin-bottom: 50px;
}

section.project-walkthrough .walkthrough-grid {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

section.project-walkthrough .walkthrough-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    height: 300px;
}

section.project-walkthrough .walkthrough-card.wide {
    grid-column: 1 / -1;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

section.project-walkthrough .walkthrough-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

section.project-walkthrough .walkthrough-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(255,255,255,.85) 0%,
        rgba(255,255,255,.35) 45%,
        transparent 100%
    );
}

section.project-walkthrough .walkthrough-card span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
    color: #142A3C;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-align: left;
}

section.project-walkthrough .walkthrough-note {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #676767;
    margin-top: 40px;
}

@media (max-width: 767px) {

    section.project-walkthrough {
        padding: 70px 20px;
    }

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

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




/* SECTION 8 BROCHURE */
section.project-brochure {
    background: #ffffff;
    padding: 100px 30px;
}

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

section.project-brochure .brochure-box {
    min-height: 350px;
    border-radius: 10px;
    background:
        linear-gradient(rgba(133, 185, 185, 0.88), rgba(0, 128, 128, .88)),
        url('/wp-content/themes/nobleland/assets/img/pproject/container.png') center center / cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.project-brochure h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
}

section.project-brochure .download-btn {
    background: #ffd41c;
    color: #142A3C;
    font-size: 12px;
    font-weight: 700;
    padding: 9px 22px;
    border-radius: 6px;
    text-decoration: none;
}









.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;
}


@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;
    }
}


@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: 80px !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: 37px !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: 40px 0 0 !important;
}

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



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

section.project-brochure .brochure-box {
    min-height: 370px !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: 450px !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;
    }
}


@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:1750px) {
  .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;
}


@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;
    }
}


@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.project-gallery {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}





section.lp-banner.lntc {
    min-height: 850px !important;

    padding-top: 180px !important;
    padding-bottom: 180px !important;

    background-position: center center !important;
    background-size: cover !important;
}


@media (min-width:768px) and (max-width:1199px) {
    section.lp-banner.lntc {
        min-height: 700px !important;
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }
}


@media (max-width:767px) {
    section.lp-banner.lntc {
        min-height: 600px !important;
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
}




section.lp-banner.lntc {
    min-height: 850px !important;
    padding-top: 180px !important;
    padding-bottom: 180px !important;

    background-position: center center !important;
    background-size: cover !important;
}

section.lp-banner.lntc .content {
    max-width: 980px !important;
    margin: 0 auto !important;
}

section.lp-banner.lntc .content h1 {
    font-size: 45px ;
    line-height: 60px !important;
    font-weight: 700 !important;

    max-width: 900px !important;
    margin: 0 auto 35px !important;
}

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

    max-width: 900px !important;
    margin: 0 auto !important;
}


@media (max-width:1199px) {
    section.lp-banner.lntc {
        min-height: 700px !important;
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }

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

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


@media (max-width:767px) {
    section.lp-banner.lntc {
        min-height: 600px !important;
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }

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

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






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

section.project-intro-video .section-heading {
    max-width: 900px !important;
    margin: 0 auto 60px !important;
}

section.project-intro-video .video-wrap {
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto !important;
}


section.project-intro-video {
    padding-bottom: 100px !important;
}


section.project-amenities {
    padding-top: 70px !important;
}



@media (max-width:767px) {

    section.parking .parking_cards .icon-card {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 14px !important;
        text-align: left !important;
        padding: 22px 24px !important;
    }

    section.parking .parking_cards .icon-card img {
        width: 32px !important;
        height: 32px !important;
        margin: 0 !important;
        flex: 0 0 32px !important;
    }

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

    section.parking .info-card h3 {
        text-align: left !important;
        margin: 0 0 10px !important;
        line-height: 32px !important;
        font-size: 22px !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;
        font-size: 14px !important;
        line-height: 22px !important;
    }
}




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

    section.parking .icon-card {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 14px !important;
        text-align: left !important;
    }

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

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

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

    section.parking .info-card h3 {
        font-size: 22px !important;
        line-height: 28px !important;
        margin: 0 0 10px !important;
        text-align: left !important;
    }

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

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

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


@media (min-width:1200px) {
section.project-amenities .amenity-card:nth-child(4) h3 {
    margin-bottom: 45px !important;
}


section.project-amenities .amenity-card:nth-child(6) h3 {
    margin-bottom: 43px !important;
}
}





@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;
    }
}




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

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


/* DESKTOP */
section.project-walkthrough .walkthrough-card.wide{
    grid-column: 1 / -1 !important;
    width: calc((100% - 24px) / 2) !important;
    max-width: calc((100% - 24px) / 2) !important;
    margin: 0 auto !important;
}

/* TABLET */
@media (min-width:768px) and (max-width:1199px){
    section.project-walkthrough .walkthrough-card.wide{
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* MOBILE */
@media (max-width:767px){
    section.project-walkthrough .walkthrough-card.wide{
        width: 100% !important;
        max-width: 100% !important;
    }
}



@media (min-width:1200px){
    section.project-units .unit-card{
        min-height: 500px !important;
    }
}

@media (min-width:1200px){

  

    section.project-units .section-heading h2{
        white-space: nowrap !important;
    }

}


@media (min-width:1200px){

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

    section.project-units .section-heading h2{
        width: max-content !important;
        max-width: none !important;
        white-space: nowrap !important;
        margin: 0 auto 18px !important;
    }
section.project-units .section-heading{
    max-width: 1000px !important;
    margin: 0 auto 58px !important;
    text-align: center !important;
}

section.project-units .section-heading h2{
    white-space: nowrap !important;
    margin-bottom: 18px !important;
}

section.project-units .section-heading p{
    max-width: 950px !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
}
}




section.project-gallery .gallery-arrow{
    width: 70px !important;
    height: 70px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

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



section.project-intro-video .play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background:transparent;
    border:0;
    cursor:pointer;
    padding:0;
}

section.project-intro-video .play-btn img{
    width:50px;
    height:50px;
    display:block;
    object-fit:contain;
}


/* 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;
}



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: 43px !important;
    height: 43px !important;
    margin-right: 16px !important;
}

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

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



/* Desktop */
section.project-intro-video .play-btn img{
    width: 50px !important;
    height: 50px !important;
    font-size: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Tablet */
@media (min-width:768px) and (max-width:1199px){
    section.project-intro-video .play-btn img{
        width: 40px !important;
        height: 40px !important;
        font-size: 38px !important;
    }
}

/* Mobile */
@media (max-width:767px){
    section.project-intro-video .play-btn img{
        width:30px !important;
        height: 30px !important;
        font-size: 28px !important;
    }
}


@media (min-width:1200px){

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

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

}



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

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

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

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

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

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

    section h3{
        font-size: 24px !important;
        line-height: 30px !important;
    }

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


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

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

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

    section 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.project-units .container-fluid{
        max-width: 100% !important;
        padding: 0 30px !important;
    }

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

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

    section.project-units .unit-card{
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    section.project-units .unit-card img{
        height: 420px !important;
        object-fit: cover !important;
    }
}




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

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

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

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

    section.project-walkthrough .walkthrough-card{
        height:380px !important;
    }

    section.project-walkthrough .walkthrough-card img{
        width:100% !important;
        height:100% !important;
        object-fit:cover !important;
    }
}


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

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

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

}



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

    section.project-walkthrough .walkthrough-card,
    section.project-walkthrough .walkthrough-card.wide,
    section.project-walkthrough .walkthrough-card:last-child{
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    section.project-walkthrough .walkthrough-card img,
    section.project-walkthrough .walkthrough-card.wide img,
    section.project-walkthrough .walkthrough-card:last-child img{
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
    }
}



/* TABLET */
@media (min-width:768px) and (max-width:1199px){
    section.lp-banner,
    section.lp-banner.lntc{
        padding: 70px 30px !important;
    }
}

/* MOBILE */
@media (max-width:767px){
    section.lp-banner,
    section.lp-banner.lntc{
        padding: 50px 20px !important;
    }
}



section.project-intro-video .video-wrap iframe{
    width:100%;
    aspect-ratio:16/9;
    border:0;
    display:block;
}




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




section.project-gallery .gallery-viewport{
    width:100%;
    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-item img{
    width:100% !important;
    height:220px !important;
    object-fit:cover !important;
    display:block !important;
}

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



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.project-walkthrough .walkthrough-card{
    border: 3px solid #D9D9D9 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}



section.project-walkthrough .walkthrough-grid{
    margin-bottom: 60px !important;
}