/*
Theme Name: Redream
Theme URI: https://redream.ma
Author: Redream Agency
Author URI: https://redream.ma
Description: Thème officiel Redream — Agence d'études en Chine. Design approuvé, responsive, multilingue.
Version: 2.0.0
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: redream
Tags: education, agency, responsive, custom-colors
*/

/* ═══════════════════════════════
   VARIABLES & RESET
═══════════════════════════════ */
:root{
  --red:#BC0B12;
  --red-dark:#9E0A10;
  --red-light:#FCEAEA;
  --dark:#0D0D0D;
  --muted:#888;
  --border:#EBEBEB;
  --bg:#F5F5F5;
  --f1:'Outfit',sans-serif;
  --f2:'Cairo',sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--f1);overflow-x:hidden;color:#333}
img{max-width:100%;height:auto;display:block;object-fit:cover}
a{text-decoration:none;color:inherit}

/* ═══════════════════════════════
   NAVBAR
═══════════════════════════════ */
.navbar{
  position:fixed;top:12px;left:50%;transform:translateX(-50%);
  width:calc(100% - 40px);max-width:1200px;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(235,235,235,.9);border-radius:100px;height:64px;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 18px 0 14px;
  box-shadow:0 4px 28px rgba(0,0,0,.07);z-index:1000;transition:top .3s;
}
.navbar.scrolled{top:8px;box-shadow:0 6px 32px rgba(0,0,0,.1)}
.nav-brand{display:flex;align-items:center;gap:9px}
.nav-logo{width:36px;height:36px;background:var(--red);border-radius:10px;display:grid;place-items:center;flex-shrink:0}
.nav-name{font-size:18px;font-weight:800;color:var(--dark);letter-spacing:-.5px}
.nav-name span{color:var(--red)}
.nav-menu{display:flex;align-items:center;gap:2px}
.nav-menu a{font-size:13px;font-weight:500;color:#666;padding:8px 13px;border-radius:100px;transition:all .2s;white-space:nowrap}
.nav-menu a:hover,.nav-menu a.active{color:var(--dark);background:var(--bg)}
.nav-right{display:flex;align-items:center;gap:8px}
.nav-lang{display:flex;align-items:center;gap:5px;background:var(--red-light);color:var(--red);font-size:12px;font-weight:700;padding:7px 12px;border-radius:100px;border:none;cursor:pointer;font-family:var(--f1)}
.nav-cta{background:var(--red);color:#fff;border:none;padding:10px 20px;border-radius:100px;font-size:13px;font-weight:700;cursor:pointer;font-family:var(--f1);display:flex;align-items:center;gap:6px;transition:all .2s;box-shadow:0 4px 14px rgba(188,11,18,.3)}
.nav-cta:hover{background:var(--red-dark);transform:translateY(-1px)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;border:none;background:none}
.hamburger span{width:22px;height:2px;background:var(--dark);border-radius:2px;transition:all .3s;display:block}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-menu{display:none;position:fixed;top:86px;left:20px;right:20px;background:#fff;border-radius:20px;border:1px solid var(--border);box-shadow:0 20px 60px rgba(0,0,0,.12);padding:20px;z-index:999;flex-direction:column;gap:4px}
.mobile-menu.open{display:flex}
.mobile-menu a{font-size:15px;font-weight:600;color:#555;padding:13px 16px;border-radius:12px;transition:all .2s}
.mobile-menu a:hover{background:var(--red-light);color:var(--red)}
.mobile-menu .m-cta{background:var(--red);color:#fff;text-align:center;border-radius:12px;padding:14px;margin-top:8px;font-weight:700}
.mobile-menu .m-cta:hover{background:var(--red-dark)}

/* ═══════════════════════════════
   HERO
═══════════════════════════════ */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;margin:0 16px;margin-top:8px;border-radius:24px}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(5,5,20,.9) 0%,rgba(5,5,20,.7) 50%,rgba(5,5,20,.3) 100%)}
.hero-content{position:relative;z-index:2;padding:140px 80px 80px;max-width:680px}
.hero-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(188,11,18,.2);border:1px solid rgba(188,11,18,.45);color:#FF8A80;font-size:12px;font-weight:700;padding:7px 16px;border-radius:100px;margin-bottom:28px;font-family:var(--f2)}
.hero-title{font-size:clamp(38px,5.5vw,64px);font-weight:900;color:#fff;letter-spacing:-2px;line-height:1.08;margin-bottom:20px}
.hero-sub{font-size:17px;color:rgba(255,255,255,.72);font-family:var(--f2);line-height:1.75;max-width:480px;margin-bottom:40px}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap}
.btn-hero{background:var(--red);color:#fff;border:none;padding:16px 32px;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;font-family:var(--f1);display:flex;align-items:center;gap:9px;box-shadow:0 8px 28px rgba(188,11,18,.5);transition:all .25s}
.btn-hero:hover{background:var(--red-dark);transform:translateY(-3px)}
.btn-ghost{background:rgba(255,255,255,.12);color:#fff;border:1.5px solid rgba(255,255,255,.3);padding:15px 26px;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;font-family:var(--f1);display:flex;align-items:center;gap:8px;transition:all .2s}
.btn-ghost:hover{background:rgba(255,255,255,.2)}
.hero-scroll{position:absolute;bottom:32px;left:80px;z-index:2;display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.4);font-size:12px;font-family:var(--f2)}
.scroll-line{width:40px;height:1px;background:rgba(255,255,255,.3)}

/* UNI STRIP */
.uni-strip{padding:22px 60px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:28px;flex-wrap:wrap;background:#fff}
.uni-strip-lbl{font-size:12px;color:#BBB;font-family:var(--f2);white-space:nowrap;flex-shrink:0}
.uni-logos{display:flex;align-items:center;gap:20px;flex-wrap:wrap;flex:1}
.uni-logo{font-size:13px;font-weight:700;color:#CCC;padding:6px 14px;border-radius:8px;border:1px solid #F0F0F0;white-space:nowrap;font-family:var(--f2);transition:all .2s;cursor:pointer}
.uni-logo:hover{color:#888;border-color:#DCDCDC}

/* SHARED */
.sec{padding:88px 60px}
.sec-label{font-size:11px;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:2.5px;margin-bottom:12px;font-family:var(--f2);display:block}
.sec-head{text-align:center;margin-bottom:52px}
.sec-head h2{font-size:clamp(26px,3.5vw,40px);font-weight:900;color:var(--dark);letter-spacing:-1.5px;margin-bottom:12px}
.sec-head p{font-size:15px;color:var(--muted);font-family:var(--f2);line-height:1.75;max-width:500px;margin:0 auto}
.cat-pill{display:inline-flex;background:var(--red-light);color:var(--red);font-size:11px;font-weight:700;padding:4px 11px;border-radius:100px;font-family:var(--f2)}
.btn-red{background:var(--red);color:#fff;border:none;padding:13px 28px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;font-family:var(--f1);display:inline-flex;align-items:center;gap:8px;transition:all .2s}
.btn-red:hover{background:var(--red-dark);transform:translateY(-2px)}

/* SERVICES */
.services-sec{background:var(--bg)}
.svc-grid{display:grid;grid-template-columns:1fr 1.3fr 1fr;gap:16px}
.svc-col{display:flex;flex-direction:column;gap:16px}
.svc-card{background:#fff;border-radius:18px;padding:26px 22px;border:1.5px solid var(--border);cursor:pointer;transition:all .3s;flex:1}
.svc-card:hover{border-color:var(--red);transform:translateY(-4px);box-shadow:0 16px 40px rgba(188,11,18,.08)}
.svc-ic{width:48px;height:48px;background:var(--red-light);border-radius:14px;display:grid;place-items:center;margin-bottom:18px;transition:all .3s}
.svc-card:hover .svc-ic{background:var(--red)}
.svc-card:hover .svc-ic svg{stroke:#fff !important}
.svc-title{font-size:15px;font-weight:800;color:var(--dark);margin-bottom:8px;font-family:var(--f2)}
.svc-desc{font-size:13px;color:var(--muted);line-height:1.65;font-family:var(--f2)}
.svc-link{display:inline-flex;align-items:center;gap:5px;color:var(--red);font-size:13px;font-weight:700;margin-top:14px;font-family:var(--f2)}
.pickup-feat{background:var(--red);border-radius:22px;padding:40px 34px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;min-height:460px}
.pickup-feat::before{content:'';position:absolute;top:-70px;right:-70px;width:240px;height:240px;background:rgba(255,255,255,.07);border-radius:50%}
.pickup-feat::after{content:'';position:absolute;bottom:-50px;left:-40px;width:200px;height:200px;background:rgba(255,255,255,.04);border-radius:50%}
.pf-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.18);color:#fff;font-size:11px;font-weight:700;padding:6px 14px;border-radius:100px;margin-bottom:20px;font-family:var(--f2);width:fit-content;position:relative;z-index:1}
.pf-title{font-size:26px;font-weight:900;color:#fff;margin-bottom:12px;line-height:1.2;position:relative;z-index:1}
.pf-desc{font-size:14px;color:rgba(255,255,255,.78);line-height:1.75;font-family:var(--f2);position:relative;z-index:1}
.pf-stats{display:flex;gap:14px;margin-top:24px;position:relative;z-index:1}
.pf-stat{background:rgba(255,255,255,.14);border-radius:14px;padding:16px 18px;flex:1;text-align:center}
.pf-stat-n{font-size:24px;font-weight:900;color:#fff;letter-spacing:-1px}
.pf-stat-l{font-size:11px;color:rgba(255,255,255,.65);font-family:var(--f2);margin-top:3px}
.pf-btn{width:100%;background:#fff;color:var(--red);border:none;padding:14px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;font-family:var(--f1);margin-top:22px;transition:all .2s;position:relative;z-index:1}
.pf-btn:hover{background:#FFF0F0}

/* HOW IT WORKS */
.howto-sec{background:#fff}
.steps-wrap{position:relative;padding:0 20px}
.steps-line{position:absolute;top:48px;left:14%;right:14%;height:2px;background-image:repeating-linear-gradient(90deg,var(--red) 0,var(--red) 8px,transparent 8px,transparent 20px);opacity:.2;pointer-events:none}
.steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;position:relative;z-index:1}
.step{display:flex;flex-direction:column;align-items:center}
.step-ic-wrap{position:relative;margin-bottom:18px}
.step-ic{width:80px;height:80px;border-radius:20px;background:var(--red-light);display:grid;place-items:center;cursor:pointer;transition:all .3s}
.step:hover .step-ic{background:var(--red);transform:translateY(-8px);box-shadow:0 16px 40px rgba(188,11,18,.28)}
.step:hover .step-ic svg{stroke:#fff !important}
.step-num{position:absolute;top:-10px;right:-10px;width:28px;height:28px;background:var(--red);color:#fff;border-radius:50%;font-size:10px;font-weight:800;display:grid;place-items:center;border:3px solid #fff}
.step-title{font-size:14px;font-weight:800;color:var(--dark);text-align:center;font-family:var(--f2);margin-bottom:7px}
.step-desc{font-size:12px;color:var(--muted);text-align:center;line-height:1.6;font-family:var(--f2);max-width:130px}
.howto-cta{text-align:center;margin-top:56px}

/* STATS BAND */
.stats-band{background:var(--red);padding:52px 60px;display:grid;grid-template-columns:repeat(4,1fr);position:relative;overflow:hidden}
.stats-band::before{content:'';position:absolute;top:-80px;right:-80px;width:300px;height:300px;background:rgba(255,255,255,.06);border-radius:50%}
.stat-box{text-align:center;padding:0 20px;border-right:1px solid rgba(255,255,255,.2);position:relative;z-index:1}
.stat-box:last-child{border-right:none}
.stat-n{font-size:52px;font-weight:900;color:#fff;letter-spacing:-2.5px;line-height:1}
.stat-l{font-size:13px;color:rgba(255,255,255,.7);margin-top:10px;font-family:var(--f2)}

/* PICKUP GALLERY */
.pickup-sec{background:var(--bg)}
.pickup-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:220px 190px;gap:12px}
.ppic{border-radius:18px;overflow:hidden;position:relative;cursor:pointer}
.ppic img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s}
.ppic:hover img{transform:scale(1.06)}
.ppic-ov{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.65),transparent 50%);opacity:0;transition:opacity .3s}
.ppic:hover .ppic-ov{opacity:1}
.ppic-lbl{position:absolute;bottom:14px;left:14px;background:rgba(188,11,18,.92);color:#fff;font-size:11px;font-weight:700;padding:5px 12px;border-radius:100px;font-family:var(--f2);opacity:0;transform:translateY(8px);transition:all .3s}
.ppic:hover .ppic-lbl{opacity:1;transform:translateY(0)}
.ppic-badge-main{position:absolute;top:14px;left:14px;z-index:2;background:var(--red);color:#fff;font-size:11px;font-weight:700;padding:5px 12px;border-radius:100px;font-family:var(--f2)}
.pp1{grid-column:1/3;grid-row:1/3}
.pp2{grid-column:3;grid-row:1}
.pp3{grid-column:4;grid-row:1}
.pp4{grid-column:3;grid-row:2}
.pp5{grid-column:4;grid-row:2}

/* LOCATION */
.location-sec{background:#fff}
.loc-grid{display:grid;grid-template-columns:1fr 1.75fr;gap:28px;align-items:start}
.offices{display:flex;flex-direction:column;gap:12px}
.oc{background:#fff;border-radius:16px;padding:18px 20px;border:2px solid var(--border);cursor:pointer;transition:all .25s;display:flex;align-items:flex-start;gap:14px}
.oc:hover,.oc.active{border-color:var(--red);box-shadow:0 8px 24px rgba(188,11,18,.08)}
.oc-ic{width:44px;height:44px;border-radius:12px;background:var(--red-light);display:grid;place-items:center;flex-shrink:0;transition:background .25s}
.oc.active .oc-ic,.oc:hover .oc-ic{background:var(--red)}
.oc.active .oc-ic svg,.oc:hover .oc-ic svg{stroke:#fff !important}
.oc-city{font-size:15px;font-weight:800;color:var(--dark);font-family:var(--f2);margin-bottom:4px}
.oc-region{font-size:12px;color:var(--muted);font-family:var(--f2);margin-bottom:8px}
.oc-details{display:flex;gap:14px;flex-wrap:wrap}
.oc-detail{display:flex;align-items:center;gap:5px;font-size:12px;color:#666;font-family:var(--f2)}
.map-wrap{background:#fff;border-radius:20px;overflow:hidden;border:1.5px solid var(--border);box-shadow:0 8px 32px rgba(0,0,0,.05)}
.map-hd{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.map-city-nm{font-size:15px;font-weight:700;color:var(--dark);font-family:var(--f2);display:flex;align-items:center;gap:8px}
.map-bdg{background:var(--red-light);color:var(--red);font-size:10px;font-weight:700;padding:3px 9px;border-radius:100px;font-family:var(--f2)}
.map-ext-link{color:var(--red);font-size:12px;font-weight:700;display:flex;align-items:center;gap:5px;font-family:var(--f2)}
.map-iframe{width:100%;height:360px;border:none;display:block}
.map-ft{padding:14px 20px;background:#F8F8F8;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.map-ft-addr{font-size:13px;color:#666;font-family:var(--f2);display:flex;align-items:center;gap:6px}
.map-dir-btn{background:var(--red);color:#fff;border:none;padding:9px 18px;border-radius:9px;font-size:13px;font-weight:700;cursor:pointer;font-family:var(--f1);display:flex;align-items:center;gap:6px;transition:background .2s}
.map-dir-btn:hover{background:var(--red-dark)}
.intl-bar{margin-top:14px;background:#fff;border-radius:12px;border:1px solid var(--border);padding:12px 18px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.intl-lbl{font-size:11px;font-weight:700;color:#CCC;text-transform:uppercase;letter-spacing:1.5px;font-family:var(--f2);white-space:nowrap}
.intl-div{width:1px;height:22px;background:#F0F0F0}
.intl-items{display:flex;gap:10px}
.intl-item{display:flex;align-items:center;gap:8px;padding:7px 13px;border-radius:8px;border:1px solid #F0F0F0;background:#FAFAFA;opacity:.7;cursor:pointer;transition:opacity .2s}
.intl-item:hover{opacity:1}
.intl-city{font-size:13px;font-weight:600;color:#666;font-family:var(--f2)}
.intl-country{font-size:11px;color:#AAA;font-family:var(--f2)}

/* TESTIMONIALS */
.testi-sec{background:var(--bg)}
.testi-wrap{overflow:hidden}
.testi-track{display:flex;gap:20px;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}
.testi-card{background:#fff;border-radius:20px;padding:28px 26px;border:1.5px solid var(--border);flex-shrink:0;width:calc(33.333% - 14px);transition:all .3s}
.testi-card:hover{border-color:var(--red);box-shadow:0 14px 36px rgba(188,11,18,.07)}
.testi-stars{color:#F59E0B;font-size:13px;letter-spacing:2px;margin-bottom:14px}
.testi-txt{font-size:14px;color:#555;line-height:1.82;font-family:var(--f2);margin-bottom:22px}
.testi-author{display:flex;align-items:center;gap:12px}
.testi-av{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--border);overflow:hidden;flex-shrink:0;background:var(--red-light);display:flex;align-items:center;justify-content:center;font-size:18px}
.testi-name{font-size:14px;font-weight:700;color:var(--dark);font-family:var(--f2)}
.testi-role{font-size:12px;color:var(--muted);font-family:var(--f2)}
.testi-dots{display:flex;gap:8px;justify-content:center;margin-top:28px}
.tdot{width:8px;height:8px;border-radius:50%;background:#DCDCDC;cursor:pointer;transition:all .3s}
.tdot.active{background:var(--red);width:24px;border-radius:4px}

/* CTA + FORM */
.cta-sec{background:var(--dark)}
.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;max-width:1200px;margin:0 auto}
.cta-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(188,11,18,.2);border:1px solid rgba(188,11,18,.4);color:#FF8A80;font-size:12px;font-weight:700;padding:6px 15px;border-radius:100px;margin-bottom:20px;font-family:var(--f2)}
.cta-title{font-size:clamp(30px,4vw,46px);color:#fff;letter-spacing:-1.5px;line-height:1.08;margin-bottom:14px}
.cta-sub{font-size:15px;color:rgba(255,255,255,.5);line-height:1.78;margin-bottom:30px;font-family:var(--f2)}
.cta-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:36px}
.btn-cta{background:var(--red);color:#fff;border:none;padding:14px 26px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;font-family:var(--f1);display:flex;align-items:center;gap:8px;box-shadow:0 8px 24px rgba(188,11,18,.4);transition:all .2s}
.btn-cta:hover{background:var(--red-dark);transform:translateY(-2px)}
.btn-wa{background:rgba(37,211,102,.14);color:#25D366;border:1.5px solid rgba(37,211,102,.3);padding:13px 22px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;font-family:var(--f1);display:flex;align-items:center;gap:8px;transition:all .2s}
.btn-wa:hover{background:rgba(37,211,102,.24)}
.cta-stats{display:flex;gap:28px;flex-wrap:wrap}
.cstat-n{font-size:30px;font-weight:900;color:#fff;letter-spacing:-1px}
.cstat-l{font-size:12px;color:rgba(255,255,255,.4);font-family:var(--f2);margin-top:3px}
.form-box{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:34px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.form-g{display:flex;flex-direction:column;gap:6px}
.form-lbl{font-size:11px;font-weight:700;color:var(--red);font-family:var(--f2);text-transform:uppercase;letter-spacing:.5px}
.form-inp{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:12px 14px;color:#fff;font-size:14px;font-family:var(--f2);outline:none;transition:border-color .2s;width:100%}
.form-inp:focus{border-color:rgba(188,11,18,.5)}
.form-inp::placeholder{color:rgba(255,255,255,.3)}
.form-sel{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:12px 14px;color:rgba(255,255,255,.5);font-size:14px;font-family:var(--f2);outline:none;width:100%;cursor:pointer}
.form-sel option{background:#1a1a1a;color:#fff}
.form-mb{margin-bottom:14px}
.form-submit{width:100%;background:var(--red);color:#fff;border:none;padding:16px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;font-family:var(--f1);margin-top:8px;transition:background .2s}
.form-submit:hover{background:var(--red-dark)}
.form-success{display:none;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.25);border-radius:12px;padding:14px;margin-bottom:14px;color:#22C55E;font-family:var(--f2);font-size:14px;text-align:center}

/* BLOG */
.blog-sec{background:var(--bg)}
.blog-head-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px}
.btn-border{border:1.5px solid var(--border);background:#fff;color:#666;font-size:13px;font-weight:600;padding:10px 20px;border-radius:10px;cursor:pointer;font-family:var(--f2);display:flex;align-items:center;gap:7px;transition:all .2s}
.btn-border:hover{border-color:var(--red);color:var(--red)}
.blog-layout{display:grid;grid-template-columns:1.65fr 1fr;gap:20px}
.blog-feat{background:#fff;border-radius:20px;overflow:hidden;border:1.5px solid var(--border);cursor:pointer;transition:all .3s}
.blog-feat:hover{border-color:var(--red);transform:translateY(-4px);box-shadow:0 20px 48px rgba(188,11,18,.08)}
.bf-img{height:272px;overflow:hidden}
.bf-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.blog-feat:hover .bf-img img{transform:scale(1.04)}
.bf-body{padding:26px}
.bf-title{font-size:20px;font-weight:800;color:var(--dark);line-height:1.35;margin:10px 0 10px;font-family:var(--f2)}
.bf-desc{font-size:14px;color:var(--muted);line-height:1.65;font-family:var(--f2)}
.bf-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#BBB;font-family:var(--f2);margin-top:14px}
.m-dot{width:3px;height:3px;border-radius:50%;background:#CCC}
.blog-list{display:flex;flex-direction:column;gap:14px}
.bi{background:#fff;border-radius:16px;overflow:hidden;border:1.5px solid var(--border);cursor:pointer;transition:all .3s;display:flex;height:116px}
.bi:hover{border-color:var(--red);transform:translateX(5px);box-shadow:0 6px 20px rgba(188,11,18,.06)}
.bi-img{width:116px;flex-shrink:0;overflow:hidden}
.bi-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.bi:hover .bi-img img{transform:scale(1.07)}
.bi-body{padding:14px 16px;display:flex;flex-direction:column;justify-content:space-between;flex:1}
.bi-title{font-size:14px;font-weight:700;color:var(--dark);line-height:1.4;font-family:var(--f2)}
.bi-meta{font-size:11px;color:#BBB;font-family:var(--f2)}

/* FAQ */
.faq-sec{background:#fff}
.faq-layout{display:grid;grid-template-columns:1fr 1.6fr;gap:88px;align-items:start}
.faq-left h2{font-size:clamp(26px,3.5vw,38px);font-weight:900;color:var(--dark);letter-spacing:-1.5px;margin-bottom:14px}
.faq-left p{font-size:15px;color:var(--muted);font-family:var(--f2);line-height:1.75;margin-bottom:28px}
.faq-wa{display:flex;align-items:center;gap:7px;color:var(--red);font-size:14px;font-weight:700;font-family:var(--f2);cursor:pointer;transition:gap .2s}
.faq-wa:hover{gap:11px}
.accordion{display:flex;flex-direction:column}
.acc-it{border-bottom:1px solid #F0F0F0;overflow:hidden}
.acc-it:first-child{border-top:1px solid #F0F0F0}
.acc-hd{display:flex;align-items:center;justify-content:space-between;padding:20px 0;cursor:pointer;gap:16px}
.acc-hd:hover .acc-q{color:var(--red)}
.acc-q{font-size:15px;font-weight:700;color:var(--dark);font-family:var(--f2);line-height:1.4;flex:1;transition:color .2s}
.acc-ic{width:28px;height:28px;border-radius:50%;background:#F5F5F5;display:grid;place-items:center;flex-shrink:0;transition:all .3s}
.acc-it.open .acc-ic{background:var(--red);transform:rotate(45deg)}
.acc-body{max-height:0;overflow:hidden;transition:max-height .38s ease}
.acc-it.open .acc-body{max-height:200px}
.acc-ans{font-size:14px;color:#777;line-height:1.8;font-family:var(--f2);padding-bottom:20px}

/* FOOTER */
.footer{background:#080808;color:#fff;padding:64px 60px 0}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:52px;padding-bottom:52px;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.footer-logo-ic{width:36px;height:36px;background:var(--red);border-radius:10px;display:grid;place-items:center;flex-shrink:0}
.footer-logo-nm{font-size:19px;font-weight:800;color:#fff;letter-spacing:-.5px}
.footer-logo-nm span{color:var(--red)}
.footer-desc{font-size:14px;color:rgba(255,255,255,.38);line-height:1.8;max-width:280px;margin-bottom:22px;font-family:var(--f2)}
.socials{display:flex;gap:8px}
.soc{width:36px;height:36px;border-radius:9px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;cursor:pointer;font-size:15px;transition:all .2s}
.soc:hover{background:var(--red);border-color:var(--red)}
.footer-col h5{font-size:11px;font-weight:700;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:18px}
.footer-col ul li{margin-bottom:10px}
.footer-col ul li a{font-size:14px;color:rgba(255,255,255,.35);font-family:var(--f2);transition:color .2s}
.footer-col ul li a:hover{color:var(--red)}
.f-ci{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}
.f-ci-ic{width:28px;height:28px;border-radius:7px;background:rgba(188,11,18,.15);display:grid;place-items:center;flex-shrink:0}
.f-ci-v{font-size:13px;color:rgba(255,255,255,.45);font-family:var(--f2);line-height:1.5}
.footer-bottom{padding:20px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer-bottom p{font-size:13px;color:rgba(255,255,255,.18);font-family:var(--f2)}
.lang-btns{display:flex;gap:6px}
.lbtn{font-size:12px;padding:5px 12px;border-radius:7px;border:1px solid rgba(255,255,255,.1);background:none;color:rgba(255,255,255,.3);cursor:pointer;font-family:var(--f1);transition:all .2s}
.lbtn.active,.lbtn:hover{border-color:var(--red);color:var(--red)}
.f-legal{display:flex;gap:16px;flex-wrap:wrap}
.f-legal a{font-size:12px;color:rgba(255,255,255,.18);font-family:var(--f2);transition:color .2s}
.f-legal a:hover{color:var(--red)}

/* WA FLOAT */
.wa-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:#25D366;border-radius:50%;display:grid;place-items:center;z-index:999;box-shadow:0 8px 28px rgba(37,211,102,.45);transition:all .3s;text-decoration:none}
.wa-float:hover{transform:scale(1.1)}

/* ═══════════════════════════════
   RESPONSIVE
═══════════════════════════════ */
@media(max-width:1024px){
  .sec{padding:72px 40px}
  .svc-grid,.cta-grid,.footer-top{grid-template-columns:1fr}
  .svc-col{flex-direction:row}
  .loc-grid,.blog-layout,.faq-layout{grid-template-columns:1fr}
  .faq-layout{gap:48px}
  .footer-top{grid-template-columns:1fr 1fr;gap:36px}
  .steps-grid{grid-template-columns:repeat(3,1fr);gap:20px;row-gap:32px}
  .steps-line{display:none}
  .stats-band{padding:40px}
  .pickup-feat{min-height:auto}
}
@media(max-width:768px){
  .navbar{width:calc(100% - 24px);padding:0 12px}
  .nav-menu,.nav-lang{display:none}
  .hamburger{display:flex}
  .hero{margin:0 8px;border-radius:18px}
  .hero-content{padding:100px 28px 60px}
  .hero-title{font-size:34px;letter-spacing:-1px}
  .hero-sub{font-size:15px}
  .hero-scroll{left:28px;bottom:24px}
  .uni-strip{padding:16px 20px}
  .sec{padding:56px 20px}
  .svc-grid,.steps-grid{grid-template-columns:1fr 1fr}
  .svc-col{flex-direction:column}
  .steps-line{display:none}
  .step-ic{width:64px;height:64px}
  .stats-band{grid-template-columns:1fr 1fr;padding:32px 20px}
  .stat-box{border-right:none;border-bottom:1px solid rgba(255,255,255,.15);padding:20px 10px}
  .stat-box:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}
  .stat-box:nth-child(3),.stat-box:nth-child(4){border-bottom:none}
  .stat-n{font-size:38px}
  .pickup-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:8px}
  .pp1{grid-column:1/3;grid-row:auto;height:220px}
  .pp2,.pp3,.pp4,.pp5{height:160px}
  .loc-grid,.blog-layout,.faq-layout,.cta-grid{grid-template-columns:1fr}
  .faq-layout{gap:36px}
  .map-iframe{height:280px}
  .testi-card{width:100%}
  .form-row{grid-template-columns:1fr}
  .cta-btns{flex-direction:column}
  .blog-head-row{flex-direction:column;gap:16px;align-items:flex-start}
  .footer{padding:48px 20px 0}
  .footer-top{grid-template-columns:1fr;gap:32px}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}
@media(max-width:480px){
  .hero-title{font-size:28px}
  .hero-btns{flex-direction:column}
  .svc-grid,.steps-grid{grid-template-columns:1fr}
  .pf-stats{flex-direction:column}
}
/* ===============================
   Redream - Navbar + Hero Figma Fix
   =============================== */

/* Page background */
body {
  background: #faf7f7;
}

/* Navbar closer to Figma */
.navbar {
  width: calc(100% - 84px);
  max-width: 1240px;
  height: 58px;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  position: fixed;
  z-index: 9999;
}

.nav-brand {
  min-width: 150px;
}

.nav-logo {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #c90012;
}

.nav-name {
  font-size: 17px;
  font-weight: 800;
  color: #111;
}

.nav-name span {
  color: #c90012;
}

.nav-menu {
  gap: 4px;
}

.nav-menu a {
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: #1f1f1f;
}

.nav-menu a:hover,
.nav-menu a.active {
  background: #f4f2f2;
  color: #c90012;
}

.nav-right {
  gap: 12px;
}

.nav-lang {
  height: 34px;
  min-width: 74px;
  border-radius: 999px;
  border: 0;
  background: #faf3f3;
  color: #c90012;
  font-size: 12px;
  font-weight: 700;
}

.nav-cta {
  height: 38px;
  padding: 0 20px;
  border-radius: 999px;
  background: #c90012;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(201, 0, 18, 0.24);
}

/* Hero section like Figma */
.hero {
  width: calc(100% - 84px);
  max-width: 1240px;
  height: 560px;
  min-height: 560px;
  margin: 86px auto 0;
  border-radius: 0 0 26px 26px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
}

/* Hero image */
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: 300% auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: 1;
  opacity: 1;
}

/* Red overlay like Figma */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(120, 0, 12, 0.45) 0%,
      rgba(201, 0, 18, 0.58) 45%,
      rgba(90, 0, 10, 0.35) 100%
    );
  z-index: 2;
}

/* Center content */
.hero-content {
  position: relative;
  z-index: 3;
  width: min(850px, 92%);
  margin: 0 auto;
  padding: 90px 20px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Hide badge because Figma hero doesn't show it */
.hero-badge {
  display: none;
}

.hero-title {
  margin: 0;
  max-width: 850px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.16;
  letter-spacing: -0.045em;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.hero-sub {
  max-width: 660px;
  margin: 22px auto 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

/* Buttons */
.hero-btns {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

/* Figma has one white button */
.btn-hero {
  height: 48px;
  min-width: 142px;
  padding: 0 15px 0 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
}

.btn-hero svg {
  width: 28px;
  height: 28px;
  padding: 7px;
  border-radius: 50%;
  background: #c90012;
  color: #ffffff;
}

/* Hide second button for Figma match */
.btn-ghost {
  display: none;
}

/* Hide scroll text */
.hero-scroll {
  display: none;
}

/* Responsive */
@media (max-width: 900px) {
  .navbar {
    width: calc(100% - 28px);
    top: 14px;
  }

  .hero {
    width: calc(100% - 28px);
    height: 620px;
    min-height: 620px;
    margin-top: 86px;
    border-radius: 24px;
  }

  .hero-content {
    padding-top: 60px;
  }

  .hero-title {
    font-size: clamp(36px, 10vw, 54px);
  }

  .hero-sub {
    font-size: 15px;
  }
}
/* Hero refinement - closer to Figma */
.hero {
  height: 500px !important;
  min-height: 500px !important;
  margin-top: 86px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
}

/* Image position */
.hero-bg {
  background-size: 118% auto !important;
  background-position: center 45% !important;
}

/* Softer red overlay */
.hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(120, 0, 12, 0.35) 0%,
      rgba(201, 0, 18, 0.46) 48%,
      rgba(45, 0, 8, 0.30) 100%
    ) !important;
}

/* Center content better */
.hero-content {
  padding-top: 42px !important;
  width: min(760px, 92%) !important;
}

/* Title closer to Figma */
.hero-title {
  max-width: 760px !important;
  font-size: clamp(40px, 4.5vw, 58px) !important;
  line-height: 1.16 !important;
  letter-spacing: -0.04em !important;
}

/* Subtitle closer */
.hero-sub {
  max-width: 650px !important;
  margin-top: 18px !important;
  font-size: 15.5px !important;
  line-height: 1.55 !important;
}

/* Button closer */
.btn-hero {
  height: 44px !important;
  min-width: 132px !important;
  font-size: 11px !important;
  padding: 0 12px 0 22px !important;
}

.btn-hero svg {
  width: 28px !important;
  height: 28px !important;
}
/* Navbar + Hero final polish */

.nav-menu a {
  color: #333333 !important;
  background: transparent !important;
  font-weight: 500 !important;
}

.nav-menu a:hover {
  color: #c90012 !important;
  background: #f6f3f3 !important;
}

.nav-menu a.active,
.nav-menu .current-menu-item > a,
.nav-menu .current_page_item > a {
  color: #c90012 !important;
  background: #f6f3f3 !important;
}

/* Hero image and overlay */
.hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(120, 0, 12, 0.28) 0%,
      rgba(201, 0, 18, 0.38) 48%,
      rgba(40, 0, 8, 0.25) 100%
    ) !important;
}

/* Move hero content slightly down */
.hero-content {
  padding-top: 70px !important;
}

/* Slightly closer typography */
.hero-title {
  font-size: clamp(38px, 4.2vw, 56px) !important;
  line-height: 1.17 !important;
  max-width: 760px !important;
}

.hero-sub {
  margin-top: 16px !important;
  font-size: 15px !important;
  max-width: 660px !important;
}

/* Make hero card a bit closer to Figma */
.hero {
  height: 505px !important;
  min-height: 505px !important;
  border-radius: 24px !important;
}
/* FINAL OVERRIDE - Navbar + Hero */

body .navbar .nav-menu a,
body .navbar .nav-menu li a {
  color: #111111 !important;
  background: transparent !important;
  font-weight: 500 !important;
}

body .navbar .nav-menu a:hover,
body .navbar .nav-menu li a:hover {
  color: #c90012 !important;
  background: #f6f3f3 !important;
}

/* نخلي غير أول لينك Accueil حمر بحال Figma */
body .navbar .nav-menu > a:first-child,
body .navbar .nav-menu li:first-child > a {
  color: #c90012 !important;
  background: #f6f3f3 !important;
}

/* Hero softer overlay */
body .hero .hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(120, 0, 12, 0.28) 0%,
      rgba(201, 0, 18, 0.38) 48%,
      rgba(40, 0, 8, 0.25) 100%
    ) !important;
}

/* Hero content position */
body .hero .hero-content {
  padding-top: 70px !important;
}

/* Hero title */
body .hero .hero-title {
  font-size: clamp(38px, 4.2vw, 56px) !important;
  line-height: 1.17 !important;
  max-width: 760px !important;
}

/* Hero subtitle */
body .hero .hero-sub {
  margin-top: 16px !important;
  font-size: 15px !important;
  max-width: 660px !important;
}

/* Hero card */
body .hero {
  height: 505px !important;
  min-height: 505px !important;
  border-radius: 24px !important;
}
/* Hero final size adjustment */
body .hero {
  height: 485px !important;
  min-height: 485px !important;
}

/* Hero text adjustment */
body .hero .hero-content {
  padding-top: 85px !important;
}

body .hero .hero-title {
  font-size: clamp(36px, 4vw, 54px) !important;
  line-height: 1.15 !important;
}

body .hero .hero-sub {
  font-size: 14.5px !important;
}
/* Space between Navbar and Hero */
body .hero {
  margin-top: 105px !important;
}
/* Navbar final polish */
body .navbar {
  width: calc(100% - 88px) !important;
  max-width: 1210px !important;
  height: 56px !important;
  padding: 0 18px !important;
  top: 18px !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07) !important;
}

body .nav-brand {
  min-width: 145px !important;
}

body .nav-logo {
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
}

body .nav-name {
  font-size: 17px !important;
}

body .nav-menu {
  gap: 6px !important;
}

body .nav-menu a {
  min-height: 32px !important;
  padding: 0 14px !important;
  font-size: 12px !important;
  border-radius: 999px !important;
}

body .nav-menu a.active,
body .nav-menu .current-menu-item > a,
body .nav-menu .current_page_item > a,
body .navbar .nav-menu > a:first-child {
  background: #f6f3f3 !important;
  color: #c90012 !important;
}

body .nav-right {
  gap: 10px !important;
}

body .nav-lang {
  height: 34px !important;
  min-width: 72px !important;
  padding: 0 12px !important;
}

body .nav-cta {
  height: 38px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
}
/* Fix navbar menu vertical alignment */
body .navbar .nav-menu {
  display: flex !important;
  align-items: center !important;
}

body .navbar .nav-menu a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 34px !important;
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Fix navbar active colors */
body .navbar .nav-menu a {
  color: #111111 !important;
  background: transparent !important;
}

body .navbar .nav-menu a:hover {
  color: #c90012 !important;
  background: #f6f3f3 !important;
}

/* فقط الصفحة الحالية تكون حمراء */
body .navbar .nav-menu .current-menu-item > a,
body .navbar .nav-menu .current_page_item > a,
body.home .navbar .nav-menu a[href$="/"],
body.home .navbar .nav-menu a[href*="/home/"] {
  color: #c90012 !important;
  background: #f6f3f3 !important;
}

/* منع anchors من الظهور Active كاملين */
body .navbar .nav-menu a[href*="#"] {
  color: #111111 !important;
  background: transparent !important;
}

body .navbar .nav-menu a[href*="#"]:hover {
  color: #c90012 !important;
  background: #f6f3f3 !important;
}
/* Navbar ScrollSpy Active Fix */

/* الحالة العادية: كل الروابط كحلين */
body .navbar .nav-menu a {
  color: #111111 !important;
  background: transparent !important;
}

/* hover */
body .navbar .nav-menu a:hover {
  color: #c90012 !important;
  background: #f6f3f3 !important;
}

/* active الحقيقي اللي غادي يجي من JavaScript */
body .navbar .nav-menu a.is-section-active {
  color: #c90012 !important;
  background: #f6f3f3 !important;
}

/* منع Accueil يبقى active ديما */
body .navbar .nav-menu a.active:not(.is-section-active),
body .navbar .nav-menu .current-menu-item > a:not(.is-section-active),
body .navbar .nav-menu .current_page_item > a:not(.is-section-active),
body .navbar .nav-menu > a:first-child:not(.is-section-active) {
  color: #111111 !important;
  background: transparent !important;
}
/* Space between language dropdown items */
body .rd-lang-dropdown {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  padding: 8px !important;
}

body .rd-lang-dropdown a {
  margin: 0 !important;
}
/* Universities logos animated marquee */
body .uni-marquee-section {
  width: calc(100% - 84px) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 22px 0 !important;
  background: transparent !important;
  border-radius: 0 0 24px 24px !important;
  overflow: hidden !important;
  position: relative !important;
}

body .uni-marquee-section::before,
body .uni-marquee-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

body .uni-marquee-section::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255,255,255,0));
}

body .uni-marquee-section::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, rgba(255,255,255,0));
}

body .uni-marquee-track {
  display: flex !important;
  width: max-content !important;
  animation: redreamUniMarquee 26s linear infinite !important;
}

body .uni-marquee-section:hover .uni-marquee-track {
  animation-play-state: paused !important;
}

body .uni-marquee-group {
  display: flex !important;
  align-items: center !important;
  gap: 70px !important;
  padding-right: 70px !important;
}

body .uni-marquee-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 180px !important;
  height: 58px !important;
  flex-shrink: 0 !important;
  opacity: 0.9 !important;
  transition: 0.25s ease !important;
}

body .uni-marquee-logo:hover {
  opacity: 1 !important;
  transform: translateY(-2px) !important;
}

body .uni-marquee-logo img {
  max-width: 190px !important;
  max-height: 58px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

@keyframes redreamUniMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  body .uni-marquee-section {
    width: calc(100% - 28px) !important;
    padding: 18px 0 !important;
  }

  body .uni-marquee-group {
    gap: 42px !important;
    padding-right: 42px !important;
  }

  body .uni-marquee-logo {
    min-width: 135px !important;
    height: 46px !important;
  }

  body .uni-marquee-logo img {
    max-width: 145px !important;
    max-height: 46px !important;
  }
}
/* Remove universities strip white background but keep side fade */
body .uni-marquee-section {
  background: transparent !important;
  padding: 12px 0 !important;
  border-radius: 0 !important;
}

/* Keep fade on left/right */
body .uni-marquee-section::before,
body .uni-marquee-section::after {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  width: 90px !important;
  height: 100% !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

/* Left fade */
body .uni-marquee-section::before {
  left: 0 !important;
  background: linear-gradient(
    to right,
    #faf7f7 0%,
    rgba(250, 247, 247, 0) 100%
  ) !important;
}

/* Right fade */
body .uni-marquee-section::after {
  right: 0 !important;
  background: linear-gradient(
    to left,
    #faf7f7 0%,
    rgba(250, 247, 247, 0) 100%
  ) !important;
}
/* Center Pickup CTA */
body .pickup-feat .pf-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 6px !important;
  width: 100% !important;
}
/* ===============================
   How To Section - Figma Style
   =============================== */

body .howto-sec {
  position: relative !important;
  padding: 90px 0 70px !important;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(188, 11, 18, 0.035) 0px,
      rgba(188, 11, 18, 0.035) 58px,
      rgba(255, 255, 255, 0.65) 58px,
      rgba(255, 255, 255, 0.65) 116px
    ) !important;
  overflow: hidden !important;
}

/* Header */
body .howto-sec .sec-head {
  max-width: 720px !important;
  margin: 0 auto 58px !important;
  text-align: center !important;
}

body .howto-sec .sec-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 0 26px !important;
  border: 1.5px solid #bc0b12 !important;
  border-radius: 999px !important;
  color: #bc0b12 !important;
  background: rgba(255, 255, 255, 0.45) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
}

body .howto-sec .sec-head h2 {
  margin: 22px 0 14px !important;
  font-size: clamp(34px, 4vw, 46px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
  font-weight: 900 !important;
  color: #111111 !important;
}

body .howto-sec .sec-head p {
  max-width: 560px !important;
  margin: 0 auto !important;
  color: #777777 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

/* Steps wrapper */
body .steps-wrap {
  position: relative !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
}

/* hide old full line */
body .steps-line {
  display: none !important;
}

/* Grid */
body .steps-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 34px !important;
  align-items: start !important;
}

/* Dotted line between icons */
body .steps-grid::before {
  content: "" !important;
  position: absolute !important;
  top: 38px !important;
  left: 9% !important;
  right: 9% !important;
  height: 2px !important;
  background-image: radial-gradient(circle, rgba(188, 11, 18, 0.35) 1.5px, transparent 2px) !important;
  background-size: 14px 2px !important;
  background-repeat: repeat-x !important;
  z-index: 0 !important;
}

/* Step */
body .step {
  position: relative !important;
  z-index: 1 !important;
  text-align: center !important;
}

body .step-ic-wrap {
  position: relative !important;
  width: 74px !important;
  height: 74px !important;
  margin: 0 auto 18px !important;
}

body .step-ic {
  width: 74px !important;
  height: 74px !important;
  border-radius: 14px !important;
  background: rgba(255, 235, 235, 0.62) !important;
  border: 1.5px solid #bc0b12 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body .step-ic svg {
  width: 28px !important;
  height: 28px !important;
}

/* Number badge */
body .step-num {
  position: absolute !important;
  top: -10px !important;
  right: -10px !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: #bc0b12 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Text */
body .step-title {
  margin-bottom: 10px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  color: #111111 !important;
}

body .step-desc {
  max-width: 150px !important;
  margin: 0 auto !important;
  color: #858585 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

/* CTA */
body .howto-cta {
  margin-top: 34px !important;
  text-align: center !important;
}

body .howto-cta .btn-red {
  min-width: 260px !important;
  height: 48px !important;
  border-radius: 10px !important;
  background: #bc0b12 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 14px 28px rgba(188, 11, 18, 0.25) !important;
}

/* Responsive */
@media (max-width: 900px) {
  body .steps-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  body .steps-grid::before {
    display: none !important;
  }

  body .step-desc {
    max-width: 260px !important;
  }
}
/* Remove vertical background stripes from How To section */
body .howto-sec {
  background: #ffffff !important;
}
/* Fix Howto hover + icons + dotted line position */

/* المربع ديال الأيقونة مايبقاش أبيض فـ hover */
body .howto-sec .step-ic,
body .howto-sec .step-ic:hover {
  background: #fff1f1 !important;
  border: 1.5px solid #bc0b12 !important;
  color: #bc0b12 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* الأيقونة تبقى حمراء واضحة */
body .howto-sec .step-ic svg,
body .howto-sec .step-ic:hover svg {
  stroke: #bc0b12 !important;
  color: #bc0b12 !important;
  opacity: 1 !important;
}

/* المربع يكون فوق الخط */
body .howto-sec .step {
  position: relative !important;
  z-index: 3 !important;
}

body .howto-sec .step-ic-wrap {
  position: relative !important;
  z-index: 4 !important;
  background: transparent !important;
}

/* المربع نفسه يغطي الخط اللي موراه */
body .howto-sec .step-ic {
  position: relative !important;
  z-index: 5 !important;
}

/* الخط المتقطع يرجع اللور */
body .howto-sec .steps-grid::before {
  z-index: 1 !important;
  top: 37px !important;
}

/* نخلي الخط مايبانش داخل المربعات */
body .howto-sec .step-ic::before {
  content: "" !important;
  position: absolute !important;
  inset: -2px !important;
  background: #fff1f1 !important;
  border-radius: 14px !important;
  z-index: -1 !important;
}
/* Fix Howto numbers above icons and line */
body .howto-sec .steps-grid::before {
  z-index: 0 !important;
}

body .howto-sec .step {
  position: relative !important;
  z-index: 2 !important;
}

body .howto-sec .step-ic-wrap {
  position: relative !important;
  z-index: 3 !important;
}

body .howto-sec .step-ic {
  position: relative !important;
  z-index: 4 !important;
}

/* Number badge must stay on top */
body .howto-sec .step-num {
  position: absolute !important;
  top: -10px !important;
  right: -10px !important;
  z-index: 20 !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: #bc0b12 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* Keep dotted line behind boxes */
body .howto-sec .step-ic::before {
  content: "" !important;
  position: absolute !important;
  inset: -2px !important;
  background: #fff1f1 !important;
  border-radius: 14px !important;
  z-index: -1 !important;
}
/* Fix Howto step hover: keep icon red */
body .howto-sec .step:hover .step-ic,
body .howto-sec .step .step-ic:hover {
  background: #fff1f1 !important;
  border-color: #bc0b12 !important;
  transform: none !important;
  box-shadow: none !important;
}

body .howto-sec .step:hover .step-ic svg,
body .howto-sec .step .step-ic:hover svg,
body .howto-sec .step:hover .step-ic svg path,
body .howto-sec .step .step-ic:hover svg path {
  stroke: #bc0b12 !important;
  color: #bc0b12 !important;
  opacity: 1 !important;
}

/* خلي الرقم يبقى فوق */
body .howto-sec .step:hover .step-num {
  background: #bc0b12 !important;
  color: #ffffff !important;
}
/* Pickup Gallery - Figma Style */
body .pickup-sec {
  padding: 80px 0 !important;
  background: #faf7f7 !important;
}

body .pickup-sec .sec-head {
  display: none !important;
}

body .pickup-gallery-grid {
  width: calc(100% - 60px) !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  grid-auto-rows: 170px !important;
  gap: 14px !important;
}
body .pg-small img {
  object-position: center center !important;
}

body .pg-large img {
  object-position: center 42% !important;
}

body .pg-medium img {
  object-position: center 45% !important;
}
body .pg-card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  background: #ddd !important;
  display: block !important;
  text-decoration: none !important;
  min-height: 100% !important;
}

body .pg-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.35s ease !important;
}

body .pg-card:hover img {
  transform: scale(1.05) !important;
}

body .pg-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.05) 100%
  ) !important;
  z-index: 1 !important;
}

body .pg-content {
  position: absolute !important;
  left: 14px !important;
  right: 14px !important;
  bottom: 12px !important;
  z-index: 2 !important;
  color: #ffffff !important;
}

body .pg-content h3 {
  margin: 0 0 4px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body .pg-content p {
  margin: 0 !important;
  color: rgba(255,255,255,0.86) !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
}

body .pg-badge {
  position: absolute !important;
  left: 12px !important;
  bottom: 42px !important;
  z-index: 3 !important;
  background: #bc0b12 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 7px 12px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

body .pg-small:nth-child(1),
body .pg-small:nth-child(2),
body .pg-small:nth-child(3) {
  grid-column: span 2 !important;
  grid-row: span 1 !important;
}

body .pg-large {
  grid-column: span 4 !important;
  grid-row: span 2 !important;
}

body .pg-medium {
  grid-column: span 2 !important;
  grid-row: span 1 !important;
}

body .pg-cta {
  grid-column: span 2 !important;
  grid-row: span 1 !important;
  border-radius: 10px !important;
  background: #bc0b12 !important;
  padding: 26px 28px !important;
  color: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

body .pg-cta h3 {
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
}

body .pg-cta p {
  margin: 0 0 18px !important;
  color: rgba(255,255,255,0.86) !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

body .pg-cta a {
  width: fit-content !important;
  min-height: 34px !important;
  padding: 0 18px !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: #bc0b12 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

@media (max-width: 900px) {
  body .pickup-gallery-grid {
    width: calc(100% - 28px) !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: 220px !important;
  }

  body .pg-small,
  body .pg-large,
  body .pg-medium,
  body .pg-cta {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}
/* Pickup section heading restore */
body .pickup-sec {
  padding: 90px 0 80px !important;
  background: #faf7f7 !important;
}

body .pickup-sec .sec-head,
body .pickup-sec .pickup-head {
  display: block !important;
  max-width: 720px !important;
  margin: 0 auto 42px !important;
  text-align: center !important;
}

body .pickup-sec .sec-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 0 26px !important;
  border: 1.5px solid #bc0b12 !important;
  border-radius: 999px !important;
  color: #bc0b12 !important;
  background: rgba(255, 255, 255, 0.55) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

body .pickup-sec .sec-head h2 {
  margin: 20px 0 12px !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
  font-weight: 900 !important;
  color: #111111 !important;
}

body .pickup-sec .sec-head p {
  max-width: 620px !important;
  margin: 0 auto !important;
  color: #777777 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

/* Fix Pickup badge */
body .pg-badge {
  position: absolute !important;
  left: 12px !important;
  bottom: 42px !important;
  z-index: 3 !important;
  background: #bc0b12 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 7px 12px !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  width: auto !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Pickup gallery spacing like Figma */
body .pickup-gallery-grid {
  width: calc(100% - 84px) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  grid-auto-rows: 125px !important;
  gap: 12px !important;
}
/* Pickup Gallery final fixes */

/* خلي الصور ياخدو مساحة أكثر */
body .pickup-gallery-grid {
  grid-auto-rows: 145px !important;
  gap: 14px !important;
}

/* تحسين عرض الصور */
body .pg-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* الصورة الكبيرة تبان مزيان */
body .pg-large img {
  object-position: center 45% !important;
}

/* صورة Premier repas */
body .pg-medium img {
  object-position: center 45% !important;
}

/* حيد Pickup Redream badge نهائياً */
body .pg-badge {
  display: none !important;
}

/* تحسين النصوص فوق الصور */
body .pg-content {
  left: 16px !important;
  right: 16px !important;
  bottom: 14px !important;
}

body .pg-content h3 {
  font-size: 14px !important;
  font-weight: 900 !important;
}

body .pg-content p {
  font-size: 11.5px !important;
}

/* تقاد البلوك الحمراء */
body .pg-cta {
  min-height: 145px !important;
  padding: 22px 28px !important;
  border-radius: 10px !important;
  background: #bc0b12 !important;
  overflow: hidden !important;
  justify-content: center !important;
}

body .pg-cta h3 {
  font-size: 25px !important;
  line-height: 1.1 !important;
  margin: 0 0 10px !important;
}

body .pg-cta p {
  font-size: 12px !important;
  line-height: 1.45 !important;
  margin: 0 0 14px !important;
  max-width: 420px !important;
}

body .pg-cta a {
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 18px !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}