/* ============================================================
   Skillbits Digital Marketing Academy
   Brand: Green #4db848 · Blue #29abe2 · Grey #6d6d6d
   Light, professional, human
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  --green:        #4db848;
  --green-dark:   #3d9939;
  --green-light:  #edf7ed;
  --blue:         #29abe2;
  --blue-dark:    #1a8fc4;
  --blue-light:   #e8f6fd;
  --grey:         #6d6d6d;
  --grey-light:   #f4f4f4;
  --dark:         #1a1a2e;
  --text:         #2d2d2d;
  --text-muted:   #6b7280;
  --border:       #e5e7eb;
  --bg:           #ffffff;
  --bg-subtle:    #f9fafb;
  --card-shadow:  0 1px 4px rgba(0,0,0,.06), 0 6px 20px rgba(0,0,0,.04);
  --radius:       6px;
  --radius-lg:    10px;
  --transition:   all .2s ease;

  /* Semantic aliases */
  --primary:      var(--green);
  --primary-dark: var(--green-dark);
  --accent:       var(--blue);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--blue-dark); }

/* ── Typography ──────────────────────────────────────────── */
h1,h2,h3,h4,h5,h6 { font-weight: 700; line-height: 1.2; color: var(--dark); }
.section-title { font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 800; letter-spacing: -.02em; }
.lead { font-size: 1.1rem; line-height: 1.75; color: var(--text-muted); }
.text-muted  { color: var(--text-muted) !important; }
.text-green  { color: var(--green) !important; }
.text-blue   { color: var(--blue)  !important; }

/* ── Layout ──────────────────────────────────────────────── */
.section    { padding: 6rem 0; }
.section-sm { padding: 4rem 0; }
.section-xs { padding: 2.5rem 0; }

/* ── Top bar ─────────────────────────────────────────────── */
/* .web-topbar replaced by .nt-topbar */




/* ── Navbar ──────────────────────────────────────────────── */




















/* ── Hero ────────────────────────────────────────────────── */
.web-hero {
  background: #fff;
  padding: 5.5rem 0 4.5rem;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.web-hero .container { position: relative; z-index: 2; }

/* ── Animated hero background ─────────────────────────── */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

/* Dot grid */
.hero-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(77,184,72,.18) 1.5px, transparent 1.5px);
  background-size: 32px 32px;
  opacity: .6;
}

/* Soft gradient orbs */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  animation: orbFloat 8s ease-in-out infinite;
}
.hero-orb-1 {
  width: 420px; height: 420px;
  background: rgba(77,184,72,.12);
  top: -120px; right: -80px;
  animation-duration: 9s;
}
.hero-orb-2 {
  width: 300px; height: 300px;
  background: rgba(41,171,226,.1);
  bottom: -60px; right: 180px;
  animation-duration: 11s;
  animation-delay: -3s;
}
.hero-orb-3 {
  width: 200px; height: 200px;
  background: rgba(77,184,72,.07);
  top: 40%; left: 42%;
  animation-duration: 13s;
  animation-delay: -6s;
}

@keyframes orbFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  33%       { transform: translateY(-22px) scale(1.04); }
  66%       { transform: translateY(12px) scale(.97); }
}

/* Floating skill badges */
.hb {
  position: absolute;
  display: flex;
  align-items: center;
  gap: .4rem;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 100px;
  padding: .45rem 1rem;
  font-size: .78rem;
  font-weight: 700;
  color: var(--dark);
  box-shadow: 0 4px 16px rgba(0,0,0,.07);
  white-space: nowrap;
  animation: badgeFloat 6s ease-in-out infinite;
  user-select: none;
}
.hb i { color: var(--green); font-size: .9rem; }

/* Individual badge positions + staggered animation delays */
.hb-seo  { top: 10%;  right: 12%;  animation-delay: 0s;    animation-duration: 7s;  border-color: rgba(77,184,72,.35);  color: #2d7d2a; background: rgba(77,184,72,.07); }
.hb-meta { top: 24%;  right: 5%;   animation-delay: -1.2s; animation-duration: 8s;  }
.hb-ga   { top: 42%;  right: 9%;   animation-delay: -2.4s; animation-duration: 6.5s; border-color: rgba(41,171,226,.35); }
.hb-ga i { color: var(--blue); }
.hb-yt   { bottom: 32%; right: 3%;  animation-delay: -0.8s; animation-duration: 9s;  }
.hb-yt i { color: #ff0000; }
.hb-ig   { bottom: 18%; right: 14%; animation-delay: -3.5s; animation-duration: 7.5s; border-color: rgba(225,48,108,.3); }
.hb-ig i { color: #e1306c; }
.hb-em   { top: 60%;  right: 28%; animation-delay: -2s;   animation-duration: 8.5s; }

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

/* Hide badges on mobile to avoid overlap */
@media (max-width: 991px) {
  .hb { display: none; }
  .hero-orb-1 { width: 260px; height: 260px; top: -80px; right: -60px; }
  .hero-orb-2, .hero-orb-3 { display: none; }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 1.25rem;
}
.hero-eyebrow span {
  background: var(--green);
  color: #fff;
  padding: .2rem .6rem;
  border-radius: 2px;
}

.web-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  color: var(--dark);
}
.web-hero h1 .highlight-green { color: var(--green); }
.web-hero h1 .highlight-blue  { color: var(--blue);  }

.hero-sub { font-size: 1.075rem; color: var(--text-muted); max-width: 500px; line-height: 1.75; margin-bottom: 2.25rem; }

.hero-stats {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid var(--border);
}
.hero-stat .num {
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
}
.hero-stat .num.g { color: var(--green); }
.hero-stat .num.b { color: var(--blue);  }
.hero-stat .lbl { font-size: .72rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: .06em; margin-top: .25rem; }

/* Hero enroll card */
.hero-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
  position: relative;
}
.hero-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.hero-card h5 { font-size: 1rem; font-weight: 700; margin-bottom: .25rem; }

/* ── Buttons ─────────────────────────────────────────────── */
.btn-green {
  background: var(--green); color: #fff;
  font-weight: 600; font-size: .875rem;
  padding: .75rem 1.75rem;
  border-radius: var(--radius);
  border: 2px solid var(--green);
  transition: var(--transition);
  display: inline-flex; align-items: center; gap: .5rem;
}
.btn-green:hover { background: var(--green-dark); border-color: var(--green-dark); color: #fff; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(77,184,72,.3); }

.btn-blue {
  background: var(--blue); color: #fff;
  font-weight: 600; font-size: .875rem;
  padding: .75rem 1.75rem;
  border-radius: var(--radius);
  border: 2px solid var(--blue);
  transition: var(--transition);
  display: inline-flex; align-items: center; gap: .5rem;
}
.btn-blue:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: #fff; transform: translateY(-1px); }

.btn-outline-green {
  background: transparent; color: var(--green);
  font-weight: 600; font-size: .875rem;
  padding: .7rem 1.6rem;
  border-radius: var(--radius);
  border: 1.5px solid var(--green);
  transition: var(--transition);
  display: inline-flex; align-items: center; gap: .5rem;
}
.btn-outline-green:hover { background: var(--green); color: #fff; }

.btn-dark-web {
  background: var(--dark); color: #fff;
  font-weight: 600; font-size: .875rem;
  padding: .75rem 1.75rem;
  border-radius: var(--radius);
  border: 2px solid var(--dark);
  transition: var(--transition);
  display: inline-flex; align-items: center; gap: .5rem;
}
.btn-dark-web:hover { background: var(--green); border-color: var(--green); color: #fff; transform: translateY(-1px); }

/* ── Eyebrow / section labels ────────────────────────────── */
.eyebrow {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: .75rem;
  display: flex;
  align-items: center;
  gap: .6rem;
}
.eyebrow-green::before { content: ''; display: inline-block; width: 20px; height: 3px; background: var(--green); border-radius: 2px; }
.eyebrow-blue::before  { content: ''; display: inline-block; width: 20px; height: 3px; background: var(--blue);  border-radius: 2px; }

/* ── Feature / icon boxes ────────────────────────────────── */
.icon-box-green {
  width: 48px; height: 48px;
  background: var(--green-light);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; color: var(--green);
  flex-shrink: 0;
  transition: var(--transition);
}
.icon-box-blue {
  width: 48px; height: 48px;
  background: var(--blue-light);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; color: var(--blue);
  flex-shrink: 0;
}
.feature-card:hover .icon-box-green { background: var(--green); color: #fff; }
.feature-card:hover .icon-box-blue  { background: var(--blue);  color: #fff; }

/* ── Course cards ────────────────────────────────────────── */
.course-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
  display: flex; flex-direction: column;
}
.course-card:hover {
  border-color: var(--green);
  box-shadow: 0 8px 30px rgba(77,184,72,.12);
  transform: translateY(-3px);
}
.course-card .card-img { height: 180px; object-fit: cover; width: 100%; }
.course-card .card-thumb-ph {
  height: 180px;
  background: linear-gradient(135deg, var(--green-light), var(--blue-light));
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem;
}
.course-card .card-body-inner { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.course-price { font-size: 1.5rem; font-weight: 800; color: var(--green); }
.course-tag { display: inline-block; padding: .2rem .65rem; border-radius: 2px; font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.tag-active { background: #dcfce7; color: #15803d; }
.tag-soon   { background: var(--blue-light); color: var(--blue-dark); }
.tag-done   { background: #f3f4f6; color: var(--grey); }
.course-meta-row { font-size: .78rem; color: var(--text-muted); display: flex; gap: 1rem; flex-wrap: wrap; }

/* Batch progress on card */
.mini-progress { height: 4px; background: var(--border); border-radius: 2px; overflow: hidden; margin-top: .4rem; }
.mini-progress-fill-green { height: 100%; background: var(--green); border-radius: 2px; }
.mini-progress-fill-blue  { height: 100%; background: var(--blue);  border-radius: 2px; }

/* ── Batch detail cards ──────────────────────────────────── */
.batch-row {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  margin-bottom: .75rem;
  transition: var(--transition);
  background: #fff;
}
.batch-row:hover { border-color: var(--blue); }
.batch-row .batch-name { font-weight: 700; color: var(--dark); }
.batch-badge-active   { background: #dcfce7; color: #15803d; font-size: .68rem; font-weight: 700; padding: .2rem .6rem; border-radius: 2px; text-transform: uppercase; letter-spacing: .04em; }
.batch-badge-upcoming { background: var(--blue-light); color: var(--blue-dark); font-size: .68rem; font-weight: 700; padding: .2rem .6rem; border-radius: 2px; text-transform: uppercase; letter-spacing: .04em; }
.batch-badge-done     { background: #f3f4f6; color: var(--grey); font-size: .68rem; font-weight: 700; padding: .2rem .6rem; border-radius: 2px; text-transform: uppercase; letter-spacing: .04em; }

/* ── Testimonials ─────────────────────────────────────────── */
.testi-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  height: 100%;
  position: relative;
  transition: var(--transition);
}
.testi-card:hover { border-color: var(--green); box-shadow: var(--card-shadow); }
.testi-card::before {
  content: '\201C';
  position: absolute;
  top: 1rem; right: 1.25rem;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--green);
  font-family: Georgia, serif;
  font-weight: 700;
  opacity: .35;
}
.testi-stars { margin-bottom: .75rem; letter-spacing: .05em; }
.testi-stars i { color: #f59e0b; font-size: .875rem; }
.testi-text { font-size: .9rem; line-height: 1.75; color: var(--text); margin-bottom: 1.25rem; }
.testi-avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid var(--green-light); }
.testi-name   { font-weight: 700; font-size: .875rem; color: var(--dark); }
.testi-course { font-size: .75rem; color: var(--text-muted); }

/* ── Blog cards ──────────────────────────────────────────── */
.blog-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
  display: flex; flex-direction: column;
}
.blog-card:hover { border-color: var(--blue); box-shadow: 0 8px 24px rgba(41,171,226,.1); transform: translateY(-2px); }
.blog-card .blog-img { height: 200px; object-fit: cover; width: 100%; }
.blog-card .blog-ph  { height: 200px; background: linear-gradient(135deg,var(--blue-light),var(--green-light)); display:flex;align-items:center;justify-content:center;font-size:2.5rem; }
.blog-body  { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-cat   { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: .5rem; }
.blog-title { font-size: 1rem; font-weight: 700; line-height: 1.4; color: var(--dark); margin-bottom: .5rem; }
.blog-title a:hover { color: var(--blue); }
.blog-excerpt { font-size: .85rem; color: var(--text-muted); line-height: 1.65; flex: 1; }
.blog-meta { font-size: .73rem; color: var(--text-muted); margin-top: 1rem; padding-top: .75rem; border-top: 1px solid var(--border); display: flex; align-items: center; gap: .75rem; }
.blog-author-img { width: 22px; height: 22px; border-radius: 50%; object-fit: cover; }

/* ── Blog post content ───────────────────────────────────── */
.blog-content { font-size: 1rem; line-height: 1.9; color: var(--text); }
.blog-content h2 { font-size: 1.5rem; margin: 2rem 0 .75rem; color: var(--dark); }
.blog-content h3 { font-size: 1.2rem; margin: 1.5rem 0 .5rem; color: var(--dark); }
.blog-content p  { margin-bottom: 1.25rem; }
.blog-content img { border-radius: var(--radius-lg); margin: 1.5rem 0; }
.blog-content blockquote {
  border-left: 4px solid var(--green);
  padding: 1rem 1.5rem;
  background: var(--green-light);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  margin: 1.5rem 0;
  font-style: italic;
  color: var(--green-dark);
}
.blog-content ul, .blog-content ol { padding-left: 1.5rem; margin-bottom: 1.25rem; }
.blog-content li { margin-bottom: .4rem; }

/* ── Curriculum (public) ─────────────────────────────────── */
.curr-module {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  margin-bottom: .5rem;
  overflow: hidden;
}
.curr-module-hdr {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  background: var(--bg-subtle);
  transition: var(--transition);
  border: none;
  width: 100%;
  text-align: left;
}
.curr-module-hdr:hover { background: var(--green-light); }
.curr-mod-num {
  width: 28px; height: 28px;
  background: var(--green);
  color: #fff;
  border-radius: var(--radius);
  font-size: .75rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.curr-topic {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .7rem 1.25rem .7rem 1.5rem;
  border-top: 1px solid var(--border);
  font-size: .875rem;
}
.curr-topic:hover { background: var(--bg-subtle); }
.curr-play { color: var(--blue); font-size: 1rem; flex-shrink: 0; }
.curr-doc  { color: var(--grey); font-size: .9rem; flex-shrink: 0; }

/* ── Enroll / price panel ────────────────────────────────── */
.price-panel {
  background: var(--dark);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem;
  position: sticky;
  top: 90px;
  border-top: 3px solid var(--green);
}
.price-panel .price { font-size: 2.25rem; font-weight: 800; color: var(--green); }
.price-panel .check-item { display: flex; align-items: flex-start; gap: .6rem; font-size: .875rem; color: rgba(255,255,255,.8); margin-bottom: .6rem; }
.price-panel .check-icon { color: var(--green); flex-shrink: 0; margin-top: 2px; }

/* ── Forms (public) ──────────────────────────────────────── */
.web-input {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: .7rem 1rem;
  font-size: .875rem;
  width: 100%;
  outline: none;
  font-family: inherit;
  transition: border-color .2s, box-shadow .2s;
  background: #fff;
  color: var(--dark);
}
.web-input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(77,184,72,.12); }
.web-label { font-size: .8rem; font-weight: 600; color: var(--dark); margin-bottom: .35rem; display: block; }

/* ── CTA section ─────────────────────────────────────────── */
.cta-section {
  background: linear-gradient(135deg, var(--dark) 0%, #1e2d3d 100%);
  padding: 5.5rem 0;
  position: relative;
  overflow: hidden;
}
.cta-section::after {
  content: '';
  position: absolute;
  right: -100px; bottom: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(77,184,72,.08);
  pointer-events: none;
}
.cta-section h2 { color: #fff; }
.cta-section .lead { color: rgba(255,255,255,.65); }

/* ── Footer ──────────────────────────────────────────────── */
.web-footer {
  background: var(--dark);
  padding: 4.5rem 0 0;
}
.web-footer .footer-logo { margin-bottom: 1rem; }
.web-footer .footer-desc { font-size: .875rem; color: rgba(255,255,255,.55); line-height: 1.7; margin-bottom: 1.5rem; }
.web-footer h6 {
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.web-footer h6::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,.1); }
.web-footer a {
  color: rgba(255,255,255,.55);
  font-size: .875rem;
  display: block;
  margin-bottom: .6rem;
  transition: var(--transition);
}
.web-footer a:hover { color: var(--green); padding-left: 4px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: .85rem; font-size: .875rem; color: rgba(255,255,255,.6); }
.footer-contact-icon { color: var(--green); flex-shrink: 0; margin-top: 2px; font-size: 1rem; }
.footer-contact-item a { color: rgba(255,255,255,.6); margin: 0; display: inline; }
.footer-contact-item a:hover { color: var(--green); padding: 0; }

.social-icons { display: flex; gap: .5rem; margin-top: .5rem; }
.social-icon {
  width: 34px; height: 34px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.6) !important;
  font-size: .85rem;
  transition: var(--transition);
}
.social-icon:hover { background: var(--green); border-color: var(--green); color: #fff !important; padding-left: 0 !important; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.25rem 0;
  margin-top: 3.5rem;
  font-size: .78rem;
  color: rgba(255,255,255,.35);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
}

/* ── WhatsApp float ──────────────────────────────────────── */
.wa-float {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 52px; height: 52px;
  background: #25d366;
  color: #fff !important;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 20px rgba(37,211,102,.4);
  z-index: 999;
  transition: var(--transition);
}
.wa-float:hover { transform: scale(1.1); }

/* ── Page hero band ──────────────────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, var(--dark) 60%, #1e3a4a 100%);
  padding: 3.5rem 0;
  color: #fff;
  border-bottom: 3px solid var(--green);
}
.page-hero h1 { color: #fff; font-size: clamp(1.75rem,4vw,2.5rem); }
.page-hero .breadcrumb-item { color: rgba(255,255,255,.6); font-size: .8rem; }
.page-hero .breadcrumb-item a { color: rgba(255,255,255,.6); }
.page-hero .breadcrumb-item.active { color: var(--green); }
.page-hero .breadcrumb-divider { color: rgba(255,255,255,.3); }

/* ── Dividers & helpers ──────────────────────────────────── */
.divider-green { border: none; border-top: 2px solid var(--green); width: 40px; margin: .75rem 0 1.25rem; }
.section-divider { border: none; border-top: 1px solid var(--border); }
.bg-subtle  { background: var(--bg-subtle); }
.bg-green-light { background: var(--green-light); }
.bg-blue-light  { background: var(--blue-light); }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 768px) {
  .web-hero { padding: 3rem 0 2.5rem; }
  .web-hero::before { opacity: .4; }
  .section { padding: 3.5rem 0; }
  .hero-stats { gap: 1.5rem; }
  .wa-float { bottom: 16px; right: 16px; width: 46px; height: 46px; font-size: 1.3rem; }
  
  
  
  .price-panel { position: static; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ══ HEADER IMPROVEMENTS ═══════════════════════════════════ */

/* Top bar links */




/* Brand text fallback */




/* Nav CTA buttons */





/* ── Hover Dropdown ─────────────────────────────────────── */





.text-green { color:var(--green) !important; }

/* Mobile nav */
@media (max-width:991px) {
  
}

/* ══ PAGE HERO — bigger text, better spacing ════════════════ */
.page-hero h1 { font-size:clamp(1.9rem,4vw,2.75rem);font-weight:800;letter-spacing:-.02em; }
.page-hero { padding:3.5rem 0; }

/* ══ COURSES PAGE ══════════════════════════════════════════ */
.courses-grid { display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem; }

/* ══ ABOUT PAGE — Tutors section ═══════════════════════════ */
.tutor-card {
  background:#fff;border:1px solid var(--border);
  border-radius:var(--radius-lg);overflow:hidden;
  transition:var(--transition);
}
.tutor-card:hover { border-color:var(--green);box-shadow:0 6px 24px rgba(77,184,72,.1);transform:translateY(-2px); }
.tutor-photo { width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid var(--green-light); }
.tutor-photo-ph {
  width:96px;height:96px;border-radius:50%;
  background:linear-gradient(135deg,var(--green),var(--blue));
  display:flex;align-items:center;justify-content:center;
  font-size:2rem;font-weight:800;color:#fff;flex-shrink:0;
}
.tutor-expertise { display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem; }
.tutor-tag { font-size:.72rem;font-weight:600;padding:.2rem .65rem;border-radius:100px;background:var(--green-light);color:var(--green-dark); }

/* ══ CONTACT PAGE ══════════════════════════════════════════ */
.contact-input {
  width:100%;padding:.85rem 1rem;
  border:1.5px solid var(--border);border-radius:var(--radius);
  font-family:inherit;font-size:.95rem;color:var(--text);
  outline:none;transition:border-color .2s,box-shadow .2s;
  background:#fff;
}
.contact-input:focus { border-color:var(--green);box-shadow:0 0 0 3px rgba(77,184,72,.1); }
.contact-label { display:block;font-size:.8rem;font-weight:600;margin-bottom:.4rem;color:var(--dark); }
.contact-card { background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem; }
.contact-info-item { display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border); }
.contact-info-item:last-child { border:none; }
.contact-info-icon { width:44px;height:44px;border-radius:var(--radius);background:var(--green-light);display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--green);flex-shrink:0; }
.contact-info-label { font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.15rem; }
.contact-info-val { font-size:.95rem;font-weight:600;color:var(--dark); }

/* ══ COURSES LISTING PAGE ══════════════════════════════════ */
.filter-btn { border:1.5px solid var(--border);background:#fff;color:var(--text-muted);font-size:.8rem;font-weight:600;padding:.45rem 1rem;border-radius:100px;cursor:pointer;transition:var(--transition); }
.filter-btn:hover,.filter-btn.active { border-color:var(--green);background:var(--green);color:#fff; }

/* ══ MOBILE OVERFLOW FIX + CONSISTENT PADDING ═════════════════
   Prevents horizontal scroll on all screens
   Adds 20px breathing room on mobile for all content
   ═══════════════════════════════════════════════════════════ */

/* Kill horizontal overflow at root level */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/* Every direct child of container gets mobile padding */
@media (max-width: 767px) {

  /* Core layout */
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Sections */
  .section    { padding: 2.5rem 0; }
  .section-sm { padding: 2rem 0; }
  .section-xs { padding: 1.5rem 0; }

  /* Hero */
  .web-hero { padding: 2.5rem 0 2rem; }
  .web-hero::before { display: none; }
  .web-hero h1 { font-size: 2rem; }
  .hero-sub { font-size: 1rem; }
  .hero-stats { gap: 1rem; }
  .hero-card { margin-top: 1.5rem; }

  /* Page hero */
  .page-hero { padding: 2rem 0; }
  .page-hero h1 { font-size: 1.65rem; }

  /* Navbar */
  .web-navbar .container { padding-left: 20px !important; padding-right: 20px !important; }
  .web-navbar .navbar-collapse { padding: .75rem 0 1rem; border-top: 1px solid var(--border); margin-top: .5rem; }
  
  
   /* hide WA btn on mobile, float handles it */
  

  /* Topbar */
  /* .web-topbar replaced by .nt-topbar */

  /* Cards */
  .course-card { margin-bottom: 0; }
  .blog-card   { margin-bottom: 0; }

  /* Course detail price panel */
  .price-panel { position: static; margin-top: 1.5rem; }

  /* Row gutters */
  .row { --bs-gutter-x: 1rem; }

  /* Curriculum modal */
  #curriculumModal > div { margin: 0 !important; max-width: 100%; border-radius: 12px 12px 0 0; position: fixed; bottom: 0; left: 0; right: 0; }

  /* Footer */
  .web-footer .row { --bs-gutter-x: 1rem; }
  .web-footer .col-6 { padding-left: 12px; padding-right: 12px; }
  .footer-bottom { padding: 1rem 0; }

  /* About tutors - 1 col on very small, 2 col on sm */
  .tc-card .tc-photo-wrap { aspect-ratio: 1/1; }

  /* Blog sidebar - hide on mobile, show below posts */
  .col-lg-4 > div[style*="sticky"] { position: static !important; }

  /* CTA section */
  .cta-section { padding: 3rem 0; }
  .cta-section .d-flex.flex-column { margin-top: 1.5rem; }
}

/* Tablet (768-991) */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .web-hero { padding: 3.5rem 0 3rem; }
  .section { padding: 4rem 0; }
}

/* Prevent images from causing overflow */
img { max-width: 100%; height: auto; }

/* Row with no gutter fix */
.row.g-4, .row.g-5 { margin-left: 0; margin-right: 0; }

/* Overflow fix for specific components */
.web-hero { overflow: hidden; }
.curr-module { overflow: hidden; }
.tutor-card  { overflow: hidden; }
.blog-card   { overflow: hidden; }
.course-card { overflow: hidden; }
.tc-card     { overflow: hidden; }
