@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


:root {
  --primary-color: #058f24;
  --secondary-light-color: #3db858;
  --secondary-dark-color: #055c18;
  --btn-color: #2bb14f;
  --green-text-color: #489a5b;
  /* --green-text-color: #058f24; */
  --light-black-color: #191919;
  --bg-gray: #f6f8f9;
  /* --bg-gray: #eff3f5; */
}

body {
  /* background-image: url('../img/white-bg.html'); */
  font-family: 'Poppins', sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  overflow-x: hidden;
  /* background-color: #f4f0eb; */
  font-variation-settings:
    "wdth" 100;

}

.bg-gray {
  /* background-color: var(--bg-gray); */
  background-color: #f4f7f4;
}

.white {
  color: #fff;
}

.gradient {
    text-shadow: 0 3px 6px #261b07;
    background: linear-gradient(-45deg, #000000, #0c71b2, #000000, #058f24);
    background-size: 400% 400%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;

}

h1,
h2,
h3 {
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.00;
}

h1 {
  font-size: 52px;
  position: relative;
  color: #232323;

}

h2 {
  /* font-family: "Open Sans", sans-serif; */
  z-index: 2;
  font-size: 28px;
  color: #000;
  gap: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 19px;
  color: #e7bd63;
  position: relative;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: initial;
  line-height: initial;
}


p {
  letter-spacing: initial;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.01em;
}

.line1 {
  position: relative;
  top: 0;
  left: 0;
  background-color: #e7bd63;
  width: 50px;
  height: 5px;
}

.text-justify {
  text-align: justify;
}

a {
  text-decoration: none;
}

.btan a {
  color: #ffffff;
}

.btan {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 17px 40px;
  color: #ffffff;
  background: #e7bd63;
  background-size: auto;
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;

  border-radius: 42px;
  z-index: 99;
}

.btan::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}

.btan:hover:after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);

}

.btan:hover {
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  transition: all 0.5s;
  background-color: #0a4b50;
}

.btan a:hover {
  color: #fff;
}

.banner-logo img {
  width: 90%;
  height: 5rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.img_banner video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.img_banner img {
  width: 100%;
}

/* =============sticky_icon==================== */

.sticky_icon {
  display: none;
}


.heading {
  position: relative;
  display: inline-block !important;
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 65px;
  height: 3px;
  background: linear-gradient(135deg,
               var(--secondary-light-color),
               var(--secondary-dark-color));
  border-radius: 2px;
}

.visit-card .heading,
.slider-title .heading {
  display: inline-block !important;
}

.fixed-tag {
  position: fixed;
  top: 0;
  z-index: 9999;
}


/* =========================header start========================= */
.hero-5-scroll-wrap {
  height: 32px;
  width: 20px;
  border: 2px solid #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin-top: 20px;
  position: relative;
}


.scroll-down {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 340px);
  height: 88px;
  width: 680px;
  text-align: center;

  z-index: 99;

}

.hero-5-scroll-wrap::before {
  content: "";
  height: 6px;
  width: 2px;
  border-radius: 50px;
  background-color: #ffffff;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-animation: scrollMove 1.5s infinite;
  animation: scrollMove 1.5s infinite;
}

@keyframes scrollMove {
  to {
    transform: translateY(12px);
    transition: 0.3s;
    opacity: 0.2;
  }

  from {
    transform: translateY(0%);
    transition: 0.3s;

  }
}

/* popup form on restart */

.madal-reload {
  background: rgba(0, 0, 0, 0.69);
  align-items: center;
  justify-content: center;
  align-content: center;
}

.madal-reload .modal-dialog {
  position: relative;
  width: 700px !important;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  justify-content: center;
  display: flex;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}


.madal-reload .modal-header {
  padding: 0;
  height: 0;
  border: 0;
  display: block !important;
}

.madal-reload {
  background: rgba(0, 0, 0, 0.69);
}

.madal-reload .modal-content {
  margin: 12px;
}

.madal-reload .form-control {
  background-color: #fff !important;
  /* border: 1px solid #929292; */

}


.madal-reload #SubmitQuerytop {
  /* background: #295b69; */
  background-size: auto;
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;
}

.madal-reload h5 {
  color: #000000;
  font-size: 33px;
}

.madal-reload .modal_form_text span i {
  color: #058f24;
}

.madal-reload .modal_form_text h3 {
  font-size: 25px;
}

.form_text .form-control {
  border-radius: 2px;
}

.form_text .form-control::placeholder {
  color: #8e8b8b !important;
}

.btan_g {
  background: transparent;
  /* border: 2px solid #e7bd63; */
  padding: 3px 11px;
  color: #000;
  font-size: 22px;
  position: relative;
  top: 15px;
  right: 15px;
  z-index: 99;
  float: right;
  border-radius: 0;

  background-size: auto;
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;
}

.call_now {
  background: #e7bd63;
  background-size: auto;
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;
  width: 100%;
  color: #fff;
  font-size: 19px;
}


.call_now .fa {

  color: #fff;
  font-size: 19px;
}

.header {
  width: 100%;
  padding: 8px 0;
  z-index: 999;
  margin: 0 auto;
  border-left: transparent;
  border-right: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  /* opacity: 0.8; */
  /* box-shadow: 0 2px 5px -2px; */
}

.header a {
  color: #ffffff !important;

}

/* STICKY STYLES
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
.header.is-sticky {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  padding: 12px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  border-bottom: none;
  height: auto;
  right: 0;
  background-color: #fff;
  color: #000;
  top: 0;
  left: 0;

}

.header.is-sticky .menu {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border-bottom: 0px solid #e7bd63;
}


.header.is-sticky .menu ul li a {
  color: #000 !important;
}

.header .contact-us {
  color: #fff;
  border: 1px solid #ffffff;
  /* background: linear-gradient(135deg, rgba(98, 161, 215, 1), rgba(107, 75, 161, 1));
  background-size: auto;
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite; */
  border-radius: 10px;
  padding: 11px 13px;
  font-weight: 500;
}

@keyframes trin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}


.header .contact-us ul li .fa {
  /* color: #000000; */
  animation-name: trin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}

/* .header .contact-us ul li span {
  color: #000000;
} */

.header .contact-us ul li a {
  background: transparent;
  padding: 0px;
}

.header .contact-us ul li a:hover {
  background: transparent;
  padding: 0px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    transition: 0.3;
  }

  to {
    transform: translateY(0);
    transition: 0.3;
  }
}


.menu ul li {
  display: inline-block;
  margin: 0 2px;
}


.header .menu ul li a {
  position: relative;
  padding: 0 17px;
  font-size: 18px;

}

.header .menu ul li a.active {
  color: #ffff !important;
  /* border-radius: 50px; */
  padding: 5px 10px;
  border-bottom: 2px solid var(--primary-color);
}

.header ul li a:hover {
  transform: all 0.5s;
  color: #ffffff !important;
}

.header.is-sticky .menu ul li a.active {
  color: #000 !important;
  /* border-radius: 50px; */
  padding: 5px 10px;
  border-bottom: 2px solid var(--primary-color);
}

/* =========header closed========= */


/* ===========================banner = style = start ===================== */
.banner_bg {
  position: relative;
  overflow: hidden;

}

.banner_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(0,0,0,0.3), transparent);
  z-index: 1;
  /* background: linear-gradient(269deg, transparent 25%, #000000 100%); */

}

.banner_bg .banner_img .img_banner video {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  animation: color 12s linear infinite;
}


@keyframes color {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.banner_bg .banner_img .img_banner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  /* animation: zoom 5s ease-in-out infinite alternate; */
}

@keyframes zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}


.banner_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  color: #fff;
  z-index: 2;
}


.banner .banner_wrapper_text .bgk ul li i {
  font-size: 58px;
  animation: flip infinite 4s;
  background: #e7bd63;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0) translateY(0%);
    animation-timing-function: ease-out;
  }

  /* 70% {
  transform: perspective(400px) rotateY(300deg) translateY(-50%);
  animation-timing-function: ease-in;
} */
  100% {
    transform: perspective(400px) rotateY(360deg) translateY(0%);
    animation-timing-function: ease-in;
  }
}


.banner .banner_wrapper_text .bgk ul li h3 {
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 1px solid #8b8a8ae3;
  font-weight: 500;
  padding-bottom: 10px;
}


.banner .banner_wrapper_text .bgk ul li p {
  font-size: 44px !important;
  font-weight: 623;
  padding-top: 14px;
  color: #ffffff;
  animation: price-blink 1s infinite;
}


@keyframes price-blink {
  50% {
    color: #e7bd63;
  }
}

.banner .banner_wrapper_text .banner_highlight h3 {

  width: fit-content;
  padding: 5px 7px;
  border-radius: 3px;
  /* box-shadow: 0 2px 5px -2px; */
  /* background: linear-gradient(-45deg, #2d393d, #e7bd63, #2d393d, #e7bd63); */
  background-size: auto;
  background-size: 400% 400%;
  /* animation: Gradient 3s ease infinite; */
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
}

.banner .banner_wrapper_text {
  background: rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
  color: #000;
  padding: 12px 18px;
  border-radius: 8px;
  margin-top: 130px;
  margin-bottom: 12px;
  padding: 20px 40px 50px;
  opacity: 0.95;
  position: relative;
  width: 395px;
}
.banner_wrapper_text .new-launch {
  background: #327cc6;
  background: linear-gradient(135deg, #6586c6, #667abe);
  background: linear-gradient(135deg, rgba(98, 161, 215, 1), rgba(107, 75, 161, 1));
  animation: Gradient 3s ease infinite;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.banner_wrapper_text h1 {
  color: #fff !important;
}

.banner .banner_wrapper_text .bgk ul li h3 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
}

.banner .banner_wrapper_text .banner_highlight h3 {
  font-size: 15px;
  letter-spacing: 0.3px;
}

.banner .banner_wrapper_text .addr {
  font-size: 13px;
  text-align: left;
  color: #efeded !important;
  /* color: #545353 !important; */
}

.banner-project-detail p {
  font-size: 16px;
  color: #fff;
}

.banner .banner_wrapper_text .bgk ul li p {
  font-size: 31px !important;
  font-weight: 623;
  padding-top: 12px;
  margin-top: 5px !important;

}

.eoi-card {
  margin-top: .75rem;
  padding: 10px 15px;
  background-color: #ebebf4;
  /* background-color: #efeaf4; */
  border-radius: 2px;
}

.eoi-card h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}


@keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.banner .banner_wrapper_text h3 {
  font-size: 21px;
}


.banner .banner_wrapper_text h5 {
  display: inline-flex;
  font-size: 15.5px;

}

.banner .banner_wrapper_text .banner_highlight i {
  color: #807f7f;
}

.banner .banner_wrapper_text ul li h5 {
  font-size: 26px;
}

.banner .banner_wrapper_text .location {
  font-size: 12px;

}

/* .banner_bg .banner h4 {
  display: none;
} */

.banner .banner_text .form_section {
  padding: 24px 24px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* margin: 12px 26px; */
  border-radius: 5px;
  /* border: 5px solid #f1eeee; */
  /* border: 4px solid #b2e6f58f; */
  z-index: 999;
  background-color: #696969e0;
}


.banner .banner_text .form-control::placeholder {
  color: #fff !important;
}

.form-label {
  color: #4f4b4b;
  text-align: left !important;
  float: left;
  margin-left: 5px;
}

.banner .banner_text .form_section h3 {
  color: #fff;
  font-size: 19px;
}

.banner_form .form-control {
  background: none;
  /* border: 1px solid #fff !important; */
}

.text_form {
    height: 42px;
    padding: 12px 30px 12px 50px !important;
}

.banner .banner_text .text_form {
  height: 37px;
  padding: 3px 30px !important;
  background: none;
  border: transparent;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff !important;
  border-radius: 0;
}

.banner .icon-inside {
  position: absolute;
  width: 38px;
  height: 35px;
  left: 0;
  top: 0;
  color: #8e8e8e;
  pointer-events: none;
  font-size: 18px;
  font-size: 14px;
  z-index: 3;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}


.highlight_tag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.highlight_tag img {
  width: 100%;
  height: 100%;

}

.Banner-form {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 400px;
  border-radius: 5px;
  border: 3px solid #bbbbbb;
}

.heading-with-dash::before {
  content: "— ";
  /* Long dash */
  font-weight: 400;
}

.heading-line {
  position: relative;
  padding-left: 50px;
}

.heading-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: .8px;
  background: #acaaaa;
  transform: translateY(-50%);
}

.icon-inside {
  position: absolute;
  width: 50px;
  height: 44px;
  left: 9px;
  top: 0;
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #8e8e8e;;
  opacity: .9;
  z-index: 3;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.icon-inside i {
  font-size: 16px;
}

.form_section p {
  color: #6b6969;
  /* border-bottom: 4px solid #f4f1e8; */
  border-bottom-style: solid;
  padding: 0px 0 10px 0;
  border-style: double;
}


.form_bottom .form_section {
  padding: 28px 42px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 12px 26px;
  background: #fff;

}


#SubmitQuerytop {
  /* background: linear-gradient(-45deg, #000000, #0c71b2, #000000, #058f24);
  background-size: auto;
  background-size: 400% 400%; */
  background: #1ba23f;;
  color: #ffffff;
  outline: none;
  width: 100%;
  height: 42px;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
}

#SubmitQuerytop:hover {
  opacity: .9;
  transition: 0.3s;
  border: none;
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}

.bottom_content {
  position: absolute;
  bottom: 3%;
  width: 52%;
  left: 4%;
  z-index: 9;
}


.item_box {
  display: flex;
  width: 100%;
  align-items: center;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.img_high {
  position: absolute;
  top: 6%;
  z-index: 99;
  right: 48%;
}

.img_high img {
  width: 109px;
}

.item_box {
  display: flex;
  width: 100%;
  align-items: center;
  line-height: normal;
  margin: 0;
  padding: 0;
}


.item {
  padding: 5px;
  border-radius: 20px;
  border: 1px solid #e7bd63;
  margin: 0 5px;
}

.item .inner {
  background: #111817;
  padding: 15px 40px;
  border-radius: 20px;
  border: 1px solid #e7bd63;

}

.item .inner p {
  display: flex;
  flex-direction: column;
}

.item .inner p span {
  font-size: 25px;
}

.item .inner p span.key {
  font-size: 23px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 2px dotted #e7bd63;
  color: #fff;
}

/* =============== banner start style closed ========================= */


/*=============== about bg start ============ */

#about {
  padding: 5rem 0rem;
}

.about-description .heading::after,
.footer_contant .heading::after,
.masterplan-text .heading::after {
  left: 0;
  transform: none;
}

.about-description p {
  font-size: 14px;
  color: #464545;
  /* color: #000000a8; */
  line-height: 26px;
  text-align: justify;
}
.about-description p strong {
  font-weight: 500;
}

.hero-tagline {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  color: #f3e9c9;
}

/* ---- Section sub-text: small & thin ---- */
.sub-text,
.subtext {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
}
.sub-text strong,
.subtext strong {
  font-weight: 400;
}

/* ---- Exclusivity quote strip ---- */
.quote-strip {
  background: linear-gradient(135deg, #f4f9f5 0%, #eaf6ec 100%);
  /* background: linear-gradient(135deg, #f7faf7 0%, #f2f9f3 100%); */
  border-top: 1px solid rgba(43, 177, 79, 0.18);
  border-bottom: 1px solid rgba(43, 177, 79, 0.18);
  padding: 54px 0;
}
.quote-strip .container {
  text-align: center;
}
.quote-text {
  margin: 0 auto;
  max-width: 820px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  color: #1a2e1d;
}
.quote-text::before,
.quote-text::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 16px auto;
  background: linear-gradient(90deg, transparent, #2bb14f, transparent);
}
@media (max-width: 575px) {
  .quote-strip { padding: 36px 0; }
  .quote-text { font-size: 24px; }
}

.hero-rera {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  /* color: #ffffff; */
  color: #e9e0c2;
  /* background: rgba(43, 177, 79, 0.85); */
  /* border: 1px solid rgba(255, 255, 255, 0.35); */
  padding: 4px 14px;
  border-radius: 30px;
}
.hero-rera i {
  color: #eaffef;
}

.spanAddress {
  font-size: 13px !important;
  font-weight: 400;
}


.fa-star {
  font-weight: 300;
  color: #e7bd63;
}

.popup-btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 12px 24px;
  background: #1ba23f;
  /* background: var(--btn-color); */
  /* background: linear-gradient(-45deg, #000000, #0c71b2, #000000, #058f24); */
  /* background-size: 400% 400%; */
  /* text-shadow: 0 3px 6px #261b07; */
  color: #fff;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  border: .5px solid #6ae097;
  font-size: 18px;
  animation: 2s ease-in-out 0s infinite normal none running pulse-button;
  transition: 0.3s;
}

@keyframes pulse-button {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(5, 143, 36, 0.6);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(5, 143, 36, 0);
  }
}

@-webkit-keyframes pulse-button {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(5, 143, 36, 0.6);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(5, 143, 36, 0);
  }
}
/* pulse button end */

.popup-btn a:hover {
  opacity: .9;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about1_img {
  position: absolute;
  bottom: 2%;
  right: 2%;
  width: 75%;
}

.about2_img {
  width: 100%;
  height: 261px;
  object-fit: cover;
}

.about3_img {
  width: 60%;
}


.about-image {
  /* margin-top: -100px; */
  border-radius: 2px;
  border: 4px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 18px;
  overflow: hidden;
  width: 80%;
}

.about-image img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  display: block;
  /* Keep zoom centered */
  transform-origin: center;
  /* Improve performance */
  will-change: transform;
}

/* Keyframes for smooth zoom effect */
@keyframes zoomInOut {

  /* Normal size */
  from {
    transform: scale(1);
  }

  /* Slight zoom-in for luxury feel */
  to {
    transform: scale(1.1);
  }
}


.about-image-overlay {
  position: absolute;
  left: 25%;
  bottom: -40%;
  width: 65%;
}

.about-image-overlay img {
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 18px;
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  cursor: pointer;
  animation: zoomInOut 5s ease-in-out infinite alternate;
}

.about-image-overlay img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

@media(max-width:768px) {

  .carousel-item.active img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .heading {
    font-size: 20px !important;
  }
  .spanAddress {
    font-size: 12px !important;
  }

  .about-image {
    padding: 12px;
    margin-top: 0;
  }

  .about-image-overlay {
    position: absolute;
    left: 18%;
    bottom: -40%;
    width: 65%;
  }

  .about1_img {
    width: 100%;
  }

  .about3_img {
    width: 80%;
  }

  .about2_img {
    height: 184px;
  }

  .why-choose {
    padding: 24px 0 !important;
  }

  .sub-text {
    font-size: 13px !important;
    text-align: justify;
  }
  .sub-text strong{
    font-size: 13px !important;
  }

}

/*=============== about bg end ============ */


.header_line {
  z-index: 99;
  position: relative;
  padding: 9px 0;
  background: #e7bd63;
}

marquee {
  font-size: 58px;
  letter-spacing: 9px;
}

.header_line span {
  -webkit-text-stroke: 1px #ffffff !important;
  color: transparent !important;

}

/* ======= price list section start ============= */
.price-container {
  position: relative;
  background: #f4f7f4;
  background-size: cover;
  height: 420px;
  background-position: center;
  border-bottom: 1px solid rgba(43, 177, 79, 0.18);
}

.price-detail-box {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.price-text {
  padding-top: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.price-text h2 {
  color: #1a2e1d;
  text-align: center;
}

.detail-container {
  width: 76%;
}

.price-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(5, 143, 36, 0.12);
  border-radius: 16px;
  padding: 2.4rem 1.5rem 1.6rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(5, 41, 14, 0.22);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.price-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #a7e3b8, #6fd189);
}
.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 55px rgba(5, 41, 14, 0.30);
}

.price-card .bhk {
  margin-top: 0;
  margin-bottom: 1.2rem !important;
}

.price-card .bhk span {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #2bb14f;
  padding: 8px 30px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 40px;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 4px;
}
.price-row-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8a9a8d;
  font-weight: 500;
}

.price-card .area {
  font-size: 18px;
  color: #1a2e1d;
}
.price-card .area strong {
  font-weight: 600;
}

.price-card .price-detail {
  font-size: 22px;
  font-weight: 600;
  color: #2bb14f;
}

.price-card .paymentplan {
  padding: 10px 0px;
  font-size: 15px;
  font-weight: 500;
  color: #4a6b50;
  margin-bottom: 0;
}

.enquire-btn {
  display: inline-block;
  background: #2bb14f;
  color: #fff;
  border: 2px solid #2bb14f;
  border-radius: 40px;
  padding: 0.7rem 1.6rem;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.enquire-btn:hover {
  background: #fff !important;
  border-color: #2bb14f;
  box-shadow: 0 8px 20px rgba(43, 177, 79, 0.20);
  color: #1ba23f !important;
}

.price-category {
  padding-bottom: 2px;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.gap {
  height: 140px;
}

@media(max-width:768px) {
  .gap {
    height: 0px;
  }

  .price-container {
    height: 100%;
    padding: 2rem 0rem;
  }

  .detail-container {
    width: 100%;
    padding: 0rem 1rem;
  }

  .price-text {
    padding-top: 0px;
  }

  .price-text p {
    font-size: 14px;
    text-align: justify;
  }

  #gap {
    height: 0px;
  }
}



.site-visit-hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  background:
    linear-gradient(135deg, rgba(5, 92, 24, 0.25) 0%, rgba(5, 41, 14, 0.3) 100%),
    url('../img/banner2_new.jpg') center/cover no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  overflow: hidden;
}

.visit-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 4px solid #2bb14f;
  border-radius: 18px;
  padding: 44px 40px;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 28px 60px rgba(5, 41, 14, 0.35);
}

.visit-eyebrow {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #1ba23f;
  margin-bottom: 10px;
}

.visit-card h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a2e1d;
}
.visit-card .heading::after {
  left: 50%;
  transform: translateX(-50%);
}

.visit-place {
  font-size: 14px;
  font-weight: 600;
  color: #2bb14f;
  margin-bottom: 16px;
}

.visit-card p {
  font-size: 14px;
  color: #4a5a4d;
  line-height: 1.65;
  margin-bottom: 28px;
}

.visit-btn {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 40px;
  background: var(--btn-color);
  color: #fff;
  border: 2px solid var(--btn-color);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.visit-btn:hover {
  background: #fff;
  color: #055c18;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(5, 92, 24, 0.30);
}

.video-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
}

.video-play {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.video-play i {
  color: #000;
  font-size: 24px;
}

.waves {
  width: 120px;
  height: 120px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: wave 2s infinite ease-out;
  z-index: 1;
}

@keyframes wave {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}


/* -============ amenities section ================ */
.amenities-section {
  background: #f6f8f6;
}
.amenities-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #2a3b2d;
  margin: 0;
}
.amenity-card {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(43, 177, 79, 0.14);
  border-radius: 14px;
  padding: 20px 20px;
  box-shadow: 0 8px 22px rgba(5, 41, 14, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.amenity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(5, 41, 14, 0.14);
  border-color: rgba(43, 177, 79, 0.4);
}
.amenity-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #1ba23f;
  background: rgba(43, 177, 79, 0.10);
  border-radius: 50%;
}
.amenity-text {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #1a2e1d;
}
@media (max-width: 575px) {
  .amenities-tagline { font-size: 18px; }
  .amenity-card { padding: 16px; gap: 13px; }
}

/* -============ highlight style section start ================ */


.highlight_bg {
  /* padding: 180px 0; */
  position: relative;
}

.highlight_bg::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 268px;
  height: 168px;
}


/* ---- Highlight arrow list ---- */
.hl-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hl-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 4px;
  border-bottom: 1px solid #e3ece5;
  transition: padding-left 0.25s ease;
}
.hl-item:first-child {
  border-top: 1px solid #e3ece5;
}
.hl-item:hover {
  padding-left: 8px;
}
.hl-arrow {
  flex: 0 0 auto;
  color: #2bb14f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.hl-title {
  font-size: 15px;
  font-weight: 500;
  color: #1a2e1d;
  margin: 0 0 4px;
  line-height: 1.3;
}
.hl-sub {
  font-size: 13px;
  color: #5d6b60;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 575px) {
  .hl-title { font-size: 16px; }
  .hl-item { gap: 12px; padding: 13px 2px; }
}

.highlight-img {
  /* overflow: hidden; */
  overflow: hidden;
  border: 5px solid #ffffff;
  border-radius: 8px;
  box-shadow:
    0px 10px 25px rgba(0, 0, 0, 0.18),
    /* Outer shadow */
    0px 2px 4px rgba(255, 255, 255, 0.6) inset;
  /* Soft inner glow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-img img {
  border-radius: 5px;
  transition: transform 0.5s ease-in-out;
}

/* .highlight-img img:hover {
  transform: scale(1.05);
} */

/* =========== gallery section start =========== */

.luxury-slider-section {
  color: #fff;
  /* font-family: 'Poppins', sans-serif; */
}

.owl-nav {
  padding-top: 20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: #757070;
  border: none;
  padding: 0 !important;
  margin: 10px;
}

.owl-next,
.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.owl-next span,
.owl-prev span {
  font-size: 32px;
  margin-top: -10px;
}


.luxury-slider .g-slide {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.luxury-slider .g-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
  filter: brightness(0.9) contrast(1.05);
}

.luxury-slider .g-slide:hover img {
  transform: scale(1.04);
  filter: brightness(1) contrast(1.1);
}

/* ====== gallery section end ========== */



/* ===================floor style end======================================= */


.footer_bg {
  /* background-image: url("../img/map_bg.png"); */
  padding: 90px 0;
  color: #fff;
  position: relative;
  z-index: 2;
  background-size: cover;
}


/* .footer_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000a8;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;

} */



.footer {
  position: relative;
  z-index: 1;
}

.footer_bg h2 {
  position: relative;
  /* color: #005aa7; */
}



.footer_contant p {
  line-height: 26px;
  letter-spacing: 1.1px;
  color: var(--light-black-color);
  text-align: justify;
}

.footer_contant .contact_us ul li i {
  font-size: 14px;
  color: #ffffff;
  background-color: var(--btn-color);
  border-radius: 50pc;
  padding: 15px;
}

.footer_contant .contact_us ul li p {
  color: var(--green-text-color);
  font-weight: bold;
}

.footer_contant .contact_us ul li span {
  font-size: 18px;
  color: #000000;
}

.contect-form {

  margin: 0px;

}

.contect-form .form_section {
  padding: 28px 42px;

  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 12px 26px;

  background: #fff;
  /* border-top: 20px solid var(--primary-color); */
  opacity: .9;
  /* border-top: 20px solid #005aa7de; */
  border-radius: 10px;
}

.contect-form h3 {
  position: relative;
  color: #000;
}

.foooter_form .form-control::placeholder {
  color: #fff;

}

.footer_b .information-web {
  margin: 0 auto;
  font-size: 14px;
}

.footer-bootom {
  border-top: 3px solid #2bb14f;
  background: linear-gradient(135deg, #0b2310 0%, #06430f 100%);
  padding: 30px 0;
  color: #dfe9e1;
}

.footer-bootom ul a {
  font-size: 16px;
  color: #6fd189;
  text-decoration: underline
}

/* Footer nav links (Home | About Us | Contact Us | ...) */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav li {
  display: flex;
  align-items: center;
}

.footer-nav li:not(:last-child)::after {
  content: "|";
  color: #ffffff;
  opacity: 0.55;
  margin: 0 14px;
}

.footer-bootom ul.footer-nav a {
  color: #e2e2e2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.footer-bootom ul.footer-nav a:hover {
  color: #6fd189;
  text-decoration: none;
}


/* ====================================footer  form style end===================================================== */

/* scroll style btn css=========== */

.go-top {
  position: fixed;
  bottom: 30%;
  left: -65px;
  padding: 9px 20px;
  cursor: pointer;
  z-index: 991;
  background: #e7bd63;
  border-radius: 7px;
  transform: rotate(90deg);
}

.go-top a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

}

.go-top p {
  letter-spacing: 1px;
}

.go-top i {
  font-size: 22px;
  background: #fff;
  padding: 6px;
  border-radius: 50pc;
  color: #e7bd63;
}

/* ==============================responsiive================================================== */


@media only screen and (min-width: 991px) and (max-width: 1600px) {

  .header .menu ul li a {
    padding: 0 11px;
    font-size: 16px;

  }

  .header .logo img {
    width: 170px !important;
  }

  .header .contact-us {
    padding: 7px 8px;
  }

  .header .contact-us ul li a {
    font-size: 13px;
  }


  .bgk {
    background-color: var(--secondary-color);
    padding: .25rem 0px;
    border-radius: 3px;
    text-align: center;
  }

  #SubmitQuerytop {
    /* font-size: 12px; */
    height: 35px;
  }

  .call_now {
    font-size: 14px;
  }

  .call_now .fa {
    color: #fff;
    font-size: 14px;
  }

  .bgk {
    margin-top: 15px !important;
  }

  .form_section p {
    font-size: 13px;
  }

  .madal-reload .modal-dialog {
    width: 550px !important;
  }

  .btan_g {
    padding: 3px 9px;
    font-size: 15px;
  }

  .madal-reload h5 {
    font-size: 21px;
  }



  .item .inner p span.key {
    font-size: 19px;
    padding-bottom: 6px;
  }

  .item .inner p span {
    font-size: 19px;
  }

  .item .inner {
    padding: 15px 13px;
  }


}




@media only screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }


  .menu ul {
    position: fixed;
    text-align: left;
    top: 0;
    right: -100%;
    background-color: rgb(244, 241, 232);
    width: 100%;
    height: 100vh;
    transition: 0.3s;
    z-index: 999;
    padding-top: 52px;
    border-radius: 0cap;
  }

  .header .menu a {
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
    justify-content: flex-start;
    padding: 0 0px !important;
  }

  .menu ul li {
    display: block;
    padding: 17px 0 17px 23px;

  }

  .menu ul li:last-child {
    border: none;
  }

  .hamberger {
    display: flex;
    justify-content: flex-end;
  }

  .mobilemenu {
    position: relative;
    background-color: #000;
    width: 16px;
    height: 2px;
    transition: all 0.3s;
    z-index: 999;
    justify-content: space-around;
    display: flex;
    align-items: center;
    top: -15px;
    cursor: pointer;
  }

  .mobilemenu::after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 20px;
    height: 2px;
    bottom: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .mobilemenu::before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 20px;
    height: 2px;
    top: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .menu.active .mobilemenu {
    background: transparent;
    transition: all 0.3s;
    cursor: pointer;
  }

  .menu.active .mobilemenu::after {
    transform: rotate(45deg);
    transition: all 0.3s;
    bottom: 0;
    background-color: #000000;
  }

  .menu.active .mobilemenu::before {
    transform: rotate(-45deg);
    transition: all 0.3s;
    top: 0;
    background-color: #000000;
  }



  .menu ul li a {
    position: relative;
  }

  .menu.active ul {
    top: 0;
    right: 0;
    transition: all 0.5ms;
    transition: 0.3s;
  }




  .menu ul li a::after {
    position: absolute;
    right: 50%;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    content: "";
    background-color: transparent;
  }

  .header ul li a.active {
    background: transparent;
    padding: 0px;
    color: #000 !important;
  }

  .header .menu ul li a.active {
    color: #000 !important;
  }

  .header ul li a {
    padding: 0;
  }


  .header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
  }

  .Banner-form {
    position: relative;
    width: 100%;
  }

  .banner_bg .banner_img .img_banner img {
    height: 727px;
  }

  .banner_slider_text h5 {
    padding: 12px 0;
  }

  .banner_bg .banner h4 {
    display: block;
    margin: 5px 0;
    padding: 0;
  }

  .banner h4 span .fa {
    color: #ececec;
    border-radius: 50pc;
    background: linear-gradient(to right, #f4f1e8d9, #f4f1e885);
    width: 41px;
    height: 38px;
    place-content: center;
    display: flex;
    padding: 0;
    align-items: center;
    transition: 0.3s;
  }

  .banner h4 h3 {
    border: 2px solid #ffffff;
    padding: 4px 32px;
    border-radius: 27px 8px 8px 27px;
    margin: 0 0 0 -28px;
    z-index: -6;
    font-size: 20px !important;
  }

  .banner .form_section::after {
    position: absolute;
    top: 0;
    left: 0;
  }

  .banner .banner_text .form_section {
    width: 100%;
    margin: 0;
  }

  .banner .banner_wrapper_text .bgk ul li p {

    font-size: 42px !important;

  }

  .gallery_bg .gallery_wrap {

    height: 50vh;
  }

  .gallery_bg .gallery_img h3 {
    font-size: 25px;
    left: 15px;
    top: 10px;
  }

  .footer_bg {

    padding: 50px 0;
  }

  .about_bg .about_img img {
    height: 100%;
  }


  .header .contact-us {
    display: none;
  }

  /* ========================sticky_icon mob====================================== */

  .sticky_icon {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }


  .sticky_icon ul li a {
    color: #ffffff;
  }

  .sticky_icon ul li {
    background-color: #c54e61;
    padding: 14px 0;
    text-align: center;
    border-right: 2px solid #c6c6c6;
  }

  .footer-bootom {
    padding: 23px 0 70px 0;
  }


  .about_bg::after {
    display: none;
  }

  .contect-form {

    margin: 0 0px;

  }

  .contect-form .form_section {
    margin: 0;
  }


  .high_img {
    position: absolute;
    z-index: 9;
    top: 13%;
    right: 14%;
  }

  .header .menu {
    background-color: transparent;
    padding: 0PX;
    border-radius: 0PX;
    border-bottom: 0px solid #f4f1e8;
    border-right: 0px solid #f4f1e8;
  }

  .bgk {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
  }

  .bgk::after {
    display: none;
  }

  .bgk::before {
    display: none;
  }


  .banner .banner_wrapper_text {
    margin: 0 0 0 0;
    padding: 30px 12px;
    border: none;
    border-radius: 0;
    outline: none;
    width: 100%;
    box-shadow: none;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }


  .location_img::after {
    display: none;
  }




  .banner .banner_wrapper_text .bgk ul {
    width: 100%;
  }

  .banner .banner_wrapper_text .price_bg {
    width: 100%;

  }

  .banner_bg {
    margin: 0;
  }

  .img_high img {
    width: 74px;
  }

  .hghlight_text img {
    border-radius: 50pc;
    height: 100%;
  }

  .highlight_bg .highlight_text_high {
    margin: 0;
  }

  .highlight_bg .highlight_text_high li {
    padding-bottom: 15px;
  }

  .highlight_bg .highlight_text_high li p {
    line-height: 24px;
    letter-spacing: 0px;
    font-size: 16px;
  }


  .virtual_side_bg::after {
    width: 100%;
  }


  .amenities_right {
    margin: 0;
  }

  .location_img {
    margin: 0;
  }

  .banner .banner_wrapper_text .banner_highlight_text {
    border: 0;
  }

  marquee {
    font-size: 42px;
    letter-spacing: 9px;
  }

  .highlight_tag img {
    width: 100%;
  }



}

@media only screen and (max-width: 767px) {
  h1 {
    color: #000;
  }

  .banner .banner_wrapper_text .addr {
    color: #000 !important;
  }

  .banner .banner_wrapper_text .banner_highlight i {
    color: #6e6d6d;
  }

  .banner .banner_wrapper_text .banner_highlight h3 {
    color: #000;
  }


  .banner .banner_wrapper_text ul li h5 {
    font-size: 24px;
  }

  .banner_bg .banner_img .img_banner img {
    height: 100%;
  }



  .banner_text {
    z-index: 99;
    position: relative;
    padding-bottom: 29px;

    padding-top: 15px;

  }

  .banner .banner_wrapper_text ul li h5 {
    font-size: 21px;
  }

  .banner .banner_wrapper_text .bgk ul li i {
    font-size: 42px;

  }


  .banner .banner_wrapper_text .bgk ul li h3 {
    font-size: 18px;
    color: #000;
    border-bottom: 3px solid #e7bd63a3;
  }


  .banner .banner_wrapper_text .bgk ul li p {
    font-size: 40px !important;
    font-weight: 623;
    color: #000;
  }

  .high_img {
    position: absolute;
    z-index: 9;
    top: 31%;
    right: 6%;
  }

  .high_img img {
    width: 147px;
  }


  .mouse {
    position: absolute;
    z-index: 10000;
    width: 22px;
    height: 42px;
    bottom: 10px;
  }

  .mb-tabl {
    margin-bottom: 30px;
  }

  .mt-tabl {
    margin-bottom: 30px;
  }


  .gallery_img {

    margin: 0px;
  }


  .form_bottom .form_section {
    margin: 0;

    padding: 28px 17px;
  }


  .project_box .bg_high li {
    font-size: 14px;
  }



  .img_high {
    position: absolute;
    top: 3%;
    z-index: 99;
    right: 11%;
  }

  .img_high img {
    width: 64px;
  }


  .banner_bg::after {
    background-color: transparent;

    background-image: none;
  }

  .banner_bg .banner_img .img_banner video {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    animation: color 12s linear infinite;
  }

  .about_bg {
    padding: 50px 0;
  }

  .price_list_bg {
    padding: 50px 0;
  }

  .gallery_bg {
    padding: 50px 0;
  }

  .amenities_bg {
    padding: 50px 0;
  }

  .floor_plan {
    padding: 50px 0;
  }

  .highlight_bg {
    padding: 50px 0;
  }

  .location_bg {
    padding: 50px 0;
  }

  .map {
    overflow: hidden;
    padding-bottom: 89.25%;
    position: relative;
    height: 0;
  }

  .floor_plan_img img {
    height: 100%;
  }


  .gallery_img .overlay a {
    color: #000;
    font-size: 15px;
  }

  .gallery_img .overlay a i {
    color: #ffffff;
    font-size: 11px;
  }


  .amenities_bg h5 {
    font-size: 17PX;
  }

  .highlight_bg .highlight_text_high .highlight_icon {
    position: relative;
    left: 0;
  }

  .contect-form .form_section {
    margin: 0;
  }

  .about_bg .highlight_about_text .about_highlight li h5 {
    font-size: 18px;
  }

  .highlight_bg .hilight_wrapp_text .highlight_wrapp ul li p {
    font-size: 15px;
  }

  .location_bg h5 {
    font-size: 15px;
  }

  .about_bg p {
    color: #000000;
    line-height: 24.1px;
    letter-spacing: 1.01px;
    font-size: 15px;
    text-align: justify;
  }


  .virtual_side .virtual_text .fa-circle-play {
    font-size: 59px;
  }

  .virtual_side .virtual_text h3 {
    font-size: 26px;
    letter-spacing: 2px;

  }

  .highlight_tag {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .highlight_tag img {
    height: 80px;
  }


  .virtual_side_bg {
    padding: 80px 0;
  }

  .banner_wrapper_text h1 {
    color: #000000 !important;
  }

  .banner .banner_wrapper_text i {
    color: #fff;
  }

}

/* responsive end */

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


#about {
  padding: 4rem 0rem;
}

.about-container {
  position: relative;
  padding: 0 2rem;
}



.about-detail {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  max-width: 650px;
  background: #e7bd63;
  color: #fff;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.about_highlight_text i {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  color: #e7bd63;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  display: inline-flex;
}

.about-detail p {
  text-align: justify;
}

#location_jump {
  padding: 3rem 1rem;
  background: #f7f9fc;
}

.info-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
  height: 100%;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card i {
  font-size: 2rem;
  color: #e7bd63;
  margin-bottom: 0.5rem;
}

.info-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.info-card p {
  font-size: 0.95rem;
  color: #555;
}

.location_img img {
  width: 100%;
  height: 360px;

}

@media(max-width:768px) {
  .col-sm-6 {
    width: 50%;
  }

  .about-container {
    padding: 0;
  }

  .about-detail {
    position: relative;
    margin-top: 1rem;
    top: 0%;
    right: 0%;
    max-width: 100%;
    padding: 1rem 12px;
    transform: translateY(0%);
  }

  .visit-card {
    padding: 20px 15px;
  }

  .visit-card p {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .footer_contant p {
    font-size: 14px;
    letter-spacing: 1px;
  }

}

@media screen and (max-width: 1024px) and (max-height: 600px) {
  .price-detail {
    font-size: 18px;
  }

  .luxury-slider .g-slide img {
    height: 335px;
  }

  .contect-form {
    margin: 0px;
  }
}

#floorplan {
  padding: 4rem 0rem;
  position: relative;
  width: 100%;
}

.left-animationimage {
  position: absolute;
  z-index: -1;
  top: 5%;
  left: 3%;
  /* background-image: url('image/leaf-vector.html'); */
  width: 20rem;
  height: 20rem;
  background-size: contain;
  background-repeat: no-repeat;
  animation: floatUpDown 4s ease-in-out infinite;
}

.right-animationimage {
  position: absolute;
  z-index: -1;
  bottom: 5%;
  right: 0;
  /* background-image: url('image/flower_bg.html'); */
  width: 12rem;
  height: 12rem;
  background-size: contain;
  background-repeat: no-repeat;
  animation: floatUpDown 4s ease-in-out infinite;
}


@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* .master-plan-img {
  background-image: url('../img/birla_masterplan.jpg');
}

.unit-plan-img {
  background-image: url('../img/birla_unitplan.jpg');
} */


.floor-card {
  height: 350px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 2rem;
}

.unit-plan {
  justify-content: end !important;
}

.unit-plan .floor-detail {
  text-align: end;
}

/* ---- Modern floor-plan card ---- */
.unit-plan-card {
  position: relative;
  height: 360px;
  border-radius: 18px;
  overflow: hidden;
  background: #f4f7f4;
  border: 1px solid rgba(5, 143, 36, 0.12);
  box-shadow: 0 8px 28px rgba(5, 92, 24, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.unit-plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(5, 92, 24, 0.20);
}

/* The plan image — shown crisp and fully visible, padded inside the card */
.unit-plan-card .unit-plan-blur {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.6s ease;
}
.unit-plan-card:hover .unit-plan-blur {
  transform: scale(1.06);
}

/* Dark gradient scrim — keeps the button readable, deepens on hover */
.unit-plan-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
              rgba(5, 41, 14, 0) 35%,
              rgba(5, 41, 14, 0.55) 100%);
  transition: background 0.4s ease;
}
.unit-plan-card:hover::after {
  background: linear-gradient(180deg,
              rgba(5, 41, 14, 0.25) 0%,
              rgba(5, 41, 14, 0.75) 100%);
}

/* Button pinned to the bottom of the card */
.top-btn {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.unit-plan-card .top-btn a {
  display: inline-block;
  text-decoration: none;
  background: #1ba23f;;
  color: #fff;
  padding: .7rem 1.8rem;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .2px;
  border: 2px solid #1ba23f;
  border-radius: 40px;
  text-transform: capitalize;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.unit-plan-card .top-btn a:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--secondary-dark-color);
  transform: translateY(-2px);
}

.floor-detail a {
  background-color: #fff;
  padding: 12px 24px;
  border: 1px solid #7298a357;
  color: #000;
  text-decoration: none;
}

.floor-detail a:hover {
  background-color: #7298a357;
  color: #000000;
}

.location-advantage .border-bottom {
  border-bottom: 1px solid #f4f0eb !important;
}

/* ---- Location advantage list ---- */
.loc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.loc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 4px;
  border-bottom: 1px solid #ebefe9;
  transition: padding-left 0.25s ease;
}
.loc-row:first-child {
  border-top: 1px solid #ebefe9;
}
.loc-row:hover {
  padding-left: 12px;
}
.loc-place {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  /* font-weight: 500; */
  color: #1a2e1d;
}
.loc-place::before {
  content: "\1F4CD"; /* 📍 round pushpin emoji */
  font-size: 15px;
  flex: 0 0 auto;
  line-height: 1;
}
.loc-time {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background: rgba(43, 177, 79, 0.10);
  padding: 5px 14px;
  border-radius: 30px;
  white-space: nowrap;
}

.map-image {
  border-radius: 16px;
  padding: 6px;
  background: #fff;
  border: 1px solid rgba(43, 177, 79, 0.18);
  box-shadow: 0 16px 40px rgba(5, 41, 14, 0.12);
  overflow: hidden;
}

.map-image img,
.map-image iframe {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.map-image iframe {
  height: 420px;
}

@media (max-width: 575px) {
  .loc-place { font-size: 14px; gap: 10px; }
  .loc-row { padding: 14px 2px; }
}

.accordion-button:not(.collapsed) {
  background-color: var(--bg-gray);
}
.faq-section .accordion-button {
  font-size: 15px;
}

.faq-section .accordion-body {
  font-size: 14px;
  line-height: 1.6;
}

.copyright-text {
  font-size: 13px;
  color: #dbdada;
}
@media screen and (width: 1024px) and (height: 600px) and (orientation: landscape) {

  .g-slide {
    position: relative;
    overflow: hidden;
  }

  .g-slide img {
    width: 100%;
    display: block;
    border-radius: 10px;
    /* optional rounded corners */
  }

  .g-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    /* semi-transparent background */
    color: #fff;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0 0 10px 10px;
    /* match rounded corners */
  }
}

@media(max-width:768px) {

  .highlight_img img {
    object-fit: contain;
    height: 100%;
  }

  .about_video img {
    height: 150px;
    object-fit: cover;
  }

  .price-text {
    padding-top: 20px;
  }

  .faq-section .accordion-button {
    font-size: 13px;
  }
  .faq-section .accordion-body {
    font-size: 13px;
    line-height: 1.6;
  }

  .banner .banner_wrapper_text {
    background: #fff;
    padding: 0px 0px !important;
  }
  .banner .banner_wrapper_text h3 {
    font-size: 18px;
  }

  .banner .banner_wrapper_text .banner-project-detail p {
    color: #000 !important;;
  }

  .popup-btn a {
    font-size: 20px;
  }

  #floor .col-lg-6 {
    width: 100%;
  }

  .floor-card {
    height: 154px;

  }

  .luxury-slider-section {
    padding: 20px 0px;
    background-color: #ddd;
  }

  #floor {
    padding: 2rem 0rem;
  }

  .unit-plan-card {
    height: 300px;
  }

  .about-detail {
    padding: 1rem 12px;
  }
}

.float-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 35px;
  box-shadow: 2px 2px 3px #999;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.float-whatsapp:hover {
  background-color: #128C7E;
  color: #fff;
  transform: scale(1.1);
}

.float-call {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  left: 25px;
  background-color: #007bff;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 35px;
  box-shadow: 2px 2px 3px #999;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.float-call:hover {
  background-color: #0056b3;
  color: #fff;
  transform: scale(1.1);
}

.my-float {
  margin-top: 0px;
}

/* ================= Why Choose Section Styling ================= */
.why-choose {
  padding: 55px 0;
  /* background-color: #f6f8f9; */
}

/* ---- Offer / launch-price banner ---- */
.offer-banner {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #eef7f0 100%);
  border: 1px solid rgba(43, 177, 79, 0.22);
  border-radius: 20px;
  padding: 46px 32px 38px;
  box-shadow: 0 20px 50px rgba(5, 41, 14, 0.10);
  overflow: hidden;
}
.offer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  /* background: linear-gradient(180deg, #6fd189, #2bb14f); */
  background: linear-gradient(180deg, #6fd189, #747975);
}

.offer-flag {
  position: absolute;
  top: 18px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #ddf2e3;
  /* background: #2bb14f; */
  color: #000;
  /* color: #1ba23f; */
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 30px;
  border: 1px solid rgba(5, 143, 36, 0.35);
  /* box-shadow: 0 6px 16px rgba(43, 177, 79, 0.10); */
}

.offer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 1.6fr;
  align-items: center;
  gap: 30px;
}
.offer-block {
  display: flex;
  flex-direction: column;
}
.offer-config + .offer-price,
.offer-price + .offer-action {
  border-left: 1px solid rgba(43, 177, 79, 0.30);
  padding-left: 30px;
}

.offer-eyebrow {
  font-size: 18px;
  font-weight: 600;
  color: #1a2e1d;
  margin-bottom: 6px;
}
.offer-strike {
  font-size: 14px;
  color: #4a6b50;
  font-weight: 500;
}

.offer-price-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4a6b50;
  margin-bottom: 2px;
}
.offer-price-value {
  font-size: 38px;
  font-weight: 600;
  color: #1ba23f;
  line-height: 1.1;
}
.offer-price-value sup {
  font-size: 18px;
  top: -0.7em;
}
.offer-eoi {
  display: inline-block;
  align-self: flex-start;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  /* color: #1ba23f; */
  background: rgba(43, 177, 79, 0.12);
  padding: 4px 12px;
  border-radius: 30px;
}

.offer-line {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 500;
  color: #2a3b2d;
  margin: 0 0 8px;
}
.offer-line i {
  color: #2bb14f;
  font-size: 14px;
}
.offer-final {
  font-weight: 600;
  color: #c0392b;
}
.offer-final i {
  color: #e8552d;
}
.offer-btn {
  display: inline-block;
  margin-top: 8px;
  align-self: flex-start;
  background: #2bb14f;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  padding: 11px 30px;
  border: 2px solid #2bb14f;
  border-radius: 40px;
  transition: all 0.25s ease;
}
.offer-btn:hover {
  background: #fff;
  color: #1ba23f;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(43, 177, 79, 0.22);
}

@media (max-width: 991px) {
  .offer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 14px;
  }
  .offer-config + .offer-price,
  .offer-price + .offer-action {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(43, 177, 79, 0.20);
    padding-top: 22px;
  }
  .offer-banner { padding: 30px 22px; }
}

/* ===== EMI Calculator ===== */
.emi-section .heading {
  color: #1a1014;
}
.emi-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 28px;
  max-width: 1000px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(5, 143, 36, 0.12);
}
.emi-field {
  margin-bottom: 22px;
}
.emi-field label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #1a1014;
  margin-bottom: 8px;
}
.emi-input-row {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 4px 10px;
  margin-bottom: 10px;
}
.emi-input-row input {
  flex: 1;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #1a1014;
  padding: 8px 6px;
  width: 100%;
}
.emi-prefix,
.emi-suffix {
  font-size: 15px;
  font-weight: 600;
  color: var(--secondary-dark-color);
  padding: 0 6px;
}
.emi-field input[type="range"] {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 4px;
  background: linear-gradient(to right, #1ba23f 0%, #4cc46a var(--p, 50%), #ececec var(--p, 50%), #ececec 100%);
  border-radius: 4px;
  outline: none;
}
.emi-field input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #2bb14f;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(43, 177, 79, 0.4);
}
.emi-field input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2bb14f;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(43, 177, 79, 0.4);
}
.emi-range-label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

.emi-result {
  background: linear-gradient(135deg, #4cc46a, #1ba23f);
  color: #ffffff;
  border-radius: 14px;
  padding: 28px 22px;
}
.emi-result-label {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bdf0c8;
}
.emi-result-value {
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
.emi-breakup {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.emi-breakup li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}
.emi-breakup li:last-child {
  border-bottom: 0;
}
.emi-breakup li span {
  color: #cdeed4;
}
.emi-breakup li strong {
  color: #ffffff;
  font-weight: 500;
}
.emi-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #055c18;
  border-radius: 30px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.emi-cta:hover {
  background: #bdf0c8;
  color: #055c18;
}
@media (max-width: 575px) {
  .emi-card { padding: 22px 18px; }
  .emi-result-value { font-size: 28px; }
}

/* Light Marq Modal (Schedule a Callback) */
.marq-modal-light {
  background: #ffffff;
  color: #1a1014;
  border: 1px solid rgba(5, 143, 36, 0.18);
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  padding: 26px 26px 30px;
}
.marq-modal-light .modal-header {
  padding: 0;
  min-height: 0;
}
.marq-modal-light .btn-close-x {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgb(246, 246, 246);
  /* background: rgba(5, 143, 36, 0.08); */
  border: 1px solid rgba(5, 143, 36, 0.25);
  color: #6c757d;
  /* color: #058f24; */
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}
.marq-modal-light .btn-close-x:hover {
  background: rgba(5, 143, 36, 0.15);
}
.marq-modal-light .marq-eyebrow {
  color: #058f24;
}
.marq-modal-light .marq-eyebrow .dash {
  color: #3db858;
}
.marq-modal-light .marq-modal-title,
.marq-modal-light .marq-modal-title-lg {
  color: #1a1014;
}
.marq-modal-light .marq-modal-title em,
.marq-modal-light .marq-modal-title-lg em {
  /* color: #e7bd63; */
  color: var(--green-text-color);
}
.marq-modal-light .marq-modal-sub {
  color: #555555;
}
.marq-modal-light .marq-input {
  background: #f6f6f6 !important;
  border: 1px solid #d8d8d8 !important;
  color: #1a1014 !important;
}
.marq-modal-light .marq-input::placeholder {
  color: #8e8e8e !important;
}
.marq-modal-light .marq-input:focus {
  border-color: #058f24 !important;
  box-shadow: 0 0 0 0.15rem rgba(5, 143, 36, 0.15) !important;
  background: #ffffff !important;
  color: #1a1014 !important;
}
.marq-modal-light .icon-inside i {
  color: #8e8e8e;
}
.marq-modal-light .marq-pill {
  color: #1f1f1f;
  /* color: #058f24; */
  /* background: rgba(5, 143, 36, 0.12); */
  border: 1px solid rgba(5, 143, 36, 0.35);
}
/* .marq-modal-light .marq-pill .dot {
  background: #058f24;
  box-shadow: 0 0 8px rgba(5, 143, 36, 0.45);
} */

/* Dark Marq Modals (auto-popup + Schedule a Callback) */
.marq-modal-dark {
  background: #11210f;
  color: #eaf6ec;
  border: 1px solid rgba(61, 184, 88, 0.25);
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  padding: 26px 26px 30px;
}
.marq-modal-dark .modal-header {
  padding: 0;
  min-height: 0;
}
.marq-modal-dark .btn-close-x {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}
.marq-modal-dark .btn-close-x:hover {
  background: rgba(255, 255, 255, 0.12);
}

.marq-eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  color: #a9d6b4;
  text-transform: uppercase;
}
.marq-eyebrow .dash {
  color: #3db858;
  margin-right: 6px;
}

.marq-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #eaf6ec;
  background: rgba(61, 184, 88, 0.0);
  border: 1px solid rgba(61, 184, 88, 0.45);
  border-radius: 30px;
  padding: 6px 14px;
}
.marq-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3db858;
  /* box-shadow: 0 0 8px #3db858; */
}

.marq-modal-title,
.marq-modal-title-lg {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.2px;
}
.marq-modal-title {
  font-size: 24px;
  line-height: 1.25;
}
.marq-modal-title-lg {
  font-size: 32px;
  line-height: 1.15;
}
.marq-modal-title em,
.marq-modal-title-lg em {
  color: #3db858;
  font-style: italic;
  font-weight: 500;
}

.marq-modal-sub {
  color: #b9d8bf;
  font-size: 13px;
  line-height: 1.55;
}
.marq-modal-sub .urgent {
  /* color: #e7bd63; */
  color: #058f24;
  font-weight: 600;
}

.marq-input {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  height: 44px;
}
.marq-input::placeholder {
  color: #8fb89a !important;
}
.marq-input:focus {
  border-color: #3db858 !important;
  box-shadow: 0 0 0 0.15rem rgba(61, 184, 88, 0.2) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}
.marq-modal-dark .icon-inside i {
  color: #9aa39c;
}

.marq-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-color);
  color: #ffffff;
  border: 2px solid var(--btn-color);
  border-radius: 30px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}
.marq-btn-primary:hover {
  background: var(--btn-color);
  border-color: var(--btn-color);
  color: #fff;
  opacity: 0.9;
}
.marq-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000;
  border: 2px solid var(--btn-color);
  border-radius: 30px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
.marq-btn-whatsapp:hover {
  background: #fff;
  opacity: 0.9;
  color: #000;
  box-shadow: 0 10px 24px rgba(5, 92, 24, 0.22);
}

/* Bounce download icon */
.bounce-icon {
  display: inline-block;
  animation: bounceY 1.4s ease-in-out infinite;
}
@keyframes bounceY {
  0%, 100% { transform: translateY(0); }
  25%      { transform: translateY(-4px); }
  50%      { transform: translateY(0); }
  75%      { transform: translateY(-2px); }
}

/* About Image Grid */
/* .about-image-grid {
  border: 5px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
} */

.about-image-grid img {
  height: 220px;
  object-fit: cover;

}
.about-image-grid .col-12 img {
  height: 280px;
}
@media (max-width: 575px) {
  .about-image-grid img {
    height: 160px;
  }
  .about-image-grid .col-12 img {
    height: 220px;
  }
}

/* Master Plan Section */
.masterplan-section {
  width: 100%;
  padding: 50px 0;
  background: #f6f8f9;
}
.masterplan-image-wrapper {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  border-radius: 16px;
  /* border: 1px solid rgba(0, 0, 0, 0.08); */
  box-shadow: 0 16px 40px rgba(5, 41, 14, 0.12);
}
.masterplan-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Master plan text side */
.mp-lead {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: #4a5a4d;
  margin-bottom: 20px;
}
.mp-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}
.mp-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #1a2e1d;
  padding: 9px 0;
  border-bottom: 1px solid #e7ece8;
}
.mp-list li i {
  color: #2bb14f;
  font-size: 14px;
  margin-top: 3px;
  flex: 0 0 auto;
}
.mp-cta {
  display: inline-block;
  background: var(--btn-color);
  color: #fff;
  border: 2px solid var(--btn-color);
  border-radius: 40px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
.mp-cta:hover {
  background: #fff;
  color: #055c18;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(5, 92, 24, 0.22);
}
@media (max-width: 575px) {
  .masterplan-image-wrapper { height: 300px; }
}
.masterplan-img.blur-img {
  filter: blur(7px);
  -webkit-filter: blur(7px);
  /* transform: scale(1.03); */
  transition: filter 0.4s ease;
}
.masterplan-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.10);
  z-index: 2;
}
.masterplan-overlay .btan {
  font-size: 16px;
  padding: 14px 32px;
  /* background: var(--btn-color);
  color: #ffffff; */
  background: #f2f5f3;
  color: #000;
  border: 1px solid var(--btn-color);
}
.masterplan-overlay .btan:hover {
  opacity: 0.9;
  /* color: #ffffff; */
}