section {
    padding: 100px 15px;
}

section.first-banner {
    height: 100%;
    margin: 8px;
    background: url(https://megaworld-bgc.com/wp-content/uploads/2025/07/Uptown-banner.png) no-repeat center center;
    background-size: cover;
    /* ✅ Fixes zooming and respects image ratio */
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 100px 100px 100px;
    border-radius: 24px;
}


section.first-banner p {
    padding-right: 16px;
    font-weight: 200 !important;
}

section .wrapper {
    max-width: 1256px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

/* Content containers */

img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

section.overview-section .overview-context,
.overview-content {
    flex-direction: column;
    display: flex;
    height: 100%;
    justify-content: center;
    gap: 24px;


}

section.overview-section .property-main-content,
section.unit-section .unit-content {
    flex-direction: column;
    display: flex;
    height: 100%;
    justify-content: center;
    gap: 40px;
}


/* End of Content containers */


/* Section Headers */

section.unit-section .row {
    --bs-gutter-x: 3.75rem;
}

section.unit-section .modal .row {
    --bs-gutter-x: 1.5rem;
}

section.unit-section .unit-header {
    max-width: 936px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

section.overview-section .overview-context,
.overview-content,
section.unit-section .specific-unit,
section.unit-section .bedroom-specifics,
section.unit-section .loft-specifics {
    flex-direction: column;
    display: flex;
    justify-content: center;
    gap: 24px;
}

/* End of Section Headers */

/* Overview Section */

section.overview-section {
    border-radius: 60px 60px 0px 0px;
    background-color: #fff;
    border-top: 1px solid #C5C5C5;
}

section.overview-section .row-container,
section.unit-section .row-container {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

section.unit-section .row-second-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 100px;
}

section.overview-section .property-details {
    width: 100%;
}

th,
td {
    padding: 11.5px 32px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid var(--Gold-2, #DFBD69) !important;
    line-height: 18px !important;
}



table {
    width: 100%;
}

section.overview-section li,
section.overview-section td {
    margin: 0;
    color: var(--Text-Color, #64635D);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px !important;
    /* 162.5% */
}

section.overview-section li::marker {
    font-size: 15px;
}

section.overview-section ul {
    margin: 0;
}



section.overview-section th {
    color: var(--Brown, #432C07);
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
    /* 156.25% */
}

.rounded-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--Gold-2, #DFBD69);
    /* optional for outer border */
    border-radius: 12px;
    /* adjust the value as needed */
    overflow: hidden;
}



/* Remove border for last row if needed */
.rounded-table tr:last-child td {
    border-bottom: none;
}

/* Top-left */
.rounded-table tr:first-child td:first-child,
.rounded-table tr:first-child th:first-child {
    border-top-left-radius: 12px;
    white-space: nowrap;
}

/* Top-right */
.rounded-table tr:first-child td:last-child,
.rounded-table tr:first-child th:last-child {
    border-top-right-radius: 12px;
}

/* Bottom-left */
.rounded-table tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

/* Bottom-right */
.rounded-table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.row {
    --bs-gutter-x: 3.75rem;
}

/* End of overview */

/* Unit Section */

section.unit-section {
    background: #000;
}

section.unit-section p,
section.unit-section h3,
section.unit-section span,
section.unit-section li {
    color: white !important;
}

section.unit-section p,
li {
    font-weight: 300;
}

section.unit-section h4 {
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    /* 225% */
    text-transform: uppercase;
}

section.unit-section .row-container .row:nth-of-type(3),
section.unit-section .row-container .row:nth-of-type(5) {
    flex-direction: row-reverse;
}

/* End of Unit Section */


/* nearby-section */

/*  */
/* Features section */

section.features-section {
    background: #fff;
}

section.features-section .row-container,
section.reserve-section .row-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

section.features-section .features-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}


section.features-section .featured-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

section.features-section .features-content {
    padding: 60px;
    border-radius: 16px;
    border: 1px solid var(--Gold-1, #AE8625);
}

section.features-section .features-content>.row {
    --bs-gutter-y: 3.75rem;
}

.carousel-indicators {
    position: relative !important;
    margin: 0;
    margin-top: 40px;
}

.carousel-indicators [data-bs-target] {
    background-color: rgba(100, 99, 93, 0.50) !important;
    width: 40px;
    border: 0px;
}

.carousel-indicators .active {
    opacity: 1;
    background: var(--Gold-2, linear-gradient(90deg, #DFBD69 0%, #E0AA3E 50%, #926F34 100%));
}

/* End of Features Section */

/* Modal */

/* End of modal */
@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {

    .rounded-table tr:first-child th:first-child {
        white-space: normal;
    }

    section.first-banner {
        padding: 200px 50px 100px !important;
    }
}

@media (max-width: 991.98px) {
    section.unit-section .row {
        --bs-gutter-y: 2.5rem;
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
    }
}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {
    section.overview-section .property-details {
        height: 100%;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    table {
        width: 598px !important;
    }
}