.hero-subheading,
.main-nav a,
body {
    font-family: var(--font-secondary)
}

.center-title,
.cta-button,
.feature-box-title,
.hero-subheading,
.key-number-item .description,
.main-footer .info-label,
.main-footer .map-link,
.main-footer .submit-btn,
.main-nav a,
.news-readmore,
.partner-role,
.popup-submit-btn,
.section-subtitle {
    text-transform: uppercase
}

.cta-button,
.footer-privacy-link a,
.legal-doc-item,
.main-footer .info-value,
.main-footer .map-link,
.main-nav a,
.news-title a,
.pdf-unit-link,
.sticky-bar-desktop a,
.sticky-bar-mobile a {
    text-decoration: none
}

.main-header,
.main-nav a::after {
    position: absolute;
    width: 100%;
    left: 0
}

.doc-title,
.main-header.scrolled .main-nav a,
.main-header.scrolled .main-nav a:hover,
.news-title a,
body {
    color: var(--color-text-dark)
}

.block-tab-btn,
.level-tab-btn,
.main-nav a,
.policy14-tab-btn,
.policy14-tabs {
    white-space: nowrap
}

*,
.lightbox,
.lightbox-content,
.pdf-popup-content,
.policy14-image,
.policy14-lightbox {
    box-sizing: border-box
}

:root {
    --font-primary: 'Gotu', serif;
    --font-secondary: 'Montserrat', sans-serif;
    --color-green-dark: #20382B;
    --color-orange-earth: #B95000;
    --color-text-dark: #333333;
    --color-text-light: #FFFFFF;
    --color-bg-white: #FFFFFF;
    --color-bg-beige: rgba(235, 235, 220, 1)
}

* {
    margin: 0;
    padding: 0
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

.hero-subheading,
body {
    font-size: 1.6rem
}

.amenity-tab-btn.active,
.amenity-tab-btn:hover,
.loc10-map-col-new,
body {
    background-color: var(--color-bg-white)
}

.container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%
}

.main-header {
    background-color: transparent;
    top: 0;
    z-index: 1000;
    padding: 1.5rem 0;
    transition: background-color .4s, box-shadow .4s
}

.main-header.scrolled,
.sticky-bar-desktop {
    background-color: var(--color-bg-white);
    position: fixed
}

.hero,
.main-nav a {
    position: relative;
    color: var(--color-text-light)
}

.amenity-tab-btn,
.block-tab-btn,
.level-tab-btn {
    transition: .3s;
    cursor: pointer
}

.main-header.scrolled {
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .1)
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-content.active,
.header-logo,
.main-nav,
.policy-text-content.active {
    display: block
}

.header-logo {
    z-index: 1001
}

.header-logo img {
    max-width: 15rem;
    height: auto;
    display: block;
    transition: max-width .3s;
    max-height: 55px
}

.main-nav ul {
    list-style: none;
    display: flex
}

.main-nav li {
    margin: 0 1.5rem
}

.main-nav a {
    font-weight: 500;
    font-size: 1.4rem;
    padding: 1rem 0;
    transition: color .3s
}

.main-nav a::after {
    content: '';
    height: 2px;
    bottom: 0;
    background-color: var(--color-orange-earth);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease-out
}

.amenity-tab-btn.active,
.loc10-timeline-title-new,
.main-nav a:hover,
.news-title a:hover,
.panel-list-columns li span {
    color: var(--color-orange-earth)
}

.main-nav a:hover::after {
    transform: scaleX(1)
}

.hamburger-menu {
    display: none;
    cursor: pointer;
    z-index: 1001
}

.hamburger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: var(--color-text-light);
    transition: .3s ease-in-out
}

.main-header .hamburger-menu.active span,
.main-header.scrolled .hamburger-menu span {
    background-color: var(--color-green-dark)
}

.hero {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(to bottom, #46301a 0, #46301A00 50%), url('./images/elysiangamudaland-section-hero.webp');
    background-size: cover;
    background-position: center
}

.hero-content {
    padding: 2rem
}

.hero-subheading {
    font-weight: 500;
    letter-spacing: .2rem
}

.big-number,
.dot-number,
.hero-heading,
.hero-tagline,
.inspiration-content .tagline,
.key-number-item .number,
.loc10-timeline-title-new,
.section-heading {
    font-family: var(--font-primary);
    font-weight: 400
}

.key-number-item .description,
.section-subtitle,
.sticky-bar-desktop a,
.sticky-bar-mobile a {
    font-weight: 500;
    font-family: var(--font-secondary)
}

.hero-heading {
    font-size: 9rem;
    line-height: 1.1;
    margin: 1rem 0
}

.hero-tagline {
    font-size: 3.2rem;
    letter-spacing: .1rem
}

@media (max-width:1200px) {
    .main-nav li {
        margin: 0 1rem
    }
}

.hamburger-menu.active span:first-child {
    transform: rotate(45deg) translate(5px, 5px)
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px)
}

.dot-number,
.feature-box::before,
.sticky-bar-desktop {
    top: 50%;
    transform: translateY(-50%)
}

.sticky-bar-desktop {
    z-index: 998;
    right: 0;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, .15);
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    display: flex
}

.sticky-bar-desktop a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    font-size: 1.2rem;
    color: var(--color-text-light);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: background-color .3s
}

.amenities-image-col>img,
.amenities-overview .tab-panel,
.floor-plate-display .floor-plate-image {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s
}

.amenities-image-col>img.active,
.amenities-overview .tab-panel.active,
.policy14-image.active,
.popup-overlay.active {
    opacity: 1;
    visibility: visible
}

.sticky-bar-desktop a:last-child {
    border-bottom: none
}

.sticky-bar-desktop i,
.sticky-bar-mobile i {
    font-size: 2rem;
    margin-bottom: .3rem
}

.sticky-bar-desktop a.hotline {
    background-color: #d90000
}

.sticky-bar-desktop a.register {
    background-color: #007bff
}

.sticky-bar-desktop a.zalo {
    background-color: #0068ff
}

.sticky-bar-desktop a.messenger {
    background-color: #0084ff
}

.sticky-bar-desktop a.hotline:hover {
    background-color: #a70000
}

.sticky-bar-desktop a.register:hover {
    background-color: #0056b3
}

.sticky-bar-desktop a.zalo:hover {
    background-color: #004ecc
}

.sticky-bar-desktop a.messenger:hover {
    background-color: #006adc
}

.sticky-bar-mobile {
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, .1);
    display: none
}

.sticky-bar-mobile a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .8rem .5rem;
    height: 5.5rem;
    font-size: 1.2rem;
    color: #333;
    border-right: 1px solid #eee
}

.sticky-bar-mobile a:last-child {
    border-right: none
}

.sticky-bar-mobile a.hotline i {
    color: #d90000
}

.sticky-bar-mobile a.register i {
    color: #007bff
}

.sticky-bar-mobile a.messenger i {
    color: #0084ff
}

.sticky-bar-mobile a.zalo i {
    color: #0068ff
}

.inspiration,
.six-features-section {
    padding: 8rem 0;
    overflow: hidden
}

.inspiration-flex-container {
    display: flex;
    align-items: center;
    gap: 4rem
}

.inspiration-content {
    flex: 1 1 50%
}

.inspiration-collage {
    flex: 1 1 50%;
    display: flex;
    gap: 1.5rem
}

.collage-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.collage-column:nth-child(2),
.penthouse-layouts {
    margin-top: 3rem
}

.collage-item {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.section-heading {
    font-size: 3.6rem;
    color: var(--color-green-dark)
}

.separator {
    width: 10rem;
    height: 3px;
    background-color: var(--color-orange-earth);
    margin: 2rem 0
}

.key-numbers,
.six-features-section {
    background-color: var(--color-bg-beige)
}

.inspiration-content p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 2rem
}

.inspiration-content .tagline {
    font-size: 2.4rem;
    color: var(--color-text-dark);
    margin-top: 2rem
}

.section-title-container {
    text-align: center;
    margin-bottom: 4rem
}

.section-subtitle {
    font-size: 1.6rem;
    color: var(--color-text-dark);
    letter-spacing: .1rem;
    margin-bottom: .5rem
}

.section-title-container .separator {
    margin-left: auto;
    margin-right: auto
}

.key-numbers {
    padding: 6rem 0
}

.key-numbers-grid {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem 2rem
}

.key-number-item {
    flex: 1 1 15%;
    min-width: 15rem;
    text-align: center
}

.key-number-item .number {
    font-size: 4.8rem;
    color: var(--color-green-dark);
    margin-bottom: 1rem;
    min-height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.key-number-item .description {
    font-size: 1.4rem;
    color: var(--color-text-dark);
    letter-spacing: .1rem;
    line-height: 1.5
}

.site-plan-image {
    width: 100%;
    margin-top: 5rem;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.site-plan-image img {
    width: 100%;
    height: auto;
    display: block
}

.six-features-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem 4rem;
    position: relative;
    max-width: 110rem;
    margin: 0 auto
}

.amenities-grid,
.dot-number,
.feature-box,
.loc10-grid-new {
    display: flex
}

.features-center {
    grid-column: 2/3;
    grid-row: 1/4;
    text-align: center;
    position: relative;
    padding: 0 2rem
}

.big-number {
    font-size: 25rem;
    color: var(--color-orange-earth);
    line-height: .8;
    margin-bottom: 1rem
}

.center-title,
.feature-box-title {
    font-family: var(--font-secondary)
}

.center-title,
.feature-box-desc strong,
.feature-box-title {
    font-weight: 700;
    color: var(--color-green-dark)
}

.center-title {
    font-size: 2.2rem;
    line-height: 1.4
}

.feature-box {
    background-color: var(--color-bg-white);
    padding: 2.5rem;
    border-radius: 25px;
    border: 1px solid var(--color-orange-earth);
    position: relative;
    min-height: 15rem;
    flex-direction: column;
    justify-content: center
}

.dot-number,
.feature-box::before {
    background-color: var(--color-orange-earth)
}

.feature-box.box-1 {
    grid-column: 1/2;
    grid-row: 1/2
}

.feature-box.box-2 {
    grid-column: 1/2;
    grid-row: 2/3
}

.feature-box.box-3 {
    grid-column: 1/2;
    grid-row: 3/4
}

.feature-box.box-4 {
    grid-column: 3/4;
    grid-row: 1/2
}

.feature-box.box-5 {
    grid-column: 3/4;
    grid-row: 2/3
}

.feature-box.box-6 {
    grid-column: 3/4;
    grid-row: 3/4
}

.feature-box-title {
    font-size: 1.7rem;
    margin-bottom: .8rem;
    line-height: 1.3
}

.feature-box-desc {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #555
}

.dot-number {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    color: #fff;
    font-size: 1.6rem;
    justify-content: center;
    align-items: center;
    line-height: 1;
    z-index: 2
}

.feature-box.box-1 .dot-number,
.feature-box.box-2 .dot-number,
.feature-box.box-3 .dot-number {
    right: -1.25rem
}

.feature-box.box-4 .dot-number,
.feature-box.box-5 .dot-number,
.feature-box.box-6 .dot-number {
    left: -1.25rem
}

.feature-box::before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 2px
}

.feature-box.box-1::before,
.feature-box.box-2::before,
.feature-box.box-3::before {
    transform-origin: right center;
    right: -4rem
}

.feature-box.box-4::before,
.feature-box.box-5::before,
.feature-box.box-6::before {
    transform-origin: left center;
    left: -4rem
}

.feature-box.box-1::before,
.feature-box.box-3::before,
.feature-box.box-4::before,
.feature-box.box-6::before {
    width: 4rem
}

.feature-box.box-2::before,
.feature-box.box-5::before {
    width: 6rem
}

.feature-box.box-2::before {
    right: -6rem
}

.feature-box.box-5::before {
    left: -6rem
}

.amenities-overview,
.loc10-section-new {
    background-color: var(--color-green-dark);
    color: var(--color-text-light);
    padding: 0;
    overflow: hidden
}

.loc10-details-col-new {
    flex: 1 1 35%;
    background-color: var(--color-green-dark);
    padding: 6rem 4rem;
    display: flex;
    flex-direction: column;
    order: 1
}

.amenities-image-col>img,
.loc10-map-image-new {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.loc10-title-new {
    text-align: left;
    margin-bottom: 4rem
}

.amenities-title .section-subtitle,
.loc10-details-col-new .section-subtitle {
    color: rgba(255, 255, 255, .8)
}

.amenities-title .section-heading,
.contact-title-footer .section-heading,
.loc10-title-new .section-heading {
    color: var(--color-text-light)
}

.amenities-title .separator,
.loc10-title-new .separator {
    background-color: var(--color-orange-earth);
    margin: 1.5rem auto 0 0
}

.loc10-timeline-item-new {
    margin-bottom: 3rem;
    position: relative
}

.loc10-timeline-item-new:last-child {
    margin-bottom: 0
}

.loc10-timeline-title-new {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem
}

.amenity-tab-btn,
.block-tab-btn,
.level-tab-btn,
.loc10-timeline-title-new span {
    font-family: var(--font-secondary)
}

.loc10-timeline-title-new span {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(255, 255, 255, .8)
}

.loc10-timeline-list-new {
    list-style: none;
    padding-left: 0
}

.loc10-timeline-list-new li {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, .9);
    line-height: 1.7;
    margin-bottom: .5rem;
    position: relative;
    padding-left: 1.8rem
}

.loc10-seo-text strong,
.panel-intro-text strong {
    color: var(--color-text-light);
    font-weight: 700
}

.loc10-timeline-list-new li span {
    position: absolute;
    left: 0;
    top: .1em;
    color: var(--color-orange-earth);
    font-size: 1.2em;
    font-weight: 700
}

.loc10-seo-text {
    font-size: 1.5rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, .85);
    margin-top: 3rem;
    font-style: italic
}

.amenity-tab-btn,
.level-selector-tabs h4 {
    font-weight: 700;
    color: var(--color-green-dark)
}

.loc10-seo-text strong {
    font-style: normal
}

.loc10-map-col-new {
    flex: 0 0 65%;
    order: 2;
    position: relative;
    min-height: 60rem
}

.loc10-map-image-new {
    position: absolute;
    object-fit: cover;
    line-height: 0;
    padding: 5px;
    border-radius: 15px
}

.amenities-image-col {
    flex: 0 0 65%;
    position: relative;
    min-height: 65rem
}

.amenities-image-col>img {
    position: absolute;
    object-fit: cover
}

.amenities-tabs-buttons {
    position: absolute;
    top: 4rem;
    left: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 5
}

.amenity-tab-btn {
    background-color: rgba(255, 255, 255, .9);
    border: none;
    border-radius: 5px;
    padding: 1.2rem 2.5rem;
    font-size: 1.6rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.amenities-details-col {
    flex: 1;
    background-color: var(--color-green-dark);
    padding: 6rem 4rem;
    display: flex;
    flex-direction: column
}

.amenities-title {
    text-align: left;
    margin-bottom: 3rem
}

.tabs-content {
    flex-grow: 1;
    position: relative
}

.amenities-overview .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.amenities-overview .tab-panel.active {
    position: relative
}

.panel-intro-text {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, .9)
}

.panel-list-columns ol,
.panel-list-columns ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    column-count: 2;
    column-gap: 3rem
}

.panel-list-columns li {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2.5rem;
    break-inside: avoid-column
	list-style-type: none;
}

.panel-list-columns li span {
    position: absolute;
    left: 0;
    top: .1em;
    font-size: 1.4rem;
    width: 1.5rem;
    text-align: center
}

.panel-list-columns li span i {
    font-size: 1.4rem
}

@media (max-width:992px) {

    .main-nav,
    .main-nav a::after,
    .sticky-bar-desktop {
        display: none
    }

    .hamburger-menu {
        display: block
    }

    .header-logo img {
        max-width: 13rem
    }

    .hero-heading {
        font-size: 7rem
    }

    .hero {
        background-image: linear-gradient(to bottom, #46301a 0, #46301A00 50%), url(./images/elysiangamudaland-section-hero-mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

    .hero-content {
        border-radius: 0;
        margin-bottom: 300px
    }

    .main-nav.active {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--color-bg-white);
        padding: 1rem 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
    }

    .main-nav.active ul {
        flex-direction: column;
        align-items: center
    }

    .main-nav.active li {
        margin: 1rem 0
    }

    .main-nav.active a {
        color: var(--color-text-dark);
        font-size: 1.6rem
    }

    .sticky-bar-mobile {
        display: flex
    }

    .inspiration-flex-container {
        flex-direction: column
    }

    .inspiration-collage {
        margin-top: 3rem
    }

    .collage-column:nth-child(2) {
        margin-top: 0
    }

    .key-number-item {
        flex-basis: calc(33.33% - 1.5rem)
    }

    .amenities-grid,
    .loc10-grid-new {
        flex-direction: column-reverse
    }

    .loc10-details-col-new,
    .loc10-map-col-new {
        flex-basis: auto;
        width: 100%
    }

    .loc10-details-col-new {
        padding: 4rem 2rem;
        order: 2
    }

    .loc10-title-new {
        text-align: center;
        margin-bottom: 3rem
    }

    .loc10-title-new .separator {
        margin-left: auto;
        margin-right: auto
    }

    .loc10-map-col-new {
        order: 1;
        min-height: 45rem;
        position: relative
    }

    .loc10-map-image-new {
        position: relative;
        height: auto;
        object-fit: contain
    }

    .loc10-timeline-new {
        column-count: 2;
        column-gap: 3rem
    }

    .loc10-timeline-item-new {
        break-inside: avoid-column
    }

    .amenities-image-col {
        flex-basis: auto;
        min-height: 45rem
    }

    .amenities-details-col {
        padding: 4rem 2rem
    }

    .panel-list-columns ol,
    .panel-list-columns ul {
        column-count: 2
    }
}

@media (max-width:768px) {
    .hero-heading {
        font-size: 6rem
    }

    .hero-tagline {
        font-size: 2.4rem
    }

    .hero-subheading {
        font-size: 1.4rem
    }

    .hero {
        background-image: linear-gradient(to bottom, #46301a 0, #46301A00 50%), url(./images/elysiangamudaland-section-hero-mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

    .hero-content {
        border-radius: 0;
        margin-bottom: 300px
    }

    .section-heading {
        font-size: 3rem
    }

    .key-number-item {
        flex-basis: calc(50% - 1rem)
    }

    .key-number-item .number {
        font-size: 4rem;
        min-height: 4.5rem
    }

    .feature-box::after,
    .six-features-grid::before {
        position: absolute;
        background-color: var(--color-orange-earth)
    }

    .six-features-section {
        padding: 6rem 0
    }

    .six-features-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        max-width: 95%;
        counter-reset: feature-counter;
        position: relative
    }

    .features-center {
        grid-column: 1/2;
        grid-row: 1/2;
        order: -1;
        padding: 0;
        margin-bottom: 2rem
    }

    .big-number {
        font-size: 15rem
    }

    .center-title {
        font-size: 1.8rem
    }

    .feature-box {
        grid-column: 1/2 !important;
        grid-row: auto !important;
        padding: 2.5rem;
        min-height: auto;
        margin: 0 1rem;
        position: relative
    }

    .feature-box.box-1,
    .feature-box.box-3,
    .feature-box.box-5 {
        justify-self: start;
        margin-right: 5rem;
        text-align: left;
        padding-right: 4rem
    }

    .feature-box.box-2,
    .feature-box.box-4,
    .feature-box.box-6 {
        justify-self: end;
        margin-left: 5rem;
        text-align: left;
        padding-left: 4rem
    }

    .dot-number,
    .feature-box::before {
        display: none
    }

    .feature-box::after {
        content: counter(feature-counter);
        counter-increment: feature-counter;
        top: 50%;
        transform: translateY(-50%);
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        color: #fff;
        font-family: var(--font-primary);
        font-size: 1.6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        z-index: 2
    }

    .feature-box.box-1::after,
    .feature-box.box-3::after,
    .feature-box.box-5::after {
        right: -1.25rem
    }

    .feature-box.box-2::after,
    .feature-box.box-4::after,
    .feature-box.box-6::after {
        left: -1.25rem
    }

    .six-features-grid::before {
        content: '';
        top: 15%;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        z-index: 0
    }

    .loc10-timeline-new,
    .panel-list-columns ol,
    .panel-list-columns ul {
        column-count: 1
    }

    .amenities-image-col,
    .loc10-map-col-new {
        min-height: 35rem
    }

    .loc10-map-image-new {
        object-fit: cover;
        max-height: 40vh
    }

    .amenities-tabs-buttons {
        bottom: 2rem;
        top: auto;
        left: 0;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem;
        height: auto;
        align-items: flex-end
    }

    .amenity-tab-btn {
        padding: 1rem 1.5rem;
        font-size: 1.4rem
    }
}

.floor-plans,
.news-section,
.partners-section,
.policy14-section {
    padding: 8rem 0;
    background-color: var(--color-bg-white)
}

.floor-plan-description,
.legal-seo-description,
.policy14-section .floor-plan-description {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: center;
    max-width: 80rem;
    margin: 0 auto 4rem;
    color: #555
}

.block-selector-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem
}

.block-tab-btn {
    background-color: transparent;
    border: 1px solid #ddd;
    color: var(--color-text-dark);
    padding: 1rem 2.5rem;
    border-radius: 30px;
    font-size: 1.5rem;
    font-weight: 500
}

.block-tab-btn:hover,
.policy14-tab-btn:hover {
    background-color: var(--color-bg-beige);
    border-color: #ccc
}

.block-tab-btn.active,
.policy14-tab-btn.active {
    background-color: var(--color-green-dark);
    border-color: var(--color-green-dark);
    color: var(--color-text-light);
    font-weight: 700
}

.block-content,
.policy-text-content {
    display: none;
    animation: .5s fadeIn
}

.level-selector-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .6rem .5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee
}

.level-selector-tabs h4 {
    font-size: 1.6rem;
    margin-right: 1rem;
    flex-shrink: 0
}

.level-tab-btn {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    color: #555;
    padding: .4rem;
    border-radius: 4px;
    font-size: 1.3rem;
    font-weight: 500
}

.level-tab-btn:hover {
    background-color: #e0e0e0;
    border-color: #ccc
}

.level-tab-btn.active {
    background-color: var(--color-orange-earth);
    border-color: var(--color-orange-earth);
    color: var(--color-text-light);
    font-weight: 600
}

.block-layout-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem
}

.block-content>h3,
.floor-plate-column h3,
.unit-layouts-column h3 {
    font-family: var(--font-primary);
    font-size: 2.4rem;
    color: var(--color-green-dark);
    font-weight: 400;
    margin-bottom: 2rem;
    text-align: center
}

.legal-info-summary .info-item h4,
.policy14-tab-btn,
.unit-info h4 {
    font-family: var(--font-secondary)
}

.floor-plate-display {
    position: relative;
    border: 1px solid #eee;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 5px;
    text-align: center;
    min-height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.floor-plate-display .floor-plate-image {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: calc(1rem + 2.5em);
    max-width: calc(100% - 2rem);
    max-height: calc(100% - 2rem - 2.5em);
    height: auto;
    object-fit: contain;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.floor-plate-display .floor-plate-image.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    max-height: none
}

.floor-plate-caption {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    font-size: 1.3rem;
    color: #757575;
    font-style: italic
}

.legal-docs-section .section-title-container,
.pdf-links-column h3,
.policy14-section .section-title-container {
    text-align: center;
    margin-bottom: 2rem
}

.pdf-link-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 1rem
}

.pdf-link-list::-webkit-scrollbar {
    width: 6px
}

.pdf-link-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px
}

.pdf-link-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px
}

.pdf-link-list::-webkit-scrollbar-thumb:hover {
    background: #aaa
}

.pdf-link-list li {
    margin-bottom: 1rem
}

.pdf-unit-link {
    display: block;
    padding: 1.2rem 1.5rem;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 5px;
    color: var(--color-text-dark);
    font-size: 1.5rem;
    font-weight: 500;
    transition: background-color .3s, border-color .3s, color .3s
}

.main-footer .submit-btn,
.view-detail-btn {
    cursor: pointer;
    transition: background-color .3s
}

.pdf-unit-link:hover {
    background-color: var(--color-bg-beige);
    border-color: #ddd;
    color: var(--color-green-dark)
}

.pdf-unit-link i.fa-file-pdf {
    color: #d32f2f;
    margin-right: .8rem;
    font-size: 1.1em
}

.unit-layouts-list:not(.pdf-link-list) {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 1rem
}

.unit-layouts-list:not(.pdf-link-list)::-webkit-scrollbar {
    width: 6px
}

.unit-layouts-list:not(.pdf-link-list)::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px
}

.unit-layouts-list:not(.pdf-link-list)::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px
}

.unit-layouts-list:not(.pdf-link-list)::-webkit-scrollbar-thumb:hover {
    background: #aaa
}

.unit-layout-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 1.5rem;
    border-radius: 5px
}

.unit-layout-thumb {
    width: 10rem;
    height: auto;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0
}

.unit-info {
    flex-grow: 1
}

.unit-info h4 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-green-dark);
    margin-bottom: .8rem
}

.unit-info p {
    font-size: 1.4rem;
    color: #555;
    margin-bottom: .5rem;
    line-height: 1.5
}

.penthouse-plate-item h4,
.policy-text-content h4 {
    color: var(--color-green-dark);
    font-family: var(--font-secondary)
}

.unit-info p i {
    color: var(--color-orange-earth);
    margin-right: .5rem;
    width: 1.5em;
    text-align: center
}

.view-detail-btn {
    background-color: var(--color-orange-earth);
    color: #fff;
    border: none;
    padding: .8rem 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    border-radius: 20px;
    margin-top: 1rem
}

.main-footer .submit-btn:hover,
.popup-submit-btn:hover,
.view-detail-btn:hover {
    background-color: #a44c2d
}

.penthouse-floor-plates {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem
}

.penthouse-plate-item {
    text-align: center;
    border: 1px solid #eee;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 5px
}

.penthouse-plate-item h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.lightbox,
.policy14-lightbox {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    overflow: auto;
    padding: 2rem
}

.lightbox.active,
.policy14-lightbox.active {
    display: flex;
    justify-content: center;
    align-items: center
}

.lightbox-content {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    width: auto;
    height: auto
}

#lightbox-img,
#policy14-lightbox-img-element {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: calc(100vh - 10rem);
    width: auto;
    height: auto;
    object-fit: contain
}

#lightbox-caption,
#policy14-lightbox-caption-element {
    color: #ccc;
    font-size: 1.6rem;
    margin-top: 1rem;
    padding: 0 1rem;
    box-sizing: border-box
}

.lightbox-close,
.policy14-lightbox-close {
    position: absolute;
    top: -.5rem;
    right: -.5rem;
    color: #f1f1f1;
    font-size: 3rem;
    background: rgba(0, 0, 0, .3);
    border: none;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    z-index: 10;
    padding: 0
}

.lightbox-close:hover,
.policy14-lightbox-close:hover {
    background-color: rgba(255, 0, 0, .7);
    color: #fff
}

.lightbox-next,
.lightbox-prev,
.policy14-lightbox-next,
.policy14-lightbox-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    transition: .6s;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, .3);
    border: none;
    z-index: 5
}

.policy14-image,
.popup-overlay {
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.lightbox-next,
.policy14-lightbox-next {
    right: 0;
    border-radius: 3px 0 0 3px
}

#close-news-popup,
.popup-close {
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer
}

.lightbox-prev,
.policy14-lightbox-prev {
    left: 0
}

.lightbox-next:hover,
.lightbox-prev:hover,
.policy14-lightbox-next:hover,
.policy14-lightbox-prev:hover {
    background-color: rgba(0, 0, 0, .8)
}

#pdf-popup {
    z-index: 1002
}

.policy14-tabs-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 4rem;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.policy14-tabs-container::-webkit-scrollbar {
    display: none
}

.policy14-tabs {
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
    width: max-content;
    margin: 0 auto
}

.policy14-tab-btn {
    background-color: transparent;
    border: 1px solid #ddd;
    color: var(--color-text-dark);
    padding: 1rem 2.5rem;
    margin: 0 .5rem;
    border-radius: 30px;
    font-size: 1.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: .3s
}

.policy14-image-display {
    position: relative;
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    min-height: 40rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 10px;
    overflow: hidden
}

.policy14-image {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity .5s, visibility .5s;
    object-fit: contain;
    padding: 1rem
}

.policy14-image.active {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 70vh
}

.policy14-text-display {
    margin-top: 3rem;
    position: relative;
    min-height: 10rem;
    padding: 2rem;
    background-color: var(--color-bg-beige);
    border-radius: 8px;
    border: 1px solid #e0e0d1
}

.policy-text-content h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center
}

.policy-text-content p {
    font-size: 1.5rem;
    line-height: 1.7;
    color: var(--color-text-dark);
    text-align: justify
}

.legal-docs-section {
    padding: 8rem 0;
    background-color: var(--color-bg-beige)
}

.legal-info-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 3rem;
    margin-bottom: 5rem;
    padding: 3rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05)
}

.legal-info-summary .info-item {
    text-align: center
}

.legal-info-summary .info-item i {
    font-size: 3rem;
    color: var(--color-orange-earth);
    margin-bottom: 1.5rem;
    display: block
}

.legal-info-summary .info-item h4 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-green-dark);
    margin-bottom: 1rem;
    text-transform: uppercase
}

.legal-info-summary .info-item p {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333
}

.legal-docs-title {
    font-family: var(--font-primary);
    font-size: 2.2rem;
    color: var(--color-green-dark);
    font-weight: 400;
    text-align: center;
    margin-bottom: 3rem
}

.legal-docs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 3rem;
    justify-items: center
}

.legal-doc-item,
.news-item {
    background-color: var(--color-bg-white);
    border-radius: 10px;
    transition: transform .3s, box-shadow .3s;
    flex-direction: column
}

.legal-doc-item {
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--color-text-dark);
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    width: 100%;
    max-width: 25rem
}

.doc-icon,
.doc-icon i.fa-file-pdf {
    color: #d32f2f
}

.legal-doc-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .12)
}

.doc-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem
}

.doc-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4
}

.contact-title-footer,
.news-section .section-title-container,
.partners-section .section-title-container {
    text-align: center;
    margin-bottom: 5rem
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem
}

.news-item {
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    display: flex
}

.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12)
}

.news-image-link {
    display: block;
    height: 20rem;
    overflow: hidden;
    cursor: pointer
}

.news-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s
}

.news-item:hover .news-image-link img {
    transform: scale(1.05)
}

.news-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.news-excerpt,
.news-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.news-date {
    font-size: 1.3rem;
    color: #757575;
    margin-bottom: .8rem
}

.news-title {
    font-family: var(--font-secondary);
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1rem;
    min-height: 7.6rem
}

.news-title a {
    transition: color .3s;
    cursor: pointer
}

#news-popup-body h3,
.investor-desc h3 {
    color: var(--color-green-dark);
    font-family: var(--font-primary)
}

.news-excerpt {
    font-size: 1.4rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    min-height: 6.7rem;
    flex-grow: 1
}

.investor-link,
.news-readmore {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-orange-earth);
    text-decoration: none
}

.investor-desc h3,
.partners-title {
    font-size: 2.2rem
}

.news-readmore {
    margin-top: auto;
    cursor: pointer;
    display: inline-block
}

.investor-link i,
.news-readmore i {
    margin-left: .5rem;
    transition: transform .3s
}

.investor-link:hover i,
.news-readmore:hover i {
    transform: translateX(5px)
}

.news-popup-content {
    max-width: 80rem;
    text-align: left;
    max-height: 85vh;
    overflow-y: auto
}

.news-popup-content::-webkit-scrollbar {
    width: 6px
}

.news-popup-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px
}

.news-popup-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px
}

.news-popup-content::-webkit-scrollbar-thumb:hover {
    background: #aaa
}

#news-popup-body h3 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    line-height: 1.3
}

.investor-desc h3,
.main-footer .form-group {
    margin-bottom: 1.5rem
}

#news-popup-body p,
.investor-desc p {
    line-height: 1.7;
    margin-bottom: 1.5rem
}

#news-popup-body p strong {
    font-weight: 700;
    color: #555
}

#news-popup-body p {
    font-size: 1.5rem;
    color: var(--color-text-dark);
    text-align: justify
}

#news-popup-body img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 5px
}

#close-news-popup {
    position: absolute;
    font-size: 2rem;
    font-weight: 400;
    color: #999;
    background: #eee;
    border: none;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    padding: 0;
    transition: .2s;
    z-index: 1003
}

#close-news-popup:hover,
.popup-close:hover {
    color: var(--color-text-dark);
    background: #ddd;
    transform: rotate(90deg)
}

.investor-info {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-bottom: 4rem;
    padding: 3rem;
    background-color: var(--color-bg-beige);
    border-radius: 10px
}

.investor-logo {
    flex-shrink: 0;
    width: 20rem
}

.investor-logo img {
    max-width: 100%;
    height: auto;
    display: block
}

.investor-desc p {
    font-size: 1.5rem;
    color: #333
}

.partners-title {
    font-family: var(--font-primary);
    color: var(--color-green-dark);
    font-weight: 400;
    text-align: center;
    margin-bottom: 4rem
}

.partner-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 4rem 3rem;
    align-items: start;
    justify-items: center
}

.partner-logo-item {
    text-align: center;
    max-width: 20rem
}

.partner-logo-item img {
    height: 10rem;
    max-width: 15rem;
    object-fit: contain;
    margin-bottom: 1rem;
    display: inline-block
}

.partner-logo-item a:hover img {
    opacity: .8
}

.partner-role {
    font-size: 1.3rem;
    font-weight: 500;
    color: #757575;
    margin-bottom: .5rem;
    line-height: 1.4
}

.partner-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-text-dark);
    line-height: 1.4
}

.main-footer {
    background-color: var(--color-green-dark);
    color: rgba(255, 255, 255, .8);
    padding: 6rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.6
}

.contact-title-footer .separator {
    background-color: var(--color-orange-earth);
    margin-left: auto;
    margin-right: auto
}

.footer-contact-grid {
    display: flex;
    gap: 3rem;
    margin-bottom: 4rem
}

.main-footer .contact-form-col {
    flex: 1 1 60%
}

.main-footer .form-group input,
.main-footer .form-group textarea {
    width: 100%;
    padding: 1.3rem 1.6rem;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    color: var(--color-text-light);
    font-family: var(--font-secondary);
    font-size: 1.6rem
}

.main-footer .form-group input::placeholder,
.main-footer .form-group textarea::placeholder {
    color: rgba(255, 255, 255, .6)
}

.main-footer .form-group textarea {
    resize: vertical
}

.main-footer .submit-btn {
    background-color: var(--color-orange-earth);
    color: var(--color-text-light);
    border: none;
    padding: 1.2rem 3rem;
    border-radius: 30px;
    font-family: var(--font-secondary);
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 1rem
}

.main-footer .form-policy {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, .7);
    margin-top: 2rem;
    line-height: 1.6
}

.main-footer .contact-info-col {
    flex: 1 1 40%;
    padding-left: 3rem;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.main-footer .info-item {
    margin-bottom: 3rem
}

.main-footer .info-label {
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .7);
    margin-bottom: .5rem
}

.main-footer .info-value {
    font-family: var(--font-primary);
    font-size: 3rem;
    font-weight: 400;
    color: var(--color-text-light)
}

.main-footer .info-value.company-name {
    font-family: var(--font-secondary);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff
}

.main-footer .info-detail {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 1.5rem
}

.main-footer .map-link {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-orange-earth)
}

.main-footer .map-link i {
    margin-left: .5rem
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 1.3rem;
    color: rgba(255, 255, 255, .6)
}

.footer-disclaimer-bottom {
    flex: 1;
    font-style: italic;
    max-width: 50rem
}

.footer-links-copyright {
    flex-shrink: 0;
    text-align: right
}

.footer-privacy-link {
    margin-bottom: .5rem
}

.footer-privacy-link a {
    color: rgba(255, 255, 255, .8);
    transition: color .3s
}

.footer-privacy-link a:hover {
    color: var(--color-orange-earth);
    text-decoration: underline
}

@media (max-width:992px) {
    .block-layout-grid {
        grid-template-columns: 1fr;
        gap: 3rem
    }

    .pdf-link-list,
    .unit-layouts-list {
        max-height: none;
        overflow-y: visible;
        padding-right: 0
    }

    .level-selector-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 1rem;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .level-selector-tabs::-webkit-scrollbar {
        display: none
    }

    .level-selector-tabs .level-tab-btn {
        flex-shrink: 0
    }

    .policy14-tabs {
        justify-content: flex-start;
        width: auto;
        margin: 0
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem
    }

    .footer-contact-grid {
        flex-direction: column;
        gap: 4rem
    }

    .main-footer .contact-info-col {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding-top: 4rem
    }
}

@media (max-width:480px) {
    .header-logo img {
        max-width: 12rem
    }

    .hero-heading {
        font-size: 5rem
    }

    .hero-tagline {
        font-size: 2rem
    }

    .hero {
        background-image: linear-gradient(to bottom, #46301a 0, #46301A00 50%), url(./images/elysiangamudaland-section-hero-mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

    .hero-content {
        border-radius: 0;
        margin-bottom: 300px
    }

    .amenities-tabs-buttons {
        bottom: 1.5rem;
        gap: 1rem
    }

    .amenity-tab-btn {
        padding: .8rem 1.2rem;
        font-size: 1.3rem
    }

    .panel-list-columns li,
    .partner-name {
        font-size: 1.4rem
    }

    .block-selector-tabs,
    .policy14-tabs-container {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 1.5rem;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .block-selector-tabs::-webkit-scrollbar {
        display: none
    }

    .block-selector-tabs .block-tab-btn,
    .policy14-tabs .policy14-tab-btn {
        flex-shrink: 0
    }

    .level-tab-btn {
        font-size: 1.2rem;
        padding: .5rem 1.2rem
    }

    .legal-docs-grid,
    .penthouse-floor-plates {
        grid-template-columns: 1fr
    }

    .policy14-tabs-container::-webkit-scrollbar {
        display: none
    }

    .partner-logo-item img {
        height: 10rem
    }

    .main-footer .submit-btn {
        width: 100%
    }
}

.popup-overlay {
    display: none;
    position: fixed;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    overflow-y: auto;
    padding: 3rem;
    justify-content: center;
    align-items: center;
    transition: opacity .3s, visibility .3s
}

.popup-overlay.active {
    display: flex
}

.popup-content {
    background-color: var(--color-bg-white);
    color: var(--color-text-dark);
    padding: 3rem 4rem 4rem;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
    position: relative;
    width: 100%;
    max-width: 55rem;
    text-align: center;
    transform: translateY(-20px);
    transition: transform .3s ease-out
}

#close-pdf-popup,
.popup-close {
    position: absolute;
    transition: .2s;
    padding: 0
}

.popup-overlay.active .popup-content {
    transform: translateY(0)
}

.popup-close {
    font-size: 2rem;
    font-weight: 400;
    color: #999;
    background: #eee;
    border: none;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem
}

.cta-button,
.popup-submit-btn {
    color: var(--color-text-light);
    font-family: var(--font-secondary);
    font-weight: 700;
    cursor: pointer
}

.popup-title {
    margin-bottom: 2.5rem;
    text-align: center
}

.popup-title .section-heading {
    font-size: 2.6rem;
    margin-bottom: .8rem
}

.popup-title p {
    font-size: 1.5rem;
    color: #666;
    line-height: 1.5
}

#popup-contact-form {
    text-align: left
}

#popup-contact-form .form-group {
    margin-bottom: 1.8rem
}

#popup-contact-form .form-group input,
#popup-contact-form .form-group textarea {
    background-color: var(--color-bg-white);
    border: 1px solid #ccc;
    color: var(--color-text-dark);
    padding: 1.4rem 1.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 5px;
    transition: border-color .2s, box-shadow .2s;
    width: 100%
}

#popup-contact-form .form-group input::placeholder,
#popup-contact-form .form-group textarea::placeholder {
    color: #aaa
}

#popup-contact-form .form-group textarea {
    resize: vertical;
    min-height: 8rem
}

#popup-contact-form .form-group input:focus,
#popup-contact-form .form-group textarea:focus {
    border-color: var(--color-green-dark);
    box-shadow: 0 0 0 3px rgba(32, 56, 43, .1);
    outline: 0
}

.popup-submit-btn {
    width: 100%;
    margin-top: 1rem;
    padding: 1.4rem 3rem;
    font-size: 1.6rem;
    background-color: var(--color-orange-earth);
    border: none;
    border-radius: 30px;
    transition: background-color .3s
}

#popup-form-status,
.form-status-message {
    margin-top: 1.5rem;
    text-align: center
}

.form-status-message {
    padding: 1rem 1.5rem;
    border-radius: 5px;
    font-size: 1.4rem;
    display: none
}

.form-status-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block
}

.form-status-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block
}

.pdf-popup-content {
    width: 100%;
    max-width: 80vw;
    height: 90vh;
    padding: 4rem 1rem 1rem;
    overflow: hidden;
    background-color: #555
}

#pdf-popup-body {
    width: 100%;
    height: 100%;
    background-color: #fff
}

#pdf-iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none
}

#close-pdf-popup {
    top: .5rem;
    right: .5rem;
    font-size: 2.5rem;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border: none;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    cursor: pointer;
    z-index: 1003
}

#close-pdf-popup:hover {
    background: rgba(255, 0, 0, .8)
}

@media (max-width:768px) {

    .floor-plans,
    .legal-docs-section,
    .news-section,
    .partners-section,
    .policy14-section {
        padding: 6rem 0
    }

    .block-tab-btn,
    .policy14-tab-btn {
        font-size: 1.4rem;
        padding: .8rem 2rem
    }

    .level-selector-tabs h4 {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center
    }

    .level-selector-tabs {
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: visible
    }

    .investor-info,
    .unit-layout-item {
        flex-direction: column;
        text-align: center
    }

    #news-popup-body h3,
    .block-content>h3,
    .floor-plate-column h3,
    .popup-title .section-heading,
    .unit-layouts-column h3 {
        font-size: 2.2rem
    }

    .floor-plate-display {
        min-height: 30rem
    }

    .unit-layout-item {
        align-items: center
    }

    .unit-layout-thumb {
        width: 15rem;
        margin-bottom: 1rem
    }

    .unit-info p {
        justify-content: center
    }

    .pdf-unit-link {
        font-size: 1.4rem;
        padding: 1rem 1.2rem
    }

    .policy14-image-display {
        min-height: auto
    }

    .policy14-image.active {
        max-height: 60vh
    }

    .policy14-text-display {
        padding: 1.5rem;
        min-height: 8rem
    }

    .policy-text-content h4 {
        font-size: 1.7rem;
        margin-bottom: 1rem
    }

    #news-popup-body p,
    .investor-desc p,
    .main-footer .info-detail,
    .policy-text-content p {
        font-size: 1.4rem
    }

    .policy14-lightbox-next,
    .policy14-lightbox-prev {
        font-size: 18px;
        padding: 12px
    }

    .legal-info-summary {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 2rem;
        margin-bottom: 4rem
    }

    .legal-docs-grid {
        gap: 2rem
    }

    .news-grid {
        grid-template-columns: 1fr;
        gap: 3rem
    }

    .news-image-link {
        height: 22rem
    }

    .news-popup-content {
        max-width: 90%;
        padding: 3rem 2rem 2rem;
        max-height: 80vh
    }

    #close-news-popup {
        top: 1rem;
        right: 1rem
    }

    .investor-info {
        gap: 2rem;
        padding: 2rem
    }

    .investor-logo {
        width: 18rem;
        margin-bottom: 1rem
    }

    .investor-desc h3 {
        font-size: 2rem
    }

    .partner-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 2rem
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem
    }

    .footer-disclaimer-bottom {
        max-width: none;
        order: 2
    }

    .footer-links-copyright {
        order: 1;
        text-align: center
    }

    .main-footer .info-value {
        font-size: 2.4rem
    }

    .main-footer .info-value.company-name {
        font-size: 1.6rem
    }

    .popup-content {
        padding: 3rem 2.5rem;
        max-width: 90%
    }

    #popup-contact-form .form-group input,
    #popup-contact-form .form-group textarea {
        padding: 1.2rem 1.4rem;
        font-size: 1.5rem
    }

    .pdf-popup-content {
        width: 95%;
        height: 85vh;
        padding: 3.5rem .5rem .5rem
    }

    #close-pdf-popup {
        top: .3rem;
        right: .3rem;
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 2rem
    }
}

.cta-button {
    display: inline-block;
    background-color: var(--color-orange-earth);
    border: none;
    padding: 1.5rem 3rem;
    border-radius: 30px;
    font-size: 1.6rem;
    text-align: center;
    transition: background-color .3s, transform .2s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    margin: 1rem 0
}

.cta-button:hover {
    background-color: #a44c2d;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15)
}

.cta-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}