.yc-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 10px;
}

.yc-h2 {
  font-family: var(--head-font);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.18;
  margin-bottom: 14px;
}

.yc-bar {
  width: 48px;
  height: 3px;
  background: var(--saffron);
  border: none;
  margin-bottom: 0;
}

.yc-body {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-body);
}

.yc-wrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.yc-hero {
  background: #fff;
  padding: 72px 48px;
  font-family: var(--body-font);
}

.yc-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.yc-hero .yc-tag {
  color: var(--brown-mid);
}
.yc-hero .yc-h2 {
  color: var(--brown-mid);
}
.yc-hero .yc-bar {
  background: var(--gold-light);
  margin-bottom: 24px;
}

.yc-hero-note {
  padding: 16px 20px;
  border-left: 3px solid var(--saffron);
  background: rgba(255, 255, 255, 0.04);
}
.yc-hero-note p {
  font-size: 14px;
  color: var(--brown-mid);
  line-height: 1.7;
}
.yc-hero-note strong {
  color: var(--brown-mid);
}

.time-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.time-card {
  background: var(--brown-mid);
  border: 1px solid var(--gold-light);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.time-icon {
 font-size: 22px;
    /* flex-shrink: 0; */
    opacity: 0.8;
    color: white;
}

.time-label {
  font-size: 11px;
  color: var(--saffron-light);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.time-val {
  font-family: var(--head-font);
  font-size: 20px;
  font-weight: 600;
  color: var(--cream);
}

.time-sub {
  font-size: 12px;
  color: var(--saffron-light);
  margin-top: 3px;
}

.yc-who {
  background: #fff;
  padding: 80px 48px;
  font-family: var(--body-font);
}

.yc-who-inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 72px;
  align-items: start;
}

.yc-who-left .yc-bar {
  margin-bottom: 20px;
}
.yc-who-left .yc-body {
  margin-top: 0;
}

.who-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--cream-dark);
  border: 1px solid var(--cream-dark);
}

.who-card {
  background: #fff;
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: background 0.2s;
}
.who-card:hover {
  background: var(--cream);
}

.who-ico {
  font-size: 24px;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}

.who-title {
  font-family: var(--head-font);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 5px;
}

.who-desc {
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-muted);
}

.yc-benefits {
  background: var(--cream);
  padding: 80px 48px;
  font-family: var(--body-font);
}

.benefits-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 52px;
}

.benefits-header .yc-bar {
  margin-bottom: 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--cream-dark);
  border: 1px solid var(--cream-dark);
}

.ben-card {
  background: #fff;
  padding: 36px 32px;
  position: relative;
}

.ben-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--saffron);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.ben-card:hover::before {
  transform: scaleX(1);
}

.ben-num {
  font-family: var(--head-font);
  font-size: 36px;
  font-weight: 600;
  color: var(--cream-dark);
  line-height: 1;
  margin-bottom: 14px;
}

.ben-title {
  font-family: var(--head-font);
  font-size: 17px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.ben-desc {
  font-size: 13px;
  line-height: 1.75;
  color: var(--text-muted);
}

.yc-location {
  background: #fff;
  padding: 80px 48px;
  font-family: var(--body-font);
}

.yc-location .yc-bar {
  margin-bottom: 0;
}

.loc-heading {
  margin-bottom: 40px;
}

.loc-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--cream-dark);
  border: 1px solid var(--cream-dark);
}
.loc-map {
  background: var(--cream-dark);
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

/* 
     .loc-map iframe { width:100%; height:100%; min-height:340px; border:none; display:block; } */

.loc-details {
  background: #fff;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.loc-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.loc-dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--saffron);
  margin-top: 6px;
}

.loc-name {
  font-family: var(--head-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.loc-addr {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
}

.loc-badge {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 500;
  color: var(--saffron);
  border: 1px solid var(--saffron-light);
  padding: 2px 10px;
}

.yc-register {
  background: var(--cream);
  padding: 80px 48px;
  font-family: var(--body-font);
}

.reg-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.reg-left .yc-bar {
  margin-bottom: 20px;
}

.reg-steps {
  display: flex;
  flex-direction: column;
}

.reg-step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--cream-dark);
}
.reg-step:last-child {
  border-bottom: none;
}

.reg-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--saffron);
  color: #fff;
  font-family: var(--head-font);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reg-step-title {
  font-family: var(--head-font);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.reg-step-desc {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
}

.reg-cta {
  margin-top: 32px;
  display: inline-block;
  background: var(--saffron);
  color: #fff;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  padding: 14px 32px;
  text-decoration: none;
  letter-spacing: 0.04em;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.reg-cta:hover {
  background: var(--brown-mid);
}

/* ── Responsive ── */
@media (max-width: 860px) {
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }
  .yc-hero-inner,
  .yc-who-inner,
  .reg-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .loc-inner {
    grid-template-columns: 1fr;
  }
  .loc-map {
    min-height: 200px;
  }
}

@media (max-width: 640px) {
  .yc-hero,
  .yc-who,
  .yc-benefits,
  .yc-location,
  .yc-register {
    padding: 52px 20px;
  }
  .benefits-grid,
  .time-card .who-cards {
    grid-template-columns: 1fr;
  }
  .benefits-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .who-cards {
    background: none;
    border: none;
    gap: 12px;
  }
  .who-card {
    border: 1px solid var(--cream-dark);
  }
}

/* branch css */

.branches-section {
  background: #fff;
  padding: 80px 48px;
  font-family: var(--sub-font);
}

.br-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header */
.br-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 52px;
}

.br-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 10px;
}

.br-h2 {
  font-family: var(--head-font);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.18;
  margin-bottom: 14px;
}

.br-bar {
  width: 48px;
  height: 3px;
  background: var(--saffron);
  border: none;
  margin-bottom: 0;
}

.br-body {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-body);
}

/* Stats strip */
.br-stats {
  display: flex;
  gap: 60px;

  margin-bottom: 48px;
}

.br-stat {
  flex: 1;
  background: #fff;
  padding: 28px 32px;
  background: var(--cream);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: all 0.2s ease;
  border-radius: 20px;
}
.br-stat:hover {
  border-bottom: 3px solid var(--saffron);

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.br-stat-icon {
  font-size: 26px;
  flex-shrink: 0;
  margin-top: 2px;
}

.br-stat-num {
  font-family: var(--head-font);
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}

.br-stat-num.active {
  color: var(--saffron);
}
.br-stat-num.upcoming {
  color: var(--gold);
}

.br-stat-label {
  font-size: 18px;
  color: var(--text-muted);
  font-weight: 500;
}
.br-stat-sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
  opacity: 0.7;
  font-weight: 400;
}

.br-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--cream-dark);
  border: 1px solid var(--cream-dark);
  margin-bottom: 48px;
}

.br-panel-title {
  font-family: var(--head-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.br-panel-title .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--saffron);
  flex-shrink: 0;
}
.br-panel-title .dot.gold {
  background: var(--gold);
}

/* Current branches list */
.br-current {
  background: #fff;
  padding: 36px 36px 40px;
}

.branch-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.branch-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid var(--cream-dark);
  font-size: 14px;
}
.branch-item:last-child {
  border-bottom: none;
}

.branch-name {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-body);
  font-weight: 500;
}
.branch-name::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--saffron);
  flex-shrink: 0;
}

.branch-badge {
  font-size: 10px;
  font-weight: 500;
  padding: 2px 8px;
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  color: var(--text-muted);
}
.branch-badge.live {
  background: #f0faf0;
  border-color: #a8dca8;
  color: #2d7a2d;
}

/* Upcoming panel */
.br-upcoming {
  background: var(--deep-brown);
  padding: 36px 36px 40px;
}
.br-upcoming .br-panel-title {
  color: #fff;
}

.upcoming-info {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 22px;
  margin-bottom: 20px;
}

.upcoming-date {
  font-family: var(--head-font);
  font-size: 22px;
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 4px;
}

.upcoming-label {
  font-size: 12px;
  color: rgba(255, 248, 238, 0.55);
}

.progress-wrap {
  margin-top: 20px;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 248, 238, 0.55);
  margin-bottom: 8px;
}

.progress-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  /* Formula: (active ÷ target) × 100 = (9 ÷ 51) × 100 = 17.6% */
  width: 17.6%;
  background: var(--saffron);
  border-radius: 3px;
}

.upcoming-note {
  margin-top: 20px;
  padding: 14px 16px;
  border-left: 3px solid var(--gold-light);
  background: rgba(255, 255, 255, 0.04);
}
.upcoming-note p {
  font-size: 13px;
  color: rgba(255, 248, 238, 0.65);
  line-height: 2;
  letter-spacing: 0.5px;
}
.upcoming-note strong {
  color: var(--gold-light);
}

/* Map */
.br-map-wrap {
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  padding: 36px;
  display: flex;
  flex-direction: column;
}

.br-map-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.br-map-label span {
  font-family: var(--head-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
}

.map-frame {
  min-height: 220px;
  background: var(--cream-dark);
  border: 1px solid rgba(200, 150, 12, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Once you add an iframe, use this: */
.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  display: block;
}

.br-map-legend {
  display: flex;
  gap: 24px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--text-muted);
}

.legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 760px) {
  .branches-section {
    padding: 52px 20px;
  }
  .br-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .br-stats {
    flex-direction: column;
  }
  .br-grid {
    grid-template-columns: 1fr;
  }
}

/* 
teacher css */

.tt-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tt-h2 {
  font-family: var(--head-font);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}
.tt-bar {
  width: 44px;
  height: 3px;
  border: none;
  margin-bottom: 0;
}
.tt-body {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-body);
}
.tt-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.tt-hero {
  background: #f0b4290d;
  padding: 64px 48px;
  font-family: var(--sub-font);
}

.tt-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.tt-hero .tt-tag {
  color: var(--gold);
}
.tt-hero .tt-h2 {
  color: var(--brown-mid);
}
.tt-hero .tt-bar {
  background: var(--gold);
  margin-bottom: 22px;
}
.tt-hero .tt-body {
  color: var(--brown-mid);
}

.hero-stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 32px;
  text-align: center;
}

.hero-stat .big {
  font-family: var(--head-font);
  font-size: 64px;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.hero-stat .lbl {
  font-size: 14px;
  color: var(--brown-mid);
  letter-spacing: 0.04em;
}
.hero-stat .sub {
  font-size: 12px;
  color: var(--brown-mid);
  margin-top: 6px;
}

.tt-program {
  background: #fff;
  padding: 72px 48px;
  font-family: var(--body-font);
}

.sec-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 48px;
}

.prog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--cream-dark);
  border: 1px solid var(--cream-dark);
}

.prog-card {
  background: #fff;
  padding: 32px 28px;
  position: relative;
}

.prog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--saffron);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.prog-card:hover::before {
  transform: scaleX(1);
}

.prog-ico {
  font-size: 26px;
  margin-bottom: 14px;
  display: block;
}

.prog-title {
  font-family: var(--head-font);
  font-size: 17px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.prog-desc {
  font-size: 13px;
  line-height: 1.75;
  color: var(--text-muted);
}

.prog-tag {
  display: inline-block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 500;
  color: var(--saffron);
  border: 1px solid var(--saffron-light);
  padding: 2px 10px;
}

.tt-join {
  background: var(--cream);
  padding: 72px 48px;
  font-family: var(--body-font);
}

.join-inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 64px;
  align-items: start;
}

.join-left .tt-bar {
  margin-bottom: 18px;
}

.join-cta {
  margin-top: 28px;
  display: inline-block;
  background: var(--saffron);
  color: #fff;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  padding: 13px 28px;
  text-decoration: none;
  transition: background 0.2s;
}
.join-cta:hover {
  background: var(--brown-mid);
}

.steps {
  display: flex;
  flex-direction: column;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--cream-dark);
}
.step:last-child {
  border-bottom: none;
}

.step-num {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: var(--saffron);
  color: #fff;
  font-family: var(--head-font);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-title {
  font-family: var(--head-font);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 3px;
}

.step-desc {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
}

.tt-bottom {
  background: #fff;
  padding: 72px 48px;
  font-family: var(--body-font);
}

.bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--cream-dark);
  border: 1px solid var(--cream-dark);
}

.panel-h {
  font-family: var(--head-font);
  font-size: 20px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.pdot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Benefits */
.ben-panel {
  background: #fff;
  padding: 40px 36px;
}

.ben-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ben-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.6;
}
.ben-item::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--saffron);
  margin-top: 7px;
}

/* Certification */
.cert-panel {
  background: var(--cream);
  padding: 40px 36px;
}

.cert-badge {
  background: #fff;
  border: 1px solid rgba(200, 150, 12, 0.25);
  padding: 24px 20px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.cert-badge::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(200, 150, 12, 0.1);
}

.cert-seal {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
}
.cert-title {
  font-family: var(--head-font);
  font-size: 17px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.cert-sub {
  font-size: 12px;
  color: var(--text-muted);
}
.cert-by {
  font-size: 11px;
  font-weight: 500;
  color: var(--saffron);
  margin-top: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cert-points {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.cert-pt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-body);
}
.cert-pt::before {
  content: "✓";
  color: var(--saffron);
  font-weight: 600;
  flex-shrink: 0;
}

@media (max-width: 820px) {
  .prog-grid {
    grid-template-columns: 1fr 1fr;
  }
  .tt-hero-inner,
  .sec-head,
  .join-inner,
  .bottom-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .tt-hero,
  .tt-program,
  .tt-join,
  .tt-bottom {
    padding: 52px 20px;
  }
  .prog-grid {
    grid-template-columns: 1fr;
  }
}
