/*
Theme Name: El Hurra School — Lingvora FIX v2.0.3
Theme URI: https://elhurraschool.com/
Author: MIOR Agency
Author URI: https://mioragency.com/
Description: Thème RTL sur mesure pour El Hurra School, inspiré de l'esthétique Lingvora : hero immersif, sections bleu nuit, cartes programmes, blog dynamique, Contact Form 7, popup newsletter et typographie Lingvora adaptée à l’arabe : Alexandria pour les titres et IBM Plex Sans Arabic pour les textes.
Version: 2.0.3
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: elhurra-school
*/

/* =========================================================
   TYPOGRAPHY
   Lingvora source uses Manrope for headings and Inter for body.
   Arabic glyphs use IBM Plex Sans Arabic for the same clean sans feel.
========================================================= */

/* =========================================================
   DESIGN TOKENS — LINGVORA x EL HURRA
========================================================= */
:root{
  --elh-navy:#031743;
  --elh-navy-2:#08265C;
  --elh-blue:#0067E3;
  --elh-cyan:#4098BE;
  --elh-yellow:#FEC10C;
  --elh-yellow-2:#FFB800;
  --elh-white:#FFFFFF;
  --elh-ink:#20242D;
  --elh-text:#454B57;
  --elh-muted:#6A7280;
  --elh-soft:#F5F7FA;
  --elh-soft-2:#EEF2F7;
  --elh-line:#DFE5EE;
  --elh-card:#FFFFFF;
  --elh-green:#1EBB68;
  --elh-radius:18px;
  --elh-radius-sm:12px;
  --elh-shadow:0 18px 50px rgba(3,23,67,.10);
  --elh-shadow-hover:0 24px 60px rgba(3,23,67,.16);
  --elh-container:1180px;
  --elh-title:"Alexandria","IBM Plex Sans Arabic",Arial,sans-serif;
  --elh-body:"IBM Plex Sans Arabic","Alexandria",Arial,sans-serif;
}

/* =========================================================
   BASE
========================================================= */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;background:#fff;color:var(--elh-text);font-family:var(--elh-body);font-size:16px;font-weight:400;line-height:1.75;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body.admin-bar .elh-site-header{top:32px}
a{color:inherit;text-decoration:none;transition:.22s ease}
img{display:block;max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
h1,h2,h3,h4,h5,h6{margin:0;color:var(--elh-ink);font-family:var(--elh-title);font-weight:800;line-height:1.22;letter-spacing:-.025em}
p{margin:0 0 1em}

/* Arabic equivalent of Lingvora typography: clean, geometric, sans-serif. */
html[lang^="ar"] body,
[dir="rtl"]{font-family:"IBM Plex Sans Arabic","Alexandria",Arial,sans-serif}
html[lang^="ar"] h1,html[lang^="ar"] h2,html[lang^="ar"] h3,html[lang^="ar"] h4,html[lang^="ar"] h5,html[lang^="ar"] h6,
[dir="rtl"] h1,[dir="rtl"] h2,[dir="rtl"] h3,[dir="rtl"] h4,[dir="rtl"] h5,[dir="rtl"] h6{font-family:"Alexandria","IBM Plex Sans Arabic",Arial,sans-serif;font-weight:800;letter-spacing:0}
html[lang^="ar"] .elh-hero-title,html[lang^="ar"] .elh-section-title,html[lang^="ar"] .elh-brand-name,html[lang^="ar"] .elh-brand-fallback,
[dir="rtl"] .elh-hero-title,[dir="rtl"] .elh-section-title,[dir="rtl"] .elh-brand-name,[dir="rtl"] .elh-brand-fallback{font-family:"Alexandria","IBM Plex Sans Arabic",Arial,sans-serif;font-weight:800;letter-spacing:0}
.elh-container{width:min(var(--elh-container),calc(100% - 48px));margin-inline:auto}
.elh-section{padding:100px 0}
.elh-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--elh-blue);font-size:13px;font-weight:700}
.elh-eyebrow::before{content:"";width:24px;height:2px;border-radius:2px;background:currentColor}
.elh-section-head{max-width:720px;margin:0 auto 42px;text-align:center}
.elh-section-head .elh-eyebrow{justify-content:center}
.elh-section-title{font-size:clamp(30px,3vw,48px);line-height:1.18;margin-bottom:12px;font-weight:800}
.elh-section-sub{max-width:650px;margin:auto;color:var(--elh-muted);font-size:16px;line-height:1.75;font-weight:400}
.elh-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:12px 24px;border-radius:10px;border:1px solid transparent;font-weight:700;cursor:pointer;letter-spacing:-.01em}
.elh-btn-primary{background:var(--elh-yellow);color:#111!important;box-shadow:0 12px 28px rgba(254,193,12,.22)}
.elh-btn-primary:hover{transform:translateY(-2px);background:#ffd02f}
.elh-btn-blue{background:var(--elh-blue);color:#fff!important}
.elh-btn-blue:hover{transform:translateY(-2px);background:#0058c4}
.elh-btn-outline-light{border-color:rgba(255,255,255,.44);color:#fff!important;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.elh-btn-outline-light:hover{background:#fff;color:var(--elh-navy)!important}

/* =========================================================
   HEADER — LINGVORA STYLE
========================================================= */
.elh-site-header{position:sticky;top:0;z-index:99990;background:linear-gradient(90deg,var(--elh-navy),#0a397b);color:#fff;box-shadow:0 8px 30px rgba(3,23,67,.15);transition:.28s ease}
.home .elh-site-header{position:fixed;left:0;right:0;background:linear-gradient(180deg,rgba(3,23,67,.88),rgba(3,23,67,.32),transparent);box-shadow:none}
.home .elh-site-header.is-scrolled{background:linear-gradient(90deg,var(--elh-navy),#0a397b);box-shadow:0 8px 30px rgba(3,23,67,.2)}
.elh-mainbar-inner{min-height:82px;display:grid;grid-template-columns:220px 1fr 150px;grid-template-areas:"brand nav action";align-items:center;gap:30px;direction:ltr}
.elh-brand{grid-area:brand;display:flex;align-items:center;gap:10px}
.elh-brand .custom-logo-link{display:flex;align-items:center}
.elh-brand img{width:auto;max-width:175px;max-height:56px;object-fit:contain}
.elh-brand.is-icon-logo img{width:48px;height:48px;max-width:48px;max-height:48px;padding:6px;background:#fff;border-radius:12px}
.elh-brand-text{display:flex;flex-direction:column;line-height:1.15;text-align:right}
.elh-brand-name,.elh-brand-fallback{font-family:var(--elh-title);font-size:20px;font-weight:800;color:#fff;white-space:nowrap;letter-spacing:-.02em}
.elh-brand-sub{margin-top:3px;color:rgba(255,255,255,.7);font-size:8px;font-weight:500;white-space:nowrap}
.elh-nav{grid-area:nav;display:flex;align-items:center;justify-content:center;gap:26px;direction:rtl}
.elh-nav a{position:relative;display:flex;align-items:center;min-height:82px;color:#fff!important;font-size:13px;font-weight:600;white-space:nowrap;letter-spacing:-.01em}
.elh-nav a::after{content:"";position:absolute;right:0;left:0;bottom:22px;height:2px;transform:scaleX(0);transform-origin:center;background:var(--elh-yellow);transition:.22s ease}
.elh-nav a:hover,.elh-nav .current-menu-item>a,.elh-nav .current_page_item>a{color:var(--elh-yellow)!important}
.elh-nav a:hover::after,.elh-nav .current-menu-item>a::after,.elh-nav .current_page_item>a::after{transform:scaleX(1)}
.elh-header-action{grid-area:action;display:flex;justify-content:flex-end}
.elh-header-cta{display:inline-flex;align-items:center;justify-content:center;min-width:128px;min-height:44px;padding:9px 18px;border-radius:9px;background:var(--elh-yellow);color:#111!important;font-size:13px;font-weight:700;letter-spacing:-.01em}
.elh-header-cta:hover{transform:translateY(-2px);background:#ffd22d}
.elh-menu-toggle{display:none;width:44px;height:44px;padding:9px;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:rgba(255,255,255,.08)}
.elh-menu-toggle span{display:block;height:2px;margin:5px 0;background:#fff;border-radius:2px}

/* =========================================================
   HERO — FULL BLEED LIKE LINGVORA
========================================================= */
.elh-hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden;background-color:var(--elh-navy);background-size:cover;background-position:center}
.elh-hero::before{content:"";position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(3,23,67,.54),rgba(3,23,67,.75) 48%,rgba(3,23,67,.96) 100%),
  radial-gradient(circle at 22% 20%,rgba(64,152,190,.45),transparent 38%);
}
.elh-hero::after{content:"";position:absolute;inset:auto -10% -42% 35%;height:70%;background:radial-gradient(circle,rgba(0,103,227,.42),transparent 66%);pointer-events:none}
.elh-hero-inner{position:relative;z-index:2;width:100%;padding-top:84px}
.elh-hero-copy{max-width:720px;margin-right:0;margin-left:auto;text-align:right;color:#fff}
.elh-hero-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;color:var(--elh-yellow);font-size:13px;font-weight:700}
.elh-hero-kicker::before{content:"";width:28px;height:2px;background:currentColor}
.elh-hero-title{color:#fff;font-size:clamp(44px,5.3vw,72px);line-height:1.18;letter-spacing:-.03em;margin-bottom:22px;font-weight:800}
.elh-hero-title span{color:var(--elh-yellow)}
.elh-hero-desc{max-width:640px;margin:0 0 28px;color:rgba(255,255,255,.86);font-size:17px;line-height:1.78;font-weight:400}
.elh-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:34px}
.elh-hero-play{display:inline-flex;align-items:center;gap:10px;color:#fff!important;font-weight:600}
.elh-hero-play-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.6);background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}
.elh-hero-play-icon svg{width:20px;fill:#fff}
.elh-hero-proof{display:flex;flex-wrap:wrap;gap:22px;color:rgba(255,255,255,.82);font-size:13px}
.elh-hero-proof span{display:inline-flex;align-items:center;gap:8px}
.elh-hero-proof i{width:8px;height:8px;border-radius:50%;background:var(--elh-yellow);box-shadow:0 0 0 5px rgba(254,193,12,.12)}

/* =========================================================
   ABOUT INTRO
========================================================= */
.elh-about-intro{background:#fff}
.elh-about-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:58px;align-items:center;direction:ltr}
.elh-about-media{position:relative}
.elh-about-media img{width:100%;height:470px;object-fit:cover;border-radius:18px;box-shadow:var(--elh-shadow)}
.elh-about-media::after{content:"";position:absolute;right:-22px;bottom:-22px;width:110px;height:110px;border:18px solid var(--elh-yellow);border-radius:24px;opacity:.85;z-index:-1}
.elh-about-copy{direction:rtl;text-align:right}
.elh-about-copy .elh-section-title{max-width:620px;font-size:clamp(32px,3.4vw,52px)}
.elh-about-copy p{color:var(--elh-muted);font-size:16px;line-height:1.75;font-weight:400}
.elh-feature-chips{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}
.elh-chip{display:flex;align-items:center;gap:12px;padding:15px 16px;border-radius:10px;background:#F4F5F7;color:#252932;font-weight:700}
.elh-chip-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--elh-navy);color:#fff;font-size:14px}

/* =========================================================
   PROGRAMS DESIGNED FOR YOUR GOALS
========================================================= */
.elh-goals{background:#fff;padding-top:28px}
.elh-goals-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:930px;margin:auto}
.elh-goal-card{position:relative;min-height:150px;padding:26px 28px;border-radius:14px;background:#F3F4F6;border:1px solid transparent;overflow:hidden}
.elh-goal-card:nth-child(1){background:linear-gradient(135deg,var(--elh-blue),#2f92ff);color:#fff}
.elh-goal-card:nth-child(4){background:#222;color:#fff}
.elh-goal-card h3{font-size:20px;margin-bottom:8px;color:inherit;font-weight:800}
.elh-goal-card p{margin:0;color:inherit;opacity:.82;font-size:13px;line-height:1.75}
.elh-goal-card .elh-goal-link{display:inline-flex;margin-top:14px;font-size:12px;font-weight:700;color:inherit}
.elh-stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;max-width:930px;margin:12px auto 0}
.elh-stat{padding:20px 12px;border-radius:10px;background:#F2F3F5;text-align:center}
.elh-stat strong{display:block;color:var(--elh-ink);font-family:var(--elh-title);font-size:30px;line-height:1.1}
.elh-stat span{display:block;margin-top:5px;color:var(--elh-muted);font-size:11px}

/* =========================================================
   POPULAR PROGRAMS — DARK GRADIENT
========================================================= */
.elh-programs{position:relative;overflow:hidden;background:
  radial-gradient(circle at 10% 15%,rgba(64,152,190,.42),transparent 32%),
  radial-gradient(circle at 85% 80%,rgba(0,103,227,.35),transparent 34%),
  var(--elh-navy);
}
.elh-programs::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(3,23,67,.3),rgba(3,23,67,.86));pointer-events:none}
.elh-programs .elh-container{position:relative;z-index:2}
.elh-programs .elh-eyebrow{color:var(--elh-yellow)}
.elh-programs .elh-section-title,.elh-programs .elh-section-sub{color:#fff}
.elh-programs .elh-section-sub{opacity:.75}
.elh-program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.elh-program-card{display:flex;flex-direction:column;min-height:310px;padding:24px;border-radius:15px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.12)}
.elh-program-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#E7F2FF;color:var(--elh-blue);font-size:22px}
.elh-program-card h3{margin:18px 0 8px;font-size:19px;font-weight:800}
.elh-program-card p{margin:0;color:var(--elh-muted);font-size:13px;line-height:1.75}
.elh-program-list{display:grid;gap:8px;margin-top:auto;padding-top:18px;border-top:1px solid var(--elh-line)}
.elh-program-list span{display:flex;align-items:center;gap:8px;color:#4f5662;font-size:11px}
.elh-program-list span::before{content:"✓";width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#E7F2FF;color:var(--elh-blue);font-weight:700}

/* =========================================================
   WHY US
========================================================= */
.elh-why{background:#fff}
.elh-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center;direction:ltr}
.elh-collage{display:grid;grid-template-columns:1.2fr .8fr;gap:12px;height:450px}
.elh-collage img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.elh-collage-side{display:grid;grid-template-rows:1fr 1fr;gap:12px}
.elh-why-copy{direction:rtl;text-align:right}
.elh-why-list{display:grid;gap:20px;margin-top:26px}
.elh-why-item{display:grid;grid-template-columns:1fr 34px;gap:14px;align-items:start}
.elh-why-item-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--blue,#0067E3);background:var(--elh-blue);color:#fff;font-size:12px}
.elh-why-item h3{font-size:17px;margin-bottom:4px;font-weight:800}
.elh-why-item p{margin:0;color:var(--elh-muted);font-size:13px;line-height:1.75}

/* =========================================================
   CTA BANNER
========================================================= */
.elh-banner{position:relative;min-height:420px;display:flex;align-items:center;background-size:cover;background-position:center;overflow:hidden}
.elh-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,23,67,.95),rgba(3,23,67,.86),rgba(3,23,67,.56))}
.elh-banner-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff}
.elh-banner-copy{max-width:650px}
.elh-banner h2{color:#fff;font-size:clamp(34px,4vw,56px);margin-bottom:12px}
.elh-banner p{color:rgba(255,255,255,.75);margin:0}
.elh-banner-offer{min-width:250px;padding:28px;border:1px solid rgba(255,255,255,.24);border-radius:16px;background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}
.elh-banner-offer strong{display:block;color:#fff;font-family:var(--elh-title);font-size:42px;line-height:1}
.elh-banner-offer span{display:block;margin:8px 0 18px;color:rgba(255,255,255,.75);font-size:12px}

/* =========================================================
   PROCESS
========================================================= */
.elh-process{background:#fff}
.elh-process-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center;direction:ltr}
.elh-process-media img{width:100%;height:430px;object-fit:cover;border-radius:18px;box-shadow:var(--elh-shadow)}
.elh-process-copy{direction:rtl}
.elh-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.elh-step{position:relative;padding-top:48px}
.elh-step-num{position:absolute;top:0;right:0;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--elh-blue);color:#fff;font-family:var(--elh-title);font-weight:700}
.elh-step h3{font-size:15px;margin-bottom:5px;font-weight:800}
.elh-step p{color:var(--elh-muted);font-size:11px;line-height:1.7}

/* =========================================================
   TESTIMONIALS
========================================================= */
.elh-testimonials{padding-top:60px;background:#fff}
.elh-testimonial-stage{position:relative;min-height:450px;padding-bottom:165px}
.elh-testimonial-photo{position:absolute;left:0;right:0;bottom:0;height:300px;border-radius:18px;overflow:hidden}
.elh-testimonial-photo img{width:100%;height:100%;object-fit:cover}
.elh-testimonial-card{position:relative;z-index:2;width:min(760px,90%);margin:auto;padding:34px 38px;border-radius:16px;background:#F5F5F5;box-shadow:var(--elh-shadow)}
.elh-testimonial-grid{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:center;direction:ltr}
.elh-testimonial-score{direction:rtl;border-left:1px solid #D7DBE2;padding-left:26px}
.elh-testimonial-score h2{font-size:32px;margin-bottom:16px}
.elh-testimonial-score strong{font-size:34px}
.elh-stars{color:var(--elh-yellow);letter-spacing:3px}
.elh-testimonial-copy{direction:rtl}
.elh-testimonial-copy p{color:#343a44;font-size:15px;line-height:1.9}
.elh-testimonial-name{margin-top:12px;color:var(--elh-blue);font-weight:700}

/* =========================================================
   FAQ
========================================================= */
.elh-faq{background:#fff}
.elh-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;direction:ltr}
.elh-faq-list{direction:rtl}
.elh-faq-item{border-bottom:1px solid var(--elh-line)}
.elh-faq-item summary{position:relative;list-style:none;padding:18px 36px 18px 0;color:#262b34;font-weight:700;cursor:pointer}
.elh-faq-item summary::-webkit-details-marker{display:none}
.elh-faq-item summary::before{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#ECEFF3;color:var(--elh-navy)}
.elh-faq-item[open] summary::before{content:"−";background:var(--elh-blue);color:#fff}
.elh-faq-answer{padding:0 36px 18px 0;color:var(--elh-muted);font-size:13px;line-height:1.85}
.elh-faq-visual{position:relative}
.elh-faq-visual img{width:100%;height:420px;object-fit:cover;border-radius:18px}
.elh-faq-float{position:absolute;right:24px;bottom:24px;max-width:250px;padding:24px;border-radius:14px;background:var(--elh-navy);color:#fff}
.elh-faq-float h3{color:#fff;font-size:19px;margin-bottom:8px}
.elh-faq-float p{color:rgba(255,255,255,.7);font-size:12px}

/* =========================================================
   CONTACT
========================================================= */
.elh-contact{position:relative;overflow:hidden;background:
  linear-gradient(90deg,rgba(3,23,67,.96),rgba(3,23,67,.86)),
  var(--elh-navy);color:#fff}
.elh-contact::after{content:"";position:absolute;inset:-40% auto auto -15%;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(0,103,227,.5),transparent 65%)}
.elh-contact-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center;direction:ltr}
.elh-contact-card{direction:rtl;padding:28px;border-radius:16px;background:#fff;color:var(--elh-ink);box-shadow:0 28px 70px rgba(0,0,0,.24)}
.elh-contact-copy{direction:rtl}
.elh-contact-copy .elh-eyebrow{color:var(--elh-yellow)}
.elh-contact-copy h2{color:#fff;font-size:clamp(34px,4vw,54px);margin-bottom:14px}
.elh-contact-copy p{color:rgba(255,255,255,.72);font-size:15px}
.elh-contact-meta{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}
.elh-contact-meta div{padding:16px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.06)}
.elh-contact-meta strong{display:block;color:#fff;font-size:12px}
.elh-contact-meta span,.elh-contact-meta a{display:block;margin-top:4px;color:rgba(255,255,255,.72);font-size:11px}

/* =========================================================
   BLOG
========================================================= */
.elh-blog{background:#fff}
.elh-post-grid,.elh-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.elh-post-card{overflow:hidden;border-radius:14px;background:#F4F5F7;transition:.25s ease}
.elh-post-card:hover{transform:translateY(-5px);box-shadow:var(--elh-shadow)}
.elh-post-image{display:block;height:220px;overflow:hidden}
.elh-post-image img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
.elh-post-card:hover .elh-post-image img{transform:scale(1.04)}
.elh-post-body{padding:20px}
.elh-post-cat{color:var(--elh-blue);font-size:11px;font-weight:700}
.elh-post-title{margin:7px 0 8px;font-size:20px;line-height:1.4}
.elh-post-excerpt{color:var(--elh-muted);font-size:12px;line-height:1.75}
.elh-post-more{display:inline-flex;margin-top:6px;color:var(--elh-blue);font-size:12px;font-weight:700}

/* =========================================================
   INNER PAGE HERO
========================================================= */
.elh-inner-hero{position:relative;min-height:310px;display:flex;align-items:center;background:
  radial-gradient(circle at 18% 20%,rgba(64,152,190,.65),transparent 32%),
  linear-gradient(120deg,var(--elh-navy),#0b3f84);overflow:hidden}
.elh-inner-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 45%,rgba(255,255,255,.04))}
.elh-inner-hero-inner{position:relative;z-index:2;text-align:center;color:#fff;padding-top:25px}
.elh-inner-hero h1{color:#fff;font-size:clamp(36px,4vw,58px)}
.elh-breadcrumb{margin-top:10px;color:rgba(255,255,255,.72);font-size:13px}
.elh-content-shell{padding:80px 0 100px;background:#fff}
.elh-content-card{max-width:920px;margin:auto}
.elh-content-card>img,.elh-content-card .wp-post-image{width:100%;height:auto;border-radius:18px;margin:24px 0}
.elh-page-title{font-size:clamp(34px,4vw,52px);margin-bottom:18px}
.elh-post-meta{color:var(--elh-muted);font-size:13px;margin-bottom:20px}
.elh-entry-content{font-size:17px;line-height:2;color:#3f4652}
.elh-entry-content h2,.elh-entry-content h3{margin:1.5em 0 .65em}
.elh-entry-content a{color:var(--elh-blue);text-decoration:underline}
.elh-pagination{margin-top:35px}

/* =========================================================
   CONTACT FORM 7 / SITE FORMS
========================================================= */
.elh-contact-card .wpcf7,.elh-cf7,.elh-freebie-cf7,.elh-newsletter-cf7{font-family:var(--elh-body)}
.elh-contact-card .wpcf7 p,.elh-cf7 p,.elh-freebie-cf7 p{margin:0 0 14px}
.elh-contact-card .wpcf7 label,.elh-cf7 label,.elh-freebie-cf7 label{display:block;color:#262b34;font-size:12px;font-weight:700}
.elh-contact-card .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.elh-contact-card .wpcf7 select,.elh-contact-card .wpcf7 textarea,
.elh-cf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),.elh-cf7 select,.elh-cf7 textarea,
.elh-freebie-cf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),.elh-freebie-cf7 select,.elh-freebie-cf7 textarea{
  width:100%;margin-top:6px;padding:12px 14px;border:1px solid #DDE3EB;border-radius:8px;background:#fff;color:#252b34;outline:none
}
.elh-contact-card .wpcf7 input:not([type="submit"]):focus,.elh-contact-card .wpcf7 select:focus,.elh-contact-card .wpcf7 textarea:focus,
.elh-cf7 input:not([type="submit"]):focus,.elh-cf7 select:focus,.elh-cf7 textarea:focus,
.elh-freebie-cf7 input:not([type="submit"]):focus,.elh-freebie-cf7 select:focus,.elh-freebie-cf7 textarea:focus{border-color:var(--elh-blue);box-shadow:0 0 0 3px rgba(0,103,227,.08)}
.elh-contact-card .wpcf7 textarea,.elh-cf7 textarea,.elh-freebie-cf7 textarea{min-height:120px;resize:vertical}
.elh-contact-card .wpcf7 input[type="submit"],.elh-cf7 input[type="submit"],.elh-freebie-cf7 input[type="submit"],.elh-newsletter-cf7 input[type="submit"]{
  width:100%;min-height:50px;padding:10px 20px;border:0;border-radius:8px;background:var(--elh-blue);color:#fff;font-weight:700;cursor:pointer
}
.elh-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.elh-cf7,.elh-freebie-cf7{width:min(100%,840px);margin:auto;padding:30px;border:1px solid var(--elh-line);border-radius:16px;background:#fff;box-shadow:var(--elh-shadow)}
.elh-cf7 h3{font-size:28px;margin-bottom:8px}
.elh-cf7-group{display:none}
.elh-cf7-group.is-visible{display:block}
.elh-newsletter-cf7{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}
.elh-newsletter-cf7 label{margin:0}

/* =========================================================
   FOOTER
========================================================= */
.elh-footer{background:var(--elh-navy);color:#fff;padding:62px 0 24px}
.elh-footer-top{display:grid;grid-template-columns:240px 1fr;gap:42px;align-items:center;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.2)}
.elh-footer-brandline{display:flex;align-items:center;gap:10px}
.elh-footer-brandline img{max-width:150px;max-height:50px}
.elh-footer-brandline.is-icon-logo img{width:46px;height:46px;padding:6px;background:#fff;border-radius:11px}
.elh-footer-brandname{font-family:var(--elh-title);font-size:18px;font-weight:800;letter-spacing:-.02em}
.elh-footer-news{display:grid;grid-template-columns:1fr minmax(320px,500px);gap:22px;align-items:center}
.elh-footer-news-copy strong{display:block;color:#fff;font-family:var(--elh-title);font-size:17px;font-weight:800}
.elh-footer-news-copy span{display:block;margin-top:3px;color:rgba(255,255,255,.68);font-size:11px}
.elh-footer-news-form{display:grid;grid-template-columns:1fr auto;gap:8px}
.elh-footer-news-form input{min-height:46px;padding:0 14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.12);color:#fff;outline:none}
.elh-footer-news-form input::placeholder{color:rgba(255,255,255,.56)}
.elh-footer-news-form button{min-width:120px;border:0;border-radius:8px;background:var(--elh-blue);color:#fff;font-weight:700}
.elh-footer-message{display:none;margin-top:6px;color:#b9dcff;font-size:10px}
.elh-footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1.1fr;gap:45px;padding:35px 0}
.elh-footer-heading{margin-bottom:14px;color:#fff;font-size:15px}
.elh-footer-description,.elh-footer-menu a,.elh-contact-value{color:rgba(255,255,255,.68);font-size:11px;line-height:1.9}
.elh-footer-menu{display:grid;gap:8px;margin:0;padding:0}
.elh-footer-menu li{list-style:none}
.elh-footer-menu a:hover{color:var(--elh-yellow)}
.elh-contact-list{display:grid;gap:11px}
.elh-contact-row{display:flex;align-items:center;gap:10px}
.elh-contact-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--elh-blue);color:#fff}
.elh-footer-socials{display:flex;gap:8px;margin-top:18px}
.elh-footer-socials a{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:#fff}
.elh-footer-bottom{padding-top:22px;border-top:1px solid rgba(255,255,255,.16);text-align:center;color:rgba(255,255,255,.5);font-size:10px}
.elh-backtop{position:fixed;right:18px;bottom:18px;z-index:9990;display:flex;align-items:center;gap:8px;padding:10px 14px;border:0;border-radius:22px;background:#111c35;color:#fff;box-shadow:0 8px 25px rgba(0,0,0,.2);cursor:pointer}

/* =========================================================
   POPUP
========================================================= */
.elh-popup{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(3,23,67,.72);backdrop-filter:blur(4px);opacity:0;visibility:hidden;pointer-events:none;transition:.25s ease}
.elh-popup.is-open{opacity:1;visibility:visible;pointer-events:auto}
.elh-popup-box{position:relative;width:min(760px,100%);display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.28);direction:ltr}
.elh-popup-content{padding:44px;direction:rtl}
.elh-popup-content h2{font-size:34px;margin-bottom:10px}
.elh-popup-content p{color:var(--elh-muted);font-size:13px}
.elh-popup-form input{width:100%;height:54px;padding:0 14px;border:1px solid var(--elh-line);border-radius:8px;margin:10px 0}
.elh-popup-form button{width:100%;height:54px;border:0;border-radius:8px;background:var(--elh-blue);color:#fff;font-weight:700}
.elh-popup-message{display:none;margin-top:10px;color:#1d7a4f;font-size:11px}
.elh-popup-image{min-height:480px;background:var(--elh-yellow)}
.elh-popup-image img{width:100%;height:100%;object-fit:cover}
.elh-popup-close{position:absolute;top:14px;left:14px;z-index:4;width:36px;height:36px;border:0;border-radius:50%;background:#fff;color:#111;font-size:24px;cursor:pointer}

/* =========================================================
   RESPONSIVE
========================================================= */
@media(max-width:1024px){
  .elh-mainbar-inner{grid-template-columns:190px 1fr 130px}
  .elh-program-grid{grid-template-columns:1fr 1fr}
  .elh-about-grid,.elh-why-grid,.elh-process-grid,.elh-faq-grid,.elh-contact-grid{grid-template-columns:1fr;gap:40px}
  .elh-about-copy,.elh-why-copy,.elh-process-copy,.elh-faq-list,.elh-contact-copy{order:1}
  .elh-about-media,.elh-collage,.elh-process-media,.elh-faq-visual,.elh-contact-card{order:2}
  .elh-collage{height:380px}
  .elh-banner-content{flex-direction:column;align-items:flex-start}
  .elh-post-grid,.elh-archive-grid{grid-template-columns:1fr 1fr}
  .elh-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:860px){
  .elh-mainbar-inner{display:flex;justify-content:space-between}
  .elh-header-action{display:none}
  .elh-menu-toggle{display:block}
  .elh-nav{position:absolute;top:100%;right:18px;left:18px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:var(--elh-navy);box-shadow:0 18px 40px rgba(0,0,0,.22)}
  .elh-site-header.is-open .elh-nav{display:flex}
  .elh-nav a{min-height:48px;padding:0 14px;border-radius:8px}
  .elh-nav a::after{display:none}
  .elh-hero{min-height:700px}
  .elh-goals-layout{grid-template-columns:1fr}
  .elh-stats-strip{grid-template-columns:1fr 1fr}
  .elh-testimonial-grid{grid-template-columns:1fr}
  .elh-testimonial-score{border-left:0;border-bottom:1px solid #D7DBE2;padding:0 0 20px}
  .elh-footer-top,.elh-footer-news{grid-template-columns:1fr}
}
@media(max-width:640px){
  body.admin-bar .elh-site-header{top:0}
  .elh-container{width:min(100% - 34px,360px)}
  .elh-section{padding:70px 0}
  .elh-section-head{margin-bottom:30px}
  .elh-section-sub{font-size:14px}
  .elh-brand.is-icon-logo img{width:42px;height:42px}
  .elh-brand-name{font-size:16px}
  .elh-brand-sub{font-size:7px}
  .elh-hero{min-height:720px;background-position:38% center}
  .elh-hero::before{background:linear-gradient(180deg,rgba(3,23,67,.68),rgba(3,23,67,.93) 50%,rgba(3,23,67,.98))}
  .elh-hero-inner{padding-top:96px}
  .elh-hero-copy{text-align:center}
  .elh-hero-kicker{justify-content:center}
  .elh-hero-title{font-size:38px}
  .elh-hero-desc{font-size:14px}
  .elh-hero-actions{justify-content:center}
  .elh-hero-proof{justify-content:center;gap:12px}
  .elh-about-media img{height:300px}
  .elh-feature-chips{grid-template-columns:1fr}
  .elh-goals{padding-top:10px}
  .elh-goal-card{min-height:135px}
  .elh-stats-strip{grid-template-columns:1fr 1fr}
  .elh-stat strong{font-size:26px}
  .elh-program-grid{grid-template-columns:1fr}
  .elh-program-card{min-height:270px}
  .elh-collage{height:360px;grid-template-columns:1fr}
  .elh-collage-side{display:none}
  .elh-banner{min-height:480px}
  .elh-banner-content{text-align:center;align-items:center}
  .elh-banner-offer{min-width:0;width:100%}
  .elh-process-media img{height:300px}
  .elh-steps{grid-template-columns:1fr;gap:14px}
  .elh-step{padding-top:0;padding-right:48px}
  .elh-step-num{top:0}
  .elh-testimonial-stage{padding-bottom:120px}
  .elh-testimonial-photo{height:220px}
  .elh-testimonial-card{width:100%;padding:25px}
  .elh-faq-visual img{height:300px}
  .elh-contact-meta{grid-template-columns:1fr}
  .elh-post-grid,.elh-archive-grid{grid-template-columns:1fr}
  .elh-form-row{grid-template-columns:1fr}
  .elh-footer-news-form{grid-template-columns:1fr}
  .elh-footer-grid{grid-template-columns:1fr;text-align:center}
  .elh-contact-row{justify-content:center}
  .elh-footer-socials{justify-content:center}
  .elh-popup-box{display:flex;flex-direction:column}
  .elh-popup-image{order:1;min-height:250px;max-height:250px}
  .elh-popup-content{order:2;padding:26px 22px}
}


/* =========================================================
   v2.0.3 — HARD LAYOUT FIX
   These rules intentionally live at the end of the stylesheet.
========================================================= */
body.elh-lingvora-v203{
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow-x:hidden !important;
  background:#fff !important;
}
body.elh-lingvora-v203 .elh-site-main{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
  zoom:1 !important;
}
body.elh-lingvora-v203 .elh-shell,
body.elh-lingvora-v203 .elh-container{
  width:min(1180px, calc(100% - 48px)) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  transform:none !important;
  zoom:1 !important;
}

/* Header is always a controlled Lingvora bar; never allow the saved logo size to blow it up. */
body.elh-lingvora-v203 .elh-site-header{
  width:100% !important;
  min-height:82px !important;
  max-height:none !important;
  background:linear-gradient(90deg,#031743,#0a397b) !important;
  color:#fff !important;
  overflow:visible !important;
}
body.elh-lingvora-v203.home .elh-site-header{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:99990 !important;
  background:linear-gradient(180deg,rgba(3,23,67,.92),rgba(3,23,67,.58),rgba(3,23,67,.08)) !important;
}
body.elh-lingvora-v203.admin-bar.home .elh-site-header{top:32px !important;}
body.elh-lingvora-v203 .elh-mainbar-inner{
  min-height:82px !important;
  display:grid !important;
  grid-template-columns:220px minmax(0,1fr) 150px !important;
  grid-template-areas:"brand nav action" !important;
  align-items:center !important;
  gap:30px !important;
  direction:ltr !important;
}
body.elh-lingvora-v203 .elh-brand{
  grid-area:brand !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  width:auto !important;
  max-width:220px !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
}
body.elh-lingvora-v203 .elh-brand-logo{
  display:block !important;
  width:48px !important;
  height:48px !important;
  min-width:48px !important;
  max-width:48px !important;
  min-height:48px !important;
  max-height:48px !important;
  padding:6px !important;
  margin:0 !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  border-radius:12px !important;
}
body.elh-lingvora-v203 .elh-brand.is-wide-logo .elh-brand-logo{
  width:175px !important;
  height:56px !important;
  min-width:0 !important;
  max-width:175px !important;
  max-height:56px !important;
  padding:0 !important;
  background:transparent !important;
  border-radius:0 !important;
}
body.elh-lingvora-v203 .elh-brand-text{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  min-width:0 !important;
  line-height:1.15 !important;
  text-align:right !important;
}
body.elh-lingvora-v203 .elh-brand-name{
  display:block !important;
  color:#fff !important;
  font-family:"Alexandria","IBM Plex Sans Arabic",Arial,sans-serif !important;
  font-size:20px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  white-space:nowrap !important;
}
body.elh-lingvora-v203 .elh-brand-sub{
  display:block !important;
  margin-top:3px !important;
  color:rgba(255,255,255,.72) !important;
  font-size:8px !important;
  line-height:1.35 !important;
  font-weight:500 !important;
  white-space:nowrap !important;
}
body.elh-lingvora-v203 .elh-nav{
  grid-area:nav !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:24px !important;
  direction:rtl !important;
}
body.elh-lingvora-v203 .elh-nav a{
  min-height:82px !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:600 !important;
  white-space:nowrap !important;
}
body.elh-lingvora-v203 .elh-header-action{grid-area:action !important; display:flex !important; justify-content:flex-end !important;}
body.elh-lingvora-v203 .elh-header-cta{
  min-width:128px !important;
  min-height:44px !important;
  padding:9px 18px !important;
  border-radius:9px !important;
  background:#FEC10C !important;
  color:#111 !important;
  font-size:13px !important;
  font-weight:700 !important;
}

/* Homepage must be full-size. */
body.elh-lingvora-v203.home .elh-hero{
  width:100% !important;
  min-height:760px !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
  zoom:1 !important;
  background-color:#031743 !important;
  background-size:cover !important;
  background-position:center !important;
}
body.elh-lingvora-v203.home .elh-hero-inner{
  width:100% !important;
  padding-top:128px !important;
}
body.elh-lingvora-v203.home .elh-hero-copy{
  width:min(720px,100%) !important;
  max-width:720px !important;
  margin-right:0 !important;
  margin-left:auto !important;
  text-align:right !important;
}
body.elh-lingvora-v203.home .elh-hero-title{
  font-size:clamp(48px,5vw,72px) !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  color:#fff !important;
}
body.elh-lingvora-v203.home .elh-hero-desc{
  max-width:640px !important;
  color:rgba(255,255,255,.88) !important;
  font-size:17px !important;
  line-height:1.8 !important;
}
body.elh-lingvora-v203.home .elh-section{
  width:100% !important;
  padding:100px 0 !important;
  margin:0 !important;
  transform:none !important;
  zoom:1 !important;
}

/* Footer logo is also hard-limited. */
body.elh-lingvora-v203 .elh-footer{
  width:100% !important;
  background:#031743 !important;
  color:#fff !important;
  padding:62px 0 24px !important;
}
body.elh-lingvora-v203 .elh-footer-brandline{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  width:auto !important;
  max-width:240px !important;
}
body.elh-lingvora-v203 .elh-footer-logo{
  display:block !important;
  width:46px !important;
  height:46px !important;
  min-width:46px !important;
  max-width:46px !important;
  min-height:46px !important;
  max-height:46px !important;
  padding:6px !important;
  object-fit:contain !important;
  background:#fff !important;
  border-radius:11px !important;
}
body.elh-lingvora-v203 .elh-footer-brandline.is-wide-logo .elh-footer-logo{
  width:150px !important;
  height:50px !important;
  min-width:0 !important;
  max-width:150px !important;
  max-height:50px !important;
  padding:0 !important;
  background:transparent !important;
  border-radius:0 !important;
}
body.elh-lingvora-v203 .elh-footer-brandname{
  color:#fff !important;
  font-size:18px !important;
  font-weight:800 !important;
}

/* Defensive: if a legacy page/template ever injects a naked custom logo at body level, do not let it destroy layout. */
body.elh-lingvora-v203 > .custom-logo-link,
body.elh-lingvora-v203 > img.custom-logo{
  display:none !important;
}

@media(max-width:860px){
  body.elh-lingvora-v203 .elh-mainbar-inner{display:flex !important; justify-content:space-between !important;}
  body.elh-lingvora-v203 .elh-header-action{display:none !important;}
  body.elh-lingvora-v203 .elh-menu-toggle{display:block !important;}
  body.elh-lingvora-v203 .elh-nav{
    position:absolute !important;
    top:100% !important;
    right:18px !important;
    left:18px !important;
    display:none !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    padding:10px !important;
    background:#031743 !important;
    border-radius:12px !important;
  }
  body.elh-lingvora-v203 .elh-site-header.is-open .elh-nav{display:flex !important;}
  body.elh-lingvora-v203 .elh-nav a{min-height:48px !important; padding:0 14px !important;}
}
@media(max-width:640px){
  body.elh-lingvora-v203 .elh-shell,
  body.elh-lingvora-v203 .elh-container{
    width:min(100% - 34px, 360px) !important;
    max-width:360px !important;
  }
  body.elh-lingvora-v203.admin-bar.home .elh-site-header{top:0 !important;}
  body.elh-lingvora-v203 .elh-brand-logo{width:42px !important;height:42px !important;min-width:42px !important;max-width:42px !important;min-height:42px !important;max-height:42px !important;}
  body.elh-lingvora-v203 .elh-brand-name{font-size:16px !important;}
  body.elh-lingvora-v203 .elh-brand-sub{font-size:7px !important;}
  body.elh-lingvora-v203.home .elh-hero{min-height:720px !important;}
  body.elh-lingvora-v203.home .elh-hero-inner{padding-top:110px !important;}
  body.elh-lingvora-v203.home .elh-hero-copy{text-align:center !important;}
  body.elh-lingvora-v203.home .elh-hero-title{font-size:38px !important;}
  body.elh-lingvora-v203.home .elh-hero-desc{font-size:14px !important;}
  body.elh-lingvora-v203.home .elh-section{padding:70px 0 !important;}
}
