thsection {
    padding: 100px 15px;
}

section.first-banner {
    height: 100%;
    margin: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url(https://megaworld-bgc.com/wp-content/uploads/2025/08/uptown-modern-background-2.png) lightgray 50% / cover no-repeat;
    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 */

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

/* Content */

/* Section Headers */

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.key-section .row-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

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: 22px!important;
}

h4 {
    color: white!important;
    margin-bottom: 10px;
}

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


/* Key-features */

section.key-section {
    background-color: #fff;
}

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

section.key-section .key-header h2 {
    margin: 0 auto;
    max-width: 616px;

}

section.key-section .row {
    --bs-gutter-x: 1.5rem;

}

section.key-section .specific-features {
    display: flex;
    padding: 24px;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid var(--Gold-1, #AE8625);
}

section.key-section .smart-feature-container {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

section.key-section .specific-features p {
    color: var(--Brown, #432C07);
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    /* 180% */
    text-transform: uppercase;
    margin-bottom:24px;
}

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


section.key-section li {
    color: var(--Text-Color, #64635D)
}


.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 Key Features */

/* Modal */

.carousel-flexer .col-md-4{
 display: flex;
}


/* Changes */

section.unit-section td {
    text-align: center !important;
    vertical-align: middle;
}


@media (max-width: 1200px){
    section.first-banner {
        padding: 200px 20px 100px 50px !important;
    }
}