/* ── GUIDED FOR TUNE SAMITI SECTION ── */
.gts-section {
  background: #f9f9f9;
  padding: 56px 32px;
  font-family: 'Inter', sans-serif;
}

.gts-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
}

/* ── LEFT ── */
.gts-left {
  flex: 0 0 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 44px;
  border-right: 2px solid #d0e8dc;
  text-align: center;
}

.gts-logo-img {
  width: 110px;
  height: auto;
  margin-bottom: 18px;
}

.gts-brand-en {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #1a7a6e;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 4px;
}

.gts-brand-hi {
  font-family: 'Tiro Devanagari Hindi', serif;
  font-size: 17px;
  color: #2e9e88;
  margin-bottom: 10px;
  line-height: 1.5;
}

.gts-tagline {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #c8a020;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

.gts-tagline span {
  opacity: 0.45;
}

/* ── RIGHT ── */
.gts-right {
  flex: 1;
  padding-left: 50px;
}

.gts-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c8a020;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.gts-eyebrow::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #c8a020;
  border-radius: 2px;
  flex-shrink: 0;
}

.gts-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #1a7a6e;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.gts-heading .accent {
  color: #c8a020;
}

.gts-divider {
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg, #1a7a6e, #c8a020);
  border-radius: 2px;
  margin-bottom: 18px;
}

.gts-body {
  font-size: 14.5px;
  line-height: 1.82;
  color: #4a4a4a;
  margin: 0 0 24px;
  text-align: justify;
}

/* ── STATS ROW ── */
.gts-stats {
  display: flex;
  gap: 0;
  border: 1px solid #d0e8dc;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}

.gts-stat {
  flex: 1;
  padding: 14px 16px;
  text-align: center;
  border-right: 1px solid #d0e8dc;
}

.gts-stat:last-child {
  border-right: none;
}

.gts-stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #1a7a6e;
  line-height: 1;
  margin-bottom: 3px;
}

.gts-stat-label {
  font-size: 11px;
  color: #888;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── PILLS ── */
.gts-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.gts-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
}

.pill-g {
  background: #e1f5ee;
  color: #0f6e56;
  border: 1px solid #9fe1cb;
}

.pill-y {
  background: #fef9e7;
  color: #8a6500;
  border: 1px solid #f0d060;
}

.pill-t {
  background: #e6f0fb;
  color: #185fa5;
  border: 1px solid #85b7eb;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .gts-wrap {
    flex-direction: column;
  }

  .gts-left {
    flex: none;
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #d0e8dc;
    padding-right: 0;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  .gts-right {
    padding-left: 0;
  }

  .gts-heading {
    font-size: 28px;
  }

  .gts-stats {
    flex-wrap: wrap;
  }

  .gts-stat {
    flex: 1 1 45%;
    border-bottom: 1px solid #d0e8dc;
  }

  .gts-stat:nth-child(3),
  .gts-stat:nth-child(4) {
    border-bottom: none;
  }

  .gts-stat:nth-child(even) {
    border-right: none;
  }
}

@media (max-width: 480px) {
  .gts-section {
    padding: 36px 16px;
  }

  .gts-brand-en {
    font-size: 22px;
  }

  .gts-heading {
    font-size: 24px;
  }

  .gts-body {
    font-size: 13.5px;
  }

  .gts-stat-num {
    font-size: 22px;
  }
}
.dl-section {
  background: #fff;
  padding: 60px 32px;
  font-family: 'Inter', sans-serif;
}

.dl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.dl-card {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 40px 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.dl-card:hover {
  border-color: #1a7a6e;
  box-shadow: 0 2px 16px rgba(26,122,110,0.10);
}

/* Active/highlighted card */
.dl-card.active {
  /*border: 2px solid #1a7a6e;*/
}

.dl-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dl-icon img { width: 72px; height: 72px; object-fit: contain; }

.dl-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #1240a7;           /* ← your brand teal color */
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.dl-desc {
  font-size: 13.5px;
  color: #777;
  line-height: 1.6;
  margin-bottom: 28px;
  min-height: 36px;
}

.dl-btn {
  display: block;
  background: #8eb335;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 2px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  transition: background 0.2s ease, transform 0.15s ease;
}

.dl-btn:hover {
  background: #1a7a6e;      /* ← hover turns to brand color */
  transform: translateY(-1px);
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .dl-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}

/* ── TESTIMONIALS SECTION ── */
.ts-section {
  background: #f9f9f9;
  padding: 64px 32px;
  font-family: 'Inter', sans-serif;
}

.ts-heading {
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #1a7a6e;
  margin-bottom: 48px;
  letter-spacing: 0.5px;
}

.ts-heading span {
  color: #c8a020;
}

/* ── CAROUSEL ── */
.ts-carousel {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}

.ts-track-outer {
  overflow: hidden;
}

.ts-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(.4,0,.2,1);
}

.ts-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ── CARD ── */
.ts-card {
  display: flex;
  flex-direction: column;
}

/* ── SPEECH BUBBLE ── */
.ts-bubble {
  background: #111;
  color: #fff;
  border-radius: 6px;
  padding: 28px 24px;
  font-size: 14px;
  line-height: 1.75;
  flex: 1;
  position: relative;
}

.ts-bubble::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 36px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #111;
}

.ts-quote-mark {
  font-size: 48px;
  line-height: 0.6;
  color: #1a7a6e;
  font-family: Georgia, serif;
  margin-bottom: 12px;
  display: block;
}

/* ── PERSON ROW ── */
.ts-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  padding-left: 8px;
}

.ts-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #1a7a6e;
  flex-shrink: 0;
  background: #d0e8dc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ts-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ts-avatar-initials {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #1a7a6e;
}

.ts-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #111;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.2;
}

.ts-role {
  font-size: 11.5px;
  color: #888;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2px;
}

/* ── DOTS ── */
.ts-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.ts-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, transform 0.2s;
}

.ts-dot.active {
  background: #1a7a6e;
  transform: scale(1.25);
}

/* ── ARROWS ── */
.ts-arrow {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  background: #111;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  line-height: 1;
}

.ts-arrow:hover {
  background: #1a7a6e;
}

.ts-arrow.prev { left: -52px; }
.ts-arrow.next { right: -52px; }

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .ts-slide {
    grid-template-columns: 1fr;
  }
  .ts-arrow {
    display: none;
  }
  .ts-heading {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .ts-section {
    padding: 40px 16px;
  }
  .ts-bubble {
    font-size: 13px;
    padding: 20px 18px;
  }
  .ts-name {
    font-size: 17px;
  }
}