/* ==========================================================================
   Jyothis Academy — Custom Stylesheet
   ========================================================================== */

:root {
  --primary: #0d47a1;
  --primary-dark: #08326e;
  --secondary: #1976d2;
  --accent: #ff9800;
  --bg: #f8f9fa;
  --text: #212529;
  --white: #ffffff;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 4px 16px rgba(13, 71, 161, 0.06);
  --shadow-md: 0 10px 30px rgba(13, 71, 161, 0.10);
  --shadow-lg: 0 20px 50px rgba(13, 71, 161, 0.16);
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============ Base ============ */
* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background-color: var(--bg);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--primary-dark);
}

a { text-decoration: none; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--primary);
  color: #fff;
  padding: 10px 18px;
  z-index: 2000;
  border-radius: 0 0 8px 0;
}
.skip-link:focus {
  left: 0;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

/* ============ Buttons ============ */
.btn-primary-custom {
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  color: #fff;
  border: none;
  padding: 0.7rem 1.6rem;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.btn-primary-custom:hover,
.btn-primary-custom:focus {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  color: #fff;
}

.btn-outline-custom {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 0.65rem 1.55rem;
  border-radius: 50px;
  font-weight: 600;
  transition: var(--transition);
}
.btn-outline-custom:hover,
.btn-outline-custom:focus {
  background: var(--primary);
  color: #fff;
  transform: translateY(-3px);
}

.btn-cta-primary {
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: var(--transition);
}
.btn-cta-primary:hover { background: #e68900; color: #fff; transform: translateY(-3px); }

.btn-cta-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
  padding: 0.78rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: var(--transition);
}
.btn-cta-outline:hover { background: #fff; color: var(--primary); transform: translateY(-3px); }

.btn-map {
  background: var(--secondary);
  color: #fff;
  border-radius: 50px;
  padding: 0.55rem 1.3rem;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  transition: var(--transition);
}
.btn-map:hover { background: var(--primary); color: #fff; transform: translateY(-2px); }

/* ============ Navbar ============ */
#mainNav {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0.9rem 0;
  transition: var(--transition);
  box-shadow: 0 2px 20px rgba(13, 71, 161, 0.05);
}
#mainNav.scrolled {
  padding: 0.5rem 0;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow-sm);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--primary-dark);
}
.brand-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  color: #fff;
  border-radius: 12px;
  font-size: 1.2rem;
}
.brand-accent { color: var(--accent); }

.nav-link {
  font-weight: 500;
  color: var(--text) !important;
  margin: 0 0.6rem;
  position: relative;
  transition: var(--transition);
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: var(--transition);
}
.nav-link:hover,
.nav-link.active {
  color: var(--primary) !important;
}
.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

/* ============ Hero ============ */
.hero-section {
  position: relative;
  padding: 160px 0 100px;
  background: linear-gradient(135deg, #eaf1fb 0%, #f8f9fa 55%, #fff4e6 100%);
  overflow: hidden;
}

.hero-shapes { position: absolute; inset: 0; z-index: 0; }
.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  filter: blur(2px);
}
.shape-1 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, var(--secondary), transparent 70%);
  top: -80px; right: -60px;
}
.shape-2 {
  width: 220px; height: 220px;
  background: radial-gradient(circle, var(--accent), transparent 70%);
  bottom: -60px; left: -40px;
  opacity: 0.25;
}
.shape-3 {
  width: 140px; height: 140px;
  background: radial-gradient(circle, var(--primary), transparent 70%);
  top: 40%; right: 20%;
  opacity: 0.15;
}

.hero-text { position: relative; z-index: 1; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  color: var(--accent);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.2rem;
}

.hero-heading {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  color: var(--primary-dark);
}

.hero-subheading {
  font-size: 1.1rem;
  color: #495057;
  max-width: 560px;
  margin-bottom: 2rem;
}

.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }

.hero-trust {
  display: flex;
  gap: 2.2rem;
  flex-wrap: wrap;
}
.trust-item { display: flex; flex-direction: column; }
.trust-item strong { font-size: 1.5rem; color: var(--primary); font-weight: 800; }
.trust-item span { font-size: 0.85rem; color: #6c757d; }

.hero-image-wrap { position: relative; z-index: 1; }
.hero-image {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  animation: floatY 5s ease-in-out infinite;
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

/* ============ Sections common ============ */
.section { padding: 90px 0; }

.section-header { max-width: 650px; margin: 0 auto 3rem; }
.section-tag {
  display: inline-block;
  color: var(--accent);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.section-title {
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
}
.section-desc { color: #6c757d; font-size: 1.02rem; }

/* ============ Why Choose Us ============ */
.why-section { background: var(--bg); }

.feature-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 2.2rem 1.6rem;
  text-align: center;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid transparent;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-md);
  border-color: rgba(25, 118, 210, 0.15);
}
.feature-icon {
  width: 70px; height: 70px;
  margin: 0 auto 1.2rem;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  color: #fff;
  border-radius: 18px;
  font-size: 1.8rem;
  transition: var(--transition);
}
.feature-card:hover .feature-icon {
  transform: rotate(-8deg) scale(1.08);
  background: linear-gradient(135deg, var(--accent), #ff7043);
}
.feature-card h3 { font-size: 1.15rem; margin-bottom: 0.6rem; }
.feature-card p { color: #6c757d; font-size: 0.95rem; margin: 0; }

/* ============ Courses ============ */
.courses-section { background: #fff; }

.course-card {
  background: var(--bg);
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.course-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}
.course-img-wrap { position: relative; overflow: hidden; }
.course-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: var(--transition);
}
.course-card:hover .course-img { transform: scale(1.08); }
.course-badge {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--accent);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
}
.course-body { padding: 1.5rem; }
.course-body h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.course-body p { color: #6c757d; font-size: 0.92rem; margin-bottom: 1rem; min-height: 45px; }
.course-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 500;
}

/* ============ Learning Process (Timeline) ============ */
.process-section { background: var(--bg); }

.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  gap: 2.5rem 1rem;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 5%;
  right: 5%;
  height: 3px;
  background: repeating-linear-gradient(to right, var(--secondary) 0 10px, transparent 10px 18px);
  z-index: 0;
}
.timeline-step {
  flex: 1 1 180px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.step-circle {
  width: 68px; height: 68px;
  margin: 0 auto 1rem;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  border: 3px solid var(--secondary);
  color: var(--primary);
  border-radius: 50%;
  font-size: 1.5rem;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.timeline-step:hover .step-circle {
  background: var(--primary);
  color: #fff;
  transform: scale(1.1);
}
.timeline-step h4 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.timeline-step p { font-size: 0.88rem; color: #6c757d; max-width: 190px; margin: 0 auto; }

/* ============ Stats ============ */
.stats-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: #fff;
  padding: 80px 0;
}
.stat-item { color: #fff; }
.stat-icon { font-size: 1.8rem; color: var(--accent); margin-bottom: 0.6rem; display: block; }
.counter {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.stat-plus { font-size: 1.8rem; font-weight: 800; color: var(--accent); }
.stat-item p { margin: 0.3rem 0 0; opacity: 0.9; font-size: 0.95rem; }

/* ============ Testimonials ============ */
.testimonials-section { background: #fff; }

.testimonial-card {
  background: var(--bg);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  max-width: 650px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.stars { color: var(--accent); margin-bottom: 1rem; font-size: 1.1rem; letter-spacing: 2px; }
.testimonial-text {
  font-size: 1.05rem;
  font-style: italic;
  color: #495057;
  margin-bottom: 1.5rem;
}
.testimonial-author { display: flex; align-items: center; justify-content: center; gap: 0.8rem; }
.author-img { width: 55px; height: 55px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: var(--shadow-sm); }
.testimonial-author h5 { margin: 0; font-size: 1rem; }
.testimonial-author span { font-size: 0.85rem; color: var(--secondary); }

.carousel-control-prev, .carousel-control-next { width: 5%; opacity: 1; }
.custom-control-icon {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  color: var(--primary);
  border-radius: 50%;
  box-shadow: var(--shadow-sm);
  font-size: 1.1rem;
  transition: var(--transition);
}
.custom-control-icon:hover { background: var(--primary); color: #fff; }
.carousel-indicators-custom { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.5rem; }
.carousel-indicators-custom button {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: none;
  background: #d6dee8;
  transition: var(--transition);
}
.carousel-indicators-custom button.active { background: var(--primary); width: 26px; border-radius: 6px; }

/* ============ Study Materials ============ */
.materials-section { background: var(--bg); }

.material-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.material-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.material-icon {
  font-size: 2.1rem;
  color: var(--secondary);
  margin-bottom: 1rem;
}
.material-card h4 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.material-card p { font-size: 0.9rem; color: #6c757d; margin-bottom: 1.2rem; }

/* ============ Blog ============ */
.blog-section { background: #fff; }

.blog-card {
  background: var(--bg);
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.blog-img { width: 100%; height: 200px; object-fit: cover; transition: var(--transition); }
.blog-card:hover .blog-img { transform: scale(1.06); }
.blog-body { padding: 1.5rem; }
.blog-date { font-size: 0.82rem; color: var(--secondary); font-weight: 500; }
.blog-body h3 { font-size: 1.1rem; margin: 0.6rem 0 1rem; line-height: 1.4; }
.read-more { color: var(--primary); font-weight: 600; font-size: 0.92rem; transition: var(--transition); }
.read-more:hover { color: var(--accent); }
.read-more i { transition: var(--transition); }
.read-more:hover i { transform: translateX(4px); }

/* ============ CTA ============ */
.cta-section {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  padding: 90px 0;
  text-align: center;
}
.cta-section h2 { color: #fff; font-size: 2.2rem; margin-bottom: 0.8rem; }
.cta-section p { opacity: 0.9; margin-bottom: 2rem; font-size: 1.05rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ============ Footer ============ */
footer {
  background: #0a2b5e;
  color: #cfd9e8;
  padding-top: 70px;
}
.footer-brand {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
footer h5 { color: #fff; margin-bottom: 1.2rem; font-size: 1.05rem; }
footer p { font-size: 0.92rem; line-height: 1.7; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.7rem; }
.footer-links a { color: #cfd9e8; font-size: 0.92rem; transition: var(--transition); }
.footer-links a:hover { color: var(--accent); padding-left: 4px; }
.footer-contact { list-style: none; padding: 0; margin: 0 0 0.5rem; }
.footer-contact li { margin-bottom: 0.8rem; font-size: 0.92rem; display: flex; gap: 0.6rem; align-items: flex-start; }
.footer-contact a { color: #cfd9e8; }
.footer-contact a:hover { color: var(--accent); }
.footer-contact i { color: var(--accent); margin-top: 3px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 50px;
  padding: 22px 0;
  font-size: 0.88rem;
}
.footer-social { display: flex; gap: 0.8rem; }
.footer-social a {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-radius: 50%;
  transition: var(--transition);
}
.footer-social a:hover { background: var(--accent); transform: translateY(-3px); }

/* ============ Back to top ============ */
#backToTop {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 46px; height: 46px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.1rem;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
  z-index: 999;
}
#backToTop.show { opacity: 1; visibility: visible; transform: translateY(0); }
#backToTop:hover { background: var(--accent); }

/* ============ Scroll Reveal ============ */
/* IMPORTANT: content is visible by default, always.
   Any hidden/animated starting state is applied dynamically,
   per-element, by script.js — only for elements confirmed to be
   below the fold at load time — and only via inline styles that
   script.js fully controls and clears itself. This file intentionally
   contains no rule that hides [data-aos] elements, so a slow or
   failed script load can never leave content invisible. */
[data-aos] {
  transition: opacity 0.7s ease, transform 0.7s ease;
}

/* ============ Page Banner (inner pages) ============ */
.page-banner {
  position: relative;
  padding: 150px 0 60px;
  text-align: center;
  background: linear-gradient(135deg, #eaf1fb 0%, #f8f9fa 55%, #fff4e6 100%);
  overflow: hidden;
}
.page-banner h1 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
  color: var(--primary-dark);
}
.breadcrumb-custom {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
}
.breadcrumb-custom li { display: flex; align-items: center; gap: 0.5rem; }
.breadcrumb-custom a { color: #6c757d; transition: var(--transition); }
.breadcrumb-custom a:hover { color: var(--primary); }
.breadcrumb-custom .current { color: var(--accent); }

/* ============ Content Placeholder (inner pages, to be filled in later) ============ */
.content-placeholder {
  background: #fff;
  border: 2px dashed #d6dee8;
  border-radius: var(--radius-lg);
  padding: 4.5rem 2rem;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.content-placeholder .placeholder-icon {
  width: 76px; height: 76px;
  margin: 0 auto 1.4rem;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  color: #fff;
  border-radius: 20px;
  font-size: 2rem;
}
.content-placeholder h2 { font-size: 1.4rem; margin-bottom: 0.6rem; }
.content-placeholder p { color: #6c757d; margin-bottom: 0; }

/* ============ About Page: Mission Statement ============ */
.mission-section { background: #fff; }
.mission-block {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  background: var(--bg);
  border-radius: var(--radius-lg);
  padding: 3rem 2.5rem;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.mission-quote-icon {
  width: 60px; height: 60px;
  margin: 0 auto 1rem;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  color: #fff;
  border-radius: 50%;
  font-size: 1.6rem;
}
.mission-text {
  font-size: 1.1rem;
  color: #495057;
  margin: 1rem 0 0;
  line-height: 1.8;
}

/* Editable placeholder / fill-in-field chip (also used for [bracketed] values) */
.info-chip {
  display: inline-block;
  background: #eaf1fb;
  color: var(--primary);
  font-family: 'Courier New', monospace;
  font-size: 0.88em;
  font-weight: 600;
  padding: 0.1rem 0.55rem;
  border-radius: 6px;
  border: 1px dashed var(--secondary);
  white-space: nowrap;
}

/* ============ About Page: Instructors ============ */
.instructors-section { background: var(--bg); }
.instructor-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 2.2rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.instructor-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.instructor-avatar {
  width: 72px; height: 72px;
  margin-bottom: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  color: #fff;
  border-radius: 50%;
  font-size: 1.8rem;
}
.instructor-card h3 { font-size: 1.2rem; margin-bottom: 0.3rem; }
.instructor-role {
  display: block;
  color: var(--accent);
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1.2rem;
}
.instructor-details {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
}
.instructor-details li {
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 0.7rem;
  line-height: 1.7;
}
.instructor-details strong { color: var(--primary-dark); margin-right: 0.3rem; }
.instructor-bio {
  font-size: 0.92rem;
  color: #6c757d;
  border-top: 1px solid #eef1f5;
  padding-top: 1rem;
  margin: 0;
}
.instructor-bio strong { color: var(--primary-dark); }

/* ============ About Page: Core Values ============ */
.values-section { background: #fff; }
.value-card {
  position: relative;
  background: var(--bg);
  border-radius: var(--radius-md);
  padding: 2.2rem 1.8rem 1.8rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.value-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--accent), #ff7043);
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
}
.value-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.value-card p { color: #6c757d; font-size: 0.94rem; margin: 0; }

/* ============ Courses Page ============ */
.courses-listing-section { background: #fff; }
.course-detail-card {
  background: var(--bg);
  border-radius: var(--radius-md);
  padding: 2.2rem 2rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.8rem;
}
.course-detail-card:last-child { margin-bottom: 0; }
.course-detail-card h3 { font-size: 1.2rem; margin-bottom: 0.7rem; }
.course-meta-line {
  color: #6c757d;
  font-size: 0.92rem;
  margin-bottom: 1.2rem;
}
.course-meta-line strong { color: var(--primary-dark); }
.meta-divider { margin: 0 0.6rem; color: #c3cbd4; }
.whats-included-label {
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 0.6rem;
}
.whats-included {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.whats-included li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 0.6rem;
}
.whats-included i { color: var(--secondary); margin-top: 3px; flex-shrink: 0; }

.resources-section { background: var(--bg); }
.resource-list {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.resource-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 1.1rem 1.4rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  flex-wrap: wrap;
}
.resource-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.resource-info { display: flex; align-items: center; gap: 0.8rem; font-size: 0.95rem; color: #495057; }
.resource-info i { font-size: 1.3rem; color: var(--secondary); flex-shrink: 0; }
.resource-info strong { color: var(--primary-dark); }

/* ============ Blog Page ============ */
.blog-listing-section { background: #fff; }
.article-block {
  background: var(--bg);
  border-radius: var(--radius-md);
  padding: 2.2rem 2rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.8rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.article-block:last-child { margin-bottom: 0; }
.article-tag {
  display: inline-block;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.article-block h3 { font-size: 1.25rem; margin-bottom: 0.4rem; }
.article-meta { font-size: 0.85rem; color: #6c757d; margin-bottom: 1rem; }
.article-meta em { font-style: normal; color: var(--secondary); font-weight: 500; }
.article-excerpt { color: #495057; margin-bottom: 1rem; }
.article-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.article-list li {
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 0.6rem;
  padding-left: 1.3rem;
  position: relative;
}
.article-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55rem;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--secondary);
}
.article-list strong { color: var(--primary-dark); }

/* ============ Contact Page ============ */
.contact-main-section { background: var(--bg); }
.form-control-custom {
  border: 1px solid #dfe5ec;
  border-radius: var(--radius-sm);
  padding: 0.7rem 1rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  transition: var(--transition);
}
.form-control-custom:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.15);
}
.contact-form .form-label {
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--primary-dark);
  margin-bottom: 0.4rem;
}
.form-hint {
  font-size: 0.85rem;
  color: #6c757d;
  margin: 0.7rem 0 0;
  text-align: center;
}

.contact-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 1.2rem 1.4rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #495057;
}
.contact-detail-list li strong { color: var(--primary-dark); margin-right: 0.3rem; }
.contact-detail-list i {
  font-size: 1.2rem;
  color: var(--secondary);
  margin-top: 2px;
  flex-shrink: 0;
}

.faq-section { background: #fff; }
.accordion-custom { max-width: 780px; margin: 0 auto; }
.accordion-custom .accordion-item {
  border: none;
  border-radius: var(--radius-sm) !important;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-sm);
}
.accordion-custom .accordion-button {
  font-weight: 600;
  color: var(--primary-dark);
  background: var(--bg);
  font-family: 'Poppins', sans-serif;
  padding: 1.2rem 1.4rem;
}
.accordion-custom .accordion-button:not(.collapsed) {
  background: var(--primary);
  color: #fff;
  box-shadow: none;
}
.accordion-custom .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.accordion-custom .accordion-button:focus { box-shadow: none; }
.accordion-custom .accordion-body {
  font-size: 0.95rem;
  color: #495057;
  padding: 1.2rem 1.4rem;
}

/* ============ Responsive ============ */
@media (max-width: 991.98px) {
  .hero-section { padding: 130px 0 70px; text-align: center; }
  .hero-btns { justify-content: center; }
  .hero-trust { justify-content: center; }
  .hero-subheading { margin-left: auto; margin-right: auto; }
  .timeline::before { display: none; }
  .navbar-collapse { background: #fff; padding: 1rem; border-radius: var(--radius-sm); margin-top: 0.8rem; box-shadow: var(--shadow-sm); }
}

@media (max-width: 767.98px) {
  .hero-heading { font-size: 2.2rem; }
  .section-title { font-size: 1.7rem; }
  .section { padding: 60px 0; }
  .cta-section h2 { font-size: 1.7rem; }
  .page-banner { padding: 120px 0 50px; }
  .page-banner h1 { font-size: 1.9rem; }
  .content-placeholder { padding: 3rem 1.2rem; }
  .mission-block { padding: 2rem 1.4rem; }
  .course-detail-card, .article-block { padding: 1.6rem 1.3rem; }
  .resource-item { flex-direction: column; align-items: flex-start; }
}
