@font-face {
  font-family: FuturaBT-Book;
  src: url(../font/FuturaBT-Book.otf);
}
@font-face {
  font-family: HistoryPro;
  src: url(../font/HistoryPro-Two.woff2);
}
.HistoryPro {
  font-family: HistoryPro;
}

.FuturaBT-Book {
  font-family: FuturaBT-Book;
}

.owl-theme .owl-nav [class*=owl-] {
  font-family: math;
  background: #ba9a50;
  

}

.nanum-myeongjo-regular {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: normal;
}

.nanum-myeongjo-bold {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  font-style: normal;
}

.nanum-myeongjo-extrabold {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 800;
  font-style: normal;
}

.AnimatePrice {
  display: none;
  padding: 2px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(186, 154, 80, 0.2);
  transition: 1s linear;
}
.AnimatePrice .enquireNowBtn {
  position: relative;
  color: #ba9a50;
  background: #fff;
}

form {
  width: 100%;
  display: flex;
}

.AnimatePrice::before {
  position: absolute;
  content: "";
  background: conic-gradient(from 40deg at 50% 50%, rgba(255, 255, 255, 0) 43%, #ba9a50 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  rotate: 0deg;
}

.AnimatePrice::before {
  animation-name: rotate;
  animation-duration: 3s;
  transform: scale(8);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.row {
  max-width: unset;
}

.owl-carousel .owl-stage-outer {
  overflow: unset !important;
}

.popupBack {
  position: fixed;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4392156863);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.GalleryPopup {
  position: fixed;
  display: flex;
  z-index: 21;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
  overflow: hidden;
  border-radius: 12px;
  width: 70%;
  border-radius: 12px;
}
.GalleryPopup .closeGallery {
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 15px;
  right: 15px;
  width: 15px;
}
.GalleryPopup img {
  width: 100%;
}

header {
  background: #fff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  position: fixed;
  width: 100%;
  z-index: 20;
  box-shadow: 0 0 14px -5px #ba9a50;
  transition: 0.3s ease-out;
  top: -70px;
}
header .inner {
  margin: auto 2%;
}
header .navbar-brand img {
  width: 130px;
}
header .nav-link {
  color: #000 !important;
  font-size: 14px;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.3s ease;
}
@media (max-width: 767px) {
  .navbar-1 {
    display: none !important;
  }
}

@media only screen and (min-width: 1800px) {
  .nav-link {
    font-size: 16px !important;
  }
}
.navbar-collapse {
  flex-grow: 0;
}

.enquireNowBtn {
  background: #ba9a50;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  font-size: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 7px 15px;
}
.enquireNowBtn img {
  width: 25px;
  margin-right: 10px;
}

.outer {
  width: 100;
}

section {
  width: 100%;
  padding: 4% 0;
  justify-content: center;
  overflow: hidden;
}

.sectitle {
  font-size: 30px;
  text-align: center;
  color: #ba9a50;
  margin-bottom: 15px;
}

.secsubtitle {
  font-size: 20px;
  text-align: center;
}

.owl-nav {
  display: flex;
  justify-content: center;  /* center horizontally */
  margin-top: 15px;         /* space from slider */
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  border-radius: 12px !important;
  padding: 0px 18px !important;
  font-size: 30px !important;
  color: #ffffff !important;
}

/* ✅ Base styling for all banners */
/*.bannerShrink .imagebanner {*/
  /*width: 100vw;*/
/*  width: 100%;*/
  /*height: 100vh;*/
/*  height: auto;*/
/*  object-fit: cover;*/
/*  display: block;*/
/*}*/

/* ✅ Desktop: Show Desktop Banner, Hide Mobile Banner */
/*.desktop-banner {*/
/*  display: block !important;*/
/*}*/
/*.mobile-banner {*/
/*  display: none !important;*/
/*}*/

/* ✅ Mobile View: Switch Banners */
/*@media only screen and (max-width: 768px) {*/
/*  .desktop-banner {*/
/*    display: none !important;*/
/*  }*/
/*  .mobile-banner {*/
/*    display: block !important;*/
/*  }*/
/*}*/
/* Remove unwanted space around the banner */
/*body, html {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/

/* Force banner to start at top and stretch full width */
/*.banner {*/
/*  margin: 0;*/
/*  padding-top: 110;*/
/*  width: 100%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

/* Make sure image fills full width & height */
/*.bannerShrink .imagebanner {*/
/*  width: 100%;*/
  /*height: auto; */
/*  object-fit: cover;*/
/*  display: block;*/
/*}*/

/* Base styling for all banners */
.bannerShrink .imagebanner {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Desktop: Show Desktop Banner, Hide Mobile Banner */
.desktop-banner {
  display: block !important;
}
.mobile-banner {
  display: none !important;
}

/* Mobile View: Switch Banners */
@media only screen and (max-width: 768px) {
  .desktop-banner {
    display: none !important;
  }
  .mobile-banner {
    display: block !important;
  }
}

/* Remove unwanted space around the banner */
body, html {
  margin: 0;
  padding: 0;
}

/* Ensure banner appears BELOW fixed header */
.banner {
  margin: 0;
  padding-top: 100px; /* FIXED: must include px */
  width: 100%;
  display: block;
  align-items: center;
  justify-content: center;
}
/* FIX: Prevent banner from hiding behind header */
/*.bannerShrink {*/
/*  padding-top: 200px !important; */
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/


/* Optional Banner inside page */
.Banner {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.Banner .imageOuter {
  width: 70%;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}

.Banner .imageOuter img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}


.Highlights .item {
  height: 170px;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 0 14px -10px #ba9a50;
  margin: 10px 10px;
}
/* .Highlights .item::before {
  background: rgba(0, 0, 0, 0.3803921569);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
.Highlights .highCont {
  font-size: 20px;
  margin-top: 5px;
  line-height: 27px;
  position: relative;
  text-shadow: 0 0 4px black;
  width: 100%;
  height: 100%;
}
 .Highlights .downloadBrochureOuter {
  background: #fffdf9;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 14px -8px #ba9a50; 
 } 
.Highlights .dnHeroimageOuter {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 14px -10px #ba9a50;
}
.Highlights .dnHeroimageOuter iframe {
  width: 100%;
  height: 100%;
}
.Highlights .dnTextOuter {
  font-size: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  justify-content: center;
  text-align: justify;
}
.Highlights .dnTextOuter .secsubtitle {
  text-align: center;
}
.Highlights .dnTextOuter .aboutContent {
  text-align: center;
}
.Highlights .dnTextOuter .dnBroBtnOuter {
  margin-top: 20px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #ba9a50,);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);

}
.Highlights .dnTextOuter .enquireNowBtn {
  display: inline-block;
  text-align: center;
}  
/* .Highlights .downloadBrochureOuter .enquireNowBtn {
  margin-top: 20px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #ba9a50, #8c6d2b);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15); */
/* } */





/* .details-btn {
  background: #8a5d1d;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.details-btn:hover {
  background: #6b4515;
} */

.Partners {
  padding-bottom: 100px;
  position: relative;
  background-image: url(../img/dpback.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.Partners .container {
  position: relative;
}
.Partners .bodyContent {
  display: flex;
  justify-content: center;
}
.Partners .col-7, .Partners .col-5 {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  font-size: 12px;
  border-bottom: 1px solid rgba(186, 154, 80, 0.2);
  padding: 30px 10px;
}
.Partners .col-7 img, .Partners .col-5 img {
  width: 100px;
}
.Partners .w-100 {
  border-bottom: 1px solid rgba(186, 154, 80, 0.2);
}

@media only screen and (min-width: 1300px) {
  .Partners {
    padding-bottom: 360px;
  }
  .Partners .col-7, .Partners .col-5 {
    justify-content: center;
    text-align: center;
    font-size: 11px;
    border-bottom: 0;
    margin-top: 10px;
    padding: 5px 10px;
  }
}
  @media only screen and (min-width: 1440px) {
  .Partners {
    padding-bottom: 480px;
  }
  .Partners .col-7, .Partners .col-5 {
    padding: 5px 10px;
  }
}
/* .Configuration .container {
  overflow: hidden;
}
.Configuration .container .configTabButtons {
  display: flex;
  justify-content: center;
}
.Configuration .container .configTabButtons .configTabButtonsOuter {
  display: flex;
  justify-content: center;
}
.Configuration .container .configTabButtons .configTabButtonsOuter .TabBtns {
  border: 1px solid #ba9a50;
  border-radius: 12px;
  background: #fff;
  color: #ba9a50;
  font-size: 15px;
  padding: 6px 20px;
  margin: 10px 5px;
  cursor: pointer;
}
.Configuration .container .configTabButtons .configTabButtonsOuter .TabBtns-active {
  background: #ba9a50;
  color: #fff;
}
.Configuration .bodyContent {
  display: flex;
  justify-content: center;
}
.Configuration .bodyContent .hideConfig {
  display: none;
}
.Configuration .bodyContent .showConfig {
  display: flex;
  justify-content: center;
}
.Configuration .bodyContent .row {
  justify-content: center;
} */
/* Make sure parent is relative */
/* .Configuration .bodyContent .floorplanbackDrop {
  position: relative;
  overflow: hidden;
} */

/* Blur overlay across image */
/* .Configuration .bodyContent .floorplanbackDrop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 1;
} */

/* Centered Check Price button */
/* .Configuration .bodyContent .floorplanbackDrop::after {
  content: "₹ Check Price";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  background: #b1976b;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  font-family: 'FuturaBT-Book', sans-serif;

  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 2; /* sits above blur */
/* } */

/* Hover effect */
/* .Configuration .bodyContent .floorplanbackDrop::after:hover { */
  /* background: #8c6e48; */
/* } */ 




/* .Configuration .bodyContent .floorplanback2Drop::before {
  content: "Request Initiated. Will share soon";
}
.Configuration .item {
  overflow: hidden;
  padding: 10px;
}
.Configuration .item .floorplanImg {
  border-bottom: 1px solid #757575;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.Configuration .item .floorPlanBottom {
  line-height: 25px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.Configuration .item .floorPlanBottom .congigDetails {
  margin-bottom: 8px;
}
.Configuration .item .floorPlanBottom .congigDetails .configSQ {
  font-size: 12px;
  color: #6d6d6d;
  margin: 10px 0px 10px;
}
.Configuration .item .enquireNowBtn {
  display: inline-block;
  color: #ba9a50;
  padding: 3px 20px;
}
.Configuration .item .fpOuter {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 14px -8px #ba9a50;
}
.Configuration .item .fpOuter .bestSellerOuter {
  position: absolute;
  top: 0;
  left: 0;
  background: #ba9a50;
  z-index: 1;
  color: #fff;
  padding: 2px 14px;
  border-radius: 0 0 12px;
} */

.starting {
  display: none;
}

.Aminities {
  position: relative;
}
.Aminities .container {
  position: relative;
  overflow: hidden;
}
.Aminities .displayImage {
  display: block;
  height: 100%;
}
.Aminities .item {
  height: 170px;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 0 14px -7px #ba9a50;
}
.Aminities .item::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1380px) {
  .Aminities .item {
    height: 170px;
    padding: 20px;
    border-radius: 12px;
    background: #fffdf9;
    color: #000;
  }
}
.Aminities .highCont {
  font-size: 22px;
  margin-top: 5px;
  line-height: 27px;
  position: relative;
  text-shadow: 0 0 4px black;
}
.Aminities .downloadBrochureOuter {
  background: #fffdf9;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 14px -8px #ba9a50;
}
.Aminities .wideImg {
  display: block;
  height: 100%;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 14px -10px #ba9a50;
}
.Aminities .wideImg .AmiName {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(0, 0, 0, 0.7411764706);
  color: #fff;
  z-index: 3;
  padding: 5px 15px 5px 15px;
  text-shadow: 0 0 10px black;
  font-size: 20px;
}
.Aminities .wideImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Aminities .imgBtn {
  border-radius: 12px;
  display: block;
  height: 100px;
  overflow: hidden;
  box-shadow: 0 0 14px -10px #ba9a50;
}
.Aminities .imgBtn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Aminities .imgtext {
  text-align: center;
  margin-bottom: 5px;
}

.Gallery .owl-stage-outer {
  overflow: unset;
}
.Gallery .item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 14px -10px #ba9a50;
}

.virtual iframe {
  width: 100%;
  height: 60%;
  border-radius: 12px;
  box-shadow: 0 0 14px -5px #000;
  margin-top: 10px;
}

/* .Video .videoOuter {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.Video .videoOuter .videoContentOuter {
  width: 70%;
  height: 480px;
  overflow: hidden;
  border-radius: 12px;
}
.Video .videoOuter .videoContentOuter iframe {
  width: 100%;
  height: 100%;
} */

/*.Banner {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  width: 100%;*/
/*  margin-top: 10px;*/
/*}*/

/*.Banner .imageOuter {*/
/*  width: 70%;*/
/*  max-width: 1200px;*/
/*  height: auto;*/
/*  overflow: hidden;*/
/*  border-radius: 12px;*/
/*}*/

/*.Banner .imageOuter img {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  display: block;*/
/*  border-radius: 12px;*/
  /*object-fit: cover; */
/*}*/


.Location {
  position: relative;
  background: #fffdf9;
  background-image: url("../img/map.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.Location .locMap {
  display: none;
}
.Location .sectitle, .Location .secsubtitle {
  color: #ffffff;
}
.Location .bodyContent .locMobile {
  display: none;
}
.Location .bodyContent .outerLoc {
  justify-content: center;
  display: flex;
  margin-top: 20px;
}
.Location .bodyContent .outerLoc .colnew {
  transition: 0.5s ease-out;
  width: 30%;
  margin: 0 10px;
}
.Location .bodyContent .locmapOuter {
  padding: 0px;
}
.Location .bodyContent .expandConnect {
  position: relative;
  background: #fffdf9;
  padding: 0px;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  border-radius: 12px;
  display: flex;
}
.Location .bodyContent .expandConnect .closeExpand {
  display: none;
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 30px;
  color: grey;
  cursor: pointer;
}

.Location .bodyContent .conContent {
  display: none;
  /* padding: 5px 5px; */
  margin-right: 20px;
}
.Location .bodyContent .conContent .conContentInner {
  display: flex;
  align-items: center;
  height: 100%;
}
.Location .bodyContent .conContent .conContentInner ul {
  margin: 0;
  font-size: 17px;
}
.Location .bodyContent .locTabsOuter {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 0 14px -10px #ba9a50;
}
.Location .bodyContent .locTabsOuter .locIcon {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.Location .bodyContent .locTabsOuter .locIcon img {
  width: 100%;
}
.Location .bodyContent .locTabsOuter .locItems {
  justify-content: space-between;
  display: flex;
  color: #ba9a50;
  padding-top: 10;
  border-top: 2px solid rgba(125, 125, 125, 0.937254902);
  font-size: 18px;
}

.Location::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.Location .bodyContent .outerLoc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Allow items to wrap into multiple rows */
    margin-top: 20px;
    gap: 20px; /* Add spacing between boxes */
}

.Location .bodyContent .outerLoc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* allow wrapping to next row */
    gap: 20px;       /* spacing between boxes */
    margin-top: 20px;
}

.Location .bodyContent .outerLoc .colnew {
    width: 30%;       /* 3 boxes per row */
    margin: 0 10px;   /* spacing around each box */
    transition: 0.5s ease-out;
}





.About {
  padding-bottom: 80px;
}
.About .bodyContent {
  text-align: center;
}
.About .bodyContent .aboutSection {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.About .bodyContent .reraSection {
  font-size: 13px;
  margin-bottom: 10px;
}
.About .bodyContent .disclaimer {
  font-size: 8px;
}
.About .bodyContent .disclaimer .reraimg {
  width: 80px;
  margin-top: 10px; 
} 
.About .bodyContent .privacy {
  margin-top: 20px;
  font-size: 13px;
  cursor: pointer;
}

.footerPop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  z-index: 21;
  box-shadow: 0 0 14px -5px #ba9a50;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  background-image: url(../img/background3.jpg) !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: repeat !important;
}
.footerPop .closeform {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 12px;
}
.footerPop .or {
  margin: 10px 0px;
}
.footerPop a {
  color: unset;
  text-decoration: none;
}
.footerPop .enqtext {
  color: #ba9a50;
  margin-bottom: 10px;
  font-size: 18px;
}
.footerPop .phoneEnq {
  font-size: 17px;
  margin-bottom: 10px;
  color: #ba9a50;
}
.footerPop .enqOffer {
  margin-bottom: 10px;
}
.footerPop .captcha {
  font-size: 8px;
  margin-bottom: 15px;
}
.footerPop .usps {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  display: none;
}
.footerPop .usps img {
  width: 40px;
  margin-bottom: 10px;
}
.footerPop .uspOuter {
  width: 31%;
}
.footerPop .inner {
  width: 100%;
  font-size: 15px;
  text-align: center;
  padding: 20px;
}
.footerPop .inner .phoneNumber {
  display: flex;
}
.footerPop .inner input, .footerPop .inner select {
  background: unset;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #6d767e;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
}
.footerPop .inner select {
  width: 50%;
  padding: 5px 10px;
  text-align: center;
}
.footerPop .inner .iti {
  width: 100%;
  margin-bottom: 16px;
}
.footerPop .inner .form-control:focus, .footerPop .inner input[type=tel]:focus {
  color: #000;
  background-color: unset;
  border-color: #000;
  outline: 0;
  box-shadow: unset;
}
.footerPop .inner .enquireNowBtn {
  width: 100%;
}
.footerPop .inner .phone {
  width: 100%;
}
.footerPop .inner .whatsapp-img {
  width: 27px;
  margin-right: 8px;
}
.footerPop .inner .slide-submit {
  display: none;
}

.footerSticky {
  position: fixed;
  bottom: -60px;
  left: 0%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  z-index: 20;
  box-shadow: 0 0 14px -5px #ba9a50;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
}
.footerSticky .closeform {
  display: none;
}
.footerSticky .mobileFooter {
  display: none;
}
.footerSticky a {
  color: unset;
  text-decoration: none;
}
.footerSticky .enqtext {
  color: #ba9a50;
  font-size: 18px;
  display: flex;
  /* width: 130px */
  align-items: center;
}
.footerSticky .phoneOuter {
  display: none;
}
.footerSticky .phoneEnq {
  font-size: 17px;
  margin-bottom: 10px;
  color: #ba9a50;
}
.footerSticky .enqOffer {
  margin-bottom: 20px;
  display: none;
}
.footerSticky .captcha {
  font-size: 8px;
  margin-right: 17px;
  width: 180px;
}
.footerSticky .usps {
  display: none;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footerSticky .usps img {
  width: 40px;
  margin-bottom: 10px;
}
.footerSticky .uspOuter {
  width: 31%;
}
.footerSticky .inner {
  font-size: 15px;
  text-align: center;
  padding: 9px;
  display: flex;
}
.footerSticky .inner .phoneNumber {
  display: flex;
}
.footerSticky .inner input, .footerSticky .inner select {
  background: unset;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #6d767e;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 0;
  width: 180px;
  margin: auto 20px;
}
.footerSticky .inner select {
  width: 180px;
  padding: 5px 10px;
  text-align: center;
}
.footerSticky .inner .iti {
  bottom: -5px;
}
.footerSticky .inner .iti__selected-country {
  top: -2px;
}
.footerSticky .inner .form-control:focus, .footerSticky .inner input[type=tel]:focus {
  color: #000;
  background-color: unset;
  border-color: #000;
  outline: 0;
  box-shadow: unset;
}
.footerSticky .inner .whatsapp-img {
  width: 27px;
  margin-right: 8px;
}
.footerSticky .inner .or, .footerSticky .inner .countWhatsApp {
  display: none;
}
.footerSticky .inner .phone {
  width: 100%;
}
.footerSticky .inner .slide-submit {
  display: none;
}

.appearText {
  opacity: 0;
  transition: 0.2s ease-out;
  transform: scale(0.8);
}

.zoomIn {
  transition: 0.5s ease-out;
}

.zoomIn:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 0 20px -5px #ba9a50 !important;
}

@media only screen and (max-width: 600px) {
  .loadingImgOuter img {
    width: 100% !important;
  }
  header nav .navbar-brand {
    /* padding: 50px; */
  }
  header nav .navbar-toggler {
    background: url(../img/hamburger.png);
    border: none;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    transition: 0.5s ease-out;
  }
  header nav button:hover, header nav button:focus, header nav .button:hover, header nav .button:focus {
    border: none;
  }
  header nav .navbar-toggler:focus {
    box-shadow: none;
  }
  header nav .enquireNowBtn {
    display: none;
  }
  header nav .hideContact {
    display: none;
  }
  header .hidNavmenu {
    display: none !important;
  }
  section {
    padding: 10% 0px;
  }
  .container {
    text-align: center;
    width: 100vw;

  }
  /* .banner {
    box-shadow: 0 0 14px -5px #000;
  }
  .bannerShrink {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bannerShrink .bannerSlider {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .bannerShrink .bannerSlider .item {
    height: 100%;
    width: 100%;
    background-position: top;
    background-size: cover;
  }
  .bannerShrink .offerBoxOuter .offerTitle {
    font-size: 15px;
  }
  .bannerShrink .offerBoxOuter .offerTitle img {
    width: 30%;
    margin-bottom: 10px;
  }
  .bannerShrink .offerBoxOuter .offerInner {
    text-align: center;
    transition: 0.6s ease-out;
    font-weight: 600;
    color: #fff;
    border-radius: 12px;
    opacity: 1;
    top: unset;
  }
  .bannerShrink .offerBoxOuter .offerInner .offerUSP {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .bannerShrink .offerBoxOuter .offerInner .AnimatePrice {
    width: 100%;
    position: relative;
    margin: 10px 0px;
    padding: 3px;
    background: rgba(186, 154, 80, 0.2);
  }
  .bannerShrink .offerBoxOuter .offerInner .AnimatePrice::before {
    animation-duration: 5s;
    background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 43%, #ba9a50 100%);
  }
  .bannerShrink .offerBoxOuter .offerInner .offerConifg {
    position: relative;
    z-index: 2;
    font-size: 15px;
    padding: 10px 10px;
    border-radius: 12px;
  }
  .bannerShrink .offerBoxOuter .offerInner .offerLoc {
    font-size: 15px;
  }
  .bannerShrink .offerBoxOuter .offerInner .paymentPlanFig {
    font-size: 15px;
    margin: 10px 0px;
  }
  .bannerShrink .offerBoxOuter .offerInner .paymentPlanFig .projnametitle {
    font-size: 30px !important;
  }
  .bannerShrink .offerBoxOuter .offerInner .paymentPlanFig .projloctitle {
    font-size: 15px !important;
  }
  .bannerShrink .offerBoxOuter .offerInner .offerButtons {
    padding-top: 10px;
    display: flex;
    justify-content: center;
  }
  .bannerShrink .offerBoxOuter .offerInner .offerButtons #sitevisit {
    font-size: 15px;
  } */
  .top {
    text-align: center;
    margin-bottom: 10px;
  }
  .top .sectitle {
    font-size: px;
  }
  .top .secsubtitle {
    font-size: 20px;
  }
  .Highlights {
    padding-bottom: 10px;
  }
  .Highlights .downloadBrochureOuter {
    padding: 30px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .Highlights .downloadBrochureOuter .dnHeroimageOuter {
    margin-top: 20px;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter {
    text-align: center;
    height: unset;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter .dnTextInner {
    text-align: center;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter .secsubtitle {
    text-align: center;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter #mainVideo {
    margin-top: 20px;
  }
  .virtual iframe {
    width: 100%;
    height: 40%;
  }
  .Configuration .container .configTabButtons {
    display: block;
  }
  .Configuration .container .bottom .bodyContent #tower2 {
    display: inline-flex;
    justify-content: center;
  }
  .Configuration .container .bottom .bodyContent .hideConfig {
    justify-content: center;
  }
  .Configuration .container .bottom .AnimatePrice::before {
    background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 43%, #ba9a50 100%);
    transform: scale(20);
  }
  .Aminities .col-md-8 {
    display: none;
  }
  .Aminities .amiOuter {
    display: flex;
    justify-content: center;
  }
  .Location {
    padding: 25% 0px;
  }
  .Location .bodyContent .outerLoc {
    display: none;
  }
  .Location .bodyContent .locMap {
    display: none;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 0 14px -5px rgba(186, 154, 80, 0.2);
  }
  .Location .bodyContent .locMobile {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 14px -5px rgba(186, 154, 80, 0.2);
  }
  .Location .bodyContent .locMobile .accordion-button:not(.collapsed) {
    background-color: rgba(186, 154, 80, 0.2);
  }
  .Location .bodyContent .locMobile button:hover, .Location .bodyContent .locMobile button:focus, .Location .bodyContent .locMobile .button:hover, .Location .bodyContent .locMobile .button:focus {
    background-color: rgba(186, 154, 80, 0.2);
    color: #000;
  }
  .Location .bodyContent .locMobile .accordion-button:focus {
    box-shadow: unset;
  }
  .Location .bodyContent .locMobile .accordion-button:focus {
    border-color: #ba9a50;
  }
  .Location .bodyContent .locMobile .accordion-button:not(.collapsed)::after {
    filter: brightness(0);
  }
  .Location .bodyContent .locMobile .accordion-button:not(.collapsed) {
    color: #000;
  }
  .Location .bodyContent .locMobile .accordion-button {
    padding: 10px 15px;
    font-size: 18px;
  }
  .Location .bodyContent .locMobile .accordion-button img {
    width: 40px;
    margin-right: 15px;
  }
  .Location .bodyContent .locMobile ul {
    text-align: left;
    padding: 0px;
  }
  /* Tablet view same as mobile */
@media (max-width: 992px) {
    /* Hide desktop layout */
    .Location .bodyContent .outerLoc {
        display: none;
    }

    /* Show mobile layout */
    .Location .bodyContent .locMobile {
        display: block;
    }

    /* Mobile/tablet accordion button styles */
    .Location .bodyContent .locMobile .accordion-button:not(.collapsed) {
        background-color: rgba(186, 154, 80, 0.2);
        color: #000;
    }

    .Location .bodyContent .locMobile button:hover,
    .Location .bodyContent .locMobile button:focus,
    .Location .bodyContent .locMobile .button:hover,
    .Location .bodyContent .locMobile .button:focus {
        background-color: rgba(186, 154, 80, 0.2);
        color: #000;
    }

    .Location .bodyContent .locMobile .accordion-button:focus {
        box-shadow: unset;
        border-color: #ba9a50;
    }

    .Location .bodyContent .locMobile .accordion-button:not(.collapsed)::after {
        filter: brightness(0);
    }

    .Location .bodyContent .locMobile .accordion-button {
        padding: 10px 15px;
        font-size: 18px;
    }

    .Location .bodyContent .locMobile .accordion-button img {
        width: 40px;
        margin-right: 15px;
    }

    .Location .bodyContent .locMobile ul {
        text-align: left;
        padding: 0px;
    }
}

  .footerPop {
    width: 90%;
  }
  .footerSticky .closeform {
    display: none;
  }
  .footerSticky .mobileFooter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footerSticky .mobileFooter .mobFooterPhone, .footerSticky .mobileFooter .mobFooterWhatsapp {
    width: 50%;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footerSticky .mobileFooter .mobFooterPhone .enquireNowBtn, .footerSticky .mobileFooter .mobFooterWhatsapp .enquireNowBtn {
    font-size: 14px !important;
  }
  .footerSticky .mobileFooter .mobFooterPhone img, .footerSticky .mobileFooter .mobFooterWhatsapp img {
    width: 35px;
  }
  .footerSticky .mobileFooter .phoneOuter {
    display: block;
  }
  .footerSticky .mobileFooter .phoneOuter .phoneEnq {
    font-size: 14px !important;
  }
  .footerSticky .mobileFooter .phoneOuter .phoneEnq {
    margin: 0;
  }
  .footerSticky .mobileFooter .enquireNowBtn {
    border-radius: 0;
    background: unset;
    padding: 0;
    display: block;
    width: 100%;
    display: flex;
  }
  .footerSticky .inner {
    display: none;
  }
  .footerPop .inner .countWhatsApp {
    display: none;
  }
  .footerPop .inner .slide-submit {
    display: flex;
  }
  .footerPop .inner .enqtext {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .GalleryPopup {
    width: 100%;
    border-radius: 0;
  }
  .GalleryPopup .closeGallery {
    top: 10px;
    right: 10px;
    width: 15px;
  }
}
.enqNowFlotaing {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  background: #A57C3A;
  /* writing-mode: vertical-rl; */
  /* text-orientation: mixed; */
  color: #fff;
  /* transform: rotate(180deg); */
  padding: 9px;
  box-shadow: 0 0 14px -5px #000;
  border-radius: 12px;
  z-index: 1;
  width: 55px;
}

.altBack {
  background-image: url(../img/background4.webp) !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: repeat !important;
}

.floorplanbackDrop {
  position: relative;
}

.floatingring {
  position: fixed;
  border: 1px solid #ede4d2;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 300px;
  z-index: -1;
}/*# sourceMappingURL=main.css.map */

/* Apply same style as Download Brochure button */
.navbar-nav li a {
 
  background-color: #ffffff;   /* Same gold color */
  /* border: 1px solid#ba9a50 ; */
  color: #000000 !important;      /* White text */
  padding: 6px 18px;           /* Same padding */
  border-radius: 8px;          /* Same rounded corners */
  font-weight: 200px;            /* Bold text */
  text-decoration: none;       /* No underline */
  margin: 0 6px;               /* Space between items */
  display: inline-block;
  transition: all 0.3s ease;   /* Smooth hover effect */
}

/* Hover effect */
.navbar-nav li a:hover {
  background-color: #150e01;   /* Slightly darker gold */
  color: #fff !important;
}

/* floorplan */
   /* pre launch price */
   .price-section {
  text-align: center;
  margin: 50px 0;
}

/* Pre Launch Price styled in gold */
.price-title {
  font-size: 32px;
  color: #b89646; /* gold */
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.price-title::after {
  content: "";
  display: block;
  width: 150px;
  height: 50px;
  border-bottom: 2px solid #ba9a50;
  border-radius: 50%;
  margin: -10px auto 0;
}

/* Table design */
.price-table {
  width: 60%;
  margin: 30px auto; 
  border-collapse: collapse;
  /* box-shadow: 0px 4px 10px lch(69.69% 0.38 18.14 / 0.1); */
  border-radius: 10px;
  overflow: hidden;
}

.price-table th {
  background: #ba9a50;
  color: #fff;
  padding: 15px;
  text-align: left;
} 

.price-table td {
  background: #f9f9f9;
  padding: 15px;
  text-align: left;
  vertical-align: middle; /* ensures text aligns with button */
 }  

.price-table tr:nth-child(even) td {
  background: #f9f9f9;
} 

/* Right-align details column */
.price-table td.enquireNowBtn {
  text-align: right;
  vertical-align: middle;/* aligns button with row text */
    background: #f9f9f9; 
}

/* Button */
 .btn {
  background: #ba9a50;
  color: #fff; 
  /* padding: 6px 14px; */
  /* text-decoration: none; */
  /* border-radius: 6px; */
  /* font-size: 14px; */
  /* font-weight: bold; */
  /* display: inline-block; */
  /* transition: 0.3s ease; */
/} 

  .btn:hover {
  background: #000000;
  color: #fff;
} 
/* ============ MOBILE DESIGN ============ */
@media (max-width: 768px) {
  .price-table thead {
    display: none;
  }

  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table td {
    display: block;
    width: 100%;
  }

  .price-table tr {
    background: #fff;
    margin: 0 auto 18px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    max-width: 400px; /* centers each card nicely */
    text-align: center; /* centers all text inside the card */
    padding: 20px 10px;
  }

  .price-table td {
    text-align: center;
    font-size: 20px;
    /* font-weight: bold; */
    padding: 12px 15px;
    border: none;
    position: relative; /* ✅ fixed stray slash */
  }

  .price-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    color: #ba9a50;
    margin-bottom: 6px;
    font-size: 15px;
  }

  /* Centered gold button */
  .enquireNowBtn {
    display: block;
    margin: 18px auto 10px;
    width: fit-content; /* keeps it perfectly centered */
    background: #ba9a50;
    color: #fff;
    padding: 10px 28px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 3px 4px 10px rgba(40, 0, 0, 0.15);
  }

  .enquireNowBtn:hover {
    background: #ba9a50;
    transform: translateY(-2px);
    box-shadow: 4px 6px 14px rgba(0, 0, 0, 0.2);
  }
}


/* disclaimer */


 /* .disclaimer {
  font-size: 15px;
  color: #000000; 
  line-height:normal;
  margin: 4px auto;
  max-width: 1000px;
  ;
} */

 /* .disclaimer {
  font-size: 15px;
  color: #000000; 
  line-height: 1.6;
  max-width: 1000px;
  padding: 10px 15px;
  margin-left: 60px;
  margin-right: 60px;
  text-align: justify;
  
} */
.disclaimer {
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
  width: 100%;
  max-width: none;
  padding: 20px 40px;
  margin: 0 auto;
  text-align: justify;
  background: #fff;
}


/* 📱 Tablet and Mobile */
@media (max-width: 768px) {
  .disclaimer {
    font-size: 14px;
    line-height: 1.5;
    padding: 15px; /* ✅ Small but comfortable padding */
    margin: 0; /* ✅ Removes left/right margin squeeze */
    width: 100%; /* ✅ Stretches to full screen width */
  }
}

/* 📱 Very Small Mobile (<= 480px) */
@media (max-width: 480px) {
  .disclaimer {
    font-size: 13px;
    line-height: 1.5;
    padding: 12px; /* ✅ Slightly less padding for small screens */
    text-align: justify;
  }
}

.privacy {
  text-align: center;
  margin: 10px 0 30px 0;
}

.privacy a {
  font-size: 15px;
  color: #b58a32; /* Golden-brown to match your theme */
  text-decoration: none;
  font-weight: 600;
}

.privacy a:hover {
  text-decoration: underline;
}

/* banner */
/* .bannerShrink {
  position: relative;  /* allows absolute positioning inside */
  /* width: 100%; */
  /* height: auto; */
/* } */

/* .imagebanner { */
  /* width: 100%; */
  /* display: block; */
/* } */ */

.offerButtons {
  position: absolute;
  bottom: 20%;   /* adjust vertical placement */
  right: 10%;    /* adjust horizontal placement */
}



.offerButtons {
  position: absolute;
  bottom: 20%;       /* distance from bottom */
  left: 50%;        /* center horizontally */
  transform: translateX(-50%);
  text-align: center;
}

.enquireNowBtn {
  background: #ba9a50;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: medium;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.enquireNowBtn:hover {
  background: #2c1107;
}

.privacy a {
  color: #1a73e8;
  text-decoration: none;
}

.privacy a:hover {
  text-decoration: underline;
}

/* Blur all floor plan images */
.floorplanImg img {
  width: 100%;
  display: block;
  filter: blur(2px); /* Slight blur effect */
  transition: transform 0.3s ease, filter 0.3s ease;
}

.floorplanImg:hover img {
  filter: blur(1px);
  transform: scale(1.03);
}

/* Position and style Check Price button for all floorplans */
.floorplanImg {
  position: relative; /* Important for absolute positioning of button */
}

.floorplanImg .AnimatePrice {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* Button Style */
/* ==========================
   CONFIGURATION SECTION
========================== */

/* Main Container - Align Horizontally & Center */

.Configuration {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Individual Floorplan Box */
.Configuration .item {
  flex: 1 1 calc(33.333% - 30px); /* 3 per row with gap */
  max-width: 360px;
  min-width: 280px;
}

/* Image Container */
.Configuration .floorplanImg {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* Blurred Image */
.Configuration .floorplanImg img {
  width: 100%;
  display: block;
  filter: blur(2px);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.Configuration .floorplanImg:hover img {
  filter: blur(0);
  transform: scale(1.03);
}

/* Top-Centered Gold Button */
.Configuration .floorplanImg .AnimatePrice {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.Configuration .floorplanImg .enquireNowBtn {
  background-color: #ba9a50; /* Gold */
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.Configuration .floorplanImg .enquireNowBtn:hover {
  background-color: #ba9a50;
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0,0,0,0.25);
}

/* Bottom Details Centered */
.Configuration .floorPlanBottom {
  text-align: center;
  margin-top: 10px;
}

/* ==========================
   RESPONSIVE DESIGN
========================== */

/* Tablet (2 per row) */
@media (max-width: 992px) {
  .Configuration .item {
    flex: 1 1 calc(50% - 30px);
    max-width: 400px;
  }
}

/* Mobile (1 per row) */
@media (max-width: 600px) {
  .Configuration {
    gap: 20px;
    padding: 20px 10px;
  }

  .Configuration .item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .Configuration .floorplanImg .enquireNowBtn {
    font-size: 14px;
    padding: 8px 20px;
  }
}


/* Align boxes in the middle */
.floorplanContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;

}

/* Each floorplan box */
.floorplanImg {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 300px; /* Adjust size as per design */
  padding-bottom: 15px;
}

/* Blur effect for image */
.floorplanImg img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  filter: blur(3px);
}

/* Centered Check Price button */
.checkPriceBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ba9a50;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease, transform 0.3s ease;
}

/* Button hover effect */
.checkPriceBtn:hover {
  background-color: #a5823e;
  transform: translate(-50%, -50%) scale(1.05);
}


/* Title text below */
.floorplanTitle {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  color:#000;
}

.nBroBtnOuter {
  display: flex;
  justify-content: center; /* centers horizontally */
  align-items: center;
  margin-top: 20px;
}
.image-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.image-popup img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255,255,255,0.3);
  animation: zoomIn 0.3s ease;
}

.image-popup .close-popup {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 35px;
  color: white;
  cursor: pointer;
}

@keyframes zoomIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}



