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