:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ef064cf */```css
/* ============================================================
   🧭 BEL-C NAVIGATORS PAGE
   AGES 9 – 12 YEARS
   CLEAN • RESPONSIVE • ELEMENTOR-SAFE
============================================================ */

.navigators-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.navigators-container.narrow {
  max-width: 900px;
}

/* HERO */
.navigators-hero {
  background: linear-gradient(135deg, #f5f3ff 0%, #ffffff 55%, #eff6ff 100%);
  padding: 95px 20px 85px;
  text-align: center;
}

.navigators-kicker {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #ede9fe;
  color: #6d5cae;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.navigators-hero h1 {
  margin: 0 0 12px;
  font-size: 3.4rem;
  line-height: 1.1;
  color: #111827;
}

.navigators-age-band {
  margin: 0 auto 24px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #9b8ac4;
}

.navigators-hero-text {
  max-width: 850px;
  margin: 0 auto 18px;
  font-size: 1.18rem;
  line-height: 1.7;
  color: #333333;
}

/* SECTIONS */
.navigators-section {
  padding: 80px 20px;
  background: #ffffff;
}

.navigators-section.alt {
  background: #f8f7ff;
}

.navigators-section-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
}

.navigators-section-header h2 {
  margin: 0 0 18px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #2563eb;
}

.navigators-section-header p {
  margin: 0 auto 18px;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #333333;
}

/* GRIDS */
.navigators-grid {
  display: grid;
  gap: 28px;
  align-items: stretch;
}

.navigators-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

/* CARDS */
.navigators-card {
  background: #ffffff;
  padding: 30px 24px;
  border-radius: 22px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.07);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-top: 6px solid #9b8ac4;
}

.navigators-card.feature {
  border-top-color: #2563eb;
}

.navigators-icon {
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 16px;
}

.navigators-card h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: #111827;
}

.navigators-card p {
  margin: 0 0 20px;
  color: #444444;
  line-height: 1.55;
  flex-grow: 1;
}

.navigators-list {
  text-align: left;
  max-width: 320px;
  margin: 0 auto 26px;
  padding-left: 20px;
  color: #444444;
  line-height: 1.7;
  flex-grow: 1;
}

/* LEARNING FLOW */
.navigators-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.navigators-flow-step {
  background: #ffffff;
  padding: 28px 22px;
  border-radius: 22px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.07);
  text-align: center;
  border-bottom: 5px solid #9b8ac4;
}

.navigators-flow-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #9b8ac4;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 14px;
}

.navigators-flow-step h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: #111827;
}

.navigators-flow-step p {
  margin: 0;
  color: #444444;
  line-height: 1.55;
}

/* STREALM FLIP CARDS */
.belc-strealm-flip-section {
  padding: 80px 20px;
  background: #f8fbff;
}

.belc-strealm-flip-container {
  max-width: 1180px;
  margin: 0 auto;
}

.belc-strealm-flip-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
}

.belc-strealm-flip-header h2 {
  margin: 0 0 18px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #2563eb;
}

.belc-strealm-flip-header p {
  margin: 0 auto 18px;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #333333;
}

.belc-strealm-flip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.belc-flip-card {
  perspective: 1200px;
  min-height: 400px;
}

.belc-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

.belc-flip-card:hover .belc-flip-inner,
.belc-flip-card:focus-within .belc-flip-inner {
  transform: rotateY(180deg);
}

.belc-flip-front,
.belc-flip-back {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}

.belc-flip-front {
  background: #ffffff;
  border-top: 6px solid #9b8ac4;
  justify-content: center;
  text-align: center;
}

.belc-flip-back {
  background: linear-gradient(135deg, #9b8ac4 0%, #2563eb 100%);
  color: #ffffff;
  transform: rotateY(180deg);
  overflow-y: auto;
  text-align: left;
}

.belc-flip-back::-webkit-scrollbar {
  width: 6px;
}

.belc-flip-back::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.45);
  border-radius: 20px;
}

.belc-flip-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.belc-flip-front h3,
.belc-flip-back h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.belc-flip-front h3 {
  color: #111827;
}

.belc-flip-front p {
  margin: 0;
  color: #444444;
  line-height: 1.6;
}

.belc-flip-back h3,
.belc-flip-back p,
.belc-flip-back li {
  color: #ffffff;
}

.belc-flip-back ul {
  margin: 0;
  padding-left: 18px;
}

.belc-flip-back li {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 0.95rem;
}

/* CTA */
.navigators-cta {
  background: linear-gradient(135deg, #9b8ac4 0%, #2563eb 100%);
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
}

.navigators-cta h2 {
  margin: 0 0 16px;
  font-size: 2.3rem;
  line-height: 1.2;
  color: #ffffff;
}

.navigators-cta p {
  max-width: 780px;
  margin: 0 auto 28px;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #ffffff;
}

/* BUTTONS */
.navigators-button-group {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

a.navigators-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 40px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

a.navigators-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.14);
}

a.navigators-btn.primary {
  background: #9b8ac4;
  color: #ffffff !important;
}

a.navigators-btn.secondary {
  background: #2563eb;
  color: #ffffff !important;
}

a.navigators-btn.accent {
  background: #14b8a6;
  color: #ffffff !important;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .navigators-grid.three,
  .navigators-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .belc-strealm-flip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .belc-flip-card,
  .belc-flip-inner {
    min-height: 420px;
  }
}

@media (max-width: 900px) {
  .navigators-hero h1 {
    font-size: 2.7rem;
  }

  .navigators-section-header h2,
  .belc-strealm-flip-header h2,
  .navigators-cta h2 {
    font-size: 2rem;
  }
}

@media (max-width: 650px) {
  .navigators-hero {
    padding: 70px 18px 65px;
  }

  .navigators-section,
  .navigators-section.alt,
  .belc-strealm-flip-section,
  .navigators-cta {
    padding: 60px 18px;
  }

  .navigators-grid.three,
  .navigators-flow,
  .belc-strealm-flip-grid {
    grid-template-columns: 1fr;
  }

  .navigators-hero h1 {
    font-size: 2.25rem;
  }

  .navigators-hero-text,
  .navigators-section-header p,
  .belc-strealm-flip-header p,
  .navigators-cta p {
    font-size: 1rem;
  }

  .navigators-button-group {
    flex-direction: column;
    align-items: stretch;
  }

  a.navigators-btn {
    width: 100%;
    text-align: center;
  }

  .belc-flip-card,
  .belc-flip-inner {
    min-height: 440px;
  }
}
```/* End custom CSS */