/* ============================================================
   HOMEPAGE.CSS — Styles exclusive to index.html (homepage)
   Exium Classes · exium.in
   ============================================================ */
   
   /* ── BATCH CARDS HOMEPAGE ── */
.batch-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.8rem;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
  animation: fadeUp 0.7s 0.2s ease both;
}

.batch-card + .batch-card {
  margin-top: 1.25rem;
  animation-delay: 0.32s;
}

.batch-card:hover {
  border-color: rgba(200, 210, 232, 0.35);
  transform: translateX(5px);
}

.batch-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--red);
}

.batch-card.c11::before { background: #4a6fc7; }

.batch-tag {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f07070;
  margin-bottom: 0.4rem;
}

.batch-card.c11 .batch-tag { color: #7a9ee0; }

.batch-title {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.batch-rows {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.batch-row {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.83rem;
  color: rgba(200, 210, 232, 0.75);
  line-height: 1.5;
}

.batch-row .ico {
  flex-shrink: 0;
  width: 1rem;
  margin-top: 0.1rem;
}

.batch-fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.fee-num {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--white);
}

.fee-note {
  font-size: 0.72rem;
  color: var(--muted);
  text-align: right;
  line-height: 1.6;
}

/* ── WHY PILLARS ── */
.pillars {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2.5rem;
}

.pillar { display: flex; gap: 1.4rem; align-items: flex-start; }

.pillar-n {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(74, 111, 199, 0.22);
  flex-shrink: 0;
  width: 2.8rem;
}

.pillar h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.pillar p {
  font-size: 0.85rem;
  color: rgba(200, 210, 232, 0.55);
  line-height: 1.7;
}

/* ── STATS BOX ── */
.stats-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.stat-n {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 900;
  color: #4a6fc7;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.stat-l { font-size: 0.8rem; color: var(--muted); line-height: 1.5; }

.akash-q {
  grid-column: 1 / -1;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: rgba(200, 210, 232, 0.6);
  line-height: 1.75;
}

.akash-q cite {
  display: block;
  font-family: var(--font-mono);
  font-style: normal;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a9ee0;
  margin-top: 0.75rem;
}

/* ── SCHEDULE CARDS ── */
.sched-sub {
  font-size: 0.88rem;
  color: var(--muted);
  max-width: 36ch;
  line-height: 1.7;
}

.sched-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.sched-head {
  padding: 1.4rem 2rem;
  background: rgba(26, 45, 90, 0.6);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sched-head-class {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
}

.sched-head-year {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--muted);
  margin-top: 0.2rem;
}

.sched-starts {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(204, 31, 31, 0.15);
  border: 1px solid rgba(204, 31, 31, 0.35);
  color: #f07070;
  padding: 0.3rem 0.65rem;
  border-radius: 2px;
}

.sched-card.c11 .sched-starts {
  background: rgba(74, 111, 199, 0.15);
  border-color: rgba(74, 111, 199, 0.35);
  color: #7a9ee0;
}

.sched-body  { padding: 1.75rem 2rem; }

.phase { margin-bottom: 1.4rem; }
.phase:last-child { margin-bottom: 0; }

.phase-lbl {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f07070;
  margin-bottom: 0.45rem;
}

.sched-card.c11 .phase-lbl { color: #7a9ee0; }

.phase-detail {
  font-size: 0.86rem;
  color: rgba(200, 210, 232, 0.75);
  line-height: 1.65;
}

.mode-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}

.mtag {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.28rem 0.7rem;
  border-radius: 2px;
  border: 1px solid;
}

.mtag-red  { background: rgba(204, 31, 31, 0.1);  border-color: rgba(204, 31, 31, 0.3);  color: #f07070; }
.mtag-blue { background: rgba(74, 111, 199, 0.1); border-color: rgba(74, 111, 199, 0.3); color: #7a9ee0; }
.mtag-grey { background: rgba(255, 255, 255, 0.04); border-color: rgba(200, 210, 232, 0.18); color: var(--muted); }

.sched-fee {
  padding: 1.4rem 2rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sched-fee-num {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
}

.sched-fee-note {
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 0.2rem;
}

.instl {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.65;
  text-align: right;
}

/* ── REVIEW CARDS ── */
.rev-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2rem;
  position: relative;
  transition: border-color 0.3s;
}

.rev-card:first-child {
  grid-column: 1 / -1;
  background: rgba(26, 45, 90, 0.4);
  border-color: rgba(74, 111, 199, 0.25);
}

.rev-card:hover { border-color: rgba(200, 210, 232, 0.3); }

.qdeco {
  font-family: var(--font-serif);
  font-size: 5rem;
  line-height: 0.6;
  color: rgba(74, 111, 199, 0.12);
  position: absolute;
  top: 1.4rem; left: 1.5rem;
}

.rev-text {
  font-size: 0.9rem;
  color: rgba(200, 210, 232, 0.7);
  line-height: 1.82;
  padding-top: 1.4rem;
  position: relative;
  z-index: 1;
}

.rev-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.rev-name { font-weight: 600; font-size: 0.88rem; }
.stars    { color: #f5c842; font-size: 0.8rem; letter-spacing: 0.1em; }

/*!--BLOG LISTING ON HOMEPAGE --*/

.home-blog__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5rem;
  gap: 1rem;
}
.home-blog__head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0.35rem 0 0;
  color: var(--white);
}
.home-blog__all {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--blue-light);
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s;
}
.home-blog__all:hover { border-bottom-color: var(--blue-light); }
.home-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.home-blog-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 130px;
  padding: 1.35rem 1.4rem;
  border: 1px solid rgba(200, 210, 232, 0.14);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.18s, transform 0.15s;
}
.home-blog-card:hover {
  border-color: rgba(74, 111, 199, 0.55);
  transform: translateY(-2px);
}
.home-blog-card__tag {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue-light);
}
.home-blog-card__title {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--white);
}
.home-blog-card__desc {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text);
  margin: 0;
  flex: 1;
}

/*Blog Linsting on Homepage ends--*/

/* ─────────────────────────────────────
   ALUMNI TEASER CAROUSEL
───────────────────────────────────── */

/* Header */
.at-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 3rem;
}
.at-head-left { flex: 1; }
.at-subhead {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.72;
  margin-top: 0.75rem;
  max-width: 480px;
}

/* Stats cluster */
.at-stats {
  display: flex;
  border: 1px solid rgba(200,210,232,0.14);
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.at-stat {
  padding: 1.1rem 1.6rem;
  border-right: 1px solid rgba(200,210,232,0.14);
  text-align: center;
}
.at-stat:last-child { border-right: none; }
.at-stat-n {
  display: block;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue-light);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.at-stat-l {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  color: var(--text);
  letter-spacing: 0.06em;
  opacity: 0.65;
}

/* Carousel wrapper */
.at-carousel-wrap {
  position: relative;
}

/* Prev / Next buttons */
.at-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(200,210,232,0.2);
  background: rgba(14,28,58,0.9);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  padding: 0;
}
.at-nav:hover {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-50%) scale(1.08);
}
.at-nav:disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}
.at-nav--prev { left: -20px; }
.at-nav--next { right: -20px; }

/* Track outer — clips overflow */
.at-track-outer {
  overflow: hidden;
  border-radius: 6px;
}

/* Track — flex row, transitions on transform */
.at-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  align-items: stretch;
}

/* Cards */
.at-card {
  flex: 0 0 calc(50% - 0.5rem);
  min-width: 0;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(200,210,232,0.14);
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.at-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 0;
  background: var(--blue);
  transition: height 0.3s ease;
  border-radius: 0 0 2px 0;
}
.at-card:hover {
  border-color: rgba(74,111,199,0.45);
  transform: translateY(-2px);
}
.at-card:hover::before { height: 100%; }

/* Card internals */
.at-card-top {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}
.at-av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 500;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.1);
}
.at-id { flex: 1; min-width: 0; }
.at-num {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  color: var(--text);
  opacity: 0.45;
  letter-spacing: 0.12em;
  margin-bottom: 0.2rem;
}
.at-name {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.at-role {
  font-size: 0.72rem;
  color: var(--text);
  opacity: 0.6;
  margin-bottom: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.at-co {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--blue-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.at-story {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: var(--text);
  line-height: 1.72;
  flex: 1;
  margin-bottom: 1rem;
}
.at-foot { margin-top: auto; }
.at-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.75rem;
}
.at-tag {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  background: rgba(37,99,235,0.12);
  color: var(--blue-light);
  padding: 3px 8px;
  border-radius: 3px;
  border: 1px solid rgba(37,99,235,0.2);
}
.at-foot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(200,210,232,0.08);
}
.at-loc {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  color: var(--text);
  opacity: 0.45;
  letter-spacing: 0.06em;
}
.at-li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  color: var(--blue-light);
  text-decoration: none;
  padding: 4px 9px;
  border: 1px solid rgba(37,99,235,0.25);
  border-radius: 3px;
  background: rgba(37,99,235,0.07);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  letter-spacing: 0.04em;
}
.at-li svg { fill: currentColor; flex-shrink: 0; }
.at-li:hover {
  background: rgba(37,99,235,0.2);
  border-color: rgba(37,99,235,0.5);
  color: #fff;
}

/* Footer: progress + CTA */
.at-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1.75rem;
  flex-wrap: wrap;
}
.at-progress-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}
.at-progress-bar {
  flex: 1;
  height: 2px;
  background: rgba(200,210,232,0.12);
  border-radius: 2px;
  overflow: hidden;
  max-width: 260px;
}
.at-progress-fill {
  height: 100%;
  background: var(--blue);
  border-radius: 2px;
  transition: width 0.42s cubic-bezier(0.25,0.46,0.45,0.94);
  width: 10%;
}
.at-counter {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--text);
  opacity: 0.55;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.at-cta-btn {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  background: var(--blue);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.2s, transform 0.2s;
  white-space: nowrap;
}
.at-cta-btn:hover {
  background: var(--blue-light);
  transform: translateY(-1px);
}


/* ── Responsive ── */

@media (max-width: 900px) {
  .stats-box            { grid-template-columns: 1fr 1fr; }

  .alumni-teaser        { padding: 5rem 1.5rem; }
  .at-head              { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .at-card              { flex: 0 0 calc(100% - 0rem); }
  .at-nav--prev         { left: -12px; }
  .at-nav--next         { right: -12px; }

  .home-blog            { padding: 3rem 1.5rem; }
  .home-blog__grid      { grid-template-columns: 1fr; }
  .home-blog__head      { align-items: flex-start; }
}

@media (max-width: 600px) {
  .at-stats             { width: 100%; }
  .at-stat              { flex: 1; padding: 0.85rem 0.75rem; }
  .at-footer            { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .at-cta-btn           { width: 100%; text-align: center; }
}