*:focus {
    outline: none;
    border: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Common fade-in styles */
.seolink
{
    text-decoration:none;color:black;
}
.fade-in {
    opacity: 0;
    transform: translateY(40px);
}

.fade-in-active {
    opacity: 1;
    transform: translateY(0);
}

.viewer-button {
    background-color: #0b5a7e !important;
    height: 80px !important;
    width: 80px !important;
    border: none !important;
    border-radius: 0px !important;
}
.image-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.image-box img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.image-box:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
    color: #fff;
}

.image-overlay h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
    .viewer-button:hover {
        background-color: #58be07 !important;
    }

    .viewer-button:before {
        bottom: 12px !important;
        left: 12px !important;
        transform: scale(1.3) !important;
    }

.viewer-title {
    display: none !important;
}


.section-heading {
    font-size: 3rem;
    margin-bottom: 40px;
    text-align: left;
    font-family: "Austin-News-Headline-Light, sans-serif";
    opacity: 0;
    transform: translateY(20px);
}

.description {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
    color: #121212;
    opacity: 0;
    transform: translateY(20px);
}

@media (max-width: 767px) {
    .section-heading {
        font-size: 1.8rem;
        line-height: 35px;
        margin-bottom: 30px !important;
    }
}

.fade-in-up-element {
    opacity: 0;
    /* transform: translateY(40px);
    transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.5s cubic-bezier(0.25, 0.1, 0.25, 1); */
}

.fade-in-up {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-right-element {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.fade-in-right {
    opacity: 1;
    transform: translateX(0);
}



/* .parallax-banner {
    background-attachment: fixed; 
} */

.banner .banner-content {
    /* animation: fadeIn 3s ease-in-out; */
    position: relative;
    /* position: fixed; */
    z-index: 1;
    /* left: 7.5%; */
    top: 80%;
}

.logo-images {
    margin-bottom: 5rem;
}

.mansion-img {
    width: auto;
    height: 70px;
}

.scda-img {
    width: 120px;
    height: 70px;
}

.banner .banner-content .banner-subHeading {
    font-size: 2.4rem;
    line-height: 50px;
    /* animation: fadeIn 2.3s ease-in-out forwards; */
    font-family: "Austin-News-Headline-Light, sans-serif";
    margin-bottom: 0px;
    text-align: end;
}

.banner .banner-content .banner-subText {
    font-family: "Euclid-Circular-A-Regular, sans-serif";
    font-size: 1.3rem;
    border-left: 1px solid #fff;
    padding-left: 10px;
    opacity: 0;
    /* transform: translateY(-100px); */
    /* animation: fadeIn 1.3s ease forwards, slideDown 1s ease forwards, borderExpand 1s ease forwards; */
    margin-right: 24px;
}

/* Animation Start */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes borderExpand {
    from {
        border-left-width: 0;
    }

    to {
        border-left-width: 1px;
        /* Desired final width */
    }
}

/* Animation End */

/* Tablet Styles */
@media (max-width: 1024px) {
    .banner .banner-content {
        position: absolute;
        z-index: 1;
        left: 7.5%;
        top: 80%;
        width: 100%;
    }

    .mansion-img {
        width: auto;
        height: 70px;
        margin-bottom: 40px;
    }

    .scda-img {
        width: 100px;
    }

    .banner .banner-content .banner-subHeading {
        font-size: 3rem;
        line-height: 48px;
        text-align: left;
    }

    .banner .banner-content .banner-subText {
        font-size: 1.1rem;
    }
}

/* Mobile Styles */
@media (max-width: 767px) {


    .banner .banner-content {
        /* animation: fadeIn 3s ease-in-out; */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 70%;
        width: 100%;
    }

    .mansion-img {
        width: auto;
        height: 50px;
        margin-bottom: 30px;
    }

    .scda-img {
        width: 100px;
    }

    .banner .banner-content .banner-subHeading {
        font-size: 1.8rem;
        line-height: 35px;
        margin-top: 0px;
        text-align: center;
    }

    .banner .banner-content .banner-subText {
        font-size: 1.1rem;
        text-align: left;
    }
}



/* Residential Section CSS End */

/* Featured Section Start */
.featured-section {
    padding-top: 70px;
    padding-bottom: 55px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 2;
}

    .featured-section .container-fluid {
        padding-right: 70px;
        padding-left: 70px;
        position: relative;
    }

    .featured-section .mySwiper4 {
        width: 100%;
        height: 75vh;
        position: relative;
    }

    .featured-section .swiper-wrapper {
        display: flex;
    }

    .featured-section .swiper-slide.boxShadow {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        transition: transform 0.5s ease-in-out;
    }

        .featured-section .swiper-slide.boxShadow::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
            z-index: 1;
            transition: opacity 0.3s ease-in-out;
            pointer-events: none;
        }

    .featured-section .swiper-slide .slider-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0px;
        transition: transform 0.8s ease-in-out;
    }

    .featured-section .swiper-slide:hover .slider-image {
        transform: scale(1.10);
    }

    /* slider overlay start */
    .featured-section .slider-content {
        width: 85%;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px;
        color: #fff;
        z-index: 2;
    }

        .featured-section .slider-content .slider-text {
            display: flex;
            flex-direction: column;
            justify-content: end;
        }

    .featured-section .slider-text .heading {
        font-size: 1.5rem;
        color: #fff;
        font-family: "Euclid-Circular-A-Regular, sans-serif";
        font-weight: 600;
    }

    .featured-section .slider-text .description {
        font-size: 1.2rem;
        color: #fff;
        font-family: "Euclid-Circular-A-Regular, sans-serif";
        margin-bottom: 0px;
    }

    /* slider overlay end */

    .featured-section .swiper-navigation {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 70px;
    }

    .featured-section .swiper-nav-left,
    .featured-section .swiper-nav-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.3s ease;
        color: #838383;
    }

    .featured-section .swiper-nav-left {
        top: 62px;
    }

    .featured-section .swiper-nav-right {
        left: 40px;
        top: 62px;
    }

    .featured-section .swiper-pagination {
        position: absolute;
        bottom: -4px;
        right: 60px;
        z-index: 10;
        text-align: end;
        margin: 0 auto;
        margin-right: 0px;
    }

        .featured-section .swiper-pagination .swiper-pagination-bullet {
            background-color: transparent;
            border: 2px solid #000;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            margin: 0 5px;
            transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, background-color 0.3s, border-color 0.3s, opacity 0.3s;
        }

        .featured-section .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #58be07;
            opacity: 1;
            border: none;
            width: 50px !important;
            border-radius: 10px !important;
        }

@media (min-width: 768px) and (max-width: 1024px) {
    .featured-section .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
        position: relative;
    }

    .featured-section .mySwiper4 {
        width: 100%;
        height: 50vh;
        position: relative;
    }
}

@media (max-width: 767px) {
    .featured-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .featured-section .container-fluid {
            padding-left: 0px;
            padding-right: 0px;
        }

        .featured-section .mySwiper4 {
            height: 25vh;
        }

        .featured-section .slider-content {
            width: 100%;
            bottom: 20px;
        }

            .featured-section .slider-content .slider-text {
                padding-left: 12px;
            }

        .featured-section .slider-text .heading {
            font-size: 0.8rem;
            margin-bottom: 0px;
        }

        .featured-section .slider-text .description {
            font-size: 0.7rem;
        }

        .featured-section .swiper-pagination {
            position: absolute;
            bottom: -30px !important;
            display: flex;
            justify-content: center;
            z-index: 10;
            text-align: end;
            margin-left: 0;
            width: 100% !important;
        }
}

/* Featured Section End */

/* Immersive Tour Section CSS Start */
.immersive-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

    .immersive-section .video-container {
        width: 100%;
        height: 85vh;
        overflow: hidden;
        position: relative;
        background-color: #000;
    }
        /* ------ */
        .immersive-section .video-container .videIframeContainer, .immersive-section .video-container .PreviewImageCls {
            width: 100%;
            height: 85vh;
            overflow: hidden;
            position: relative;
            background-color: #000;
        }

@media (max-width: 767px) {
    .immersive-section .video-container .videIframeContainer, .immersive-section .video-container .PreviewImageCls {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .immersive-section .video-container .videIframeContainer, .immersive-section .video-container .PreviewImageCls {
        height: 512px;
    }
}

/* ------ */
.immersive-section .video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.immersive-section .loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
}

.immersive-section .play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: hsl(0, 0%, 100%);
    background-color: transparent;
    border: 1.8px solid #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
}

    .immersive-section .play-pause-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        z-index: -1;
        transition: background-color 0.3s ease;
    }

    .immersive-section .play-pause-btn:hover::before {
        background-color: rgba(88, 190, 7, 0.8);
    }

    .immersive-section .play-pause-btn:hover {
        background-color: transparent;
        border: none;
        color: rgb(255, 255, 255);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }


.immersive-section .nav-tabs {
    border: none;
    display: flex;
    justify-content: end;
}

    .immersive-section .nav-tabs .nav-link {
        cursor: pointer;
    }

.immersive-section .tab-content {
    padding-top: 20px;
}

.immersive-section .tab-buttons {
    margin-top: 12px;
}

    .immersive-section .tab-buttons .nav-link {
        padding: 8px 20px;
        font-size: 0.9rem;
        border: none;
        margin: 0 5px;
        border-radius: 25px;
        background-color: #f1f1f1;
        color: #000;
        transition: all 0.3s ease;
        font-family: 'Euclid-Circular-A-Regular, sans-serif';
    }

        .immersive-section .tab-buttons .nav-link:hover,
        .immersive-section .tab-buttons .nav-link.active {
            background-color: #58be07;
            color: #fff;
        }

.immersive-section .fullscreen-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 10;
    display: none;
}

.immersive-section .video-playing .fullscreen-btn {
    display: block;
}

/* Animaton Start */
/* Fade-in animation for the tab content */
/* @keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} */

/* Apply fade-in animation when tab becomes active */
.immersive-section .tab-pane {
    animation: fadeIn 0.6s ease both;
}

/* Slide-in effect for the video thumbnail */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Apply animation to video container */
.immersive-section .video-container {
    animation: slideIn 1s ease both;
}

.immersive-section .tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

    .immersive-section .tab-pane.show {
        display: block;
        opacity: 1;
    }

.immersive-section .tab-buttons .nav-link {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

    .immersive-section .tab-buttons .nav-link:hover {
        transform: translateY(-5px);
    }

/* Animaton End */
@media (min-width: 768px) and (max-width: 1024px) {
    .immersive-section .tab-buttons .nav-link {
        padding: 8px 16px;
        font-size: 0.8rem;
    }

    .immersive-section .video-container {
        height: 500px;
    }

    .immersive-section .play-pause-btn {
        height: 80px;
        width: 80px;
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .immersive-section {
        padding-top: 50px;
        padding-bottom: 0px;
    }

        .immersive-section .nav-tabs {
            display: flex;
            justify-content: start;
        }

        .immersive-section .tab-buttons {
            flex-wrap: wrap;
        }

            .immersive-section .tab-buttons .nav-link {
                padding: 8px 16px;
                font-size: 0.8rem;
                margin-bottom: 10px;
            }

        .immersive-section .video-container {
            height: auto;
        }

        .immersive-section .play-pause-btn {
            height: 70px;
            width: 70px;
            font-size: 24px;
        }
}
/* Immersive Tour Section CSS End */


/* Premier Offerings CSS Start */
.premier-section {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

    .premier-section .swiper-slide {
        border: 1px solid #000;
    }

        .premier-section .swiper-slide .image-container {
            padding: 10px;
        }

            .premier-section .swiper-slide .image-container .boxShadow {
                width: 100%;
                /* height: 350px; */
                overflow: hidden;
                position: relative;
            }

                .premier-section .swiper-slide .image-container .boxShadow::before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 50%;
                    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
                    z-index: 1;
                    transition: opacity 0.3s ease-in-out;
                    pointer-events: none;
                }

        .premier-section .swiper-slide .slide-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: relative;
        }

    .premier-section .slide-title {
        position: absolute;
        bottom: 8%;
        left: 10%;
        z-index: 10;
        font-size: 16px;
        color: #fff;
        font-family: 'Euclid-Circular-A-Regular, sans-serif';
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    }

    .premier-section .swiper-navigation {
        position: relative;
        width: 100%;
        height: 0;
    }

    .premier-section .swiper-nav-left,
    .premier-section .swiper-nav-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        display: block;
        color: #838383;
    }

    .premier-section .swiper-nav-left {
        left: 0px;
        top: 40px;
    }

    .premier-section .swiper-nav-right {
        left: 40px;
        top: 40px;
    }

    .premier-section .nav-tabs {
        border: none;
        display: flex;
        justify-content: end;
    }

        .premier-section .nav-tabs .nav-link {
            cursor: pointer;
        }

    .premier-section .tab-content {
        padding-top: 20px;
    }

    .premier-section .tab-buttons {
        margin-top: 12px;
    }

        .premier-section .tab-buttons .nav-link {
            padding: 8px 20px;
            font-size: 0.9rem;
            border: none;
            margin: 0 5px;
            border-radius: 25px;
            background-color: #f1f1f1;
            color: #000;
            transition: all 0.3s ease;
            font-family: 'Euclid-Circular-A-Regular, sans-serif';
            margin-bottom: 10px;
        }

            .premier-section .tab-buttons .nav-link:hover,
            .premier-section .tab-buttons .nav-link.active {
                background-color: #58be07;
                color: #fff;
            }



@media (min-width: 768px) and (max-width: 1024px) {
    .premier-section .tab-buttons .nav-link {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .premier-section .navigation-buttons-container {
        position: static;
        justify-content: center;
        margin-top: 10px;
    }

    .premier-section .nav-tabs {
        display: flex;
        justify-content: start;
    }

    .premier-section .tab-buttons {
        flex-wrap: wrap;
    }

        .premier-section .tab-buttons .nav-link {
            margin-bottom: 10px;
            padding: 8px 16px;
            font-size: 0.8rem;
        }

    .premier-section .myswiper5 {
        height: auto;
    }

    .premier-section .swiper-slide {
        flex-direction: column;
        height: auto;
    }

        .premier-section .swiper-slide .image-container {
            
        }

    .premier-section .slide-title {
        font-size: 16px;
        bottom: 6%;
        left: 8%;
    }
}

/* Premier Offerings CSS End */




/* Legal Section CSS Start */
.legal-section {
    padding-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

    .legal-section .text {
        font-size: 1.5rem;
        color: #000;
        margin-bottom: 20px;
        font-family: 'Euclid-Circular-A-Regular, sans-serif';
    }

    .legal-section p {
        font-size: 1rem !important;
        color: #121212 !important;
        font-family: "Euclid-Circular-A-Regular, sans-serif" !important;
        padding: 0 !important;
    }

    .legal-section .content-section {
        font-size: 15px;
        color: #000;
        line-height: 1.8;
        margin-bottom: 20px;
        text-align: justify;
        font-family: 'Euclid-Circular-A-Regular, sans-serif';
    }

    .legal-section img {
        width: 200px;
        margin-right: 30px;
        transition: transform 0.3s ease;
    }

        .legal-section img:hover {
            transform: scale(1.1);
        }

    .legal-section p:last-child {
        margin-bottom: 0;
    }

.content-section p:nth-child(n+2) {
    display: none;
}

.read-more-btn {
    background-color: transparent;
    border: none;
    color: #58be07;
    cursor: pointer;
    font-size: 16px;
}

    .read-more-btn:hover {
        cursor: pointer !important;
    }

/* Mobile adjustments */
@media (max-width: 767px) {
    .legal-section {
        padding-top: 0px;
        padding-bottom: 50px;
    }

        .legal-section .text, .legal-section .content-section {
            font-size: 14px;
        }

        .legal-section img {
            width: 100px;
            margin-bottom: 15px;
        }
}

/* Legal Section CSS End */

/* Atrium Page CSS Start */
.brand-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 2;
}

    .brand-section .logo-slider .swiper-wrapper {
        transition-timing-function: linear;
    }

    .brand-section .logo-slider .logo {
        display: inline-block;
        margin: 10px;
        width: 200px;
        height: auto;
        transition: transform 0.5s ease, opacity 0.5s ease;
    }

        .brand-section .logo-slider .logo:hover {
            transform: scale(1.1);
        }

    .brand-section .nav-tabs {
        border: none;
        display: flex;
        justify-content: end;
    }

        .brand-section .nav-tabs .nav-link {
            cursor: pointer;
        }

    .brand-section .tab-content {
        padding-top: 20px;
    }

    .brand-section .tab-buttons {
        margin-top: 12px;
    }

        .brand-section .tab-buttons .nav-link {
            padding: 8px 20px;
            font-size: 0.9rem;
            border: none;
            margin: 0 5px;
            border-radius: 25px;
            background-color: #f1f1f1;
            color: #000;
            transition: all 0.3s ease;
            font-family: 'Euclid-Circular-A-Regular, sans-serif';
            margin-bottom: 10px;
        }

            .brand-section .tab-buttons .nav-link:hover,
            .brand-section .tab-buttons .nav-link.active {
                background-color: #58be07;
                color: #fff;
            }

    .brand-section .swiper-navigation {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 70px;
    }

    .brand-section .swiper-nav-left,
    .brand-section .swiper-nav-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.3s ease;
        color: #838383;
    }

    .brand-section .swiper-nav-left {
        top: 62px;
    }

    .brand-section .swiper-nav-right {
        left: 40px;
        top: 62px;
    }
/* Atrium Page CSS End */


/* M3M Section Popup Start */
.customEnquiryPopup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 5;
}

    .customEnquiryPopup .popup-content {
        background-color: white;
        padding: 20px 20px 10px 20px;
        border-radius: 0px;
        max-width: 400px;
        width: 90%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        transform: scale(0);
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
    }

    .customEnquiryPopup.show .popup-content {
        transform: scale(1);
        opacity: 1;
    }

    .customEnquiryPopup .popup-content .form-upper {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .customEnquiryPopup .popup-content .form-upper h4 {
            font-size: 20px;
            color: #000;
            font-family: "Austin-News-Headline-Light, sans-serif";
        }

        .customEnquiryPopup .popup-content .form-upper i {
            font-size: 16px;
            color: #fff;
            margin-bottom: 10px;
            padding: 10px;
            background: #0a70a1;
            border-radius: 50%;
            height: 24px;
            width: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .customEnquiryPopup .popup-content .form-upper i:hover {
                background-color: #58be07;
                transform: rotate(90deg);
            }

    .customEnquiryPopup .popup-content .unique-form-group {
        margin-bottom: 15px;
        position: relative;
    }

        .customEnquiryPopup .popup-content .unique-form-group input {
            width: calc(100% - 0px);
            padding: 5px;
            border: none;
            border-radius: 0px;
            font-size: 14px;
            box-shadow: rgb(203, 213, 226) 0px 0px 0px 1px;
            transition-property: box-shadow, background-color;
            transition-duration: 400ms;
            font-family: 'Euclid-Circular-A-Regular, sans-serif';
        }

        .customEnquiryPopup .popup-content .unique-form-group button {
            background-color: #0a70a1;
            color: white;
            padding: 5px 20px;
            font-size: 14px;
            border: none;
            border-radius: 0px;
            cursor: pointer;
            z-index: 1;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            width: 45%;
            font-family: 'Euclid-Circular-A-Regular, sans-serif';
        }

            .customEnquiryPopup .popup-content .unique-form-group button:before {
                content: "";
                position: absolute;
                background-color: #58be07;
                height: 0;
                width: 100%;
                left: 0;
                bottom: 0;
                z-index: -1;
                transition: height 0.4s ease;
            }

            .customEnquiryPopup .popup-content .unique-form-group button:hover:before {
                height: 100%;
            }
/* M3M Section Popup End */

/* M3M Urban Premium Office CSS Start */

/* Project Amenities Section Start */
.project-amenities-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 2;
}

    .project-amenities-section .amenity-box {
        text-align: left;
        padding: 20px;
        margin-bottom: 30px;
    }

        .project-amenities-section .amenity-box .amenity-logo img {
            width: 40px;
            height: auto;
        }

        .project-amenities-section .amenity-box .amenity-text p {
            font-size: 1rem;
            font-weight: 500;
            font-family: "Euclid-Circular-A-Regular, sans-serif";
            color: #121212;
            margin-bottom: 0;
        }
/* Project Amenities Section End */

/* Site map Section Start */
.site-map-section {
    padding-top: 70px;
    position: relative;
    z-index: 2;
}

    .site-map-section .site-map-image {
        height: 550px;
        background: url('../images/connectivity.jpg') no-repeat center center / cover;
        position: relative;
        color: white;
    }
/* Site map Section End */

font {
    font-family: "Euclid-Circular-A-Regular, sans-serif" !important;
}
/* M3M Urban Premium Office CSS End */
.fade-in-heading {
    font-family: "Austin-News-Headline-Light, sans-serif";
}

.pricing-section {
    padding: 40px 0;
    background: #fff;
}

.pricing-container {
    width: 85%;
    margin: auto;
}

.pricing-title {
    text-align: center;
    font-size: 34px;
    color: #212529;
    margin-bottom: 50px;
    font-family: "Austin-News-Headline-Light, sans-serif";
}

/* ===== DESKTOP TABLE ===== */
.pricing-table {
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.pricing-row {
    display: grid;
    grid-template-columns: 2.5fr 2fr 1.5fr;
    align-items: center;
    padding: 22px 30px;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    /* font-family: "austin-news-headline-light, sans-serif"; */
}

.pricing-head {
    background: linear-gradient(90deg, #0b5aa5, #083e7c);
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    font-family: 'Times New Roman', Times, serif;
}

.unit-type {
    font-size: 20px;
    font-family: "Times New Roman", serif;
}

.unit-size {
    font-size: 18px;
}

.price-btn {
    padding: 10px 22px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

    .price-btn.dark {
        background: #000;
    }

    .price-btn.full {
        width: 100%;
        text-align: center;
    }

.highlight {
    background: #f7f9fc;
}

/* ===== MOBILE VIEW ===== */
@media (max-width: 768px) {

    .pricing-container {
        width: 92%;
    }

    .pricing-head {
        display: none;
    }

    .pricing-table {
        box-shadow: none;
    }

    .pricing-group {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        margin-bottom: 25px;
        overflow: hidden;
    }

    .pricing-row {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    /* hide desktop buttons inside 4BHK rows */
    .fourbhk .desktop-btn {
        display: none;
    }

    .mobile-only-btn {
        padding: 18px;
        border-top: 1px solid #eee;
    }
}
/* Hide mobile-only button by default (desktop & laptop) */
.mobile-only-btn {
    display: none;
}

@media (max-width: 768px) {

    .mobile-only-btn {
        display: block;
    }

    /* hide desktop buttons inside 4BHK rows */
    .fourbhk .desktop-btn {
        display: none;
    }
}

.banner {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.banner-overlay-left {
    position: absolute;
    bottom: 10%;
    left: 70px;
    /* transform: translateY(-50%); */
    z-index: 5;
    width: 100%;
    max-width: 500px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.68);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.65);
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Austin-News-Headline-Light, serif;
}

    .banner-overlay-left h3 {
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 20px;
        line-height: 1.40;
    }

.info-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
}

.info-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    font-family: Austin-News-Headline-Light, serif;
}

    .info-btn .icon {
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
        box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.25);
    }

    /* 🔥 SAME-LINE TEXT */
    .info-btn .text {
        display: inline-flex;
        align-items: baseline;
        gap: 2px;
        min-width: 0;
        line-height: 1.3;
        flex-wrap: wrap;
    }

/* 🔥 BIG GOLD PRICE – SAME LINE */
.price-highlight {
    color: #c9a46b;
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
}

.info-btn.full {
    grid-column: span 2;
}

@media (max-width: 768px) {
    .banner-overlay-left {
        left: 16px;
        right: 16px;
        max-width: unset;
    }

    .info-buttons {
        grid-template-columns: 1fr;
    }

    .info-btn.full {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {

    .banner {
        height: 85vh !important;
        background-position: center center;
    }

    .banner-overlay-left {
        top: auto;
        bottom: 30px; /* bottom aligned for mobile */
        left: 0px;
        right: 15px;
        transform: none;
        padding: 16px;
        border-radius: 18px;
    }

        .banner-overlay-left h3 {
            font-size: 22px;
            line-height: 1.2;
            margin-bottom: 14px;
        }

        .banner-overlay-left > div:first-child {
            font-size: 14px;
            margin-bottom: 8px;
            opacity: 0.9;
        }

    .info-buttons {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .info-btn {
        padding: 10px 12px;
        font-size: 15px;
        border-radius: 12px;
    }

    .price-highlight {
        font-size: 16px;
        white-space: normal; /* allow wrap if needed */
    }

    .info-btn .icon {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }
}

.right-enquiry-form {
    position: absolute;
    bottom: 10% !important; /* navbar ke niche perfect spacing */
    right: 80px;
    
}

.right-enquiry-form {
    position: absolute;
    right: 80px;
    /* z-index: 10; */
}

/* Large Desktop (1920px and above) */
@media (min-width: 1800px) {
    .right-enquiry-form {
        bottom: 10%;
    }
}

/* Standard Desktop (1440px – 1799px) */
@media (min-width: 1440px) and (max-width: 1799px) {
    .right-enquiry-form {
        bottom: 10%;
    }
}

/* Laptop Large (1200px – 1439px) */
@media (min-width: 1200px) and (max-width: 1439px) {
    .right-enquiry-form {
        bottom: 10%;
    }
}

/* Small Laptop (992px – 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .right-enquiry-form {
        bottom: 10%;
    }
}


.form-card {
    width: 340px;
    padding: 27px;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(201, 164, 107, 0.4);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
    color: #fff;
}

    .form-card h4 {
        font-family: Austin-News-Headline-Light, serif;
        font-size: 26px;
        margin-bottom: 5px;
    }

    .form-card p {
        font-size: 14px;
        margin-bottom: 15px;
        opacity: 0.8;
    }

    .form-card input {
        width: 100%;
        height: 45px;
        margin-bottom: 13px;
        padding: 0 12px;
        border-radius: 10px;
        border: 1px solid rgba(255,255,255,0.2);
        background: rgba(255,255,255,0.05);
        color: #fff;
    }

        .form-card input::placeholder {
            color: rgba(255,255,255,0.7);
        }

    .form-card button {
        width: 100%;
        height: 48px;
        border-radius: 12px;
        border: none;
        background: linear-gradient(135deg, #c9a46b, #b89050);
        color: #000;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        transition: 0.3s ease;
    }

        .form-card button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(201,164,107,0.4);
        }
