/* ── DASHBOARD / HOME PAGE ──────────────────────── */
main {
  padding: 40px 10px 0px;
}

/* ── HERO BANNER ──────────────────────────────────── */
.hero-banner-wrap {
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
/* .hero-track {
  display: flex; gap: 10px;
  transition: transform .6s cubic-bezier(0.77,0,0.175,1);
} */
/* .hero-slide {
  flex-shrink: 0; width: calc(100% - 0px);
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  height: 500px;
  border-radius: 14px;
} */
.hero-slide {
  height: auto;
}
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }

.hero-date-badge {
  position: absolute; top: 14px; left: 14px;
  background: #fff; border-radius: var(--radius);
  padding: 8px 12px; text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.hero-date-day {
  display: block;
  /* font-family: 'Poppins', serif; */
  font-size: 1.3rem; font-weight: 900;
  color: var(--indigo); line-height: 1;
}
.hero-date-mon {
  display: block;
  font-size: 0.6rem; font-weight: 800;
  letter-spacing: 1px; color: var(--saffron);
  text-transform: uppercase; margin-top: 1px;
}
.hero-cat-pill {
  position: absolute; top: 14px; right: 14px;
  font-size: 0.68rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1px;
  padding: 6px 14px; border-radius: 20px;
  color: #fff; background: var(--teal);
}
.hero-slide-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 16px 16px 18px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 10px;
}
.hero-slide-info { flex: 1; }
.hero-slide-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; font-weight: 900; font-style: italic;
  color: #fff; line-height: 1.2; margin-bottom: 4px;
}
.hero-slide-content p {
  font-size: 0.72rem; color: rgba(255,255,255,0.8);
  display: flex; align-items: center; gap: 4px;
}
.hero-book-btn {
  flex-shrink: 0;
  background: var(--teal); color: #fff;
  font-size: 0.72rem; font-weight: 700;
  padding: 9px 16px; border-radius: 10px;
  border: none; cursor: pointer;
  /* font-family: 'Poppins', sans-serif; */
  letter-spacing: 0.3px; white-space: nowrap;
  transition: filter .15s;
}
.hero-book-btn:hover { filter: brightness(1.1); }
.banner-dots {
  display: flex; justify-content: center; gap: 5px;
  margin-top: 16px;
}
.b-dot {
  height: 3px; border-radius: 2px;
  background: rgba(0,0,0,0.15); border: none; cursor: pointer;
  transition: all .3s; padding: 0; width: 18px;
}
.b-dot.active { background: var(--saffron); width: 26px; }

/* ── EVENT CARDS ─────────────────────────────────── */
.upcoming-events-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ev-card {
  flex-shrink: 0; width: 140px;
  background: var(--surface); border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: transform .15s;
  cursor: pointer;
  text-decoration: none; color: inherit;
  display: block;
}
.ev-card:active { transform: scale(0.97); }
.ev-card-img { width: 100%; height: 160px; position: relative; overflow: hidden; }
.ev-card-img img { width: 100%; height: 100%; object-fit: cover; }
.ev-card-tag {
  position: absolute; top: 8px; left: 8px;
  font-size: 0.58rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.6px; padding: 3px 8px; border-radius: 4px; color: #fff;
}
.ev-card-seats {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(4px);
  color: #fff; font-size: 0.58rem; font-weight: 700;
  padding: 3px 8px; border-radius: 4px;
}
.ev-card-body { padding: 10px 10px 12px; }
.ev-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 0.88rem; font-weight: 700; font-style: italic;
  color: var(--text); line-height: 1.25; margin-bottom: 4px;
}
.ev-card-loc {
  font-size: 0.68rem; color: var(--muted);
  display: flex; align-items: center; gap: 3px; margin-bottom: 6px;
}
.ev-card-price { font-size: 0.72rem; font-weight: 700; color: var(--saffron); }
.ev-card-date { font-size: 0.65rem; color: var(--muted); margin-top: 2px; }

.ev-card-lg {
    /* flex-shrink: 0; */
    width: 192px;
    /* height: 300px; */
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.09);
    cursor: pointer;
    transition: transform .15s;
    text-decoration: none;
    color: inherit;
    display: block;
    border: 1px solid #D5D5D5;
}

.ev-card-lg:active { transform: scale(0.98); }
.ev-card-lg-img { width: 100%; height: 256px; position: relative; overflow: hidden; }
.ev-card-lg-img img { width: 100%; height: 100%; object-fit: cover; }
.ev-card-lg-grad {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,26,46,0.7) 0%, transparent 55%);
}
.ev-card-lg-date {
  color: #FF3C00;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 4px 0 14px;
}
.ev-card-lg-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.ev-card-lg-filling {
  position: absolute; top: 20px; right: 10px;
  background: #fff; border-radius: 10.5px;
  padding: 3px 10px 2px 5px; text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
}

.ev-card-lg-city{
    /* border: 1px solid #D9D9D9; */
    border-radius: 4px;
    padding: 4px 9px;
    font-size: 15px;
    color: #333;
    background: #E3E3E3;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #222;
}

.ev-card-lg-arrow{
    width: 27px;
    height: 27px;
    border-radius: 24px;
    border: 1px solid #D5D5D5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 4px;
}

.lg-day {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1rem; font-weight: 800; color: var(--indigo); line-height: 1;
}
.lg-mon {
  font-size: 0.58rem; font-weight: 700;
  text-transform: uppercase; color: var(--saffron); letter-spacing: 0.8px;
}
.ev-card-lg-badge {
  position: absolute; top: 10px; right: 10px;
  font-size: 0.6rem; font-weight: 800; color: #fff;
  padding: 3px 9px; border-radius: 4px; text-transform: uppercase;
}
.ev-card-lg-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 10px 12px;
}
.ev-card-lg-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem; font-weight: 900; font-style: italic; color: #fff;
}
.ev-card-lg-info p { font-size: 0.68rem; color: rgba(255,255,255,0.7); margin-top: 2px; }
.ev-card-lg-footer {
  padding: 10px 12px;
  display: flex; align-items: center; justify-content: space-between;
}
.ev-card-lg-price { font-size: 0.8rem; font-weight: 700; color: var(--text); }
.ev-card-lg-price span { font-size: 0.68rem; color: var(--muted); font-weight: 400; }
.ev-book-btn {
  background: var(--saffron); color: #fff;
  font-size: 0.72rem; font-weight: 700;
  padding: 7px 14px; border-radius: 8px; border: none;
  cursor: pointer; 
  /* font-family: 'DM Sans', sans-serif; */
  transition: filter .15s;
}
.ev-book-btn:hover { filter: brightness(1.08); }
.ev-book-btn.sold { background: var(--muted); cursor: not-allowed; }

.ev-card-sold-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  background:#FF3C00;
  color:#fff;
  text-align:center;
  font-size:12px;
  font-weight:600;
  line-height: normal;
  padding:4px;
}

.ev-card-lg-content{
  padding:6px 12px 16px;
}

.ev-card-lg-content h3{
font-size: 16px;
    font-weight: 700;
    line-height: normal;
    /* margin: 0 0 8px; */
    color: #222222;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    font-family: 'DM Sans' !important;
}

/* ── WHO WE ARE ───────────────────────────────────── */
.wwa-section{
  padding-top:30px;
  padding-bottom: 30px;
}

.wwa-card{
background: #FEEEE1;
    border-radius: 24px;
    padding: 34px 46px;
    position: relative;
    border: 1px solid #FFD3C6;
    overflow: hidden;
    box-shadow: 0 0 104px 0 rgba(255, 60, 0, 0.10);
}

.wwa-top{
  display:flex;
  justify-content:space-between;
  gap:50px;
}

.wwa-left{
  flex:1;
  max-width:720px;
}

.wwa-mini-title{
    display: block;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #222222;
}

.wwa-title{
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 22px;
    color: #222;
    font-weight: 700;
}

.wwa-title span{
  color:#FF3C00;
}

.wwa-desc{
    max-width: 748px;
    color: #5B5B5B;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
    font-weight: 400;
    opacity: 0.8;
}

.wwa-subtitle{
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 16px;
    color: #222;
    font-weight: 600;
}

.wwa-cards{
  display:flex;
  gap:22px;
  margin-bottom: 20px;
}

.wwa-cat-card{
width: 227px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid #D5D5D5;
}

.wwa-cat-card img{
  width:100%;
  height:113px;
  object-fit:cover;
}

.wwa-card-band{
color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 8px;
    text-align: center;
}

.orange{ background:#EF7800; }
.red{ background:#FF0004; }
.blue{ background:#0062FF; }

.wwa-card-body{
  padding:16px;
  font-size:14px;
  line-height:1.55;
  color:#5A5A5A;
}

.wwa-right{
width: 338px;
    display: flex;
    align-items: end;
    justify-content: center;
    aspect-ratio: 59 / 57;
}

.wwa-notes{
  position:absolute;
  top:20px;
  left:10px;
  right:10px;
  font-size:72px;
  color:rgba(0,0,0,.08);
  line-height:1.2;
  text-align:center;
}

.wwa-hero-img{
  width:100%;
  max-width:300px;
  position:relative;
  z-index:2;
}

.wwa-stats-wrap{
  border-top:1px dashed #FF3C00;;
  /* margin-top:36px; */
  padding-top:30px;
}

.wwa-success-title{
font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #222;
}

.wwa-stats-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
}

.wwa-stat-item strong{
    display: block;
    color: #FF3C00;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.wwa-stat-item span{
font-size: 16px;
    font-weight: 500;
    color: #222;
}

/* ── PARTNERS ───────────────────────────────────── */
.partners-section { padding: 42px 0 20px; overflow: hidden; }
.partners-header { text-align: center; padding: 0 20px; margin-bottom: 16px; }
.partners-tag {
  font-family: 'Caveat', cursive;
  font-size: 1rem; color: var(--saffron);
  display: block; margin-bottom: 6px;
}
.partners-title {
font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #222;
    line-height: normal;
}
/* .partners-title em { color: var(--rose); font-style: normal; } */
.partners-sub {     margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #222; }
.partners-marquee { overflow: hidden; position: relative; width: 100%; }
.partners-track {
  display: flex; align-items: center; gap: 28px;
  width: max-content;
  animation: partnerScroll 24s linear infinite;
}
.partner-logo {
  width: 200px; display: flex;
  align-items: center; justify-content: center;
}
.partner-logo img { width: 100%; height: 100%; object-fit: contain; transition: all .25s ease; }
.partner-logo:hover img { filter: grayscale(0%); opacity: 1; }
@keyframes partnerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── TESTIMONIALS ──────────────────────────────────── */
.testimonials-section { padding-bottom: 4px; margin-top: 40px;}

.testi-nav-btns { display: flex; gap: 8px; align-items: center; }
/* .testi-nav-btn {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--surface); color: var(--text);
  font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .15s, border-color .15s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  outline: none;
  -webkit-tap-highlight-color: transparent;
} */
/* .testi-nav-btn:hover { background: var(--surface2, #F0EBE3); border-color: var(--saffron); }
.testi-nav-btn:disabled { opacity: 0.35; cursor: default; } */

/* THE CRITICAL 3 RULES — these must all be present and not overridden */
/* .testi-carousel-wrap {
  overflow: hidden;          
  padding: 0 16px 4px;
} */
/* .testi-track {
  display: flex;
  transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
} */
/* .testi-slide {
  flex-shrink: 0;
  width: 100%;              
  box-sizing: border-box;     
  padding: 0 0 4px;
} */

.testi-card {
    background: #FFF;
    border-radius: 24px;
    padding: 22px 20px 20px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.09);
    /* position: relative; */
    height: 100%;
    box-sizing: border-box;
    margin: 0 10px;
    border: 1px solid #D5D5D5;
}
/* .testi-card::before {
  content: '\201C'; position: absolute; top: 12px; right: 18px;
  font-family: 'Playfair Display', serif; font-size: 5rem; line-height: 1;
  color: rgba(244,130,42,0.1); pointer-events: none;
} */
.testi-stars { font-size: 0.85rem; color: var(--mustard); letter-spacing: 1px; margin-bottom: 12px; }
.testi-text {
    font-size: 16px;
    color: #222;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 18px;
    font-style: italic;
    opacity: 0.8;
}
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-author img {
width: 60px !important;
    height: 60px;
    border-radius: 60px;
    object-fit: cover;

}
.testi-name {     font-size: 16px;
    font-weight: 600;
    color: #222; }
.testi-meta { font-size: 12px; color: #FF3C00; margin-top: 2px; font-weight: 700;}

/* .testi-dots { display: flex; justify-content: center; gap: 6px; padding: 14px 0 6px; } */
.t-dot {
  height: 3px; border-radius: 2px;
  background: rgba(0,0,0,0.12); border: none; cursor: pointer;
  transition: all .3s; padding: 0; width: 18px;
}
.t-dot.active { background: var(--saffron); width: 28px; }

/* ── FEATURED ARTISTS ──────────────────────────────── */
.artists-section { padding: 0 0 8px; overflow: hidden; margin-top: 30px; margin-bottom: 40px;}
.artists-carousel-wrap {
  overflow-x: auto;
  padding: 0 0px 16px;
  position: relative;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.artists-carousel-wrap::-webkit-scrollbar { display: none; }
/* .artists-carousel-wrap { overflow: hidden; padding: 0 16px 16px; position: relative; } */
.artists-track {
  display: flex; gap: 20px;
  /* animation: artistsScroll 22s linear infinite;
  width: max-content; */
}
.artists-track:hover { animation-play-state: paused; }
@keyframes artistsScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.artist-card {
  display: flex; flex-direction: column; align-items: center;
  gap: 14px; flex-shrink: 0; width: 150px;
  cursor: pointer; transition: transform .2s;
}
.artist-img-wrap {
  width: 150px; height: 150px; border-radius: 50%;
  overflow: hidden; flex-shrink: 0;
}
.artist-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.artist-name {
  font-size: 14px; font-weight: 700; color: #222;
  text-align: center; line-height: normal;
}
.artist-genre { font-size: 0.68rem; color: var(--muted); text-align: center; }

/* ── COMMUNITY ─────────────────────────────────────── */
.community-section { padding: 40px 0px 30px; }
.community-tag {
  font-family: 'Caveat', cursive;
  font-size: 1.05rem; color: var(--saffron);
  display: block; 
  margin: 0 auto 8px;
}
.community-title {
    color: #222;
    line-height: normal;
    margin-bottom: 6px;
    font-family: Literata;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* .community-title em { font-style: normal; color: var(--rose); } */
.community-sub { font-size: 0.88rem; color: var(--muted); margin-bottom: 20px; }
.community-bullet-list {
  list-style: none; display: flex; flex-direction: column;
  gap: 10px; margin-bottom: 28px; padding: 0;
  margin-left:15px;
}
.community-bullet-list li {
    /* display: flex; */
    /* align-items: baseline; */
    /* gap: 10px; */
    font-size: 16px;
    color: var(--muted);
    line-height: 31px;
  list-style: disc;
}

/* .community-bullet-list li::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
      background: #222;
    opacity: 0.8; flex-shrink: 0; margin-top: 6px;
} */
.cb-name { font-weight: 700; opacity: 0.8;}
.community-city-label {
  font-family: 'Caveat', cursive;
  font-size: 1.1rem; color: var(--rose); margin-bottom: 14px;
}
.community-city-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 18px; padding-bottom: 20px;
}


.community-city-card{
  text-decoration:none;
  color:inherit;
  display:block;
}


.community-city-content{
    background: #fff;
    border: 1px solid #D5D5D5;
    border-radius: 24px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.09);
    transition: transform .2s ease, box-shadow .2s ease;
}

.community-city-content:hover{
  transform:translateY(-2px);

  box-shadow:
    0 6px 18px rgba(0,0,0,.08);
}

/* text */
.community-city-text h4{
    margin: 0 0 6px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.community-city-text span{
    color: #FF3C00;
    font-size: 12px;
    font-weight: 700;
}

/* WhatsApp Icon */
.community-wa-icon{
  width:60px;
  height:60px;
  flex-shrink:0;
}

.community-wa-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
}


/* ── CITY CARD ─────────────────────────────────────── */
.city-card-link { text-decoration: none; display: block; color: inherit; }
.city-card { flex-shrink: 0; width: 100px; cursor: pointer; transition: transform .15s; }
.city-card:active { transform: scale(0.96); }
.city-card-img {
  width: 100%; aspect-ratio: 1; border-radius: var(--radius);
  /* overflow: hidden; 
  position: relative;  */
  margin-bottom: 7px;
}
.city-card-img img { width: 100%; height: 100%; object-fit: cover; }
/* .city-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,26,46,0.65) 0%, transparent 55%);
  border-radius: var(--radius);
} */
.city-card-name-over {
  /* position: absolute;  */
  /* bottom: 8px;  */
  /* top: 8px;
  left: 0; right: 0; */
  text-align: center; font-size: 0.72rem; font-weight: 700; color: #000;
}
.city-count-label {
  font-size: 0.6rem; color: var(--muted);
  text-align: center; font-weight: 500; margin-top: 4px;
}
.community-city-grid .city-card { width: 100%; }
.community-city-grid .city-card-img { border-radius: 12px; }

/* ── ENQUIRY FORM ──────────────────────────────────── */
.enquiry-section { background: #1A1A1A; padding: 36px 20px 40px; display: flex; gap: 40px; margin-top: 30px;}
.enquiry-top { width: 40%; }
.enquiry-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem; font-weight: 900;
  color: #fff; line-height: 1.1; margin-bottom: 16px;
}
.enquiry-subtext {
  font-size: 0.9rem; color: rgba(255,255,255,0.65);
  line-height: 1.7; margin-bottom: 32px;
}
.enquiry-subtext em { font-style: italic; color: rgba(255,255,255,0.85); }
.enquiry-form { display: flex; flex-direction: column; gap: 20px; width: 60%; }
.enquiry-input {
  width: 100%; padding: 18px 16px;
  background: #F9F4EE; border: none; border-radius: 4px;
  font-size: 0.95rem; 
  /* font-family: 'DM Sans', sans-serif; */
  color: #1A1A1A; outline: none; transition: box-shadow .2s;
}
.enquiry-input::placeholder { color: rgba(26,26,26,0.45); }
.enquiry-input:focus { background: #fff; box-shadow: inset 0 0 0 2px var(--saffron); }
.enquiry-submit {
  width: 100%; padding: 18px;
  background: #E8400A; color: #fff; border: none; border-radius: 4px;
  font-size: 1rem; font-weight: 700; 
  /* font-family: 'DM Sans', sans-serif; */
  cursor: pointer; letter-spacing: 0.5px; transition: opacity .2s;
}
.enquiry-submit:active { opacity: 0.85; }
.enquiry-copy { font-size: 0.8rem; color: rgba(255,255,255,0.4); line-height: 1.6; }
.enquiry-copy span { color: var(--saffron); font-weight: 700; }


@media(max-width:992px){

  .wwa-top{
    flex-direction:column;
  }

  .wwa-right{
    width:100%;
    order:2;
  }

  .wwa-left{
    max-width:100%;
  }

  .wwa-title{
    font-size:36px;
  }

  .wwa-cards{
    overflow-x:auto;
    padding-bottom:8px;
            margin-right: -24px;
  }

  .wwa-cat-card{
    flex:0 0 220px;
  }

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



/* ── RESPONSIVE ────────────────────────────────────── */
@media (min-width: 768px) {
  /* Testimonials: 2 per view on desktop */
  .testi-slide {
    width: 50%;
    padding: 0 8px 4px;
  }
  /* Artists */
  .artist-card { width: 217px; }
  .artist-img-wrap { width: 180px; height: 180px; }
  .artist-name { font-size: 16px; }
  /* Partners */
  .partner-logo { width: 180px; }

    .community-section {
    display: flex;
    flex-direction: column;  /* keep tag/title/subtitle stacked */
  }

  .community-desktop-row {
    display: flex;
    gap: 40px;
    align-items: center;
  }

  .community-bullet-list {
    flex: 1;
    margin-bottom: 0;
    /* gap: 30px; */
  }

  .community-city-side {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .enquiry-section { flex-direction: column; gap: 30px; }
  .enquiry-top { width: 100%; text-align: center; }
  .enquiry-form { width: 100%; text-align: center; }
  main{
        padding: 40px 16px 0px;
  }
  .community-bullet-list li {
    font-size: 14px;
}
  /* .hero-slide { height: 400px; } */
  .wwa-body { flex-direction: column; }
  .wwa-left { width: 100%; }
  .wwa-cat-list { width: 100%; }
  .partner-logo { width: 130px; }
  .partners-track { gap: 16px; animation-duration: 20s; }
  .wwa-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .wwa-stat-card { padding: 14px 12px; }
  .wwa-stat-num { font-size: 1.2rem; }
  .wwa-stat-label { font-size: 0.72rem; }
}

@media (max-width: 425px) {
  .hero-slide { height: auto; }
}

@media (max-width: 992px) {
  .wwa-stats-grid { grid-template-columns: repeat(2, 1fr); }
}


/* ── TESTIMONIALS — Owl Carousel ──────────────────── */
.testi-owl-wrap {
  padding: 0 0px 20px;
}

/* Style the cards — same as before, no changes needed to .testi-card */
.owl-nav {
  display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

/* Owl nav arrows */
.testi-owl .owl-nav button {
  width: 36px; height: 36px;
  border-radius: 50% !important;
  background: var(--surface) !important;
  border: 1.5px solid var(--border) !important;
  color: var(--text) !important;
  font-size: 1.3rem !important;
  line-height: 1 !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  transition: border-color .15s, background .15s;
}
.testi-owl .owl-nav button:hover {
  border-color: var(--saffron) !important;
  background: var(--surface2) !important;
}
.testi-owl .owl-nav button.disabled {
  opacity: 0.35;
}

/* Owl dots */
/* .testi-owl .owl-dots {
  text-align: center;
  margin-top: 16px;
} */
.testi-owl .owl-dot span {
  width: 18px; height: 3px;
  border-radius: 2px;
  background: rgba(0,0,0,0.12) !important;
  transition: all .3s;
  display: block;
}
.testi-owl .owl-dot.active span {
  background: var(--saffron) !important;
  width: 28px;
}

/* Desktop override — remove the grid override from style.css that
   previously forced testi-track to a CSS grid (this broke the old JS) */
@media (min-width: 768px) {
  .testi-track { display: flex !important; grid-template-columns: unset !important; }
}


@media(max-width:576px){

  .wwa-card{
    padding:24px;
    border-radius:22px;
  }

  .wwa-title{
    font-size:30px;
  }

  .wwa-desc{
    font-size:15px;
  }

  .wwa-subtitle{
    font-size:24px;
  }

  .wwa-stats-grid{
    grid-template-columns:1fr 1fr;
    gap:18px;
  }

  .wwa-stat-item strong{
    font-size:24px;
  }

  .wwa-stat-item span{
    font-size:14px;
  }
}