:root{
  --dark:#111111;
  --dark-2:#1f1f1f;
  --white:#ffffff;
  --muted:#6e6e6e;
  --soft:#f7f7f7;
  --line:#e7e7e7;
  --brown:#7a3a12;
  --brown-2:#8a4318;
  --green:#0c5e2a;
  --radius-xl:30px;
  --radius-pill:999px;
  --shadow-soft:0 24px 60px rgba(0,0,0,.12);
}
@font-face {
    font-family: 'MyGrandFont';
    src: url('../fonts/Grand.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Prevents invisible text while loading */
}
*{box-sizing:border-box}
html,
body {
  overflow-x: hidden;
}
  html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}
body{
  margin:0;
  font-family: 'Inter Tight', sans-serif;
  color:var(--dark);
  background:#fff;
  font-size:16px;
  line-height:1.55;
  p{font-size: 16px;}
}
a{text-decoration:none}
img{max-width:100%;display:block}
.container-xl{max-width:1320px}
.section-pad{padding:58px 0}
.site-header{
    position:absolute;
    top:20px;
    left:0;
    width:100%;
    z-index:999;
    background:none;
    backdrop-filter:none;
}

.navbar{
    width:90%;
    margin:auto;
    border-radius:80px;
    background: rgba(255,255,255,.15);
    backdrop-filter:blur(20px);
    border:1px solid
    rgba(255,255,255,.2);
    padding:18px 40px;
}
.site-header.scrolled{
  background: #fff;
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.brand-logo{
  width:150px;
  height:auto;
  object-fit:contain;
  border-radius:2px;
}
.navbar-nav{gap:50px}
.navbar-dark .navbar-nav .nav-link{
  color:#fff;
  font-size:16px;
  font-weight:bold;
  padding:8px 0;
  opacity:.94;
}
.navbar-dark .navbar-nav .nav-link:hover{text-decoration: underline;}
.header-cta{
  color:#fff;
  border:1px solid rgba(255,255,255,.72);
  border-radius:var(--radius-pill);
  padding:10px 22px;
  font-size:14px;
  line-height:1;
  transition:.25s ease;
}
.header-cta:hover{background:#fff;color:#111}
.hero-section{
    position:relative;
    min-height:1000px;
    background: url("../images/banner.webp") center center/cover no-repeat;
    overflow:hidden;
}
.hero-content-wrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top: 15%;
    min-height:780px;
    position:relative;
    z-index:2;
}
.hero-left{
    max-width:550px;
}

.oc-badge{
    width:130px;
    margin-bottom:30px;
}

.hero-left h1{
    font-family: 'MyGrandFont', serif;
    color:#fff;
    font-size:40px;
    line-height:1;
    font-weight:300;
}

.hero-left p{
    color:#fff;
    font-size:20px;
    margin-top:20px;
}
.hero-tags{
    display:flex;
    gap:15px;
    margin-top:25px;
    font-size: 16px;
}

.tag-brown{
    background:#7a3a12;
}

.tag-green{
    background:#155b2a;
}

.tag-brown,
.tag-green{
    color:#fff;
    padding:12px;
    font-weight:bold;
}
.hero-form-card{
    width:430px;
    padding:40px;
    border-radius:40px;
    background: rgba(40,70,40,.35);
    backdrop-filter:blur(8px);
    border: 1px solid rgba(255,255,255,.15);
}

.hero-form-card h3{
    font-family: 'MyGrandFont', serif;
    color:#fff;
    text-align:center;
    margin-bottom:25px;
}
.hero-form-card .form-floating>label{color: #fff; font-family: 'Inter Tight', sans-serif !important;}
.hero-form-card input,
.hero-form-card textarea{
    font-family: 'Inter Tight', sans-serif !important;
    width:100%;
    margin-bottom:15px;
    background: rgba(0,70,0,.6);
    border:none;
    color:#fff;
    border-radius:40px;
    padding:15px 20px;
}

.hero-form-card textarea{
    height:90px;
    resize:none;
}

.hero-form-card button{
    width:100%;
    border:none;
    border-radius:40px;
    padding:15px;
    background:#fff;
    color:#000;
    font-size:18px;
}
.price-strip{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:13%;
    background: #155b2a;
    color:#fff;
    padding:10px 20px;
    border-radius:20px;
    font-size:20px;
    font-weight:700;
    z-index:10;
}
.credai-logo{
    position:absolute;
    left:40px;
    bottom:90px;
    width:140px;
    z-index:10;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.14),rgba(255,255,255,.08) 58%,rgba(255,255,255,.2));
}
.hero-inner{position:relative;z-index:1;padding-top:60px}
.hero-copy{margin-top:28px}
.hero-copy h1{
  font-family: 'MyGrandFont', serif;
  margin:0;
  color:#111;
  font-size: 40px;
  line-height:.96;
  font-weight: normal;
  letter-spacing:-1.8px;
  text-shadow:0 2px 22px rgba(255,255,255,.9);
}
.hero-copy h1 span{font-weight:600}
.hero-copy p{
  margin:10px 0 0;
  color:#111;
  font-size:clamp(14px,1.4vw,21px);
  font-weight:500;
  text-shadow:0 2px 14px rgba(255,255,255,.8);
}
.hero-info-wrap{
  position:absolute;
  left:0;
  right:0;
  bottom:34px;
  z-index:2;
}
.hero-info-bar{
  margin:0 auto;
  background:var(--brown);
  color:#fff;
  border-radius:var(--radius-pill);
  display:grid;
  grid-template-columns:1fr 1.3fr 1.9fr 1.5fr;
  align-items:center;
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.hero-info-item{
  min-height:78px;
  padding:16px 30px;
  text-align:center;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-info-item:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  width:1px;
  height:100%;
  background:rgba(255,255,255,.38);
}
.hero-info-item span{
  display:block;
  font-size:16px;
  letter-spacing:3px;
  text-transform:uppercase;
  margin-bottom:6px;
   font-weight:bold;
}
.hero-info-item strong{
  font-size:14px;
  line-height:1.35;
  font-weight: normal;
}
.availability-line{
  color:#000;
  font-size:16px;
  letter-spacing:1px;
  margin-bottom:6px;
  text-transform: uppercase;
}
.section-title{
  font-family: 'MyGrandFont', serif;
  font-size: 40px;
  line-height:1.15;
  font-weight: normal;
  letter-spacing:-.8px;
  margin-bottom:12px;
  text-transform: uppercase;
}
.narrow-copy{
  /* max-width:1040px; */
  margin:0 auto 28px;
  color:#070707;
  font-size:14px;
}
.amenities-mini {
  padding: 76px 0 68px;
}

.pill-tabs {
  display: inline-flex;
  background: #ffffff;
  border-radius: 999px;
  padding: 4px;
  border: 1px solid #e1d9d0;
  gap: 4px;
  margin: 18px 0 38px;
  font-family: "Inter Tight", sans-serif;
}

.pill-tab {
  border: 0;
  background: transparent;
  padding: 9px 24px;
  border-radius: 999px;
  color: #8a4a2a;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Inter Tight", sans-serif;
}

.pill-tab.active {
  background: var(--brown);
  color: #ffffff;
  font-family: "Inter Tight", sans-serif;
}

.amenities-content {
  display: none;
}

.amenities-content.active {
  display: block;
}

.amenity-icon {
  text-align: center;
  color: #34312d;
  font-size: 13px;
  font-weight: 500;
}

.amenity-symbol {
  height: 42px;
  width: 50px;
  margin: 0 auto 10px;
  color: var(--green);
  font-size: 38px;
  line-height: 1;
  font-family: Georgia, serif;
}

@media (max-width: 575px) {
  .amenities-mini { padding: 42px 0 36px;}
  .pill-tabs { margin-bottom: 28px; }
  .pill-tab { padding: 8px 22px; }
  .amenity-symbol { font-size: 32px; }
}
.amenity-grid-section{padding:26px 0 0;background:#fff}
.amenity-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  border:1px solid #d9d9d9;
  border-bottom:0;
  margin-top:26px;
}
.amenity-card{
  min-height:178px;
  border-right:1px solid #d9d9d9;
  border-bottom:1px solid #d9d9d9;
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  transition:.25s ease;
}
.amenity-card:not(:nth-child(4n)) {
    border-right: 1px solid #cccccc;
}

.amenity-card:nth-child(2),
.amenity-card:nth-child(4),
.amenity-card:nth-child(6),
.amenity-card:nth-child(7),
.amenity-card:nth-child(9),
.amenity-card:nth-child(11) {
    background-color: #f6f6f4; /* Very subtle warm gray/off-white */
}

/* --- Content Layout Inside Cards --- */
.amenity-icon {
    height: 50px;
    width: auto;
    margin-bottom: 15px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.amenity-card:hover{background-color: #f1f3f0; z-index: 2; box-shadow: inset 0 0 0 1px #2e5a36;}
.icon-line{
  display:block;
  font-size:30px;
  line-height:1;
  margin-bottom:16px;
  color:#1f1f1f;
}
.amenity-card p{font-size:14px;margin:0;color:#070707}
.dark-feature-section{
  background-color:#1b1b1b;
  background-image:
    linear-gradient(30deg,rgba(255,255,255,.035) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.035) 87.5%,rgba(255,255,255,.035)),
    linear-gradient(150deg,rgba(255,255,255,.035) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.035) 87.5%,rgba(255,255,255,.035));
  background-size:82px 142px;
  padding:42px 0 66px;
  color:#fff;
}
.dark-feature-section h2{
  font-size: 40px;
  font-family: 'MyGrandFont', serif;
  font-weight:400;
  margin-bottom:24px;
  line-height:1.1;
}
.feature-video{
  width:min(800px,92%);
  height: 450px;
  margin:0 auto;
  border-radius:24px;
  box-shadow:0 16px 48px rgba(0,0,0,.36);
}
.location-section{background:#fff}
.section-heading-center{text-align: center;}
.section-heading-center h2{font-size: 40px;  font-family: 'MyGrandFont', serif;}
.section-heading-center p{color: #070707; text-align: center; font-size: 14px;}
.location-row{margin:0 auto 46px}
.location-accordion .accordion-item,.faq-accordion .accordion-item{
  border:0;
  border-bottom:1px solid #e9e9e9;
  border-radius:0;
}
.location-accordion .accordion-button,.faq-accordion .accordion-button{
  box-shadow:none;
  background:#fff;
  color:#111;
  font-size:16px;
  font-weight:500;
  padding:18px 22px;
  border-radius:999px!important;
  margin:6px 0;
}
.location-accordion .accordion-button:not(.collapsed),.faq-accordion .accordion-button:not(.collapsed){background:#f8f8f8;color:#111}
.location-accordion .accordion-body,.faq-accordion .accordion-body{font-size:14px;color:#606267;padding:0 22px 18px;line-height:1.7}
.google-map{width:100%;border-radius:16px;box-shadow:0 14px 36px rgba(0,0,0,.16); height: 450px;}
.btn-dark-pill,.btn-submit,.light-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:var(--radius-pill);
  border:0;
  transition:.25s ease;
  font-weight:500;
  white-space:nowrap;
}
.btn-dark-pill,.btn-submit{background:#1e562a;color:#fff;padding:12px 26px;font-size:14px}
.btn-dark-pill:hover,.btn-submit:hover{background:#1e562a;color:#fff;transform:translateY(-1px)}
.light-pill{background:#fff;color:#111;padding:12px 24px;font-size:13px}
.light-pill:hover{background:#efefef;color:#111}

.masterplan-frame{max-width:840px;margin:0 auto;text-align:center}
.masterplan-frame img{width:100%;border-radius:4px;box-shadow:0 12px 30px rgba(0,0,0,.08)}
/* Gallery */
.gallery-section {
  background: #ffffff;
  padding: 0 0 50px;
}

.gallery-title {
  color: #8a4a2a;
  font-family: 'MyGrandFont', serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 24px;
}

.gallery-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #d7d0c8;
  border-radius: 999px;
  padding: 4px;
  margin: 0 auto 28px;
  gap: 4px;
}

.gallery-tabs .nav-item {
  margin: 0;
}

.gallery-tabs .nav-link {
  border: 0;
  border-radius: 999px;
  color: #222222;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 24px;
  line-height: 1;
  font-family: "Inter Tight", sans-serif;
}

.gallery-tabs .nav-link.active {
  background: #8a4a2a;
  color: #ffffff;
}

.gallery-copy {
  max-width: 1180px;
  margin: 0 auto 28px;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
}

.gallery-tab-content {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}

.gallery-carousel {
  position: relative;
  width: 100%;
  background: #f4f4f4;
  overflow: hidden;
}

.gallery-carousel .carousel-inner { width: 100%; }

.gallery-carousel .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

.gallery-arrow {
  width: 48px;
  opacity: 1;
}

.gallery-arrow .carousel-control-prev-icon,
.gallery-arrow .carousel-control-next-icon {
  width: 32px;
  height: 32px;
  background-size: 16px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
}
/* Apply blur to locked gallery images on ALL devices */
.gallery-thumbs.locked img {
  filter: blur(3px);
  transition: filter 0.3s ease;
  pointer-events: none; /* Prevents dragging/right-clicking the image directly */
}

.gallery-thumbs.locked .thumb-btn {
  cursor: pointer;
}
.gallery-thumbs {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  margin-top: 6px;
  overflow-x: auto;
  padding-bottom: 4px;
  cursor: pointer;
}

.thumb-btn {
  width: 142px;
  height: 72px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  flex: 0 0 auto;
  opacity: 0.88;
  transition: all 0.25s ease;
}

.thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* .gallery-thumbs .thumb-btn.active, */
.thumb-btn:hover {
  opacity: 1;
  outline: 3px solid #8a4a2a;
  outline-offset: -3px;
}
@media (max-width: 767px) {
  .gallery-thumbs.locked img {
    filter: blur(3px);
    transition: filter 0.3s ease;
    pointer-events: none; /* Prevents dragging/right-clicking the image directly */
  }

  .gallery-thumbs.locked .thumb-btn { cursor: pointer; }
}
/* Tablet */
@media (max-width: 991px) {
  .gallery-section { padding: 48px 0 54px; }
  .gallery-title { font-size: 30px; }
  .gallery-copy { font-size: 13px; padding: 0 8px; }
  .gallery-carousel .carousel-item img { height: 390px;}
  .thumb-btn { width: 125px; height: 64px;}
}

/* Mobile */
@media (max-width: 575px) {
  .gallery-section {
    padding: 0 0 40px;
  }
  .gallery-title {
    font-size: 27px;
    margin-bottom: 18px;
  }
  .gallery-tabs {
    border-radius: 18px;
    justify-content: center;
    padding: 6px;
    margin-bottom: 22px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  p{font-size: 14px !important;}
  .gallery-tabs .nav-link {
    font-size: 16px;
    padding: 9px 14px;
    margin: 0 auto;
  }
  .gallery-copy {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 22px;
    text-align: justify;
  }
  .specifications-content{font-size: 12px;}
  .gallery-carousel .carousel-item img {
    height: 260px;
  }
  .gallery-arrow { width: 38px;}
  .gallery-arrow .carousel-control-prev-icon,
  .gallery-arrow .carousel-control-next-icon {
    width: 26px;
    height: 26px;
    background-size: 12px;
  }

  .thumb-btn {
    width: 92px;
    height: 52px;
  }
}
.stats-band {
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 0 0 32px;
  margin: 0;
}

.stats-wrapper {
  width: 100%;
  background: #155b2a;
  margin: 0;
  padding: 0;
  overflow: visible;
  min-height: 145px;

}
.stats-band h3{
    font-size: 30px;
    font-family: 'MyGrandFont', serif;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    padding: 42px 0px;
}

.brochure-wrap {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 5;
  display: block;
  text-align: center;
}
.btn-green{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border: 2px solid #155b2a;
  border-radius: 30px;
  background: #155b2a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.btn-green:hover{
  background-color: #fff;
  color: #155b2a;
  border: 2px solid #155b2a;
}
.btn-brochure{border: 2px solid #fff;}
/* Tablet */
@media (max-width: 991px) {
  .stats-grid {
    min-height: auto;
  }

  .stat-box {
    min-height: 135px;
    padding: 28px 15px 34px;
  }

  .stat-value {
    font-size: 22px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .stats-band { padding-bottom: 0; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat-box {
    min-height: auto;
    padding: 28px 15px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
  .stat-box:last-child { border-bottom: 0; }
  .brochure-wrap { position: static; transform: none; }
  .stat-label { font-size: 12px; }
  .stat-value { font-size: 22px; }
}
/* Clubhouse */
.clubhouse {
  position: relative;
  width: 100%;
  min-height: 650px;
  padding: 95px 0;
  overflow: hidden;
  background: #111;
}

.clubhouse-bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.clubhouse-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.56) 46%,
    rgba(0, 0, 0, 0.32) 100%
  );
  z-index: 2;
}

.clubhouse-content {
  position: relative;
  z-index: 3;
}

.clubhouse-text {
  max-width: 520px;
  color: #ffffff;
}

.clubhouse-text h2 {
  color: #ffffff;
  margin:0;
  font-family: 'MyGrandFont', serif;
  font-size:40px;
}

.clubhouse-text p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 22px;
}
.clubhouse-desc {
  color: #fff;
  line-height: 1.8;
  font-family: "Inter Tight", sans-serif;
}
.clubhouse-desc h4{font-size: 16px;}
.clubhouse-desc p{font-size: 14px;}
.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border: 2px solid #ffffff;
  border-radius: 30px;
  background: #ffffff;
  color: #155b2a;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 1px;
}

.btn-white:hover {
  background: #155b2a;
  color: #ffffff;
  border: 1px solid #fff;
}

.amenity-glass-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(7px);
}

.club-amenity-card {
  min-height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.club-amenity-card:nth-child(3n) {
  border-right: 0;
}

.club-amenity-card:nth-child(n + 4) {
  border-bottom: 0;
}

.club-amenity-card span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.club-amenity-card:hover,
.club-amenity-card.active {
  background: rgba(255, 255, 255, 0.2);
}

.club-amenity-card:hover span,
.club-amenity-card.active span {
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .clubhouse {
    padding: 70px 0;
  }

  .clubhouse-text h2 {
    font-size: 32px;
  }

  .club-amenity-card {
    min-height: 135px;
  }
}

@media (max-width: 767px) {
  .clubhouse {
    padding: 55px 0;
  }

  .clubhouse-overlay {
    background: rgba(0, 0, 0, 0.68);
  }

  .clubhouse-text h2 {
    font-size: 28px;
  }

  .clubhouse-text p {
    font-size: 14px;
    line-height: 1.65;
  }

  .amenity-glass-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .club-amenity-card {
    min-height: 120px;
    padding: 18px 12px;
  }

  .club-amenity-card:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.28);
  }

  .club-amenity-card:nth-child(2n) {
    border-right: 0;
  }

  .club-amenity-card:nth-child(n + 4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .club-amenity-card:nth-child(n + 5) {
    border-bottom: 0;
  }

  .club-amenity-card span {
    font-size: 15px;
  }
}
/* .leadership::before{
  content:"";position:absolute;inset:0;background:url('assets/leadership-bg.jpg') center/cover no-repeat;opacity:.55;
} */
 .leadership{
    background:#111;
    color:#fff;
    padding:75px 0;
    position:relative;
    overflow:hidden;
  }
.leadership .container-xl{position:relative;z-index:1;}
.leadership-title{
  text-align:center;
  margin-bottom:18px;
  color:#FFF;
  font-family: 'MyGrandFont', serif;
  font-size: clamp(20px, 3.2vw, 40px);
}
.dsr-logo{width:120px;margin:0 auto 30px;}
.leadership p{color:#d7d0c5;line-height:1.9;font-size:14px;}
.contact-section{background:#fff;padding-top:68px;padding-bottom:50px; }
.contact-copy{max-width:380px;margin-left:auto}
.contact-copy h2{font-size: 40px;line-height:1.05;font-weight:500;margin-bottom:12px; font-family: 'MyGrandFont', serif;}
.contact-copy p{font-size:14px;color:#555;margin-bottom:20px}
.phone-link{display:block;color:#111;font-size:16px;margin-top:20px;font-weight:500}
.phone-link::before{content:"☎";margin-right:8px}
.form-card{border:1px solid #e5e5e5;border-radius:26px;padding:34px;max-width:420px;background:#fff;box-shadow:0 12px 36px rgba(0,0,0,.06)}
.form-logos{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:22px}
.form-logos img:first-child{width:112px;border-radius:4px}
.form-logos img:last-child{width:200px;border-radius:4px}
.form-control{border:1px solid #e3e3e3;border-radius:999px;min-height:52px;font-size:14px;padding-left:22px!important;padding-right:22px!important;box-shadow:none!important}
textarea.form-control{border-radius:24px!important;resize:none}
.form-floating>label{font-size:13px;color:#888;padding-left:22px;font-family: 'Inter Tight', sans-serif;}
.form-floating {
    margin-bottom: 25px;
}

.form-floating label.error {
    position: static !important;
    display: block;
    margin-top: 5px;
    color: #dc3545;
    font-size: 14px;
    font-weight: 500;
    transform: none !important;
    padding: 0;
    height: auto;
}
.error{color: #dc3545;}
.btn-submit{width:100%;height:50px;margin-top:4px;}
.faq-section{padding:0 0 70px;background:#fff}
.faq-title{text-align:center;font-size:40px;font-weight:500;margin-bottom:24px;font-family: 'MyGrandFont', serif;}
.faq-accordion .accordion-button{font-size:16px;line-height:1.45;align-items:flex-start}
.site-footer{background:#242424;color:#fff;padding:52px 0;border-top:8px solid var(--green)}
.site-footer h3{font-size:16px;margin:0 0 14px;letter-spacing:.8px;font-weight:600}
.site-footer p{font-size:14px;color: #fff;line-height:1.65;margin:0}
.site-footer li {list-style: none; font-size: 14px; font-weight: bold;}
/* .site-footer li a{ color: #fff;} */
.site-footer a{ color: #fff; font-size: 15px;}
.site-footer ul{padding: 0;}
.footer-links{margin: 15px 0;} 
.footer-phone{margin-top:14px!important;color:#fff!important;font-weight:600}
.legal-strip{background:#fff;color:#666;font-size:11px;text-align:center;padding:18px 20px;line-height:1.6}
 .whatsapp-label{display: none;}
    .phn-label{display: none;}
    .phn::before{display: none;}
    .fa-calendar:before {display: none;}
    .phn-call {background-color: #155b2a; color: #fff; height: 48px; width: 48px; border-radius: 5px;}
    .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: 50%; /* 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: #155b2a; /* Match your green brand theme color */
  color: #ffffff;
  border: none;
  padding: 12px 16px;
  border-radius: 0px 12px 12px 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: #155b2a;}
/* 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;
}
.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: 60px; /* 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 */
}
/* 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;
  }

  /* Optional Brand Highlight Tweaks */
  .floating-actions-wrapper .phone-sticky-btn i {
    color: #552611; /* 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;
  }
  .floating-actions-wrapper .sticky-enquiry-btn i,
  .floating-actions-wrapper .sticky-enquiry-btn .btn-label {
    color: #2e5a34; /* Dark green accents for the main action */
  }
  .disclaimer-container h4 {font-size: 16px !important;}
}
.thank-you-page{background:#f4f4f4}
.thank-you-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px;background:linear-gradient(135deg,#f7f7f7,#fff)}
.thank-card{width:min(500px,100%);background:#fff;border-radius:28px;box-shadow:var(--shadow-soft);padding:44px;text-align:center}
.thank-card img{width:150px;margin:0 auto 18px}.thank-card h1{font-size:42px;margin-bottom:10px}.thank-card p{color:#555;margin-bottom:24px}
.socials {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 10px;
}

.socials a{width:27px;height:27px;border-radius:50%;background:#3a3a38;display:grid;place-items:center;font-size:12px;color:#fff;}
.socials a:hover {
  color: #39c765;
}
.footer-credai-logo{height: 25px;}
.disclaimer-container{background-color: #fff; color: #000; padding: 20px 0;}
.disclaimer-container h4{font-size:20px;margin:0 0 14px;letter-spacing:.8px;font-weight:600}
.disclaimer-container p{color: #000; font-size: 14px;}
@media (max-width:1199px){
  .navbar-nav{gap:14px}.hero-info-item{padding:15px 18px}.hero-info-item span{letter-spacing:3px}.hero-info-item strong{font-size:11px}
}
@media (max-width:991px){
  .navbar{padding:12px 0; background-color: #fff;}.navbar-nav{gap:0; padding: 0 20px;}.header-cta{display:inline-flex;margin-top:10px}
  .hero-section{min-height:650px;background-position:center top}.hero-copy{margin-top:70px}.hero-info-wrap{bottom:24px}.hero-info-bar{grid-template-columns:repeat(2,1fr);  max-width: 100%; border-radius:30px}.hero-info-item{min-height:92px}.hero-info-item:nth-child(2)::after{display:none}.hero-info-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.25)}
  .intro-image{height:210px}.amenity-grid{grid-template-columns:repeat(2,1fr)}.amenity-card:nth-child(2n){border-right:0}.amenity-card:nth-child(4n){border-right:0}.location-row{margin-bottom:36px}.contact-copy{margin:0 auto;text-align:center}.form-card{margin:0 auto}.club-grid div{min-height:150px}
  .amenity-card:nth-child(2),.amenity-card:nth-child(4),.amenity-card:nth-child(6),.amenity-card:nth-child(8),.amenity-card:nth-child(10),.amenity-card:nth-child(12){    background-color: #f6f6f4;}
 .amenity-card:nth-child(7),.amenity-card:nth-child(9),.amenity-card:nth-child(11){background-color: #fff;}
  .contact-btn{display: none;}
  .site-header {  position: absolute; z-index: 1040;}
  .footer-credai-logo {margin: 0 auto;} 
  .faq-title {font-size: 27px; margin-bottom: 0;} 
  .reviews-section {padding: 30px 0 !important;}
  .gallery-section {padding: 0;}
.oc-badge {width: 96px; margin-bottom: 20px; margin-left: -25px;}

}
@media (max-width:767px){
  body{font-size:15px}.section-pad{padding:30px 0}.brand-logo{width:96px}.hero-section{min-height:760px}.hero-copy h1{letter-spacing:-.6px}.hero-copy p{font-size:14px; font-weight: bold;}.hero-info-wrap{bottom:0;}.hero-info-bar{width:100%;grid-template-columns:1fr;border-radius:24px}.hero-info-item{min-height:auto;padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.24)}.hero-info-item::after{display:none}.hero-info-item:last-child{border-bottom:0}.availability-line{font-size:13px;letter-spacing:0}.section-title{font-size:27px; text-align: center;}.narrow-copy{font-size:14px; text-align: justify;}.intro-image{height:170px;border-radius:16px;margin-top:26px}.trust-title{font-size:27px}.section-heading-left h2,.section-heading-center h2,.dark-feature-section h2,.clubhouse-section h2,.contact-copy h2{font-size:27px}.amenity-grid {grid-template-columns:repeat(3,1fr);}.amenity-card{border-right:0!important;min-height:128px}.dark-feature-section{padding:34px 0 44px}.feature-image{width:100%;border-radius:16px}.map-img{margin-top:4px}.clubhouse-section{padding:58px 0}.club-grid{grid-template-columns:repeat(2,1fr)}.club-grid div:nth-child(3n){border-right:1px solid rgba(255,255,255,.22)}.club-grid div:nth-child(2n){border-right:0}.club-grid div:nth-last-child(-n+3){border-bottom:1px solid rgba(255,255,255,.22)}.club-grid div:nth-last-child(-n+2){border-bottom:0}.leadership-strip img{min-height:210px}.form-card{padding:24px;border-radius:20px}.site-footer{text-align:center}.faq-section{padding-bottom:45px}.stats-band h3{font-size: 27px; padding: 30px 25px; line-height: 1.3;}
  .amenity-grid {margin-top: 0;}
  .faq-accordion .accordion-body {font-size: 14px;}
  .hero-inner {padding: 0; bottom: 20px;} 
  .socials{justify-content: center;}
  .hero-section{
  /* position:relative; */
  /* min-height:940px; */
  background:url('../images/Mobile-banner-parkway.png') center top/cover no-repeat;}
  .footer-links{margin-top: 5px;} 
  .disclaimer-container p{padding-bottom: 30px;} 
}
@media (max-width:480px){
  .container-xl{padding-left:18px;padding-right:18px}.hero-section{min-height:720px}.hero-copy{margin-top:48px}.hero-info-item strong{font-size:14px}.gallery-tabs button{padding:9px 14px}.club-grid div{font-size:14px;min-height:116px}.whatsapp-float{width:40px;height:40px}.contact-section{padding-top:46px}
}

 .enquiry-modal .modal-content {
  border: 0;
  border-radius: 22px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.22);
}

.enquiry-modal .modal-body {
  padding: 34px 30px 30px;
  position: relative;
}

.enquiry-modal h3 {
  color: #155b2a;
 font-family: 'MyGrandFont', serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 8px;
}

.enquiry-subtitle {
  color: #555555;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 24px;
}

.enquiry-modal .form-control {
  height: 48px;
  border: 1px solid #e2ddd6;
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 14px;
  color: #222222;
  box-shadow: none;
}

.enquiry-modal textarea.form-control {
  height: auto;
  min-height: 95px;
  border-radius: 18px;
  resize: none;
}

.enquiry-modal .form-control:focus {
  border-color: #155b2a;
  box-shadow: 0 0 0 3px rgba(21, 91, 42, 0.12);
}

.enquiry-close {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 5;
  box-shadow: none !important;
}

.form-success-msg {
  display: none;
  margin-top: 14px;
  color: #155b2a;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 575px) {
  .enquiry-modal .modal-body {
    padding: 32px 20px 24px;
  }

  .enquiry-modal h3 {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .navbar {
    position: relative;
  }

  /* 2. Make the dropdown overlay on top of the content */
  .navbar-collapse {
    position: absolute;
    top: 100%; /* Positions it directly below the header bar */
    left: 0;
    width: 100%;
    background-color: #fff; /* Match your design's dark navbar theme */
    z-index: 1040; /* Ensures it sits above the hero section */
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: 3px;
  }
  .navbar-dark .navbar-nav .nav-link {color: #000;}
}
/* 1. Backdrop Blur Overlay */
body.nav-menu-open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
   inset: 0;
  background: rgba(0, 0, 0, 0.4); /* Darkens background slightly */
  backdrop-filter: blur(8px);    /* Applies the blur effect */
  -webkit-backdrop-filter: blur(8px);
  z-index: 1030; /* Just below Bootstrap's fixed navbar default */
  pointer-events: none; /* Allows clicks to go through if needed, or change to auto to block interactions */
}

/* Ensure the navbar stays on top of the blurred background */


/* 2. Hamburger to 'X' Animation */
.navbar-toggler {
  border: none;
  background: transparent;
  padding: 0.25rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Replace standard BS icon with a custom CSS icon for smooth transition */
.navbar-toggler-icon {
  background-image: none !important; /* Remove default Bootstrap SVG */
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #000; /* Matches text color */
  transition: background-color 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000;
  transition: transform 0.3s ease, top 0.3s ease;
}

/* Position the top and bottom lines of hamburger */
.navbar-toggler-icon::before { top: -8px; left: 0; }
.navbar-toggler-icon::after { top: 8px; left: 0; }

/* Transform to 'X' when NOT collapsed (menu is open) */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-color: transparent; /* Hide middle line */
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (max-width:1199px){

    .hero-content-wrap{
        gap:40px;
        padding-top:150px;
    }

    .hero-left h1{
        font-size:52px;
    }

    .hero-form-card{
        width:380px;
    }

    .price-strip{
        font-size:24px;
    }

    .hero-info-bar{
        grid-template-columns:repeat(2,1fr);
        border-radius:30px;
    }

    .hero-info-item:nth-child(2)::after{
        display:none;
    }

    .hero-info-item:nth-child(-n+2){
        border-bottom:1px solid rgba(255,255,255,.2);
    }
}
@media (max-width:991px){

    .site-header{
        top:10px;
    }

    .navbar{
        width:95%;
        border-radius:25px;
        padding:15px 20px;
    }

    .hero-content-wrap{
        flex-direction:column;
        text-align:center;
        justify-content:center;
        min-height:auto;
        padding-top:140px;
    }

    .hero-left{
        max-width:100%;
    }
    .hero-left h1{
        font-size:46px;
    }

    .hero-form-card{
       display: none;
    }

    .price-strip{
        bottom:210px;
        font-size:22px;
    }

    .credai-logo{
        width:110px;
        left:20px;
    }
}

@media (max-width:767px){

    .hero-section{
        min-height:auto;
        padding-bottom:420px;
    }

    .navbar{
        border-radius:20px;
        padding:12px 15px;
    }

    .brand-logo{
        width:110px;
    }

    .hero-content-wrap{
        padding-top:120px;
    }

    .hero-left h1{
        font-size:34px;
        line-height:1.1;
    }

    .hero-left p{
        font-size:18px;
    }

    .hero-tags{
        justify-content:center;
        flex-wrap:wrap;
    }

    .tag-brown,
    .tag-green{
        font-size:13px;
        padding:10px 15px;
    }

    .price-strip{
        text-align:center;
        font-size: 12px;
        width: 60%;
        padding: 10px;
        bottom: 38%;
    }

    .credai-logo{
        width:80px;
        left:40%;
        bottom: 45%;
    }

    .hero-info-bar{
        width:100%;
        grid-template-columns:1fr;
        border-radius:20px;
    }

    .hero-info-item{
        min-height:auto;
        padding:15px;
    }

    .hero-info-item{
        border-bottom:1px solid rgba(255,255,255,.15);
    }

    .hero-info-item:last-child{
        border-bottom:none;
    }

    .hero-info-item::after{
        display:none;
    }
}

@media (max-width:480px){

    .hero-left h1{
        font-size:28px;
    }

    .hero-left p{
        font-size:16px !important;
    }

    .hero-info-item span{
        font-size:14px;
        letter-spacing:2px;
    }

    .hero-info-item strong{
        font-size:13px;
    }
}

.promo-container {
    background: #f5f5f5;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

/* --- Left Card Styles --- */
.info-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 40px;
    padding: 40px;
    text-align: center;
    flex: 1;
    max-width: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.card-title {
    font-family: 'MyGrandFont', serif;
    font-size: 40px;
    font-weight: 400;
    color: #111;
}

.divider {
    width: 60%;
    border: none;
    border-top: 1px solid #111;
    margin: 20px 0;
}

.price {
    font-size: 2.2rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

.price .suffix {
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
}

.size-info {
    font-size: 0.95rem;
    color: #222;
    margin-bottom: 15px;
}

.status-tag {
    color: #8B5A2B; /* Brownish Accent */
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 30px;
}

/* --- Right Form Card Styles --- */
.register-form-card {
    background-color: #155b2a; /* Dark Forest Green */
    border-radius: 50px;
    padding: 45px 40px;
    flex: 1;
    max-width: 450px;
    box-shadow: 0 15px 35px rgba(50, 82, 51, 0.2);
}

.form-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    font-family: 'MyGrandFont', serif;
}

.registration-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.register-form-card .form-control {
    width: 100%;
    background-color: #213722 !important; /* Darker inside input tint */
    border: none;
    border-radius: 25px;
    padding: 14px 22px;
    color: #ffffff;
    font-size: 0.95rem;
    outline: none;
    transition: background-color 0.3s ease;
    font-family: 'Inter Tight', sans-serif;
}
.register-form-card .btn-submit{background-color: #fff; color: #213722;}
.input-group input::placeholder, 
.input-group textarea::placeholder {
    color: #a3bfa4; /* Light muted green for placeholders */
}

.input-group input:focus, 
.input-group textarea:focus {
    background-color: #192a1a;
}

.input-group textarea {
    resize: none;
}

/* --- Responsive Media Queries --- */
@media (max-width: 850px) {
    .promo-container {
        flex-direction: column;
        gap: 30px;
        padding: 30px 15px;
    }
    
    .info-card, .form-card {
        max-width: 100%;
        width: 100%;
    }

    .info-card {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .info-card {
        padding: 30px 20px;
        border-radius: 30px;
    }
    .register-form-card {padding: 25px;}
    .form-card {
        padding: 35px 20px;
        border-radius: 30px;
    }

    .card-title {
        font-size: 27px;
    }

    .price {
        font-size: 30px;
    }

    .form-title {
        font-size: 24px;
    }
}
.reviews-section {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
/* --- Carousel Container Framework --- */
.carousel-container {
    width: 100%;
    overflow-x: auto; /* Enables native responsive touch swiping on mobile */
    scroll-behavior: smooth;
    scrollbar-width: none; /* Hides horizontal default scrollbar in Firefox */
    -webkit-overflow-scrolling: touch;
}

.carousel-container::-webkit-scrollbar {
    display: none; /* Hides horizontal default scrollbar in Chrome/Safari */
}

.carousel-track {
    display: flex;
    gap: 24px;
    padding: 10px 0;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}
.dot.active {
    background-color: #333; /* Darker/active color */
}
/* --- Individual Review Card Configuration --- */
.review-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    
    /* Configures layout math: 3 cards showing together with gaps accountancy */
    flex: 0 0 calc((100% - (24px * 2)) / 3); 
    width: calc((100% - (24px * 2)) / 3);
}

/* Card Body (Light Grey Layout) */
.card-body {
    background-color: #eeeeee;
    padding: 35px 30px;
    flex-grow: 1;
}

.card-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.stars {
    color: #b33927;
    font-size: 1.25rem;
    letter-spacing: 2px;
}

.quote-icon {
    font-size: 5rem;
    line-height: 0.4;
    color: #000000;
    font-weight: bold;
    transform: translateY(15px);
}

.review-text {
    font-size: 14px;
    line-height: 1.5;
    color: #111111;
    font-weight: 400;
}

/* Card Footer (Earthy Brown Layout) */
.card-footer {
    background-color: #7c4b2a;
    padding: 25px 30px;
}

.reviewer-name {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.reviewer-title {
    color: #d1c2b7;
    font-size: 14px;
    font-weight: 400;
}

/* --- Navigation Indicator Dots --- */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cccccc;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.dot.active {
    background-color: #6e4e37; /* Active dot matches footer styling theme */
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .review-card {
        flex: 0 0 calc((100% - 24px) / 2);
        width: calc((100% - 24px) / 2);
      }
}

@media (max-width: 650px) {
    .review-card { flex: 0 0 100%; width: 100%; padding: 0 20px;}
    .card-body { padding: 25px 20px; }
    .card-footer { padding: 20px;}
}