body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}
.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

#plansOverlay {
    transition: opacity 0.5s ease;
}

.section-padding{
    padding: 3rem 0;
}
.connect-sec-new{
    padding: 2rem 0 !important;
}

.section-heading{
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.section-para{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.m-banner{
    display: none  !important;
}

/* Header look */
header .custom-header {
    background: #ffffffd1;
    backdrop-filter: blur(10px);
    /*box-shadow: 0px 3px 15px #E6E6E8;*/
    border-radius: 12px;
    padding: 12px 25px;
    margin: 15px 0;
}

header{
    position: fixed;
    width: 100%;
    z-index: 9999;
}

/* nav links */
header .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #1D1D1F !important;
    margin-right: 18px;
        font-family: 'Montserrat', sans-serif;
}

header .desktop-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}

header .nav-link:hover{
    color:#005954 !important;
}

header .header-logo{
    width: 20%;
}

header .header-logo img{
    width: 100%;
    height: auto;
    max-width: 50%;
}

header .d-menu{
    display: flex;
}

/* buttons */
header .call-btn{
    border: 1px solid #1F1F2F66;
    border-radius: 24px;
    padding: 6px 14px;
    font-weight: 500;
    background: transparent;
    color: #1F1F2F;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}


header .whatsapp-btn {
    /* border: 1px solid #1F1F2F66; */
    border-radius: 24px;
    /* padding: 6px 14px; */
    font-weight: 500;
    background: transparent;
    color: #1F1F2F;
    font-size: 25px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

header .header-btn-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

header .whatsapp-btn i{
    width: 100%;
    height: auto;
    /* max-width: 11%; */
    border: 1px solid #1F1F2F66;
    border-radius: 50px;
    padding: 6px 10px;
}

header .enquire-btn {
    background: #005954;
    color: #fff;
    padding: 8px 25px;
    font-size: 15px;
    border-radius: 24px;
    border: 1px solid #005954;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

header .enquire-btn:hover {
    background: #004047;
}

/* MOBILE MENU SLIDE-DOWN */
header #mobileMenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    background: white;
    padding: 0 20px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
}

header #mobileMenu.open {
    max-height: 600px; /* enough for full menu */
    padding: 20px;
}

/* Desktop / mobile visibility */
@media (max-width: 1024px) {
    header .desktop-menu { display: none !important; }
    header .mobile-toggle { display: block !important; }
        header .custom-header{
        justify-content: space-between !important;
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    header .mobile-toggle { display: none !important; }
}


/*mobile btn*/
.mobile-fixed-btn-wrapper{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.m-enquire-btn{
background-color: #005954;
    display: inline-block;
    width: 60%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 12px 0;
    font-weight: 500;
}

.m-call-btn {
    background: #fff;
    display: inline-block;
    width: 20%;
    padding: 12px 0;
    text-align: center;
    color: #000;
    border-right: 1px solid #000;
}
.m-whatsupp-btn{
    background: #fff;
    display: inline-block;
    width: 20%;
    padding: 12px 0;
    text-align: center;
    color: #000;
}
.mobile-inner{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

/*buliding-banner-img*/
video.banner-video{
    width: 100%;
    height: 100%;
}

video.banner-video.d-banner{
    display: block;
}

.buliding-banner-section{
    position: relative;
    overflow-x: hidden;
}

.flat-info-sec{
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
}

.flat-info-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 12px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    padding: 20px;
    width: 100%;
}
.flat-para p{
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    padding: 0 2rem;
    border-right: 1px solid #fff;
}
.flat-para:last-child p{
    border-right: none;
    padding-right: 0;
}
.flat-para:first-child p{
    padding-left: 0;
}


/*flat info slider css start*/
        .flat-info-slider-section .ticker-card {
            background-color:#004047;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            padding: 30px;
            display: flex;
            align-items: center;
            justify-content: center; 
        }

        .flat-info-slider-section #slider-content-wrapper {
            flex-grow: 1; 
            overflow: hidden;
            position: relative; 
            min-height: 32px; 
        }
        
        .flat-info-slider-section .slide {
            color:#fff;
            font-weight: 400; 
            font-size: 24px;
            position: absolute; 
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            width: 100%;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
            opacity: 0;
            transition: opacity var(--transition-duration) ease-in-out;
                        visibility: hidden; 
        }

        .flat-info-slider-section .slide.active {
            opacity: 1;
            visibility: visible;
        }

        @media (max-width: 640px) {
            .flat-info-slider-section .slide {
                font-size: 1rem; 
            }
            .flat-info-slider-section .ticker-card {
                padding: 15px;
            }

        }

        .flat-info-slider-section .accent-box {
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: #B8860BE5;
            margin-right: 10px;
            border-radius: 2px;
            vertical-align: middle; 
        }
/*flat info slider css end*/

/*connect with us section start*/
.connect-section {
    background-color: #B8860B;
    position: relative;
}


.connect-section .background-leaves-placeholder img{
    width: 100%;
    height: auto;
    max-width: 22%;
    position: absolute;
    top: 0;
    left: 10%;
}

.connect-section .left-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.connect-section .og-received-text img{
    width: 100%;
    height: auto;
    max-width: 80%;
}

.connect-section .og-large {
    font-family: 'Montserrat', sans-serif;
    font-size: 10vw;
    font-weight: 900;
    line-height: 0.8;
    color: #fff;
    text-shadow: 
        -2px -2px 0 #ccc,
        2px 2px 0 #888,    
        4px 4px 5px rgba(0, 0, 0, 0.5);
    padding-right: 20px;
}

.connect-section .received-block {
    display: flex;
    flex-direction: column;
    text-align: left;
    white-space: nowrap;
}

.connect-section .received {
    font-size: 3vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.connect-section .towers {
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.connect-section .right-form-area {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #D5BF83;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.connect-section .form-card {
    padding:  40px;
    width: 100%;
}

.connect-section .form-card h2 {
    color: #fff;
    margin-bottom: 10px;
}

.connect-section .form-description {
    color: #FAFAF8;
    margin-bottom: 30px;
    line-height: 24px;
}

.connect-section .form-description strong {
    font-weight: 700;
}

.connect-section #contactForm1 {
    display: flex;
    flex-wrap: wrap;
    gap: 0; 
}

.connect-section .formSuccess{
    align-self: center;
    margin-left: 2rem;
}

.connect-section .input-group {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}

.connect-section .form-label {
    display: block;
    color: #FAFAF8;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    opacity: 0.8;
    font-family: 'Montserrat', sans-serif;
}

.connect-section .input-group input[type="text"],
.connect-section .input-group input[type="tel"],
.connect-section .input-group input[type="email"],
.connect-section .input-group textarea {
    width: 100%;
    padding: 10px 0;
    border: none;
    background: transparent;
    border-bottom: 2px solid #D5BF83; 
    color: #FAFAF8;
    font-weight: 500;
    font-size: 14px;
    outline: none;
    transition: border-bottom-color 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.connect-section .input-group input:focus,
.connect-section .input-group textarea:focus {
    border-bottom-color: #D5BF83; 
}

.connect-section .input-group input::placeholder,
.connect-section .input-group textarea::placeholder {
    color: #997A2E;
    opacity: 1;
}

.connect-section .full-width-group {
    width: 100%;
}

.connect-section .input-group textarea {
    resize: none;
    border: none;
    border-bottom: 2px solid #D5BF83;
    min-height: 80px; 
}

.connect-section .input-group.error input,
.connect-section .input-group.error textarea {
    border-bottom-color: #D5BF83; 
}

.connect-section .error-message {
        color: #000;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    bottom: -30%;
}


.connect-section .submit-button {
    background-color: transparent; 
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 40px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 24px;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    transition: background-color 0.3s, border-color 0.3s;
}

.connect-section .submit-button:hover {
    background-color: #005954;
    color: #fff;
    border-color: #005954;
}

@media (min-width: 992px) {

    .connect-section .input-group:not(.full-width-group) {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    
    .connect-section .input-group:nth-child(even):not(.full-width-group) {
        margin-right: 0;
    }

    .connect-section .right-input-group {
        width: 50%; 
        margin-right: 0 !important;
    }

    .connect-section .left-content {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .connect-section .right-form-area {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .connect-section .og-large {
        font-size: 150px;
    }
    .connect-section .received {
        font-size: 40px;
    }
    .connect-section .towers {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
     .connect-section {
        padding: 50px 0;
    }
    .connect-section .connect-container {
        height: auto;
    }
    .connect-section .form-card {
        padding: 40px 20px;
    }

    .connect-section .og-large {
        font-size: 20vw;
        padding-right: 10px;
    }
    .connect-section .received {
        font-size: 4vw;
    }
    .connect-section .towers {
        font-size: 2vw;
    }
}
/*connect with usa section end*/


/*nature-embrace-section start*/
.nature-embrace-section {
    background-color: #fff;
}

.nature-embrace-section .section-title {
    color: #1D1D1F;
    margin-bottom: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.nature-embrace-section .section-subtitle {
    color: #1D1D1F;
    margin-bottom: 50px;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.nature-embrace-section .card-container {
    background-color: #F5F5F5;
    display: flex;
    max-width: 80%;
    margin: 0 auto 50px auto;
    border-radius: 12px;
    padding:40px;
}

.nature-embrace-section .card-item {
    flex: 1;
    padding: 50px;
    text-align: center;
    position: relative;
}

.nature-embrace-section .card-container .card-item:first-child {
    border-right: 1px solid #D2D2D2;
}

.nature-embrace-section .lock-icon {
    display: block;
    color: #1D1D1F;
    margin-bottom: 10px;
}

.nature-embrace-section .sqft-area {
    font-size: 32px;
    color: #1D1D1F;
    font-weight:500;
    margin-bottom: 5px;
     font-family: 'Montserrat', sans-serif;
}

.nature-embrace-section .bhk-type {
    font-size: 22px;
    font-weight: 400;
    color: #1D1D1FCC;
    font-family: 'Montserrat', sans-serif;

}

.nature-embrace-section .unlock-button {
    background-color: #005954;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
}

.nature-embrace-section .unlock-button:hover {
    background-color: #006666;
}

@media (max-width: 767.98px) {
    .nature-embrace-section .card-container {
        flex-direction: column; 
        margin-left: 15px; 
        margin-right: 15px;
    }

    .nature-embrace-section .card-item {
        padding: 40px 20px; 
    }

    .nature-embrace-section .card-container .card-item:first-child {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }

    .nature-embrace-section .sqft-area {
        font-size: 1.8rem;
    }
}
/*nature-embrace-section end*/



/*video section*/
.luxury-section {
    background-color: #FAFAF8; 
    text-align: center;
}

.luxury-section .main-heading {
    color: #1D1D1F;
    padding-bottom: 40px; 
    max-width: 800px;
    margin:0 auto;
}

.luxury-section .video-container {
    width: 100%;
    /* padding-bottom: 56.25%;  */
    position: relative; 
    background-color: #000000; 
    margin-bottom: 30px; 
    overflow: hidden; 
}

.luxury-section .video-container .video-player {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;  */
    width: 100%;
    height: 100%;
}

.luxury-section .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 .luxury-section .pause-icon-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px; 
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4); 
    transition: opacity 0.3s;
}

 .luxury-section .pause-icon {
    width: 16px;
    height: 16px;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}

.luxury-section .pause-icon-container.paused .pause-icon {
    border: none;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ffffff; 
    transform: translateX(2px); 
}



.luxury-section .pause-icon-container.playing {
    opacity: 0;
}

 .luxury-section .mute-icon-container {
    position: absolute;
    bottom: 20px; 
    left: 20px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s;
}

.luxury-section .mute-icon-container:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.luxury-section .mute-icon {
    font-size: 20px;
    line-height: 1; 
    color: #ffffff;
}

.luxury-section .mute-icon-container.unmuted .mute-icon::after {
    content: "🔊";
}

.luxury-section .mute-icon-container.muted .mute-icon::after {
    content: "🔇";
}

.luxury-section .mute-icon {
    visibility: hidden;
    position: relative;
    width: 20px;
    height: 20px;
}
.luxury-section .mute-icon::after {
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #ffffff;
}

.luxury-section .cta-text {
    color: #1D1D1F; 
    line-height: 1.5;
    margin-bottom: 25px; 
}

.luxury-section .btn-download {
    display: inline-block; 
    background-color: #005954; 
    color: #ffffff;
    text-decoration: none; 
    font-size: 17px;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 24px; 
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.luxury-section .btn-download:hover,
.luxury-section .btn-download:focus {
    background-color: #104a43; 
}

@media (max-width: 768px) {
    .luxury-section .main-heading {
        margin-bottom: 25px;
    }

    .luxury-section .luxury-section {
        padding: 40px 0;
    }
}


/*map section start*/
        .map-section .full-section-container {
            background-color: #fff; 
        }

        .map-section .section-header h1 {
            color: #1D1D1F;
            margin-bottom: 10px;
            text-align: center;
        }

        .map-section .section-header p {
            color: #1D1D1F;
            text-align: center;
            max-width: 650px; 
            margin: 0 auto 40px auto;
        }

        .map-section .map-details-section {
            display: flex; 
            /*flex-wrap: wrap; */
            justify-content: space-between; 
            gap: 40px;
        }

        .map-section .map-container {
            flex-grow: 1; 
            width: 70%;
        }

        .map-section .map-container iframe {
            width: 100%;
            height: 100%;
            border: none; 
            border-radius: 8px; 
        }

        .map-section .detail-item::after{
                content: "";
                 display: block;
                width: 70px;
                 height: 1px;
                 background: #00595466;
                 margin-top: 20px;
                 margin-bottom: 20px;
        }

        .map-section .inner-box {
            background-color: #fff; 
            padding: 50px; 
            border: 2px solid #E6E6E8;
            border-radius: 12px; 
            flex-shrink: 0; 
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .map-section .details-box{
             width: 30%;
             display:flex;
             justify-content: space-between;
             flex-direction: column;
        }


        .map-section .detail-item {
            /*border-bottom: 1px solid #00595466; */
            position: relative;
        }

        .map-section .detail-item:last-of-type {
            padding-bottom: 0;
        }

        .map-section .detail-time {
            font-size: 22px;
            font-weight: 600;
            color: #333333;
            margin: 0;
             font-family: 'Montserrat', sans-serif;
        }

        .map-section .detail-location {
            font-size: 16px;
            color: #1D1D1F;
            margin: 0;
            font-weight: 400;
            font-family: 'Montserrat', sans-serif;
        }

        .map-section .explore-button {
            background-color: #005954; 
            color: #fff;
            padding: 12px 20px;
            border: none;
            border-radius:24px;
            font-size: 17px;
            font-weight: 500;
            cursor: pointer;
            text-align: center;
            display: block; 
            width: 100%;
            text-decoration: none; 
            margin-top: 1rem;
            transition: background-color 0.3s ease;
            font-family: 'Montserrat', sans-serif;
        }

        .map-section .explore-button:hover {
            background-color: #004d40; 
        }

        @media (max-width: 992px) {
            .map-section .map-details-section {
                flex-direction: column; 
                align-items: center; 
            }

            .map-section .map-container, .details-box {
                max-width: 100%; 
                width: 100%;
            }

            .map-section .details-box {
                margin-top: 20px; 
                width: 100%;
            }

        }


/*cta section css start*/
.gardens-section  {
    background-color: #B8860B;
    position: relative; 
    overflow: hidden;
}

.gardens-section .custom-container {
    position: relative;
    z-index: 5; 
}

.gardens-section .ready-to-call {
    margin-bottom: 5px;
    color: #fff;
     font-family: 'Montserrat', sans-serif;
}

.gardens-section .project-name {
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.gardens-section .schedule-text {
    line-height: 24px;
    max-width: 90%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.gardens-section .action-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    align-items: flex-end; 
    position: relative;
    z-index: 10;
}
.gardens-section .base-class{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.gardens-section .leafy-graphic-wrapper img {
    position: absolute;
    top: 0px; 
    right: 15%;
    width: 100%; 
    height: auto;
    max-width: 15%;
    z-index: 1;
}


.gardens-section .actions-group {
    display: flex;
    gap: 15px; 
    align-items: center;
    margin-top: 20px; 
}

.gardens-section .btn {
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    transition: background-color 0.3s, border-color 0.3s;
}

.gardens-section .btn-schedule {
    background-color: transparent;
    border: 2px solid #fff;
    color:#fff;
    font-size: 17px ;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;

}

.gardens-section .btn-schedule:hover {
    background-color: #005954;
    color: #fff;
    border-color: #005954;
}

.gardens-section .btn-enquire {
    background-color:#005954 ;
    border: 2px solid #005954;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.gardens-section .btn-enquire:hover {
    background-color: #094e57;
    border-color: #094e57;
    color: #fff;
}

.gardens-section .whatsapp-icon-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.gardens-section .whatsapp-icon-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

@media (max-width: 991px) {
    .gardens-section .gardens-section {
        padding: 40px 0;
    }

    .gardens-section .text-content {
        text-align: center;
        padding-top: 20px;
        margin-bottom: 30px;
    }


    .gardens-section .schedule-text {
        max-width: 100%;
    }

    .gardens-section .action-content {
        align-items: center;
        margin-bottom: 20px;
        width: 100%;
    }

    .gardens-section .actions-group {
        flex-direction: column;
        width: 100%; 
        display: none;
    }

    .gardens-section .btn {
        width: 80%;
        max-width: 300px;
        text-align: center;
    }

    .gardens-section .whatsapp-icon-btn {
        margin-bottom: 10px;
    }

    .gardens-section .leafy-graphic-wrapper {
        display: none;
    }
}


/*footer css start*/
        .footer-custom {
            background-color: #F5F5F5;
            padding: 2rem 0;
        }
        .footer-custom .contact-item span, .contact-item a{
            font-size: 12px;
            color: #1D1D1F;
            font-weight: 400;
            font-family: 'Montserrat', sans-serif;
        }

        .footer-custom .footer-content {
            display: flex;
            flex-direction: column; 
            align-items: center;
            text-align: center;
            padding-bottom: 20px;
            border-bottom: 1px solid #e0e0e0;
        }

        @media (min-width: 992px) {
            .footer-custom .footer-content {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                text-align: left;
                padding-bottom: 0;
                border-bottom: none;
            }
        }
        
        .footer-custom .logo-section {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
        }
        @media (min-width: 992px) {
            .footer-custom .logo-section {
                justify-content: flex-start;
                margin-bottom: 0;
            }
        }

        .footer-custom .logo-img {
            max-width: 50%;
            height: auto;
            margin-right: 10px;
        }

        .footer-custom .logo-text {
             display: none; 
        }

        .footer-custom .contact-info {
            display: flex;
            flex-direction: column; 
            align-items: center;
            margin-bottom: 15px;
            font-size: 16px;
            color: #6c757d;
        }
        
        .footer-custom .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            color: #1D1D1F;
            padding-bottom: 10px;
        }
        
        .footer-custom .contact-item i {
            margin-right: 8px;
            font-size: 16px;
            color: #1D1D1F;
        }

        .footer-custom .contact-link , .contact-item a{
            text-decoration: none;
        }
        
        @media (min-width: 992px) {
            .footer-custom .contact-info {
                flex-direction: row;
                justify-content: center;
                flex-wrap: wrap;
                margin-bottom: 0;
            }
            .footer-custom .contact-item {
                margin: 0 15px; 
                margin-bottom: 0;
            }
        }

        .footer-custom .social-icons {
            margin-bottom: 20px;
        }

        .footer-custom .social-link {
            margin: 0 8px;
            text-decoration: none;
        }

        .footer-custom .social-link i{
            color: #1D1D1F;
            font-size: 22px;
        }
        
        @media (min-width: 992px) {
            .footer-custom .social-icons {
                margin-bottom: 0;
                text-align: right;
            }
            .footer-custom .social-link {
                 margin-left: 15px;
                 margin-right: 0;
            }
        }

        .footer-custom .copyright-text {
            font-size: 12px;
            color: #1D1D1F;
            text-align: center;
            padding-top: 20px; 
            font-family: 'Montserrat', sans-serif;
        }

        @media (min-width: 992px) {
            .footer-custom .footer-content {
                border-bottom: none; 
            }
        }


/*scrolling section css start*/
.elevated-living-section {
    background-color: #fff; 
}

.elevated-living-section .living-header-content h2 {
    color: #1D1D1F;
    text-align: center;
    margin-bottom: 1rem;
}
.elevated-living-section .living-header-content p {
    color: #1D1D1F;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 24px;
    margin-bottom: 2rem;
}

@keyframes scroll-animation {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } 
}

.elevated-living-section .scrolling-container {
    overflow: hidden; 
    white-space: nowrap;
}

.elevated-living-section .scrolling-content {
    display: flex;
    width: 200%; 
    animation: scroll-animation 9s linear infinite;
}

.elevated-living-section .scrolling-content:hover {
    animation-play-state: paused;
}

.elevated-living-section .amenity-card {
    position: relative;
    width: calc(100% / 6); 
    flex-shrink: 0; 
    overflow: hidden;
}

.elevated-living-section .amenity-card img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.3s ease-in-out;
}

.elevated-living-section .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4rem; 
/*        background: linear-gradient(
        to top, 
        rgba(0, 0, 0, 0.8) 0%, 
        rgba(0, 0, 0, 0.6) 30%, 
        rgba(0, 0, 0, 0) 100% 
    );*/
    
    color: white;
    text-align: left;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.elevated-living-section .overlay .icon img{
    width: 100%;
    height: auto;
    max-width: 10%;
}

.elevated-living-section .overlay h3 {
    font-size: 24px;
    font-weight: 500; 
    margin-bottom: 0; 
    color: #FAFAF8;
    font-family: 'Montserrat', sans-serif;
}
.elevated-living-section .amenity-card:hover img {
    transform: scale(1.05); 
}

@media (min-width: 768px) {
    .elevated-living-section .amenity-card {
        width: calc(100% / 6); 
    }
}

@media (max-width: 767.98px) {
    .elevated-living-section .header-content {
        padding: 0 15px;
    }
    
    .elevated-living-section .amenity-card {
        width: 80vw; 
        height: 300px;
        margin-right: 10px;
    }

    .elevated-living-section .overlay h3 {
        font-size: 1.1rem;
    }
}


/* floor plan section css start *
    /* floor plan section css start */
        .plan-section {
            background-color: #FAFAF8;
        }

        /* Main Tabs (Left Sidebar) */
        .plan-section .left-bar-wrapper {
            background-color: #004047;
            padding: 30px !important;
            width: 20%;
        }
        #floor-wing-tabs{
            flex-direction: column;
        }
        .text-width:first-child{
            width: 60%;
        }
        .text-width:last-child{
            width:40% ;
        }
        .plan-section .nav-link {
            font-size: 32px;
            font-weight: 500;
            color: #fff;
            border-radius: 0 !important;
            background-color: transparent !important;
            border-bottom: 1px solid #226269;
            opacity: 0.5;
            padding: 20px 0 !important;
            text-align: center;
        }
        .plan-section .nav-link.active {
            opacity: 1;
        }
        .plan-section .nav-link:last-child {
            border: none !important;
        }
        .plan-section #main-plan-tabs {
            justify-content: center;
            flex-direction: column;
            align-items: center;
            margin-top: 3rem;
        }
        .plan-section .main-tabs-wrapper {
            display: flex;
        }
        .plan-section .right-bar-wrapper {
            padding: 2rem;
            width: 80%;
            position: relative; /* Needed for the absolute overlay */
        }
        .plan-section .right-heading-wrapper.d-banner {
            display: flex;
            justify-content: space-between;
            margin-bottom: 1rem;
        }
        .plan-section .right-heading-wrapper h2, .plan-section .right-heading-wrapper p {
            color: #1D1D1F;
            width: 80%;
        }
        .plan-section .plan-image-wrapper p, .plan-section .floor-text p {
            color: #1D1D1F;
            font-size: 24px;
            font-weight: 500;
            text-align: left;
        }
        .plan-section .plan-image-wrapper span {
            font-size: 24px;
            color: #1D1D1F;
            font-weight: 800;
            text-align: left;
            display: block;
        }

        /* Content Structure */
        .plan-section .plan-layout {
            display: flex;
            gap: 20px;
        }
        .plan-section .plan-outline, .plan-section .plan-image {
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            background-color: #fff;
            padding: 20px; /* Added padding to outline for consistency */
        }
        .plan-section .plan-outline {
            width: 40%;
        }
        .plan-section .plan-image {
            width: 60%;
            padding: 0; /* Remove internal padding if image fills the space */
        }
        .plan-section .plan-image img {
             border-radius: 8px; /* Apply to the image */
        }
        .plan-section .plan-outline img, .plan-section .plan-image img {
            max-width: 100%;
            height: auto;
        }

        /* Secondary Tabs (Floor Plans) */
        .plan-section .floor-plans-new {
            display: flex;
            gap: 20px;
        }
        .plan-section .secondary-controls-wrapper {
            width: 40%;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            padding: 20px;
            background-color: #fff;
        }
        .plan-section #floor-wing-content {
            width: 60%;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            display: flex;
            align-items: center;
            background-color: #fff;
        }
        .plan-section .secondary-nav .nav-link {
            color: #1D1D1F;
            font-weight: 800;
            font-size: 24px;
            opacity: 0.5;
            padding: 10px 0 !important;
            text-align: left;
            border: none;
        }
        .plan-section .secondary-nav .nav-link.active {
            opacity: 1;
        }

        /* Control Buttons */
        .plan-section .main-controls {
            margin-top: 2rem;
            text-align: right;
        }
        .plan-section .control-btn {
            background-color: transparent;
            border: 1px solid #005954;
            color: #005954;
            padding: 5px 15px;
            margin: 0 8px;
            border-radius: 999px;
            font-size: 1.2rem;
            font-weight: 900;
            transition: all 0.2s;
            line-height: 1;
            height: 56px;
            width: 56px;
        }
        .plan-section .control-btn:hover {
            background-color: #005954;
            color: #fff;
            border-color: #005954;
        }

        /* --- New Blur & Modal Styles --- */

        /* 1. Blur Overlay */
        .plan-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 10; /* Above the content, below the modal */
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(255, 255, 255, 0.8);
            border-radius: 8px;
            padding: 2rem;
            text-align: center;
            opacity: 1;
            transition: opacity 0.3s ease;
        }
        /* Hidden state for unlocked content */
        .plan-overlay.d-none {
            opacity: 0;
            pointer-events: none; /* Allows clicks to pass through when invisible */
            display: flex !important; /* Keep display flex but use opacity/pointer-events */
        }
        

        .plan-overlay .btn-view-plans {
            font-size: 1.5rem;
            padding: 15px 30px;
            background-color: #005954;
            border: none;
            color: white;
            border-radius: 4px;
            font-weight: 700;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            transition: background-color 0.2s;
        }

        #contactModal .row {
            --bs-gutter-x: 10px;
            --bs-gutter-y: 0;
        } 

        .plan-overlay .btn-view-plans:first-child:active {
            color: #fff;
        }

        .plan-overlay .btn-view-plans:hover {
            background-color: #004047;
        }

        /* 2. Contact Modal (From Image) */
        .contact-modal-content {
            padding: 40px;
            color: #1D1D1F;
            border-radius: 8px;
        }

        .contact-modal-content h3 {
            font-weight: 700;
            margin-bottom: 0;
        }

        .contact-modal-content p {
            font-size: 0.9rem;
            opacity: 0.8;
        }

        .contact-modal-content .form-control {
            background-color: transparent;
            border: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            color: #1D1D1F;
            border-radius: 0;
            padding: 10px 0;
            margin-bottom: 20px;
        }

        .contact-modal-content .form-control:focus {
            box-shadow: none;
            border-bottom: 1px solid #1D1D1F;
            background-color: transparent;
        }

        .contact-modal-content ::placeholder {
            color: #1D1D1F;
            opacity: 0.7;
        }
        /* Custom style for validation feedback */
        .contact-modal-content .form-control.is-invalid {
            border-bottom: 2px solid #dc3545;
        }
        /* Validation Feedback Text */
        .invalid-feedback {
            color: #dc3545;
            margin-top: -15px;
            margin-bottom: 15px;
            font-size: 0.85rem;
            font-weight: 500;
            text-align: left;
        }


        .contact-modal-content .btn-submit {
            background-color: transparent;
            border: 2px solid #1D1D1F;
            color: #1D1D1F;
            padding: 10px 30px;
            border-radius: 999px;
            font-weight: 500;
            margin-top: 15px;
            transition: all 0.2s;
        }

        .contact-modal-content .btn-submit:hover {
            background-color: #1D1D1F;
            color: #C89429;
        }

        /* Responsive Adjustments */
        @media (max-width: 767.98px) {
            .plan-section .main-tabs-wrapper {
                flex-direction: column;
            }
            .plan-section .left-bar-wrapper, .plan-section .right-bar-wrapper {
                width: 100%;
                padding: 1rem !important;
            }
            .plan-section .nav-link {
                font-size: 18px;
                padding: 10px 15px !important;
            }
            .plan-section #main-plan-tabs {
                flex-direction: row;
                margin-top: 1rem;
                overflow-x: auto;
                flex-wrap: nowrap;
            }
            .plan-section .right-heading-wrapper.d-banner {
                flex-direction: column;
            }
            .plan-section .plan-layout, .plan-section .floor-plans-new {
                flex-direction: column;
            }
            .plan-section .plan-outline, .plan-section .plan-image, .plan-section .secondary-controls-wrapper, .plan-section #floor-wing-content {
                width: 100%;
            }
            .plan-section .main-controls {
                display: none !important;
            }
        }

/*testomonial section css srtat*/
        .testimonial-section {
            background-color: #fff;
            overflow-x: hidden;
        }

        .testimonial-section .testimonial-section h2 {
            color: #1D1D1F;
            margin-bottom: 5px;
        }

        .testimonial-section .lead{
            color: #1D1D1F;
            max-width: 400px;
            margin: 0 auto;
            padding-bottom: 40px;
        }

        .testimonial-section h2{
            color: #1D1D1F;
            padding-bottom: 15px;
        }

        .testimonial-section .testimonial-section p {
            color: #1D1D1F;
            margin-bottom: 50px;
        }
        .testimonial-section .card-details{
            width: 30%;
            display: flex;
        }

        .testimonial-section .card-content{
            width: 70%;
            padding: 40px 40px;
        }

        .testimonial-section .testimonial-card {
            background-color: #fff;
            border-radius: 12px;
            margin: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            transition: all 0.3s ease-in-out;
        }

        .testimonial-section .owl-item.active.center .testimonial-card {
            /*box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);*/
        }

        .testimonial-section .card-image {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .testimonial-section .card-content span{
            font-size: 12px;
            color: #525252;
            font-weight: 400;
            margin-bottom: 10px;
            display: inline-block;
            font-family: 'Montserrat', sans-serif;
        }

        .testimonial-section .card-content h3{
            font-size: 24px;
            font-weight: 500;
            color: #1D1D1F;
            margin-bottom: 30px;
            font-family: 'Montserrat', sans-serif;
        }

        .testimonial-section .card-content p {
            color: #1D1D1F;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 400;
            font-family: 'Montserrat', sans-serif;
        }

        .testimonial-section .owl-stage-outer {
            overflow: visible !important; 
        }

        .testimonial-section .owl-carousel {
            padding-left: 0 !important; 
            padding-right: 0 !important;
        }

        .testimonial-section .owl-item {
            /*opacity: 0.7;*/
            transition: opacity 0.3s, transform 0.3s;
        }

        .testimonial-section .owl-item.active {
            opacity: 1;
        }

        .testimonial-section .custom-owl-nav {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 40px;
        }

        .testimonial-section .custom-owl-nav .owl-prev, .testimonial-section .custom-owl-nav .owl-next {
            background: #005954 !important;
            color: #fff !important;
            border-radius: 50% !important;
            width: 50px;
            height: 50px;
            font-size: 1rem !important;
            margin: 0 40px;
            padding: 0 !important;
            transition: all 0.3s;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            border: 1px solid transparent;
        }

        .testimonial-section .custom-owl-nav .owl-prev:hover, .testimonial-section .custom-owl-nav .owl-next:hover {
            background: 005954 !important;
            border-color: #fff;
        }

        .testimonial-section .custom-dots {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .testimonial-section .custom-dots .dot {
            width: 10px;
            height: 10px;
            background: #C7C7C7;
            border-radius: 50%;
            margin: 0 8px;
            transition: background 0.3s, transform 0.3s;
            cursor: pointer;
        }
        
        .testimonial-section .custom-dots .dot.active {
            background: #005954;
            transform: scale(1.2);
            box-shadow: 0 0 5px white;
        }


/*mobile plan section css start*/
.mobile-plan-section {
     background:#FAFAF8;
  }
  .mobile-overlay-wrapper{
    position: relative;
  }
    .mobile-plan-section .section-title {
        color: #1D1D1F;
       text-align:center; 
       margin-top:40px; 
   }
    .mobile-plan-section .section-sub {
     text-align:center; 
     max-width:300px;
      margin:auto; 
      color: #1D1D1F;
      opacity:0.7;
       }
    .mobile-plan-section .main-dropdown-container{
        background: #004047;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 2rem;
    }
    .mobile-plan-section .square-img img{
        width: 100%;
        height: auto;
        max-width: 70%;
    }

    .mobile-plan-section .btn:hover{
        color: #fff;
        background: transparent;
        border: none;
    }

    .mobile-plan-section .plan-color-img-wrapper{
        background: #fff;
        border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-top: 2rem;
    }

    .mobile-plan-section #mainTabContent{
        padding: 2rem 1rem;
    }

    .mobile-plan-section .dropdown-toggle {
     background:#003f46;
      color:#fff;
       padding:14px; 
       font-size:25px; 
       font-weight: 500;
   }
    .mobile-plan-section .tab-card {
     background:#fff; 
     border-radius:15px; 
     padding:25px; 
     border-radius: 12px;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
     position: relative;
      }
      .mobile-plan-section .tab-card img{
        width: 100%;
        height: auto;
        max-width: 35%;
        position: absolute;
        top: 4%;
        right: 4%;
      }
      .mobile-plan-section .tab-card h4{
        font-size: 24px;
        color: #1D1D1F;
        font-weight: 500;
        max-width: 190px;
      }

      .mobile-plan-section .tab-card-inner span{
        color: #1D1D1F;
        font-size: 24px;
        font-weight: 800;
      }
    .mobile-plan-section .plan-img {
     width:100%; 
        border-radius:15px;
         }
    .mobile-plan-section .nav-arrows {
     display:flex;
     justify-content:center; 
     gap:30px; 
        margin:25px 0; 
    }
    .mobile-plan-section .arrow-btn { 
        width:55px;
     height:55px; 
     border-radius:50%;
      border:2px solid #0a5a55; 
      display:flex;
       align-items:center; 
      justify-content:center;
       font-size:22px;
       color:#005954;
        cursor:pointer;
        }
    .mobile-plan-section .arrow-btn.filled {
     background:#005954; 
        color:#fff;
         }
    .mobile-plan-section .inner-tab {
     display:none;
      }
    .mobile-plan-section .inner-select {
     opacity:0.4;
     font-size: 24px;
     font-weight: 800;
     color: #1D1D1F;
      transition:0.3s; 
      cursor: pointer;
 }
    .mobile-plan-section .inner-select.active { 
        opacity:1; 
        color:#1D1D1F; 
    }
    .mobile-plan-section .inner-tab.active { 
        display:block;
         }

    #mobile-plan{
        display: none;
    }


/*recreate toghtherness section*/

        .main-section{
            text-align:center;
            color:#fff;
            position: relative;

        }

        .main-section h1{
            color: #1D1D1F;
            margin-bottom: 15px !important;
            max-width: 650px;
            margin: 0 auto;
        }

        .main-section p{
                color: #1D1D1F;
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 20px;
        }

        .main-section h2{
            text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
        }

        .main-section .project-box{
           background-color: #004047;
            padding: 18px 90px 90px;
             border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            position: relative;
        }

        .main-section .tab-btns{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
    align-items: center;
    position: absolute;
    left: 55px;
    bottom: 46px;
    z-index: 99;
        }

        .main-section .tab-btns button{
    background: #fff;
    color: #005954;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s, border-color 0.3s;
        }

        .main-section .tab-btns button.active{
            background: #005954;
            border-color: #fff;
            color: #fff;
        }

        .main-section .icon-btn{
            font-size:22px;
        }
        .main-section .icon-btn img{
            width: 100%;
            height: auto;
            max-width: 50%;
        }

        .main-section .carousel-container{
            position:relative;
            opacity:0;
            transition:opacity 0.4s ease-in-out;
        }

        .main-section .carousel-container.show{
            opacity:1;
        }

        .main-section .owl-theme .owl-nav{
            position: absolute;
            right: -28px;
            bottom: -21px;
        }

        .main-section .owl-nav button{
            width:45px;
            height:45px;
            background:#fff!important;
            color:#003b3d!important;
            border-radius:50%!important;
            margin:10px;
            font-size:22px!important;
            display:flex;
            justify-content:center;
            align-items:center;
        }

        .main-section .project-title{
            font-size:30px;
            font-weight:600;
            margin-bottom:25px;
        }

        .main-section .owl-carousel img{
            border-radius:15px;
            width:100%;
        }






/*all media query*/
@media screen and (min-width: 1025px) and (max-width: 1300px) { 
    .flat-info-wrapper{
        flex-wrap: nowrap;
        justify-content: center;
    }
    .flat-para p{
        padding: 0 20px;
    }
    .section-heading{
        font-size: 32px;
    }
    .nature-embrace-section .sqft-area{
        font-size: 28px;
    }
    .testimonial-section .testimonial-card{
        height: 300px;
    }
    .section-padding{
        padding: 2rem 0;
    }
    .section-para{
        font-size: 14px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) { 
        header .mobile-toggle {
         display: block !important;
          }
          .footer-custom .contact-info{
            margin-bottom: 1rem !important;
          }

        .flat-info-wrapper{
        flex-wrap: nowrap;
        padding: 20px;
        width: max-content;
        border: none;
    }
    .flat-info-sec{
        overflow-x: scroll;
        margin: 0 20px;
        border: 1px solid #fff;
        border-radius: 12px;
        bottom: 12%;
    }
    .plan-section .nav-link{
        font-size: 22px;
    }
    .footer-custom .social-icons{
        width: 30%;
    }

    .flat-info-sec .container{
        padding: 0;
        margin: 0;
    }
    .flat-info-slider-section .slide{
        font-size: 20px;
    }
    .section-heading{
        font-size: 32px;
    }
    .map-section .map-details-section{
        justify-content: center;
    }

} 

@media screen and (min-width: 769px) and (max-width: 991px) { 
    .flat-info-wrapper{
        flex-wrap: nowrap;
        padding: 20px;
        width: max-content;
        border: none;
    }
        .flat-info-wrapper{
        animation: scroll-animation 9s linear infinite;
    }
    .nature-embrace-section .card-item{
        padding: 12px;
    }
    .flat-info-sec{
        overflow-x: scroll;
        margin: 0 20px;
        border: 1px solid #fff;
        border-radius: 12px;
        bottom: 12%;
    }
    .flat-info-sec .container{
        padding: 0;
        margin: 0;
    }
    .flat-info-slider-section #slider-content-wrapper{
        min-height: 100px;
    }
    .elevated-living-section .amenity-card {
        width: calc(100% / 6); 
    }
    .elevated-living-section .overlay{
        padding: 1rem;
    }
    .testimonial-section .testimonial-card{
        flex-direction: column;
    }
    .testimonial-section .card-details, .testimonial-section .card-content{
        width: 100%;
    }
}


@media screen and (min-width: 569px) and (max-width: 768px) { 
    #desktop-Plan{
        display: none;
    }
    #mobile-plan{
        display: block;
    }
    .flat-info-wrapper{
        animation: scroll-animation 9s linear infinite;
    }
    .nature-embrace-section .card-item{
        padding: 0;
    }
    .mobile-plan-section .tab-card h4{
        max-width: 400px;
    }
    .section-heading{
        font-size: 28px;
        text-align: center;
    }
    .section-para{
        text-align: center;
    }
    .mobile-plan-section .section-title{
        padding: 1rem 2rem;
        max-width: 500px;
        margin: 0 auto;
    }
    .mobile-plan-section .square-img img{
        max-width: 40%;
    }
    .mobile-plan-section .tab-card img{
        max-width: 30%;
    }
    .mobile-plan-section .tab-card{
        min-height: 300px;
        display: flex;
        align-items: center;
    }
    .elevated-living-section{
        padding-top: 0 !important;
    }
    .mobile-plan-section .section-sub{
        padding-bottom: 2rem;
    }
    .d-banner{
        display: none !important;
    }
    .m-banner{
        display: block !important;
    }
    .whatsapp-button, .call-button, .enquire-button{
        display: none;
    }
    .flat-info-wrapper{
        flex-wrap: nowrap;
        padding: 20px;
        width: max-content;
        border: none;
    }
    .flat-info-sec{
        overflow-x: scroll;
        margin: 0 20px;
        border: 1px solid #fff;
        border-radius: 12px;
        bottom: 6%;
    }

    .flat-info-sec .container{
        padding: 0;
    }
    .flat-info-slider-section .slide{
        font-size: 16px;
    }
    .connect-section .background-leaves-placeholder img{
        max-width: 60%;
        z-index: 9;
    }
    .connect-section .og-received-text img{
        max-width: 80%;
        position: relative;
        z-index: 999;
    }
    .map-section .inner-box{
        margin-bottom: 2rem;
    }
    .testimonial-section .testimonial-card{
        flex-direction: column;
    }
    .testimonial-section .card-details, .testimonial-section .card-content{
        width: 100%;
    }
    
    .plan-section .main-tabs-wrapper{
        flex-direction: column;
    }
    .plan-section .left-bar-wrapper, .plan-section .right-bar-wrapper{
        width: 100%;
    }
    .luxury-section .video-container{
        padding-bottom: 0;
    }
    .luxury-section .video-container .video-player{
        position: static;
    }
    header .header-logo img{
        max-width: 100%;
    }
    header .header-logo{
        width: 30%;
    }
    .mobile-plan-section .nav-arrows{
        margin: 0;
    }
    .elevated-living-section .overlay{
        padding: 1rem;
    }
}



@media (max-width: 568px) {
    #desktop-Plan{
        display: none;
    }
    .elevated-living-section .scrolling-content{
        width: fit-content;
    }
    .elevated-living-section .overlay{
        padding: 1rem;
    }
    #mobile-plan{
        display: block;
    }
    .section-heading{
        font-size: 28px;
        text-align: center;
    }
    .section-para{
        text-align: center;
    }
    .mobile-plan-section .section-title{
        padding: 1rem 2rem;
    }
    .elevated-living-section{
        padding-top: 0 !important;
    }
    .mobile-plan-section .section-sub{
        padding-bottom: 2rem;
    }
    .d-banner{
        display: none !important;
    }
    .m-banner{
        display: block !important;
    }
    .whatsapp-button, .call-button, .enquire-button{
        display: none;
    }
    .flat-info-wrapper{
        flex-wrap: nowrap;
        padding: 20px;
        width: max-content;
        border: none;
        animation: scroll-animation 9s linear infinite;
    }
    .flat-info-sec{
        overflow-x: scroll;
        margin: 0 20px;
        border: 1px solid #fff;
        border-radius: 12px;
        bottom: 12%;
    }

    .flat-info-sec .container{
        padding: 0;
    }
    .flat-info-slider-section .slide{
        font-size: 12px;
    }
    .connect-section .background-leaves-placeholder img{
        max-width: 80%;
        z-index: 9;
    }
    .connect-section .og-received-text img{
        max-width: 100%;
        position: relative;
        z-index: 99;
    }
    .map-section .inner-box{
        margin-bottom: 2rem;
    }
    .testimonial-section .testimonial-card{
        flex-direction: column;
    }
    .testimonial-section .card-details, .testimonial-section .card-content{
        width: 100%;
    }
    
    .plan-section .main-tabs-wrapper{
        flex-direction: column;
    }
    .plan-section .left-bar-wrapper, .plan-section .right-bar-wrapper{
        width: 100%;
    }
    .luxury-section .video-container{
        padding-bottom: 0;
    }
    .luxury-section .video-container .video-player{
        position: static;
    }
    header .header-logo img{
        max-width: 100%;
    }
    header .header-logo{
        width: 30%;
    }
    .mobile-plan-section .nav-arrows{
        margin: 0;
    }
    .main-section .tab-btns{
        left: 12px;
        bottom: 23px;
        margin: 0;
    }
    .main-section .project-box{
        padding: 20px;
    }
    .main-section .tab-btns button{
        height: 30px;
        width: 30px;
    }
    .main-section .owl-nav button{
        height: 30px;
        width: 30px;
    }
    .main-section .project-title{
        font-size: 20px;
    }
    .main-section .owl-theme .owl-nav{
        right: -9px;
        bottom: -3px;
    }
    .nature-embrace-section .card-container{
        max-width: 100%;
        padding: 20px;
    }

        .contact-modal-content{
        padding: 0px;
    }
    .plan-overlay .btn-view-plans{
        font-size: 1rem;
    }
    .contact-modal-content .form-control{
        margin-bottom: 0px !important;
    }
    .contact-modal-content p{
        margin-bottom: 0 ;
        font-size: 12px;
    }
    .modal{
        top: 34px !important;
    }
}



/* Modal Container */
#contactModal .contact-modal-content {
    padding: 25px 35px 35px;
    border-radius: 12px;
    border: none;
}

/* Modal Title */
#contactModal .contact-modal-content h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #1D1D1F;
}

/* Subtitle */
#contactModal .contact-modal-content p {
    font-size: 15px;
    color: #555;
}

/* Input Fields */
#contactModal #contactForm2 .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    box-shadow: none !important;
    background: transparent;
}

#contactModal #contactForm2 .form-control:focus {
    border-bottom: 1px solid #000;
    box-shadow: none;
}

/* Textarea */
#contactModal textarea.form-control {
    min-height: 90px;
    resize: vertical;
}

/* Submit Button */
#contactModal .btn-submit {
    background: #000;
    color: #fff;
    padding: 10px 28px;
    border-radius: 25px;
    border: none;
    font-size: 15px;
    margin-top: 15px;
    transition: 0.3s ease;
}

#contactModal .btn-submit:hover {
    background: #333;
}

/* Messages */
#contactModal .formSuccess,
#contactModal .formError {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
}

/* Close Button */
#contactModal .btn-close {
    background-size: 12px;

}

#contactModal .text-left b{
    font-weight: 600;
    font-size: 12px;
    color: #1D1D1F;
}

/* Responsive Fixes */
@media (max-width: 576px) {
    #contactModal .contact-modal-content {
        padding: 20px;
    }

    #contactModal .contact-modal-content h3 {
        font-size: 26px;
        margin-bottom: 0;
    }

    #contactModal #contactForm2 .row .col-md-6 {
        margin-bottom: 5px;
    }
}



/* Modal Box */
#thankYouModal .thankyou-modal-content {
    padding: 25px 35px 40px;
    border-radius: 14px;
    border: none;
}

/* Success Icon */
#thankYouModal .success-icon {
    width: 95px;
    height: 95px;
    margin-bottom: 20px;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.15));
    border-radius: 50%;
}

/* Thank You Title */
#thankYouModal h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

/* Subtitle */
#thankYouModal p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 320px;
}

/* Close Button */
#thankYouModal .btn-close {
    background-size: 12px;
}

/* Responsive */
@media (max-width: 576px) {
    #thankYouModal .thankyou-modal-content {
        padding: 20px;
    }

    #thankYouModal .success-icon {
        width: 80px;
        height: 80px;
    }

    #thankYouModal h3 {
        font-size: 20px;
    }

    #thankYouModal p {
        font-size: 14px;
    }
}


