@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

@font-face {
  font-family: 'gilroy-bold';
  src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
       url('../fonts/gilroy-bold-webfont.woff') format('woff'),
       url('../fonts/gilroy-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy-light';
  src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
       url('../fonts/gilroy-light-webfont.woff') format('woff'),
       url('../fonts/gilroy-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy-medium';
  src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
       url('../fonts/gilroy-medium-webfont.woff') format('woff'),
       url('../fonts/gilroy-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy-regular';
  src: url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
       url('../fonts/gilroy-regular-webfont.woff') format('woff'),
       url('../fonts/gilroy-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


html {
  scroll-behavior: smooth;
}

.counter-box {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}


/*overlap hidden*/
.modal-backdrop {
    z-index: -1;
}

body {
    font-family: 'gilroy-light';
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  background-image: url(../../assets/img/bg-main.jpg);
  background-size: cover;
  background-repeat: repeat;
}
/*section repeat bg back*/
.the-bg-black:before,
section.main-banner::before,
.home-page .main-navbar::before {
  background: #1e1e1eb5;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.the-bg-black,
section.main-banner,
.home-page .main-navbar {
  background-image: url(../../assets/img/bg-main.jpg);
  position: relative;
  z-index: 5;
  background-repeat: repeat;
  background-size: cover;
}



a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h2,
h5,
h6 {
  font-weight: 300;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-family: "Manrope", sans-serif;
}

h1 {
  font-size: clamp(32px, 4.5vw, 72px);
}

h2 {
  font-size: clamp(28px, 3.8vw, 45px);
}

h3 {
  font-size: clamp(24px, 3vw, 48px);
}

h4 {
  font-size: clamp(20px, 2.5vw, 36px);
}

h5 {
  font-size: clamp(16px, 2vw, 24px);
}

h6 {
  font-size: clamp(14px, 1.5vw, 18px);
}
.theme-color {
  background: radial-gradient(#f5d281, #815809);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.theme-color span {
  background: linear-gradient(45deg, #f4dfa9, #d09d38);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}


/*---=== 360 digree ===---*/
.tour-sec {
    padding: 60px 0px;
}
.tour a.th-btn {
    position: relative;
}
.tour:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000ad;
}

.the-bg-white h4 {
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.tour {
    background-image: url(../../assets/img/gallery/1.jpg);
    padding: 100px 0px;
    text-align: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-position: center center;
}



.the-bg-white {
  background: #ffffff;
  color: #000000;
}

.p-tb {
  padding: 100px 0px;
}

/*===navigation css===*/
.main-navbar.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  background-color:#252525;
}
.header-banner .navbar img {
  max-width: 113px;
}
.header-banner .navbar-nav a.nav-link {
  color: #ffffff;
  padding: 0px 20px;
  font-weight: 500;
    font-family: 'gilroy-medium';
    font-size: 18px;
}
.header-banner .navbar-nav a.nav-link.active,
.header-banner .navbar-nav a.nav-link:hover {
  color: #d09b36;
}
/*===main banner css ===*/
.rounded-th {
  width: 12px;
  height: 12px;
  background-color: #cc9631;
  border-radius: 50%;
  animation: fadeDot 3s ease-in-out infinite;
  display: inline-block;
  opacity: 0;
}
@keyframes fadeDot {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* .header-banner {
  height: 100vh;
} */
.the-bnr-btm {
  padding-top: 33px;
}

.the-bnr-btm a,
.the-bnr-btm p {
  color: #ffffff;
  font-size: 21px;
  font-weight: 500;
}
body.bg-global:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1e1e1eb5;
  bottom: 0;
  top: 0;
}
.the-bnr-btm p {
  color: #ffffff;
  text-align: right;
  margin-bottom: 0;
}
.th-bnr-bg {
  height: 78vh;
  max-height: 78vh;
  background-image: url(../../assets/img/main-banner.jpg);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

section.main-banner {
  position: relative;
  padding-bottom: 40px;
}

/*phone header animation and css ==*/
.the-phone {
  display: inline-block;
  color: #000000;
  font-size: 18px;
}

.phone-wrp {
  display: none;
  background: linear-gradient(40deg, #fbd886, #875e0e);
  background-size: 200% 200%;
  background-position: left top;
  padding: 10px 28px;
  border-radius: 10px;
  color: #000;
  transition: background-position 0.6s ease;
  font-weight: 600;
}

.phone-wrp:hover {
  background-position: right bottom;
}

.the-bnr-btm span {
  color: #ffffff;
}
.phone-wrp a {
  color: #000000;
}
.the-phone i {
  animation: phoneRing 3s ease-in-out infinite;
  transform-origin: center;
  font-size: 24px;
  margin-right: 6px;
}

@keyframes phoneRing {
  /* ---- PAUSE START ---- */
  0% {
    transform: rotate(0deg);
  }

  33% {
    transform: rotate(0deg);
  }
  /* ---- PAUSE END (3s) ---- */

  /* ---- RING START (6s) ---- */
  36% {
    transform: rotate(15deg);
  }

  39% {
    transform: rotate(-15deg);
  }

  42% {
    transform: rotate(15deg);
  }

  45% {
    transform: rotate(-15deg);
  }

  48% {
    transform: rotate(15deg);
  }

  51% {
    transform: rotate(-15deg);
  }

  54% {
    transform: rotate(15deg);
  }

  57% {
    transform: rotate(-15deg);
  }

  60% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
  /* ---- RING END ---- */
}

/*====== Loader screen css start =========*/
.loader {
  position: fixed;
  inset: 0;
  background: #000; /* Pure black */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
  animation: loaderFade 2s ease forwards;
  animation-delay: 1s;
}

.logo-wrap {
  position: relative;
  width: 670px;
  height: 60px;
}

.logo-wrap img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: logoMove 3s ease-in-out forwards;
  opacity: 0;
}

.draw-line {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  background: #cc9631;
  width: 0;
  animation: lineDraw 3s ease-in-out forwards;
}

@keyframes logoMove {
  0% {
    left: 0;
    opacity: 0;
  }
  80% {
    left: 220px;
    opacity: 1;
  }
  100% {
    left: 320px;
    opacity: 1;
  }
}

@keyframes lineDraw {
  0% {
    width: 0;
  }
  100% {
    width: 320px;
  }
}

@keyframes loaderFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.site-content {
  opacity: 0;
  animation: showSite 2s ease forwards;
  animation-delay: 2s;
}

@keyframes showSite {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*=====heading animation gsap=====*/
/* .scrolling-animation span {
  display: inline-block;
  opacity: 0.2;
  transform: translateY(20px);
} */
/* .scrolling-animation {
  display: inline-block;
}
.scrolling-animation span {
  opacity: 0.2;
  display: inline-block;
  transform: translateY(20px);
} */

/*====about us section css====*/
.th-bx span {
    font-weight: 500; font-size:20px;
}

.th-bx p {
    font-size: 39px;
    font-weight: 600;
    color: #ab7613;
    margin-bottom: 0;
}


.th-bx span.counter, .th-bx span.stack {
    font-weight: 600;
    font-size: 46px;
}
.th-abt {
  background-image: url(../../assets/img/about-corner.png),
    url(../../assets/img/about-corner.png);
  background-position: left center, right center;
  background-size: 15%;
  background-repeat: no-repeat;
  text-align: center;
}
.th-abt-content {
  width: calc(100% - 28%);
  margin: 0 auto;
}
.the-bnr-btm a i {
  padding-left: 10px;
  animation: bounceDown 2s infinite;
  transform-origin: center;
}
/* Up-Down Keyframes */
@keyframes bounceDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
span.tag-lines {
  color: #333333;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
}

/*===four section css===*/

.th-grid-btm p {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}
.the-bg-black {
  color: #ffffff;
  overflow: hidden;
}

/*grid slider gap js*/
.slider-grid .slick-slide,
.amenities-gallery .slick-slide {
  margin: 0 15px;
}

.slider-grid,
.amenities-gallery {
  margin: 0 -15px;
}

.the-grid-w {
  position: relative;
  margin-top: 36px;
  border-radius: 10px;
  overflow: hidden;
}
.the-grid-w h4 {
    font-family: 'gilroy-medium';
  position: absolute;
  top: 27px;
  left: 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.the-grid-w .th-grid-btm {
  position: absolute;
  bottom: 0;
  padding: 20px;
}

.the-grid-w:before {
    
background: linear-gradient(to bottom, rgb(0 0 0 / 90%) 0%, rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.25) 65%, rgb(0 0 0 / 0%) 100%);
 content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.th-grid-btm h5 {
  font-size: 19px;
  padding-bottom: 14px;
}

/*=== slick slider pagination css===*/
.dots-style .slick-dots li {
  width: 40px;
  height: 14px;
  background: #d09b3661;
  border-radius: 10px;
}

.dots-style ul.slick-dots {
  margin-top: 42px;
  bottom: -60px;
}

.dots-style .slick-dots button:before {
  visibility: hidden;
}

.dots-style .slick-dots li.active {
  background: #d09b36;
}

.dots-style .slick-dots li.slick-active {
  background: #d09b36;
}
/*===amenities section css===*/
body .amenities-sec .theme-btn {
  margin-top: 65px;
}
.amenities-sec {
  overflow: hidden;
}
.amenities-gallery ul li a img {
  transition: all 0.6s ease;
}
.custom-tab {
  justify-content: right;
  border: none;
}

.custom-tab {
  justify-content: right;
  border: none;
}

.custom-tab .nav-link {
font-family: 'gilroy-medium';
  border: none;
  text-transform: uppercase;
  font-size: 19px;
  position: relative;
  color: #333333;
  padding-left: 52px;
}

.custom-tab .nav-link:before {
  content: "";
  background: #333333;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 35px;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 100%;
}

.custom-tab .nav-link.active,
.custom-tab .nav-link:hover {
  color: #ab7613;
}

.custom-tab .nav-link.active:before,
.custom-tab .nav-link:hover:before {
  background: #ab7613;
}

.slider-amenities .slider-item a {
  position: relative;
}

.slider-amenities .slider-item p {
  position: absolute;
  bottom: 0;
  left: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  text-transform: lowercase;
}
.btm-gradient:before {
  content: "";
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.6) 90%,
    rgb(0 0 0 / 76%) 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
}

/* All slides */
.center-mode .slick-slide {
  /* transition: transform 0.4s ease, opacity 0.4s ease; */
  transform: scale(0.9);
  opacity: 0.6;
}

.center-mode .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

/*=== floor plan css===*/
.floor-plan-sec h2 {
  text-transform: uppercase;
}
.the-bg-light {
  background-image: url(../../assets/img/bg-light.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index:2;
}

.the-bg-light:before {
  content: "";
  background: #c9b27e9e;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -22222;
}
.th-floor-plan {
  background: #ffffff;
  border-radius: 10px;
  padding: 37px 40px;
  margin-top: 26px;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.plan-bhk,
.the-price {
  text-align: center;
}

/*.plan-bhk {*/
/*  padding-bottom: 20px;*/
/*}*/

.th-floor-plan h4 {
    font-family: 'gilroy-medium';
  margin-bottom: 5px;
  font-weight: 300;
}

.btn.theme-btn {
  background-image: linear-gradient(40deg, #fbd886, #875e0e);
  border: none;
  color: #ffffff;
  padding: 12px 21px;
  width: 257px;
  font-weight: 600;
  text-transform: uppercase;
   display: block; 
  margin: 30px auto 0;
}
.th-floor-plan .price-list {
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}

ul.check-list > li span.icons-loc {
  margin-right: 10px;
  left: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(40deg, #fbd886, #875e0e);
  position: relative;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #e9b44f;
}

ul.check-list > li span.icons-loc > i {
  font-size: 26px;
  color: #ffffff;
}

ul.check-list > li {
  position: relative;
  padding: 8px 0px 8px 23px;
  display: flex;
  align-items: center;
}

ul.check-list {
  list-style: none;
}

ul.check-list > li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #a57820;
  left: 0;
  position: absolute;
}
.th-floor-plan span.th-request {
  color: #6c6b6b;
  font-weight: 400;
}
.th-floor-plan .the-price p {
  font-size: 25px;
  font-weight: 500;
  color: #c08f32;
}

.th-floor-plan .the-price p i {
  font-size: 21px;
  padding-right: 2px;
}

/* span.the-lines {
  background: #cccccc;
  width: 100%;
  display: block;
  height: 1px;
} */

.th-floor-plan .the-price {
  padding-bottom: 9px;
}

/*===gallery section===*/


/*hover efeect css*/
.zoom-icons {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s ease;
}

.all-gallerys .item-glr {
    position: relative;
    overflow: hidden;
}

.zoom-icons i {
    font-size: 36px;
    color: #e1bd6b;
    background: #00000066;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #b7aaaa80;
}

.all-gallerys .item-glr:before {}

.item-glr a:hover img {
    transform: scale(1.5);
    transition: all 0.6s ease;
    overflow: hidden;
}



.all-gallerys a:hover .zoom-icons {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s ease;
}



.all-gallerys {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 200px);
  gap: 16px;
  padding-top: 40px;
}
.gallery1 {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery2 {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery3 {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery4 {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery5 {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery6 {
  grid-column: span 2;
  grid-row: span 2;
}
.all-gallerys img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all 0.6s ease;
}
.contact-form .form-control {
  padding: 12px 15px;
}

.contact-list {
  position: relative;
  padding-left: 77px;
  padding-bottom: 36px;
}

.contact-list i {
  position: absolute;
  left: 0;
  font-size: 20px;
  background: #2a2a2a;
  padding: 14px;
  width: 60px;
  height: 60px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.contact-list h4 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-list p {
  margin-bottom: 0;
  color: #000000;
}
.contact-list a {
  color: #333333;
}
form.contact-form {
  background: #ffffff;
  padding: 20px 20px;
  border-radius: 10px;
}

/*===modal css===*/
.modal-content .btn.theme-btn {
  width: 100%;
}
button.custom-close {
  position: absolute;
  right: -10px;
  top: -10px;
  border: none;
  z-index: 9999;
  background: #9f7727;
  color: #ffffff;
  font-size: 18px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.modal-content .modal-body {
  background: #ffffff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.popup-cnt-r {
  text-align: center;
}
.modal .modal-content {
  flex-direction: row;
  border-radius: 10px;
  background: transparent;
}
/* .modal-content .modal-body {
  flex: 0 0 50%;
} */
.modal-header {
  background: url(../../assets/img/bg-main.jpg);
  padding: 30px 15px;
  flex: 0 0 50%;
  justify-content: center;
  border: none;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-position: center center;
  background-size: cover;
}
.modal-header p {
  margin: 0;
}
.popup-cnt-r h5 {
  font-weight: 400;
  color: #ab7613;
}
.modal-content button.btn-close {
  position: absolute;
  right: 14px;
  top: 14px;
  opacity: 1;
  filter: invert(0);
  z-index: 444;
}

.modal-header h5,
.modal-header p {
  color: #ffffff;
}

.modal-header h5 {
  font-size: 28px;
}
.modal {
  background: #000000e3;
}

/*===location section start here===*/

.location-sec ul.check-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 578px) {
  body .location-sec ul.check-list li:before {
    left: 24px;
  }
  body ul.check-list > li span.icons-loc {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .location-sec ul.check-list li {
    align-items: self-start;
  }

  .location-sec ul.check-list span.distance-loc {
    left: 60px;
    bottom: 0px;
  }
}

.location-sec ul.check-list span.distance-loc {
  position: absolute;
  right: 20px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .location-sec ul.check-list span.distance-loc {
    right: 10px;
  }
}

@media (min-width: 1400px) {
  .location-sec ul.check-list span.distance-loc {
    right: 30px;
  }
}

@media (max-width: 1199px) {
  ul.check-list > li span.icons-loc > i {
    font-size: 17px;
  }
  .location-sec ul.check-list li {
    font-size: 14px;
  }
  ul.check-list > li span.icons-loc {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.location-sec ul.check-list li {
  flex: 0 0 50%;
  margin: 20px 0px;
  padding: 0;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px);
  animation: liFade 0.6s ease forwards;
  position: relative;
  
}
/*li icon animation */
@keyframes liFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


ul.check-list > li span.icons-loc:before {
  width: 2px;
  height: 2px;
}

.location-sec ul.check-list li:before {
  content: "";
  height: 0px;
  width: 3px;
  position: absolute;
  top: 0;
  background: #e1bd6b;
  left: 29px;
  bottom: 0;
  animation: lineGrow 0.2s ease forwards;
}

@keyframes lineGrow {
  from {
    height: 0;
  }
  to {
    height: 100px;   /* tumhari fixed line height */
  }
}


@media (max-width: 1199px) {
  .location-sec ul.check-list li:before {
    left: 21px;
  }
}
.location-sec ul.check-list li:nth-child(9):before,
.location-sec ul.check-list li:nth-child(10):before {
  visibility: hidden;
}

/*===button download brochure===*/
.btn-rotate {
  position: fixed;
  top: 50%;
  z-index: 1;
  rotate: 270deg;
  left: 0;
  margin: 0 !important;
  transform: translatey(-103px);
}
/* WhatsApp Chat Button Styles */
.wtsapp {
  position: fixed;
  transform: all 0.5s ease;
  /* background-color: #25D366; */
  background-color: #ab7613;
  display: block;
  text-align: center;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
  box-shadow: 0 0 20px rgba(8, 47, 76, 0.15);
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  bottom: 30px;
  right: 30px;
  border: 0;
  z-index: 111;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.wtsapp:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  /* background-color: #25D366; */
  background-color: #f3d38a;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.wtsapp:focus {
  border: none;
  outline: none;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.wtsapp {
  display: none;
}

/*thank you page css*/
section.thank-you {
  display: flex;
  height: 78vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.thank-you i {
  font-size: 59px;
  color: #ffffff;
  width: 100px;
  height: 100px;
  background: #bd9645;
  border-radius: 100%;
  line-height: 100px;
}

.thank-you h1 {
  margin-top: 23px;
  font-size: 25px;
  color: #ffffff;
  padding-bottom: 17px;
  text-transform: uppercase;
}

.thank-you p {
  color: #ffffff;
  font-size: 17px;
}

/* Footer Styles */


footer .disclaimer p.rera-no {
    font-size: 20px;
}

footer .disclaimer p.rera-no span {
    text-decoration: inherit;
    font-size: 18px;
}
.copy-r {
  color: #ffffff;
  border-top: 1px solid #383838;
  padding-top: 25px;
}
.footer-mobile {
  display: none;
}
.custom-footer .copyright {
  padding: 43px 0px;
  background-attachment: fixed;
}

.custom-footer .copyright a {
  color: #ffffff;
  text-decoration: underline;
}

footer .disclaimer p {
  color: #cfc9c9;
  font-size: 16px;
}

footer .disclaimer p span {
  font-weight: 600;
  font-size: 20px;
  text-decoration: underline;
  padding-right: 9px;
}

/*privacy policy */

.privacy-policy-section h2,
.privacy-policy-section h4,
.privacy-policy-section p {
  color: #ffffff;
}

.privacy-policy-section ul li {
  color: #ffffff;
}

.privacy-policy-section span {
  color: #ffffff;
  font-weight: 600;
  font-size: 19px;
}

.privacy-policy-section h4 {
  margin-top: 37px;
  margin-bottom: 0px;
  font-size: 25px;
}

.privacy-policy-section ul {
  margin-left: 35px;
}
.privacy-policy-section p {
  margin-bottom: 0;
}

.privacy-policy-section {
  padding: 60px 0px;
}





/* Add to custom.css */

/* Floor plan slider cards */
.floorplans-wrap { margin-top: 30px; }

.fp-card{
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(0,0,0,0.08);
}

.fp-media{
  position: relative;
  overflow: hidden;
}

.fp-media img{
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.25s ease, transform 0.25s ease;
}

.fp-meta{
  padding: 18px 18px 20px;
  text-align: center;
}

.fp-meta h5{
  margin: 0 0 6px;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.fp-meta p{
  margin: 0 0 14px;
  opacity: 0.8;
  font-size: 14px;
}

 
.floorplans-wrap.is-locked .fp-media img{
  filter: blur(10px);
  transform: scale(1.02);
}

 
.fp-locklayer{
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
}

.floorplans-wrap.is-locked .fp-locklayer{
  display: flex;
}

.fp-lockbadge{
  display: flex;
  gap: 10px;
  align-items: center;
  background: rgba(255,255,255,0.92);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
}

.floorplans-wrap.is-locked .fp-media{
  pointer-events: none;
}


#floorplansSlider .slick-slide{
  padding: 10px;
}
#floorplansSlider .slick-list{
  margin: 0 -10px;
}










/* After unlock, remove the "View Floor Plan" buttons */
.floorplans-wrap:not(.is-locked) .fp-unlock-btn {
  display: none !important;
}

/* Make images feel clickable after unlock */
.floorplans-wrap:not(.is-locked) .fp-media img {
  cursor: zoom-in;
}

/* Lightbox */
.fp-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 18px;
}

.fp-lightbox.is-open {
  display: flex;
}

.fp-lightbox__inner {
  position: relative;
  width: min(1100px, 96vw);
  max-height: 90vh;
}

.fp-lightbox__img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  border-radius: 12px;
  background: #111;
}

.fp-lightbox__close,
.fp-lightbox__prev,
.fp-lightbox__next {
  position: absolute;
  top: 12px;
  border: 0;
  border-radius: 999px;
  padding: 10px 12px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.92);
}

.fp-lightbox__close { right: 12px; }
.fp-lightbox__prev  { left: 12px; top: 50%; transform: translateY(-50%); }
.fp-lightbox__next  { right: 12px; top: 50%; transform: translateY(-50%); }

/* Hide prev/next on very small screens if you want */
@media (max-width: 480px) {
  .fp-lightbox__prev,
  .fp-lightbox__next {
    display: none;
  }
}


