* {
    margin: 0;
    padding: 0;
    /* overflow-y: hidden; */
}

html {
    overflow-x: hidden;
    overflow-y: hidden;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Regular.ttf') format('woff2'),
        url('../fonts/Avenir-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brownstd';
    src: url('../fonts/brownstd-bold.ttf') format('woff2'),
        url('../fonts/brownstd-bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --main-font: "Avenir";
    --second-font: "brownstd";
}

body {
    margin: 0 !important;
    overflow-x: hidden;
}

.herosection {
    padding: 50px;
    display: flex;
    gap: 20px;
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
}

.herosection .heroimagesec {
    width: 100%;
    height: 100%;
    position: relative;
}

.goto_home {
    cursor: pointer;
}

.herosection .heroimagesec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.herosection .heroimagesec .toptext {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.herosection .heroimagesec .toptext h2 {
    font-size: 180px;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    position: relative;
}

.bg-image,
.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-video {
    /*display: none;*/
    z-index: 1;
}

.bg-image,
.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
}

.bg-video {
    opacity: 0;
    pointer-events: none;
}

.bg-video.show {
    opacity: 1;
}

.bg-image.hide {
    opacity: 0;
}


.herosection .heroimagesec .bottomtext {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
}

.herosection .heroimagesec .bottomtext img {
    width: 45px;
    cursor: pointer;
}

.herosection .heroimagesec .bottomtext h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--main-font);
    font-weight: normal;
}

.herosection .logosec img {
    width: 100%;
    height: 100%
}

.herosection .logosec {
    width: auto;
    height: 100%
}

.sidebarflex {
    /* padding: 50px; */
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
    position: relative;
    top: 0;

}

.sidebarflex .leftsidebar {
    height: 100%;
    display: flex;
    align-items: flex-end;
    gap: 30px;

}

.sidebarflex .leftsidebar .left {
    /* width: 100%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    z-index: 2;
    padding: 50px 0px 50px 50px;
}
.newblockimg{
    position:absolute;
       left: 104%;
    TOP: 0;
    width: 100px;
    height: auto;
    margin-top: 21.7%;
}
 .toggle-container:not([style*="display: none"]) ~ .newblockimg {
    margin-top: 31.7%;
}
.newblockimg img{
    height:100% !important;
    padding-bottom:0 !important;
}
.sidebarflex .leftsidebar .left .leftimg {
    display: flex;
    justify-content: space-between;
}

.sidebarflex .leftsidebar .left .leftimg img,
.sidebarflex .leftsidebar .left .flexdivbottom img {
    width: 60px
}

.sidebarflex .leftsidebar .left .flexdivbottom .imgflex {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex .eleflex .elebtn {
    background-color: #F0F0F0;
    padding: 7px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: var(--main-font);
    border-radius: 7px;
    text-transform: uppercase;
}

.sidebarflex .leftsidebar .left .flexdivbottom .imgflex .leftcontent {
    writing-mode: sideways-lr;
    font-family: var(--second-font);
    font-size: 22px;
}

.sidebarflex .leftsidebar .left .flexdivbottom .imgflex .leftcontent span {
    color: #00A1ED;
}

.sidebarflex .leftsidebar .left .flexdivbottom .imgflex .leftcontent p {
    color: #000;
    margin: 0;
}

.sidebarflex .leftsidebar .left .leftimg h2 {
    transform: rotate(90deg);
    font-size: 22px;
    text-transform: uppercase;
    color: #1B1818;
    font-family: var(--main-font);
    font-weight: normal;
    z-index: 1;
}

.dashlineimg {
    height: auto;
    width: 25px !important;
}

.sidebarflex .leftsidebar .bottomfooter {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 50px 50px 0px;
    align-items: flex-end;
}

.sidebarflex .leftsidebar .bottomfooter .content p {
    font-family: var(--main-font);
    font-size: 10px;
    margin: 0;
}

.sidebarflex .leftsidebar .bottomfooter .logo img {
    width: 110px;
}

.right50px {
    position: absolute;
    right: 50px;
    z-index: 3;
}

.right30px {
    position: absolute;
    right: 30px;
    cursor: pointer;

}


.menu-panel {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 2;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

/* ACTIVE */
.menu-panel.active {
    opacity: 1;
    pointer-events: auto;
}

/* MENU LIST */
.menu-list {
    display: flex;
    padding: 20px;
    margin: 0;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.menu-list li {
    /* writing-mode: sideways-lr; */
    transform: translateY(40px);
    opacity: 0;
    transition: all 0.6s ease;
    font-size: 14px;
    letter-spacing: 2px;
    list-style: none;
    /* border-right: 1px solid #000; */
    padding: 0 20px;

}

.menu-list li a {
    text-decoration: none;
    color: #1B1818;
    font-size: 60px;
}

/* TEXT ANIMATION WHEN OPEN */
.menu-panel.active .menu-list li {
    transform: translateY(0);
    opacity: 1;
}

/* STAGGER EFFECT */
.menu-list li:nth-child(1) {
    transition-delay: 0.1s;
}

.menu-list li:nth-child(2) {
    transition-delay: 0.2s;
}

.menu-list li:nth-child(3) {
    transition-delay: 0.3s;
}

.menu-list li:nth-child(4) {
    transition-delay: 0.4s;
}

.menu-list li:nth-child(5) {
    transition-delay: 0.5s;
}

.menu-list li:nth-child(6) {
    transition-delay: 0.6s;
}

.menu-list li:nth-child(7) {
    transition-delay: 0.7s;
}

.menu-list li:nth-child(8) {
    transition-delay: 0.8s;
}

/* CLOSE BUTTON */
.close-btn {
    position: absolute;
    top: 50px;
    position: absolute;
    right: 30px;
    cursor: pointer;
    transform: rotate(90deg);
    font-size: 22px;
    text-transform: uppercase;
    color: #1B1818;
    font-family: var(--main-font);
    font-weight: normal;
    background-color: unset;
    padding: unset;
    border: unset;
}

.sidebarmainsection {
    position: relative;
    width: 100%;
    height: 100vh;
}



.sidebarmainsection {
    position: relative;
}

.menu-slider {
    padding: 50px 90px 130px 130px;
    position: absolute;
    z-index: 0;
    color: #000;
    top: 0;
    width: 100%;
    height: 100%;


}

.menu-slider .swiper-slide.swiper-slide-active h2,
.menu-slider .swiper-slide.swiper-slide-active .number,
.menuswiperslider .swiper-slide.swiper-slide-active::before,
.menuswiperslider .swiper-slide-active .arrownone {
    opacity: 1;
    color: #fff;
}

.menuswiperslider.container {
    max-width: 1000px;
    margin: auto;

}

.menuswiperslider .swiper {
    width: 100%;
    overflow: visible;
}

.menuswiperslider .swiper-slide {
    height: 75vh;
    display: flex;
    align-items: left;
    justify-content: space-between;
    padding: 30px 0;
    cursor: pointer;
    transition: all .4s ease;
    flex-direction: column;
    border-left: 1px solid #000;
    margin-right: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.menuswiperslider .swiper-slide-active {
    opacity: 1;
}

.menuswiperslider .swiper-slide a {
    color: #1B1818;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 85vh;
}




/* .menu-slider .swiper-slide {
    width: 25%;  
  
} */


.menuswiperslider .swiper-slide:hover a {

    color: #fff;
    z-index: 1;
}

.menuswiperslider .swiper-slide h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 18%;
    z-index: 1;
    padding-left: 30px;
}

.menuswiperslider .number {
    font-size: 120px;
    font-weight: normal;
    letter-spacing: 3px;
    color: #00A1ED;
    z-index: 1;
    padding-left: 30px;
}

.menuswiperslider .swiper-slide:hover h2,
.menuswiperslider .swiper-slide:hover .number {
    color: #fff;
}

.menuswiperslider .slide-1 {
    position: relative;
    overflow: hidden;
}

.menuswiperslider .swiper-slide {
    position: relative;
    overflow: hidden;
}

/* Common background layer */
.menuswiperslider .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
}

/* Individual slide images */
.menuswiperslider .slide-1::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url('../images/herosection/slide1.png');
}

.menuswiperslider .slide-2::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url('../images/herosection/slide2.png');
}

.menuswiperslider .slide-3::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url('../images/herosection/slide3.png');
}

.menuswiperslider .slide-4::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url('../images/herosection/slide4.png');
}

.menuswiperslider .slide-5::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url('../images/herosection/slide5.png');
}

.menuswiperslider .slide-6::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url('../images/herosection/slide6.png');
}

.menuswiperslider .slide-7::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url('../images/herosection/slide7.png');
}

/* Fade on hover */
.menuswiperslider .swiper-slide:hover::before {
    opacity: 1;
}

.menuswiperslider .arrownone {
    opacity: 0;
}

.menuswiperslider .swiper-slide:hover .arrownone {
    opacity: 1;
}

.menuswiperslider:not(.in-view) .swiper-slide {
    opacity: 0;
    transform: translateY(150px);
}

.menuswiperslider.in-view .swiper-slide {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease;
}

.menuswiperslider.in-view .swiper-slide:nth-child(1) {
    transition-delay: 0.1s;
}

.menuswiperslider.in-view .swiper-slide:nth-child(2) {
    transition-delay: 0.2s;
}

.menuswiperslider.in-view .swiper-slide:nth-child(3) {
    transition-delay: 0.3s;
}

.menuswiperslider.in-view .swiper-slide:nth-child(4) {
    transition-delay: 0.4s;
}

.menuswiperslider.in-view .swiper-slide:nth-child(5) {
    transition-delay: 0.5s;
}

.menuswiperslider.in-view .swiper-slide:nth-child(6) {
    transition-delay: 0.6s;
}

.menuswiperslider.in-view .swiper-slide:nth-child(7) {
    transition-delay: 0.7s;
}


.home-models {
    height: 100vh;
    padding: 50px 100px 130px 150px;

    overflow: hidden;

}

.home-models .homemodelstitle h2 {
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 55px;
    font-weight: normal;
    margin-top: -15px;
    padding: 0;
    color: #1B1818;
    line-height: normal;
}

/* Initial state */
.home-models:not(.in-view) .home-model-contentflex>div,
.home-models:not(.in-view) .homemodelstitle {
    opacity: 0;
    transform: translateY(80px);
}

/* Animate state */
.home-models.in-view .home-model-contentflex>div,
.home-models.in-view .homemodelstitle {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s ease;
}

.home-models.in-view .homemodelstitle {
    transition-delay: 0.1s;
}

.home-models.in-view .left h2 {
    transition-delay: 0.2s;
}

.home-models.in-view .left .firstp {
    transition-delay: 0.3s;
}

.home-models.in-view .left .secp {
    transition-delay: 0.5s;
}

.home-models.in-view .left .thirdp {
    transition-delay: 0.5s;
}

.home-models.in-view .right .modelcard {
    transition-delay: 0.6s;
}

.home-models .home-model-contentflex {
    display: flex;
    gap: 40px;
    height: 75vh;
    overflow: hidden;
    flex-direction: column;
}

.home-models .home-model-contentflex .right .modelflex .modelcard .category-tabs {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
    display: flex;
    gap: 15px;
}

.home-models .home-model-contentflex .right .modelflex .modelcard .category-tabs button {
    background-color: #f0f0f0;
    color: #00a1ed;
    font-family: var(--main-font);
    font-size: 18px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: unset;
}

.home-models .home-model-contentflex .right .modelflex .modelcard .category-tabs button.active {
    background-color: #00a1ed;
    color: #fff;
}

.home-models .home-model-contentflex .left {
    width: 100%;
    display: flex;
    gap: 25px;
}

.home-models .home-model-contentflex .left .newleftdiv {
    width: 80%;
}

.home-models .home-model-contentflex .left .newrightdiv {
    width: 100%;
    display: flex;
    gap: 40px;
}

.home-models .home-model-contentflex .right {}

.home-models .home-model-contentflex .left h2 {
    color: #00A1ED;
    font-family: var(--second-font);
    font-size: 30px;
    margin-bottom: 20px;
    line-height: normal;
}

.home-models .home-model-contentflex .left .newleftdiv p {
    color: #00A1ED;
    font-size: 20px;
    font-weight: 600;
}

.home-models .home-model-contentflex .left p {
    color: #707070;
    font-family: var(--main-font);
    font-size: 18px;
    margin-bottom: 0px;
}

.home-models .home-model-contentflex .left p.thirdp {
    color: #000;
}

.home-models .home-model-contentflex .right .modelflex {
    display: flex;

    gap: 25px;
    width: 100%;
}

.choosehoneline {
    background-color: #f0f0f0;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

.choosehoneline p {
    margin: 0;
    font-family: var(--second-font);
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}

.home-models .home-model-contentflex .right .modelflex .modelcard:nth-child(1) {
    width: 80%;
}

.home-models .home-model-contentflex .right .modelflex .modelcard {
    position: relative;
    overflow: hidden;
}

.home-models .home-model-contentflex .right .modelflex .modelcard img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.home-models .home-model-contentflex .right .modelflex .modelcard:nth-child(3) {
    grid-column: 1 / -1;
}

.home-models .home-model-contentflex .right .modelflex .modelcard::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.342);
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.home-models .home-model-contentflex .right .modelflex .modelcard h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    text-align: center;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 27px;
    font-weight: normal;
    width: 100%;
}

.home-models .home-model-contentflex .right .modelflex .modelcard {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.model-details-wrapper {
    /* width: 100%;
    height: 82vh; */
    background: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* When Active */
.home-models.show-details .model-details-wrapper {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease-in-out;
    width: 100%;
    height: 85vh;
}

.home-models.show-details .homemodelstitle,
.home-models.show-details .home-model-contentflex {
    display: none;
}

/* Fade out cards */
.home-models.show-details .modelflex {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}


/* Individual Model Details */
.model-details {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    position: absolute;
    /* width: 100%;
    height: 100%; */
}

.model-details.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    height: 100%;
}

.model-details-centerset {
    width: 100%;
    height: 65vh;
    padding: 50px 0;
    overflow-y: scroll;
    scrollbar-width: none;
}

.model-details-wrapper .model-details .detailstitle h2 {
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 55px;
    font-weight: normal;
    margin-top: -15px;
    padding: 0;
    color: #1B1818;
    line-height: normal;
}

.model-details-wrapper .model-details .detailstitle .back-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    background-color: #F0F0F0;
    border-radius: 10px;
    border: unset;
    text-transform: uppercase;
    justify-content: center;
    padding: 10px 25px;
    cursor: pointer;
}

.model-details-wrapper .model-details-flex-div {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
    gap: 30px;

}

.model-details-wrapper .model-details-flex-div .model-cards {
    width: 100%;
}

.model-details-wrapper .model-details-flex-div .model-cards .modelimg img {
    height: 300px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.model-details-wrapper .model-details-flex-div .model-cards .modelcon {
    margin-top: 20px;
}

.model-details-wrapper .model-details-flex-div .model-cards .modelcon .modeldetailsno {
    display: flex;
    gap: 30px;
}

.model-details-wrapper .model-details-flex-div .model-cards .modelcon .modeldetailsno .line {
    border-right: 1px solid #000;
    padding-right: 30px;
}

.model-details-wrapper .model-details-flex-div .model-cards .modelcon .modeldetailsno .line:nth-child(3) {
    border-right: unset;
}

.model-details-wrapper .model-details-flex-div .model-cards .modelcon .modeldetailsno .line p {
    margin: 0;
    font-family: var(--main-font);
    font-size: 16px;
    color: #6F706F;
}

.model-details-wrapper .model-details-flex-div .model-cards .modelcon .sqftdata {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.model-details-wrapper .model-details-flex-div .model-cards .modelcon .sqftdata h2 {
    font-family: var(--main-font);
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 25px;
}

.model-details-wrapper .model-details-flex-div .model-cards .modelcon .sqftdata p {
    margin: 0;
    font-family: var(--main-font);
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 22px;
}

.particulermodel-details {

    opacity: 0;
    transition: opacity 0.4s ease;
    height: 100%;
}

.particulermodel-details.active {

    opacity: 1;

}

.home-models.listing-active .model-details-wrapper {
    display: none;
}

.modellistingwrapper {
    display: none;
}

.modellistingwrapper.active {
    display: block;
    height: 100%;
}

.modellistingwrapper .particulermodel-details .detailstitle h2 {
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 55px;
    font-weight: normal;
    margin-top: -15px;
    padding: 0;
    color: #1B1818;
    line-height: normal;
}

.modellistingwrapper .particulermodel-details .detailstitle .back-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    background-color: #F0F0F0;
    border-radius: 10px;
    border: unset;
    text-transform: uppercase;
    justify-content: center;
    padding: 10px 25px;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.modellistingwrapper .perticuler-modelflex {
    display: flex;
    padding: 20px 0 0;
    gap: 100px;
}

.modellistingwrapper .perticuler-modelflex .leftside {
    width: 35%;
      position: relative;
    /*z-index: 2;*/
}

.modellistingwrapper .perticuler-modelflex .leftside .mainimg {
    width: 100%;
}

.modellistingwrapper .perticuler-modelflex .leftside img {
    width: 100%;
    padding-bottom: 20px;
    height: 210px;
    object-fit: cover;
    object-position: bottom;
}

.modellistingwrapper .perticuler-modelflex .rightside {
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.modellistingwrapper .perticuler-modelflex .rightside .floreplanimg {
    display: flex;
    gap: 20px;
    height: 600px;

    cursor: pointer;
}

.modellistingwrapper .perticuler-modelflex .rightside .floreplanimg img {
    width: 100%;
    object-fit: scale-down;
    height: 100%;
    object-position: center;

}

.modellistingwrapper .perticuler-modelflex .leftside .flex {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    align-items: center;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex.lotno {
    border-top: 1px solid #000;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex h2 {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: normal;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex p {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex .eleflex {
    display: flex;
    gap: 10px;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex .eleflex .elebtn {
    background-color: #F0F0F0;
    /*width: 40px;*/
    /*height: 40px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: var(--main-font);
    border-radius: 7px;
    text-transform: uppercase;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex .eleflex .elebtn.active {
    background-color: #00A1ED;
    color: #fff;
}


.florerightmodel {}

.florerightmodel.active {
    display: flex;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.florerightmodel.active .floreplanimg {
    background: #fff;
    padding: 20px;

    width: 90%;
    position: relative;
    padding: 50px;
    height: 91% !important;
    display: flex;
    justify-content: center;

}

.close-floor {
    display: none;
}

.florerightmodel.active .close-floor {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 35px;
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    display: flex;
}

.florerightmodel .zoomimg img {
    display: none;
}

.florerightmodel.active .zoomimg img {
    display: flex;
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 80px !important;
    height: auto !important;
}

.SITEPLAN {
    height: 100vh;

    padding: 50px 100px 130px 150px;
    overflow: hidden;
}

.SITEPLAN .SITE-PLANtitle h2 {
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 55px;
    font-weight: normal;
    margin-top: -15px;
    padding: 0;
    color: #1B1818;
    line-height: normal;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

.SITEPLAN.in-view .SITE-PLANtitle h2 {
    opacity: 1;
    transform: translateY(0);
}

.amenitymap {
    height: 100vh;
    padding: 50px 100px 130px 150px;
    overflow: hidden;
}

.amenitymap .amenitymaptitle h2 {
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 55px;
    font-weight: normal;
    margin-top: -15px;
    padding: 0;
    color: #1B1818;
    line-height: normal;
}

.amenitymap .map-section {
    width: 100%;
    height: 68vh;

}

.amenitymap .map-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.amenitymap .map-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* TABS */
.amenitymap .map-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px 0;

    /* flex-wrap: wrap; */
}

.amenitymap .tab-btn {
    padding: 15px 15px;
    border-radius: 8px;
    border: none;
    background: #2C2D34;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    font-family: var(--main-font);
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    width: 100%;
    justify-content: center;
}


.amenitymap .tab-btn.active {
    background: #00A1ED;
    color: #fff;
}

.amenitymap .tab-btn.active .activenone {
    display: none;
}

.activeblock {
    display: none;
}

.amenitymap .tab-btn.active .activeblock {
    display: flex;
}



/* WHEN SECTION ACTIVE */
/* INITIAL STATE */
.amenitymap .amenitymaptitle h2,
.amenitymap .map-tabs .tab-btn {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

/* WHEN IN VIEW */
.amenitymap.in-view .amenitymaptitle h2,
.amenitymap.in-view .map-tabs .tab-btn {
    opacity: 1;
    transform: translateY(0);
}

/* STAGGER EFFECT */
.amenitymap.in-view .map-tabs .tab-btn:nth-child(1) {
    transition-delay: 0.2s;
}

.amenitymap.in-view .map-tabs .tab-btn:nth-child(2) {
    transition-delay: 0.3s;
}

.amenitymap.in-view .map-tabs .tab-btn:nth-child(3) {
    transition-delay: 0.4s;
}

.amenitymap.in-view .map-tabs .tab-btn:nth-child(4) {
    transition-delay: 0.5s;
}

.amenitymap.in-view .map-tabs .tab-btn:nth-child(5) {
    transition-delay: 0.6s;
}

.amenitymap.in-view .map-tabs .tab-btn:nth-child(6) {
    transition-delay: 0.7s;
}

.amenitymap.in-view .map-tabs .tab-btn:nth-child(7) {
    transition-delay: 0.8s;
}

.feature-finishes {
    height: 100vh;
    padding: 50px 100px 130px 150px;
    overflow: hidden;
}

.feature-finishes .feature-finishestitle h2 {
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 55px;
    font-weight: normal;
    margin-top: -15px;
    padding: 0;
    color: #1B1818;
    line-height: normal;
}




.features-section {
    display: flex;
    height: 70vh;
    gap: 30px;
}

/* LEFT IMAGE */
.features-left {
    width: 45%;
}

.features-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

/* RIGHT SIDE */
.features-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

/* LIST */
.featurelist {
    /* list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    transition: transform 0.5s ease;

    width: 100%;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center; */
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* instead of center */
    align-items: center;
    /* Horizontal center */
    gap: 20px;
    width: 100%;
}

.featurelist li {
    /* text-align: right;
    font-family: var(--main-font);
    font-weight: normal;
    padding: 25px 0 0;
    font-size: 27px;
    cursor: pointer;
    opacity: 0.2;
    transition: all 0.3s ease;
    border-top: 1px solid #000;
    width: 100%;
    color: #000;
    height: auto !important; */
    text-align: right;
    padding: 20px 0;
    border-top: 1px solid #000;
    font-size: 27px;
    opacity: 0.2;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;

}

/* ACTIVE CENTER */
.featurelist li.active {
    font-size: 30px;
    font-weight: normal;
    opacity: 1;
}

/* Near items */
.featurelist li.near {
    opacity: 0.6;
}

.featurelist li.active::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/features/arrow.png") no-repeat center;
    background-size: contain;
    margin-left: 40px;
    vertical-align: middle;
}



.feature-details-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.feature-details-wrapper .feature-details {
    width: 100%;
    height: 85vh;
}

.feature-details-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.feature-details-wrapper.active .features-section {
    display: none;
}


.feature-details img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}




.feature-details-wrapper .feature-details .detailstitle h2 {
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 55px;
    font-weight: normal;
    margin-top: -15px;
    padding: 0;
    color: #1B1818;
    line-height: normal;
}

.feature-details-wrapper .feature-details .detailstitle .back-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    background-color: #F0F0F0;
    border-radius: 10px;
    border: unset;
    text-transform: uppercase;
    justify-content: center;
    padding: 10px 25px;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.feature-details-wrapper .feature-details .detailstitle .back-btn img {
    width: 10px;
}

.feature-finishes .feature-finishestitle h2,
.feature-finishes .features-left img {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s ease;
}

.feature-finishes.in-view .feature-finishestitle h2 {
    opacity: 1;
    transform: translateY(0);
}

.feature-finishes.in-view .features-left img {
    opacity: 1;
    transform: translateY(0);
}

.featurelist {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s ease;
}

/* STAGGER EFFECT */
.feature-finishes.in-view ul {
    opacity: 1;
    transform: translateY(0);
}

.feature-details-wrapper .detailscontentflex {
    display: flex;
    width: 100%;

    gap: 30px;
    padding: 20px 0;
    height: 70vh;

    z-index: 1;
    position: relative;

}

.feature-details-wrapper .detailscontentflex .contentright {
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
}

.feature-details-wrapper .detailscontentflex .contentleft {
    width: 100%;
}

.feature-details-wrapper .detailscontentflex .contentleft img {
    width: 100%;
    max-height: 100%;
    height: 100%;

}

.feature-details-wrapper .detailscontentflex .contentright h2 {
    color: #00A1ED;
    font-family: var(--main-font);
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px;
}

.feature-details-wrapper .detailscontentflex .contentright ul {
    padding: 0;
    font-family: var(--main-font);
    font-weight: normal;
    font-size: 20px;
    color: #707070;
    margin-left: 25px;
}

.contentleft img {
    opacity: 0;
    transform: translateX(-80px);
    animation: slideFade 3s ease-in forwards;
    /* <-- added forwards */
}

/* Define the animation */
@keyframes slideFade {
    0% {
        opacity: 0;
        transform: translateX(-80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* gallery  */
.gallery {
    height: 100vh;
    padding: 50px 100px 130px 150px;
    overflow: hidden;
}

/* Default State (Before in-view) */
.gallerytitle>div,
.gallerytitle,
.galleryleft p,
.galleryleft h2 {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
}

/* When .gallery has .in-view class */
.gallery.in-view .gallerytitle>div,
.gallery.in-view .gallerytitle,
.gallery.in-view .galleryleft p,
.gallery.in-view .galleryleft h2 {
    opacity: 1;
    transform: translateY(0);
}

/* Delay Controls */
.gallery.in-view .gallerytitle {
    transition-delay: 0.1s;
}

.gallery.in-view .galleryleft h2 {
    transition-delay: 0.2s;
}

.gallery.in-view .galleryleft p {
    transition-delay: 0.3s;
}

.gallery .gallerytitle h2 {
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 55px;
    font-weight: normal;
    margin-top: -15px;
    padding: 0;
    color: #1B1818;
    line-height: normal;
}

.gallery .gallery-main-data {
    height: 70vh;
    display: flex;
    align-items: center;
}

.gallery .gallery-main-data .galleryleft {
    width: 30%;
}

.gallery .gallery-main-data .galleryleft h2 {
    text-transform: uppercase;
    color: #00A1ED;
    font-family: var(--second-font);
    font-weight: bold;
    font-size: 25px;
}

.gallery .gallery-main-data .galleryleft p {
    color: #707070;
    font-family: var(--main-font);
    font-weight: normal;
    font-size: 18px;
}


/* slider  */

.gallery .galleryright {
    width: 60%;
    display: flex;
    gap: 40px;
}

/* MAIN SLIDER */
.gallery .main-slider {
    width: 75%;
    height: 800px;
    overflow: hidden;
    position: relative;
}

.gallery .slides {
    display: flex;
    flex-direction: column;
    transition: 0.6s ease;

    align-items: center;
}

.gallery .slides img {
    height: 350px;
    width: 600px;

    object-fit: cover;
    opacity: 0.3;
    transform: scale(0.85);
    transition: 0.4s ease;
    object-position: bottom;
}

.gallery .slide-item {
    position: relative;
    height: 350px;
    z-index: 999;
    cursor: pointer;
}


/* Overlay */
.gallery .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: 0.4s ease;
    z-index: 2;
}

/* Dark overlay background */
.gallery .slide-item::after {
    /*content: "";*/
    /*position: absolute;*/
    /*inset: 0;*/
    /*background: rgba(0, 0, 0, 0.5);*/
    /*opacity: 0;*/
    /*transition: 0.4s ease;*/
}

/*.gallery .slide-item:hover:has(img.active)::after {*/
/*    opacity: 1;*/
/*}*/

.gallery .slide-item:hover .slide-content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.gallery .slide-item .slide-content h2 {
    font-size: 25px;
    font-family: var(--main-font);
    font-weight: normal;
    text-transform: uppercase;
}

.gallery .modal-slider {
    overflow: hidden;
}

.gallery .modal-track {
    display: flex;
    transition: transform 0.5s ease;
}

.gallery .modal-track img {
    width: 100%;
    height: 80vh;
    object-fit: contain;
    flex-shrink: 0;
}

/* ACTIVE */
.gallery .slides img.active {
    opacity: 1;
    transform: scale(1);
}

/* Gradient Fade */
.gallery .main-slider::before,
.gallery .main-slider::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    pointer-events: none;
    z-index: 1;
}

.gallery .main-slider::before {
    top: 0;
    background: linear-gradient(to bottom, #ffffffb0, transparent);
}

.gallery .main-slider::after {
    bottom: 0;
    background: linear-gradient(to top, #ffffffb0, transparent);
}

/* THUMBNAILS */
.gallery .thumbs {
    width: 150px;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gallery .thumbs img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    margin-bottom: 15px;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
}

.gallery .thumbs img.active {
    opacity: 1;
}


/* MODAL */
.gallery .image-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.685);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.gallery .modal-slider {
    position: relative;
    width: 90%;

}

.gallery .modal-image {
    width: 100%;
    height: 80vh;
    object-fit: contain;
}

.gallery .modal-image img {
    width: 100%;
}

.gallery .close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.gallery .prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

.gallery .prev {
    left: 0px;
}

.gallery .next {
    right: 0px;
}

/* gallery  */
.builder-story-flexdiv>div,
.builder-story-flexdiv,
.builder-story-flexdiv p,
.builder-story-flexdiv h2,
.builder-story-flexdiv .rightside .imgflex,
.flexcontentdiv-story h2,
.flexcontentdiv-story p,
.flexcontentdiv-story .imgdiv,
.logoflexdiv {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
}

/* When .gallery has .in-view class */
.builder-story.in-view .builder-story-flexdiv>div,
.builder-story.in-view .builder-story-flexdiv,
.builder-story.in-view .builder-story-flexdiv p,
.builder-story.in-view .builder-story-flexdiv .builder-storytitle h2,
.builder-story.in-view .rightside .imgflex,
.builder-story.in-view .builder-story-flexdiv h2,
.builder-story.in-view .flexcontentdiv-story h2,
.builder-story.in-view .flexcontentdiv-story .imgdiv,
.builder-story.in-view .flexcontentdiv-story p,
.builder-story.in-view .logoflexdiv {
    opacity: 1;
    transform: translateY(0);
}



.ourhistory {
    height: 100vh;
    padding: 50px 100px 130px 150px;
    overflow: hidden;
}

.ourhistory .ourhistorytitle h2 {
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 55px;
    font-weight: normal;
    margin-top: -15px;
    padding: 0;
    color: #1B1818;
    line-height: normal;
}

.ourhistory .ourhistoryflex {
    display: flex;
    height: 76vh;
    overflow-y: hidden;
    scrollbar-width:thin;
    gap: 50px;
}

.ourhistory .ourhistoryflex .historyleft {
    width: 100%;
}

.ourhistory .ourhistoryflex .historyright {
    width: 18%;
    display:flex;
    justify-content:center;
    /*align-items:center;*/
    flex-direction:column;
}
.ourhistory .ourhistoryflex .historyleft .contentflex-div .flexleft p, .ourhistory .ourhistoryflex .historyleft .contentflex-div .flexright p{
    margin-bottom:10px;
}
.ourhistory .ourhistoryflex .historyright p{
    color:#000;
    font-family: var(--main-font);
    font-weight: normal;
    font-size: 17px;
}
.ourhistory .ourhistoryflex .historyright img {
    width: 100%;
    height: auto;
}

.ourhistory .ourhistoryflex .historyleft .contentflex-div {
    display: flex;
    gap: 20px;
}
.ourhistory .ourhistoryflex .historyleft .contentflex-div .flexright{
    margin-top:-30px;
}
.ourhistory .ourhistoryflex .historyleft .contentflex-div .flexleft,.ourhistory .ourhistoryflex .historyleft .contentflex-div .flexright{
    display:flex;
    gap:20px;
	width:100%;
}
.ourhistory .ourhistoryflex .historyleft .contentflex-div .flexleft .flex-left-new, .ourhistory .ourhistoryflex .historyleft .contentflex-div .flexright .flex-left-new{
    width:100%;
}
.ourhistory .ourhistoryflex .historyleft .history-content h2 {
    text-transform: uppercase;
    color: #00A1ED;
    font-family: var(--second-font);
    font-weight: bold;
    font-size: 25px;
}

.ourhistory .ourhistoryflex .historyleft .history-content p {
    color: #000;
    font-family: var(--main-font);
    font-weight: normal;
    font-size: 18px;
}

.ourhistory .ourhistoryflex .historyleft .contentflex-div .flexleft h2,
.ourhistory .ourhistoryflex .historyleft .contentflex-div .flexright h2 {
    text-transform: uppercase;
    color: #00A1ED;
    font-family: var(--main-font);
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight:600;
}

.ourhistory .ourhistoryflex .historyleft .contentflex-div .flexleft p,
.ourhistory .ourhistoryflex .historyleft .contentflex-div .flexright p {
    color: #707070;
    font-family: var(--main-font);
    font-weight: normal;
    font-size: 17px;
}

/* builder  */
.historyleft>div,
.historyleft,
.historyleft p,
.historyleft h2,
.historyright .img {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
}

/* When .gallery has .in-view class */
.ourhistory.in-view .historyleft>div,
.ourhistory.in-view .historyleft,
.ourhistory.in-view .historyleft p,
.ourhistory.in-view .historyleft h2,
.ourhistory.in-view .historyleft .history-content h2,
.ourhistory.in-view .historyleft .ourhistorytitle h2,
.ourhistory.in-view .historyright .img {
    opacity: 1;
    transform: translateY(0);
}

/* Delay Controls */
.ourhistory.in-view .historyleft {
    transition-delay: 0.1s;
}

.ourhistory.in-view .historyleft h2 {
    transition-delay: 0.2s;
}

.ourhistory.in-view .historyleft p {
    transition-delay: 0.3s;
}


.builder-story {
    height: 100vh;
    padding: 50px 100px 130px 150px;
    overflow: hidden;
}

.builder-story .builder-storytitle h2 {
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 55px;
    font-weight: normal;
    margin-top: -15px;
    padding: 0;
    color: #1B1818;
    line-height: normal;
}

.builder-story .builder-story-flexdivmain {
    height: 85vh;
    overflow: hidden;
}

.builder-story .builder-story-flexdiv {
    display: flex;

    gap: 50px;
}

.builder-story .builder-story-flexdiv .leftside {
    width: 60%;
}

.builder-story .builder-story-flexdiv .leftside .content {
    margin-top: 22%;
}

.builder-story .builder-story-flexdiv .leftside .content h2 {
    text-transform: uppercase;
    color: #00A1ED;
    font-family: var(--second-font);
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 15px;
    margin: 0;
    padding: 0;
}

.builder-story .builder-story-flexdiv .leftside .content p {
    color: #707070;
    font-family: var(--main-font);
    font-weight: normal;
    font-size: 18px;
}

.builder-story .builder-story-flexdiv .rightside .imgflex .left img {
    height: 240px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.builder-story .builder-story-flexdiv .rightside .imgflex .right img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.builder-story .builder-story-flexdiv .leftside .content p.colorchange {
    color: #000;
}

.builder-story .builder-story-flexdiv .rightside {
    width: 100%;
}

.builder-story .builder-story-flexdiv .rightside .imgflex {
    gap: 20px;
    display: flex;
    width: 100%;
    height: 500px;
}

.builder-story .builder-story-flexdiv .rightside .imgflex .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.builder-story .builder-story-flexdiv .rightside .imgflex .right {
    width: 70%;
}

.builder-story .flexcontentdiv-story {
    display: flex;
    gap: 50px;
}

.builder-story .flexcontentdiv-story .left {
    width: 60%;
}

.builder-story .flexcontentdiv-story h2 {
    text-transform: uppercase;
    color: #00A1ED;
    font-family: var(--main-font);
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 0px;
}

.builder-story .flexcontentdiv-story .right {
    display: flex;
    width: 100%;
    gap: 20px;
}

.builder-story .flexcontentdiv-story .right .content-div {
    width: 100%;
}

.builder-story .flexcontentdiv-story .right img {
    width: 100%;
}

.builder-story .flexcontentdiv-story .right .imgdiv {
    width: 35%;
    /* transform: rotate(270deg); */
}

.builder-story .flexcontentdiv-story .right .imgdiv .flexdiv {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid;
    align-items: center;
    justify-content: space-between;

}

.builder-story .flexcontentdiv-story .right .imgdiv .flexdiv p {
    margin: 0;
    color: #000;
    font-size: 15px;
    padding: 10px;
}

.builder-story .flexcontentdiv-story .right .imgdiv .flexdiv h2 {
    font-size: 40px;
    font-weight: bold;
    padding: 10px;
}

.builder-story .flexcontentdiv-story p {
    color: #707070;
    font-family: var(--main-font);
    font-weight: normal;
    font-size: 16px;
}

.builder-story .logoflexdiv {
    display: flex;
    gap: 20px;
    margin-top: -80px;

}

/* siteplan  */


.siteplanmain .tabs {
    padding: 20px;

}

.siteplanmain .tabs {
    display: flex;
    gap: 10px;
}

.siteplanmain .tab {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    /*pointer-events: none;*/
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
	text-align:left;

}

.SITEPLAN.in-view .siteplanmain .tab {
    opacity: 1;
    transform: translateY(0);
}

.SITEPLAN.in-view .siteplanmain .tab:nth-child(1) {
    transition-delay: 0.1s;
}

.SITEPLAN.in-view .siteplanmain .tab:nth-child(2) {
    transition-delay: 0.2s;
}

.SITEPLAN.in-view .siteplanmain .tab:nth-child(3) {
    transition-delay: 0.3s;
}

.siteplanmain .tab.soldtab.active {
    /*background-color: #c3c0c0;*/
}

/*.siteplanmain .tab.active {*/
/*    background: #000000;*/
/*    color: #fff;*/
/*}*/

.no-models {
    padding: 0;
    margin: 0;
    color: #000;
    font-family: var(--main-font);
    font-size: 20px;
}

.siteplanmain .colorpeak {
    width: 20px;
    height: 20px;
    background-color: #CE6E6E;
    display: flex;
}

.siteplanmain .colorpeakchange {
    background-color: #0B8393;
}

.colorpeakchangesold {
    background-color: red !important;
    border-radius: 100%;
    border: 2px solid #fff;
}

.SITEPLAN.in-view .modelfixed {
    background-color: #fff;
    position: fixed;
    right: 0px;
    width: 25px;
    height: 100vh;
    top: 0;
    transition: width 0.6s ease;
    box-shadow: 1px 13px 20px 0px rgba(0, 0, 0, 0.479);
}

.siteplanmain .modelfixed.open {

    width: 400px;
}

.siteplanmain .leftarrow img {
    transition: transform 0.6s ease;
}

.siteplanmain .modelfixed.open .leftarrow img {
    transform: rotate(180deg);
}

.siteplanmain .leftarrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 7px;
    z-index: 2;
    opacity: 1;
}

.modelfixed.open .leftarrow {
    opacity: 1;
}

.siteplanmain .leftarrow img {
    cursor: pointer;
}

.siteplanmain .modelfixed .relatedmodels {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.5s ease;
    pointer-events: none;
    /* position: absolute; */
    top: 0;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* align-items: center; */
    display: flex;
    flex-direction: column;
}

.siteplanmain .modelfixed.open .relatedmodels {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    transition-delay: 0.3s;


}

.siteplanmain .modelfixed .relatedmodels .title {
    text-transform: uppercase;
    font-size: 25px;
    font-family: var(--main-font);
    color: #000;
    padding: 20px;
}

.siteplanmain .modelfixed .relatedmodels {
    padding: 10px;
}

.siteplanmain .modelfixed .relatedmodels .modelmaincarddiv {
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow-y: auto;
    padding: 20px;
}

.siteplanmain .modelfixed .relatedmodels .modelscard {
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

.siteplanmain .modelfixed .relatedmodels .modelscard .card .img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
     object-fit: cover; 
    object-position: bottom;
}

.siteplanmain .modelfixed .relatedmodels .modelscard .card .modelcon .modeldetailsno {
    display: flex;
    gap: 10px;
}

.siteplanmain .modelfixed .relatedmodels .modelscard .card .modelcon .modeldetailsno .line:nth-child(3) {
    border-right: unset;
}

.siteplanmain .modelfixed .relatedmodels .modelscard .card {
    width: 100%;
}

.siteplanmain .modelfixed .relatedmodels .modelscard .card .modelcon {
    padding: 10px 20px;
}

.siteplanmain .modelfixed .relatedmodels .modelscard .card .modelcon .modeldetailsno .line {
    border-right: 1px solid #707070;
    color: #6F706F;
    padding-right: 10px;
    font-size: 10px;
    margin-bottom: 10px;
    font-family: var(--main-font);
    font-weight: 600;
}

.siteplanmain .modelfixed .relatedmodels .modelscard .card .modelcon .modeldetailsno .line p {
    margin-bottom: 0;
}

.siteplanmain .modelfixed .relatedmodels .modelscard .card .img {
    width: 100%;
    height: 150px;
}

.siteplanmain .modelfixed .relatedmodels .modelscard .card .modelcon .sqftdata {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.siteplanmain .modelfixed .relatedmodels .modelscard .card .modelcon .sqftdata h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--main-font);
    color: #000;
}

.siteplanmain .modelfixed .relatedmodels .modelscard .card .modelcon .sqftdata p {
    font-family: var(--main-font);
    color: #000;
    margin: 0;
    font-size: 15px;
}

/* .SITEPLAN {
    position: relative;
} */

.map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;

}

.siteplanmain {
    height: 66vh;
}

.base-map {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: 35% bottom;
}





.SITEPLAN .map-wrapper .blockunit .cameraimg {
    position: absolute;
    bottom: 49%;
    left: 33.5%;
    width: 2%;
    height: auto;
    cursor: pointer;
}


.SITEPLAN .map-wrapper .blockunit .overlay-map {
    position: absolute;
       bottom: 31%;
    left: 32.5%;
    /*width: 4%;*/
    height: auto;
    cursor: pointer;
    opacity: 0;
}

.overlay-map.active-overlay {
    opacity: 0.1 !important;
}

.SITEPLAN .map-wrapper .blockunit .overlay-map3 {
      bottom: 39.5%;
    left: 41.2%;
}


.SITEPLAN .map-wrapper .blockunit .cameraimg1 {
    bottom: 53%;
    left: 37.5%;
}

.SITEPLAN .map-wrapper .blockunit .overlay-map2 {
      bottom: 35.7%;
    left: 37.2%;
}

.SITEPLAN .map-wrapper .blockunit .cameraimg2 {
    bottom: 60%;
    left: 41.5%;
}

.SITEPLAN .map-wrapper .blockunit .overlay-map4 {
       bottom: 15%;
    left: 30.2%;
}

.SITEPLAN .map-wrapper .blockunit .cameraimg4 {
    bottom: 11%;
    left: 32%;
}

.SITEPLAN .map-wrapper .blockunit .overlay-map5 {
       bottom: 18%;
    left: 33.8%;
}

.SITEPLAN .map-wrapper .blockunit .cameraimg5 {
    bottom: 14%;
    left: 36%;
}

.SITEPLAN .map-wrapper .blockunit .overlay-map6 {
       bottom: 21%;
    left: 37.9%;
}

.SITEPLAN .map-wrapper .blockunit .cameraimg6 {
    bottom: 17%;
    left: 40%;
}

.SITEPLAN .map-wrapper .blockunit .overlay-map7 {
      bottom: 23.9%;
    left: 41.1%;
}

.SITEPLAN .map-wrapper .blockunit .cameraimg7 {
    bottom: 20%;
    left: 43.5%;
}

.map-wrapper {
    display: none;
    position: relative;
}

.map-wrapper.active {
    display: block;
}

.cameraclickimg {
    display: none;
}

.cameraclickimg {
    position: fixed;
    inset: 0;

    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99;
    padding: 40px;
    box-sizing: border-box;

}

.cameraclickimg.active {
    display: flex;
}

.cameraclickimg.active .no-images {
    margin: 0;
    font-size: 25px;
    color: #000;
    font-family: var(--main-font);
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
}

.cameraclickimg .flexdiv {
    display: flex;
    gap: 20px;

    align-items: stretch;
}

.cameraclickimg .flexdiv .cameraimg {
    display: flex;

}

.cameraclickimg .flexdiv .cameraimg img {
    height: 400px;
    width: auto;
    object-fit: contain;
    border: 2px solid #fff;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.cameraclickimg.active .flexdiv .cameraimg img {
    opacity: 1;

}





.builder-story .builder-story-flexdiv .leftside .content {
    margin-top: 28%;
}

.builder-story .builder-story-flexdiv .leftside {
    width: 40%;
}

.builder-story .builder-story-flexdiv .rightside .imgflex .left img {
    height: 250px !important;
}

.builder-story .builder-story-flexdiv .rightside .imgflex .right img {
    height: 520px !important;
}

.builder-story .flexcontentdiv-story {
    padding-top: 0;
}

.builder-story .flexcontentdiv-story .left,
.builder-story .flexcontentdiv-story .right .content-div {
    width: 40%;
}

.builder-story .flexcontentdiv-story .right {
    justify-content: space-between;
}

/* siteplan  */




/* new model type design  */

.toggle-container {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--main-font);
    justify-content: center;
}

.toggle-container .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.toggle-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #888;
    border-radius: 34px;
    transition: .3s;
}

.toggle-container .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background: white;
    border-radius: 50%;
    transition: .3s;
}

.toggle-container input:checked+.slider:before {
    transform: translateX(24px);
}

.modeltypeflexdiv {
    /*display: flex;*/
    gap: 50px;
}

.modeltypeflexdiv .elv {
    text-align: center;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 18px;
    padding: 10px 10px 15px;
}

.modeltypeflexdiv .typemodel {
    width: 100%;
}

.modeltypeflexdiv .typemodel .typedetailsdiv {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /*margin-top: 20px;*/
}

.model-details-centerset {
    height: 70vh !important;
    padding: 0px 0;
    overflow: scroll;
}

.modeltypeflexdiv .typemodel .img {
    display: flex;
    gap: 0px;
}

.modeltypeflexdiv .typemodel .img .mainimg {
    width: 100%;
    height: 350px;
    cursor: pointer;
}

.modeltypeflexdiv .typemodel .img .mainimg.active {
    opacity: 1;
}

.modeltypeflexdiv .typemodel .img .mainimg.deactive {
    opacity: 0.2;
}

.modeltypeflexdiv .typemodel .img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-position: center;
}

.modeltypeflexdiv .typemodel .typedetailsdiv .typeflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modeltypeflexdiv .typemodel .typedetailsdiv .typeflex .details {
    border: 1px solid #00A1ED;
    border-radius: 10px;
    padding: 7px 20px;
    width: 79%;

    box-shadow: 0px 2px 14px rgb(0 0 0 / 24%);
}

.modeltypeflexdiv .typemodel .typedetailsdiv .typeflex p {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--main-font);
    color: #000;
}

.modeltypeflexdiv .typemodel .typedetailsdiv .typeflex .button button {
    background-color: #000;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 13px;
    color: #fff;
    padding: 13px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.modeltypeflexdiv .typemodel .typedetailsdiv .typeflex.active p {
    color: #00A1ED;
}

.modeltypeflexdiv .typemodel .typedetailsdiv .typeflex.active button {
    background-color: #00A1ED;
}

/* new model type design  */

.backbtn-categoryflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

.backbtn-categoryflex .right {
    cursor: pointer;
    z-index: 1;
    position: relative;
    display: flex;
    gap: 20px;
}

.backbtn-categoryflex .right button {
    font-family: var(--main-font);
    padding: 8px 20px;
    text-transform: uppercase;
    color: #00A1ED;
    border: 2px solid #00A1ED;
    border-radius: 5px;
    background-color: unset;
    cursor: pointer;
}

.backbtn-categoryflex .right button.active {
    background-color: #00A1ED;
    color: #fff;
}


.modellistingwrapper .perticuler-modelflex .leftside .data .img {
    display: flex;
}

.modellistingwrapper .perticuler-modelflex .rightside .floreplanimg h3 {
    font-family: var(--main-font);
    color: #00A1ED;
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
}

.modellistingwrapper .perticuler-modelflex .rightside .floreplanimg h2 {
    font-family: var(--main-font);
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

.modellistingwrapper .perticuler-modelflex .leftside .toggle-container {
    padding-bottom: 20px;
}

.cornerbuttonflex {
    display: flex;
    gap: 20px;
}

.modellistingwrapper .perticuler-modelflex .leftside .data .img .mainimg.deactive {
    opacity: 0.2;
}

.cornerbuttonflex .viewcornerbutton {
    font-family: var(--main-font);
    background-color: #00A1ED;
    color: #fff;
    font-weight: 550;
    font-size: 16px;
    text-transform: capitalize;
    padding: 8px 20px;
    border-radius: 10px;
    z-index: 1;
    cursor: pointer;
    position: relative;
    border: unset;
}

.modeltypeflexdiv .typemodel .typedetailsdiv .typeflex .details {
    width: 65%;
}

.modeltypeflexdiv .typemodel .typedetailsdiv .typeflex .block .block-buttons {
    display: flex;
    gap: 10px;
}

.modeltypeflexdiv .typemodel .typedetailsdiv .typeflex .block .block-buttons .block-btn {
    background: unset;
    border: 1px solid #00a1ed;
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-family: var(--main-font);
    font-size: 16px;
}

.modeltypeflexdiv .typemodel .typedetailsdiv .typeflex .block .block-buttons .block-btn.active {
    background-color: #00a1ed;
    color: #fff;
}

.modeltypeflexdiv .typemodel .typedetailsdiv .typeflex .block .block-buttons .block-btn.disable {
    background-color: #DEDEDE;
    border: unset;
    pointer-events: none;
}

.modeltypeflexdiv .typemodel .blockflex {
    display: flex;
    margin-top: 20px;
}

.modeltypeflexdiv .typemodel .blockflex .blockmodelflex {
    width: 65%;
    font-family: var(--main-font);
}

.modeltypeflexdiv .typemodel .blockflex .blockflex {
    margin-left: 15px;
    font-family: var(--main-font);
    margin-top: 0;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex.lotno .block-buttons-detail {
    z-index: 1;
    position: relative;
    display: flex;
    gap: 10px;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex.lotno .block-buttons-detail button {
    background-color: #F0F0F0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: var(--main-font);
    border-radius: 7px;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex.lotno .block-buttons-detail button.active {
    background-color: #00A1ED;
    color: #fff;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex.unit-row .unit-container {
    display: flex;
    gap: 10px;
    z-index: 1;
    position: relative;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex.unit-row .unit-badge {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: var(--main-font);
    border-radius: 7px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex.unit-row .unit-badge.available {
    background-color: #00A1ED;
}

.modellistingwrapper .perticuler-modelflex .leftside .flex.unit-row .unit-badge.sold {
    background-color: #E30613;
}

.cornerimage-popup .cornerpopup {
    height: 90%;
}

.cornerimage-popup .cornerpopup img {
    width: 100%;
    height: 100%;
}

.closecornerpopup {
    font-size: 40px !important;
    color: #fff;
    cursor: pointer;
}

.modellistingwrapper .perticuler-modelflex .rightside .floreplanimg .img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.modellistingwrapper .perticuler-modelflex .rightside .floreplanimg img {
    height: 85%;
}



/* siteplan dot  */
.availabledots .availabletrue {
    position: absolute;
    width: 10px;
    height: 10px;
    background: green;
    border-radius: 100%;
    display: none;
            box-shadow: 1px 2px 9px 1px rgba(0, 0, 0, 0.5);
}

.availabledots .availablefalse {
    position: absolute;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 100%;
    /*border: 1px solid #fff;*/
           box-shadow: 1px 2px 9px 1px rgba(0, 0, 0, 0.5);
}

/* block 30  */
.availabledots.block-30availabledots .greendot.dot1 {
    bottom: 47%;
    left: 35%;
}

.availabledots.block-30availabledots .greendot.dot2 {
    bottom: 44.8%;
    left: 35.2%;
}

.availabledots.block-30availabledots .greendot.dot3 {
    bottom: 42.5%;
    left: 35.5%;
}

.availabledots.block-30availabledots .greendot.dot4 {
    bottom: 40.7%;
    left: 36%;
}

.availabledots.block-30availabledots .greendot.dot5 {
    bottom: 38%;
    left: 36%;
}

.availabledots.block-30availabledots .greendot.dot6 {
   bottom: 36%;
    left: 34.5%;
}

/* block 30  */
/* block 31  */
.availabledots.block-31availabledots .greendot.dot6 {
    bottom: 49%;
    left: 38%;
}

.availabledots.block-31availabledots .greendot.dot5 {
    bottom: 47%;
    left: 38.2%;
}

.availabledots.block-31availabledots .greendot.dot4 {
    bottom: 44.5%;
    left: 38.4%;
}

.availabledots.block-31availabledots .greendot.dot3 {
    bottom: 42.6%;
    left: 38.5%;
}

.availabledots.block-31availabledots .greendot.dot2 {
       bottom: 44%;
    left: 41%;
}

.availabledots.block-31availabledots .greendot.dot1 {
       bottom: 41.4%;
    left: 41.3%;
}

/* block 31  */
/* block 32  */
.availabledots.block-32availabledots .greendot.dot1 {
       bottom: 58.9%;
    left: 42.2%;
}

.availabledots.block-32availabledots .greendot.dot2 {
       bottom: 56.5%;
    left: 42.4%;
}

.availabledots.block-32availabledots .greendot.dot3 {
    bottom: 53.9%;
    left: 44.4%;
}

.availabledots.block-32availabledots .greendot.dot4 {
    bottom: 51.9%;
    left: 44.5%;
}

.availabledots.block-32availabledots .greendot.dot5 {
    bottom: 49.5%;
    left: 44.7%;
}

.availabledots.block-32availabledots .greendot.dot6 {
    bottom: 47.8%;
    left: 44.9%;
}

.availabledots.block-32availabledots .greendot.dot7 {
    bottom: 45.5%;
    left: 45.4%;
}

.availabledots.block-32availabledots .greendot.dot8 {
         bottom: 43.5%;
    left: 43.9%;
}

/* block 32  */
/* block 25  */
.availabledots.block-25availabledots .greendot.dot4 {
    bottom: 21.5%;
    left: 31%;
}

.availabledots.block-25availabledots .greendot.dot3 {
    bottom: 22%;
    left: 31.7%;
}

.availabledots.block-25availabledots .greendot.dot2 {
    bottom: 22%;
    left: 32.5%;
}

.availabledots.block-25availabledots .greendot.dot1 {
    bottom: 22.5%;
    left: 33.2%;
}

/* block 25  */
/* block 26  */
.availabledots.block-26availabledots .greendot.dot1 {
        bottom: 24.3%;
    left: 34.5%;
}

.availabledots.block-26availabledots .greendot.dot2 {
    bottom: 24.5%;
    left: 35.3%;
}

.availabledots.block-26availabledots .greendot.dot3 {
    bottom: 25%;
    left: 36%;
}

.availabledots.block-26availabledots .greendot.dot4 {
    bottom: 25.5%;
    left: 36.7%;
}

.availabledots.block-26availabledots .greendot.dot5 {
    bottom: 25.5%;
    left: 37.5%;
}

/* block 26  */
/* block 27  */
.availabledots.block-27availabledots .greendot.dot4 {
    bottom: 26.5%;
    left: 38.6%;
}

.availabledots.block-27availabledots .greendot.dot3 {
    bottom: 27.5%;
    left: 39.3%;
}

.availabledots.block-27availabledots .greendot.dot2 {
    bottom: 29%;
    left: 40%;
}

.availabledots.block-27availabledots .greendot.dot1 {
    bottom: 29.4%;
    left: 40.7%;
}

/* block 27  */
/* block 28  */
.availabledots.block-28availabledots .greendot.dot5 {
    bottom: 30.5%;
    left: 41.8%;
}

.availabledots.block-28availabledots .greendot.dot4 {
    bottom: 31%;
    left: 42.5%;
}

.availabledots.block-28availabledots .greendot.dot3 {
    bottom: 31%;
    left: 43.2%;
}

.availabledots.block-28availabledots .greendot.dot2 {
    bottom: 31.5%;
    left: 43.9%;
}

.availabledots.block-28availabledots .greendot.dot1 {
    bottom: 32.5%;
    left: 44.7%;
}

/* block 28  */
/* siteplan dot  */

/* Centerset Style Grid */
.model-details-centerset {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0px 0;
    background: #fff;
}

.model-details-centerset.active-centerset {
    display: block;
}

.centerset-title {
    text-align: center;
    font-family: var(--main-font);
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.centerset-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}

.centerset-grid.rear-lane {
    grid-template-columns: repeat(2, 1fr);
}

.style-card {
    cursor: pointer;
    transition: transform 0.3s ease;
}



.style-img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.style-info {
    padding: 10px 10px;
    font-family: var(--main-font);
    background: #f8f8f8;
     text-align:center;
}

.style-name_block {
    color: #000;
    font-weight: 700;
    font-size: 18px;
   
    font-family: var(--second-font);
    display: inline-block;
    text-transform: uppercase;
}
.style-name_block span{
    color:#00A1ED;
}
.style-meta {
    color: #444;
    font-size: 16px;
    font-weight: 600;
}

/* Block Focus / Deactivate Effect */
.style-card.deactive,
.overlay-map.deactive {
    opacity: 0.5;
    pointer-events: none;
  
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.style-card.active-overlay,
.overlay-map.active-overlay {
    opacity: 1;
    filter: none;
    transform: scale(1.02);
    z-index: 10;
}

/* REAR LANE CUSTOM LAYOUT */
.style-description-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px 20px 0;
}

.style-description-block p {
    font-family: var(--main-font);
    font-size: 18px;
    line-height: 1.6;
    color: #707070;
    margin-bottom: 20px;
}

.elevation-toggle-styles {
    margin-top: 20px;
}

.elevation-toggle-styles p {
    font-family: var(--main-font);
    font-size: 16px;
    /*font-weight: bold;*/
    /*color: #333;*/
    margin-bottom: 15px;
    text-transform: none;
}

.toggle-container-grid {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--second-font);
    font-size: 14px;
    justify-content:center;
}

.toggle-container-grid .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.toggle-container-grid .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-container-grid .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #707070;
    transition: .4s;
    border-radius: 20px;
}

.toggle-container-grid .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.toggle-container-grid input:checked+.slider {
    background-color: #00A1ED;
}

.toggle-container-grid input:checked+.slider:before {
    transform: translateX(26px);
}

/* Back to Styles Button */
.back-to-styles {
    background: #f0f0f0;
    border: none;
    padding: 10px 20px;
    font-family: var(--main-font);
    cursor: pointer;
    margin-right: 20px;
    border-radius: 5px;
    font-size: 14px;
    transition: background 0.3s;
}

.back-to-styles:hover {
    background: #e0e0e0;
}

.model-details.style-active .back-btn {
    display: none;
}

/* GLOBAL SIDEBAR FIXED POSITIONING */
.modelfixed {
    position: fixed !important;
    top: 0;
    right: 0px;
    height: 100vh !important;
    z-index: 10000 !important;
    background: #fff;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 0px !important;
    /* Managed by .open class and responsiveness */
}
/*.siteplanmain .modelfixed{*/
/*    width: 30px !important;*/
/*     right: 30px;*/
/*}*/
.modelfixed.open {
    transform: translateX(0);
    width: 450px !important;
    /* Default desktop width */
}

.cameraclickimg {
    position: fixed !important;
    z-index: 10001 !important;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}

.cameraclickimg.active {
    display: flex;
}



.siteplanmain .siteplanflextitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    position:relative;
    z-index:1;
}
.siteplanmain .siteplanflextitle h2{
    font-family: var(--main-font);
    font-size: 18px;
    font-weight:normal;
}
.siteplanmain .siteplanflextitle .right{
    display: flex;
    gap: 10px;
    cursor:pointer;
    align-items: center;
	    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
    padding: 5px 15px;
}
.siteplanmain .siteplanflextitle .right img{
    width: 30px;
    height: 100%;
}
.siteplanmain .tabs h2{
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: normal;
    margin-right: 30px;
}
.siteplanmain .tabs{
    gap: 30px;
}
.siteplanmain .tab{
    background-color: unset;
    padding: unset;
}


.soldtab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border: 1px solid #ccc;
  /*background: #f5f5f5;*/
  cursor: pointer;
}

/* Toggle background */
.soldtab .toggle-switch {
  position: relative;
  width: 40px;
  height: 20px;
  background: #6F7070;
  border-radius: 20px;
  transition: 0.3s;
}

/* Toggle circle */
.soldtab .toggle-switch::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.soldtab{
    position:absolute;
    right:100px;
}
/* ACTIVE STATE */
.soldtab.active .toggle-switch {
  background: #00A1ED
}

.soldtab.active .toggle-switch::before {
  transform: translateX(20px);
}


.siteplanmain .videomodel{
    display: none;
    position: fixed;
    inset: 0;
    background-color: #00000000;
    color: #fff;
    z-index:9;
}
.siteplanmain .videomodel.active{
    display: flex;
    justify-content: center;
    align-items: center;
}
.siteplanmain .video-content {
    position: relative;
   
    width: 70%;
}

.siteplanmain .video-content video {
    width: 100%;
}

.siteplanmain .closemodel {
    top: -36px;
    right: -31px;
    position: absolute;
       font-size: 30px;
    color: #000;
    background: unset;
    border: none;
    cursor: pointer;
}
.SITEPLAN.in-view~.siteplanmain .modelfixed,
.home-models.in-view~.siteplanmain .modelfixed {
    width: 45px !important;
	right:25px;
}
 
.SITEPLAN.in-view~.siteplanmain .modelfixed.open,
.home-models.in-view~.siteplanmain .modelfixed.open {
    width: 450px !important;
	right:0;
}
.siteplanwrapperflex{
	display:flex;
	height:67vh;
}
.siteplanwrapperflex   .tabs{
	flex-direction:column;
	width: 25%;
	gap:15px;
	padding:0;
}
.siteplanwrapperflex .soldtab {
    position: absolute;
    right: 0;
    margin-top: 20px;
}
.siteplanmain .siteplanflextitle{
	margin-bottom:0;
}
.siteplanmain .siteplanflextitle h2{
	font-size:12px;
}
.siteplanmain .siteplanflextitle .right img{
	width:22px;
}
.siteplanmain .siteplanflextitle .right{
	padding:4px 8px;
	    margin-top: -45px;
}

.newbtndiv  .right {
    display: flex;
    gap: 10px;
    cursor: pointer;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
    padding: 5px 15px;
        width: fit-content;
            margin-left: 20px;
}
.newbtndiv  .right img {
        width: 24px;
    }
  .newbtndiv  h2 {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: normal;
}
.blockview-modal {
    position: fixed;
    inset: 0;
    background: #00000000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 99990;
}
 
.blockview-modal.active {
    opacity: 1;
    visibility: visible;
}
 
.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
}
 
.modal-content img {
    width: 100%;
    max-width: 1000px;
    max-height: 90vh;
    object-fit: contain;
    display: block;
}
 
.close-modal {
    position: absolute;
    right: -15px;
    border: none;
    border-radius: 50%;
    background: transparent;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
}
 
.seeblockviewopen {
    cursor: pointer;
}