/* ─── HOMEPAGE STYLES (index.html) ─── */

/* ─── HERO BANNER ─── */
.hero-banner {
  background: var(--grad-primary);
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 100px 0 80px;
}

.hero-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  z-index: 1;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.hero-orb-1 {
  width: 550px; height: 550px;
  background: radial-gradient(circle, rgba(246,185,59,0.11) 0%, transparent 65%);
  top: -120px; right: -80px;
  animation: floatOrb 10s ease-in-out infinite;
}

.hero-orb-2 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(13,90,142,0.25) 0%, transparent 65%);
  bottom: -80px; left: -60px;
  animation: floatOrb 14s ease-in-out infinite reverse;
}

.hero-orb-3 {
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(246,185,59,0.07) 0%, transparent 65%);
  top: 40%; right: 15%;
  animation: floatOrb 8s ease-in-out infinite 2s;
}

.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(246,185,59,0.1);
  pointer-events: none;
  z-index: 1;
  animation: spinRing 30s linear infinite;
}

.hero-ring-1 { width: 320px; height: 320px; top: 8%; right: 3%; animation-duration: 28s; }
.hero-ring-2 { width: 200px; height: 200px; top: 18%; right: 9%; border-color: rgba(255,255,255,0.06); animation-direction: reverse; animation-duration: 18s; }
.hero-ring-3 { width: 100px; height: 100px; top: 28%; right: 14%; border-color: rgba(246,185,59,0.18); animation-duration: 12s; }

.hero-banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(246,185,59,0.14);
  border: 1px solid rgba(246,185,59,0.38);
  color: var(--accent);
  padding: 9px 22px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-bottom: 26px;
  text-transform: uppercase;
  animation: fadeUp 0.6s ease 0.2s both;
}

.hero-badge-dot {
  width: 8px; height: 8px;
  background: var(--accent);
  border-radius: 50%;
  animation: blink 1.6s ease infinite;
  flex-shrink: 0;
}

.hero-banner h1 {
  font-weight: 900;
  font-size: clamp(2.1rem, 4.5vw, 3.8rem);
  line-height: 1.12;
  color: white;
  margin-bottom: 22px;
  animation: fadeUp 0.6s ease 0.35s both;
  letter-spacing: -1px;
}

.hero-hl {
  background: linear-gradient(135deg, var(--accent) 0%, #ffd866 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-banner .lead {
  font-size: 1.08rem;
  color: rgba(255,255,255,0.78);
  font-weight: 400;
  max-width: 580px;
  margin-bottom: 38px;
  line-height: 1.8;
  animation: fadeUp 0.6s ease 0.5s both;
}

.hero-cta-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  animation: fadeUp 0.6s ease 0.65s both;
}

.btn-hero-primary {
  background: var(--grad-accent);
  color: var(--primary-dark);
  border: none;
  padding: 15px 36px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s var(--ease);
  box-shadow: 0 10px 32px rgba(246,185,59,0.42);
  letter-spacing: 0.2px;
}

.btn-hero-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(246,185,59,0.55);
  color: var(--primary-dark);
}

.btn-hero-secondary {
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.9);
  border: 1.5px solid rgba(255,255,255,0.28);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s var(--ease);
  backdrop-filter: blur(10px);
}

.btn-hero-secondary:hover {
  background: rgba(255,255,255,0.13);
  border-color: rgba(255,255,255,0.55);
  color: white;
  transform: translateY(-3px);
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 48px;
  animation: fadeUp 0.6s ease 0.8s both;
}

.hero-trust-sep {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,0.18);
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.68);
  font-size: 0.82rem;
  font-weight: 500;
}

.hero-trust-item i { color: var(--accent); font-size: 0.9rem; }

.hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,0.42);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  animation: fadeUp 0.6s ease 1.1s both;
}

.scroll-mouse {
  width: 22px; height: 36px;
  border: 1.5px solid rgba(255,255,255,0.28);
  border-radius: 11px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

.scroll-wheel {
  width: 3px; height: 8px;
  background: rgba(255,255,255,0.45);
  border-radius: 2px;
  animation: scrollDown 1.6s ease infinite;
}

/* ─── STATS STRIP ─── */
.stats-strip {
  background: var(--primary-dark);
  border-bottom: 3px solid var(--accent);
}

.stats-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.stat-item {
  padding: 38px 24px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.065);
  transition: background 0.3s ease;
}

.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(246,185,59,0.04); }

.stat-icon-sm {
  font-size: 1.4rem;
  color: rgba(246,185,59,0.28);
  margin-bottom: 10px;
  display: block;
}

.stat-number {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  display: block;
  margin-bottom: 7px;
  letter-spacing: -1px;
}

.stat-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.55);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ─── ABOUT ─── */
.about-visual {
  background: var(--grad-primary);
  border-radius: var(--radius-xl);
  padding: 50px 38px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.about-visual::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 280px; height: 280px;
  background: rgba(246,185,59,0.08);
  border-radius: 50%;
}

.about-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.about-stat-box {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: var(--radius);
  padding: 28px 18px;
  text-align: center;
  transition: all 0.3s var(--ease);
}

.about-stat-box:hover {
  background: rgba(255,255,255,0.13);
  transform: translateY(-5px);
}

.about-stat-box .asb-num {
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

.about-stat-box .asb-lbl {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.7);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px;
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--border);
  transition: all 0.3s var(--ease);
  margin-bottom: 14px;
}

.feature-item:hover {
  transform: translateX(7px);
  box-shadow: var(--shadow);
  border-color: rgba(246,185,59,0.28);
}

.feature-icon {
  width: 50px; height: 50px;
  min-width: 50px;
  background: linear-gradient(135deg, rgba(246,185,59,0.14), rgba(246,185,59,0.05));
  border: 1.5px solid rgba(246,185,59,0.28);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-dark);
  font-size: 1.2rem;
}

.feature-item h5 {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 3px;
  font-size: 0.95rem;
}

.feature-item p {
  color: var(--text-light);
  font-size: 0.84rem;
  margin: 0;
  line-height: 1.5;
}

/* ─── SERVICES ─── */
.service-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 44px 34px;
  text-align: center;
  transition: all 0.35s var(--ease);
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--grad-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(246,185,59,0.22);
}

.service-card:hover::after { transform: scaleX(1); }

.service-icon-wrap {
  width: 82px; height: 82px;
  margin: 0 auto 28px;
  background: linear-gradient(135deg, rgba(10,61,98,0.07), rgba(10,61,98,0.03));
  border: 2px solid rgba(10,61,98,0.1);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s var(--ease);
}

.service-card:hover .service-icon-wrap {
  background: var(--grad-accent);
  border-color: transparent;
  transform: scale(1.08) rotate(-4deg);
}

.service-icon-wrap i {
  font-size: 2rem;
  color: var(--primary);
  transition: color 0.3s ease;
}

.service-card:hover .service-icon-wrap i { color: var(--primary-dark); }

.service-card h5 {
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 14px;
}

.service-card p {
  color: var(--text-light);
  line-height: 1.75;
  font-size: 0.88rem;
  margin: 0;
}

/* ─── DIGITAL CERTIFICATE SECTION ─── */
.cert-showcase {
  background: var(--grad-primary);
  border-radius: var(--radius-xl);
  padding: 56px 42px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cert-showcase::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 220px; height: 220px;
  background: rgba(246,185,59,0.09);
  border-radius: 50%;
}

.cert-icon-main {
  font-size: 4.5rem;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.cert-showcase h3 {
  color: white;
  font-weight: 800;
  font-size: 1.55rem;
  margin-bottom: 12px;
  z-index: 1;
  position: relative;
}

.cert-showcase p {
  color: rgba(255,255,255,0.72);
  font-size: 0.88rem;
  line-height: 1.75;
  margin: 0;
  z-index: 1;
  position: relative;
}

.dv-feature {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
  padding: 22px;
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--border);
  transition: all 0.3s var(--ease);
}

.dv-feature:hover {
  box-shadow: var(--shadow);
  transform: translateX(6px);
  border-color: rgba(16,185,129,0.25);
}

.dv-icon {
  width: 46px; height: 46px;
  min-width: 46px;
  background: linear-gradient(135deg, #d1fae5, #a7f3d0);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #059669;
  font-size: 1.1rem;
}

.dv-feature h6 {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
  font-size: 0.92rem;
}

.dv-feature p {
  color: var(--text-light);
  font-size: 0.84rem;
  margin: 0;
  line-height: 1.5;
}

/* ─── SEARCH & STUDENTS ─── */
/* ─── SEARCH & FILTER ─── */
.search-wrapper {
  background: white;
  border-radius: var(--radius-xl);
  padding: 36px 40px;
  box-shadow: var(--shadow-xl);
  border: 1.5px solid var(--border);
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.search-wrapper::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--grad-primary);
}

.search-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.search-icon-wrap {
  width: 54px; height: 54px;
  background: var(--grad-primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(10,61,98,0.22);
}

.search-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.2px;
  font-family: var(--font-display);
}

.search-sub {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 3px;
}

.search-input-wrap {
  position: relative;
  margin-bottom: 24px;
}

.search-input-icon {
  position: absolute;
  left: 22px; top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 0.92rem;
  pointer-events: none;
  transition: color 0.3s var(--ease);
  z-index: 1;
}

.search-input-wrap:focus-within .search-input-icon { color: var(--primary); }

#searchBox {
  display: block;
  height: 58px;
  border-radius: 50px;
  padding: 0 54px;
  border: 2px solid var(--border);
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--text);
  transition: all 0.3s var(--ease);
  background: var(--off-white);
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

#searchBox:focus {
  border-color: var(--primary);
  background: white;
  box-shadow: 0 0 0 4px rgba(10,61,98,0.08);
  outline: none;
}

#searchBox::placeholder { color: var(--text-muted); }

.search-clear {
  position: absolute;
  right: 16px; top: 50%;
  transform: translateY(-50%);
  background: var(--light-bg);
  border: none;
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-muted);
  font-size: 0.75rem;
  transition: all 0.2s var(--ease);
}

.search-clear:hover { background: var(--primary); color: white; }

.year-pills-wrap { margin-bottom: 22px; }

.year-pills-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.year-pills-label i { color: var(--accent-dark); margin-right: 5px; }

.year-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.year-pill {
  padding: 7px 20px;
  border-radius: 50px;
  border: 2px solid var(--border);
  background: var(--off-white);
  color: var(--text-light);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.22s var(--ease);
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}

.year-pill:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(10,61,98,0.05);
}

.year-pill.active {
  background: var(--grad-primary);
  border-color: transparent;
  color: white;
  box-shadow: 0 4px 14px rgba(10,61,98,0.26);
}

.results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1.5px solid var(--border);
  min-height: 36px;
}

.results-count {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 500;
}

.results-count strong { color: var(--primary); font-weight: 800; }

.clear-filters-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--danger);
  background: rgba(220,38,38,0.06);
  border: 1.5px solid rgba(220,38,38,0.18);
  border-radius: 50px;
  padding: 5px 14px;
  cursor: pointer;
  transition: all 0.2s var(--ease);
  font-family: 'Poppins', sans-serif;
}

.clear-filters-btn:hover {
  background: var(--danger);
  color: white;
  border-color: var(--danger);
}

@media (max-width: 576px) {
  .search-wrapper { padding: 24px 20px; }
  .search-header { gap: 12px; }
  .search-icon-wrap { width: 44px; height: 44px; font-size: 1rem; border-radius: 12px; }
  .search-title { font-size: 0.92rem; }
}

/* ─── STUDENT HERO CARDS ─── */
.student-hero-card {
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.35s var(--ease);
}

.student-hero-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: var(--grad-accent);
  z-index: 3;
}

.student-hero-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(246,185,59,0.28);
}

.card-shine {
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
  pointer-events: none;
  z-index: 5;
}

.student-hero-card:hover .card-shine { left: 100%; }

.card-content {
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 2;
}

.hero-photo-container {
  position: relative;
  width: 108px; height: 108px;
  margin-bottom: 20px;
}

.hero-photo {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 6px 22px rgba(10,61,98,0.18), 0 0 0 3px rgba(246,185,59,0.2);
  transition: all 0.35s var(--ease);
}

.student-hero-card:hover .hero-photo {
  box-shadow: 0 10px 30px rgba(10,61,98,0.28), 0 0 0 4px rgba(246,185,59,0.4);
  transform: scale(1.05);
}

.photo-badge {
  position: absolute;
  bottom: -4px; right: -6px;
  background: var(--grad-accent);
  color: var(--primary-dark);
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 14px rgba(246,185,59,0.42);
  text-transform: uppercase;
  border: 2px solid white;
}

.hero-info { text-align: center; width: 100%; }

.student-name {
  font-weight: 800;
  font-size: 1.18rem;
  color: var(--primary);
  margin-bottom: 4px;
  letter-spacing: -0.2px;
}

.student-designation {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.course-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(10,61,98,0.07), rgba(10,61,98,0.02));
  color: var(--primary);
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 10px;
  border: 1.5px solid rgba(10,61,98,0.14);
}

.certificate-id {
  font-size: 0.73rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 22px;
  font-family: 'Courier New', monospace;
  background: var(--light-bg);
  padding: 5px 14px;
  border-radius: 6px;
  display: inline-block;
}

.verify-btn-hero {
  background: var(--grad-primary);
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.3s var(--ease);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.84rem;
  letter-spacing: 0.2px;
  box-shadow: 0 6px 18px rgba(10,61,98,0.24);
  width: 100%;
}

.verify-btn-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(10,61,98,0.36);
  color: white;
}

/* ─── TESTIMONIALS ─── */
.testimonial-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 38px;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
  height: 100%;
  transition: all 0.35s var(--ease);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 16px; right: 22px;
  font-size: 7rem;
  font-weight: 900;
  color: rgba(10,61,98,0.05);
  line-height: 1;
  font-family: Georgia, serif;
  pointer-events: none;
}

.testimonial-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-xl);
}

.tcard-accent {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}

.t-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 18px;
}

.t-stars i { color: #f59e0b; font-size: 0.88rem; }

.t-text {
  color: var(--text-light);
  font-style: italic;
  line-height: 1.85;
  margin-bottom: 24px;
  font-size: 0.88rem;
}

.t-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.t-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  color: white;
  flex-shrink: 0;
}

.t-name {
  font-weight: 700;
  color: var(--primary);
  font-size: 0.9rem;
  line-height: 1.3;
}

.t-role {
  font-size: 0.76rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 2px;
}

/* ─── WHY CHOOSE ─── */
.why-card {
  background: white;
  padding: 38px 28px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
  text-align: center;
  height: 100%;
  transition: all 0.35s var(--ease);
  position: relative;
  overflow: hidden;
}

.why-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(135deg, rgba(10,61,98,0.02), rgba(246,185,59,0.03));
  transition: opacity 0.3s ease;
}

.why-card:hover { transform: translateY(-9px); box-shadow: var(--shadow-xl); }
.why-card:hover::after { opacity: 1; }

.why-icon {
  width: 74px; height: 74px;
  margin: 0 auto 22px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  transition: all 0.35s var(--ease);
  position: relative;
  z-index: 1;
}

.why-card:hover .why-icon { transform: scale(1.1) rotate(-5deg); }

.why-card h5 {
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 12px;
  font-size: 1rem;
  position: relative;
  z-index: 1;
}

.why-card p {
  color: var(--text-light);
  font-size: 0.86rem;
  line-height: 1.65;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* ─── CONTACT ─── */
.contact-info-box {
  background: var(--grad-primary);
  border-radius: var(--radius-xl);
  padding: 48px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-info-box::before {
  content: '';
  position: absolute;
  top: -70px; right: -70px;
  width: 260px; height: 260px;
  background: rgba(246,185,59,0.07);
  border-radius: 50%;
  pointer-events: none;
}

.contact-info-box h4 {
  color: white;
  font-weight: 800;
  margin-bottom: 32px;
  font-size: 1.3rem;
  position: relative;
  z-index: 1;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}

.contact-icon {
  width: 48px; height: 48px;
  min-width: 48px;
  background: rgba(246,185,59,0.14);
  border: 1px solid rgba(246,185,59,0.3);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 1.1rem;
}

.contact-item h6 {
  color: white;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 0.92rem;
}

.contact-item p {
  color: rgba(255,255,255,0.7);
  font-size: 0.86rem;
  margin: 0;
  line-height: 1.65;
}

.contact-item a { color: var(--accent); text-decoration: none; font-weight: 600; }
.contact-item a:hover { color: var(--accent-light); }

.stats-card {
  background: white;
  border-radius: var(--radius-xl);
  padding: 36px;
  box-shadow: var(--shadow-lg);
  border: 1.5px solid var(--border);
}

.stats-card-title {
  font-weight: 800;
  color: var(--primary);
  font-size: 1.05rem;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--border);
}

.mini-stat {
  border-radius: var(--radius);
  padding: 22px 18px;
  text-align: center;
}

.mini-stat-num {
  font-size: 1.9rem;
  font-weight: 900;
  color: white;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.mini-stat-lbl {
  font-size: 0.74rem;
  color: rgba(255,255,255,0.82);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.whatsapp-card {
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #25d366, #128c7e);
  padding: 30px 26px;
  text-align: center;
  margin-top: 22px;
  box-shadow: 0 12px 32px rgba(37,211,102,0.28);
  animation: pulse 2.5s ease-in-out infinite;
}

.whatsapp-card h5 {
  color: white;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.whatsapp-card p {
  color: rgba(255,255,255,0.82);
  font-size: 0.83rem;
  margin-bottom: 4px;
  line-height: 1.6;
}

.whatsapp-card .wa-phone {
  font-size: 1.05rem;
  font-weight: 800;
  color: white;
  margin: 10px 0;
}

.btn-wa {
  background: white;
  color: #25d366;
  border: none;
  padding: 11px 26px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s var(--ease);
  box-shadow: 0 6px 18px rgba(0,0,0,0.14);
  margin-top: 14px;
}

.btn-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.2);
  color: #128c7e;
}

/* ─── REVIEWS ─── */
.review-card {
  background: white;
  border-radius: var(--radius-xl);
  padding: 48px 40px;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
  text-align: center;
  height: 100%;
  transition: all 0.35s var(--ease);
}

.review-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}

.review-stars { margin-bottom: 16px; }
.review-stars i { color: #f59e0b; font-size: 2rem; }

/* ─── FAQ / ACCORDION ─── */
.accordion-item {
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow-sm) !important;
  border: 1.5px solid var(--border) !important;
  margin-bottom: 10px !important;
  overflow: hidden;
}

.accordion-button {
  font-weight: 600 !important;
  color: var(--primary) !important;
  background: white !important;
  font-size: 0.93rem !important;
  padding: 20px 24px !important;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(10,61,98,0.03), rgba(246,185,59,0.03)) !important;
  color: var(--primary) !important;
  box-shadow: none !important;
}

.accordion-button:focus { box-shadow: none !important; }

.accordion-body {
  padding: 18px 24px 22px !important;
  background: white;
  color: var(--text-light);
  line-height: 1.8;
  font-size: 0.88rem;
  border-top: 1px solid var(--border);
}

/* ─── FEATURED COURSE CARDS ─── */
.course-benefits-strip {
  background: white;
  border-radius: var(--radius-lg);
  padding: 26px 34px;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
  margin-bottom: 12px;
}

.cbs-title {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cbs-title i { color: var(--accent-dark); }

.cbs-items { display: flex; flex-wrap: wrap; gap: 9px; }

.cbs-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, rgba(10,61,98,0.06), rgba(10,61,98,0.02));
  border: 1px solid rgba(10,61,98,0.1);
  color: var(--primary);
  padding: 6px 13px;
  border-radius: 50px;
  font-size: 0.76rem;
  font-weight: 600;
}

.cbs-item i { color: var(--accent-dark); font-size: 0.74rem; }

.course-card {
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.35s var(--ease);
}

.course-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(246,185,59,0.22);
}

.course-card-banner {
  padding: 34px 26px 26px;
  position: relative;
  overflow: hidden;
}

.course-card-banner::after {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 140px; height: 140px;
  background: rgba(255,255,255,0.07);
  border-radius: 50%;
}

.cc-banner-icon {
  width: 58px; height: 58px;
  background: rgba(255,255,255,0.14);
  border: 2px solid rgba(255,255,255,0.22);
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  color: white;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  transition: all 0.3s var(--ease);
}

.course-card:hover .cc-banner-icon {
  background: rgba(255,255,255,0.22);
  transform: scale(1.08) rotate(-5deg);
}

.cc-banner-tag {
  display: inline-flex;
  align-items: center;
  background: var(--grad-accent);
  color: var(--primary-dark);
  padding: 5px 13px;
  border-radius: 50px;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.cc-body {
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cc-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 9px;
  line-height: 1.3;
}

.cc-desc {
  color: var(--text-light);
  font-size: 0.84rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.cc-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.cc-benefit {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(135deg, rgba(246,185,59,0.1), rgba(246,185,59,0.03));
  border: 1px solid rgba(246,185,59,0.22);
  color: var(--text);
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 600;
}

.cc-benefit i { color: var(--accent-dark); font-size: 0.7rem; }

.cc-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}

.cc-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: var(--text-light);
  font-weight: 600;
}

.cc-meta-item i { color: var(--primary); font-size: 0.8rem; }

.cc-actions {
  display: flex;
  gap: 9px;
  margin-top: auto;
}

.cc-btn-enroll {
  flex: 1;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.83rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: all 0.3s var(--ease);
  box-shadow: 0 6px 18px rgba(37,211,102,0.28);
  cursor: pointer;
}

.cc-btn-enroll:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(37,211,102,0.44);
  color: white;
}

.cc-btn-details {
  background: linear-gradient(135deg, rgba(10,61,98,0.07), rgba(10,61,98,0.02));
  color: var(--primary);
  border: 1.5px solid rgba(10,61,98,0.14);
  padding: 12px 16px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.81rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s var(--ease);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}

.cc-btn-details:hover {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

.cc-details-panel {
  display: none;
  margin-top: 16px;
  background: var(--light-bg);
  border-radius: var(--radius);
  padding: 16px 18px;
  border: 1px solid var(--border);
}

.cc-details-panel.open { display: block; animation: fadeUp 0.25s ease both; }

.cc-details-panel h6 {
  font-weight: 800;
  color: var(--primary);
  font-size: 0.86rem;
  margin-bottom: 10px;
}

.cc-details-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cc-details-panel ul li {
  font-size: 0.81rem;
  color: var(--text-light);
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}

.cc-details-panel ul li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--success);
  font-size: 0.68rem;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ─── HOMEPAGE RESPONSIVE ─── */
@media (max-width: 991px) {
  .stats-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.06); }
  .about-visual { display: none; }
  .hero-ring { display: none; }
}

@media (max-width: 767px) {
  .hero-banner { min-height: 100svh; padding: 100px 0 80px; }
  .hero-banner h1 { font-size: 1.9rem; }
  .hero-cta-group { justify-content: center; }
  .hero-trust { flex-wrap: wrap; gap: 14px; }
  .hero-trust-sep { display: none; }
  .hero-banner .lead { font-size: 0.97rem; }
  .section { padding: 64px 0; }
  .contact-info-box { padding: 36px 28px; }
  .hero-scroll { display: none; }
}

@media (max-width: 575px) {
  .stats-strip-inner { grid-template-columns: 1fr; }
  .stat-item { border-right: none !important; }
  .about-stat-grid { grid-template-columns: 1fr; }
  .hero-banner h1 { font-size: 1.7rem; }
}

/* ── Course Enquiry Form ─────────────────────────────────────────────────── */
.ceq-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(10, 61, 98, .14);
  display: flex;
  margin-top: 48px;
}
.ceq-left {
  background: linear-gradient(160deg, #0a3d62 0%, #061f33 100%);
  padding: 44px 36px;
  min-width: 300px;
  max-width: 340px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.ceq-left::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(246,185,59,.12), transparent 65%);
  border-radius: 50%;
}
.ceq-left-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 6px;
  position: relative;
}
.ceq-left-sub {
  font-size: .82rem;
  color: rgba(255,255,255,.55);
  margin-bottom: 28px;
  position: relative;
}
.ceq-trust-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  position: relative;
}
.ceq-trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .82rem;
  color: rgba(255,255,255,.78);
  margin-bottom: 14px;
  line-height: 1.5;
}
.ceq-trust-list li i {
  color: #f6b93b;
  font-size: .88rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.ceq-badge-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
}
.ceq-badge {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: .7rem;
  font-weight: 700;
  color: rgba(255,255,255,.75);
  letter-spacing: .2px;
}
.ceq-right {
  background: #fff;
  padding: 40px 40px 36px;
  flex: 1;
}
.ceq-right-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary, #0a3d62);
  margin-bottom: 4px;
}
.ceq-right-sub {
  font-size: .82rem;
  color: #6b7280;
  margin-bottom: 24px;
}
.ceq-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.ceq-field { display: flex; flex-direction: column; gap: 5px; }
.ceq-field.full { grid-column: 1 / -1; }
.ceq-label {
  font-size: .74rem;
  font-weight: 700;
  color: #374151;
  letter-spacing: .2px;
}
.ceq-label .req { color: #dc2626; }
.ceq-input, .ceq-select {
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: .87rem;
  font-family: inherit;
  color: #111827;
  background: #fafafa;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.ceq-input:focus, .ceq-select:focus {
  border-color: #0a3d62;
  box-shadow: 0 0 0 3px rgba(10,61,98,.09);
  background: #fff;
}
.ceq-input.err, .ceq-select.err {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220,38,38,.07);
  background: #fff5f5;
}
.ceq-msg {
  grid-column: 1 / -1;
  padding: 9px 14px;
  border-radius: 9px;
  font-size: .79rem;
  font-weight: 600;
  display: none;
}
.ceq-msg.err { background: #fef2f2; color: #dc2626; border: 1px solid rgba(220,38,38,.18); display: block; }
.ceq-msg.ok  { background: #f0fdf4; color: #059669; border: 1px solid rgba(5,150,105,.18); display: block; }
.ceq-submit {
  grid-column: 1 / -1;
  width: 100%;
  background: linear-gradient(135deg, #0a3d62, #061f33);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 50px;
  font-weight: 800;
  font-size: .92rem;
  cursor: pointer;
  transition: all .25s;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.ceq-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(10,61,98,.3);
}
.ceq-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.ceq-success {
  text-align: center;
  padding: 24px 0 8px;
  display: none;
}
.ceq-success-icon { font-size: 2.8rem; margin-bottom: 10px; }
.ceq-success h4 { font-weight: 800; color: #059669; font-size: 1.05rem; margin-bottom: 8px; }
.ceq-success p { font-size: .83rem; color: #4b5563; line-height: 1.75; margin-bottom: 14px; }
.ceq-ref { font-size: .7rem; color: #9ca3af; }
.ceq-reset { background: none; border: 1.5px solid #0a3d62; color: #0a3d62; padding: 9px 24px; border-radius: 50px; font-size: .82rem; font-weight: 700; cursor: pointer; font-family: inherit; transition: all .2s; }
.ceq-reset:hover { background: #0a3d62; color: #fff; }
@media (max-width: 991px) {
  .ceq-wrap { flex-direction: column; }
  .ceq-left { max-width: 100%; min-width: 0; padding: 30px 24px; }
  .ceq-right { padding: 28px 24px; }
}
@media (max-width: 575px) {
  .ceq-form-grid { grid-template-columns: 1fr; }
  .ceq-field.full { grid-column: 1; }
}
