/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 05 2026 | 14:00:58 */
/*Start Kids Page  */
.kh-scope{
    --kh-green: #098a46;
    --kh-green-deep: #06542b;
    --kh-green-ink: #0c2b1c;
    --kh-gold: #ffb706;
    --kh-gold-deep: #d99900;
    --kh-ivory: #fbf8f1;
    --kh-mist: #eaf5ee;
    --kh-paper: #ffffff;
    --kh-ink: #16231c;
    --kh-ink-soft: #55655b;
    --kh-ring: rgba(9,138,70,0.16);

    display:block;
    background: var(--kh-ivory);
    color: var(--kh-ink);
    font-family:'Work Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }

  .kh-scope, .kh-scope *{ box-sizing: border-box; }

  /* ---------- shared texture: geometric star field ---------- */
  .kh-scope .kh-star-field{
    position:absolute; inset:0;
    background-image: radial-gradient(var(--kh-green) 0.6px, transparent 0.6px);
    background-size: 26px 26px;
    opacity: 0.06;
    pointer-events:none;
  }

  .kh-scope .kh-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-family:'Work Sans', sans-serif;
    font-weight:700;
    font-size:0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 7px 16px 7px 12px;
    border-radius: 999px;
    border: 1.5px solid var(--kh-green);
    color: var(--kh-green-deep);
    background: var(--kh-mist);
  }
  .kh-scope .kh-eyebrow svg{ width:13px; height:13px; flex-shrink:0; }

  .kh-scope h1, .kh-scope h2{
    font-family:'Amiri', serif;
    font-weight:700;
    line-height:1.08;
    margin: 0.5em 0 0;
    letter-spacing: -0.01em;
  }

  .kh-scope .kh-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background: var(--kh-green);
    color:#fff;
    font-weight:700;
    font-size:0.9rem;
    letter-spacing:0.03em;
    text-transform:uppercase;
    padding: 15px 28px;
    border-radius: 999px;
    text-decoration:none;
    border:none;
    cursor:pointer;
    box-shadow: 0 10px 24px -8px rgba(9,138,70,0.55);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }
  .kh-scope .kh-btn:hover{ transform: translateY(-2px); box-shadow: 0 14px 28px -8px rgba(9,138,70,0.65); background: var(--kh-green-deep); }
  .kh-scope .kh-btn svg{ width:16px; height:16px; }
  .kh-scope .kh-btn .kh-heart{ fill:var(--kh-gold); }

  .kh-scope .kh-section{
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 96px 32px;
  }

  /* divider star rule */
  .kh-scope .kh-rule{
    display:flex; align-items:center; gap:14px;
    max-width:1240px; margin: 0 auto; padding: 0 32px;
  }
  .kh-scope .kh-rule .kh-rule-line{ flex:1; height:1px; background: linear-gradient(90deg, transparent, var(--kh-green) 50%, transparent); opacity:0.35; }
  .kh-scope .kh-rule svg{ width:20px; height:20px; flex-shrink:0; }

  /* ============ SECTION 1 : HISTORY ============ */
  .kh-scope .kh-history{
    display:grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 72px;
    align-items:center;
  }
  .kh-scope .kh-history .kh-copy p{
    font-size:1.02rem;
    line-height:1.75;
    color: var(--kh-ink-soft);
    max-width: 46ch;
    margin-top: 22px;
  }
  .kh-scope .kh-history h1{ font-size: clamp(2.1rem, 3.6vw, 2.9rem); color: var(--kh-green-ink); }
  .kh-scope .kh-history .kh-promise{
    font-family:'Amiri', serif;
    font-weight:700;
    font-size:1.15rem;
    color: var(--kh-gold-deep);
    margin-top:14px;
  }
  .kh-scope .kh-history .kh-btn{ margin-top: 30px; }

  .kh-scope .kh-portrait-wrap{
    position:relative;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
  .kh-scope .kh-portrait-ring{
    position:absolute; inset:0;
    border-radius:50%;
    border: 1.5px solid var(--kh-ring);
  }
  .kh-scope .kh-portrait-ring.kh-ring-outer{ inset:-22px; border-color: var(--kh-green); opacity:0.35; }
  .kh-scope .kh-portrait-disc{
    position:absolute; inset: 6%;
    border-radius:50%;
    background: radial-gradient(circle at 32% 28%, #16a35a, var(--kh-green) 55%, var(--kh-green-deep) 100%);
    overflow:hidden;
    box-shadow: inset 0 0 60px rgba(0,0,0,0.18);
  }
  .kh-scope .kh-portrait-disc img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; }
  .kh-scope .kh-corner-star{
    position:absolute;
    width:44px; height:44px;
    filter: drop-shadow(0 6px 10px rgba(0,0,0,0.15));
  }
  .kh-scope .kh-corner-star.kh-corner-tr{ top:-6px; right:6%; }
  .kh-scope .kh-corner-star.kh-corner-bl{ bottom:2%; left:-14px; }

  /* ============ SECTION 2 : ABOUT KHAIRAH ============ */
  .kh-scope .kh-about{
    background: var(--kh-paper);
    position:relative;
  }
  .kh-scope .kh-about-inner{
    display:grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 76px;
    align-items:center;
  }
  .kh-scope .kh-frame-wrap{
    position:relative;
    max-width: 420px;
  }
  .kh-scope .kh-frame-block{
    position:absolute;
    top:-28px; left:-28px;
    width:60%; height:56%;
    background: linear-gradient(160deg, var(--kh-gold) 0%, var(--kh-green) 100%);
    border-radius: 18px;
    z-index:0;
  }
  .kh-scope .kh-frame-circle{
    position:relative;
    z-index:1;
    aspect-ratio: 1/1;
    border-radius:50%;
    border: 6px solid #fff;
    box-shadow: 0 18px 40px -12px rgba(12,43,28,0.35);
    overflow:hidden;
    background: linear-gradient(160deg, #e7f4ec, #cdeadb);
  }
  .kh-scope .kh-frame-circle img{ width:100%; height:100%; object-fit:cover; display:block; }
  .kh-scope .kh-float-star{
    position:absolute; z-index:2;
    width:34px; height:34px;
  }
  .kh-scope .kh-float-star.kh-float-a{ top:6%; right:-4%; }
  .kh-scope .kh-float-star.kh-float-b{ bottom:8%; right:10%; width:22px; height:22px; }

  .kh-scope .kh-about h2{
    font-size: clamp(2.1rem, 3.8vw, 3rem);
    color: var(--kh-ink);
  }
  .kh-scope .kh-about h2 .kh-hl-green{ color: var(--kh-green); }
  .kh-scope .kh-about h2 .kh-hl-gold{ color: var(--kh-gold-deep); }
  .kh-scope .kh-about p.kh-lead{
    font-size:1.02rem;
    line-height:1.75;
    color: var(--kh-ink-soft);
    max-width: 54ch;
    margin-top:20px;
  }

  .kh-scope .kh-feature-row{
    display:flex;
    gap: 36px;
    margin-top: 36px;
    flex-wrap: wrap;
  }
  .kh-scope .kh-feature{
    display:flex;
    align-items:center;
    gap:14px;
  }
  .kh-scope .kh-feature .kh-ic{
    width:56px; height:56px;
    border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    flex-shrink:0;
  }
  .kh-scope .kh-feature .kh-ic.kh-ic-green{ background: var(--kh-mist); }
  .kh-scope .kh-feature .kh-ic.kh-ic-gold{ background: #fff3d6; }
  .kh-scope .kh-feature .kh-ic svg{ width:26px; height:26px; }
  .kh-scope .kh-feature span{
    font-family:'Amiri', serif;
    font-weight:700;
    font-size:1.08rem;
    line-height:1.25;
    color: var(--kh-green-ink);
  }

  /* ---------- responsive ---------- */
  @media (max-width: 880px){
    .kh-scope .kh-history, .kh-scope .kh-about-inner{ grid-template-columns: 1fr; gap: 48px; }
    .kh-scope .kh-history .kh-order-img, .kh-scope .kh-about .kh-order-img{ order:-1; }
    .kh-scope .kh-section{ padding: 64px 24px; }
    .kh-scope .kh-frame-wrap{ margin: 0 auto; }
  }

  @media (max-width: 560px){
    .kh-scope .kh-section{ padding: 52px 20px; }
    .kh-scope .kh-history h1{ font-size: 1.85rem; }
    .kh-scope .kh-about h2{ font-size: 1.9rem; }
    .kh-scope .kh-eyebrow{ font-size:0.66rem; padding:6px 13px 6px 10px; }
    .kh-scope .kh-btn{ width:100%; justify-content:center; padding:14px 20px; }
    .kh-scope .kh-portrait-wrap{ max-width: 300px; }
    .kh-scope .kh-portrait-ring.kh-ring-outer{ inset:-14px; }
    .kh-scope .kh-corner-star{ width:32px; height:32px; }
    .kh-scope .kh-frame-wrap{ max-width: 280px; }
    .kh-scope .kh-frame-block{ top:-16px; left:-16px; }
    .kh-scope .kh-feature-row{ gap:22px; }
    .kh-scope .kh-feature .kh-ic{ width:46px; height:46px; }
    .kh-scope .kh-feature .kh-ic svg{ width:22px; height:22px; }
    .kh-scope .kh-feature span{ font-size:0.95rem; }
    .kh-scope .kh-rule{ padding: 0 20px; }
  }

  @media (max-width: 380px){
    .kh-scope .kh-feature-row{ flex-direction:column; gap:16px; }
  }

  .kh-scope a:focus-visible, .kh-scope button:focus-visible{
    outline: 3px solid var(--kh-gold);
    outline-offset: 3px;
  }

  /* ---------- animation: scroll reveal ---------- */
  .kh-scope .kh-reveal{
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .kh-scope .kh-reveal.kh-in-view{ opacity: 1; transform: none; }
  .kh-scope .kh-reveal.kh-delay-1.kh-in-view{ transition-delay: 0.12s; }
  .kh-scope .kh-reveal.kh-delay-2.kh-in-view{ transition-delay: 0.24s; }

  /* ---------- animation: gentle float for stars ---------- */
  @keyframes kh-floaty{
    0%, 100%{ transform: translateY(0) rotate(0deg); }
    50%{ transform: translateY(-9px) rotate(6deg); }
  }
  @keyframes kh-floaty-slow{
    0%, 100%{ transform: translateY(0) rotate(0deg); }
    50%{ transform: translateY(-6px) rotate(-5deg); }
  }
  .kh-scope .kh-corner-star.kh-corner-tr, .kh-scope .kh-float-star.kh-float-a{ animation: kh-floaty 4.5s ease-in-out infinite; }
  .kh-scope .kh-corner-star.kh-corner-bl, .kh-scope .kh-float-star.kh-float-b{ animation: kh-floaty-slow 5.5s ease-in-out infinite; }

  @keyframes kh-ring-pulse{
    0%, 100%{ opacity: 0.35; transform: scale(1); }
    50%{ opacity: 0.6; transform: scale(1.015); }
  }
  .kh-scope .kh-portrait-ring.kh-ring-outer{ animation: kh-ring-pulse 4s ease-in-out infinite; }

  /* portrait / frame hover micro-interaction */
  .kh-scope .kh-portrait-wrap, .kh-scope .kh-frame-wrap{ transition: transform 0.5s ease; }
  .kh-scope .kh-portrait-wrap:hover, .kh-scope .kh-frame-wrap:hover{ transform: translateY(-6px); }
  .kh-scope .kh-portrait-disc, .kh-scope .kh-frame-circle{ transition: box-shadow 0.5s ease; }
  .kh-scope .kh-portrait-wrap:hover .kh-portrait-disc{ box-shadow: inset 0 0 60px rgba(0,0,0,0.18), 0 22px 40px -14px rgba(6,84,43,0.45); }
  .kh-scope .kh-frame-wrap:hover .kh-frame-circle{ box-shadow: 0 26px 50px -14px rgba(12,43,28,0.45); }

  .kh-scope .kh-feature{ transition: transform 0.3s ease; }
  .kh-scope .kh-feature:hover{ transform: translateY(-3px); }
  .kh-scope .kh-feature:hover .kh-ic{ animation: kh-floaty 1.2s ease-in-out; }

  @media (prefers-reduced-motion: reduce){
    .kh-scope .kh-btn, .kh-scope .kh-portrait-wrap, .kh-scope .kh-frame-wrap, .kh-scope .kh-portrait-disc, .kh-scope .kh-frame-circle, .kh-scope .kh-feature{ transition:none; }
    .kh-scope .kh-corner-star, .kh-scope .kh-float-star, .kh-scope .kh-portrait-ring.kh-ring-outer, .kh-scope .kh-feature:hover .kh-ic{ animation:none; }
    .kh-scope .kh-reveal{ opacity:1; transform:none; transition:none; }
  }


/* End kids Page */



/* Start UK and US page css */

/* ==========================================================
   OQC Academy — Hero + "Quranic Journey" sections
   Everything is scoped under .oqc-scope so it never leaks
   into the rest of your Elementor page (no bare h1/body/* rules).
   ========================================================== */

.oqc-scope{
  --oqc-green: #098a46;
  --oqc-green-deep: #06542b;
  --oqc-green-ink: #0c2b1c;
  --oqc-gold: #ffb706;
  --oqc-gold-deep: #d99900;
  --oqc-ivory: #fbf8f1;
  --oqc-mist: #eaf5ee;
  --oqc-paper: #ffffff;
  --oqc-ink: #16231c;
  --oqc-ink-soft: #55655b;
  --oqc-ring: rgba(9,138,70,0.16);

  display:block;
  background: var(--oqc-ivory);
  color: var(--oqc-ink);
  font-family:'Work Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.oqc-scope, .oqc-scope *{ box-sizing: border-box; }

.oqc-scope h1, .oqc-scope h2{
  font-family:'Amiri', serif;
  font-weight:700;
  line-height:1.1;
  margin: 0.45em 0 0;
  letter-spacing: -0.01em;
}

.oqc-scope a:focus-visible, .oqc-scope button:focus-visible{
  outline: 3px solid var(--oqc-gold);
  outline-offset: 3px;
}

.oqc-scope .oqc-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:700;
  font-size:0.72rem;
  letter-spacing:0.16em;
  text-transform:uppercase;
  padding: 7px 16px 7px 12px;
  border-radius: 999px;
  border: 1.5px solid var(--oqc-green);
  color: var(--oqc-green-deep);
  background: var(--oqc-mist);
}
.oqc-scope .oqc-eyebrow svg{ width:13px; height:13px; flex-shrink:0; }

.oqc-scope .oqc-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  font-size:0.9rem;
  letter-spacing:0.02em;
  text-transform:uppercase;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration:none;
  border:none;
  cursor:pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.oqc-scope .oqc-btn.oqc-btn-primary{
  background: var(--oqc-green);
  color:#fff;
  box-shadow: 0 10px 24px -8px rgba(9,138,70,0.55);
}
.oqc-scope .oqc-btn.oqc-btn-primary:hover{ transform: translateY(-2px); background: var(--oqc-green-deep); box-shadow: 0 14px 28px -8px rgba(9,138,70,0.65); }
.oqc-scope .oqc-btn.oqc-btn-ghost{
  background: transparent;
  color: var(--oqc-green-ink);
  border: 1.5px solid var(--oqc-green-ink);
}
.oqc-scope .oqc-btn.oqc-btn-ghost:hover{ transform: translateY(-2px); background: var(--oqc-green-ink); color:#fff; }
.oqc-scope .oqc-btn svg{ width:15px; height:15px; }

/* ================= SECTION 1: HERO ================= */
.oqc-scope .oqc-hero{
  position:relative;
  max-width:1240px;
  margin:0 auto;
  padding: 88px 32px 140px;
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap:56px;
  align-items:center;
  overflow:hidden;
}

.oqc-scope .oqc-hero-copy h1{
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  color: var(--oqc-green-ink);
}
.oqc-scope .oqc-hero-copy p.oqc-lead{
  font-size:1.02rem;
  line-height:1.75;
  color: var(--oqc-ink-soft);
  max-width:44ch;
  margin-top:20px;
}
.oqc-scope .oqc-hero-btns{
  display:flex;
  gap:16px;
  margin-top:32px;
  flex-wrap:wrap;
}

.oqc-scope .oqc-hero-visual{
  position:relative;
  max-width:420px;
  margin:0 auto;
}
.oqc-scope .oqc-hero-portrait{
  position:relative;
  border-radius: 40% 60% 55% 45% / 50% 45% 55% 50%;
  overflow:hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 30px 60px -20px rgba(12,43,28,0.35);
  border: 6px solid #fff;
}
.oqc-scope .oqc-hero-portrait img{
  width:100%; height:100%; object-fit:cover; display:block;
}
.oqc-scope .oqc-dot-grid{
  position:absolute;
  top:-10%; right:-14%;
  width:120px; height:120px;
  background-image: radial-gradient(var(--oqc-green) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity:0.5;
  z-index:0;
}
.oqc-scope .oqc-badge{
  position:absolute;
  display:flex; align-items:center; justify-content:center;
  width:52px; height:52px;
  border-radius:16px;
  background: var(--oqc-gold);
  box-shadow: 0 14px 26px -10px rgba(217,153,0,0.55);
  z-index:2;
}
.oqc-scope .oqc-badge svg{ width:24px; height:24px; }
.oqc-scope .oqc-badge.oqc-badge-a{ bottom: -18px; left: -18px; }
.oqc-scope .oqc-badge.oqc-badge-b{ top: 8%; right: -6%; width:38px; height:38px; border-radius:12px; background:#fff; border: 2px solid var(--oqc-green); }
.oqc-scope .oqc-badge.oqc-badge-b svg{ width:18px; height:18px; }

.oqc-scope .oqc-star-accent{
  position:absolute;
  z-index:2;
}
.oqc-scope .oqc-star-accent.oqc-star-1{ top:6%; left:-8%; width:26px; height:26px; }
.oqc-scope .oqc-star-accent.oqc-star-2{ bottom:14%; right:2%; width:18px; height:18px; }

/* organic wave divider at hero base */
.oqc-scope .oqc-wave{
  position:absolute;
  left:0; right:0; bottom:0;
  line-height:0;
  z-index:0;
}
.oqc-scope .oqc-wave svg{ width:100%; height:auto; display:block; }

/* ================= SECTION 2: JOURNEY / STATS ================= */
.oqc-scope .oqc-journey{
  position:relative;
  background: var(--oqc-paper);
  padding: 96px 0;
}
.oqc-scope .oqc-journey-inner{
  max-width:1240px;
  margin:0 auto;
  padding:0 32px;
  display:grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap:72px;
  align-items:center;
}

.oqc-scope .oqc-frame-wrap{
  position:relative;
  max-width:420px;
  margin:0 auto;
}
.oqc-scope .oqc-frame-block{
  position:absolute;
  top:-24px; left:-24px;
  width:58%; height:54%;
  background: linear-gradient(160deg, var(--oqc-gold) 0%, var(--oqc-green) 100%);
  border-radius:18px;
  z-index:0;
}
.oqc-scope .oqc-frame-circle{
  position:relative;
  z-index:1;
  aspect-ratio:1/1;
  border-radius:50%;
  overflow:hidden;
  border:6px solid #fff;
  box-shadow: 0 18px 40px -12px rgba(12,43,28,0.35);
}
.oqc-scope .oqc-frame-circle img{ width:100%; height:100%; object-fit:cover; display:block; }
.oqc-scope .oqc-frame-icon{
  position:absolute;
  z-index:2;
  bottom:6%; right:2%;
  width:64px; height:64px;
  border-radius:50%;
  background:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 14px 26px -10px rgba(12,43,28,0.35);
}
.oqc-scope .oqc-frame-icon svg{ width:30px; height:30px; }

.oqc-scope .oqc-journey h2{
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  color: var(--oqc-ink);
}
.oqc-scope .oqc-journey p.oqc-lead{
  font-size:1.02rem;
  line-height:1.75;
  color: var(--oqc-ink-soft);
  max-width:54ch;
  margin-top:20px;
}

.oqc-scope .oqc-stats{
  display:flex;
  gap:44px;
  margin-top:36px;
  flex-wrap:wrap;
}
.oqc-scope .oqc-stat-num{
  font-family:'Amiri', serif;
  font-weight:700;
  font-size:2.1rem;
  color: var(--oqc-green);
  line-height:1;
}
.oqc-scope .oqc-stat-label{
  font-size:0.85rem;
  color: var(--oqc-ink-soft);
  margin-top:6px;
  font-weight:500;
}
.oqc-scope .oqc-journey .oqc-btn{ margin-top:36px; }

/* ---------- responsive ---------- */
@media (max-width: 900px){
  .oqc-scope .oqc-hero{ grid-template-columns:1fr; padding:64px 24px 120px; text-align:center; }
  .oqc-scope .oqc-hero-copy p.oqc-lead{ margin-left:auto; margin-right:auto; }
  .oqc-scope .oqc-hero-btns{ justify-content:center; }
  .oqc-scope .oqc-hero-visual{ order:-1; }
  .oqc-scope .oqc-journey-inner{ grid-template-columns:1fr; gap:48px; text-align:center; }
  .oqc-scope .oqc-journey p.oqc-lead{ margin-left:auto; margin-right:auto; }
  .oqc-scope .oqc-stats{ justify-content:center; }
}

@media (max-width: 560px){
  .oqc-scope .oqc-hero{ padding:48px 20px 100px; }
  .oqc-scope .oqc-journey{ padding:64px 0; }
  .oqc-scope .oqc-journey-inner{ padding:0 20px; }
  .oqc-scope .oqc-hero-copy h1{ font-size:1.9rem; }
  .oqc-scope .oqc-journey h2{ font-size:1.75rem; }
  .oqc-scope .oqc-btn{ width:100%; justify-content:center; }
  .oqc-scope .oqc-hero-btns{ flex-direction:column; width:100%; }
  .oqc-scope .oqc-hero-visual, .oqc-scope .oqc-frame-wrap{ max-width:270px; }
  .oqc-scope .oqc-stats{ gap:28px; }
  .oqc-scope .oqc-stat-num{ font-size:1.7rem; }
  .oqc-scope .oqc-frame-icon{ width:50px; height:50px; }
  .oqc-scope .oqc-frame-icon svg{ width:22px; height:22px; }
}

/* ---------- animation: scroll reveal ---------- */
.oqc-scope .oqc-reveal{
  opacity:0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.oqc-scope .oqc-reveal.oqc-in-view{ opacity:1; transform:none; }
.oqc-scope .oqc-reveal.oqc-delay-1.oqc-in-view{ transition-delay:0.12s; }
.oqc-scope .oqc-reveal.oqc-delay-2.oqc-in-view{ transition-delay:0.24s; }

/* ---------- animation: float + pulse ---------- */
@keyframes oqc-floaty{
  0%,100%{ transform: translateY(0) rotate(0deg); }
  50%{ transform: translateY(-8px) rotate(6deg); }
}
@keyframes oqc-floaty-slow{
  0%,100%{ transform: translateY(0) rotate(0deg); }
  50%{ transform: translateY(-6px) rotate(-5deg); }
}
@keyframes oqc-pulse{
  0%,100%{ transform: scale(1); }
  50%{ transform: scale(1.08); }
}
.oqc-scope .oqc-star-1, .oqc-scope .oqc-badge-b{ animation: oqc-floaty 4.2s ease-in-out infinite; }
.oqc-scope .oqc-star-2{ animation: oqc-floaty-slow 5.4s ease-in-out infinite; }
.oqc-scope .oqc-badge-a{ animation: oqc-pulse 3.6s ease-in-out infinite; }

/* hover micro-interactions */
.oqc-scope .oqc-hero-portrait, .oqc-scope .oqc-frame-wrap{ transition: transform 0.5s ease; }
.oqc-scope .oqc-hero-portrait:hover, .oqc-scope .oqc-frame-wrap:hover{ transform: translateY(-6px); }
.oqc-scope .oqc-frame-icon{ transition: transform 0.3s ease; }
.oqc-scope .oqc-frame-wrap:hover .oqc-frame-icon{ transform: scale(1.1) rotate(-6deg); }

@media (prefers-reduced-motion: reduce){
  .oqc-scope .oqc-btn, .oqc-scope .oqc-hero-portrait, .oqc-scope .oqc-frame-wrap, .oqc-scope .oqc-frame-icon{ transition:none; }
  .oqc-scope .oqc-star-1, .oqc-scope .oqc-star-2, .oqc-scope .oqc-badge-a, .oqc-scope .oqc-badge-b{ animation:none; }
  .oqc-scope .oqc-reveal{ opacity:1; transform:none; transition:none; }
}


/* End UK and US page css */


/* Start Teacher page design */


.oqct-scope{
  --oqct-green: #098a46;
  --oqct-green-deep: #06542b;
  --oqct-green-ink: #0c2b1c;
  --oqct-gold: #ffb706;
  --oqct-gold-deep: #d99900;
  --oqct-ivory: #fbf8f1;
  --oqct-mist: #eaf5ee;
  --oqct-paper: #ffffff;
  --oqct-ink: #16231c;
  --oqct-ink-soft: #55655b;

  display:block;
  background: var(--oqct-ivory);
  color: var(--oqct-ink);
  font-family:'Work Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.oqct-scope, .oqct-scope *{ box-sizing:border-box; }

.oqct-scope h1, .oqct-scope h2, .oqct-scope h3{
  font-family:'Amiri', serif;
  font-weight:700;
  line-height:1.12;
  margin:0.4em 0 0;
  letter-spacing:-0.01em;
}

.oqct-scope a:focus-visible, .oqct-scope button:focus-visible{
  outline:3px solid var(--oqct-gold);
  outline-offset:3px;
}

.oqct-scope .oqct-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:700;
  font-size:0.72rem;
  letter-spacing:0.16em;
  text-transform:uppercase;
  padding:7px 16px 7px 12px;
  border-radius:999px;
  border:1.5px solid var(--oqct-green);
  color:var(--oqct-green-deep);
  background:var(--oqct-mist);
}
.oqct-scope .oqct-eyebrow.oqct-eyebrow-light{
  border-color: var(--oqct-gold);
  color: var(--oqct-gold);
  background: rgba(255,183,6,0.1);
}
.oqct-scope .oqct-eyebrow svg{ width:12px; height:12px; flex-shrink:0; }

.oqct-scope .oqct-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  font-size:0.9rem;
  letter-spacing:0.02em;
  text-transform:uppercase;
  padding:15px 28px;
  border-radius:999px;
  text-decoration:none;
  border:none;
  cursor:pointer;
  background: var(--oqct-green);
  color:#fff;
  box-shadow: 0 10px 24px -8px rgba(9,138,70,0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.oqct-scope .oqct-btn:hover{ transform:translateY(-2px); background:var(--oqct-green-deep); box-shadow:0 14px 28px -8px rgba(9,138,70,0.65); }
.oqct-scope .oqct-btn.oqct-btn-gold{ background:var(--oqct-gold); color:var(--oqct-green-ink); box-shadow:0 10px 24px -8px rgba(217,153,0,0.5); }
.oqct-scope .oqct-btn.oqct-btn-gold:hover{ background:var(--oqct-gold-deep); }
.oqct-scope .oqct-btn svg{ width:15px; height:15px; }

.oqct-scope .oqct-underline{
  display:block;
  width:64px; height:4px;
  border-radius:4px;
  background: linear-gradient(90deg, var(--oqct-green), var(--oqct-gold));
  margin-top:16px;
}

/* ================= SECTION 1: HERO CLUSTER ================= */
.oqct-scope .oqct-hero{
  position:relative;
  max-width:1240px;
  margin:0 auto;
  padding:96px 32px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:56px;
  align-items:center;
}
.oqct-scope .oqct-hero-copy h1{ font-size:clamp(2.1rem,4vw,3rem); color:var(--oqct-green-ink); }
.oqct-scope .oqct-hero-copy h1 .oqct-accent{ color:var(--oqct-gold-deep); }
.oqct-scope .oqct-hero-copy p.oqct-lead{
  font-size:1.02rem; line-height:1.75; color:var(--oqct-ink-soft);
  max-width:46ch; margin-top:20px;
}
.oqct-scope .oqct-hero-copy .oqct-btn{ margin-top:32px; }

.oqct-scope .oqct-cluster{
  position:relative;
  height:420px;
}
.oqct-scope .oqct-cluster-bg{
  position:absolute; inset:0;
  border-radius: 45% 55% 60% 40% / 55% 45% 55% 45%;
  background: var(--oqct-mist);
  z-index:0;
}
.oqct-scope .oqct-cluster-img{
  position:absolute;
  border-radius:50%;
  overflow:hidden;
  border:6px solid #fff;
  box-shadow: 0 18px 34px -14px rgba(12,43,28,0.3);
  z-index:1;
}
.oqct-scope .oqct-cluster-img img{ width:100%; height:100%; object-fit:cover; display:block; }
.oqct-scope .oqct-cluster-img.oqct-c1{ width:190px; height:190px; top:0; left:22%; }
.oqct-scope .oqct-cluster-img.oqct-c2{ width:130px; height:130px; top:8%; right:0; }
.oqct-scope .oqct-cluster-img.oqct-c3{ width:110px; height:110px; bottom:6%; left:0; }
.oqct-scope .oqct-cluster-img.oqct-c4{ width:150px; height:150px; bottom:0; right:6%; }
.oqct-scope .oqct-cluster-img.oqct-c5{ width:78px; height:78px; bottom:-2%; left:38%; }

.oqct-scope .oqct-dot{
  position:absolute;
  border-radius:50%;
  z-index:2;
}
.oqct-scope .oqct-dot.oqct-d1{ width:38px; height:38px; background:var(--oqct-gold); top:2%; right:22%; }
.oqct-scope .oqct-dot.oqct-d2{ width:20px; height:20px; background:var(--oqct-green); bottom:20%; left:8%; }
.oqct-scope .oqct-dot.oqct-d3{ width:16px; height:16px; background:var(--oqct-gold-deep); top:40%; left:4%; }

/* ================= SECTION 2: DIAMOND GRID ================= */
.oqct-scope .oqct-approach{
  background:var(--oqct-paper);
  padding:96px 0;
}
.oqct-scope .oqct-approach-inner{
  max-width:1240px; margin:0 auto; padding:0 32px;
  display:grid; grid-template-columns:0.9fr 1.1fr; gap:72px; align-items:center;
}
.oqct-scope .oqct-approach-copy h2{ font-size:clamp(1.9rem,3.4vw,2.6rem); color:var(--oqct-ink); }
.oqct-scope .oqct-approach-copy h2 .oqct-hl{ color:var(--oqct-green); }
.oqct-scope .oqct-approach-copy p{
  font-size:1rem; line-height:1.75; color:var(--oqct-ink-soft);
  max-width:48ch; margin-top:18px;
}
.oqct-scope .oqct-approach-copy .oqct-btn{ margin-top:28px; }

.oqct-scope .oqct-diamond-grid{
  position:relative;
  width:100%;
  max-width:440px;
  aspect-ratio:1/1;
  margin:0 auto;
}
.oqct-scope .oqct-diamond{
  position:absolute;
  width:52%;
  aspect-ratio:1/1;
  border-radius:26px;
  overflow:hidden;
  border:5px solid;
  box-shadow: 0 16px 30px -12px rgba(12,43,28,0.28);
  transform:rotate(45deg);
}
.oqct-scope .oqct-diamond.oqct-dg1{ top:0; left:12%; border-color:var(--oqct-green); z-index:2; }
.oqct-scope .oqct-diamond.oqct-dg2{ top:6%; right:0; border-color:var(--oqct-gold); z-index:1; }
.oqct-scope .oqct-diamond.oqct-dg3{ bottom:2%; left:0; border-color:var(--oqct-gold-deep); z-index:1; }
.oqct-scope .oqct-diamond.oqct-dg4{ bottom:0; right:14%; border-color:var(--oqct-green-deep); z-index:2; }
.oqct-scope .oqct-diamond .oqct-diamond-inner{
  position:absolute; inset:0;
  transform:rotate(-45deg);
}
.oqct-scope .oqct-diamond .oqct-diamond-inner img{
  width:100%; height:100%; object-fit:cover; display:block;
}

/* ================= SECTION 3: WHY CHOOSE (dark panel) ================= */
.oqct-scope .oqct-why{
  position:relative;
  background:var(--oqct-green-ink);
  overflow:hidden;
}
.oqct-scope .oqct-why-inner{
  max-width:1240px; margin:0 auto; padding:96px 32px;
  display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;
}
.oqct-scope .oqct-why-copy{ position:relative; z-index:1; }
.oqct-scope .oqct-why-copy h2{ font-size:clamp(1.9rem,3.4vw,2.5rem); color:#fff; }
.oqct-scope .oqct-why-copy p.oqct-lead{
  font-size:1rem; line-height:1.75; color:rgba(255,255,255,0.72);
  max-width:48ch; margin-top:18px;
}
.oqct-scope .oqct-quote{
  margin:24px 0; padding:18px 20px;
  border-left:3px solid var(--oqct-gold);
  background: rgba(255,255,255,0.05);
  border-radius:0 10px 10px 0;
  font-family:'Amiri', serif;
  font-style:italic;
  color:#f2efe6;
  font-size:1.02rem;
  line-height:1.6;
}
.oqct-scope .oqct-checklist{ list-style:none; padding:0; margin:20px 0 0; display:flex; flex-direction:column; gap:12px; }
.oqct-scope .oqct-checklist li{ display:flex; align-items:flex-start; gap:10px; color:#e7e5dd; font-size:0.96rem; }
.oqct-scope .oqct-checklist svg{ width:18px; height:18px; flex-shrink:0; margin-top:2px; }
.oqct-scope .oqct-why-copy .oqct-btn{ margin-top:28px; }

.oqct-scope .oqct-why-visual{
  position:relative;
  display:flex; justify-content:center;
}
.oqct-scope .oqct-why-photo{
  position:relative;
  width:100%; max-width:340px;
  aspect-ratio:1/1;
  border-radius:50%;
  overflow:hidden;
  border:8px solid rgba(255,255,255,0.08);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.5);
}
.oqct-scope .oqct-why-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
.oqct-scope .oqct-why-dots{
  position:absolute;
  top:8%; right:2%;
  width:110px; height:110px;
  background-image: radial-gradient(rgba(255,183,6,0.5) 2px, transparent 2px);
  background-size:14px 14px;
  z-index:0;
}

/* ---------- responsive ---------- */
@media (max-width:940px){
  .oqct-scope .oqct-hero{ grid-template-columns:1fr; text-align:center; padding:64px 24px; }
  .oqct-scope .oqct-hero-copy p.oqct-lead{ margin-left:auto; margin-right:auto; }
  .oqct-scope .oqct-cluster{ max-width:380px; margin:0 auto; height:340px; }
  .oqct-scope .oqct-underline{ margin-left:auto; margin-right:auto; }

  .oqct-scope .oqct-approach-inner{ grid-template-columns:1fr; text-align:center; gap:48px; }
  .oqct-scope .oqct-approach-copy p{ margin-left:auto; margin-right:auto; }

  .oqct-scope .oqct-why-inner{ grid-template-columns:1fr; text-align:center; gap:44px; }
  .oqct-scope .oqct-why-copy p.oqct-lead{ margin-left:auto; margin-right:auto; }
  .oqct-scope .oqct-checklist{ align-items:center; }
  .oqct-scope .oqct-checklist li{ text-align:left; }
}

@media (max-width:560px){
  .oqct-scope .oqct-hero{ padding:48px 20px; }
  .oqct-scope .oqct-hero-copy h1{ font-size:1.85rem; }
  .oqct-scope .oqct-approach{ padding:64px 0; }
  .oqct-scope .oqct-approach-inner{ padding:0 20px; }
  .oqct-scope .oqct-approach-copy h2{ font-size:1.6rem; }
  .oqct-scope .oqct-why-inner{ padding:64px 20px; }
  .oqct-scope .oqct-why-copy h2{ font-size:1.6rem; }
  .oqct-scope .oqct-cluster{ height:280px; max-width:300px; }
  .oqct-scope .oqct-cluster-img.oqct-c1{ width:140px; height:140px; }
  .oqct-scope .oqct-cluster-img.oqct-c2{ width:96px; height:96px; }
  .oqct-scope .oqct-cluster-img.oqct-c3{ width:82px; height:82px; }
  .oqct-scope .oqct-cluster-img.oqct-c4{ width:110px; height:110px; }
  .oqct-scope .oqct-cluster-img.oqct-c5{ width:58px; height:58px; }
  .oqct-scope .oqct-diamond-grid{ max-width:300px; }
  .oqct-scope .oqct-why-photo{ max-width:240px; }
  .oqct-scope .oqct-btn{ width:100%; justify-content:center; }
}

/* ---------- animation: scroll reveal ---------- */
.oqct-scope .oqct-reveal{ opacity:0; transform:translateY(26px); transition:opacity 0.8s ease, transform 0.8s ease; }
.oqct-scope .oqct-reveal.oqct-in-view{ opacity:1; transform:none; }
.oqct-scope .oqct-reveal.oqct-delay-1.oqct-in-view{ transition-delay:0.12s; }
.oqct-scope .oqct-reveal.oqct-delay-2.oqct-in-view{ transition-delay:0.24s; }

/* ---------- animation: float / hover ---------- */
@keyframes oqct-floaty{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-8px); } }
@keyframes oqct-pulse{ 0%,100%{ transform:scale(1); } 50%{ transform:scale(1.12); } }
.oqct-scope .oqct-dot.oqct-d1{ animation: oqct-pulse 3.4s ease-in-out infinite; }
.oqct-scope .oqct-dot.oqct-d2{ animation: oqct-floaty 4.2s ease-in-out infinite; }
.oqct-scope .oqct-dot.oqct-d3{ animation: oqct-floaty 5s ease-in-out infinite; }

.oqct-scope .oqct-cluster-img, .oqct-scope .oqct-why-photo, .oqct-scope .oqct-diamond{ transition: transform 0.4s ease; }
.oqct-scope .oqct-cluster-img:hover{ transform: scale(1.05); z-index:3; }
.oqct-scope .oqct-why-photo:hover{ transform: scale(1.03); }
.oqct-scope .oqct-diamond:hover{ transform: rotate(45deg) scale(1.05); }

@media (prefers-reduced-motion:reduce){
  .oqct-scope .oqct-btn, .oqct-scope .oqct-cluster-img, .oqct-scope .oqct-why-photo, .oqct-scope .oqct-diamond{ transition:none; }
  .oqct-scope .oqct-dot{ animation:none; }
  .oqct-scope .oqct-reveal{ opacity:1; transform:none; transition:none; }
}




/* End teacher page design */
