/* Reset and Global Styles */
@font-face {
  font-family: "Orlean Medium";
  src: url("../fonts/orlean.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "olivera";
  src: url("../fonts/olivera.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #333;
}

/*  Back to Top Button Styling */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #957740;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: background 0.3s, transform 0.3s;
}

#backToTop:hover {
  background: #8f600a;
  transform: translateY(-3px);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.section-title {
  font-size: 3.5vw;
  line-height: 50px;
  font-weight: 400;
  text-transform: capitalize;
  background: linear-gradient(90deg, #482251 0.1%, #1d3349 98.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.8px;
}

/* Tablets (max-width: 1024px) */
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 4vw;
    line-height: 42px;
  }
}

/* Mobile devices (max-width: 768px) */
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 6vw;
    line-height: 36px;
  }
}

/* Very small screens (max-width: 480px) */
@media screen and (max-width: 480px) {
  .section-title {
    font-size: 7vw;
    line-height: 32px;
  }
}

/* Text Gradient Effect */
.text-gradient {
  background: linear-gradient(90deg, #000 0.05%, #8f600a 33.46%, #000 68.18%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section {
  padding: 75px 0;
}
/* Section Heading */
.section-heading {
  font-size: 42px;
  font-style: normal;
  color: #957740;
  font-weight: 400;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Olivera", serif;
  font-weight: 500;
  color: var(--primary-color);
  margin: 0;
  letter-spacing: 0.8px;
}

/* Text Elements */
a,
p {
  font-family: var(--bs-body-font-family);
}

.bg-triana {
  background: #fbe9d7;
}

/* ===== Navbar Styles ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: transparent;
  padding: 0 15px;
  visibility: visible;
  transition: all 0.5s ease;
  z-index: 9;
}

.scrolled {
  background: rgb(65 46 16);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.visible {
  opacity: 1;
  visibility: visible;
}

.navbar-brand img {
  height: 65px;
  width: auto;
}

/* ===== Buttons ===== */
.btn-trihana {
  border-radius: 5px;
  border: 0;
  color: #1d3349;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(
    91deg,
    #c1a671 9.65%,
    #f0e4bc 62.21%,
    #957740 111.83%
  );
}

.btn-trihana:hover .btn-trihana:focus {
  color: #fff;
}

.btn-trihana-phone {
  color: #fff !important;
}

/* ===== Hamburger Icon ===== */
.hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  z-index: 10;
}

.hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  margin: 5px 0;
  border-radius: 3px;
  transition: all 0.4s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ===== Mobile Menu ===== */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  padding: 60px 30px;
  transition: left 0.4s ease;
  z-index: 999;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu ul li {
  margin-bottom: 20px;
}

.mobile-menu ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #8080801a;
  padding: 8px 5px;
}

.mobile-menu ul li a:hover {
  color: #c1a671;
}

/* ===== Hero Section ===== */

.hero-section {
  position: relative;
  height: auto;
  background: url(../images/sliderbnr.webp) center center / cover no-repeat; /* desktop image */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/*  Mobile version (you can adjust the breakpoint if needed) */
@media screen and (max-width: 768px) {
  .hero-section {
    background: url(../images/purvanchaltriana.webp) center center / cover
      no-repeat;
    height: auto;
  }
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  animation: heroZoom 18s ease-in-out infinite alternate;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000075;
  z-index: 1;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  box-shadow: none !important;
  background: linear-gradient(
    91deg,
    #c1a671 9.65%,
    #f0e4bc 62.21%,
    #957740 111.83%
  ) !important;
}

/* Zoom In and Out Animation */
@keyframes heroZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  display: block;
}

.hero-content h3 {
  max-width: 350px;
}

@media only screen and (max-width: 992px) {
  .my-desktop-only {
    display: none;
  }
}

.hero-logo {
  width: 200px;
  margin-bottom: 20px;
}

.hero-buttons .btn {
  margin: 5px;
}

/* Mobile and tablet - hide content */
.hero-content .section-heading,
.query-form {
  /* display: none; */
}

/* Desktop only (from 1024px to 1919px, for example) */
@media screen and (max-width: 992px) and (min-width: 768px) {
  .hero-section {
    height: 100vh;
  }
  .overlay {
    display: none;
  }
}

/* Desktop only (from 1024px to 1919px, for example) */
@media screen and (min-width: 992px) {
  .hero-content .section-heading,
  .query-form {
    display: block;
  }
}
.query-form .input-group select {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #c9a9528c !important;
  border-radius: 0 !important;
  color: #000 !important;
  height: 50px !important;
  margin-bottom: 10px !important;
  font-weight: 100 !important;
}

/* ===== Second Section (for testing) ===== */
.second-section {
  height: 100vh;
  background: #f9f7f4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
}

/* ===== Modal ===== */
.custom-modal .modal-content {
  background: #f9f7f4;
  border-radius: 10px;
  border: none;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.btn-submit {
  background: linear-gradient(90deg, #b4913d, #d4b56c);
  border: none;
  color: #fff;
  border-radius: 30px;
  padding: 10px 40px;
  font-weight: 500;
}

.btn-submit:hover {
  background: linear-gradient(90deg, #d4b56c, #b4913d);
}

@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}

/* ===== Fixed Bottom Mobile Menu ===== */
.mobile-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #291a03;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  padding: 2px 0;
  z-index: 999;
}
.mobile-bottom-menu .nav-link {
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 16px;
}
.mobile-bottom-menu .nav-link:first-child,
.mobile-bottom-menu .nav-link:nth-child(2) {
  border-right: 2px solid #e1dfd9 !important;
}

/* Ensure the last child has no border (just in case) */
.mobile-bottom-menu .nav-link:last-child {
  border-right: none !important;
}
.mobile-bottom-menu .nav-link:hover {
  color: #fff !important;
  background: linear-gradient(
    91deg,
    #412e10 9.65%,
    #412e10 62.21%,
    #957740 111.83%
  );
}

/* Hide on Desktop */
@media (min-width: 992px) {
  .mobile-bottom-menu {
    display: none;
  }
}
/* ===== Modal Style ===== */
.custom-modal .modal-content {
  background: #f9f7f4;
  border-radius: 10px;
  border: none;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.custom-modal .modal-header {
  border-bottom: none;
  justify-content: flex-end;
}

.custom-modal .modal-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.custom-modal h5 span {
  color: #b4913d; /* Gold color */
}

.custom-modal .modal-body {
  text-align: center;
}

.custom-modal .modal-body p {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

/* ===== Input Styles ===== */
.custom-modal .form-control {
  border: none;
  border-bottom: 1px solid #c8aa6e;
  border-radius: 0;
  background: transparent;
  color: #333;
  font-size: 15px;
  padding: 10px 5px;
}

.custom-modal .form-control:focus {
  box-shadow: none;
  border-color: #b4913d;
}

.btn-trihana {
  border-radius: 24px 0;
  border: 0;
  color: #1d3349;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 40px;
  width: max-content;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: Orlean medium;
  letter-spacing: 0.8px;
  background: linear-gradient(
    91deg,
    #c1a671 9.65%,
    #f0e4bc 62.21%,
    #957740 111.83%
  );
}

.btn-trihana:hover {
  color: #fff;
}
/* Phone Button */
#callButton {
  position: fixed;
  right: 25px;
  bottom: 15%;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3a1c71, #d76d77, #ffaf7b);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 24px;
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effects */
#callButton:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
/*---- Video container----*/
.video-container {
  text-align: center;
  margin: 50px auto;
}

.video-thumb {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.video-thumbnail {
  width: 800px;
  height: 360px;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.video-thumb:hover .video-thumbnail {
  transform: scale(1.03);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  color: #000;
  transition: background 0.3s ease, transform 0.3s ease;
}

.play-btn:hover {
  background: #c9a74f;
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}
/*---- VIDEO Section END----*/
/*---- Chairman Section----*/
.chairman-section {
  background: #fbe9d7; /* Light beige */
  position: relative;
  overflow: hidden;
}

.info-box {
  border: var(--bs-border-width) var(--bs-border-style) #957740 !important;
  border-radius: 4px;
  box-shadow: 4px 4px 16px #7a621b8f;
}
.chairman-sign {
  font-family: "Orlean Medium", serif;
}
.info-box h5 {
  color: #957740;
}

/* Floor Plan Starts */

.amenities-section {
  padding: 60px 0;
  background-color: #fafafa;
}

.amenity-card {
  border: 1px solid #c5ac78;
  border-radius: 10px;
  padding: 25px 15px;
  transition: 0.3s;
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center; /* vertical centering */
  justify-content: center; /* horizontal centering */
  text-align: center;
}

.amenity-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.amenity-icon {
  font-size: 36px;
  color: #b49c73;
  margin-bottom: 12px;
}

.amenity-name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  color: #222;
}

.amenity-name .desc {
  font-size: 14px;
  color: #666;
  min-height: 36px;
  font-weight: 300;
}

.sticky-image {
  position: sticky;
  top: 0;
  height: 100vh;
  object-fit: cover;
  border-radius: 10px;
  z-index: 0;
}

@media (max-width: 768px) {
  .sticky-image {
    position: relative;
    height: auto;
    margin-top: 30px;
  }
}
/* ===== About Project Section ===== */
.about-project-section {
  background: #f9f7f4;
  color: #1d3349;
}

.about-project-section p {
  font-size: 1rem;
  line-height: 1.7;
}

.sectionimg {
  border: 2px solid #c1a671;
  border-radius: 15px;
  /* box-shadow:; */
  width: auto;
  height: 450px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}
/* Info Boxes */
.info-box {
  background: #fff;
  border: 1px solid #c1a671;
  border-radius: 10px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-color: #957740;
}

.info-box h4 {
  color: #957740;
  font-weight: 600;
}

/* Button Styling */
.hero-btn {
  position: absolute;
  left: 50%;
  bottom: 5%; /* Ã¢Å“â€¦ 5% above bottom of the section */
  transform: translateX(-50%);
  background: linear-gradient(90deg, #d4b56c, #b4913d);
  color: #fff;
  padding: 12px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.hero-btn:hover {
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 0 20px rgba(212, 181, 108, 0.5);
}

/* Bouncing arrow */
.down-arrow {
  position: absolute;
  left: 50%;
  bottom: -25%;
  transform: translateX(-50%);
  font-size: 36px;
  color: #fff;
  animation: bounce 2s infinite;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #d4b56c;
  border-radius: 62px;
  padding: 2px 5px;
  background-image: transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Bouncing animation */
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.location-section {
  background: #fbe9d7;
}

.location-list h5 {
  font-weight: 700;
  color: #b4913d; /* Gold tone accent */
}

.location-list ul li {
  font-size: 15px;
  margin-bottom: 6px;
  color: #333;
}

.location-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* optional, keeps layout neat */
  width: 100%;
}

/* Base image style */
.location-image {
  width: 100%;
  height: auto;
  object-fit: contain; /* ensures full image is visible */
  border-radius: 10px;
  display: block;
}

/* Tablet & Mobile adjustments */
@media (max-width: 991px) {
  .location-image {
    max-height: 350px;
    margin: 20px 0;
  }
}

/* Optional: control max width on very large screens */
@media (min-width: 1200px) {
  .location-image-wrapper {
    max-width: 900px; /* optional, center large images nicely */
    margin: 0 auto;
  }
}

/* Responsive layout */
@media (max-width: 991px) {
  .location-image {
    max-height: 350px;
    margin: 20px 0;
  }
}
.about-footer-section {
  background-color: #371d0e;
  color: #fff;
}

.about-footer-section .about-line {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #e6d5c3;
  text-align: justify;
}
.disclaimer {
  padding: 15px 0;
}
.disclaimer-text {
  font-size: 0.9rem;
  line-height: 1.2;
  color: #7e7c7a;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .about-footer-section .about-line {
    font-size: 1rem;
  }
  .disclaimer-text {
    font-size: 0.85rem;
  }
}

.render-img {
  position: absolute;
  bottom: 8px;
  left: 8px;
  margin: 0;
  padding: 4px 8px;
  color: #fff;
  border-radius: 3px;
  font-size: 8px;
  line-height: normal;
}

.tab-gallery {
  background: #fdfaf5;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.tabs-container {
  margin: 50px auto;
  max-width: 1000px;
}
.nav-pills .nav-link {
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 500;
  margin: 0 5px;
  color: #6c4f1a;
  border: 1px solid #6c4f1a;
  transition: all 0.3s ease;
}
.nav-pills .nav-link.active {
  background: linear-gradient(45deg, #d1a45c, #f3e3b0);
  color: #fff;
  border: none;
}
.owl-carousel .item img {
  width: 100%;
  height: auto; /* keep aspect ratio */
  max-height: 450px; /* from your original */
  min-height: 450px; /* optional: ensure a minimum height */
  object-fit: cover; /* ensures cropping covers container nicely */
  border-radius: 10px;
}

/* Ensure the carousel item wrapper keeps height constraints */
.owl-carousel .item {
  overflow: hidden;
}

/* Responsive tweaks */
@media (max-width: 1200px) {
  .owl-carousel .item img {
    max-height: 400px;
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .owl-carousel .item img {
    max-height: 300px;
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .owl-carousel .item img {
    max-height: 200px;
    min-height: 200px;
  }
}

.gallerycarousel {
  position: relative;
}

.gallerycarousel .owl-nav {
  position: absolute;
  top: 45%;
  left: 5%;
  width: 90%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* So only buttons are clickable */
}

.gallerycarousel .owl-nav button.owl-prev,
.gallerycarousel .owl-nav button.owl-next {
  background: rgb(255 255 255 / 55%);
  color: #333 !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto; /* Re-enable click for buttons */
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gallerycarousel .owl-nav button.owl-prev i.fa,
.gallerycarousel .owl-nav button.owl-next i.fa {
  border: 2px solid #000;
  border-radius: 50%;
  padding: 12px;
}
.gallerycarousel .owl-nav button.owl-prev:hover,
.gallerycarousel .owl-nav button.owl-next:hover {
  background: #c9a34e;
  color: #fff !important;
}

.gallerycarousel .owl-dots {
  margin-top: 15px;
  text-align: center;
}

/* ðŸ“± Move arrows to bottom center on mobile screens */
@media (max-width: 767px) {
  .gallerycarousel .owl-nav {
    top: auto;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    justify-content: center;
    gap: 20px; /* space between left/right arrows */
  }
}

.floor-plans-section {
  padding: 60px 0;
}

.floor-img {
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.floor-img:hover {
  transform: scale(1.03);
}

/* Modal customization */
.modal-content.bg-transparent {
  background: transparent !important;
}
.modal-dialog.modal-xl {
  max-width: 90%;
}
.carousel-inner img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.query-form {
  border-radius: 24px;
  border: 1px solid #c1a671;
  background: hsla(0, 0%, 100%, 0.8);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 20px;
  max-width: 350px;
  margin-top: 30px;
}
.query-form p {
  color: #363636;
}
.query-form h5 {
  font-size: 28px;
}
.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ccc !important; /* optional - keeps border consistent */
}

.query-form .form-control {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #c9a9528c !important;
  border-radius: 0 !important;
  color: #000 !important;
  height: 50px !important;
  margin-bottom: 10px !important;
  font-weight: 400 !important;
}
.query-form .form-control:focus {
  outline: 0;
}
.query-form h5 {
}
/*render-image text---*/
.render-img {
  position: absolute;
  bottom: 8px;
  left: 8px;
  margin: 0;
  padding: 4px 8px;
  color: #fff;
  border-radius: 3px;
  font-size: 8px;
  line-height: normal;
}
/*----render-image text End---*/
/*----floating-buttons---*/
/* Hide by default (mobile & tablet) */
.floating-buttons {
  display: none;
}

.milestone-section {
    position: relative;
    overflow: hidden;
}
.milestone-section {
    border-top: 3px solid linear-gradient(91deg,#c1a671 9.65%,#f0e4bc 62.21%,#957740 111.83%);
    background: #0f2543;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    flex-shrink: 0;
}

.border-top-cls {
    margin-top: -40px !important;
    height: 10px;
    flex-shrink: 0;
    background: var(--Linear, linear-gradient(91deg, #c1a671 9.65%, #f0e4bc 62.21%, #957740 111.83%));
}

.cust-container {
    width: 90%;
    margin: auto;
}

.img-logo-milestone {
    width: 550px;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding: 5% 0 0;
    justify-content: center;
    align-items: center;
}

.img-logo-milestone img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.milestone-section .section-title {
    color: #fff !important;
}
.milestone-section .section-title, .option-sec .section-title {
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
}
.section-title {
    font-size: 4vw;
    font-weight: 400;
    text-transform: capitalize;
    background: linear-gradient(90deg, #482251 .1%, #1d3349 98.71%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 80px;
    letter-spacing: .8px;
}

.subtext {
    max-width: 750px;
    color: #fff;
    text-align: center;
    font-size: 1.042vw;
    line-height: 30px;
    letter-spacing: .6px;
}

.custom-card {
    position: relative;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    height: 25.875vw;
}

.svg-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* Add these CSS rules to your global styles */

/* For EnquiryModal and BannerEnquiryForm */
.react-tel-input .country-list {
  color: #212529 !important; /* Black text color */
}

.react-tel-input .country-list .country {
  color: #212529 !important;
}

.react-tel-input .country-list .country .country-name {
  color: #212529 !important;
}

.react-tel-input .country-list .country .dial-code {
  color: #6c757d !important; /* Slightly lighter for dial code */
}

/* Search box text color */
.react-tel-input .country-list .search-box .search {
  color: #212529 !important;
}

/* Highlighted country */
.react-tel-input .country-list .country.highlight {
  background-color: #e9ecef !important;
  color: #212529 !important;
}

.react-tel-input .country-list .country.highlight .country-name,
.react-tel-input .country-list .country.highlight .dial-code {
  color: #212529 !important;
}

/* Hover state */
.react-tel-input .country-list .country:hover {
  background-color: #f8f9fa !important;
  color: #212529 !important;
}

.react-tel-input .country-list .country:hover .country-name,
.react-tel-input .country-list .country:hover .dial-code {
  color: #212529 !important;
}

/* Default transparent navbar */
.navbar {
  background: transparent;
  transition: all 0.3s ease;
}

/* When scrolled */
.navbar-scrolled {
  background: #000 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.navbar-scrolled {
  background-color: rgb(0 0 0 / 60%) !important;
}


.custom-card>:not(.svg-border) {
    position: relative;
    z-index: 2;
}
.card-heading, .card-sub {
    color: #d4c497;
    font-family: Olivera;
    font-style: normal;
    font-weight: 400;
    line-height: 2.083vw;
    text-align: left;
}
.card-heading {
    position: relative;
    font-size: 4.167vw;
    letter-spacing: .8px;
}

.custom-card>:not(.svg-border) {
    position: relative;
    z-index: 2;
}
.card-sub {
    font-size: 1.667vw;
    letter-spacing: .32px;
}
.card-heading, .card-sub {
    color: #d4c497;
    font-family: Olivera;
    font-style: normal;
    font-weight: 400;
    line-height: 2.083vw;
    text-align: left;
}

.custom-card>:not(.svg-border) {
    position: relative;
    z-index: 2;
}
.card-desc {
    color: #faf1ca;
    text-align: left;
}


/* Desktop only */
@media screen and (min-width: 1024px) {
  .floating-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
  }

  .floating-buttons a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #25d366; /* WhatsApp green by default */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .floating-buttons a.phone-btn {
    background-color: #007bff; /* Blue for phone */
  }

  .floating-buttons a:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  }

  .floating-buttons img {
    width: 55px;
    height: 55px;
  }
}
/*----floating buttin ends---*/
/* ===== Stats Section ===== */
.stat-card {
  background: transparent;
  border: 1.5px solid #d5be75; /* Gold border */
  border-radius: 8px;
  padding: 30px 20px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(212, 175, 55, 0.15);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d5be75; /* Gold */
  margin-bottom: 0.2rem;
}

.stat-label {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 1rem;
}

.stat-text {
  font-size: 0.95rem;
  color: #dcdcdc;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .stat-card {
    padding: 20px;
  }
  .stat-number {
    font-size: 2rem;
  }
  .img-logo-milestone {
        width: auto;
        padding: 2% 0 0;
    }
        .section-title {
        font-size: 10vw;
        line-height: 40px;
    }
        .subtext, .viewFloorplanButton {
        font-size: 16px;
    }
    .custom-card {
        height: auto !important;
    }
    .card-heading {
        font-size: 35px;
        line-height: 1.5rem;
    }
        .card-sub {
        font-size: 25px;
        line-height: 1.5rem;
    }
}

.about-footer-section {
  background: #0f2543;
}
aboutparagraph {
  width: 80%;
}

/*--- phone input flags ----*/
.iti {
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}
.iti__country-list {
  width: 280px;
}

.iti__flag-box,
.iti__country-name,
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  color: #605c5c;
}
.modal {
  background: #765029f7;
}
.thankyoupg {
  background-color: rgba(0, 0, 0, 0.8);
}

/*---- FLoor Plan Section Starts */
.floor-plans-section {
  padding: 60px 0;
  background-color: #fff;
}

/* Outer gold frame */
.floor-card {
  position: relative;
  border: 4px solid #b7953d; /* Outer gold border */
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

/* Inner border */
.floor-card::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px solid #dfb43c; /* Inner lighter gold border */
  border-radius: 8px;
  pointer-events: none;
}

/* Floor plan image */
.floor-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 6px;
  background-color: #f8f8f8;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.floor-img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Responsive height */
@media (max-width: 768px) {
  .floor-img {
    height: 250px;
  }
}

/*--- floor pLan section ends ---*/

.btn-close {
  background-color: #fff; /* black background */
  border-radius: 50%;
  filter: invert(1) brightness(200%);
  opacity: 0.9;
  z-index: 999;
  padding: 10px;
}

.btn-close:hover {
  background-color: #fff;
  opacity: 0.8;
}
/* ===== Floor Plan Modal Styles ===== */
#floorPlanModal .modal-dialog {
  max-width: 900px; /* Controls modal size */
  width: 90%;
}

#floorPlanModal .modal-content {
  background: #000; /* Black background for contrast */
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

/* Fixed-size carousel images */
#floorPlanModal .carousel-inner img {
  width: 100%;
  height: 600px; /* Fixed height for all images */
  object-fit: contain; /* Keeps proportions without cropping */
  background-color: transparent; /* Fills empty space for smaller images */
}

/* Smaller height for mobile screens */
@media (max-width: 768px) {
  #floorPlanModal .carousel-inner img {
    height: 400px;
  }
}

/* Close button styling for black background */
#floorPlanModal .btn-close {
  filter: invert(1) brightness(200%);
  opacity: 0.9;
  z-index: 10;
}

#floorPlanModal .btn-close:hover {
  opacity: 1;
}

/* Optional: make carousel arrows more visible */
#floorPlanModal .carousel-control-prev-icon,
#floorPlanModal .carousel-control-next-icon {
  filter: invert(1);
  width: 2.5rem;
  height: 2.5rem;
}

.amenities-slider {
  position: relative;
}

/* Left & right positions */
.custom-swiper-prev {
  left: -10px;
  font-size: 35px;
}

.custom-swiper-next {
  right: -10px;
  font-size: 35px;
}

/* Hover effect */
.custom-swiper-prev:hover,
.custom-swiper-next:hover {
  background: #c19a5b;
}

.cstm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
