/* ============================================================
   RESET & VARIABLES
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy:   #03174a;
  --blue:   #1f6ea9;
  --blue2:  #0074e8;
  --cyan:   #00b4d8;
  --gold:   #f5a800;
  --gold2:  #ffcc33;
  --white:  #ffffff;
  /* footer vars */
  --bg:      #050d18;
  --surface: rgba(255,255,255,0.035);
  --glass:   rgba(255,255,255,0.06);
  --border:  rgba(255,255,255,0.07);
  --f-blue:  #0ea5e9;
  --f-blue2: #38bdf8;
  --amber:   #f59e0b;
  --amber2:  #fcd34d;
  --muted:   rgba(255,255,255,0.42);
  --dim:     rgba(255,255,255,0.22);
}
body { font-family: 'Barlow', sans-serif; min-height: 100vh; display: flex; flex-direction: column; background: #f4f7fb; color: #1a2340; }
a{text-decoration: none;}
/* ============================================================
   TOPBAR
   ============================================================ */

/* BREADCRUMB */
.breadcrumb-wrap {
  display: flex; align-items: center; gap: 0;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 12px 22px;
  align-self: flex-end;
}
.breadcrumb-wrap a, .breadcrumb-wrap span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none;
  transition: color .2s;
}
.breadcrumb-wrap a { color: rgba(255,255,255,.55); }
.breadcrumb-wrap a:hover { color: var(--gold); }
.breadcrumb-wrap .bc-sep {
  color: rgba(255,255,255,.25); font-size: 11px; margin: 0 10px;
}
.breadcrumb-wrap .bc-current { color: var(--gold); }

/* HERO BOTTOM STATS BAR */
.page-hero-stats {
  position: relative; z-index: 2;
  background: rgba(0,20,60,.6); backdrop-filter: blur(8px);
  border-top: 1px solid rgba(0,116,232,.25);
}
.page-hero-stats-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 15px;
  display: flex; align-items: stretch;
}
.hero-stat {
  flex: 1; padding: 16px 0;
  display: flex; align-items: center; gap: 14px;
  border-right: 1px solid rgba(255,255,255,.06);
  padding-left: 28px;
}
.hero-stat:first-child { padding-left: 0; }
.hero-stat:last-child { border-right: none; }
.hero-stat-icon {
  width: 36px; height: 36px; border-radius: 8px; flex-shrink: 0;
  background: rgba(0,116,232,.15); border: 1px solid rgba(0,116,232,.3);
  display: flex; align-items: center; justify-content: center;
}
.hero-stat-icon svg { width: 16px; height: 16px; stroke: var(--cyan); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px; font-weight: 800; color: var(--gold); line-height: 1;
}
.hero-stat-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.5); margin-top: 2px;
}

/* ============================================================
   MAIN CONTENT AREA
   ============================================================ */
main { flex: 1; }

/* ---- SECTION: WHO WE ARE --------------------------------- */
.section-who {
  background: #fff;
  padding: 80px 15px;
}
.section-who-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.who-visual {
  position: relative;
}
.who-photo-frame {
  position: relative;
  border-radius: 16px; overflow: hidden;
  background: linear-gradient(135deg, #03174a, #0a3d8c);
  aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
}
.who-photo-placeholder {
  width: 100%; height: 100%;
  background: url('images/who-we-are.jpeg') center/cover no-repeat;
  position: absolute; inset: 0;
}
.who-photo-placeholder-fallback {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  padding: 48px;
  text-align: center;
}
.who-photo-placeholder-fallback .big-gt {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 88px; font-weight: 800; line-height: 1;
  color: rgba(255,255,255,.08); letter-spacing: -4px;
}
.who-photo-placeholder-fallback p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; letter-spacing: 4px; text-transform: uppercase;
  color: rgba(255,255,255,.35);
}
.who-badge {
  position: absolute; bottom: -20px; right: -20px;
  width: 120px; height: 120px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 8px 32px rgba(245,168,0,.4);
  border: 4px solid #fff;
  z-index: 2;
}
.who-badge-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 32px; font-weight: 800; color: var(--navy); line-height: 1;
}
.who-badge-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--navy); opacity: .75; text-align: center; padding: 0 8px;
}
.who-accent-line {
  position: absolute; top: 20px; left: -6px;
  width: 6px; height: 80px;
  background: linear-gradient(180deg, var(--gold), transparent);
  border-radius: 3px;
}

.section-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: var(--blue); margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.section-tag::before { content: ''; display: block; width: 24px; height: 2px; background: var(--blue); }
.section-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(30px, 3.5vw, 50px); font-weight: 800; line-height: .95;
  color: var(--navy); text-transform: uppercase; letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.section-heading span { color: var(--blue2); }
.who-text p {
  font-size: 15px; color: #4a5568; line-height: 1.8; margin-bottom: 16px;
}
.who-text p strong { color: var(--navy); font-weight: 600; }

.who-pills {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px;
}
.who-pill {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 16px;
  background: #f0f6fd;
  border: 1px solid rgba(0,116,232,.2);
  color: var(--blue2);
  border-radius: 4px;
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 100%, 6px 100%);
}
.who-cta {
  margin-top: 28px;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--navy);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 13px 28px; border-radius: 6px; text-decoration: none;
  transition: background .2s, transform .15s;
}
.who-cta:hover { background: var(--blue2); transform: translateY(-2px); }
.who-cta svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.5; }

/* ---- SECTION: KEY HIGHLIGHTS / MISSION ------------------- */
.section-mission {
  background: linear-gradient(135deg, #03174a 0%, #062a6e 50%, #0a3d8c 100%);
  padding: 80px 15px;
  position: relative; overflow: hidden;
}
.section-mission-grid-bg {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg, rgba(0,116,232,.05) 0px, rgba(0,116,232,.05) 1px, transparent 1px, transparent 55px),
    repeating-linear-gradient(90deg, rgba(0,116,232,.05) 0px, rgba(0,116,232,.05) 1px, transparent 1px, transparent 55px);
  pointer-events: none;
}
.section-mission-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.mission-header { text-align: center; margin-bottom: 56px; }
.mission-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.mission-tag::before, .mission-tag::after { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); opacity: .5; }
.mission-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(32px, 4vw, 56px); font-weight: 800; line-height: .95;
  color: #fff; text-transform: uppercase; letter-spacing: 1px;
}
.mission-heading span { color: var(--gold); }
.mission-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.mission-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 32px 28px;
  position: relative; overflow: hidden;
  transition: transform .2s, background .2s;
}
.mission-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.09); }
.mission-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue2), var(--cyan));
  border-radius: 14px 14px 0 0;
}
.mission-card.gold-top::before { background: linear-gradient(90deg, var(--gold), var(--gold2)); }
.mission-card.cyan-top::before { background: linear-gradient(90deg, var(--cyan), #00d4ff); }
.mission-card-icon {
  width: 48px; height: 48px; border-radius: 10px;
  background: rgba(0,116,232,.15); border: 1px solid rgba(0,116,232,.25);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.mission-card.gold-top .mission-card-icon { background: rgba(245,168,0,.12); border-color: rgba(245,168,0,.25); }
.mission-card.cyan-top .mission-card-icon { background: rgba(0,180,216,.12); border-color: rgba(0,180,216,.25); }
.mission-card-icon svg { width: 22px; height: 22px; stroke: var(--cyan); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mission-card.gold-top .mission-card-icon svg { stroke: var(--gold); }
.mission-card.cyan-top .mission-card-icon svg { stroke: #00d4ff; }
.mission-card-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px;
  color: #fff; margin-bottom: 12px;
}
.mission-card-text { font-size: 13.5px; color: rgba(255,255,255,.6); line-height: 1.75; }

/* ---- SECTION: STATS COUNTER ROW -------------------------- */
.section-stats {
  background: #fff;
  padding: 0 15px;
  border-bottom: 1px solid #e8edf5;
}
.section-stats-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(5, 1fr);
}
.stat-block {
  padding: 40px 20px;
  text-align: center;
  border-right: 1px solid #e8edf5;
  position: relative;
}
.stat-block:last-child { border-right: none; }
.stat-block::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue2), var(--cyan));
  border-radius: 2px;
  transition: width .4s .1s;
}
.stat-block:hover::after { width: 60px; }
.stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 46px; font-weight: 800; line-height: 1; color: var(--navy);
  margin-bottom: 6px;
}
.stat-num span { color: var(--blue2); }
.stat-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: #7a8aaa;
}

/* ---- SECTION: WHY CHOOSE US FEATURES --------------------- */
.section-features {
  background: #f4f7fb;
  padding: 80px 15px;
}
.section-features-inner { max-width: 1200px; margin: 0 auto; }
.features-header { text-align: center; margin-bottom: 56px; }
.features-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.feature-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px 24px;
  border: 1px solid #e2e8f4;
  position: relative;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  overflow: hidden;
}
.feature-card::before {
  content: ''; position: absolute;
  left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, var(--blue2), var(--cyan));
  border-radius: 14px 0 0 14px;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,87,184,.1); border-color: rgba(0,116,232,.2); }
.feature-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: linear-gradient(135deg, #f0f6fd, #e0ecfb);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  transition: background .2s;
}
.feature-card:hover .feature-icon { background: linear-gradient(135deg, #e0ecfb, #cce0f8); }
.feature-icon svg { width: 24px; height: 24px; stroke: var(--blue2); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px;
  color: var(--navy); margin-bottom: 10px;
}
.feature-text { font-size: 13px; color: #5a6a86; line-height: 1.75; }

/* ---- SECTION: CERTIFICATIONS MARQUEE -------------------- */
.section-certs {
  background: var(--navy);
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}
.cert-heading {
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: rgba(255,255,255,.35); margin-bottom: 24px;
}
.cert-track-wrap { overflow: hidden; }
.cert-track {
  display: flex; gap: 16px; width: max-content;
  animation: certScroll 22s linear infinite;
}
.cert-track:hover { animation-play-state: paused; }
@keyframes certScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.cert-pill {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 8px 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 4px;
  color: rgba(255,255,255,.7);
  white-space: nowrap;
  transition: background .2s, color .2s;
  flex-shrink: 0;
}
.cert-pill:hover { background: rgba(245,168,0,.15); color: var(--gold); border-color: rgba(245,168,0,.3); }

/* ---- SECTION: GULF OPPORTUNITIES ------------------------- */
.section-gulf {
  background: #fff;
  padding: 80px 15px;
}
.section-gulf-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center;
}
.gulf-text {}
.gulf-orbs {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.gulf-orb {
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 12px;
  border: 2px solid rgba(0,87,184,.12);
  transition: transform .2s, box-shadow .2s;
  cursor: default;
}
.gulf-orb:hover { transform: scale(1.06); box-shadow: 0 8px 28px rgba(0,87,184,.15); }
.gulf-orb-1 { background: linear-gradient(135deg, #03174a, #0a3d8c); }
.gulf-orb-2 { background: linear-gradient(135deg, #062a6e, #185fa5); }
.gulf-orb-3 { background: linear-gradient(135deg, #1a5c1a, #2d7a2d); }
.gulf-orb-4 { background: linear-gradient(135deg, #1a1a4e, #2d2d7a); }
.gulf-orb-5 { background: linear-gradient(135deg, #4a1a00, #8a3500); }
.gulf-orb-6 { background: linear-gradient(135deg, #00304a, #005a8a); }
.gulf-orb-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(7px, .7vw, 9px); font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,.6);
}
.gulf-orb-main {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(14px, 1.5vw, 20px); font-weight: 800; line-height: 1;
  text-transform: uppercase; color: #fff;
}
.gulf-orb-main.gold { color: var(--gold); }

.gulf-bullets { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.gulf-bullet {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 18px;
  background: linear-gradient(90deg, #f0f6fd, #fff);
  border-left: 3px solid var(--blue2);
  border-radius: 0 8px 8px 0;
}
.gulf-bullet-icon {
  width: 28px; height: 28px; border-radius: 6px; flex-shrink: 0;
  background: var(--blue2); display: flex; align-items: center; justify-content: center;
}
.gulf-bullet-icon svg { width: 14px; height: 14px; stroke: #fff; fill: none; stroke-width: 2.5; }
.gulf-bullet-text { font-size: 13.5px; color: #3a4a68; line-height: 1.6; }
.gulf-bullet-text strong { font-weight: 600; color: var(--navy); }

/* ---- SECTION: COURSES GRID ------------------------------- */
.section-courses {
  background: #f4f7fb;
  padding: 80px 15px;
}
.section-courses-inner { max-width: 1200px; margin: 0 auto; }
.courses-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin-top: 48px;
}
.course-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f4;
  transition: transform .2s, box-shadow .2s;
}
.course-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,87,184,.1); }
.course-card-top {
  height: 6px;
  background: linear-gradient(90deg, var(--navy), var(--blue2));
}
.course-card-body { padding: 24px 22px; }
.course-card-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 48px; font-weight: 800; color: rgba(3,23,74,.06); line-height: 1;
  margin-bottom: -8px;
}
.course-card-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px;
  color: var(--navy); margin-bottom: 8px;
}
.course-card-text { font-size: 12.5px; color: #6a7a96; line-height: 1.6; }
.course-card-tag {
  margin-top: 14px;
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 4px 10px; border-radius: 4px;
  background: linear-gradient(90deg, #e8f1fd, #d8e8fc);
  color: var(--blue2);
}

/* ---- SECTION: TESTIMONIAL STRIP -------------------------- */
.section-testimonial {
  background: linear-gradient(135deg, #03174a 0%, #06266a 50%, #0a3080 100%);
  padding: 72px 15px;
  position: relative; overflow: hidden;
}
.section-testimonial::before {
  content: '"'; position: absolute;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 400px; font-weight: 800;
  color: rgba(255,255,255,.03); line-height: 1;
  top: -40px; left: 20px; pointer-events: none;
}
.section-testimonial-inner { max-width: 900px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.testimonial-quote {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(16px, 2vw, 24px); font-weight: 400; font-style: italic;
  color: rgba(255,255,255,.85); line-height: 1.7; margin-bottom: 32px;
}
.testimonial-author { display: flex; align-items: center; justify-content: center; gap: 14px; }
.testimonial-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px; font-weight: 800; color: var(--navy);
}
.testimonial-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: #fff;
}
.testimonial-role { font-size: 12px; color: rgba(255,255,255,.5); margin-top: 2px; }

/* ---- SECTION: CONTACT CTA -------------------------------- */
.section-cta {
  background: #fff;
  padding: 80px 15px;
}
.section-cta-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.cta-text .section-heading { margin-bottom: 16px; }
.cta-text p { font-size: 14px; color: #5a6a86; line-height: 1.8; margin-bottom: 28px; }
.cta-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 13px 28px; border-radius: 6px; text-decoration: none;
  transition: background .2s, transform .15s;
}
.cta-btn-primary:hover { background: var(--blue2); transform: translateY(-2px); }
.cta-btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--navy);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 13px 28px; border-radius: 6px; text-decoration: none;
  border: 2px solid var(--navy);
  transition: background .2s, color .2s, transform .15s;
}
.cta-btn-secondary:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.cta-info-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.cta-info-card {
  background: #f4f7fb;
  border-radius: 12px; padding: 24px 22px;
  border: 1px solid #e2e8f4;
}
.cta-info-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, var(--navy), var(--blue2));
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.cta-info-icon svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cta-info-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px;
  color: var(--navy); margin-bottom: 6px;
}
.cta-info-val { font-size: 13px; color: #5a6a86; line-height: 1.6; }
.cta-info-val a { color: var(--blue2); text-decoration: none; }
.cta-info-val a:hover { text-decoration: underline; }

/* ============================================================
   FOOTER
   ============================================================ */
footer { position: relative; background: #041e59; overflow: hidden; color: #fff; font-family: 'Barlow', sans-serif; }
.blob { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 0; }
.blob-1 { width: 380px; height: 280px; background: radial-gradient(ellipse,rgba(14,165,233,0.18) 0%,transparent 70%); top: -60px; left: -60px; }
.blob-2 { width: 280px; height: 220px; background: radial-gradient(ellipse,rgba(245,158,11,0.12) 0%,transparent 70%); bottom: 0; right: 80px; }
.blob-3 { width: 200px; height: 200px; background: radial-gradient(ellipse,rgba(56,189,248,0.1) 0%,transparent 70%); top: 20px; right: 40%; }
.grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.025) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,0.025) 1px,transparent 1px); background-size: 40px 40px; z-index: 0; pointer-events: none; }
.top-line { height: 1px; background: linear-gradient(90deg,transparent 0%,var(--f-blue) 20%,var(--amber) 50%,var(--f-blue) 80%,transparent 100%); position: relative; z-index: 2; }
.top-line::after { content: ''; position: absolute; top: -2px; left: 50%; transform: translateX(-50%); width: 120px; height: 5px; background: linear-gradient(90deg,var(--f-blue),var(--amber),var(--f-blue)); filter: blur(6px); border-radius: 50%; }
.f-hero { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; max-width: 1160px; margin: 0 auto; padding: 28px 15px 22px; border-bottom: 1px solid var(--border); gap: 20px; flex-wrap: wrap; }
.brand-block { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.hex-logo { position: relative; width: 46px; height: 46px; flex-shrink: 0; }
.hex-logo svg { width: 46px; height: 46px; }
.hex-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; color: #fff; }
.brand-name { display: flex; flex-direction: column; gap: 1px; }
.brand-name .main { font-weight: 800; font-size: 20px; letter-spacing: 2px; color: #fff; line-height: 1; }
.brand-name .main sup { font-size: 8px; vertical-align: super; }
.brand-name .sub { font-size: 8.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
.branch-pills { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.branch-label { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--dim); margin-right: 4px; }
.pill { font-size: 12px; font-weight: 500; color: var(--f-blue2); background: rgba(14,165,233,0.1); border: 1px solid rgba(14,165,233,0.2); border-radius: 20px; padding: 4px 12px; text-decoration: none; transition: background .2s, border-color .2s; }
.pill:hover { background: rgba(14,165,233,0.2); border-color: rgba(14,165,233,0.4); color: #fff; }

.f-grid { position: relative; z-index: 2; max-width: 1160px; margin: 0 auto; padding: 24px 15px 22px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 0; }
.f-section { padding: 0 28px 0 0; }
.f-section + .f-section { padding: 0 28px; border-left: 1px solid var(--border); }
.f-section:last-child { padding: 0 0 0 28px; }
.sec-head { font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--f-blue); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.sec-head::before { content: ''; width: 14px; height: 1.5px; background: var(--f-blue); flex-shrink: 0; }
.links-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 12px; list-style: none; }
.links-1col { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.links-2col a, .links-1col a { font-size: 14px; color: var(--muted); text-decoration: none; padding: 3px 0; display: flex; align-items: center; gap: 5px; transition: color .2s; }
.links-2col a::before, .links-1col a::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--amber); flex-shrink: 0; opacity: 0.5; transition: opacity .2s; }
.links-2col a:hover, .links-1col a:hover { color: #fff; }
.links-2col a:hover::before, .links-1col a:hover::before { opacity: 1; }
.contact-block { display: flex; flex-direction: column; gap: 11px; }
.c-row { display: flex; gap: 10px; align-items: flex-start; }
.c-icon { width: 26px; height: 26px; border-radius: 6px; background: var(--glass); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.c-icon svg { width: 11px; height: 11px; stroke: var(--amber); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.c-vals { display: flex; flex-direction: column; gap: 1px; }
.c-vals a { font-size: 13px; color: var(--muted); text-decoration: none; line-height: 1.6; transition: color .2s; }
.c-vals a:hover { color: #fff; }
.soc-wrap { display: flex; gap: 7px; margin-top: 14px; }
.soc { width: 30px; height: 30px; border-radius: 7px; background: var(--surface); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; text-decoration: none; color: var(--dim); transition: background .2s, border-color .2s, color .2s, transform .15s; }
.soc:hover { background: rgba(14,165,233,0.15); border-color: rgba(14,165,233,0.35); color: var(--f-blue2); transform: translateY(-2px); }
.soc svg { width: 13px; height: 13px; fill: currentColor; }
.f-bar { position: relative; z-index: 2; border-top: 1px solid var(--border); }
.f-bar-inner { max-width: 1160px; margin: 0 auto; padding: 12px 15px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.f-bar p { font-size: 10.5px; color: var(--dim); }
.f-bar strong { color: rgba(255,255,255,0.45); font-weight: 500; }
.bottom-nav { display: flex; gap: 18px; list-style: none; }
.bottom-nav a { font-size: 10.5px; color: var(--dim); text-decoration: none; transition: color .2s; }
.bottom-nav a:hover { color: var(--f-blue2); }
@media (max-width: 1024px) {
  .f-grid { grid-template-columns: 1fr 1fr; gap: 20px; padding: 24px 15px 20px; }
  .f-section, .f-section + .f-section, .f-section:last-child { padding: 0; border-left: none; }
  .f-section + .f-section { padding-top: 16px; border-top: 1px solid var(--border); }
  .f-hero { padding: 22px 15px 18px; }
}
@media (max-width: 640px) {
  .f-grid { grid-template-columns: 1fr; padding: 20px 15px 16px; }
  .f-hero { padding: 18px 15px 14px; flex-direction: column; align-items: flex-start; }
  .f-bar-inner { flex-direction: column; text-align: center; padding: 12px 15px; }
  .bottom-nav { justify-content: center; }
  .links-2col { grid-template-columns: 1fr; }
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }



/* WHATSAPP */
.floating_btn { position: fixed; bottom: 10%; right:2%; width: 63px; height: 63px; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 1000; }
@keyframes pulsing { to { box-shadow: 0 0 0 30px rgba(232,76,61,0); } }
.contact_icon { background-color: #42db87; color: #fff; width: 64px; height: 64px; font-size: 30px; border-radius: 50px; text-align: center; box-shadow: 0 0 0 0 #42db87; animation: pulsing 1.25s infinite cubic-bezier(0.66,0,0,1); display: flex; align-items: center; justify-content: center; }
.text_icon { margin-top: 8px; color: #707070; font-size: 13px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .section-who-inner { grid-template-columns: 1fr; gap: 40px; }
  .who-visual { max-width: 520px; }
  .section-gulf-inner { grid-template-columns: 1fr; gap: 40px; }
  .section-cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .cta-info-cards { grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 900px) {
  .mission-cards { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .courses-grid { grid-template-columns: 1fr 1fr; }
  .section-stats-inner { grid-template-columns: repeat(3,1fr); }
  .stat-block:nth-child(3) { border-right: none; }
  .stat-block:nth-child(4), .stat-block:nth-child(5) { border-top: 1px solid #e8edf5; }
  .stat-block:nth-child(5) { border-right: none; }
  .page-hero-inner { padding: 36px 15px 32px; }
  .page-hero-stats-inner { padding: 0 15px; }
  .section-who, .section-mission, .section-features, .section-gulf, .section-cta, .section-courses { padding: 60px 15px; }
  .section-stats { padding: 0 15px; }
  .breadcrumb-wrap { align-self: flex-start; }
}
@media (max-width: 640px) {
  .features-grid { grid-template-columns: 1fr; }
  .courses-grid { grid-template-columns: 1fr; }
  .cta-info-cards { grid-template-columns: 1fr 1fr; }
  .section-stats-inner { grid-template-columns: 1fr 1fr; }
  .stat-block { border-right: none; border-bottom: 1px solid #e8edf5; }
  .stat-block:nth-child(odd) { border-right: 1px solid #e8edf5; }
  .hero-stat-icon { display: none; }
  .page-hero-stats-inner { flex-wrap: wrap; }
  .hero-stat { flex: 1 1 50%; border-right: none; padding-left: 0; }
  .gulf-orbs { grid-template-columns: repeat(3, 1fr); }
}

/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 2%;
    overflow: hidden;
    width: 63px;
    height: 63px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 27%;
    background-color: #1776ba!important;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

