@font-face {
  font-family: "MalayalamMN";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/MalayalamMN//MalayalamMN.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "FuturaBQ-DemiBold";
  font-weight: 400;
  src: url(../fonts/FuturaBQ-DemiBold.otf);
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "FuturaBQ-DemiBold";
}

#navbarNav a {
  scroll-margin-top: 50px;
}

.page-wrapper {
  background-color: #e2e6e9;
}

.sec1 {
  background: #fff;
  padding: 30px 10px;
  margin: 10px;
}

.sec2 {
  background: #efebeb;
  margin: 10px;
  padding: 30px 10px;
}

.sec3 {
  /* background: #efebeb; */
  margin: 9px;
  padding: 0px;
}

.sec4 {
  background: #efebeb;
  margin: 10px;
  padding: 40px 30px 0px;
}

.section-title {
  font-size: 25px;
  color: var(--Primary-color);
  font-weight: 400;
  text-align: center;
  margin: 0px 0px 30px;
  padding: 10px;
  position: relative;
}

.section-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #a39d9d;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--Primary-color);
  bottom: 0;
  left: calc(50% - 20px);
}

p {
  font-size: 15px;
  font-weight: 400;
}

.dark-back {
  background-color: #232d30;
}

section {
  border: transparent;
}

.mx-auto {
  margin: auto;
}

.banner-col {
  color: #c0840d;
  font: 600;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
}

.nav-link.ps4u-logo img {
  display: block;
  width: 50px;
}

#home .project-details .price {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

#policy-container {
  width: 90%;
  max-width: 1140px;
  margin: 70px auto 20px;
  padding-bottom: 10px;
}

.price-text {
  font-size: 26px;
  margin: 0px 0px 8px 0px;
  text-align: center;
}

.price-sub-text {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 1.5px;
}

.navbar-toggler-icon {
  color: dark;
}

nav.navbar {
  background-color: #fff;
  padding: 5px 20px;
  height: 60px;
  width: calc(100% - 300px);
  box-shadow: 0px 2px 8px 0px #00000040;
}

nav.navbar.navbar-policy {
  background-color: #fff;
  padding: 6px 100px;
  width: 100%;
  box-shadow: 0px 2px 8px 0px #00000040;
}

nav.navbar.navbar-policy .navbar-light .navbar-brand {
  height: 59px;
  align-items: center;
  display: flex;
}

.nav ul.navbar-collapse {
  margin: 0px 20px 0px 0px;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0px 13px;
  font-weight: 500;
  font-size: 1.1vw;
  color: #474749;
}

.navbar-light .navbar-nav .nav-item:hover a.nav-link {
  text-decoration: dashed;
  color: #a98028;
}

.contact-btn {
  border-radius: 10px;
}

.main-container {
  margin-top: 50px;
}

.left-section {
  width: calc(100% - 300px);
}

#home {
  background-color: #bfc2c3;
  position: relative;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 15px;
  height: 15px;
}

.slide-btn .carousel-control-prev {
  margin-left: 30vw;
  margin-top: 52%;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  z-index: 99;
}

.slide-btn .carousel-control-next {
  margin-right: 30vw;
  margin-top: 52%;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  z-index: 99;
}

.slide-btn {
  display: flex;
  justify-content: center;
  bottom: 0px;
}

.carousel-indicators [data-bs-target] {
  height: 4px;
}

#home .img-banner2 {
  margin: 100px 0px 50px;
}

#home .project-details {
  position: absolute;
  background: url(../images/contact/patter1.webp) top right / 100% no-repeat
    transparent;
  background-color: #fff;
  border-radius: 22px;
  padding: 16px;
  top: 25px;
  margin: 9px 640px 0px 12px;
  width: 300px;
  height: auto;
  box-shadow: 0 0 10px 0 #7f7a7a;
}

#home .project-details h1 {
  font-size: 24px;
  letter-spacing: 1px;
  word-spacing: 4px;
}

#home .project-details h5 {
  font-size: 16px;
}

#home .project-details h2 {
  font-size: 30px;
  margin: 40px 0px -1px;
}

#home .project-details h3 {
  font-size: 14px;
  margin: 0px 0px 10px 42px;
}

#home .project-details h2 .price {
  letter-spacing: -2px;
  font-weight: 900;
  color: var(--Primary-color);
}

.desktop-summary {
  position: absolute;
  width: 300px;
  right: 0;
  z-index: 9999;
  position: fixed;
  top: 0;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 -1px 11px 0px #0000008f;
}

.og-block {
  padding: 0;
}

.og-block .btn {
  background-color: #000;
  color: #fff;
  border: 0;
  font-size: 13px;
  width: 100%;
  border-radius: 0;
}

.og-block .btn:first-child {
  border-right: 1px solid #fff;
}

.call-back-section .callBackBtn {
  width: 100%;
  text-shadow: 0px 3px 6px #322601;
  background-color: #503d10;
  background: linear-gradient(
    -45deg,
    var(--Secondary-color),
    var(--button-color),
    var(--Secondary-color),
    var(--button-color)
  );
  background: linear-gradient(-45deg, #b59656, #e0c184, #b59656, #e0c184);
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite;
  -moz-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
  color: var(--colorBtn);
  border: none;
  color: #fff;
  font-size: 14px;
}

form .form-check-input:checked {
  background-color: #858383;
  border: 1px solid #858383;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.form-section {
  height: calc(100% - 80px);
  padding-top: 30px !important;
}

.form-section h2 {
  font-size: 16px;
  font-weight: 400;
}

.preRegisterBtn {
  text-shadow: 0px 3px 6px #322601;
  background-color: #503d10;
  background: linear-gradient(
    -45deg,
    var(--Secondary-color),
    var(--button-color),
    var(--Secondary-color),
    var(--button-color)
  );
  background: linear-gradient(-45deg, #b59656, #e0c184, #b59656, #e0c184);
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite;
  -moz-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
  color: var(--colorBtn);
  border: none;
  color: #fff;
  font-size: 14px;
}

.offers {
  padding: 10px 0px 10px 0px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  background: fixed;
  transform: scale(1);
}

.offers-list {
  padding: 10px;
  color: #fff;
  margin: 10px;
  font-weight: 400;
  font-size: 13px;
  background: #dddbdb;
  transform: scale(1);
  border: 0px;
  -webkit-animation: pulse 1.5s ease infinite;
}

.offers-list li {
  letter-spacing: 0.5px;
  color: #000;
}

.offers li {
  background: #ccc;
  padding: 4px 10px;
  margin-bottom: 0;
  border-radius: 0;
}

.offers li:first-child {
  border-radius: 6px 6px 0 0;
}

.offers li:last-child {
  border-radius: 0 0 6px 6px;
}

.offerBox {
  padding: 5px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  width: 95%;
  background: fixed;
  margin: 10px auto;
  transform: scale(1);
  text-align: center;
}

.offerBox .innerBox {
  border: 2px dashed #fff;
  padding: 10px 0;
}

.offerBox .innerBox p {
  font-size: 15px;
}

.tableOffers {
  background: #eeee !important;
  border-radius: 5px;
  padding: 10px;
}

.tableOffers table {
  border-collapse: collapse;
  min-width: 60%;
  max-width: 100%;
  margin: auto;
}

.tableOffers table td {
  font-weight: 400;
}

.animatedtext {
  background: linear-gradient(
    to right top,
    var(--Secondary-color),
    var(--Primary-color),
    var(--Primary-color),
    var(--Primary-color)
  );
  background-size: 400% 200%;
  animation: popup 2s ease-in-out infinite;
}

@keyframes popup {
  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.effetMoveGradient,
.effetMoveGradient:hover {
  text-shadow: 0px 3px 6px #322601;
  background-color: #503d10;
  background: linear-gradient(
    -45deg,
    #ffc541,
    #664907,
    #f1c458,
    #382b02
  ) !important;
  background-size: 400% 400%;
  -webkit-animation:
    Gradient 3s ease infinite,
    rocking 3s ease infinite;
  animation-delay: 2s !important;
  -moz-animation:
    Gradient 3s ease infinite,
    rocking 3s ease infinite;
  animation-delay: 2s !important;
  animation:
    Gradient 3s ease infinite,
    rocking 3s ease infinite;
  animation-delay: 2s !important;
}

.effetGradient,
.effetGradient:hover {
  -webkit-animation: Gradient 3s ease infinite;
  -moz-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
}

.effectScale {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.effectScale:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.error {
  display: block;
  color: red;
  font-size: 11px;
}

.highlightData {
  padding-left: 30px;
  position: relative;
  align-items: center;
  display: flex;
  margin-bottom: 0px;
}

.highlightData p {
  font-size: 16px;
  margin: 0;
}

.vr {
  background: linear-gradient(-45deg, #ddbb79, #ddbb79, #ddbb79, #ddbb79);
  color: #fff;
  margin: 0;
  /* padding: 10px; */
}

.overview-info {
  margin: 0px 0 10px;
}

#highlights .overview-details .data h5 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-size: 14px;
}

#highlights .overview-details:hover .data h5 {
  letter-spacing: 1px;
}

#highlights .overview-details .icon {
  float: left;
  width: 10%;
  text-align: center;
  font-size: 24px;
  margin: -48px 0px 0px -12px;
  padding: 6px 0px 6px;
  border-radius: 50%;
  background: #fff;
  color: var(--Primary-color);
  box-shadow: 0px 0px 20px 0px #000000b5;
}

#highlights .overview-details:hover .icon {
  color: #fff;
  background: var(--Primary-color);
}

#highlights .overview-details .data {
  float: right;
  margin: -31px 0px 0px -12px;
  width: 90%;
}

#floor-plan img {
  /* width: 85%; */
}

.offers .fa {
  font-size: 10px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.header-noclick {
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  position: absolute;
  pointer-events: auto;
}

.footer-noclick {
  bottom: 0;
  right: 0;
  width: 50%;
  height: 40px;
  position: absolute;
  pointer-events: auto;
}

.overview-data {
  margin: 10px 10px 0px 0px;
}

.overview-data h1 {
  color: var(--Primary-color);
  font-size: 25px;
  font-weight: 400;
}

a.viewmore {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  color: var(--Primary-color);
  background-color: transparent;
  border: 0;
  padding: 0;
}

.moreText {
  display: none;
  font-size: 14px;
}

.moredisclaimerText {
  display: none;
}

.offer-info-text {
  font-size: 18px;
  line-height: 30px;
}

.viewmore .button i {
  transition: transform 300ms ease-in-out;
}

.download-brochure {
  width: 220px;
  padding: 5px 10px;
}

#request-brochure-button .fa-download {
  margin: 6px 0px 0px 5px;
  -webkit-animation: downloadbr 0.5s linear infinite;
  animation: downloadbr 0.9s linear infinite;
}

@-webkit-keyframes downloadbr {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.circularslider {
  position: relative;
}

.circularsvg {
  max-width: 62vw;
  margin: 0 auto;
  margin-top: 5vw;
  position: relative;
}

.circularimgwrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 54vw;
  margin: 0 auto;
}

.customcontainer {
  max-width: 75vw;
  margin: 0 auto;
  position: relative;
}

.circularwrapper {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -51vw;
  z-index: 9;
}

.wrapper {
  position: relative;
}

.circleitem {
  width: 7vw;
  height: 7vw;
  color: #c6a95d;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #af842d;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.circleitem p {
  margin-bottom: 0;
  margin-top: 0.5vw;
  font-size: 0.8vw;
}

.circleitem img {
  width: 2.5vw;
  height: 2.5vw;
  filter: invert(77%) sepia(28%) saturate(638%) hue-rotate(6deg) brightness(84%)
    contrast(90%);
}

.curcularsvg {
  /* height: auto; */
  overflow: visible;
  width: 55vw;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.st0 {
  fill: none;
  stroke: #c6a95d;
  stroke-width: 0.2;
  stroke-miterlimit: 1;
  opacity: 0.5;
}

.amenities-info {
  padding: 0px 30px;
}

.color-light {
  color: #ffffff;
}

.color-imp {
  color: var(--Primary-color);
  font-weight: 800;
}

.btn-overview {
  background-color: transparent;
  border: none;
  color: var(--Primary-color);
}

.btn-overview:hover {
  content: "Read Less";
}

.hidden {
  display: none;
}

.btn-overview:active .fa-chevron-right {
  display: none;
}

.custom-btn {
  width: auto;
  font-size: 14px;
  padding: 8px 20px;
  background: var(--Primary-color);
  color: var(--button-text-color);
  border-radius: 6px;
  border: none;
  text-shadow: 0px 3px 6px #322601;
  background-color: #503d10;
  background: linear-gradient(
    -45deg,
    var(--Secondary-color),
    var(--button-color),
    var(--Secondary-color),
    var(--button-color)
  );
  background: linear-gradient(-45deg, #b59656, #e0c184, #b59656, #e0c184);
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite;
  -moz-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
  color: var(--colorBtn);
  border: none;
  color: #fff;
  font-size: 14px;
}

.custom-btn:hover {
  background: var(--button-hover-color);
  color: var(--button-text-hover-color);
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.26);
}

.sec-price .table {
  max-width: 70rem;
  margin-inline: auto;
  border-radius: 1.5rem;
  overflow: hidden;
  outline: 1px solid var(--Primary-color);
  margin-top: 2rem;
}

.sec-price .table thead th {
  background-color: var(--Primary-color);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.8rem 1.8rem;
}

.table-striped > tbody > tr {
  vertical-align: middle;
}

.section-bg {
  background-color: #fff;
  padding: 50px;
}

.section-bg .section-title h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--Primary-color);
}

.section-bg img {
  width: 80%;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--Primary-color);
  bottom: 0;
  left: calc(50% - 20px);
}

.project-details .custom-btn {
  display: block;
  margin: auto;
}

#amenities .amenities-btn {
  align-items: center;
  margin: 40px 0px 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 2px solid transparent;
  background: var(--Primary-color);
  transition: 2s all ease;
}

#amenities .amenities-btn:hover {
  background: var(--Secondary-color);
  border: 2px solid var(--Primary-color);
}

#connectivity p {
  font-size: 16px;
}

#connectivity .location-img {
  z-index: 99;
}

#contact {
  margin: 10px;
  padding-bottom: 30px;
  background-color: #fff;
}

#contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contact .full-width {
  max-height: 250px;
  background: var(--Primary-color);
  padding: 80px 0px;
}

@keyframes pulse-border {
  0% {
    width: 120px;
    height: 120px;
    opacity: 1;
  }

  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

.transition-all {
  -webkit-transition: all 0.2s linear 0.02s;
  -o-transition: all 0.2s linear 0.02s;
  -moz-transition: all 0.2s linear 0.02s;
  transition: all 0.2s linear 0.02s;
}

.assignfixedwidth {
  max-width: 1200px;
  margin: 0 auto;
}

.carousel-custom-main {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  font-size: 28px;
}

a.owl-element {
  text-decoration: none;
  color: #333;
}

.owl-element span {
  display: block;
  padding: 60px 60px;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  line-height: 40px;
  margin-top: 5%;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  background-color: #efefef;
}

.owl-item.center > .owl-element span {
  width: 180px;
  height: 180px;
  line-height: 65px;
  margin-top: 0%;
  background-color: #ff6633;
  color: #ffffff;
}

.enquire-now {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      var(--Primary-color) 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
}

.enquire-now i {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

footer p {
  font-size: 11px;
  color: #5c5e5f;
}

.contact-form h6 {
  text-transform: uppercase;
  font-weight: 700;
}

.contact-form {
  width: 300px;
  right: 1rem;
  bottom: 1rem;
  padding: 1.25rem;
  border-radius: 22px;
  background: url(../images/pattern.png) top right / 100% no-repeat #fff;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 15%);
  z-index: 99;
  margin: 15px 43px 0px;
}

.contact-form .form-control,
.modal-body .form-control {
  border-bottom: 2px solid #eaeaea;
  background-color: #f1f1f1;
  margin: 5px;
}

.contact-form .form-btn {
  border: none;
  margin: 10px;
  color: #fff;
  padding: 5px 108px 5px 108px;
}

.enquiryBtn,
.whatsaapBtn {
  position: fixed;
  right: 1.5rem;
  bottom: 4rem;
  z-index: 99999;
  display: block;
}

.whatsaapBtn span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  background: #2d8b01;
  box-shadow: 0px 3px 3px 0 #000000bd;
}

.enquiryBtn i {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--golden-gradient);
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  margin: 9px 56px 0px -22px;
}

footer {
  padding: 40px 20px 0px;
}

footer {
  background-color: #fff;
}

footer .elementor-widget-container p {
  font-size: 10px;
}

.footer-enquiryBtn {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  text-align: center;
  padding: 0px 2px;
  width: 100%;
  background: #fff;
  border-radius: 0;
}

.footer-enquiryBtn a {
  font-size: 13px;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 8px 5px;
  margin: 0 2px;
  border-radius: 4px;
  border: 1px solid rgb(0 0 0 / 15%);
  border-left: 0;
  background-color: var(--Primary-color);
  color: #fff;
  text-decoration: none;
  align-content: center;
  background: linear-gradient(-45deg, #b59656, #e0c184, #b59656, #e0c184);
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite;
  -moz-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
}

.footer-enquiryBtn a.whatsCall {
  background: linear-gradient(45deg, #0db634, #015c16);
  border: 0;
  border-radius: 10px;
}

#footer-links {
  background-color: #232d30;
  color: #b5cfda;
  margin: 0px 0px -17px;
  font-size: 12px;
}

#footer-links p {
  font-size: 12px;
  padding: 5px 0px;
  margin: 0;
}

#footer-links p a {
  text-decoration: none;
  color: #fff;
}

#footer-links p a:hover {
  text-decoration: underline;
  color: #eee;
}

.mob-form {
  background-color: #fff;
  padding: 0px 0;
}

.modal {
  background-color: #00000075;
  background-blend-mode: overlay;
  z-index: 10600;
}

.project-video {
  background-color: #000;
  background-blend-mode: overlay;
}

.project-video .project-video-overlay {
  color: #000;
  background-blend-mode: overlay;
}

.enquire-modal .modal-dialog {
  background-color: #fff;
  padding: 0px;
  border-radius: 6px;
  margin-top: 100px;
}

.enquire-modal .modal-dialog .modal-content,
.enquire-modal .modal-dialog .modal-content .modal-header,
.enquire-modal .modal-dialog .modal-content .modal-body {
  border: none;
}

.enquire-modal .modal-dialog .modal-content .modal-header {
  background: var(--Primary-color);
  padding: 10px 24px;
  color: #fff;
}

.enquire-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 18px;
  font-weight: 800;
  margin: auto;
}

.enquire-modal .modal-dialog .modal-content .modal-header .close {
  font-size: 24px;
  line-height: 20px;
  position: relative;
  top: auto;
  transform: none;
  right: 0;
  background: transparent;
}

.enquire-modal.modal .modal-dialog form .forms-input-fields i {
  top: 16px;
}

.enquire-modal.modal .modal-dialog form .forms-input-fields .form-control {
  padding-left: 43px;
  width: calc(100% - 6px);
}

.enquire-modal.modal .modal-dialog form .form-check-label {
  font-size: 12px;
}

.enquire-modal.modal .modal-dialog form .form-check-input:checked {
  background-color: #858383;
  border: 1px solid #858383;
}

.form-btn1 {
  width: auto;
  font-size: 14px;
  padding: 8px 20px;
  background: var(--Primary-color);
  color: var(--button-text-color);
  border-radius: 6px;
  border: none;
}

.modal .modal-dialog img {
  width: 240px;
}

.modal .modal-dialog form .forms-input-fields {
  position: relative;
}

.modal .modal-dialog form .forms-input-fields i {
  position: absolute;
  top: 8px;
  left: 24px;
  font-size: 20px;
  color: var(--Primary-color);
}

.modal-dialog .modal-close {
  position: absolute;
  right: 2px;
  top: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

#disclaimer {
  /* font-weight: 100; */
  text-align: center;
  font-size: 11px;
  color: #323030;
}

#about {
  font-weight: 100;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.moredisclaimerBtn {
  color: #878787;
  text-decoration: none;
}

.moredisclaimerBtn:hover {
  color: #878787;
}

.moredisclaimerText {
  text-align: left;
  margin-top: 5px;
}

.acceptance .text {
  color: #878787;
  font-size: 8px;
  text-align: left !important;
}

#non-rera .on-rera {
  display: none !important;
}

#on-rera .non-rera {
  display: none !important;
}

.high_title h2 {
  font-size: 20px;
  color: var(--Primary-color);
  margin-bottom: 20px;
}

.section__project {
  padding: 70px 0;
  position: relative;
}

.prop-div,
.prop-img-div {
  position: relative;
  overflow: hidden;
  transition: ease all 1s;
}

.move {
  text-decoration: none;
  cursor: pointer;
  color: var(--Primary-color);
  text-transform: capitalize;
}

.prop-name {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px;
  color: #fff;
  background-color: var(--Primary-color);
  padding: 10px 15px;
  text-align: center;
  width: fit-content;
  margin: 0;
}

.prop-details {
  padding: 2%;
  background-color: #fff;
}

.prop-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--Primary-color);
  padding: 10px 0;
}

.prop-title {
  font-size: 16px;
  margin: 0;
}

.prop-desc {
  font-size: 16px;
  margin: 0;
}

.viewamiDiv1,
.viewAboutDiv1,
.viewamiDiv2,
.viewAboutDiv2 {
  display: none;
}

/* tabs */

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  font-weight: 400;
  font-size: 27px;
  color: #000;
  text-align: center;
  padding: 0.5rem 3.3rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid var(--Primary-color);
  border-color: transparent;
  border-bottom-color: var(--Primary-color);
  background-color: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom-color: var(--Primary-color);
}

/*  */

.amenities-circle {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 100px;
  height: 100px;
  background-color: #592d74;
  background-color: var(--Primary-color);
  text-align: center;
  margin: 0 auto;
  transform: scale(0.9);
  transition: 0.3s;
}

.amenities-circle img {
  margin: 18px;
  width: 60px !important;
}

.amenities-circle:hover {
  background-color: #ffffff30;
  transform: scale(1);
}

.circle-block h4 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  margin-top: 15px;
}

.owl-nav .owl-prev {
  position: absolute;
  top: 35%;
  left: -85px;
}

.owl-nav .owl-next {
  top: 35%;
  right: -85px;
  position: absolute;
}

/**************Thank You  **************************/

.thank__sec {
  width: 100%;
  position: relative;
}

.thank_wrap {
  background-color: #fff;
  backdrop-filter: blur(10px);
  padding: 20px;
  margin: 10% 0;
  border: 1px solid #fff;
}

.check_sign {
  background: #9b3a23;
  padding: 20px;
  height: 100px;
  width: 100px;
  border: 3px solid #9b3a23;
  border-radius: 50%;
  margin: 0 auto;
}

.check_sign i {
  font-size: 55px;
  color: #fff;
}

.section-title h2 {
  font-size: 25px;
  color: #000;
}

.section-title h2 span {
  color: #000;
}

.oops-greet,
.oops-subtitle {
  font-size: 22px;
  color: #000;
}

.go_txt {
  font-size: 15px;
  color: #000;
  background-color: transparent !important;
  border-radius: 15px;
  border: 1px solid #9b3a23;
  width: fit-content;
  padding: 10px 20px;
  margin: 15px auto 0;
}

.logo1 {
  text-align: end;
}

.logo1 img {
  width: 30%;
}

/*  */

.fix_head {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

.navbar-brand img {
  width: 190px;
}

.navbar-nav .nav-item a {
  font-family: "FuturaBQ-DemiBold";
  font-size: 20px;
  color: #474749 !important;
}

.navbar-nav .nav-item {
  text-align: center;
}

.nav_bar_logo img {
  width: 40%;
}

.new-thing {
  filter: blur(6px);
}

.reralogo {
  width: 45%;
  display: block;
  margin: 0 auto;
}

/*-----------page loader------*/

#pageloader {
  background: rgba(25, 25, 25, 0.99);
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

.loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrap img {
  width: 100px;
  transform: rotateY(0deg);
  -webkit-animation: rotateAnimation 2.5s ease-in infinite;
  animation: rotateAnimation 2.5s ease-in infinite;
  transition: all 0.5s ease-in-out;
}

@-webkit-keyframes rotateAnimation {
  0% {
    transform: rotateY(0deg);
  }

  25% {
    transform: rotateY(90deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  75% {
    transform: rotateY(270deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
    transform: rotateY(0deg);
  }

  25% {
    transform: rotateY(90deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  75% {
    transform: rotateY(270deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/*******  ***********/

@media (max-width: 575px) {
  #home .project-details {
    margin: 10px auto;
  }

  .navbar-brand {
    width: 30%;
  }

  .circleitem img {
    width: 2.5vw;
    height: 57px;
    filter: invert(77%) sepia(28%) saturate(638%) hue-rotate(6deg)
      brightness(84%) contrast(90%);
  }

  .navbar-brand img {
    width: 107px;
  }

  .circleitem {
    width: 120px;
    height: 120px;
    color: #c6a95d;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #af842d;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .circleitem p {
    margin-bottom: 0;
    margin-top: 0.5vw;
    font-size: 14px;
  }

  .logop {
    width: 100px !important;
    margin-left: 23px;
  }

  .iconBox {
    position: absolute;
    left: 0;
    top: 5px;
    width: 25px;
    height: 25px;
  }

  .owl-nav .owl-next {
    top: auto;
    right: 27%;
    position: absolute;
    bottom: -15%;
  }

  .owl-nav .owl-prev {
    top: auto;
    left: 27%;
    position: absolute;
    bottom: -15%;
  }

  .circle-block {
    margin-bottom: 40px;
  }

  .nav ul li {
    display: inline;
  }

  .nav-tabs .nav-link {
    font-size: 20px;
    padding: 0.5rem 1.3rem;
  }

  .sec1 {
    background: #fff;
    padding: 30px 10px;
    margin: 10px;
  }

  .sec2 {
    background: #efebeb;
    margin: 10px;
    padding: 30px 10px;
  }

  .sec3 {
    background: #efebeb;
    margin: 10px;
    padding: 40px 10px 0px;
  }

  .section-title {
    font-size: 5.5vw;
  }

  .overview-data h1 {
    font-size: 5.5vw;
  }

  .content-gallery {
    margin: 0px;
  }

  .floor-plan-img img {
    margin: auto;
    display: block;
  }

  #floor-plan .layout-plan:last-child {
    margin: 0px 0px 25px;
  }

  .sec-price .table {
    max-width: 70rem;
    margin-inline: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    outline: 1px solid var(--Primary-color);
    margin-top: 2rem;
    border: 2px solid var(--Primary-color);
  }

  table.table-pricing,
  .table-pricing thead,
  .table-pricing tbody,
  .table-pricing th,
  .table-pricing td,
  .table-pricing tr {
    display: block;
  }

  .table-pricing thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-pricing tr {
    margin: 0;
    padding: 23px 0;
  }

  .sec-price .table td {
    padding: 0;
    font-size: 1.2rem;
    width: 100%;
    box-shadow: none;
  }

  .sec-price .table td:nth-child(1) {
    font-size: 1.6rem;
  }

  .sec-price .table td:nth-child(3) {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: var(--bs-table-accent-bg);
    color: var(--bs-table-striped-color);
  }

  .section-bg .section-title h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: var(--Primary-color);
  }

  .pricing-btn-1 {
    background-color: var(--Primary-color);
    margin: auto;
    font-size: 13px;
    padding: 10px 10px;
    width: auto;
  }

  .highlightData h3 {
    font-size: 14px;
  }

  #home .project-details {
    position: relative;
    background-color: #fff;
    border-radius: 22px;
    padding: 20px 15px 20px 20px;
    top: 0px;
    margin: 10px 0px 0px;
    width: calc(100% - 20px) !important;
    height: auto;
  }

  .overview-data {
    padding: 0px 0px 20px;
  }

  .img-banner2 {
    display: none;
  }

  .img-banner1 {
    margin-top: 0px;
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  #amenities {
    padding: 30px 15px;
    margin: 10px;
  }

  #amenities .amenities-btn {
    margin: inherit;
  }

  #home {
    background-color: #bfc2c3;
    position: relative;
    padding-bottom: 10px;
  }

  #overview iframe {
    width: 335px;
    height: 206px;
  }

  #connectivity img {
    margin: 20px 0px 0px;
  }

  #exTab1 .tab-content ul li {
    width: 100%;
  }

  .enquire-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 15px;
  }

  #highlights .highlight-data {
    padding: 0px 0px 0px 23px;
  }

  .mob-form .iti {
    display: block;
  }

  #contact .form {
    padding: 20px 25px 40px 10px;
  }

  #contact .form .btn {
    margin: 20px 10px 0px;
  }

  #connectivity .location-btn {
    margin: 20px auto;
    display: block;
  }

  #floor-plan .pricing-btn {
    margin: 10px auto !important;
    display: block;
  }

  #overview .custom-btn {
    margin: 20px auto !important;
    display: block;
  }

  footer {
    padding: 20px 20px 20px;
  }

  .slide-btn .carousel-control-next {
    margin-right: 2vw;
    margin-top: 23%;
    width: 35px;
    height: 35px;
    background-color: #000;
    border-radius: 50%;
    z-index: 0;
  }

  .slide-btn .carousel-control-prev {
    margin-left: 2vw;
    margin-top: 23%;
    width: 35px;
    height: 35px;
    background-color: #000;
    border-radius: 50%;
    z-index: 0;
  }

  .carousel-control-next-icon {
    width: 22px;
  }

  .carousel-indicators [data-bs-target] {
    height: 3px;
  }

  html {
    font-size: 81.25%;
  }

  .h4,
  h4 {
    font-size: 1.4rem;
  }

  p {
    line-height: 1.4;
  }

  .heading .h1 {
    font-size: 1.75rem;
  }

  nav.navbar {
    width: 100%;
    padding: 10px;
  }

  .desktop-summary {
    display: none;
  }

  #home .project-details {
    position: relative;
    width: 100%;
    width: 100% !important;
  }

  .left-section {
    width: 100%;
    padding-bottom: 10px;
  }

  .offer-info-text {
    font-size: 18px;
    line-height: normal;
  }

  .project-details .custom-btn {
    position: relative;
    margin: 0;
    bottom: auto;
    display: block;
  }

  #connectivity .location-img {
    height: 215px;
    padding: 0;
    overflow: hidden;
  }

  #connectivity .location-img img {
    margin: 0;
  }

  #connectivity .location-img .enquiryBtn1 {
    left: 0 !important;
    right: 0 !important;
    width: 240px;
    margin: auto;
    text-align: center;
    top: 0 !important;
    bottom: 0 !important;
    height: 34px;
  }

  #exTab1 .nav-pills .nav-link {
    border-radius: 10px;
    text-align: center;
    padding: 10px 5px 0px;
    margin: 3px;
    width: 47%;
    align-content: center;
  }

  #exTab1 .tab-content {
    margin-top: 5px;
    padding: 25px;
  }

  #footer-links {
    margin: 0px 0px 35px;
  }

  #policy-container {
    width: 90%;
    max-width: 1140px;
    margin: 40px auto 20px;
    padding-bottom: 50px;
  }

  .sec4 {
    background: #efebeb;
    margin: 10px;
    padding: 40px 0px 0px;
  }
}

@media (min-width: 500px) {
  .img-banner1 {
    display: none;
  }

  #mobileview-form {
    display: none;
  }

  #contact .image-carousel1 {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  nav.navbar.navbar-policy {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 10px 0;
    box-shadow: 0px 2px 8px 0px #00000040;
  }

  nav.navbar {
    width: calc(100% - 32px);
    width: 100%;
    height: auto;
    padding: 8px 0;
    box-shadow: 1px 2px 2px #3333;
  }

  .navbar-light .navbar-toggler:focus {
    outline: 0;
    box-shadow: 1px 2px 2px #3333;
  }

  .desktop-summary {
    display: none;
  }

  .navbar-light .navbar-toggler {
    border: none;
  }

  #home .project-details {
    position: relative;
    width: 96%;
    width: 96% !important;
    height: auto;
    margin: 10px auto;
  }

  .slide-btn .carousel-control-prev {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    z-index: 5;
  }

  .slide-btn .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    z-index: 5;
  }

  .left-section {
    width: 100%;
  }

  .footer-enquiryBtn {
    display: flex !important;
  }

  #home .project-details {
    padding: 20px;
  }

  .download-brochure {
    margin: 40px auto 20px;
  }

  .highlightData h3 {
    font-size: 20px;
  }

  .pricing-btn {
    margin: auto;
  }

  .floor-plan-img img {
    width: 100%;
  }

  .custom-btn {
    width: auto;
    padding: 8px 20px;
    font-size: 15px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #474749;
  }

  .navbar-toggler {
    border-color: transparent;
  }

  #connectivity p {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  #contact .form {
    padding: 10px 10px 34px;
  }

  #floor-plan img {
    /* width: 95%; */
  }
}

@media only screen and (min-width: 1020px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0px 12px;
    font-size: 20px;
  }

  nav.navbar {
    padding: 5px;
  }

  #home .project-details {
    margin: 0px 640px 0px 12px;
    width: 310px;
  }

  #home .project-details h1 {
    font-size: 22px;
  }

  .price-sub-text {
    font-weight: 700;
    font-size: 24px;
  }

  .offer-info-text {
    font-size: 15px;
  }

  .highlightData p {
    font-size: 15px;
  }

  .section-title {
    font-size: 25px;
    font-weight: 400;
  }

  .gallery-arrow.mod-prev {
    left: 44%;
  }

  .gallery-arrow.mod-next {
    right: 44%;
  }

  #exTab1 .tab-content ul li {
    font-size: 14px;
  }

  .subtitle.inventory {
    font-size: 15px;
  }

  .enquiryBtn,
  .whatsaapBtn {
    position: fixed;
    right: 1.5rem;
    bottom: 4rem;
    z-index: 99999;
    display: block;
  }

  .form-section {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 992px) {
  .owl-nav .owl-prev {
    position: relative;

    left: 0px;
  }

  .owl-nav .owl-next {
    right: 0px;
    position: relative;
  }

  .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
  }
}

/* privacy policy */

.paddTop {
  padding: 50px 0;
}

.privacyHead {
  font-weight: 500 !important;
  font-family: Arial, Helvetica, sans-serif;
}

.privacyContent {
  font-weight: 400 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.privacyContent li {
  font-weight: 400 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.privacyPolicyText {
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 600;
  color: #000;
}

.sectionTitle {
  color: #e04744 !important;
  text-transform: capitalize;
  text-wrap: balance;
}

.disclaimerText {
  font-size: 15px;
  text-align: left;
  font-weight: 300 !important;
}

.text-balance {
  text-wrap: balance !important;
}

#floor-plan .owl-stage-outer img {
  height: 250px !important;
  width: auto !important;
}

#floor-plan .item.layout-plan.text-center {
  display: flex;
  flex-direction: column;
}

/* =============================================================
   ============================================================= 
   PROJECT-SPECIFIC OVERRIDES — The Winds by Kolte-Patil
   (Loaded last; uses !important where it must beat the base
    template styles above. Keep this block at the bottom.)
   ============================================================= 
   ============================================================= */

/* ===========================================
           THE WINDS — PREMIUM BROCHURE-MATCHED THEME
           Brand: Kolte-Patil | Bhugaon
           Palette: Charcoal #0e0e0e · Bone #FAF7F2 · Copper #B8731A
           Accent gradient: Cyan #2DAEE8 → Yellow #F2E527 → Orange #F08B30 → Red #E84D2A
        =========================================== */

:root {
  --ink: #0e0e0e;
  --ink-soft: #1e1e1e;
  --paper: #faf7f2;
  --paper-soft: #f3eee6;
  --bone: #ece6db;
  --copper: #b8731a;
  --copper-dark: #8e5611;
  --copper-light: #e7a24a;
  --muted: #6b6b6b;
  --line: #dfd8cc;
  --brand-grad: linear-gradient(
    90deg,
    #2daee8 0%,
    #4fc3a8 22%,
    #f2e527 48%,
    #f08b30 75%,
    #e84d2a 100%
  );
}

body,
p,
li,
td,
th,
button,
input,
label {
  font-family: "Inter", "FuturaBQ-DemiBold", sans-serif !important;
  letter-spacing: 0.01em;
}

h1,
h2,
h3,
.section-title,
.sectionTitle,
.modal-title,
.bhk-card h4 {
  font-family:
    "Cormorant Garamond", "Playfair Display", Georgia, serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
}

/* Body backdrop — soft warm bone */
.page-wrapper {
  background: var(--paper) !important;
}

/* ===== NAV ===== */
nav.navbar {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(8px);
  border-bottom: none;
  box-shadow:
    0 1px 0 var(--line),
    0 8px 24px rgba(0, 0, 0, 0.04);
}

nav.navbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--brand-grad);
}

.navbar-light .navbar-nav .nav-link {
  color: #2a2a2a !important;
  font-weight: 500;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  position: relative;
  padding: 8px 14px !important;
  transition: color 0.25s;
}

.navbar-light .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 1px;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--copper) !important;
}

.navbar-light .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}

.navbar-brand img {
  filter: contrast(1.05);
}

/* ===== BANNER — premium cinematic ===== */
.section__banner {
  position: relative;
  background: var(--ink);
}

.section__banner .carousel-item {
  position: relative;
}

.section__banner .carousel-item img {
  height: 620px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.95) saturate(1.05);
}

.section__banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: var(--brand-grad);
  z-index: 4;
}

.section__banner .carousel-control-prev,
.section__banner .carousel-control-next {
  width: 48px;
  opacity: 0.85;
}

/* ===== SECTIONS — premium spacing ===== */
.sec1,
.sec2,
.sec3,
.sec4 {
  margin: 0 !important;
  padding: 40px 20px !important;
}

.sec1 {
  background: var(--paper) !important;
}

.sec2 {
  background: var(--paper-soft) !important;
}

/* Section title — elegant serif w/ brand gradient underline */
.section-title {
  font-size: 34px !important;
  color: var(--ink) !important;
  font-weight: 600 !important;
  margin: 0 auto 48px !important;
  padding-bottom: 22px !important;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.2 !important;
}

.section-title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: var(--line);
  bottom: 8px;
  left: calc(50% - 40px);
}

.section-title::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 3px;
  background: var(--brand-grad) !important;
  bottom: 0;
  left: calc(50% - 28px);
  border-radius: 2px;
}

.sectionTitle {
  font-size: 38px !important;
  color: var(--ink) !important;
  font-weight: 600 !important;
  line-height: 1.18;
  margin-bottom: 18px;
}

.sectionTitle span {
  color: var(--copper);
}

/* Eyebrow / kicker text */
.eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--copper);
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  margin-bottom: 14px;
  position: relative;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--copper);
  vertical-align: middle;
  margin: 0 12px;
}

.overview-info {
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: #444 !important;
  max-width: 760px;
  margin: 0 auto;
}

/* ===== PREMIUM BUTTONS ===== */
.custom-btn {
  background: var(--ink) !important;
  border: 1px solid var(--ink) !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 13px 28px !important;
  border-radius: 0 !important;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  margin: 8px 6px;
}

.custom-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--brand-grad);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
  z-index: -1;
}

.custom-btn:hover {
  background: var(--copper) !important;
  border-color: var(--copper) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(184, 115, 26, 0.28);
}

.custom-btn .fa-download {
  margin-right: 8px;
}

/* Animated gradient buttons */
.preRegisterBtn,
.callBackBtn {
  background: var(--ink) !important;
  color: #fff !important;
  border: none !important;
  text-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 14px 24px !important;
  width: 100%;
  border-radius: 0 !important;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  animation: none !important;
}

.preRegisterBtn::after,
.callBackBtn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--brand-grad);
}

.preRegisterBtn:hover,
.callBackBtn:hover {
  background: var(--copper) !important;
  box-shadow: 0 8px 24px rgba(184, 115, 26, 0.32);
}

.form-btn1 {
  background: var(--ink) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 24px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  width: 100%;
  position: relative;
  transition: background 0.3s;
}

.form-btn1:hover {
  background: var(--copper) !important;
  color: #fff !important;
}

/* ===== DARK CTA BARS ===== */
.bg-theme,
.cta-video-section {
  background: linear-gradient(135deg, var(--ink) 0%, #1a1a1a 100%) !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 50px 24px !important;
  position: relative;
  overflow: hidden;
}

.cta-video-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--brand-grad);
}

.cta-video-section h3 {
  color: #fff !important;
  font-size: 28px !important;
  letter-spacing: 0.02em;
  font-weight: 600 !important;
}

.cta-video-section h5 {
  color: #c9c2b5 !important;
  text-transform: uppercase;
  font-size: 11px !important;
  letter-spacing: 4px !important;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif !important;
}

.cta-video-section .btn {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px !important;
  padding: 13px 28px !important;
  transition: all 0.3s;
}

.cta-video-section .btn:hover {
  background: var(--copper) !important;
  border-color: var(--copper) !important;
  color: #fff !important;
}

/* ===== STATS STRIP — premium minimal ===== */
.stat-box {
  background: #fff;
  padding: 28px 16px;
  border-radius: 0;
  border-top: 2px solid var(--copper);
  box-shadow: 0 2px 14px rgba(14, 14, 14, 0.06);
  transition: all 0.3s;
}

.stat-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(14, 14, 14, 0.1);
}

.stat-box .num {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 38px !important;
  font-weight: 600;
  color: var(--copper) !important;
  line-height: 1;
}

.stat-box .lbl {
  font-size: 11px !important;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-top: 8px;
}

/* ===== AMENITIES CIRCLES — premium ===== */
.circleitem {
  width: 9vw !important;
  height: 9vw !important;
  background: #fff !important;
  border: 1px solid var(--line) !important;
  color: var(--ink) !important;
  box-shadow: 0 4px 14px rgba(14, 14, 14, 0.05);
  transition: all 0.35s ease;
  position: relative;
}

.circleitem::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 100%;
  padding: 1px;
  background: var(--brand-grad);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s;
}

.circleitem:hover::before {
  opacity: 1;
}

.circleitem:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(14, 14, 14, 0.1);
}

.circleitem .fa,
.circleitem .fas,
.circleitem .far {
  font-size: 1.9vw !important;
  color: var(--copper) !important;
  transition: color 0.3s;
}

.circleitem p.circulartxt {
  font-size: 0.78vw !important;
  color: var(--ink) !important;
  margin-top: 8px !important;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.cicrlceicon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.ameni-carousel .owl-nav button.owl-prev,
.ameni-carousel .owl-nav button.owl-next,
.gal-carousel .owl-nav button.owl-prev,
.gal-carousel .owl-nav button.owl-next {
  background: #fff !important;
  color: var(--ink) !important;
  border: 1px solid var(--line) !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* ===== BHK CARDS — premium ===== */
.bhk-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 40px 24px 32px !important;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
}

.bhk-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--brand-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.bhk-card:hover::before {
  transform: scaleX(1);
}

.bhk-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(14, 14, 14, 0.1);
  border-color: transparent;
}

.bhk-label {
  display: inline-block;
  color: var(--copper) !important;
  background: transparent !important;
  border: 1px solid var(--copper);
  padding: 5px 16px !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  margin-bottom: 18px !important;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
}

.bhk-card h4 {
  font-size: 30px !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  margin-bottom: 14px !important;
  letter-spacing: 0.04em;
}

.bhk-card p {
  font-size: 14px !important;
  color: var(--muted) !important;
  margin: 0 0 8px !important;
  line-height: 1.7;
  min-height: 50px;
}

.bhk-card .btn {
  margin-top: 18px;
}

/* ===== LOCATION FEATURES ===== */
/* ===== GALLERY / FLOORPLAN CAROUSEL — base (overridden by .gal-item rules) ===== */
.gal-carousel .item {
  overflow: hidden;
}

/* ===== FORM INPUT FIELDS WITH ICONS =====
       Markup pattern:
         <div class="col-* forms-input-fields">
             <i class="fa-solid fa-user"></i>
             <input class="form-control" ...>
         </div>
       Icon sits absolutely on the left; input has matching left padding. */
.forms-input-fields {
  position: relative !important;
  margin-bottom: 4px;
}

.forms-input-fields i,
.enquire-modal.modal .modal-dialog form .forms-input-fields i {
  position: absolute !important;
  left: 14px !important;
  top: 16px !important;
  font-size: 15px !important;
  color: var(--copper) !important;
  width: 18px;
  text-align: center;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
  transform: none !important;
  transition: color 0.25s ease;
}

.forms-input-fields .form-control,
.forms-input-fields input,
.enquire-modal.modal .modal-dialog form .forms-input-fields .form-control {
  border: 1px solid var(--line) !important;
  border-radius: 2px !important;
  background: #fff !important;
  padding: 13px 14px 13px 40px !important;
  font-size: 14px !important;
  margin: 0 0 18px 0 !important;
  width: 100% !important;
  line-height: 1.4 !important;
  height: auto !important;
  box-shadow: none !important;
  transition:
    border-color 0.25s ease,
    background 0.25s ease;
}

.forms-input-fields input:focus,
.forms-input-fields .form-control:focus {
  outline: none !important;
  border-color: var(--copper) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(184, 115, 26, 0.1) !important;
}

/* Icon darkens when field is focused or has content */
.forms-input-fields:focus-within i {
  color: var(--copper-dark) !important;
}

/* Hide number spinners */
.forms-input-fields input[type="number"]::-webkit-outer-spin-button,
.forms-input-fields input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.forms-input-fields input[type="number"] {
  -moz-appearance: textfield;
}

/* Inline placeholder styling for consistency */
.forms-input-fields input::placeholder,
.forms-input-fields .form-control::placeholder {
  color: #9a9a9a;
  opacity: 1;
  font-size: 13px;
  letter-spacing: 0.2px;
}

/* ===== ABOUT / LEGACY ===== */
.about-brand-sec {
  background: var(--ink) !important;
  color: #fff;
  padding: 40px 40px !important;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
}

.about-brand-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--brand-grad);
}

.about-brand-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--brand-grad);
}

.about-brand-sec .section-title {
  color: #fff !important;
  font-size: 36px !important;
  margin-bottom: 36px !important;
}

.about-brand-sec .section-title::before {
  background: #444;
}

.about-brand-sec .section-title::after {
  background: var(--brand-grad) !important;
}

.about-brand-sec p#about {
  color: #c9c2b5 !important;
  font-size: 16px !important;
  line-height: 2 !important;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  font-family: "Inter", sans-serif !important;
}

/* ===== DISCLAIMER / RERA ===== */
.sec2 .disclaimerText {
  font-size: 12px !important;
  line-height: 1.7;
  color: var(--muted) !important;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 16px;
}

.privacyPolicyText {
  color: var(--copper) !important;
  text-decoration: none !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.rera-bar {
  display: none;
  background: #0a0a0a !important;
  color: #8a8a8a !important;
  padding: 22px 20px !important;
  font-size: 11px !important;
  line-height: 1.7;
  text-align: center;
  border-top: 1px solid #222;
  font-family: "Inter", sans-serif !important;
}

.rera-bar p {
  margin-bottom: 4px;
  font-size: 11px !important;
}

.rera-bar strong {
  color: #fff;
  font-weight: 600;
}

#footer-links {
  background: #050505;
  color: #555;
  padding: 14px 0;
  text-align: center;
}

#footer-links p {
  color: #555;
  font-size: 11px;
  margin: 0;
  letter-spacing: 1.4px;
}

/* ===== RIGHT SIDEBAR ===== */
.desktop-summary {
  background: #fff !important;
  border-left: 1px solid var(--line);
  box-shadow: -2px 0 20px rgba(0, 0, 0, 0.04) !important;
}

.og-block .btn {
  background: var(--ink) !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 16px !important;
  border: none !important;
  position: relative;
}

.og-block .btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--brand-grad);
}

.desktop-summary .form-section h2 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 22px !important;
  font-weight: 600;
  color: var(--ink);
  text-align: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px !important;
}

.desktop-summary .form-control {
  border: 1px solid var(--line) !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
  font-size: 14px;
}

.desktop-summary .form-control:focus {
  border-color: var(--copper) !important;
  box-shadow: 0 0 0 0.15rem rgba(184, 115, 26, 0.15) !important;
}

.icon-sec i {
  color: var(--copper) !important;
  font-size: 24px !important;
}

.icon-sec p {
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 6px !important;
  color: var(--muted);
}

/* ===== MOBILE FORM ===== */
.mob-form {
  background: var(--ink);
  padding: 0 !important;
}

.mob-form .call-back-section {
  background: var(--ink);
  color: #fff;
}

.mob-form .call-back-section h3 {
  color: #fff !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 22px !important;
  margin: 0 !important;
}

.mob-form .form-section {
  background: #fff;
}

.mob-form .form-control {
  border: 1px solid var(--line) !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
}

/* ===== MODALS — premium ===== */
.enquire-modal .modal-content {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.enquire-modal .modal-header {
  background: var(--ink);
  color: #fff;
  border-bottom: none !important;
  position: relative;
  padding: 24px 28px !important;
}

.enquire-modal .modal-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--brand-grad);
}

.enquire-modal .modal-title {
  color: #fff !important;
  font-size: 22px !important;
}

.enquire-modal .modal-close {
  color: #fff !important;
  opacity: 0.9;
  font-size: 24px;
}

.enquire-modal .modal-body {
  padding: 32px 28px !important;
}

.modal-logo img {
  max-width: 140px;
}

/* ===== MOBILE FOOTER CTA ===== */
.footer-enquiryBtn {
  background: #b8731a;
  /* box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15); */
}

.footer-enquiryBtn a {
  background: #b8731a;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px !important;
  font-weight: 500;
  padding: 16px 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

.footer-enquiryBtn a:first-child {
  background: var(--copper) !important;
  border-right: 1px solid #fff !important;
}

/* ===== THANK YOU PAGE ===== */
.check_sign i {
  color: var(--copper) !important;
  background: var(--paper-soft) !important;
}

.go_txt {
  background: var(--ink) !important;
  color: #fff !important;
}

.go_txt:hover {
  background: var(--copper) !important;
}

.project-tag {
  background: var(--paper-soft) !important;
  color: var(--copper) !important;
}

/* Brand gradient divider element */
.brand-divider {
  display: block;
  width: 80px;
  height: 3px;
  background: var(--brand-grad);
  margin: 0 auto;
  border-radius: 2px;
}

/* ===== HIGHLIGHT QUOTE ===== */
.wellness-quote {
  font-family: "Cormorant Garamond", serif !important;
  font-style: italic;
  font-size: 24px !important;
  color: var(--ink) !important;
  font-weight: 500 !important;
  position: relative;
  padding: 24px 0 0;
  margin-top: 24px !important;
}

.wellness-quote::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--copper);
  margin: 0 auto 16px;
}

/* =========================================
           PREMIUM HAMBURGER + OFFCANVAS
        ========================================= */
.premium-toggler {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.premium-toggler:focus {
  box-shadow: none;
  outline: none;
}

.premium-toggler .bar {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-toggler .bar:nth-child(2) {
  width: 12px;
}

.premium-toggler .bar:nth-child(3) {
  width: 16px;
}

.premium-toggler:hover {
  background: var(--copper);
  border-color: var(--copper);
  transform: rotate(90deg);
}

.premium-toggler:hover .bar {
  width: 18px;
}

/* Hide default Bootstrap icon */
.premium-toggler .navbar-toggler-icon {
  display: none;
}

/* ===== OFFCANVAS ===== */
.premium-offcanvas {
  width: 100vw !important;
  max-width: 100vw !important;
  background: var(--ink) !important;
  color: #fff;
  border-left: none !important;
  transition:
    transform 0.55s cubic-bezier(0.65, 0, 0.35, 1),
    visibility 0.55s !important;
}

.premium-offcanvas.show {
  transform: translateX(0);
}

.offcanvas-backdrop.show {
  opacity: 0.85;
  backdrop-filter: blur(4px);
}

.premium-offcanvas::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--brand-grad);
  z-index: 3;
}

.premium-offcanvas .offcanvas-header {
  padding: 24px 40px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--ink);
  position: relative;
}

.offcanvas-brand img {
  max-height: 56px;
  width: auto;
  background: #fff;
  padding: 4px;
  border-radius: 4px;
}

.oc-close {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.35s;
}

.oc-close span {
  position: absolute;
  display: block;
  width: 20px;
  height: 1.5px;
  background: #fff;
  transition: all 0.3s;
}

.oc-close span:nth-child(1) {
  transform: rotate(45deg);
}

.oc-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.oc-close:hover {
  background: var(--copper);
  border-color: var(--copper);
  transform: rotate(90deg);
}

.premium-offcanvas .offcanvas-body {
  padding: 0 !important;
  overflow: hidden;
}

.oc-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  height: 100%;
  min-height: calc(100vh - 110px);
}

.oc-nav {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.oc-nav .eyebrow {
  margin-bottom: 32px;
  font-family: "Inter", sans-serif !important;
}

.oc-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.oc-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateX(20px);
  animation: ocItemIn 0.45s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.premium-offcanvas.show .oc-nav li:nth-child(1) {
  animation-delay: 0.18s;
}

.premium-offcanvas.show .oc-nav li:nth-child(2) {
  animation-delay: 0.24s;
}

.premium-offcanvas.show .oc-nav li:nth-child(3) {
  animation-delay: 0.3s;
}

.premium-offcanvas.show .oc-nav li:nth-child(4) {
  animation-delay: 0.36s;
}

.premium-offcanvas.show .oc-nav li:nth-child(5) {
  animation-delay: 0.42s;
}

.premium-offcanvas.show .oc-nav li:nth-child(6) {
  animation-delay: 0.48s;
}

.premium-offcanvas.show .oc-nav li:nth-child(7) {
  animation-delay: 0.54s;
}

@keyframes ocItemIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.oc-nav a {
  display: flex;
  align-items: baseline;
  gap: 26px;
  padding: 22px 0;
  color: #fff;
  text-decoration: none;
  transition: all 0.35s;
  position: relative;
}

.oc-nav a::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  width: 50px;
  height: 1px;
  background: var(--brand-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.oc-nav a:hover {
  color: var(--copper-light);
  padding-left: 12px;
}

.oc-nav a:hover::before {
  transform: scaleX(1);
}

.oc-nav a .num {
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 2px;
  font-weight: 500;
  min-width: 30px;
}

.oc-nav a .lbl {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}

/* OFFCANVAS RIGHT SIDE */
.oc-side {
  background: linear-gradient(135deg, #161616 0%, #0a0a0a 100%);
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.oc-side::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    rgba(240, 139, 48, 0.15) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.oc-side::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(45, 174, 232, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.oc-card {
  position: relative;
  z-index: 2;
}

.oc-card .eyebrow {
  font-family: "Inter", sans-serif !important;
  margin-bottom: 18px;
}

.oc-card h3 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

.oc-card p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.85;
  max-width: 420px;
  margin-bottom: 30px;
}

.oc-cta {
  background: var(--copper);
  color: #fff;
  border: none;
  padding: 16px 36px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
  cursor: pointer;
}

.oc-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--brand-grad);
}

.oc-cta:hover {
  background: #fff;
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
}

.oc-meta {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}

.oc-meta > div {
  display: flex;
  flex-direction: column;
}

.oc-meta .lbl {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 6px;
}

.oc-meta .val {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 32px;
  font-weight: 600;
  color: var(--copper-light);
  line-height: 1;
}

.oc-rera {
  position: absolute;
  bottom: 30px;
  right: 60px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1px;
}

.oc-rera strong {
  color: rgba(255, 255, 255, 0.8);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .left-section {
    width: 100% !important;
  }

  nav.navbar {
    width: 100% !important;
  }

  .desktop-summary {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .oc-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .oc-side {
    padding: 60px 32px;
    order: 2;
  }

  .oc-rera {
    position: static;
    margin-top: 30px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 26px !important;
  }

  .sectionTitle {
    font-size: 26px !important;
  }

  .sec1,
  .sec2,
  .sec3,
  .sec4 {
    padding: 48px 14px !important;
  }

  .section__banner .carousel-item img {
    height: 420px;
  }

  .premium-offcanvas .offcanvas-header {
    padding: 18px 22px !important;
  }

  .oc-nav {
    padding: 40px 28px;
  }

  .oc-nav a {
    padding: 16px 0;
    gap: 18px;
  }

  .oc-nav a .lbl {
    font-size: 30px;
  }

  .oc-side {
    padding: 50px 28px;
  }

  .oc-card h3 {
    font-size: 34px;
  }

  .oc-meta {
    gap: 24px;
    margin-top: 32px;
    padding-top: 22px;
  }

  .oc-meta .val {
    font-size: 24px;
  }

  .offcanvas-brand img {
    max-height: 44px;
  }

  .about-brand-sec {
    padding: 60px 20px !important;
  }

  .cta-video-section h3 {
    font-size: 22px !important;
  }

  .circleitem {
    width: 30vw !important;
    height: 30vw !important;
  }

  .circleitem .fa,
  .circleitem .fas,
  .circleitem .far {
    font-size: 7vw !important;
  }

  .circleitem p.circulartxt {
    font-size: 2.4vw !important;
  }

  .bhk-card {
    margin-bottom: 18px;
  }

  .bhk-carousel .item {
    padding: 0 4px;
  }

  .bhk-carousel .owl-nav,
  .conn-carousel .owl-nav {
    position: static !important;
    margin: 20px 0 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px;
  }

  .bhk-carousel .owl-nav button.owl-prev,
  .bhk-carousel .owl-nav button.owl-next,
  .conn-carousel .owl-nav button.owl-prev,
  .conn-carousel .owl-nav button.owl-next {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 44px !important;
    height: 44px !important;
    background: #fff !important;
    color: var(--ink) !important;
    border: 1px solid var(--line) !important;
    border-radius: 50% !important;
    font-size: 13px !important;
    box-shadow: 0 4px 14px rgba(14, 14, 14, 0.10) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
  }

  .bhk-carousel .owl-nav button.owl-prev:hover,
  .bhk-carousel .owl-nav button.owl-next:hover,
  .conn-carousel .owl-nav button.owl-prev:hover,
  .conn-carousel .owl-nav button.owl-next:hover {
    background: var(--copper) !important;
    color: #fff !important;
    border-color: var(--copper) !important;
    box-shadow: 0 6px 18px rgba(184, 115, 26, 0.28) !important;
  }

  .bhk-carousel .owl-dots,
  .conn-carousel .owl-dots {
    text-align: center;
    margin-top: 18px;
  }

  .bhk-carousel .owl-dots .owl-dot span,
  .conn-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: var(--line);
    border-radius: 50%;
    display: block;
    margin: 0 4px;
    transition: all 0.3s ease;
  }

  .bhk-carousel .owl-dots .owl-dot.active span,
  .conn-carousel .owl-dots .owl-dot.active span {
    background: var(--copper);
    width: 22px;
    border-radius: 4px;
  }

  .conn-carousel .item {
    padding: 0 4px;
  }

  .wellness-quote {
    font-size: 19px !important;
  }

  .stat-box .num {
    font-size: 30px !important;
  }

  .gal-carousel .item img {
    height: 220px !important;
  }
}

/* =============================================================
       LAYOUT FIXES — header offset, sidebar scroll, footer clearance
       Loaded last so they win specificity battles.
       ============================================================= */

/* Navbar: full-width container, consistent height across breakpoints */
nav.navbar.fix_head {
  height: 68px !important;
  padding: 0 28px !important;
}

nav.navbar.fix_head > .container,
nav.navbar.fix_head > .container-fluid {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: 1400px;
}

nav.navbar.fix_head .navbar-brand {
  padding: 0;
  margin-right: 24px;
}

nav.navbar.fix_head .navbar-brand img {
  width: auto !important;
  max-height: 44px;
  display: block;
}

nav.navbar.fix_head .navbar-nav .nav-link {
  white-space: nowrap;
}

/* Push the page content below the fixed navbar */
.main-container {
  margin-top: 68px !important;
}

/* Left section: prevent horizontal overflow without creating an inner
       vertical scroll context. `overflow-x: clip` is the modern correct
       value here — `hidden` would silently flip overflow-y to auto. */
.left-section {
  min-width: 0;
  overflow-x: clip;
}

.page-wrapper {
  overflow-x: clip;
}

/* Right sidebar — desktop only. On <=991px the older
   `.desktop-summary { display: none !important }` rule must win, so we scope
   our flex layout to >=992px here. */
@media (min-width: 992px) {
  .desktop-summary {
    top: 0 !important;
    height: 100vh !important;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex !important;
    flex-direction: column;
  }

  .desktop-summary .form-section {
    height: auto !important;
    padding-top: 24px !important;
    flex: 0 0 auto;
  }

  /* Pin the active call-back-section to the bottom of the strap. The hidden
     variant (#on-rera .non-rera / #non-rera .on-rera) is display:none, so it
     doesn't participate — the visible one absorbs the free vertical space. */
  .desktop-summary .call-back-section {
    margin-top: auto;
  }

  /* If somehow both variants are visible, only the first gets the auto;
     the second sits right after it. */
  .desktop-summary .call-back-section ~ .call-back-section {
    margin-top: 0;
  }
}

/* Mobile / tablet: keep the strap hidden entirely (older rule reasserted
   so our newer layout-fixes don't accidentally reveal it). */
@media (max-width: 991px) {
  .desktop-summary {
    display: none !important;
  }
}

/* Banner: use aspect-ratio so the carousel scales with the column width
       instead of a fixed 620px height that can look too tall/short.        */
.section__banner .carousel-item img.d-none.d-md-block {
  height: auto !important;
  aspect-ratio: 16 / 9;
  max-height: 78vh;
  object-fit: cover;
}

/* Tablet: keep navbar single-line, slightly tighter padding */
@media (max-width: 1199px) {
  nav.navbar.fix_head .navbar-nav .nav-link {
    padding: 8px 10px !important;
    font-size: 12px !important;
    letter-spacing: 1.1px;
  }

  nav.navbar.fix_head {
    padding: 0 20px !important;
  }
}

/* Tablet & below: sidebar hidden, nav goes full-width, mobile menu kicks in */
@media (max-width: 991px) {
  nav.navbar.fix_head {
    height: 64px !important;
    padding: 0 18px !important;
  }

  .main-container {
    margin-top: 64px !important;
  }

  nav.navbar.fix_head .navbar-brand img {
    max-height: 38px;
  }

  .left-section {
    width: 100% !important;
  }
}

/* Mobile: leave room at the bottom of the page for the fixed CTA bar
       (.footer-enquiryBtn) so the disclaimer/footer text isn't covered. */
@media (max-width: 575px) {
  body {
    padding-bottom: 56px;
  }

  nav.navbar.fix_head {
    height: 58px !important;
    padding: 0 14px !important;
  }

  .main-container {
    margin-top: 58px !important;
  }

  nav.navbar.fix_head .navbar-brand img {
    max-height: 34px;
  }

  .section__banner .carousel-item img.mob-banner {
    height: auto !important;
    aspect-ratio: 4 / 5;
    max-height: 88vh;
    object-fit: cover;
  }
}

/* =============================================================
       CONTACT SECTION — premium redesign
       ============================================================= */
#contact {
  padding: 40px 20px !important;
  background: var(--paper) !important;
}

.contact-heading {
  margin-bottom: 50px;
}

.contact-heading .section-title {
  margin: 0 auto 18px !important;
}

.contact-subtitle {
  font-size: 15px !important;
  color: var(--muted) !important;
  max-width: 620px;
  margin: 0 auto !important;
  line-height: 1.85 !important;
}

.contact-inner {
  background: #fff !important;
  border: 1px solid var(--line) !important;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(14, 14, 14, 0.07);
  position: relative;
}

.contact-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--brand-grad);
  z-index: 3;
}

.contact-form-col {
  position: relative;
}

.contact-form-wrap {
  padding: 56px 48px 48px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-form-head {
  margin-bottom: 30px;
}

.contact-kicker {
  display: inline-block;
  font-family: "Inter", sans-serif !important;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
  padding-left: 32px;
}

.contact-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 1px;
  background: var(--copper);
}

.contact-form-wrap h3 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 32px !important;
  color: var(--ink) !important;
  margin: 0 0 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.contact-form-sub {
  color: var(--muted) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* Tighten the existing forms-input-fields spacing inside this card */
.contact-form-wrap .forms-input-fields {
  margin-bottom: 0;
}

.contact-form-wrap .forms-input-fields .form-control {
  background: #faf7f2 !important;
  border-color: transparent !important;
  margin-bottom: 14px !important;
  padding: 15px 14px 15px 42px !important;
}

.contact-form-wrap .forms-input-fields .form-control:focus {
  background: #fff !important;
  border-color: var(--copper) !important;
}

.contact-submit-btn {
  background: var(--ink) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 28px !important;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  font-size: 12px !important;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  margin-top: 8px;
  cursor: pointer;
}

.contact-submit-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--brand-grad);
}

.contact-submit-btn:hover {
  background: var(--copper) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(184, 115, 26, 0.3);
}

.contact-submit-btn .fa-arrow-right {
  font-size: 11px;
  transition: transform 0.35s ease;
}

.contact-submit-btn:hover .fa-arrow-right {
  transform: translateX(5px);
}

.contact-info {
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-info-item > i {
  width: 42px;
  height: 42px;
  background: var(--paper-soft);
  color: var(--copper);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
  border: 1px solid rgba(184, 115, 26, 0.18);
}

.contact-info-item strong {
  display: block;
  font-family: "Inter", sans-serif !important;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 3px;
}

.contact-info-item span {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.contact-map-col {
  position: relative;
  min-height: 580px;
  background: #f0ece4;
  border-left: 1px solid var(--line);
}

.contact-map-col iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: saturate(0.92) contrast(1.04);
}

@media (max-width: 991px) {
  #contact {
    padding: 40px 16px !important;
  }

  .contact-heading {
    margin-bottom: 36px;
  }

  .contact-form-wrap {
    padding: 40px 28px 36px !important;
  }

  .contact-map-col {
    min-height: 320px;
    border-left: none;
    border-top: 1px solid var(--line);
    order: 2;
  }

  .contact-form-col {
    order: 1;
  }

  .contact-form-wrap h3 {
    font-size: 26px !important;
  }
}

@media (max-width: 575px) {
  .contact-form-wrap {
    padding: 32px 20px 28px !important;
  }

  .contact-map-col {
    min-height: 280px;
  }

  .contact-info-item span {
    font-size: 13px;
  }
}

/* =============================================================
       LOCATION / CONNECTIVITY — premium redesign
       ============================================================= */
#connectivity .section-title {
  margin: 0 auto 22px !important;
}

#connectivity .location-intro {
  color: var(--muted) !important;
  max-width: 780px;
  margin: 0 auto !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  text-align: center;
}

.location-pillars {
  margin-top: 56px !important;
  margin-bottom: 15px !important;
}

.loc-pillar {
  background: #fff;
  border: 1px solid var(--line);
  padding: 38px 28px;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.loc-pillar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--brand-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
}

.loc-pillar:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(14, 14, 14, 0.09);
  border-color: transparent;
}

.loc-pillar:hover::after {
  transform: scaleX(1);
}

.loc-pillar-icon {
  width: 66px;
  height: 66px;
  background: var(--paper-soft);
  border: 1px solid rgba(184, 115, 26, 0.22);
  border-radius: 50%;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--copper);
  transition: all 0.4s ease;
}

.loc-pillar:hover .loc-pillar-icon {
  background: var(--copper);
  color: #fff;
  border-color: var(--copper);
  transform: rotate(-8deg);
}

.loc-pillar h4 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 22px !important;
  color: var(--ink) !important;
  margin: 0 0 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
}

.loc-pillar p {
  color: var(--muted) !important;
  font-size: 13.5px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* Distance grid cards */
.connectivity-grid {
  margin-top: 8px;
}

.conn-carousel {
  margin-top: 36px;
}

.conn-carousel .owl-stage {
  display: flex;
}

.conn-carousel .owl-item {
  display: flex;
}

.conn-carousel .owl-item .item {
  display: flex;
  flex: 1;
}

.conn-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px 24px;
  height: 100%;
  flex: 1;
  position: relative;
  transition: all 0.3s ease;
}

.conn-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(14, 14, 14, 0.07);
  border-color: var(--copper-light);
}

.conn-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.conn-card-header i {
  width: 40px;
  height: 40px;
  background: var(--paper-soft);
  color: var(--copper);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  border: 1px solid rgba(184, 115, 26, 0.16);
}

.conn-card-header h5 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 19px;
  color: var(--ink);
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.conn-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.conn-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 13.5px;
}

.conn-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.conn-list li span {
  color: #4a4a4a;
  line-height: 1.45;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
}

.conn-list li strong {
  color: var(--copper);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-family: "Inter", sans-serif !important;
  background: var(--paper-soft);
  padding: 4px 10px;
  border-radius: 100px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .location-pillars {
    margin-top: 40px !important;
    margin-bottom: 32px !important;
  }

  .loc-pillar {
    padding: 30px 22px;
  }

  .conn-card {
    padding: 24px 20px;
  }
}

@media (max-width: 575px) {
  .loc-pillar h4 {
    font-size: 20px !important;
  }

  .conn-card-header h5 {
    font-size: 17px;
  }

  .conn-list li {
    font-size: 13px;
  }
}

/* =============================================================
       GALLERY — premium redesign
       ============================================================= */
#gallery .gallery-header {
  margin-bottom: 50px;
}

#gallery .section-title {
  margin: 0 auto 18px !important;
}

#gallery .gallery-intro {
  color: var(--muted) !important;
  max-width: 640px;
  margin: 0 auto !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  text-align: center;
}

.gal-carousel-wrap {
  position: relative;
  padding: 0 20px;
}

/* Reset any older gal-carousel image rules that targeted .item img */
.gal-carousel .gal-item .gal-frame {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  aspect-ratio: 4 / 5;
}

.gal-carousel .gal-item .gal-frame img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition:
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.5s ease;
  filter: brightness(0.96) saturate(1.04);
}

.gal-carousel .gal-item .gal-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.gal-carousel .gal-item .gal-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 14, 0) 35%,
    rgba(14, 14, 14, 0.55) 100%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gal-carousel .gal-item .gal-overlay::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  opacity: 0;
  transform: scale(1.04);
  transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.gal-carousel .gal-item .gal-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--copper);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  opacity: 0;
  transform: translateY(14px) scale(0.85);
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.gal-carousel .gal-item:hover .gal-frame img {
  transform: scale(1.08);
  filter: brightness(0.85) saturate(1.05);
}

.gal-carousel .gal-item:hover .gal-overlay {
  opacity: 1;
}

.gal-carousel .gal-item:hover .gal-overlay::before {
  opacity: 1;
  transform: scale(1);
}

.gal-carousel .gal-item:hover .gal-icon {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Caption strip beneath each frame */
.gal-carousel .gal-item .gal-caption {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 4px 4px;
}

.gal-carousel .gal-item .gal-num {
  font-family: "Inter", sans-serif !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--copper);
  position: relative;
  padding-right: 18px;
}

.gal-carousel .gal-item .gal-num::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  background: var(--copper);
  transform: translateY(-50%);
}

.gal-carousel .gal-item .gal-label {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.02em;
  transition: color 0.3s;
}

.gal-carousel .gal-item:hover .gal-label {
  color: var(--copper);
}

/* Navigation arrows — centered beneath the carousel (gallery + amenities) */
.gal-carousel .owl-nav,
.ameni-carousel .owl-nav {
  position: static !important;
  margin: 36px 0 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.gal-carousel .owl-nav button.owl-prev,
.gal-carousel .owl-nav button.owl-next,
.ameni-carousel .owl-nav button.owl-prev,
.ameni-carousel .owl-nav button.owl-next {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 52px !important;
  height: 52px !important;
  background: #fff !important;
  color: var(--ink) !important;
  border: 1px solid var(--line) !important;
  border-radius: 50% !important;
  font-size: 14px !important;
  box-shadow: 0 8px 24px rgba(14, 14, 14, 0.08) !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gal-carousel .owl-nav button.owl-prev:hover,
.gal-carousel .owl-nav button.owl-next:hover,
.ameni-carousel .owl-nav button.owl-prev:hover,
.ameni-carousel .owl-nav button.owl-next:hover {
  background: var(--copper) !important;
  color: #fff !important;
  border-color: var(--copper) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 26px rgba(184, 115, 26, 0.25) !important;
}

@media (max-width: 991px) {
  .gal-carousel-wrap {
    padding: 0 8px;
  }

  .gal-carousel .gal-item .gal-frame {
    aspect-ratio: 3 / 4;
  }

  .gal-carousel .owl-nav {
    margin-top: 28px !important;
  }
}

@media (max-width: 575px) {
  #gallery .gallery-header {
    margin-bottom: 32px;
  }

  .gal-carousel .gal-item .gal-frame {
    aspect-ratio: 4 / 5;
  }

  .gal-carousel .gal-item .gal-label {
    font-size: 15px;
  }

  .gal-carousel .owl-nav {
    margin-top: 22px !important;
    gap: 10px;
  }

  .gal-carousel .owl-nav button.owl-prev,
  .gal-carousel .owl-nav button.owl-next {
    width: 44px !important;
    height: 44px !important;
    font-size: 12px !important;
  }
}

/* =============================================================
       MODAL — premium redesign (overrides older orange header rule)
       ============================================================= */
.enquire-modal .modal-dialog {
  max-width: 480px;
  margin-top: 80px !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.enquire-modal .modal-dialog .modal-content {
  border: none !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 40px 80px rgba(14, 14, 14, 0.3) !important;
  overflow: hidden;
  position: relative;
}

/* Header — dark ink with copper accent + gradient strip */
.enquire-modal .modal-dialog .modal-content .modal-header,
.enquire-modal .modal-header {
  background: var(--ink) !important;
  color: #fff !important;
  border-bottom: none !important;
  padding: 26px 28px !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.enquire-modal .modal-dialog .modal-content .modal-header::before,
.enquire-modal .modal-header::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 28px;
  width: 28px;
  height: 1px;
  background: var(--copper);
}

.enquire-modal .modal-dialog .modal-content .modal-header::after,
.enquire-modal .modal-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--brand-grad);
}

.enquire-modal .modal-dialog .modal-content .modal-header .modal-title,
.enquire-modal .modal-title {
  color: #fff !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  margin: 12px 0 0 !important;
  flex: 1;
  text-align: left !important;
}

/* Close button — circular hairline */
.enquire-modal .modal-dialog .modal-content .modal-header .close,
.enquire-modal .modal-dialog .modal-close,
.enquire-modal .modal-close {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  transform: none !important;
  width: 38px !important;
  height: 38px !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  transition: all 0.3s ease;
  margin: 0 !important;
  flex-shrink: 0;
}

.enquire-modal .modal-close:hover,
.enquire-modal .modal-dialog .modal-content .modal-header .close:hover {
  background: var(--copper) !important;
  border-color: var(--copper) !important;
  transform: rotate(90deg) !important;
}

.enquire-modal .modal-close span {
  display: block;
  line-height: 1;
  margin-top: -2px;
}

/* Modal body — generous spacing, premium feel */
.enquire-modal .modal-body {
  padding: 36px 30px 32px !important;
  background: #fff;
}

/* Logo block — centered with copper hairlines on either side */
.enquire-modal .modal-logo {
  text-align: center;
  position: relative;
  margin: 0 auto 28px !important;
  padding: 0 0 24px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.enquire-modal .modal-logo::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 56px;
  height: 1px;
  background: var(--copper);
}

.enquire-modal .modal-logo img,
.enquire-modal .modal-dialog img {
  max-width: 130px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

/* Form inputs inside modal — match contact card style */
.enquire-modal .modal-body .forms-input-fields {
  margin-bottom: 6px !important;
  position: relative;
}

.enquire-modal .modal-body .forms-input-fields i {
  top: 17px !important;
  left: 14px !important;
  color: var(--copper) !important;
  font-size: 14px !important;
}

.enquire-modal .modal-body .forms-input-fields .form-control,
.enquire-modal.modal .modal-dialog form .forms-input-fields .form-control {
  background: #faf7f2 !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  padding: 14px 14px 14px 42px !important;
  font-size: 14px !important;
  margin: 0 0 4px !important;
  width: 100% !important;
  transition: all 0.25s ease !important;
  box-shadow: none !important;
}

.enquire-modal .modal-body .forms-input-fields .form-control:focus {
  background: #fff !important;
  border-color: var(--copper) !important;
  box-shadow: 0 0 0 3px rgba(184, 115, 26, 0.12) !important;
}

/* Submit button — full-width premium */
.enquire-modal .form-btn1 {
  width: 100% !important;
  background: var(--ink) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 24px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  margin: 16px 0 0 !important;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  cursor: pointer;
}

.enquire-modal .form-btn1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--brand-grad);
}

.enquire-modal .form-btn1:hover {
  background: var(--copper) !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(184, 115, 26, 0.3);
}

/* Validation error messages — refined.
   IMPORTANT: do NOT use `display: ... !important` here. jQuery Validate
   toggles each error label via its inline `style="display:none/block"`;
   if the CSS uses !important on display, the inline style is ignored and
   the error never hides after the field becomes valid. */
.enquire-modal .modal-body label.error,
.enquire-modal label.error,
label.error {
  color: #c0392b !important;
  background: rgba(192, 57, 43, 0.06);
  border-left: 2px solid #c0392b;
  font-size: 11px !important;
  font-family: "Inter", sans-serif !important;
  padding: 5px 10px !important;
  margin: 4px 0 10px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}

/* Belt-and-braces: when jQuery Validate flags input as valid,
   force-hide any adjacent error label (covers older Validate versions
   that leave the label in DOM rather than removing it). */
.forms-input-fields input.valid ~ label.error,
input.valid + label.error {
  display: none !important;
}

/* Modal animation — subtle fade-up */
.enquire-modal.fade .modal-dialog {
  transform: translateY(20px);
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.enquire-modal.show .modal-dialog {
  transform: translateY(0);
}

/* Backdrop — slightly darker for premium feel */
.modal-backdrop.show {
  opacity: 0.7 !important;
  background: #0a0a0a;
}

@media (max-width: 575px) {
  .enquire-modal .modal-dialog {
    margin: 40px 14px !important;
  }

  .enquire-modal .modal-dialog .modal-content .modal-header,
  .enquire-modal .modal-header {
    padding: 22px 22px !important;
  }

  .enquire-modal .modal-dialog .modal-content .modal-header .modal-title,
  .enquire-modal .modal-title {
    font-size: 20px !important;
  }

  .enquire-modal .modal-body {
    padding: 28px 22px 26px !important;
  }

  .enquire-modal .modal-logo img,
  .enquire-modal .modal-dialog img {
    max-width: 110px !important;
  }
}
