:root {
  --primary: #7a8a5a;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
a {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
p,
span,
ul,
li {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.2px;
}
.gradient-heading {
  background: linear-gradient(315deg, #7a8a5a 30%, #000000 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.custom-navbar {
  position: fixed;
  top: 4px;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}

.nav-pill {
  background: #fff;
  border-radius: 60px;
  padding: 14px 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-weight: 700;
  color: var(--primary);
}

.nav-link {
  color: #000;
  font-weight: 500;
  padding: 8px 16px;
}

.custom-navbar.scrolled {
  top: -8px;
}
.custom-navbar.scrolled .nav-pill {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
}

.hero {
  background: url("../img/office_header_1749724038.jpg")
    center/cover no-repeat;
  position: relative;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 64%);
}
.hero .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  color: #fff;
}
.hero-location {
  background: #fff;
  color: #000;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.hero-content h1 {
  font-weight: 700;
}
/* .hero-content h1 span {
  color: var(--primary);
} */
.hero-buttons {
  margin-top: 20px;
}

.hero-form {
  background: #0000009c;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  padding: 49px;
}
label.form-check-label {
  color: white;
}
.hero-form h5 {
  background: #7a8a5a;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.form-control,
.form-select {
  border-radius: 8px;
}

.btn-primary {
  background: var(--primary);
  border: none;
}
.btn-primary:hover {
  background: #65734a;
}

@media (max-width: 991px) {
  .custom-navbar {
    top: 10px;
  }
  .hero-content {
    text-align: center;
    margin-bottom: 30px;
  }
}
.hero {
  padding-top: 140px; /* equal or more than navbar height */
}
@media (max-width: 991px) {
  .hero {
    padding-top: 120px;
  }
}

.enquire-btn {
  border-radius: 30px;
  padding: 8px 18px;
  font-weight: 600;
}

.modal-title {
  font-family: "Libre Baskerville", serif;
}

.property-overview {
  padding: 80px 0;
  background: #fff;
}

.single-image img {
  width: 100%;
  border-radius: 20px;
}

.section-tag {
  display: inline-block;
  background: #eef2ee;
  color: #1f3d2b;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-weight: 700;
}

.section-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.property-overview p li {
  color: #000000;
  max-width: 520px;
}

.custom-btn {
  border: 2px solid #1f3d2b;
  color: #1f3d2b;
  padding: 10px 26px;
  border-radius: 30px;
  margin-top: 10px;
}
.custom-btn:hover {
  background: #1f3d2b;
  color: #fff;
}

@media (max-width: 991px) {
  .property-overview {
    text-align: center;
    display: none !important;
  }
  .property-overview p {
    margin-left: auto;
    margin-right: auto;
  }
}

.animate-left,
.animate-right {
  opacity: 0;
  transition: all 0.9s ease;
}

.animate-left {
  transform: translateX(-80px);
}
.animate-right {
  transform: translateX(80px);
}

.animate-section.active .animate-left,
.animate-section.active .animate-right {
  opacity: 1;
  transform: translateX(0);
}

.amenities-section {
  background: #7a8a5a1f;
  padding: 80px 0;
}
.amenities-section .amenity-card {
  text-align: center;
  padding: 30px 15px;
  box-sizing: border-box;
}

.amenities-section .icon-circle {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7a8a5a;
}

.amenities-section .icon-circle i {
  font-size: 34px;
  color: #ffffff;
  line-height: 1;
}

.amenities-section .count {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 36px;
  height: 36px;
  background: #e5c77a;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.amenities-section .amenity-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #111111;
}

.amenities-section .amenity-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #020202;
  max-width: 260px;
  margin: 0 auto;
}

.amenities-section .swiper-slide {
  display: flex;
  justify-content: center;
}

.amenities-section .swiper-button-next,
.amenities-section .swiper-button-prev {
  color: #1a73e8;
}

@media (max-width: 767px) {
    .animate-left,
.animate-right {
  opacity: 0;
  transition: none!important;
}

.animate-left {
  transform: none !important;
}
.animate-right {
  transform: none !important;
}

    .animate-section.active .animate-left,
.animate-section.active .animate-right {
  opacity: 1;
  transform: none !important;
}
  .amenities-section {
    padding: 50px 0;
  }

  .amenities-section .icon-circle {
    width: 95px;
    height: 95px;
  }

  .amenities-section .icon-circle i {
    font-size: 30px;
  }

  .amenities-section .count-badge {
    width: 32px;
    height: 32px;
    font-size: 13px;
    top: -8px;
    right: -8px;
  }
}

.space40 {
  height: 40px;
}
.amenities-section .swiper-slide:nth-child(even) .amenity-card {
  margin-top: 40px;
}

.cta-hero {
  background: #58662c;

  color: #ffffff;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

.cta-image-single {
  max-width: 420px;
}

.cta-image-single img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.cta-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.cta-content h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.cta-content p {
  font-size: 16px;
  color: #ffffff;
  max-width: 520px;
  margin-bottom: 30px;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.btn-primary {
  background: #e5c77a;
  color: #000;
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
}

.btn-video {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.play-icon {
  width: 42px;
  height: 42px;
  background: #ffffff;
  color: #184c43;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

@media (max-width: 991px) {
  .cta-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-image-single {
    margin: 0 auto 40px;
  }

  .cta-actions {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.accordion-button {
  color: #58662c;
  background-color: #fff;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.accordion-button:not(.collapsed) {
  background-color: #58662c;
  color: #fff;
}
.map-responsive {
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.footer-section {
  background-color: #58662c;
}

.footer-section a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-menu li a {
  font-size: 15px;
}

.footer-social a {
  font-size: 18px;
  color: #ffffff;
}

.footer-left .dot {
  color: #cfd8a5;
}
.visual-gallery {
  overflow: hidden;
}

.gallery-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0;
}
.gallery-wrapper {
  transition: transform 0.6s ease;
}

.gallery-item {
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
}

.gallery-item {
  position: relative;
  width: 260px;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.4s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item.center {
  width: 360px;
  height: 480px;
  z-index: 5;
  transform: scale(1);
}

.gallery-item.side {
  transform: scale(0.9);
  margin-left: -80px;
  margin-right: -80px;
  opacity: 0.9;
  z-index: 1;
}

.gallery-item:hover {
  transform: scale(0.95);
}

.play-btn {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  color: #fff;
}

@media (max-width: 768px) {
  .gallery-wrapper {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 20px;
  }

  .gallery-item,
  .gallery-item.center {
    margin: 0;
    transform: none;
    width: 260px;
    height: 360px;
  }
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}

.whatsapp-float {
  position: fixed;
  bottom: 50px;
  right: 18px;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  z-index: 9999;

  /* Anti-line / anti-glitch fixes */
  overflow: hidden;
  isolation: isolate;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}



/* Mobile-safe spacing */
@media (max-width: 576px) {
  .whatsapp-float {
    bottom: 140px;
    right: 14px;
   
  }
}
select.form-select.enquire-input option {
    color: black;
}

@media (max-width: 768px) {
  .mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #58662c;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    display:flex;
  }
  ul.footer-menu.list-unstyled.d-flex.justify-content-end.gap-3.mb-0 {
    align-items: center !important;
    justify-content: center !important;
  }
  .footer-section {
    background-color: #58662c;
    margin-bottom: 47px;
  }
  .footer-social.d-flex.justify-content-end.gap-3.mt-3 {
    justify-content: center !important;
  }
  .row.min-vh-100.align-items-center {
    margin-top: 155px;
  }
  .footer-bottom {
    display: none;
  }
  .mobile-cta .cta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: transform 0.2s;
  }

  .mobile-cta .cta-item img {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
  }

  .mobile-cta .cta-item:hover {
    transform: scale(1.1);
  }
}

@media (min-width: 769px) {
  .mobile-cta {
    display: none;
  }
}
.modal-body label.form-check-label {
  color: #000000;
}
.map-responsive iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: 0;
}

.call-float {
  position: fixed;
  bottom: 150px;
  right: 20px;
  width: 58px;
  height: 58px;
  background: #0d6efd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  z-index: 9999;
}

.call-float i {
  color: #fff;
  font-size: 22px;
  transform: rotate(0deg) !important;
}


/* Mobile spacing */
@media (max-width: 576px) {
  .call-float {
    bottom: 150px; /* avoids overlap with footer CTA */
    right: 15px;
    display:none;
  }
}

.whatsapp-float,
.call-float {
  overflow: hidden;       /* stops bleed line */
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.enquire-box {
    background: #7a8a5a;
    border-radius: 14px;
    padding: 30px;
    position: relative;
    width: min-content !important;
}
.enquire-box label.form-check-label {
    color: #ffffff;
}
.enquire-title {
  text-align: center;
  color: #fff;
  font-family: "BigCaslonFB", serif;
  letter-spacing: 1px;
}

.enquire-subtitle {
  text-align: center;
  font-size: 14px;
  color: #d9ead3;
  margin-bottom: 30px;
}

.enquire-input {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,.7) !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.enquire-input::placeholder {
  color: rgba(255,255,255,.8);
}

.enquire-phone {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.7);
  padding-bottom: 8px;
}

.enquire-phone span {
  color: #fff;
  margin-right: 10px;
}

.enquire-phone input {
  border: none;
  background: transparent;
  color: #fff;
  width: 100%;
}

.enquire-check label {
  font-size: 13px;
  color: #fff;
}

.enquire-check a {
  color: #fff;
  font-weight: 600;
}

.enquire-submit {
  display: block;
  margin: auto;
  background: #fff;
  color: #0b6f3c;
  padding: 10px 40px;
  font-weight: 600;
}

.enquire-close {
  position: absolute;
  top: -14px;
  right: -14px;
  background: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
/* Force input text color */
.enquire-phone input {
  color: #ffffff !important;
  background-color: transparent !important;
  border: none;
}

/* Force placeholder color */
.enquire-phone input::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Browser-specific fixes */
.enquire-phone input::-webkit-input-placeholder {
  color: #ffffff !important;
}
.enquire-phone input::-moz-placeholder {
  color: #ffffff !important;
}
.enquire-phone input:-ms-input-placeholder {
  color: #ffffff !important;
}

/* Autofill fix (Chrome) */
.enquire-phone input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 9999s ease-in-out 0s;
}

/* +91 text white */
.enquire-phone span {
  color: #ffffff;
}


.luxury-features {
  background: #ffffff;
}

.luxury-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  letter-spacing: 1px;
}

.luxury-title span {
  font-style: italic;
  color: #7b8456;
}

.feature-box {
  border-right: 1px solid #ddd;
}

.feature-box:nth-child(3n) {
  border-right: none;
}

.border-top {
  border-top: 1px solid #ddd;
}

.feature-card {
  padding: 50px 30px;
  transition: all 0.4s ease;
}

.feature-card i {
  font-size: 42px;
  color: #7b8456;
  margin-bottom: 20px;
  display: inline-block;
  transition: transform 0.4s ease;
}

.feature-card p {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #222;
}

/* Hover Animation */
.feature-card:hover {
    background: #7b8456;
    transform: translateY(-8px);
}

.feature-card:hover i {
  transform: rotateY(180deg);
  color:white;
}

.feature-card:hover p {

  color:white;
}


/* Highlight Center */
.highlight .feature-card {
  background: #7b8456;
}

.highlight i,
.highlight p {
  color: #fff;
}

/* Mobile Fix */
@media (max-width: 768px) {
  section#about {
    display: none;
}
  .feature-box {
    border-right: none;
    border-top: 1px solid #ddd;
  }
  .cta-hero {
    background: #58662c;
    color: #ffffff;
    padding: 50px 0;
}
.cta-content h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.contact-content p {
    color: #000000;
    font-size: 12px;
}
.contact-content {
    background-color: #58662c29;
    padding: 21px;
    border-radius: 15px;
}
}
.contact-content {
    background-color: #58662c29;
    padding: 70px;
    border-radius: 15px;
}
a.text-decoration-none {
    color: black;
}
.contact-content p {
    color: #000000;
}
section.overview {
    background: #eff1eb;
    padding: 70px 0;
}


.m-bot{
    margin-bottom:20px;
    display:block;
}


@media (max-width: 768px) {
  .modal {
   transform:none !important;
  }

/*  .modal-content {*/
/*    border-radius: 18px 18px 0 0;*/
/*    max-height: 90dvh;*/
/*  }*/
/*}*/
/** {*/
/*  transform: none !important;*/
/*}*/

.modal-backdrop.fade {
    opacity: 0;
    width: 100%;
}

body {
    overflow-x: hidden;
}
