/* @font-face {
    font-family: "DINMedium";
    src: url('../fonts/DIN_MEDIUM.TTF');
} */
body {
    font-size: 15px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    -webkit-background-color: #F5F5F5;
    border-radius: 0px;
}

body::-webkit-scrollbar {
    width: 0.5rem;
    background-color: #F5F5F5;
    -webkit-background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #AAA;
    -webkit-background-color: #AAA;
    border-radius: 0px;
    background-image: -webkit-linear-gradient(5deg, rgba(0, 0, 0) 53%, rgba(0, 0, 0) 99%)
}

.modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0);
    background-color: #F5F5F5;
    -webkit-background-color: #F5F5F5;
    border-radius: 0px;
}

.modal::-webkit-scrollbar {
    width: 0.5rem;
    background-color: #F5F5F5;
    -webkit-background-color: #F5F5F5;
}

.modal::-webkit-scrollbar-thumb {
    background-color: #AAA;
    -webkit-background-color: #AAA;
    border-radius: 0px;
    background-image: -webkit-linear-gradient(5deg, rgba(0, 0, 0) 53%, rgba(0, 0, 0) 99%)
}

#lock {
    display: none;
}

.section-head {
    /* sans-serif ; */
    color: #000;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

.headingborder {
    width: 200px;
    border: 1px solid #000;
    opacity: 1;
}

.heading {
    font-weight: 700 !important;
    color: #b2904a !important;
    text-transform: uppercase !important;
}

.bg {
    background-color: #000;
}

.carousel-item img {
    width: 100%;
    height: 100%;
}

.overview .part2 img {
    border-radius: 7px;
}

.inneroverview {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
        url("../img/aboutus.webp");
    padding: 130px 0px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

h1 {
    text-transform: uppercase;
}

.abt-head {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

.color-t {
    color: #fff;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-size: 200% 200% !important;
}

.abt-head::after {
    border-bottom: 2px solid #000;
    content: "";
    margin: 0 auto;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    /* bottom: 0; */
    width: 25%;
    z-index: 99;
}

.abt-head1 {
    position: relative;
    width: 45%;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border-bottom: 1px solid #000;
}

.abt-head1::after {
    border-bottom: 2px solid #000;
    content: "";
    margin: 0 auto;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    /* bottom: 0; */
    width: 30%;
    z-index: 99;
}

/* ==================== Footer start ==================== */
.disclaimer {
    margin-bottom: 60px;
}

.disclaimer p {
    line-height: 17px;
    font-size: 11px;
}

.maharera {
    color: #fff;
    display: flex;
}

.MahaRERA .bor-bottom {
    margin-left: 30px;
}

.MahaRERA {
    font-size: 14px;
    color: #fff;
}

.MahaRERA .bor-bottom a {
    text-decoration: none;
    color: #fff;
}

/* ==================== Footer End ==================== */
/* ==================== Overview Start ==================== */
.inneroverview .overviewbtn a {
    text-decoration: none;
    background: #ff0000;
    color: #fff;
    padding: 10px 15px;
    border: 2px solid #ff0000;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.inneroverview .overviewbtn a:hover {
    background: #fff;
    border: 2px solid #ff0000;
    color: #ff0000;
}

.vision-animate-text span {
    display: inline-block;
}

.thseabox {
    padding-left: 40px;
}

/*#Overview1 .innerOverview { background:#000; color:#fff; }*/
/*#Overview1 .section-head { color:#fff; }
#Overview1 .headingborder { border: 1px solid #fff; }*/
/*.innerOverview .section-subhead { padding: 0px 0px 0px 40px !important; font-style: normal; font-size: 20px; font-weight: 600; line-height: 26px; text-transform: uppercase;}*/
/*.innerOverview p { padding: 0px 0px 0px 40px !important; font-style: normal; }*/
/*#Overview2 .innerOverview .section-subhead { padding: 0px 40px 0px 0px !important; font-style: normal; font-size: 20px; font-weight: 600; line-height: 26px; text-transform: uppercase;}*/
/*#Overview2 .innerOverview p { padding: 0px 40px 0px 0px !important; font-style: normal; }*/
/* ==================== Overview end ==================== */
#inquiryForm {
    background-color: #000;
    bottom: 0px;
    -webkit-box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
    /* padding: 15px 0 20px; */
    padding: 10px 0;
    position: fixed;
    width: 100%;
    border-top: 1px solid #fff;
    z-index: 99;
    box-shadow: 0 2px 10px rgb(255 255 255 / 80%);
}

#inquiryForm h4 {
    color: #fff;
    position: relative;
    text-align: right;
    margin-bottom: 0px;

}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    width: 100%;
    border-radius: 3px !important;
}

/* ==================== Footer Form Start ==================== */
section,
footer {
    position: relative;
    overflow: hidden;
}

button#submitf {
    padding: 7px 16px;
    background: #ffffff;
    border: 0.5px double #000000;
    color: #000;
    position: relative;
}

#ContactForm button#submitf {
    padding: 11px 28px;
    background: #ffffff;
    border: 0.5px double #000000;
    color: #000;
    position: relative;
}

#submitf {
    padding: 11px 28px;
    background: #ffffff !important;
    border: 1px solid #000;
    color: #000 !important;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
}

/* Black sliding overlay from left */
#submitf::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 0;
    transition: 0.4s ease;
}

#submitf:hover::before {
    left: 0;
}

/* Keep icon + text above overlay */
#submitf * {
    position: relative;
    z-index: 2;
}

/* ⭐ Force button text to turn white on hover */
#submitf:hover {
    color: #fff !important;
}

#inquiryForm label.error {
    color: #ff0000;
    font-size: 13px;
}

label.error {
    color: #ff0000;
    /* position: absolute;
    bottom: -20px;
    font-size: 13px; */
}

.form-control {
    line-height: 1;
}

/* ==================== Footer Form End ==================== */

/* ==================== call-number start ==================== */
.enqirediv {
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 99;
}

#enqirebutton1 {
    /*transform: translate(38%, -50%) rotate(-90deg);*/
    padding: 7px 25px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    border: 1.5px solid;
}

.inner-call-mob a {
    text-decoration: none;
    font-size: 25px;
    background-color: #08364d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 50%;
}

.pulse2 {
    animation: pulse-animationn 2s infinite;
}

@keyframes pulse-animationn {
    0% {
        box-shadow: 0 0 0 0px rgba(225, 225, 225, 0.3);
        /*transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);*/
    }

    100% {
        box-shadow: 0 0 0 20px rgba(225, 225, 225, 0);
        /*transform: translate(-50%, -50%) scale3d(1, 1, 1);*/
    }
}

/* ==================== call-number End ==================== */
/* ==================== Popup Start ==================== */




/* .modal-header {
    background-color: transparent;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
h2.modal-title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: bold;
}
button#submitf2 {
    padding: 6px 16px;
    background: #fff;
    border: 0.5px double #000;
    color: #000;
    position: relative;
}
.modal-content {
    border-radius: inherit;
    border: 2px solid #fff;
}
#popupModal .input-group {
    position: relative;
    display: table;
    text-align: center;
    margin: 4px auto;
    width: 100%;

}
#popupModal .inpmobile label.error {
    color: #ff0000;
    position: absolute;
    font-size: 12px;
    text-align: left;
}
#popupModal label.error {
    color: #ff0000;
    position: absolute;
    font-size: 12px;
    text-align: left;
    display: block;
}
#popupModal .input-group input:not(.mobile) {
    font-size: 16px;
    border-style: solid;
    display: block;
    width: 100%;
    border-width: 2px;
    padding: 10px;
    border-color: #000;
    background-color: transparent;
    border-radius: 0;
    color: #000;
}
#popupModal .input-group input.mobile {
    font-size: 16px;
    border-style: solid;
    display: block;
    width: 100%;
    border-width: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #000;
    background-color: transparent;
    border-radius: 0;
    color: #000;
}
#popupModal input::placeholder {
  color: #000;
  opacity: 1; 
}
.form-control:focus {
    border: inherit;
    box-shadow: none;
}
.close {
    float: right;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #000;
    opacity: 1.2;
    background: unset;
    border: none;
    position: absolute;
    right: 0px;
    top: -3px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.0rem 0.65rem;
}
.close:hover,
.close:focus {
    color: #000 !important;
}
.hlabel {
    color: #fff;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    text-align: start;
}
.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1.5;
    filter: alpha(opacity=50);
}
.pricepopupnew .iti.iti--allow-dropdown {
    width: 100% !important;
}
.footer-form .iti__selected-flag {
    height: 34px !important;
}
.footer-form .iti.iti--allow-dropdown {
    width: 100% !important;
}
.footer-form .input-group {
    display: flex;
    align-items: left;
}
.form-check-label label.error:after {
    content: " ";
    position: absolute;
    left: 1px;
    top: -8px;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid red;
}
.form-check-label {
    position: relative;
}
.form-check-label label.error {
    position: absolute;
    top: 15px;
    background: #fff;
    color: red;
    padding: 0px 3px;
    border: 1px solid #000;
    z-index: 9;
    left: -5px;
}
#inquiryForm .form-check-label label.error {
    position: absolute;
    top: -9px;
    background: #fff;
    padding: 0px 3px;
    border: 1px solid #c41d0e;
    z-index: 99;
    left: -130px;
}
#inquiryForm .form-check-label label.error:after {
    content: " ";
    position: absolute;
    top: 8px;
    right: -12px;
    left: unset;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #c41d0e;
    transform: rotate(90deg);
}
#popupModal.modal .modal-dialog {
    max-width: 35%;
    margin: 2.9rem auto !important;
    border-radius: 30px !important;
}
#popupModal.modal .modal-body {
    padding: 0 !important;
}
#popupModal .classpadd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5% 7%;
    color: #000;
}
#popupModal .modal-content {
    margin: 0 !important;
    border: none;
    background: linear-gradient(rgba(225, 225, 225, 0.35), rgba(225, 225, 225, 0.35)), url(../img/popup.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
} */


#popupModal .modal-dialog {
    max-width: 900px;
}

#popupModal .modal-content {
    border-radius: 10px;
    overflow: hidden;
}

#popupModal .popup-row {
    min-height: 300px;
}

#popupModal .popup-form {
    width: 100%;
}

#popupModal .popup-form input.form-control {
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
}

#popupModal .form-check-label {
    font-size: 12px;
}

#popupModal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    padding: 0;
}

#popupModal .close span {
    line-height: 1;
}


@media (max-width: 991px) {
    #popupModal .d-none.d-lg-block {
        display: none !important;
    }

    #popupModal .col-lg-6 {
        width: 100%;
    }
}


.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 6px 0 8px;
}







/* ==================== Popup End==================== */
/* ==================== ContactUs Start ==================== */
#ContactUs {
    position: relative;
}

.innerContactUs {
    position: relative;
    min-height: 70vh;
    overflow: hidden;
}

.innerContactUs .section-head {
    color: #fff !important;
}

.innerContactUs .headingborder {
    border: 1px solid #fff;
    width: 130px;
}

/* fixed-like background */
.contact-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(#00000060, #00000060), url("../img/contactdesk.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* ONLY works inside section illusion */
    z-index: 1;
}

/* content above background */
.innerContactUs .container {
    position: relative;
    z-index: 2;
}

#ContactForm {
    padding: 0px 20px;
}

#ContactForm .form-control {
    padding: 10px 8px;
}

#submitf {
    background-color: #b98e33;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #b98e33;
    padding: 6px 40px;
}

.headingborder1 {
    border: none !important;
}

iframe {
    border: 1px solid #000 !important;
}

.ContactUsbox {
    padding: 45px 0;
    border-color: #000;
    background: transparent;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
}

.form-control {
    border-radius: 0px;
}

.clientlogo {
    width: 20%;
    filter: invert(1);
    margin: 0px auto;
}

.iti__country-list {
    z-index: 999;
}

#ContactForm .form-control {
    border: 2px solid #000 !important;
}

#ContactForm .form-control:focus,
#ContactForm .form-control:hover {
    border: 2px solid #fff !important;
    box-shadow: none;
}

.phone-input-wrapper {
    position: relative;
    width: 100%;
}

.phone-input-wrapper .form-control.mobile {
    width: 100%;
    padding-left: 80px;
}

.iti {
    width: 100%;
    display: block;
}

.iti__flag-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.contact-map {
    border: 1px solid #fff;
}

select.form-control {
    height: 40px;
}

#ContactForm .iti__flag-container {
    height: 44px;
}

/* ==================== ContactUs End ==================== */
.pulse1 {
    animation: pulse-animation 2s infinite;
    border-radius: 30px;
    position: fixed;
    bottom: 16%;
    right: 1%;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(225, 225, 225, 0.3);
        transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(225, 225, 225, 0);
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
    }
}

.scrollup {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 2px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    z-index: 9999999;
    display: none;
    transform: rotate(180deg);
}

i.fa.fa-arrow-circle-up {
    font-size: 27px;
}

/* ================= Location Start ================= */
.innerLocation {
    background: #000;
    color: #fff;
}

.innerLocation .abt-head::after {
    border-bottom: 2px solid #fff;
    content: "";
    margin: 0 auto;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 200px;
    z-index: 99;
}

.innerLocation .section-head {
    color: #fff;
}

.innerLocation .headingborder {
    border: 1px solid #fff;
}

.accordion-header {
    margin-bottom: 0;
    background: #000;
}

.accordion-collapse {
    background: #000;
    color: #fff;
}

button.accordion-button.collapsed {
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 0.9rem;
}

.accordion-button:not(.collapsed) {
    background: #fff;
    font-weight: 600;
    padding: 0.9rem;
}

.accordion-button:not(.collapsed) img {
    margin-right: 8px;
    width: 25px;
    filter: invert(0);
}

.accordion-button img {
    margin-right: 8px;
    width: 25px;
    filter: invert(1);
}

.accordion-button:not(.collapsed)::after {
    filter: invert(0);
}

.accordion-button::after {
    filter: invert(1);
}

/* ================= Location End ================= */
.reveal {
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    width: 100%;
    height: auto;
    display: block;
}

.imgAnimation,
.ourPurposeSec .ourPurposeImgDiv .imgDiv img,
.ourPromiseSec .ourPromiseImgDiv img {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 3s cubic-bezier(.215, .61, .355, 1);
}

.imgAnimation.aos-animate,
.ourPurposeSec .ourPurposeImgDiv .imgDiv img.aos-animate,
.ourPromiseSec .ourPromiseImgDiv img.aos-animate {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 3s cubic-bezier(.215, .61, .355, 1);
}

.accordion-item:last-of-type,
.accordion-button:not(.collapsed),
.accordion-item {
    border-radius: 0px !important;
}


/*==================== flor plans =============== */

/* SCENE */
.scene {
    position: absolute;
    inset: 0;
    background: #000;
}

.scene-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.08);
    transition: opacity 1.4s ease, transform 2.2s ease;
}

.scene-image.active {
    opacity: 1;
    transform: scale(1);
}

/* TOGGLE WRAPPER */
.wrapper1 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;

}

#hide-checkbox {
    display: none;
}

/* ===== YOUR TOGGLE CSS (UNCHANGED) ===== */
.toggle {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 100px;
    height: 50px;
    background: #0000ff;
    border-radius: 50px;
    transition: 500ms;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}   

.toggle-button {
    position: absolute;
    top: 5px;
    left: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FAEAF1;
    box-shadow: 0 0 35px 4px rgba(255, 255, 255);
    transition: 500ms;
}

.crater {
    position: absolute;
    background: #FAEAF1;
    border-radius: 50%;
}

.crater-1 {
    width: 86px;
    height: 86px;
    left: 10px;
    bottom: 10px;
}

.crater-2 {
    width: 20px;
    height: 20px;
    top: -7px;
    left: 44px;
}

.crater-3 {
    width: 16px;
    height: 16px;
    top: 20px;
    right: -4px;
}

.star {
    position: absolute;
    background: #FFF;
    border-radius: 50%;
}

.star-1 {
    width: 6px;
    height: 6px;
    right: 90px;
    bottom: 40px;
}

.star-2 {
    width: 8px;
    height: 8px;
    right: 70px;
    top: 10px;
}

#hide-checkbox:checked+.toggle {
    background: #008000;
}

#hide-checkbox:checked+.toggle .toggle-button {
    transform: translateX(49px);
    background: #F7FFFF;
}

/* ICON BASE */
.icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 900;
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

/* BLUE SIDE → C */
.icon-c {
    color: #ffffff;
    opacity: 1;
    margin-left: 45px;
}

/* GREEN SIDE → TREES */
.icon-tree {
    font-size: 28px;
    opacity: 0;
    margin-left: -45px;
}

/* WHEN TOGGLE IS CHECKED (GREEN SIDE) */
#hide-checkbox:checked+.toggle .icon-c {
    opacity: 0;
    transform: scale(0.6);
}

#hide-checkbox:checked+.toggle .icon-tree {
    opacity: 1;
    transform: scale(1.1);
    margin-bottom: 5px;
}

/* Optional: green glow for tree side */
#hide-checkbox:checked+.toggle .toggle-button {
    box-shadow: 0 0 30px rgba(34, 197, 94, 0.8);
}

.image-section {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

/* Image layers */
.bhk-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.08);
    transition: opacity 0.8s ease, transform 1.2s ease;
}

.bhk-image.active {
    opacity: 1;
    transform: scale(1);
}

/* Tabs */
.bhk-tabs {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 5;
}

.bhk-btn {
    position: relative;
    background: #000;
    color: #fff;
    border: 1px solid rgb(255, 255, 255);
    padding: 12px 24px;
    font-size: 14px;
    border-radius: 35px;
    cursor: pointer;
    backdrop-filter: blur(12px);
    transform: translateZ(0);
    box-shadow: 0 8px 18px rgb(0 0 0 / .45), inset 0 1px 1px rgb(255 255 255 / .15);
    transition: all 0.35s ease;
}

/* glossy highlight */
.bhk-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    opacity: 0.45;
    pointer-events: none;
}

/* Hover – floating premium */
.bhk-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.55), inset 0 1px 2px rgba(255, 255, 255, 0.25);
}

/* Press effect */
.bhk-btn:active {
    transform: translateY(1px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.45);
}

/* Active – luxury gold */
.bhk-btn.active {
    background: #fff;
    color: #000;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(202, 166, 79, 0.6), inset 0 1px 2px rgba(255, 255, 255, 0.45);
}

.image-section {
    position: relative;
    overflow: hidden;
}

.bhk-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.08);
    transition: opacity 0.8s ease, transform 1.2s ease;
}

.bhk-image.active {
    opacity: 1;
    transform: scale(1);
}

.image-section {
    width: 100%;
    height: 100vh;
}

@media (max-width: 768px) {
    .bhk-tabs {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .bhk-btn {
        padding: 10px 28px;
        font-size: 13px;
        white-space: nowrap;
    }
}


.floor-sticky {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 200px;
    z-index: 9999;
    cursor: pointer;
}

.floor-sticky img {
    width: 100%;
    border: 2px solid #ffffff;
    filter: blur(2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* Default blur */
.blur {
    filter: blur(2px);
    transition: 0.5s;
}

/* Unblur class */
.unblur {
    filter: blur(0px) !important;
}

.overlay-text {
    position: absolute;
    bottom: 29%;
    width: 100%;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}