/* === Core === */
:root{
  --bg:#0f172a; --bg2:#0b1226; --text:#f8fafc; --muted:#9ca3af;
  --stroke:#1f2a44; --primary:#f59e0b; --accent:#fb923c; --gold:#fbbf24;
}
*{box-sizing:border-box} html,body{margin:0;padding:0}
body{font-family:"Cairo",system-ui,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#0d1429 0%,#0f172a 50%,#0b1226 100%);line-height:1.8}
a{text-decoration:none;color:var(--text)} .container{max-width:1100px;margin:auto;padding:0 20px}
.section{padding:64px 0} h1,h2,h3{margin:0 0 12px;line-height:1.25}
.note{color:#cbd5e1}.small{color:#a7b0c0;font-size:13px}

/* Header */
.site-header{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:12px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800}
.main-nav{display:flex;gap:16px;align-items:center}
.menu-toggle{display:none;background:none;border:1px solid #2b334a;color:var(--text);padding:6px 10px;border-radius:8px}

/* Buttons */
.btn{display:inline-block;padding:12px 18px;border-radius:14px;border:1px solid transparent;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--primary),var(--accent));color:#111827;font-weight:900}
.btn-ghost{border:1px solid #2a3348}
.btn-outline{border:1px solid var(--primary);color:var(--text)}
.btn-contrast{background:#111827;border:1px solid var(--primary);color:var(--text)}

/* Top notice */
.top-notice{text-align:center;background:#111827;border-top:1px solid #2a3348;border-bottom:1px solid #2a3348;padding:8px 12px;font-weight:800}

/* Hero */
.hero{position:relative;overflow:hidden;border:1px solid #1f2a44;border-radius:22px;margin:28px 0;background:
  radial-gradient(800px 400px at 90% -10%, rgba(245,158,11,.25), transparent 60%),
  radial-gradient(700px 300px at 10% 0%, rgba(96,165,250,.18), transparent 50%),
  linear-gradient(180deg,#0d1429 0%,#0f172a 50%,#0b1226 100%)}
.globe-bg{position:absolute; inset:0; display:grid; place-items:center; opacity:.35; mix-blend-mode:screen}
.globe-bg img{max-width:100%;height:auto; filter: drop-shadow(0 10px 40px rgba(0,0,0,.3))}
.hero-inner{position:relative;padding:54px 24px}
.kicker{color:#e5e7eb;opacity:.8;font-weight:700;letter-spacing:.5px}
.hero .accent{color:var(--gold)}
.metrics{display:flex;gap:18px;list-style:none;padding:0;margin:18px 0 0;flex-wrap:wrap}
.metrics li{background:#0b1226;border:1px solid #1f2a44;padding:10px 12px;border-radius:12px;display:flex;flex-direction:column;min-width:130px;align-items:flex-start}
.metrics strong{font-size:20px}

/* Cards */
.grid{display:grid;gap:18px}
.grid.cards{grid-template-columns:repeat(3,1fr)}
.cards .card{background:#0b1226;border:1px solid #1f2a44;padding:18px;border-radius:14px;box-shadow:0 8px 30px rgba(0,0,0,.25)}
.card .icon img{width:32px;height:32px;opacity:.9}

/* Pricing Showcase */
.showcase{grid-template-columns:repeat(5,1fr)}
.plan{background:#0b1226;border:1px solid #1f2a44;border-radius:18px;padding:22px;box-shadow:0 10px 30px rgba(0,0,0,.25);position:relative;overflow:hidden}
.plan .badge{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--gold));color:#111827;font-weight:900;margin-bottom:10px}
.plan .price{font-size:22px;font-weight:900;color:var(--gold)}
.plan .price span{font-size:12px;color:#e5e7eb}
.plan .benefits{list-style:none;margin:10px 0 0;padding:0;display:grid;gap:6px}
.plan .benefits li::before{content:"";display:inline-block;width:8px;height:8px;background:#34d399;border-radius:50%;margin-left:6px}
.plan.featured{outline:2px solid var(--gold)}
.plan:hover{transform:translateY(-4px)}

/* CVs */
.cv-controls{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}
.cvgrid{grid-template-columns:repeat(2,1fr)}
.cv{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}
.cv .avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#334155,#1f2937);border:1px solid #374151}
.cv .cv-actions{display:flex;gap:8px;flex-wrap:wrap}
.price{color:var(--gold);font-weight:900}

/* Timeline */
.timeline{position:relative;margin:24px 0;padding-left:0;list-style:none}
.timeline::before{content:"";position:absolute;right:calc(50% - 1px);top:0;bottom:0;width:2px;background:#2a3348;opacity:.6}
.timeline li{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:0 0 22px}
.timeline .year{font-weight:900;color:var(--gold);display:flex;align-items:center;gap:8px}
.timeline .year img{width:18px;height:18px;opacity:.9}
.timeline .event{background:#0b1226;border:1px solid #1f2a44;padding:14px 16px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.25)}

/* Contact & Footer */
.grid.two{grid-template-columns:1fr 1fr}
.form label{display:block;margin:10px 0}
input,select,textarea{width:100%;padding:12px;border-radius:10px;border:1px solid #27407a;background:#0a1531;color:#f8fafc;outline:none}
input:focus,select:focus,textarea:focus{border-color:#fb923c;box-shadow:0 0 0 3px rgba(251,146,60,.2)}
.site-footer{padding:24px 0;border-top:1px solid #223361;color:#cbd5e1;text-align:center}

/* footer socials override */
.site-footer .footer-socials{
  margin-top:16px;
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
  align-items:center;
}
.site-footer .footer-socials .social{
  /* make each social icon a circular badge with a golden gradient */
  display:flex;
  justify-content:center;
  align-items:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--primary),var(--gold));
  border:1px solid #1f2a44;
  transition:transform .18s ease, box-shadow .18s ease;
}
.site-footer .footer-socials .social:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 16px rgba(0,0,0,0.25);
}
.site-footer .footer-socials .social img{
  width:20px;
  height:20px;
  /* invert the icon colours so they appear white on the gold badge */
  filter:brightness(0) invert(1);
}

/* partners section */
#partners{
  text-align:center;
}
#partners .partners-logos{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:32px;
  margin-top:32px;
}
#partners .partners-logos img{
  /* الصورة الموحدة لشعارات الشركاء تحتاج أن تظهر بحجم أوضح في أسفل الصفحة */
  max-height:140px;
  width:auto;
  max-width:100%;
  opacity:0.95;
  object-fit:contain;
}
.whatsapp{position:fixed;bottom:22px;left:22px;width:54px;height:54px;display:grid;place-items:center;background:#22c55e;border-radius:50%;box-shadow:0 10px 30px rgba(0,0,0,.25);border:2px solid #0b1b36}
.whatsapp svg{width:26px;height:26px;fill:#052b19}

/* Responsive */
@media (max-width: 1100px){
  .showcase{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 900px){
  .grid.cards{grid-template-columns:1fr}
  .cvgrid{grid-template-columns:1fr}
  .showcase{grid-template-columns:1fr 1fr}
  .timeline::before{right:auto;left:8px}
  .timeline li{grid-template-columns:1fr}
  .main-nav{display:none}
  .main-nav.open{display:flex;flex-wrap:wrap;gap:12px;background:#0b1530;border:1px solid #23376d;padding:12px;border-radius:12px;position:absolute;top:64px;right:20px}
  .menu-toggle{display:block}
}

/* Flags inside pricing badges */
.badge-flag{background:#111827;border:1px solid #2a3348}
.badge-flag img{width:28px;height:auto;border-radius:50%}

/* CV avatar image */
.cv .avatar{width:56px;height:56px;border-radius:50%;border:1px solid #2a3348;object-fit:cover;background:#0b1226}

/* Social icons clarified */
.socials{margin-top:12px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.socials .social{display:inline-flex;gap:8px;align-items:center;padding:8px 12px;border:1px solid #2a3348;border-radius:10px;background:#0b1226}
.socials .social img{width:16px;height:16px;opacity:.9}
.socials .social.x{color:#e5e7eb}
.socials .social.snap{color:#ffd54d}

/* Map link */
.maplink{color:#93c5fd;text-decoration:underline}

/* Minor: tighten plan price */
.plan .price{display:flex;align-items:center;gap:6px}

/* Full-site animated background */
#bg-anim{position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.55;mix-blend-mode:screen}
#bg-anim svg{width:100%;height:100%}
/* CV photo fine-tune */
.cv .cv-photo{width:64px;height:64px;border-radius:50%;object-fit:cover;border:1px solid #2a3348;background:#0b1226}

/* About split */
.about-split{display:grid;grid-template-columns:1.1fr 1fr;gap:20px;align-items:center}
.about-split .about-media img{width:100%;height:auto;border-radius:18px;border:1px solid #1f2a44;box-shadow:0 20px 40px rgba(0,0,0,.25)}
.about-split .about-text{background:#0b1226;border:1px solid #1f2a44;padding:24px;border-radius:18px}
.ticks{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:8px}
.ticks li{position:relative;padding-right:22px}
.ticks li::before{content:"";position:absolute;right:0;top:8px;width:12px;height:12px;border-radius:50%;background:#34d399}

/* Process stepper */
.process .steps{display:grid;grid-template-columns:1fr 24px 1fr 24px 1fr 24px 1fr;align-items:start;gap:12px;margin-top:18px}
.process .step{background:#0b1226;border:1px solid #1f2a44;padding:18px;border-radius:16px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.process .ico img{width:34px;height:34px;margin-bottom:8px;opacity:.95}
.process .dash{height:2px;background:#2a3348;margin-top:46px;border-radius:2px}
.subtle{color:#cbd5e1}
@media(max-width:900px){
  .about-split{grid-template-columns:1fr}
  .process .steps{grid-template-columns:1fr;gap:14px}
  .process .dash{display:none}
}

/* === Custom additions for refined experience === */

/* Reduce brand logo height and align name */
.site-header .brand img,
.site-footer .brand img{
  height:28px;
  width:auto;
}
.site-header .brand span,
.site-footer .brand span{
  font-size:18px;
  font-weight:800;
}

/* Hide helper */
.hidden{display:none !important;}

/* Modal styles for order form */
.modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.6);
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:1000;
}
.modal .modal-content{
  background:#0b1226;
  border:1px solid #1f2a44;
  padding:24px;
  border-radius:18px;
  width:100%;
  max-width:480px;
  max-height:90vh;
  overflow-y:auto;
  position:relative;
}
.modal .modal-close{
  position:absolute;
  top:12px;
  left:12px;
  background:none;
  border:none;
  font-size:28px;
  color:#e5e7eb;
  cursor:pointer;
}
.modal h2{
  margin-top:0;
  margin-bottom:12px;
  font-weight:800;
}
.modal form label{
  display:block;
  margin-bottom:12px;
}
.modal form input,
.modal form textarea{
  width:100%;
  padding:10px;
  border-radius:10px;
  border:1px solid #2a3348;
  background:#0a1531;
  color:#f8fafc;
  outline:none;
}
.modal form input:focus,
.modal form textarea:focus{
  border-color:var(--accent);
  box-shadow:0 0 0 2px rgba(251,146,60,0.3);
}
.modal form button{
  display:block;
  width:100%;
  margin-top:16px;
}
.modal #orderSuccess{
  text-align:center;
}
.modal #orderSuccess h3{margin-bottom:8px;}
.modal #orderSuccess p{margin:4px 0;}
.modal #orderSuccess .btn{margin-top:12px;width:100%;}

/* Vertical filters for CV page */
.cv-wrapper{
  display:flex;
  gap:24px;
}
.filters{
  background:#0b1226;
  border:1px solid #1f2a44;
  border-radius:16px;
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:12px;
  width:240px;
  min-width:200px;
  flex-shrink:0;
}
.filters label{font-size:14px;font-weight:600;}
.filters input,
.filters select{
  width:100%;
  padding:10px;
  border-radius:8px;
  border:1px solid #2a3348;
  background:#0a1531;
  color:#f8fafc;
}

@media(max-width:900px){
  .cv-wrapper{flex-direction:column;}
  .filters{width:100%;}
}

/* Small link under pricing cards */
.cv-link{
  display:block;
  margin-top:8px;
  font-size:14px;
  color:#93c5fd;
  text-decoration:underline;
}

/* Style order button inside CV actions */
.cv .cv-actions .order-btn-cv{
  flex:1 1 auto;
  text-align:center;
}

/* === Corporate Polish === */
:root{
  --radius:22px;
  --radius-sm:14px;
  --shadow-lg:0 30px 70px rgba(0,0,0,.35);
  --shadow-md:0 14px 40px rgba(0,0,0,.28);
  --card-bg:rgba(11,18,38,.72);
  --card-stroke:#1a2542;
  --tick:#34d399;
}
.container{max-width:1200px}
.section{padding:72px 0}

/* Section headings */
.section > h2{font-size:30px;margin-bottom:8px}
.section > .lead{margin-top:-4px;color:#c7d2fe}

/* --- About split --- */
.about-split{position:relative}
.about-split .about-text{
  background:var(--card-bg);
  border:1px solid var(--card-stroke);
  backdrop-filter: blur(6px);
  border-radius:var(--radius);
  box-shadow:var(--shadow-md);
  padding:28px 28px 24px;
}
.about-split .about-text h2{font-size:32px;margin-bottom:8px}
.about-split .about-text p{font-size:18px;color:#e5e7eb;margin-bottom:12px}
.ticks{display:grid;gap:10px}
.ticks li{display:flex;align-items:flex-start;gap:10px}
.ticks li::before{
  content:"";flex:0 0 12px;height:12px;margin-top:7px;
  border-radius:50%;background:var(--tick);box-shadow:0 0 0 4px rgba(52,211,153,.12);
}
.about-split .about-media{position:relative}
.about-split .about-media img{
  width:100%;height:auto;border-radius:18px;border:1px solid var(--card-stroke);
  box-shadow:var(--shadow-lg);object-fit:cover;
}
.about-split .about-media::after{
  content:"";position:absolute;inset:0;border-radius:18px;
  background:radial-gradient(500px 200px at 80% 10%, rgba(245,158,11,.16), transparent 60%);
  pointer-events:none;
}

/* --- Services --- */
#services .cards{grid-template-columns:repeat(3,1fr)}
#services .card{
  position:relative;min-height:180px;display:flex;flex-direction:column;justify-content:flex-start;
  background:var(--card-bg);border:1px solid var(--card-stroke);border-radius:var(--radius);
  box-shadow:var(--shadow-md);
}
#services .card .icon{
  position:absolute;left:16px;top:16px;width:38px;height:38px;border-radius:12px;
  background:#0c1530;border:1px solid #233455;display:grid;place-items:center;
}
#services .card .icon img{width:20px;height:20px;opacity:.95}
#services .card h3{margin-top:64px;font-size:22px}
#services .card p{color:#cbd5e1}
#services .card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}

/* Process */
.process .step{background:var(--card-bg);border:1px solid var(--card-stroke)}

/* CV card small tweak */
.cv{background:var(--card-bg);border:1px solid var(--card-stroke)}

/* About + Services section separators */
.section .divider{height:1px;background:#1a2542;margin:22px 0;border-radius:1px;opacity:.7}

/* Responsive tune */
@media (max-width: 1100px){
  .section{padding:56px 0}
  .section > h2{font-size:26px}
  .about-split .about-text h2{font-size:28px}
}

/* Remove about media image styling (if present) */
.about-split{display:block !important}
.about-split .about-media{display:none !important}
.about-split .about-text{max-width:800px;margin:auto;text-align:center}

/* Process steps: make icons larger & open */
.process .step{padding:32px 24px;border-radius:18px;text-align:center}
.process .step .icon{font-size:46px;margin-bottom:12px;display:block}
.process .step h3{font-size:22px;margin-bottom:8px}
.process .step p{font-size:16px;color:#cbd5e1}

/* Center about card */
.about-split .about-text{
  margin:40px auto;
  text-align:center;
  max-width:900px;
}

/* Service icons: use brand orange background and white icon */
#services .card .icon{
  background:linear-gradient(135deg,#f59e0b,#f97316);
  border:none;
}
#services .card .icon img{filter:brightness(0) invert(1);}

/* Process step icons: clearer, brand color accent */
.process .step .icon{
  font-size:52px;
  margin-bottom:12px;
  color:#f59e0b;
}
.process .step{background:rgba(11,18,38,.7);border:1px solid #2c3557}

/* Process icons with strong background */
.process .step .icon{
  width:60px;height:60px;
  border-radius:12px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  margin:0 auto 14px;
}
.process .step h3{font-size:20px;color:#fff;}
.process .step p{color:#cbd5e1;font-size:15px;}

.process .step .icon img{width:32px;height:32px;filter:brightness(0) invert(1);}
/* === Unified Icon Badge (all sections) === */
.icon, .steps .step .icon, #services .card .icon{
  width:56px; height:56px;
  border-radius:14px;
  background: linear-gradient(135deg,#f59e0b,#fbbf24);
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 8px 24px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.08);
  border:none;
}
.icon img, .steps .step .icon img, #services .card .icon img{
  width:28px; height:28px; object-fit:contain;
  filter: brightness(0) invert(1);
  opacity: 1;
}
/* Positioning for service cards (keep badge at top-right in RTL) */
#services .card .icon{ position:absolute; right:16px; top:16px; }
/* Tweak card spacing to accommodate unified icon */
#services .card h3{ margin-top:52px; }
/* Process card adjustments */
.process .step{ padding-top:24px; }
.process .step h3{ margin-top:6px; font-size:20px; }

/* Smaller unified icons */
.icon, .steps .step .icon, #services .card .icon{
  width:44px; height:44px;
  border-radius:12px;
  background: linear-gradient(135deg,#f59e0b,#fbbf24);
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 4px 12px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.08);
}
.icon img, .steps .step .icon img, #services .card .icon img{
  width:22px; height:22px;
}

/* Social icons badge */
.social-icons a{
  display:inline-flex;
  width:36px; height:36px;
  border-radius:10px;
  align-items:center; justify-content:center;
  background: linear-gradient(135deg,#f59e0b,#fbbf24);
  margin:0 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,.25);
}
.social-icons a img{
  width:18px; height:18px;
  filter:brightness(0) invert(1);
}

/* ===== Hover Animations for Icon Badges ===== */
.icon, .steps .step .icon, #services .card .icon,
.social-icons a, .socials .social{
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.icon:hover, .steps .step .icon:hover, #services .card .icon:hover,
.social-icons a:hover, .socials .social:hover{
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 10px 26px rgba(0,0,0,.35), 0 0 0 3px rgba(251,191,36,.18) inset;
  filter: saturate(1.1);
}

/* Subtle shimmer on hover */
@keyframes shimmer{ 
  0%{background-position:0% 50%} 
  100%{background-position:100% 50%}
}
.icon, .steps .step .icon, #services .card .icon{
  background: linear-gradient(135deg,#f59e0b,#fbbf24);
  background-size: 200% 200%;
}
.icon:hover, .steps .step .icon:hover, #services .card .icon:hover{
  animation: shimmer 1.2s linear infinite;
}

/* ===== Roadmap (Modern Timeline) ===== */
.roadmap{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:12px}
.roadmap .stage{
  background:rgba(11,18,38,.75);
  border:1px solid #1f2a44;
  border-radius:16px;
  padding:18px;
  position:relative;
  box-shadow:0 12px 32px rgba(0,0,0,.25);
}
.roadmap .stage .year{
  position:absolute; top:-12px; right:16px;
  background:linear-gradient(135deg,#f59e0b,#fbbf24);
  color:#111827; font-weight:900; padding:6px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
}
.roadmap .stage h3{margin:6px 0 6px;font-size:18px}
.roadmap .stage p{color:#cbd5e1;margin:0}
.roadmap .stage .mini{
  opacity:.85; font-size:13px; color:#d1d5db; margin-top:6px;
}
@media(max-width:900px){ .roadmap{grid-template-columns:1fr} }

/* ===== Social icons clarity ===== */
.social-icons a, .socials .social{
  width:36px;height:36px;border-radius:10px;
  background: radial-gradient(120% 120% at 30% 30%, #ffffff 0%, #ffeab5 40%, #fbbf24 100%);
  box-shadow: 0 6px 16px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.25);
}
.social-icons a img, .socials .social img{
  filter:none; /* keep original brand color if any */
  width:18px;height:18px;
}

/* CV card flag avatar */
.cv .flag{
  width:40px;height:40px;
  border-radius:50%;
  overflow:hidden;
  border:2px solid #fbbf24;
  margin-bottom:6px;
}
.cv .flag img{width:100%;height:100%;object-fit:cover}

/* Adjust CV text spacing */
.cv h3{display:flex;align-items:center;gap:8px;font-size:18px}
.cv h3 img{width:22px;height:22px;border-radius:50%;object-fit:cover}

/* Social icons new style */
.social-icons a, .socials .social{
  background:linear-gradient(145deg,#1a1a1a,#2c2c2c);
  border:1px solid rgba(255,255,255,.08);
}
.social-icons a:hover, .socials .social:hover{
  background:linear-gradient(145deg,#2c2c2c,#1a1a1a);
  box-shadow:0 0 0 3px rgba(251,191,36,.25);
}
.social-icons a img, .socials .social img{
  filter:none;
}

/* Timeline tweaks gold style */
.roadmap .stage .year{
  background:linear-gradient(135deg,#fcd34d,#f59e0b);
  color:#111;
  font-weight:800;
}

/* === Professional Vertical Timeline === */
.timeline{position:relative;margin-top:18px}
.timeline::before{content:"";position:absolute;right:24px;top:0;bottom:0;width:2px;background:linear-gradient(#f59e0b,#fbbf24);opacity:.6;border-radius:2px}
.tl-item{position:relative;padding:16px 72px 16px 16px;margin:8px 0;background:rgba(11,18,38,.78);border:1px solid #1f2a44;border-radius:16px;box-shadow:0 10px 24px rgba(0,0,0,.25)}
.tl-item .dot{position:absolute;right:15px;top:18px;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#fbbf24);box-shadow:0 0 0 4px rgba(251,191,36,.18)}
.tl-item .year{font-weight:800;color:#fcd34d;margin-left:8px}
.tl-item h3{margin:0 0 6px 0;font-size:18px}
.tl-item p{margin:0;color:#cbd5e1}
.tl-item .mini{margin-top:6px;font-size:13px;color:#9ca3af}

/* === CV card refined layout === */
.cv{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:18px}
.cv header{display:flex;align-items:center;gap:10px;margin-bottom:6px}
.cv .flag{width:44px;height:44px;border-radius:50%;overflow:hidden;border:2px solid #fbbf24;box-shadow:0 3px 10px rgba(0,0,0,.25)}
.cv .flag img{width:100%;height:100%;object-fit:cover}
.cv .cv-info h3{font-size:18px;margin:0}
.cv .cv-meta{display:grid;gap:2px;color:#cbd5e1}
.cv .cv-price{font-weight:800;color:#fbbf24;margin-top:8px}

/* Actions column pinned bottom */
.cv .cv-actions{display:flex;flex-direction:column;gap:10px;align-self:stretch;justify-content:flex-end}
.cv .cv-actions .btn{min-width:160px}

/* === Social icons (clear circular) === */
.socials{display:flex;gap:10px;margin-top:12px;align-items:center;flex-wrap:wrap}
.socials .social{display:inline-flex;gap:8px;align-items:center;padding:6px 10px;border-radius:9999px;background:rgba(11,18,38,.7);border:1px solid #1f2a44}
.socials .glyph{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#f59e0b,#fbbf24);box-shadow:0 6px 16px rgba(0,0,0,.25)}
.socials .glyph img{width:20px;height:20px;filter:brightness(0) invert(1)}
.socials .label{color:#e5e7eb;font-size:14px}

/* Hover micro-interaction */
.socials .social{transition:transform .18s ease, box-shadow .18s ease}
.socials .social:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.35)}

/* ===== Chatbot Widget ===== */
.chat-fab{
  position:fixed; bottom:22px; left:22px; z-index:9999;
  width:56px; height:56px; border-radius:999px;
  background:linear-gradient(135deg,#f59e0b,#fbbf24);
  box-shadow:0 10px 28px rgba(0,0,0,.35);
  display:grid; place-items:center; cursor:pointer; border:none;
}
.chat-fab svg{width:26px;height:26px;fill:#0b1226}
.chatbox{
  position:fixed; bottom:90px; left:22px; z-index:9999;
  width:340px; max-width:92vw;
  background:rgba(11,18,38,.96); color:#e5e7eb;
  border:1px solid #1f2a44; border-radius:16px; overflow:hidden;
  box-shadow:0 24px 60px rgba(0,0,0,.45); display:none;
}
.chatbox header{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 12px; background:linear-gradient(135deg,#0b1226,#101a35);
  border-bottom:1px solid #1f2a44;
}
.chatbox header .title{display:flex; align-items:center; gap:8px; font-weight:700}
.chatbox header .title .dot{width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.2)}
.chatbox .body{padding:12px; max-height:360px; overflow:auto; display:grid; gap:10px}
.msg{padding:10px 12px; border-radius:12px; max-width:85%}
.msg.bot{background:#0f1730; border:1px solid #1f2a44}
.msg.user{background:#172554; border:1px solid #1e3a8a; justify-self:end}
.quick{display:flex; flex-wrap:wrap; gap:8px; margin-top:4px}
.quick button{padding:6px 10px; border-radius:999px; border:1px solid #1f2a44; background:#0f1730; color:#e5e7eb; cursor:pointer}
.chatbox footer{display:flex; gap:8px; padding:10px; border-top:1px solid #1f2a44; background:#0b1226}
.chatbox input{flex:1; background:#0f1730; border:1px solid #1f2a44; border-radius:10px; padding:8px 10px; color:#e5e7eb}
.chatbox .wa{background:#22c55e; color:#0b1226; border:none; padding:8px 10px; border-radius:10px; font-weight:700; cursor:pointer}
@media(max-width:520px){ .chatbox{left:10px; right:10px; width:auto} }

/* === Banner All Cities of KSA === */
.banner-ksa{
  position:relative;
  background:linear-gradient(135deg,#0b1226,#f59e0b);
  background-image:url('assets/ksa-map.svg');
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  color:#fff;
  text-align:center;
  padding:80px 20px;
  margin:40px 0;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 36px rgba(0,0,0,.35);
}
.banner-ksa h2{
  font-size:32px;
  font-weight:800;
  color:#fef3c7;
  text-shadow:0 3px 6px rgba(0,0,0,.4);
  animation:fadeInUp 1s ease both;
}
@keyframes fadeInUp{
  from{opacity:0;transform:translateY(30px)}
  to{opacity:1;transform:translateY(0)}
}

/* === HERO inline banner (left side) === */
.hero-inline-banner{
  position:absolute;
  left:0; top:50%; transform:translateY(-50%);
  width:44%; min-width:320px; max-width:560px;
  background: radial-gradient(120% 120% at 20% 20%, rgba(251,191,36,.22), rgba(11,18,38,.0) 70%),
              linear-gradient(135deg, rgba(15,23,42,.85), rgba(15,23,42,.65));
  border:1px solid #1f2a44;
  border-radius:18px;
  padding:24px 26px;
  color:#e5e7eb;
  box-shadow:0 24px 64px rgba(0,0,0,.35);
  backdrop-filter: blur(4px);
}
.hero-inline-banner .badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px; border-radius:999px;
  background:linear-gradient(135deg,#f59e0b,#fbbf24);
  color:#111827; font-weight:900; margin-bottom:10px;
}
.hero-inline-banner h3{
  font-size:26px; margin:6px 0 6px; color:#fff;
}
.hero-inline-banner p{ margin:0; color:#cbd5e1; }
.hero-inline-banner .pill{
  display:inline-block; margin-top:10px; padding:6px 10px; border-radius:999px;
  border:1px solid #334155; color:#e5e7eb; background:#0b1226; font-size:13px;
}
@media(max-width:1100px){
  .hero-inline-banner{ position:relative; width:100%; transform:none; top:auto; left:auto; margin-top:14px; }
}

/* KSA watermark inside hero banner */
.hero-inline-banner{position:relative; overflow:hidden}
.hero-inline-banner::before{
  content:"";
  position:absolute;
  inset:auto 12px 12px auto; /* bottom-right */
  width:180px; height:180px;
  background:url('assets/ksa-icon.svg') no-repeat center/contain;
  opacity:.25; filter: drop-shadow(0 6px 18px rgba(0,0,0,.25));
  pointer-events:none;
}
@media(max-width:1100px){
  .hero-inline-banner::before{width:140px;height:140px;right:10px;bottom:10px}
}

/* v25: make watermark bigger & clearer */
.hero-inline-banner::before{
  width:240px; height:240px;
  opacity:.38; /* clearer */
}
/* subtle border glow so the card pops */
.hero-inline-banner{
  box-shadow:0 28px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.06) inset;
}

/* === v26 Clean Premium Background === */
/* Base gradient */
body{
  background: radial-gradient(1200px 600px at 70% -10%, rgba(245,158,11,.10), transparent 60%),
              radial-gradient(1600px 900px at 0% 100%, rgba(59,130,246,.08), transparent 55%),
              #0b1226;
}
/* Pattern layer */
#bg-anim{display:none !important;} /* hide previous animated paths */
.app-bg::before, body::before{
  content:""; position:fixed; inset:0; z-index:-1;
  background: url('assets/bg-pattern.svg') center/cover no-repeat;
  opacity:.9; pointer-events:none;
}
/* Hero keeps same look; no stock image needed */
#hero{background:transparent}
