@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 93%;
    left: 50%;
    top: 6px;
    z-index: 99;
    background-color: #ffffff;
    padding: 5px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translate(-50%);
    border-radius: 10px;
}

.newClass {
    background-color: #ffffff;
    box-shadow: 0 0 1px #000000;
    z-index: 999;
    border-radius: 10px;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 125px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.banner-inner.price-info {
    font-family: 'Lato-LightItalic';
    font-size: 25px;
}

.menu ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    padding: 0px 15px;
    text-transform: uppercase;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}

.project-overview-section .know-more {
    text-align: left;
}

/* HEADER CSS ENDS */
.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0000007d, #000000ad, #000000b5, #00000069, transparent);
    z-index: 9;
}

p.banner-location {
    font-style: italic;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
}

.banner-section-information {
    position: absolute;
    top: 45%;
    left: 50%;
    content: "";
    z-index: 9;
    text-align: center;
    transform: translate(-50%);
    color: #fff;
    width: 100%;
    font-family: 'Poppins';
}

.gallery-section-information {
    text-align: center;
}

.banner-section-information h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
}

.padding-space-extra {
    padding: 50px 0;
}

.overview-section-information {
    font-family: 'Poppins';
}

.overview-title h2 {
    color: #9C6D41;
}

.overview-section-info p {
    color: #575b5b;
    font-style: italic;
    letter-spacing: 1px;
}

p.over-configuration-point {
    font-size: 16px;
    margin-bottom: 5px;
    color: #707070;
    font-weight: 600;
}

.overview-inter-configuration {
    color: #9C6D41;
    font-size: 28px;
}

/* swiper start */
.banner-section-img {
    animation: zoomEffect 10s ease-in-out infinite alternate;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
        /* Normal size */
    }

    100% {
        transform: scale(1.3);
        /* Zoom in slightly */
    }
}

.interior-section-information .swiper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.interior-section-information .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.5;
}

.interior-section-information .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

/* === Image Styling === */
.oberoi-structure-img .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.4s ease;
    transform: scale(0.9);
}

/* === Zoom Animation ONLY on Active Slide === */
.swiper-slide-active img {
    width: 100%;
}

/* --- Navigation Buttons (same as your first image) --- */
.swiper-button-next,
.swiper-button-prev {
    color: transparent;
    /* hide default icon */
    width: 40px;
    height: 40px;
    border: 1px solid #a57c52;
    /* same golden-brown tone */
    border-radius: 2px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    color: #a57c52;
    font-weight: bold;
}

/* Custom thin arrows */
.swiper-button-prev::after {
    content: "❮";
}

.swiper-button-next::after {
    content: "❯";
}

/* Button position - slightly outside slides */
.swiper-button-prev {
    left: 22%;
}

.swiper-button-next {
    right: 22%;
}

.interior-section {
    position: relative;
    overflow: hidden;
    background: #f0ece7;
}

.highlights-section {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 60px 0px 60px 70px;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.highlights-left {
    flex: 1;
}

.price-title h2 {
    color: #a66b3a;
    font-size: 31px;
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 0;
}

.overview-section {
    padding-top: 0 !important;
}

.interior-title {
    font-family: 'Poppins';
}

.interior-title h2 {
    color: #a66b3a;
    font-size: 35px;
    font-family: 'Poppins';
    font-weight: 300;
}

.highlights-left h2 {
    color: #a66b3a;
    font-size: 29px;
    margin-bottom: 30px;
    font-family: 'Poppins';
}

.highlight-item {
    font-size: 18px;
    color: #777;
    margin-bottom: 15px;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
    font-family: 'Poppins';
}

.virtual-section {
    background: #f0ece7;
}

.highlight-item.active {
    color: #a66b3a;
    font-weight: 300;
    font-size: 20px;
}

.highlight-description {
    margin-top: 20px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    max-width: 500px;
    font-family: 'Poppins';
    letter-spacing: 1px;
}

.gallery-section-information h2 {
    color: #a66b3a;
    font-size: 33px;
    font-family: 'Poppins';
    font-weight: 400;
}

.gallery-section-information p {
    font-family: 'Poppins';
}

.virtual-title {
    font-family: 'Poppins';
}

.highlights-right {
    flex: 2.2;
    overflow: hidden;
}

.highlights-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.6s ease-in-out;
    opacity: 0;
    position: absolute;
}

.highlights-right img.active {
    opacity: 1;
    position: relative;
}

.oberoi-structure-img {
    text-align: center;
}

.gallery-interior-section {
    background: #f0ece7;
}

.amenities-title {
    text-align: center;
    font-family: 'Poppins';
}

.amenities-title h2 {
    font-size: 36px;
    color: #a66b3a;
    font-weight: 200;
}

.amenities-section-info {
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    color: #707070;
    margin-bottom: 30px;
    text-align: left;
}

.amenities-img {
    margin-right: 15px;
}

.amenities-section-info p {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 300;
}

.amenities-section-inform {
    margin-top: 45px;
}

.virtual-section-information {
    text-align: center;
}

.virtual-title h2 {
    font-size: 35px;
    color: #a66b3a;
    font-weight: 200;
}

.location-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-section-information {
    padding-left: 60px;
    font-family: 'Poppins';
}

.location-info p {
    margin-bottom: 0;
}

.location-information ul {
    padding-left: 10px;
    list-style: none;
}

.location-information ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #787676;
}

.location-info p {
    margin-bottom: 0;
    color: #3e3e3e;
}

.location-icon-img img {
    max-width: 37px;
}

.location-title h2 {
    font-size: 24px;
    color: #a66b3a;
    font-weight: 400;
}

.contact-us-section p {
    font-size: 23px;
    font-family: 'Montserrat';
    color: #fff;
}

.contact-us-section {
    text-align: center;
    font-family: 'Montserrat';
}

.privacy-policy {
    font-family: 'Montserrat';
}

.location-int {
    color: #525252;
    font-weight: 700;
    font-size: 22px;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
}

.contact-us-section .btn {
    width: 100%;
}

.floor-section {
    position: relative;
    background: #f7f4f2;
}

.floor-title h2 {
    font-size: 37px;
    color: #a66b3a;
    font-weight: 200;
}

.floor-title p {
    font-family: 'Poppins';
    color: #302f2f;
}

.btn {
    background: #e5c771;
    color: #000000;
    font-family: 'Poppins';
    text-transform: uppercase;
}

/* faq-section start */
.faq-section-information {
    border: none;
    border-radius: 4px;
    overflow: hidden;
    /* Prevent overflow */
    max-width: 100%;
}

.card {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
}

.card:last-child {
    border-bottom: none;
}

.card-header {
    background: transparent;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
}

.card-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    word-wrap: break-word;
    /* Prevent long text overflow */
}

.btn-link {
    text-decoration: none;
    color: #9a6e41;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    white-space: normal;
    text-align: left;
    font-size: 19px;
}

.faq-section-information .card {
    font-family: 'Montserrat';
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #ffffff;
}

.icon {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    transition: transform 0.3s;
    flex-shrink: 0;
    /* Keep icon from squeezing text */
}

.icon.plus::before {
    content: "+";
}

.icon.minus::before {
    content: "–";
}

/* faq end */
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #9a6e41;
}

.faq-title {
    text-align: center;
    font-family: 'Poppins';
}

.faq-title h2 {
    font-size: 40px;
    color: #a66b3a;
    font-weight: 200;
}

.more-text {
    display: none;
}

.read-more-btn {
    border: none;
    background: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #a66b3a;
}

.contact-us {
    background: #000000;
}

.contact-us-info {
    text-align: left;
    font-family: 'Poppins';
    color: #886848;
}

p.get-in {
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-size: 23px !important;
    color: #886848;
    font-weight: 400;
}

.get-in-touch ul {
    padding-left: 15px;
}

.get-in-touch ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}

.get-in-touch ul li a {
    color: #000;
    text-decoration: none;
}

.contact-us-info h2 {
    font-size: 27px;
}

.contact-fer-sales p {
    font-size: 17px;
    font-family: 'Poppins';
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}

.get-in-touch {
    font-family: 'Poppins';
    font-style: italic;
}

.project-oberoi {
    margin-bottom: 5px;
}

.contact-fer-sales a {
    color: #707070;
    font-family: 'Poppins';
    font-size: 18px;
    text-decoration: none;
}

.contact-fer-sales a i {
    color: #886848;
}

p.disclaimer {
    font-family: 'Poppins';
    color: #575b5b;
}

.gallery-img {
    position: relative;
    overflow: hidden;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.interior-section-information {
    text-align: center;
}

.interior-section-information .btn {
    margin-top: 20px;
}

.gallery-interior-section .btn {
    margin-top: 20px;
}

.amenities-section-information {
    text-align: center;
}

.virtua-section-info {
    position: relative;
    overflow: hidden;
}

.virtua-section-info .download-brochure {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}

.overview-configuration {
    text-align: center;
}

.overview-configuration-info {
    text-align: left;
}

.price-section-info {
    text-align: center;
    font-family: 'Poppins';
    padding: 10px;
    box-shadow: 0 0 4px #938e8e;
}

.price-type {
    background: #e5c771;
    color: #000;
    padding: 5px;
    margin-bottom: 10px;
}

.video-btn {
    max-width: 100px;
    position: absolute;
    top: 33%;
    left: 45%;
    background: #e5c771;
    padding: 15px;
    border-radius: 7px;
}


.virtual-section-img img {
    border-radius: 15px;
    box-shadow: 0 0 3px #cccccc;
    margin: 5px;
}

p.section-price-inn {
    font-size: 16px;
    margin-bottom: 5px;
}

p.section-price-start {
    font-size: 25px;
    font-style: italic;
    margin-bottom: 5px;
}

.price-section-price {
    margin-bottom: 10px;
    border-bottom: 1px dashed #000;
}

p.starting-size-in {
    font-style: italic;
    font-size: 20px;
}

p.starting-size {
    margin-bottom: 5px;
}

.price-title {
    text-align: center;
    font-family: 'Poppins';
}

.price-type p {
    margin-bottom: 0;
    font-size: 22px;
}

.auto-popup-right {
    font-family: 'Poppins';
}

.enquire-outer {
    display: none;
}

.floor-title {
    text-align: center;
}

.floor-plan-img {
    background: #e5c771;
    text-align: center;
    font-family: 'Montserrat';
}

.floor-plan-img p {
    font-size: 17px;
    padding: 10px;
}

.auto-popup-right {
    font-family: 'Montserrat';
}

p.banner-price {
    background: linear-gradient(45deg, transparent, #e5c771, transparent);
    width: 45%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;
    color: #000;
    font-size: 20px;
}

.banner-price b {
    font-size: 25px;
}

.banner-section-information .btn {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 25px rgba(206, 206, 206, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.price-section-information table {
    width: 100%;
}

.price-section-information table thead {
    background: #a66b3a;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
}

.price-section-information table thead tr th {
    padding: 10px 0;
}

.price-section-information table tbody {
    font-family: 'Montserrat';
    text-align: center;
}

.price-section-information table tbody tr td {
    padding: 10px 0;
    border: 1px solid #d3d3d3;
}

.enquire-now {
    animation: pulse 1.5s infinite;
}

@media only screen and (max-width: 1199px) {
    .overview-inter-configuration {
        font-size: 20px;
    }

    .overview-title h2 {
        font-size: 30px;
    }

    .overview-section-info p {
        font-size: 15px;
    }

    .highlights-left h2 {
        font-size: 35px;
        margin-bottom: 23px;
    }

    .highlight-item.active {
        font-size: 23px;
    }

    .highlight-description {
        font-size: 14px;
    }

    .gallery-section-information h2 {
        font-size: 40px;
    }

    .amenities-section-info p {
        font-size: 20px;
    }

    .virtual-title h2 {
        font-size: 45px;
    }

    .amenities-title h2 {
        font-size: 40px;
    }

    .location-title h2 {
        font-size: 31px;
    }

    .location-section-information {
        padding-left: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .overview-section .container {
        max-width: 820px;
    }

    .highlights-section {
        padding: 60px 0px 60px 30px;
    }

    .amenities-section .container {
        max-width: 850px;
    }

    .floor-title p {
        font-size: 15px;
    }

    .faq-title p {
        font-size: 15px;
    }

    .card-body {
        font-size: 14px;
    }

    .faq-title h2 {
        font-size: 35px;
    }

    .amenities-section {
        padding-bottom: 0;
    }

    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }

    .button_container span {
        background: #071c35;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }

    .overlay {
        position: fixed;
        background: #fff;
        top: 62px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }

    .overlay.open {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .overlay nav {
        text-align: center;
    }

    .overlay.open li {
        opacity: 1;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #071c35;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #071c35;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
        width: 61%;
        height: 3px;
        right: 0;
        left: auto;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .overview-title h2 {
        font-size: 23px;
    }

    .overview-section-info p {
        font-size: 13px;
    }

    .highlights-left h2 {
        font-size: 24px;
    }

    .highlight-item.active {
        font-size: 19px;
    }

    .highlight-item {
        font-size: 16px;
    }

    .gallery-section-information h2 {
        font-size: 33px;
    }

    .amenities-title h2 {
        font-size: 29px;
    }

    .virtual-title h2 {
        font-size: 30px;
    }

    .location-title h2 {
        font-size: 26px;
    }

    .location-int {
        font-size: 19px;
    }

    .faq-title h2 {
        font-size: 30px;
    }

    .btn-link {
        font-size: 17px;
    }

    .banner-section-information h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    p.banner-price {
        width: 70%;
    }

    .enquire-now {
        font-size: 13px;
    }

    .price-section-information table tbody tr td {
        font-size: 14px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: #ffffff;
        /* hide default icon */
        width: 40px;
        height: 40px;
        border: 1px solid #a57c52;
        /* same golden-brown tone */
        border-radius: 2px;
        position: absolute;
        top: 60%;
        transform: translateY(-50%);
        z-index: 10;
        background: #9d6934;
        cursor: pointer;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        color: #fff;
    }

    .swiper-button-prev {
        left: 1%;
    }

    .swiper-button-next {
        right: 1%;
    }

    .highlight-item.active {
        font-size: 17px;
    }

    .highlight-item {
        font-size: 18px;
    }

    .highlight-description {
        font-size: 13px;
    }

    .highlights-left h2 {
        font-size: 29px;
    }

    .amenities-section-info {
        margin-bottom: 20px;
    }

    .virtual-section {
        padding: 0;
    }

    .banner-section-information h1 {
        font-size: 32px;
    }

    .amenities-title h2 {
        font-size: 34px;
    }

    .virtual-title h2 {
        font-size: 36px;
    }

    .location-section-information {
        padding-left: 0;
    }

    .floor-plan-img {
        margin-top: 15px;
    }

    .faq-title p {
        font-size: 13px;
    }

    .location-int {
        font-size: 20px;
    }

    .location-icon-img img {
        max-width: 40px;
    }
}

@media only screen and (max-width: 565px) {
    .contact-us-section p {
        font-size: 19px;
    }

    p.banner-price {
        width: 100%;
        background: linear-gradient(45deg, #e5c7716b, #e5c771, #e5c7716b);
        font-size: 17px;
        padding: 5px 0;
    }

    .banner-price b {
        font-size: 21px;
    }

    .price-type p {
        font-size: 19px;
    }

    .video-btn {
        max-width: 72px;
        top: 33%;
        left: 42%;
    }

    .auto-popup-right h3 {
        font-size: 22px;
    }

    .enquire-outer {
        display: block;
        background: #000;
        color: #fff;
        text-align: center;
        font-family: 'Montserrat';
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        box-shadow: 0 0 3px #4f4a4a;
    }

    .enquire-outer ul {
        display: flex;
        justify-content: center;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .enquire-outer ul li {
        font-family: 'Montserrat';
        width: 50%;
        background: #fefefe;
        padding: 10px 0;
        color: #000000;
        border-bottom: 1px solid #b4afaf;
    }

    .enquire-outer ul .call-now {
        background: #000;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .enquire-outer ul li img {
        max-width: 28px;
        margin-right: 2px;
    }

    .enquire-outer ul .call-now img {
        max-width: 28px;
        margin-right: 10px;
    }

    .enquire-outer ul .call-now a {
        color: #fff;
        text-decoration: none;
    }

    .enquire-outer ul li a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
    }

    .overview-title h2 {
        font-size: 23px;
    }

    .price-title h2 {
        font-size: 22px;
    }

    p.starting-size-in {
        font-size: 18px;
    }

    p.section-price-start {
        font-size: 19px;
    }

    .interior-title h2 {
        font-size: 24px;
    }

    .padding-space-extra {
        padding: 35px 0;
    }

    .overview-section-info p {
        font-size: 12px;
    }

    .price-title p {
        font-size: 15px;
    }

    .overview-inter-configuration {
        font-size: 16px;
    }

    p.banner-location {
        font-size: 19px;
    }

    .banner-section::before {
        background: #0000007a;
    }

    p.over-configuration-point {
        font-size: 14px;
    }

    .highlights-left h2 {
        font-size: 20px;
    }

    .highlight-description {
        font-size: 12px;
    }

    .highlight-item {
        font-size: 14px;
    }

    .logo {
        max-width: 98px;
    }

    .banner-section-information h1 {
        font-size: 30px;
    }

    .highlights-section {
        flex-direction: column;
        /* Stack elements vertically */
        padding: 40px 20px;
        /* Adjust spacing for smaller screens */
        gap: 0;
    }

    .highlights-left {
        order: 1;
        /* Show text section first */
        text-align: center;
        /* Optional – looks better on mobile */
    }

    .highlights-right {
        order: 2;
        /* Show image section after text */
    }

    .highlights-right img {
        width: 100%;
        height: auto;
        display: block;
        margin-top: 20px;
    }

    .amenities-section-info p {
        font-size: 17px;
    }

    .virtual-section {
        background: #f0ece7;
    }

    .floor-title p {
        font-size: 15px;
    }

    .floor-title h2 {
        font-size: 30px;
    }

    .faq-title h2 {
        font-size: 30px;
    }

    .card-header {
        padding: 15px 0;
    }

    .gallery-section-information h2 {
        font-size: 21px;
        font-weight: 400;
    }

    .price-section-info {
        margin-bottom: 20px;
    }

    .amenities-title h2 {
        font-size: 21px;
        font-weight: 400;
    }

    .amenities-title p {
        font-size: 15px;
        font-weight: 300;
    }

    .amenities-section-inform {
        margin-top: 25px;
    }

    .amenities-section-info {
        margin-bottom: 12px;
    }

    .virtual-title h2 {
        font-size: 23px;
        font-weight: 400;
    }

    .location-title h2 {
        font-size: 22px;
    }

    .location-int {
        font-size: 17px;
    }

    .faq-title h2 {
        font-size: 23px;
        font-weight: 400;
    }

    .gallery-section-information p {
        font-family: 'Poppins';
        font-size: 15px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
}