/* ==========================================================================
   BODONI MODA FONT FAMILY
   ========================================================================== */

/* Regular (400) */
@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/Bodoni/BodoniModa_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/Bodoni/BodoniModa_18pt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium (500) */
@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/Bodoni/BodoniModa_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/Bodoni/BodoniModa_18pt-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* SemiBold (600) */
@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/Bodoni/BodoniModa_18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/Bodoni/BodoniModa_18pt-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/Bodoni/BodoniModa_18pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/Bodoni/BodoniModa_18pt-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ExtraBold (800) */
@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/Bodoni/BodoniModa_18pt-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/Bodoni/BodoniModa_18pt-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Black (900) */
@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/Bodoni/BodoniModa_18pt-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/Bodoni/BodoniModa_18pt-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


/* ==========================================================================
   INTER FONT FAMILY
   ========================================================================== */

/* Variable Font (Covers weights 100 to 900) */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter-VariableFont_slnt,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Static Fallback Fonts */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/INTER-ITALIC.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/INTER-MEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/INTER-MEDIUMITALIC.OTF') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/INTER-SEMIBOLD.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/INTER-SEMIBOLDITALIC.OTF') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/INTER-BOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/INTER-BOLDITALIC.OTF') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/INTER-EXTRABOLD.OTF') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/INTER-EXTRABOLDITALIC.OTF') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/INTER-BLACK.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/INTER-BLACKITALIC.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Color Palette & Variables */
:root {
  --primary-green: #7E8F50;
  --dark-green: #1F291E;
  --accent-gold: #B89762;
  --bg-cream: #F9F8F3;
  --bg-light-green: #ECEFE6;
  --text-dark: #000;
  --text-muted: #666666;
  --white: #FFFFFF;
  --border-light: #E2E4DC;
  
  --font-heading: 'Bodoni Moda', Georgia, serif;
  --font-body: 'Inter', sans-serif;
}

/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color:var(--white);
  color: var(--text-dark);
  line-height: 1.6;
  font-family: var(--font-body);
}

.section-container {
  padding: 50px 8% 80px;
  margin: 0 auto;
}
.type-line-2{
  color: var(--primary-green);
}
.text-center { text-align: center; }
.text-white { color: var(--white) !important; }

/* Navigation */
.header {
  background-color: var(--white);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 23px 5% 0;
 
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 25px;
}

.logo img{
 width: 220px;
}

.nav-actions {
  display: flex;
  gap: 40px;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 25px;
}

.nav-links a {
  text-decoration: none;
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 300;
  transition: color 0.3s;

}

.nav-links a:hover, .nav-links a.active {
  color: var(--primary-green);
  border-bottom: 1px solid var(--primary-green);
}

.btn-phone {
  text-decoration: none;
  color: var(--primary-green);
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Mobile Hamburger Toggle Icon */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  padding: 0;
  z-index: 1001;
}

.mobile-menu-toggle .bar {
  width: 100%;
  height: 2px;
  background-color: var(--dark-green, #1F291E);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Animated "X" state when menu is open */
.mobile-menu-toggle.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.mobile-menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Responsive Media Query */
@media (max-width: 991px) {
  .mobile-menu-toggle {
    display: flex;
  }
  .logo img {width: 154px;}
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-cream);
    flex-direction: column;
    padding: 25px 5%;
    gap: 18px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid var(--border-light);
    
    /* Off-screen hide by default */
    display: none;
  }

  /* Slide/Show drawer when active */
  .nav-links.active {
    display: flex;
  }

  .btn-phone {
   display: none;
  }
}

/* Hero Section */

.hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 60px 0;
  background-color: #F8F9F5;
}

/* Background Slider */
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
}

/* Slide 1 Backgrounds */
.slide-1 {
  background-image: url('../images/mob-banner.jpg');
}
@media (min-width: 991px) {
  .slide-1 {
    background-image: url('../images/banner.jpg');
  }
}
/* Slide 2 Backgrounds */
.slide-2 {
  background-image: url('../images/mob-banner.jpg');
}
@media (min-width: 991px) {
  .slide-2 {
    background-image: url('../images/banner.jpg');
  }
}

.hero-container {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  width: 90%;
  margin: 5% auto 0;
}

/* Left Content Styling */
.hero-content {
  padding-right: 20px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  color: var(--text-dark);
  margin-bottom: 30px;
}

.hero-title .text-olive {
  color: var(--primary-green);
}

.hero-subtitle {
  font-size: 18px;
  color: var(--text-dark);
  max-width: 440px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

/* Brochure Button */
.btn-brochure {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: var(--white);
  border: 1px solid #B8CF82;
  color: var(--primary-green);
  padding: 10px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.btn-brochure:hover {
  background-color: var(--primary-green);
  color: #ffffff;
}

.btn-brochure .icon-circle {
  width: 26px;
  height: 26px;
  background-color: var(--primary-green);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}

.btn-brochure:hover .icon-circle {
  background-color: #ffffff;
  color: var(--primary-green);
}

/* Price Callout Box */
.price-callout {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.callout-line {
  position: relative;
  width: 30px;
  height: 150px;
  border-left: 1.5px solid var(--primary-green);
  border-top: 1.5px solid var(--primary-green);
  margin-top: 12px;
}

.callout-line .pin-dot {
  position: absolute;
  top: -5px;
  left: 25px;
  width: 10px;
  height: 10px;
  background-color: var(--primary-green);
  border-radius: 50%;
}

.price-details {
  display: flex;
  flex-direction: column;
}

.price-label {
  font-size: 18px;
  color: var(--text-dark);
  font-weight: 400;
}

.price-value {
  font-family: var(--font-heading);
  font-size: 50px;
  font-weight: 500;
  color: var(--primary-green);
  line-height: 0.5;
}

.price-value .asterisk {
  font-size: 45px;
  vertical-align: super;
  margin-left: -5px;
}

/* Vertical Slider Dots (Far Left) */
.hero-slider-dots {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  /*display: flex;*/
  display: none;
  flex-direction: column;
  gap: 14px;
}

.hero-slider-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--primary-green);
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
}

.hero-slider-dots .dot.active {
  background-color: var(--primary-green);
}

/* Ring around active dot */
.hero-slider-dots .dot.active::after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 1px solid var(--primary-green);
  border-radius: 50%;
}

/* Right Form Card Styling */
.hero-form-card {
  background-color: #FFFFFF;
  padding: 35px 37px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  min-width: 360px;
  margin-left: auto;
}

.hero-form-card h3 {
  font-size: 26px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 30px;
  line-height: 1;
}

.hero-form-card .form-group {
  margin-bottom: 16px;
}

.hero-form-card label {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.hero-form-card input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background-color: var(--bg-input);
  font-size: 13px;
  outline: none;
  transition: border-color 0.3s ease;
}

.hero-form-card input:focus {
  border-color: var(--primary-green);
  background-color: #FFFFFF;
}
.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 16px 0 20px 0;
}

.form-checkbox input {
  margin-top: 3px;
  accent-color: #000;
  width: auto !important;
}

.form-checkbox label {
  font-size: 14px;
 color: var(--text-dark);
  line-height: 1.35;
}

.btn-register {
  font-family: var(--font-body);
  width: 100%;
  background-color: var(--primary-green);
  color: var(--white);
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  transition: background-color 0.3s ease;
}

.btn-register:hover {
  background: var(--primary-green);
  color: var(--white);
  border-color: var(--primary-green);
}

.mobile-form-card{display: none;}
/* Responsive Media Queries */
@media (max-width: 991px) {
  .hero{min-height: auto; padding: 16px 12px;}
  .hero-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .hero-content {
    padding-right: 0;
  }
  
  .hero-title {
    font-size: 30px;
  }
  .hero-subtitle {font-size: 14px; letter-spacing: 0;}
  .hero-form-card { display: none; }
  .mobile-form-card{
    display: block;
    background-color: #FFFFFF;
    padding: 35px 37px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    min-width: 360px;
   margin: 15px 16px;
  }
  .mobile-form-card h3 {
    font-size: 26px;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 30px;
    line-height: 1;
  }

  .mobile-form-card .form-group {
    margin-bottom: 16px;
  }

  .mobile-form-card label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 8px;
  }

  .mobile-form-card input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    background-color: var(--bg-input);
    font-size: 13px;
    outline: none;
    transition: border-color 0.3s ease;
  }

  .mobile-form-card input:focus {
    border-color: var(--primary-green);
    background-color: #FFFFFF;
  }
  .hero-slider-dots {
    display: none;
  }
  .price-label{font-size: 10px; margin-bottom: 5px;}
  .price-value {font-size: 20px;}
  .price-value .asterisk {font-size: 25px;}
  .btn-brochure {font-size: 16px;}
  .callout-line {width: 20px; height: 90px;}
  .callout-line .pin-dot {left: 15px; width: 7px; height: 7px; top: -4px;}

}
/* Stas Section */
.stats-section{
  margin: 0 auto;
  background-color: var(--white);
  padding: 10px 8%;
}
.stats-container{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 100px;
}
.stats-item p{
  font-size: 18px;
  color: #707070;
  margin-bottom: 5px;
}
.stats-item h4{
  font-family: var(--font-heading);
  color: var(--text-dark);
  font-size: 24px;
}
@media (max-width: 991px) {
  .stats-section{
    padding: 15px 16px;
  }
  .stats-container{
   grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .stats-item p{font-size: 14px; margin-bottom: 0;}
  .stats-item h4{font-size: 20px;}
}
/* Gallery Strip */
.gallery-carousel-section {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

/* Track containing slides */
.carousel-track {
  display: flex;
  gap: 16px; /* Gap matching the visual spacing between cards */
  width: max-content;
  will-change: transform;
  animation: autoScroll 25s linear infinite;
}

/* Pause scrolling on hover for user interaction */
.gallery-carousel-section:hover .carousel-track {
  animation-play-state: paused;
}

/* Individual Card Layout (Portrait Ratio matching design) */
.carousel-card {
  flex: 0 0 620px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #f4f4f4;
}

.carousel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* Subtle hover zoom effect */
.carousel-card:hover img {
  transform: scale(1.03);
}

/* Keyframe animation for smooth seamless loop */
@keyframes autoScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Scrolls exactly half the width (original set) for seamless repeat */
    transform: translateX(calc(-50% - 8px));
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .carousel-card {
    flex: 0 0 340px;
  }
  .carousel-track {
    gap: 10px;
    animation-duration: 18s;
  }
}

/* Experience Sections */
.experience-section {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

/* Top Center Soft Radial Gradient Glow (#B8CF82) */
.top-gradient-glow {
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 350px;
  background: radial-gradient(circle, rgba(184, 207, 130, 0.45) 0%, rgba(184, 207, 130, 0) 70%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 1;
}

/* Header Styles */
.experience-section .section-header {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  max-width: 100%;
}

/* Faded Background Watermark Text */
.watermark-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 80px;
  font-weight: 700;
  color: rgba(225, 228, 222, 0.4);
  letter-spacing: 0;
  white-space: nowrap;
  user-select: none;
  z-index: 1;
  text-transform: uppercase;
}

/* Main Heading */
.main-heading {
  position: relative;
  z-index: 2;
  font-family: var(--font-heading);
  font-size: 50px;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.25;
  margin: 40px auto;
  letter-spacing: -0.5px;
  max-width: 830px;
}

.main-heading .highlight {
  color: var(--primary-green);
}

/* Description Text */
.description {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-dark);
  font-weight: 300;
}

/* Villas Grid */
.villas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

/* Card Component */
.experience-section .villa-card {
  display: flex;
  flex-direction: column;
}

.card-image {
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #f2f2f2;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.villa-card:hover .card-image img {
  transform: scale(1.03);
}

.card-title {
  font-size: 26px;
  font-weight: 500;
  color: var(--text-dark);
  margin: 0 0 20px 0;
}

.card-description {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dark);
  margin: 0;
  max-width: 90%;
}

/* CTA Button */
.cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.btn-explore {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 10px 24px;
  border: 1px solid var(--primary-green);
  border-radius: 8px;
  background-color: #ffffff;
  color: var(--primary-green);
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-explore .arrow-icon {
  width: 28px;
  height: 28px;
  background-color: #8fa663;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.btn-explore:hover {
  background-color: #8fa663;
  color: #ffffff;
}

.btn-explore:hover .arrow-icon {
  background-color: #ffffff;
  color: #8fa663;
  transform: translate(2px, -2px);
}

/* Mobile Responsiveness */
/* Mobile Horizontal Scroll */
@media (max-width: 767.98px) {
  .custom-scroll-row {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
  }
  
  .custom-scroll-row > [class*="col-"] {
    scroll-snap-align: start;
    flex: 0 0 auto;
  }

  .custom-scroll-row::-webkit-scrollbar {
    display: none;
  }
  .custom-scroll-row {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

/* Blurred Modal Backdrop */
.modal-backdrop.show {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 1 !important;
}

/* Modal Content & Image Styles */
.custom-blur-modal .modal-content {
  background: transparent;
}

.modal-plan-img {
  max-height: 75vh;
  object-fit: contain;
  background-color: #ffffff;
  border-radius: 4px;
}

.modal-caption-bg {
  background-color: rgba(0, 0, 0, 0.85);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* External Close Button (Top-Right Screen Corner) */
.custom-modal-close {
  position: fixed;
  top: 20px;
  right: 25px;
  z-index: 1060;
  opacity: 0.8;
  font-size: 1.25rem;
}

.custom-modal-close:hover {
  opacity: 1;
}

/* External Navigation Arrows (Outside Floorplan) */
.outer-nav.carousel-control-prev {
  left: -60px;
  width: auto;
}

.outer-nav.carousel-control-next {
  right: -60px;
  width: auto;
}

.outer-nav .carousel-control-prev-icon,
.outer-nav .carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-size: 50%;
}

/* Screen size adjustments for navigation arrows */
@media (max-width: 991.98px) {
  .outer-nav.carousel-control-prev {
    left: -35px;
  }
  .outer-nav.carousel-control-next {
    right: -35px;
  }
}

@media (max-width: 575.98px) {
  .outer-nav.carousel-control-prev {
    left: 10px;
  }
  .outer-nav.carousel-control-next {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .section-container {padding: 15px 16px;}
  .section-header {margin-bottom: 30px;}
  .main-heading{font-size: 30px; margin: 0 0 20px;}
  .description{font-size: 14px;}
  .villas-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .top-gradient-glow{display: none;}
  .card-image {margin-bottom: 13px;}
  .card-title{font-size: 16px; margin-bottom: 8px;}
  .card-description {max-width: 100%; font-size: 12px;}
  .cta-wrapper{margin-top: 25px;}
  .btn-explore{width: 90%; justify-content: center; font-size: 18px;}
  .btn-explore img{width: 30px;}
  .watermark-text {
   display: none;
  }
}

/* Pricing Section */
.pricing-section {
  width: 100%;
  background-color: #fbfdf9;
  background-image: radial-gradient(circle at 10% 50%, rgba(184, 207, 130, 0.35) 0%, rgba(255, 255, 255, 0) 30%);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Main Outer Card with Linear Gradient & Vertical Stripes */
.pricing-card {
  width: 100%;
  padding: 60px 70px;
  border-radius: 12px;
  /* Linear Gradient matching specs (#5B623E to #262A21) */
  background: linear-gradient(135deg, #5b623e 0%, #262a21 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 50px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Subtle Vertical Grid Background Lines */
.pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 135px,
    rgba(255, 255, 255, 0.03) 135px,
    rgba(255, 255, 255, 0.03) 136px
  );
  pointer-events: none;
}

/* Left Column Styling */
.pricing-left {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.pricing-title {
  font-family: var(--font-heading);
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 35px 0;
}

.pricing-section .white-text {
  display: block;
  color: var(--white);
}

.pricing-section .green-text {
  display: block;
}

.villa-image-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.villa-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right Column Table Styling */
.pricing-right {
  flex: 1;
  z-index: 2;
  display: flex;
  align-items: center;
}

.table-container {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  /* 1px border matching specs: #B8CF82 at 20% opacity */
  border: 1px solid rgba(184, 207, 130, 0.2);
  background-color: rgba(0, 0, 0, 0.12);
}

.table-row {
  display: flex;
  align-items: center;
  padding: 14px 28px;
  border-bottom: 1px solid rgba(184, 207, 130, 0.15);
  transition: background-color 0.2s ease;
}

.table-row:last-child {
  border-bottom: none;
}

.table-row:not(.table-header):hover {
  background-color: rgba(255, 255, 255, 0.03);
}

/* Table Header Row */
.table-header {
  background-color: #D6E6B0;
  padding: 16px 28px;
  font-size: 22px;
  font-weight: 500;
  color: var(--text-dark);
  border-bottom: none;
}
.table-header .col-type, .table-header .col-area{font-size: 22px;}
/* Column Width Alignments */
.col-type {
  flex: 0 0 120px;
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
}

.col-area {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
}

.col-price {
  flex: 0 0 160px;
  display: flex;
  justify-content: flex-end;
}

.table-header .col-type,
.table-header .col-area,
.table-header .col-price {
  color: #1a2012;
}

/* Button Component */
.btn-costing {
  padding: 8px 10px;
  background-color: transparent;
  border: 1px solid #A5B777;
  border-radius: 6px;
  color: #AABE74;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-costing:hover {
  background-color: #8fa663;
  border-color: #8fa663;
  color: #ffffff;
}
.mobile-image-wrapper{display: none;}
/* Mobile Responsiveness */
@media (max-width: 992px) {
  .pricing-card {
    flex-direction: column;
    padding: 40px 5px;
    gap: 30px;
  }
  .pricing-title{margin: 0 0 19px 0; font-size: 30px; display: flex; gap: 10px;}
  .pricing-left {
    flex: 100%;
  }
  .table-header {font-size: 16px;}
  .table-header .col-type, .table-header .col-area{font-size: 16px;}
  .villa-image-wrapper{display: none;}
  .mobile-image-wrapper {
    display: block;
    height: 300px;
  }

  .table-row {
    padding: 12px 16px;
  }

  .col-type {
    flex: 0 0 80px;
    font-size: 12px;
  }
  .col-area{font-size: 12px;}
  .btn-costing {font-size: 12px;}
}

/* Tabs section */
.dsr-tab-section {
  margin: 0 auto;
  background-color: var(--white);
}

/* Top Navigation Tabs */
.custom-main-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 80px;
  border: none;
}

.custom-main-tabs .nav-link {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 500;
  color: var(--text-dark);
  background-color: var(--white);
  border-radius: 9px;
  border: 1px solid var(--primary-green);
  padding: 20px 120px;
  transition: all 0.3s ease;
}

.custom-main-tabs .nav-link.active,
.custom-main-tabs .nav-link:hover {
  background-color: var(--primary-green) !important;
  color: var(--white) !important;
  border-color: var(--primary-green) !important;
}

/* Typography Defaults */
.section-title {
  font-family: var(--font-heading);
  font-size: 40px;
  color: var(--text-dark);
  margin-bottom: 30px;
  font-weight: 400;
}


.section-desc {
  color: var(--text-dark);
  font-size: 17px;
  line-height: 1.5;
  text-align: start;
}

/* Buttons */
.btn-dsr {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--primary-green);
  background: var(--white);
  color: var(--primary-green);
  padding: 10px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-dsr .icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary-green);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.btn-dsr:hover {
  background: var(--primary-green);
  color: var(--white);
  border-color: var(--primary-green);
}

.btn-dsr:hover .icon-circle {
  background: var(--white);
  color: var(--primary-green);
}

.btn-primary-dsr {
  background: var(--primary-green);
  color: var(--white);
  border-color: var(--primary-green);
  padding: 12px 35px;
  border-radius: 6px;
  font-weight: 500;
}

.btn-primary-dsr:hover {
  background: var(--dark-green);
  color: var(--white);
}

/* Sub Tabs (facing direction) */
.sub-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 100px 0 40px;
}

.sub-tabs .nav-link {
  font-size: 20px;
  font-weight: 500;
  padding: 20px 80px;
  border-radius: 9px;
  border: 1px solid var(--border-light);
  background: var(--white);
  color: var(--text-dark);
}

.sub-tabs .nav-link.active {
  background-color: #B5C68A !important;
  color: var(--white) !important;
  border-color: #B5C68A !important;
}

/* Villa Cards */
.dsr-tab-section .villa-card {
  position: relative;
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.dsr-tab-section .villa-card img {
  width: 100%;
  object-fit: cover;
}

.villa-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0,0,0,0.85);
  color: var(--white);
  padding: 6px 14px;
  font-size: 16px;
  border-radius: 4px;
}

/* Master Plan Banner */
.master-plan-box {
  background-color: #F1F4EB;
  border-radius: 8px;
  padding: 40px;
  margin-top: 50px;
}
.master-plan-box .section-desc {
  color: var(--text-dark);
  font-size: 17px;
  line-height: 1.5;
  text-align: start;
  margin-bottom: 75%;
}
/* Accordion Customization */
.custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid var(--border-light);
  background: transparent;
  margin-bottom: 5px;
}

.custom-accordion .accordion-button {
  background: transparent;
  color: var(--text-dark);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  box-shadow: none !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
  color: var(--primary-green);
  background: transparent;
}

.custom-accordion .accordion-body {
  padding: 0 0 20px 0;
  color: var(--text-dark);
  line-height: 1.8;
  font-size: 14px;
  width: 95%;
}
/* Amenities Grid */
.amenity-card {
  background: var(--primary-green);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 25px 15px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.amenity-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transform: translateY(-3px);
}

.amenity-card img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 15px;
}

.amenity-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin: 0;
}

.amenity-section-box {
  background: #F4F6F0;
  padding: 50px 30px;
  border-radius: 8px;
  margin-top: 30px;
}

.amenity-section-title {
  font-family: var(--font-heading);
  font-size: 22px;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 1px;
}
.title-big{font-size: 50px;}
@media (max-width: 992px) {
.custom-main-tabs {
  display: flex;
  width: 100%;
  max-width: 480px; /* Constrains tab bar on desktop/tablets */
  margin: 0 auto 40px auto;
  background-color: var(--white);
  border: 1px solid var(--primary-green); /* Olive-tinted border matching active tab */
  border-radius: 12px;
  padding: 0;
  overflow: hidden; /* Ensures inner active tab background clips to rounded corners */
}
.custom-main-tabs .nav-item {
  flex: 1;
  text-align: center;
}
.master-plan-box .section-desc {font-size: 14px; margin-bottom: 25px;}
.custom-main-tabs .nav-link {
  width: 100%;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 12px 10px;
  transition: all 0.3s ease;
}

/* Active & Hover States */
.custom-main-tabs .nav-link.active {
  background-color: #B2C382 !important; /* Muted olive sage green from design */
  color: var(--white) !important;
}

/* Sub Tabs (East / West Facing Segmented Control) */
.sub-tabs {
  display: flex;
  width: 100%;
  max-width: 420px;
  margin: 25px auto 35px auto;
  background-color: var(--white);
  border: 1px solid #A4B27B;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.sub-tabs .nav-item {
  flex: 1;
  text-align: center;
}

.sub-tabs .nav-link {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #7E8F50;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 10px 12px;
}

.sub-tabs .nav-link.active {
  background-color: #8C9F59 !important;
  color: var(--white) !important;
}
.section-title {font-size: 26px; margin-bottom: 16px;}
.section-desc{font-size: 14px; margin-bottom: 25px;}
.btn-dsr {width: 90%; font-size: 18px; justify-content: center;}
.title-big{font-size: 30px;}
}

/* Location Section */
.location-wrapper {
  background-color: #F8FCEA;
  border: 1px solid #F8FCEA;
  border-radius: 9px;
  position: relative;
  padding: 80px 100px;
}

/* Section Header */
.location-header {
  text-align: right;
  margin-bottom: 30px;
}

.location-header h2 {
  font-family: var(--font-heading);
  font-size: 50px;
  font-weight: 400;
  color: var(--text-dark);
}

/* Content Layout */
.location-content {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

/* Left Info Column */
.location-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 380px;
}

.location-desc {
  font-size: 17px;
  line-height: 1.5;
  color: var(--text-dark);
}

/* Google Maps Button */
.btn-maps {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  gap: 15px;
  background-color: transparent;
  border: 1px solid var(--primary-green);
  color: #697B3C;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 12px 10px 24px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.btn-maps .icon-box {
  width: 32px;
  height: 32px;
  background-color: #8C9F59;
  color: var(--white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.btn-maps:hover {
  background-color: var(--white);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.btn-maps:hover .icon-box {
  transform: translate(2px, -2px);
}

/* Right Map & Proximity Column */
.map-container {
  position: relative;
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.map-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Proximity List Overlay / Table */
.proximity-box {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  padding: 12px 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 300px;
  width: 100%;
}

.proximity-title {
  background-color: var(--bg-proximity);
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 2px;
}

.proximity-list {
  list-style: none;
  font-size: 12px;
  line-height: 1.8;
  color: var(--text-dark);
}

.proximity-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.proximity-list .place-name {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.proximity-list .distance {
  font-weight: 400;
  color: #333;
  white-space: nowrap;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .location-wrapper {
    padding: 30px 20px;
  }

  .location-header h2 {
    font-size: 30px;
    text-align: left;
  }
  .location-desc {font-size: 14px;}
  .location-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .location-info {
    min-height: auto;
    gap: 20px;
  }

  .btn-maps {
    width: 100%;
    justify-content: space-between;
  }

  .proximity-box {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    max-width: 100%;
    margin-top: 15px;
    background-color: var(--white);
  }
}
/* Location Highlight Section */
.location-highlights-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

/* Left Column */
.left-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.left-column h2{
  font-family: var(--font-heading);
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  color: var(--text-dark);
}

.map-wrapper {
  width: 100%;
  height: 550px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Right Column (Scrollable Card) */
.proximity-card {
  background-color: #F8FCEA;
  border-radius: 20px;
  padding: 30px;
}

.proximity-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--primary-green);
  font-weight: 700;
  font-size: 22px;
}

.proximity-header i {
  font-size: 20px;
}

/* Scrollable List Container */
.proximity-scroll-container {
  max-height: 540px;
  overflow-y: auto;
  padding-right: 12px; /* Space for scrollbar */
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Custom Scrollbar Styling */
.proximity-scroll-container::-webkit-scrollbar {
  width: 4px;
}

.proximity-scroll-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.proximity-scroll-container::-webkit-scrollbar-thumb {
  background: var(--primary-green);
  border-radius: 10px;
}

/* Location Strip Items */
.location-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
}

/* Alternating Background Colors */
.location-strip.dark {
  background-color: #EAF5C1;
  color: #1f2a0b;
}

.location-strip.light {
  background-color: #FBFCF7;
  color: var(--text-dark);
}

.location-strip .place-name {
  font-weight: 500;
}

.location-strip .time-taken {
  font-weight: 500;
  white-space: nowrap;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  .location-highlights-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .left-column h2{font-size: 30px;}

  .proximity-card {
    margin-top: 0;
    padding: 20px 15px;
  }

  .map-wrapper {
    height: 320px;
  }
}
 /* Leadership Section  */
.about-leadership-section {
  position: relative;
  background-color: #F8FCEA;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

/* Vertical Grid Lines Overlay (Matches design background texture) */
.bg-grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
  padding: 0 4%;
}

.bg-grid-lines span {
  width: 1px;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.02);
}

/* Main Container Grid */
.leadership-container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Left Column: Plant Image */
.leadership-image-col {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -80%;
}

.plant-image {
  max-width: 130%;
  height: auto;
  object-fit: contain;
}

/* Right Column: Text Content */
.leadership-content-col {
  display: flex;
  flex-direction: column;
  max-width: 650px;
  margin-bottom: 80px;
}

/* Main Title Heading */
.leadership-content-col .section-title {
  font-family: var(--font-heading);
  font-size: 35px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 55px;
}

.section-title .dark-text {
  color: var(--text-dark);
  display: block;
}

.section-title .olive-text {
  color: var(--primary-green);
  display: block;
}

/* Logo Styling */
.brand-logo-wrapper {
  margin-bottom: 56px;
}

.dsr-logo {
  height: 150px;
  width: auto;
  display: block;
}

/* Body Paragraphs */
.description-text p {
  font-size: 17px;
  line-height: 1.5;
  color: var(--text-body);
  font-weight: 300;
  margin-bottom: 25px;
}

.description-text p:last-child {
  margin-bottom: 0;
}
.mob-plant-image{display: none;}
@media (min-width: 1900px) {
  .leadership-image-col {margin-bottom: -20%;}
}
/* =========================================================
    RESPONSIVE STYLES
    ========================================================= */
@media (max-width: 991px) {
  .leadership-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .leadership-content-col {margin-bottom: 0;}
  
  .leadership-content-col .section-title  {
    font-size: 20px;
  }

  .dsr-logo {
    height: 120px;
  }

  .plant-image {display: none;}
  .mob-plant-image{height: 280px; display: block;}
}

@media (max-width: 576px) {
  .section-title {
    font-size: 30px;
  }

  .description-text p {
    font-size: 14px;
  }
}
/* Testimonial section  */
.testimonials-section {
  position: relative;
  background-color: var(--white);
}

/* Section Header */
.section-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px auto;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 26px;
}


.section-subtitle {
  font-size: 17px;
  line-height: 1.5;
  color: var(--text-dark);
}

/* Carousel Wrapper */
.testimonials-carousel-container {
  position: relative;
  overflow: hidden;
  padding-top: 80px; /* Leave space for floating quote badges */
}

.testimonials-carousel-track {
  display: flex;
  gap: 30px;
  transition: transform 0.4s ease-in-out;
}

/* Testimonial Card Base */
.testimonial-card {
  flex: 0 0 calc(50% - 15px); /* Show 2 cards at a time on desktop */
  min-width: calc(50% - 15px);
  position: relative;
  border-radius: 12px;
  padding: 60px 35px 35px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

/* Dark Variant Card */
.testimonial-card.dark-card {
  background: linear-gradient(135deg, #5b623e 0%, #262a21 100%);
  color: var(--white);
}

.testimonial-card.dark-card .star-rating {
  color: var(--white);
}

.testimonial-card.dark-card .card-text {
  color: var(--white);
}

.testimonial-card.dark-card .divider {
  background-color: rgba(255, 255, 255, 0.15);
}

.testimonial-card.dark-card .client-title {
  color: var(--white);
}

/* Light Variant Card */
.testimonial-card.light-card {
  background-color: var(--white);
  border: 1px solid var(--border-light);
  color: var(--text-dark);
}

.testimonial-card.light-card .star-rating {
  color: var(--primary-green);
}

.testimonial-card.light-card .card-text {
  color: var(--text-dark);
}

.testimonial-card.light-card .divider {
  background-color: #f0f0f0;
}

.testimonial-card.light-card .client-title {
  color: #777777;
}

/* Floating Quote Badge */
.quote-badge {
  position: absolute;
  top: -22px;
  left: 35px;
  width: 44px;
  height: 44px;
  background-color: #1F2217;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* Card Content */
.star-rating {
  display: flex;
  gap: 6px;
  font-size: 14px;
  margin-bottom: 25px;
}

.testimonials-section .card-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 60px;
}

.divider {
  height: 1px;
  width: 100%;
  margin-bottom: 25px;
}

.client-info .client-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.client-info .client-title {
  font-size: 13px;
  font-weight: 400;
}

/* Navigation Arrows */
.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 35px;
  padding-right: 10px;
}

.control-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.control-btn.prev-btn {
  background-color: var(--text-dark);
  color: #ffffff;
}

.control-btn.next-btn {
  background-color: var(--primary-green);
  color: #ffffff;
}

.control-btn:hover {
  opacity: 0.85;
  transform: scale(1.05);
}

.control-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .testimonials-section{padding-top: 50px;}
  .testimonials-section .section-header{margin: 0;}
  .section-title {
    font-size: 30px;
  }
  .testimonials-carousel-container {padding-top: 25px;}
  .testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .carousel-controls {
    justify-content: center;
  }
}

/* Explore Section */
.explore-section {
 background-color: var(--white);
}

/* Top Row: Title Left, Phone Contact Right */
.explore-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
  gap: 30px;
}

/* Heading Styling */
.explore-title {
  font-family: var(--font-heading);
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
}

.explore-title .dark-text {
  color: var(--text-dark);
  display: block;
}

.explore-title .sage-text {
  color: var(--primary-green);
  font-weight: 400;
  display: block;
}

/* Right Contact Info Box */
.contact-info-block {
  max-width: 480px;
  text-align: left;
}

.contact-desc {
  font-size: 20px;
  line-height: 1.5;
  color: var(--text-dark);
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.phone-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.phone-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-green);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.phone-number {
  font-size: 25px;
  font-weight: 700;
  color: var(--primary-green);
  text-decoration: none;
  letter-spacing: 0.2px;
}

/* Dark Olive Form Card */
.lead-form-card {
  position: relative;
  background:linear-gradient(135deg, #5b623e 10%, #262a21 100%);
  border-radius: 9px;
  padding: 60px 50px 40px 50px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Background Vertical Grid Overlay inside Card */
.card-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  pointer-events: none;
  z-index: 1;
}

.card-grid-overlay span {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
}

/* Floating Plant Image (Bottom Right Overlay) */
.card-plant-image {
  position: absolute;
  bottom: -10px;
  right: 40px;
  height: 180px;
  width: auto;
  object-fit: contain;
  pointer-events: none;
  z-index: 2;
}

/* Form Inner Layout */
.lead-form {
  position: relative;
  z-index: 3;
}

.form-inputs-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 30px;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input-label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}

.form-input {
  width: 100%;
  background-color: #525939;
  border: 1px solid #525939;
  border-radius: 9px !important;
  padding: 12px 16px;
  font-family: var(--font-sans);
  font-size: 13px;
  color: #ffffff;
  outline: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.form-input::placeholder {
  color: var(--placeholder-color);
}

.form-input:focus {
  border-color: var(--text-sage);
  background-color: rgba(255, 255, 255, 0.08);
}

/* Submit Button Styling */
.btn-submit-wrapper {
  display: flex;
  justify-content: flex-start;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: transparent;
  border: 1px solid var(--primary-green);
  border-radius: 8px;
  padding: 10px 12px 10px 22px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit .arrow-box {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background-color: #B8CF82;
  color: #18181B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: transform 0.3s ease;
}

.btn-submit:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: var(--text-sage);
}

.btn-submit:hover .arrow-box {
  transform: translate(2px, -2px);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .explore-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .contact-info-block {
    max-width: 100%;
  }

  .form-inputs-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lead-form-card {
    padding: 35px 25px;
  }

  .card-plant-image {
    display: none; /* Hide plant on tablet/mobile so it doesn't overlap form controls */
  }
}

@media (max-width: 576px) {
  .explore-title {
    font-size: 30px;
  }

  .phone-number {
    font-size: 14px;
  }

  .btn-submit {
    width: 100%;
    justify-content: space-between;
  }
}

/* FAQ Section  */
.faq-section {
background-color: var(--white);
}

/* Section Title */
.faq-title {
  font-family: var(--font-heading);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}


/* Accordion Container */
.faq-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* FAQ Item Card */
.faq-item {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.faq-item.active {
  background-color: #F8FCEA;
  border-color: rgba(0, 0, 0, 0.08);
}

/* FAQ Header / Trigger */
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
  cursor: pointer;
  user-select: none;
}

.faq-question {
  font-size: 19px;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.5;
  padding-right: 20px;
}

/* Plus / Minus Icon Container */
.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: var(--primary-green);
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* FAQ Content Body */
.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 30px;
}

.faq-answer {
  font-size: 16px;
  line-height: 1.5;
  color: #2F2E2E;
  padding-bottom: 24px;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .faq-title {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .faq-header {
    padding: 20px 20px;
  }

  .faq-body {
    padding: 0 20px;
  }

  .faq-question {
    font-size: 16px;
  }
}
/* Footer */
.site-footer {
  background-color: var(--text-dark);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 0;
}

/* Ambient Spotlight Effect (Bottom Glow) */
.site-footer::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: 25%;
  width: 650px;
  height: 350px;
  background: radial-gradient(circle, rgba(140, 159, 89, 0.12) 0%, rgba(18, 20, 17, 0) 70%);
  pointer-events: none;
  z-index: 1;
}

/* Vertical Grid Background Overlay */
.footer-grid-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
}

.footer-grid-overlay span {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
}

/* Main Footer Body */
.footer-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: start;
  margin-bottom: 100px;
}

/* Logo Styling */
.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.footer-logo img{
  width: 410px;
}
.dsr-brand {
  display: flex;
  align-items: flex-start;
  position: relative;
}


.logo-divider {
  width: 1px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.3);
}

.elixir-text {
  font-size: 34px;
  font-weight: 400;
  color: var(--primary-green);
  letter-spacing: 4px;
  line-height: 1;
  text-transform: uppercase;
}

/* Info Details Block */
.info-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
  line-height: 1.5;
  max-width: 760px;
  font-weight: 700;
}

.info-row {
  color: #b7b6b6;
}

.info-label {
  color: var(--primary-green);
  font-weight: 700;
  margin-right: 4px;
}

.info-link {
  color: #b7b6b6;
  text-decoration: none;
  transition: color 0.2s ease;
}

.info-link:hover {
  color: var(--white);
  text-decoration: underline;
}

/* Social Follow Block */
.social-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 75px; /* Align visually with RERA info */
}

.social-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-green);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.social-icons {
  display: flex;
  gap: 30px;
}

.social-btn {
  width: 43px;
  height: 43px;
  border-radius: 10px;
  background-color: #1F1F1F;
  color: var(--primary-green);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.social-btn:hover {
  background-color: var(--primary-green);
  color: var(--bg-dark);
  transform: translateY(-2px);
}
.social-btn i{
  font-size: 20px;
}
/* Bottom Copyright Sub-Footer */
.footer-bottom {
  position: relative;
  z-index: 2;
  background-color:#191818;
  padding: 16px 20px;
  text-align: center;
  font-size: 16px;
  color: #656464;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.footer-bottom a {
  color: #7d8277;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.footer-bottom a:hover {
  color: var(--text-light);
}

/* Responsive Adjustments */
@media (max-width: 900px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 40px;
  }
  .footer-logo img {width: 200px;}
  .social-block {
    margin-top: 10px;
  }
  .footer-bottom{font-size: 14px;}
}

@media (max-width: 576px) {
  .footer-logo {
    gap: 12px;
  }

  .dsr-text {
    font-size: 30px;
  }

  .elixir-text {
    font-size: 26px;
    letter-spacing: 2px;
  }

  .info-block {
    font-size: 12.5px;
  }
}
@media (min-width: 1920px) {
  .custom-main-tabs .nav-link {padding: 20px 150px;}
}

.modal-content{padding: 10px;}
.modal-title{font-size: 30px; font-family: var(--font-heading);}
.modal-content input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    background-color: var(--bg-input);
    font-size: 13px;
    outline: none;
    transition: border-color 0.3s ease;
}
.modal-content label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 8px;
}
 .whatsapp-label{display: none;}
    .phn-label{display: none;}
    .phn::before{display: none;}
    .fa-calendar:before {display: none;}
    .phn-call {background-color: #F7FFE4; color: var(--primary-green); height: 48px; width: 48px; border-radius: 50px;}
    .phn-call .fa-phone:before{    margin-top: 9px; width: 48px; text-align: center; display: block; font-size: 30px;}
    .fa-whatsapp:before {display: none;}
    /* Container positioned relative to the viewport */
.floating-actions-wrapper {
  position: fixed;
  bottom: 70%; /* Distance from screen bottom */
  right: 0;  /* Distance from screen right */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;    /* Space between WhatsApp and Enquire button */
  z-index: 9999; /* Ensures it floats above all other sections */
}

/* Styling and rotating the Enquire Now button */
.sticky-enquiry-btn {
  background-color: #000; /* Match your green brand theme color */
  color: #ffffff;
  border: none;
  padding: 15px 5px;
  border-radius: 0px 16px 16px 0px; /* Curved look matching your asset snippet */
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
  
  /* Vertical rotation code alignment */
  writing-mode: vertical-rl;
  transform: rotate(180deg); 
}
.sticky-enquiry-btn:hover{background-color: #fff; color: #000;}
/* Reset baseline style wrapper for your existing WhatsApp anchor tag if needed */
.whatsapp-sticky-btn {
  display: block;
  width: 48px;  /* Adjust size to match your current icon layout */
  height: 48px;
  transition: transform 0.2s ease;
}
.whatsapp-sticky-btn img{border-radius: 35px; width: 50px;}
.phone-sticky-btn {
  display: block;
  width: 48px;  /* Adjust size to match your current icon layout */
  height: 48px;
  transition: transform 0.2s ease;
}
.whatsapp-sticky-btn:hover {
  transform: scale(1.08);
}
.phone-sticky-btn:hover {
  transform: scale(1.08);
}
.floating-wrapper {
  position: fixed;
  bottom: 30%; /* Distance from screen bottom */
  right: 40px ;  /* Distance from screen right */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;    /* Space between WhatsApp and Enquire button */
  z-index: 9999; /* Ensures it floats above all other sections */
}
/* Mobile View: Converts the floating buttons into a fixed bottom bar */
@media (max-width: 767px) {
  .floating-actions-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    transform: none;
    width: 100%;
    background-color: #ffffff; 
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eef0f2;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom, 0px)) 0;
    z-index: 99999;
    height: 60px;
  }

  /* Split the bar into 3 perfectly identical structural blocks */
  .floating-actions-wrapper > a, 
  .floating-actions-wrapper > button {
    flex: 1;
    display: flex;
    flex-direction: column; /* Icon stacked neatly on top of text */
    align-items: center;
    justify-content: center;
    background: transparent !important; /* Removes background to merge into bar */
    color: #4a5568 !important; /* Neutral dark tint for general icon & text colors */
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 4px 0 !important;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: none;
  }
  .fa-calendar:before {display: block;}
  .fa-whatsapp:before {display: block;}
   .phn-call{display: none;}
   .fa-phone:before {display: block;}
  .whatsapp-sticky-btn img{display: none;}
  .whatsapp-sticky-btn img{display: none;}
  /* Add subtle vertical divider lines between our 3 slots */
  .floating-actions-wrapper > a:not(:last-child),
  .floating-actions-wrapper > button:not(:last-child) {
    border-right: 1px solid #eef0f2 !important;
  }

  /* Icon Rules */
  .floating-actions-wrapper i {
    font-size: 20px !important;
    margin-bottom: 3px;
    display: inline-block;
  }
  
  .floating-actions-wrapper img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-bottom: 3px;
  }

  /* Unified Label Text Rules */
  .floating-actions-wrapper .btn-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: block !important;
    color: var(--primary-green);
  }

  /* Optional Brand Highlight Tweaks */
  .floating-actions-wrapper .phone-sticky-btn i {
    color: var(--primary-green); /* Your specific deep brown theme color for call */
  }
   .floating-actions-wrapper .whatsapp-sticky-btn i {
    color: var(--primary-green); /* Your specific deep brown theme color for call */
  }
   .floating-actions-wrapper .sticky-enquiry-btn i {
    color: var(--primary-green); /* Your specific deep brown theme color for call */
  }
  /* Highlight the Call To Action text or icon if you want it to stand out slightly */
  .floating-actions-wrapper .sticky-enquiry-btn {
    writing-mode: horizontal-tb !important;
    transform: rotate(0deg) !important;
  }
  .disclaimer-container h4 {font-size: 16px !important;}
}
