section p {
    color: #676767;
}

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

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

section h3 {
    font-size: 28px;
    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: 900px;
    width: 100%;
    margin: 65px auto 0;
    text-align: center;
}

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

section.lp-banner .content p {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    max-width: 900px;
    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/section2.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: 80px;
    align-items: center;
    margin-bottom: 70px;
}

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

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

section.project-amenities p {
    color: #676767;
    font-size: 16px;
    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;
    }
}





/* 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: 80px !important;
    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: 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: 24px;
    line-height: 24px;
    margin-bottom: 12px;
}

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

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


/* SECTION 6 - EXCHANGE REGENCY UNITS FIX */
section.project-units {
    background: #FAFBFB !important;
    padding: 100px 30px !important;
}

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

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

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

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

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

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

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

/* FORCE LAST CARD */
section.project-units .units-grid .unit-card:last-child {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 470px 1fr !important;
    gap: 30px !important;
    align-items: center !important;
}

section.project-units .units-grid .unit-card:last-child img {
    width: 100% !important;
    height: 210px !important;
    object-fit: cover !important;
}

section.project-units .units-grid .unit-card:last-child .unit-content {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

/* TABLET */
@media (max-width:1199px) {
    section.project-units .container-fluid {
        max-width: 700px !important;
    }

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

    section.project-units .unit-card-wide {
        grid-template-columns: 1fr !important;
    }

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

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

/* MOBILE */
@media (max-width:767px) {
    section.project-units {
        padding: 50px 20px !important;
    }

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




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

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

section.project-walkthrough h2 {
    text-align: center !important;
    font-size: 30px !important;
    line-height: 38px !important;
    margin-bottom: 35px !important;
    color: #142A3C !important;
}

section.project-walkthrough .walkthrough-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 16px !important;
    max-width: 820px !important;
    margin: 0 auto !important;
}

section.project-walkthrough .walkthrough-card {
    position: relative !important;
    display: block !important;
    height: 185px !important;
    overflow: hidden !important;
    border-radius: 4px !important;
    border: 1px solid #d9d9d9 !important;
    text-decoration: none !important;
}

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

section.project-walkthrough .walkthrough-card:nth-child(3),
section.project-walkthrough .walkthrough-card:nth-child(4),
section.project-walkthrough .walkthrough-card:nth-child(5) {
    grid-column: span 2 !important;
}

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

section.project-walkthrough .walkthrough-card::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(
        to top,
        rgba(255,255,255,.95) 0%,
        rgba(255,255,255,.65) 30%,
        rgba(255,255,255,0) 70%
    ) !important;
    z-index: 1 !important;
}

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

section.project-walkthrough .walkthrough-note {
    max-width: 820px !important;
    margin: 28px auto 0 !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #676767 !important;
}

/* TABLET */
@media (min-width:768px) and (max-width:1199px) {
    section.project-walkthrough .container-fluid{
        max-width:700px !important;
    }

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

    section.project-walkthrough .walkthrough-card{
        grid-column:auto !important;
        width:100% !important;
        height:220px !important;
    }

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

/* MOBILE */
@media (max-width:767px){
    section.project-walkthrough .walkthrough-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:14px !important;
    }

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




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

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


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





section.parking .header-content {
    display: grid !important;
    grid-template-columns: 520px 520px !important;
    gap: 80px !important;
    align-items: center !important;
    margin-bottom: 40px !important;
}

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

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

section.parking .image img {
    width: 100% !important;
    height: 305px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

section.parking .parking_cards {
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto !important;

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

section.parking .icon-card {
    grid-column: auto !important;
    min-height: 165px !important;
    padding: 30px 28px !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(4),
section.parking .icon-card:nth-child(5) {
    grid-column: auto !important;
}


@media (min-width:768px) and (max-width:1199px) {
    section.parking .header-content {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
        text-align: center !important;
    }

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

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


@media (max-width:767px) {
    section.parking .header-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center !important;
    }

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

    section.parking .image img {
        height: auto !important;
    }
}


section.parking .parking_cards {
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto !important;

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



section.project-units .units-grid .unit-card:last-child {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 50px !important;
    align-items: center !important;
    min-height: 240px !important;
    height: auto !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

section.project-units .units-grid .unit-card:last-child img {
    width: 100% !important;
    height: 205px !important;
    object-fit: cover !important;
    display: block !important;
    min-width: 0 !important;
}

section.project-units .units-grid .unit-card:last-child .unit-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 20px 0 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

@media (max-width:1199px) {
    section.project-units .units-grid .unit-card:last-child {
        grid-template-columns: 1fr !important;
    }

    section.project-units .units-grid .unit-card:last-child .unit-content {
        padding: 22px 0 0 !important;
    }
}




section.project-walkthrough {
    background: #ffffff !important;
    padding: 80px 30px 90px !important;
}

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

section.project-walkthrough h2 {
    text-align: center !important;
    font-size: 37px !important;
    line-height: 38px !important;
    margin: 0 0 28px !important;
    color: #142A3C !important;
}

section.project-walkthrough .walkthrough-grid {
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 14px !important;
}


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


section.project-walkthrough .walkthrough-card:nth-child(3),
section.project-walkthrough .walkthrough-card:nth-child(4),
section.project-walkthrough .walkthrough-card:nth-child(5) {
    grid-column: span 2 !important;
}

section.project-walkthrough .walkthrough-card {
    height: 350px !important;
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 4px !important;
    border: 1px solid #d9d9d9 !important;
    text-decoration: none !important;
}

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

section.project-walkthrough .walkthrough-card::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(
        to top,
        rgba(255,255,255,.95) 0%,
        rgba(255,255,255,.65) 35%,
        rgba(255,255,255,0) 70%
    ) !important;
    z-index: 1 !important;
}

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

section.project-walkthrough .walkthrough-note {
    max-width: 1300px !important;
    margin: 40px auto 0 !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 18px !important;
    color: #676767 !important;
}

@media (min-width:768px) and (max-width:1199px) {
    section.project-walkthrough .container-fluid,
    section.project-walkthrough .walkthrough-grid {
        max-width: 700px !important;
    }

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

    section.project-walkthrough .walkthrough-card {
        grid-column: auto !important;
        height: 220px !important;
    }
}


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

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

    section.project-walkthrough .walkthrough-card {
        grid-column: auto !important;
        height: 220px !important;
    }
}







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

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

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

    section.parking .image img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }

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

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


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

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

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

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

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

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



@media (min-width:768px) and (max-width:1199px) {
    section.project-units .container-fluid {
        max-width: 700px !important;
    }

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

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

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

    section.project-units .unit-card:last-child {
        grid-column: 1 / -1 !important;
        max-width: calc(50% - 12px) !important;
        width: 100% !important;
        margin: 0 auto !important;
        display: flex !important;
    }

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

    section.project-units .unit-card:last-child .unit-content {
        padding: 22px 0 0 !important;
    }
}


@media (max-width:767px) {
    section.project-units .container-fluid {
        max-width: 100% !important;
    }

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

    section.project-units .unit-card,
    section.project-units .unit-card:last-child {
        grid-column: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }

    section.project-units .unit-card img,
    section.project-units .unit-card:last-child img {
        width: 100% !important;
        height: auto !important;
    }

    section.project-units .unit-card:last-child .unit-content {
        padding: 22px 0 0 !important;
    }
}





@media (min-width:576px) and (max-width:1199px) {
    section.project-walkthrough .walkthrough-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        max-width: 700px !important;
        margin: 0 auto !important;
    }

    section.project-walkthrough .walkthrough-card,
    section.project-walkthrough .walkthrough-card:nth-child(1),
    section.project-walkthrough .walkthrough-card:nth-child(2),
    section.project-walkthrough .walkthrough-card:nth-child(3),
    section.project-walkthrough .walkthrough-card:nth-child(4),
    section.project-walkthrough .walkthrough-card:nth-child(5),
    section.project-walkthrough .walkthrough-card:nth-child(6),
    section.project-walkthrough .walkthrough-card:nth-child(7) {
        grid-column: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 220px !important;
        margin: 0 !important;
    }

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


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

    section.project-walkthrough .walkthrough-card,
    section.project-walkthrough .walkthrough-card:nth-child(n) {
        grid-column: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        height: 220px !important;
        margin: 0 !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.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 (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 (min-width:1200px) {
section.lp-banner {
    min-height: 850px !important;
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

section.erc {
    background-position: center center !important;
    background-size: cover !important;
}
}






section.project-units .section-heading {
    max-width: 1000px !important; /* extend width */
    width: 100% !important;
    margin: 0 auto 55px !important;
}

section.project-units .section-heading h2 {
    font-size: 37px !important;
    line-height: 58px !important;
    max-width: 900px !important;
    margin: 0 auto 20px !important;
}

section.project-units .section-heading p {
    font-size: 16px !important;
    line-height: 24px !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}




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

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

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




@media (max-width:767px){

    section.parking .icon-card{
        display:grid !important;
        grid-template-columns:32px 1fr !important;
        column-gap:14px !important;
        align-items:start !important;

        text-align:left !important;
        padding:22px !important;
    }

    section.parking .svg{
        width:32px !important;
        height:32px !important;
        margin: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{
        margin:0 0 12px !important;
        line-height:32px !important;
        font-size:24px !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 (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;
    }
}



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

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

    section.project-units .units-grid{
        grid-template-columns:repeat(2,1fr) !important;
        gap:24px !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 .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;
}




/* Desktop */
section.project-intro-video .play-btn{
    width: 60px !important;
    height: 60px !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{
        width: 50px !important;
        height: 50px !important;
        font-size: 38px !important;
    }
}

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


@media (min-width:1200px){

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

    section.project-intro-video h2,
    section.project-amenities h2,
    section.parking .content h2,
    section.project-units .section-heading 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: 1180px !important;
    }

    section.project-units .section-heading h2{
        max-width: 1180px !important;
        width: 100% !important;
        white-space: nowrap !important;
        font-size: 40px !important;
        line-height: 50px !important;
    }

}



@media (min-width:1200px){

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

}



@media (min-width:1200px){

    section.project-amenities .content p{
        max-width: 900px !important;
        line-height: 24px !important;

        display: -webkit-box !important;
        
        overflow: hidden !important;
    }

}




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

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

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

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

    section.project-intro-video h2,
    section.project-amenities h2,
    section.parking .content h2,
    section.project-units .section-heading h2,
    section.project-walkthrough h2,
    section.project-brochure 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 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.project-intro-video h2,
    section.project-amenities h2,
    section.parking .content h2,
    section.project-units .section-heading h2,
    section.project-walkthrough h2,
    section.project-brochure 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 li{
        font-size: 15px !important;
        line-height: 24px !important;
    }
}


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

    section.parking .parking_cards {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        max-width: 1100px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

}




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

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

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

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

    section.project-walkthrough .walkthrough-card:nth-child(7){
        max-width:calc(50% - 12px) !important;
    }
}



@media (min-width:768px) and (max-width:1199px){
    section.project-units .units-grid .unit-card:last-child img{
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    display: block !important;
}
}

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

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

    section.project-units .unit-card:last-child h3{
        margin-bottom: 10px !important;
    }

}



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

    section.project-units .units-grid .unit-card:last-child .unit-content{
        justify-content:flex-start !important;
    }

}



/* HIDE SCROLLBAR ON ALL RESPONSIVENESS */
html,
body {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}



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

    section.project-units .units-grid .unit-card:last-child,
    section.project-units .unit-card-wide{
        gap: 0 !important;
        row-gap: 0 !important;
    }

    section.project-units .units-grid .unit-card:last-child .unit-content,
    section.project-units .unit-card-wide .unit-content{
        padding-top: 30px !important;
        margin-top: 0 !important;
    }
}




@media (max-width:767px){

    section.project-units .unit-card img,
    section.project-units .unit-card:last-child img{
        height: 300px !important;
        object-fit: cover !important;
    }

}

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

    section.project-walkthrough .walkthrough-card,
    section.project-walkthrough .walkthrough-card:nth-child(n),
    section.project-walkthrough .walkthrough-card:nth-child(7){
        height: 320px !important;
    }

}

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

    section.project-walkthrough .walkthrough-card,
    section.project-walkthrough .walkthrough-card:nth-child(n),
    section.project-walkthrough .walkthrough-card:nth-child(7){
        height: 280px !important;
    }

}



@media (max-width:767px){

    section.project-units .units-grid .unit-card:last-child img{
        width: 100% !important;
        height: 300px !important;
        object-fit: cover !important;
        display: block !important;
    }

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

    section.project-units .unit-card:last-child h3{
        margin-bottom: 10px !important;
    }

    section.project-units .units-grid .unit-card:last-child .unit-content{
        justify-content: flex-start !important;
    }

    section.project-units .units-grid .unit-card:last-child,
    section.project-units .unit-card-wide{
        gap: 0 !important;
        row-gap: 0 !important;
    }

    section.project-units .units-grid .unit-card:last-child .unit-content,
    section.project-units .unit-card-wide .unit-content{
        padding-top: 30px !important;
        margin-top: 0 !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-walkthrough .walkthrough-card{
    border: 3px solid #D9D9D9 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}






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

section.project-walkthrough,
section.project-walkthrough .container-fluid,
section.project-walkthrough .walkthrough-grid {
    overflow-x: hidden !important;
}


section.project-walkthrough .walkthrough-card,
section.project-walkthrough .walkthrough-card:nth-child(n) {
    max-width: 100% !important;
    min-width: 0 !important;
}


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




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




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



html,
body,
* {
    scrollbar-width: none !important; 
    -ms-overflow-style: none !important; 
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background: transparent !important;
}