/* =============================================
   عنادل السفارات — Main Stylesheet v2
   Teal & Gold — RTL Arabic Theme
   ============================================= */

/* ── Variables ── */
:root {
  --t9: #061A23;
  --t8: #0A2535;
  --t7: #0E3347;
  --t5: #0891B2;
  --t4: #22D3EE;
  --t3: #67E8F9;
  --gold: #F59E0B;
  --gL:  #FCD34D;
  --wh:  #F8FAFC;
}

/* ── Reset ── */
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { direction:rtl; scroll-behavior:smooth; }
body { font-family:'Tajawal',sans-serif; background:var(--t9); color:var(--wh); overflow-x:hidden; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; }

/* ── Scrollbar ── */
::-webkit-scrollbar { width:5px; }
::-webkit-scrollbar-track { background:var(--t9); }
::-webkit-scrollbar-thumb { background:var(--t5); border-radius:4px; }

/* ── Animations ── */
@keyframes pulse-call {
  0%   { transform:scale(.97); box-shadow:0 0 0 0 rgba(34,211,238,.7), 0 8px 28px rgba(8,145,178,.4); }
  70%  { transform:scale(1);   box-shadow:0 0 0 14px rgba(34,211,238,0), 0 12px 36px rgba(8,145,178,.5); }
  100% { transform:scale(.97); box-shadow:0 0 0 0 rgba(34,211,238,.7), 0 8px 28px rgba(8,145,178,.4); }
}
@keyframes shimmer {
  0%   { background-position:-300% center; }
  100% { background-position: 300% center; }
}
@keyframes blink {
  0%,100% { opacity:1; }
  50%      { opacity:.3; }
}
@keyframes fadeUp {
  from { opacity:0; transform:translateY(28px); }
  to   { opacity:1; transform:translateY(0); }
}
@keyframes rotate-slow {
  from { transform:rotate(0deg); }
  to   { transform:rotate(360deg); }
}

/* ── Layout ── */
.container { max-width:1180px; margin:0 auto; padding:0 24px; }
.section { padding:90px 0; position:relative; }
.section::before {
  content:'';
  position:absolute; inset-x:0; top:0; height:2px;
  background:linear-gradient(90deg,transparent,var(--t5),var(--gL),var(--t5),transparent);
}
.section--dark   { background:var(--t9); }
.section--darker { background:#071E2C; }

/* ── Section Header ── */
.sec-head { text-align:center; margin-bottom:60px; }
.sec-badge {
  display:inline-flex; align-items:center; gap:7px;
  background:rgba(8,145,178,.1); border:1px solid rgba(34,211,238,.25);
  border-radius:50px; padding:6px 18px; margin-bottom:14px;
  color:var(--t3); font-size:12px; font-weight:600;
}
.sec-badge .dot { width:6px; height:6px; border-radius:50%; background:var(--t4); display:inline-block; }
.sec-head h2 { font-size:clamp(26px,4vw,50px); font-weight:900; color:var(--wh); margin-bottom:12px; }
.sec-head h2 .hl {
  background:linear-gradient(135deg,var(--t5),var(--t4));
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}
.sec-head p { color:rgba(248,250,252,.52); font-size:15px; max-width:540px; margin:0 auto; line-height:1.85; }
.divider {
  height:2px; max-width:180px; margin:20px auto 0; border:none;
  background:linear-gradient(90deg,transparent,var(--t5),var(--gL),var(--t5),transparent);
}

/* ── Buttons ── */
.btn-call {
  display:inline-flex; align-items:center; gap:12px;
  background:linear-gradient(135deg,var(--t5),var(--t4));
  color:var(--t9) !important; font-weight:900; font-size:20px;
  padding:18px 40px; border-radius:18px; direction:ltr;
  animation:pulse-call 2s ease-in-out infinite;
  box-shadow:0 8px 28px rgba(8,145,178,.4);
  transition:opacity .2s;
}
.btn-call:hover { opacity:.9; }
.btn-call .ph-wrap {
  width:36px; height:36px; border-radius:10px;
  background:rgba(6,26,35,.22);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.btn-outline {
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(8,145,178,.1); border:1px solid rgba(34,211,238,.25);
  color:var(--t3); font-weight:700; font-size:16px;
  padding:18px 32px; border-radius:18px; transition:background .2s;
}
.btn-outline:hover { background:rgba(8,145,178,.2); }

/* ── Navbar ── */
.site-nav {
  position:fixed; top:0; inset-x:0; z-index:999;
  background:rgba(6,26,35,.96); border-bottom:1px solid rgba(34,211,238,.15);
  backdrop-filter:blur(14px); transition:box-shadow .3s;
}
.site-nav.scrolled { box-shadow:0 4px 24px rgba(0,0,0,.45); }
.nav-inner {
  max-width:1180px; margin:0 auto; padding:0 24px;
  display:flex; align-items:center; justify-content:space-between; height:72px;
}
.nav-logo { display:flex; align-items:center; gap:12px; }
.nav-logo-circle {
  width:44px; height:44px; border-radius:12px;
  background:linear-gradient(135deg,var(--t5),var(--t4));
  display:flex; align-items:center; justify-content:center;
  font-weight:900; font-size:19px; color:var(--t9); flex-shrink:0;
}
.nav-logo-name { font-weight:900; font-size:17px; color:var(--t4); line-height:1.2; }
.nav-logo-sub  { font-size:10px; color:rgba(34,211,238,.45); }
.nav-menu { list-style:none; display:flex; gap:26px; }
.nav-menu a {
  color:rgba(248,250,252,.78); font-size:13px; font-weight:600;
  transition:color .2s; position:relative;
}
.nav-menu a::after {
  content:''; position:absolute; bottom:-4px; right:0;
  width:0; height:2px; background:var(--t4); transition:width .3s;
}
.nav-menu a:hover { color:var(--t4); }
.nav-menu a:hover::after { width:100%; }
.nav-cta {
  display:flex; align-items:center; gap:8px;
  background:linear-gradient(135deg,var(--t5),var(--t4));
  color:var(--t9) !important; font-weight:900;
  padding:10px 22px; border-radius:50px; font-size:13px;
  white-space:nowrap; direction:ltr; transition:opacity .2s;
}
.nav-cta:hover { opacity:.88; }
.nav-hamburger {
  display:none; flex-direction:column; gap:5px;
  background:none; border:none; cursor:pointer; padding:4px;
}
.nav-hamburger span { display:block; width:22px; height:2px; background:white; border-radius:2px; transition:all .3s; }

/* ── Hero ── */
.hero {
  min-height:100vh; display:flex; align-items:center; justify-content:center;
  text-align:center; padding:110px 20px 70px; position:relative; overflow:hidden;
  background:linear-gradient(160deg,var(--t9) 0%,var(--t8) 35%,#083347 65%,var(--t9) 100%);
}
.hero::before {
  content:''; position:absolute; top:0; right:0;
  width:500px; height:500px; border-radius:50%;
  background:radial-gradient(circle,rgba(8,145,178,.1),transparent 70%);
}
.hero::after {
  content:''; position:absolute; bottom:0; left:0;
  width:400px; height:400px; border-radius:50%;
  background:radial-gradient(circle,rgba(34,211,238,.06),transparent 70%);
}
.hero-inner { position:relative; z-index:1; width:100%; max-width:880px; margin:0 auto; }
.hero-badge {
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(8,145,178,.12); border:1px solid rgba(34,211,238,.3);
  border-radius:50px; padding:8px 20px; margin-bottom:28px;
  font-size:13px; color:var(--t3);
}
.hero-badge .dot { width:7px; height:7px; border-radius:50%; background:var(--t4); animation:blink 1.5s ease-in-out infinite; }
.hero h1 { font-size:clamp(38px,7vw,86px); font-weight:900; line-height:1.1; margin-bottom:16px; }
.hero-pre  { display:block; font-size:.44em; color:rgba(248,250,252,.58); font-weight:700; margin-bottom:4px; }
.hero-name {
  display:block;
  background:linear-gradient(90deg,var(--t4) 0%,var(--wh) 25%,var(--gL) 50%,var(--wh) 75%,var(--t4) 100%);
  background-size:300% auto;
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
  animation:shimmer 5s linear infinite;
}
.hero-sub  { display:block; font-size:.38em; color:rgba(248,250,252,.52); font-weight:600; margin-top:8px; }
.hero-desc { font-size:16px; color:rgba(248,250,252,.58); max-width:640px; margin:14px auto 32px; line-height:1.9; }
.hero-pills { display:flex; flex-wrap:wrap; justify-content:center; gap:9px; margin-bottom:40px; }
.hero-pill {
  display:flex; align-items:center; gap:6px;
  background:rgba(8,145,178,.1); border:1px solid rgba(34,211,238,.18);
  border-radius:50px; padding:7px 16px; font-size:12px; color:rgba(248,250,252,.72);
}
.hero-pill .ck { color:var(--t4); }
.hero-btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; margin-bottom:56px; }
.hero-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; max-width:780px; margin:0 auto; }
.stat-card {
  background:rgba(10,37,53,.7); border:1px solid rgba(34,211,238,.12);
  border-radius:18px; padding:20px 12px; text-align:center; backdrop-filter:blur(10px);
}
.stat-num {
  font-size:30px; font-weight:900;
  background:linear-gradient(135deg,var(--gold),var(--gL));
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}
.stat-lbl { color:rgba(248,250,252,.42); font-size:11px; margin-top:3px; }

/* ── Service Cards ── */
.svc-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(290px,1fr)); gap:22px; }
.svc-card {
  border-radius:22px; padding:26px; position:relative; overflow:hidden;
  backdrop-filter:blur(8px); transition:transform .35s, box-shadow .35s;
}
.svc-card:hover { transform:translateY(-9px); }
.svc-card:hover h3 { color:var(--t4); }
.svc-num {
  position:absolute; top:14px; left:14px;
  width:28px; height:28px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:10px; font-weight:900;
}
.svc-icon {
  width:56px; height:56px; border-radius:16px;
  display:flex; align-items:center; justify-content:center;
  font-size:26px; margin-bottom:16px; transition:transform .3s;
}
.svc-card:hover .svc-icon { transform:scale(1.12); }
.svc-card h3 { color:var(--wh); font-weight:700; font-size:18px; margin-bottom:8px; transition:color .2s; }
.svc-card p  { color:rgba(248,250,252,.5); font-size:13px; line-height:1.78; }
.svc-feats   { list-style:none; margin-top:14px; display:flex; flex-direction:column; gap:6px; }
.svc-feats li { color:rgba(248,250,252,.62); font-size:12px; display:flex; align-items:center; gap:7px; }
.svc-dot { width:6px; height:6px; border-radius:50%; flex-shrink:0; display:inline-block; }

/* ── Why Us ── */
.why-grid { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start; }
.why-text h2 {
  font-size:clamp(26px,3.5vw,46px); font-weight:900; color:var(--wh);
  line-height:1.25; margin-bottom:14px;
}
.why-text h2 .hl {
  background:linear-gradient(135deg,var(--t5),var(--t4));
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}
.why-text > p { color:rgba(248,250,252,.58); font-size:15px; line-height:1.9; margin-bottom:22px; }
.review-card {
  background:rgba(10,37,53,.7); border:1px solid rgba(34,211,238,.14);
  border-radius:20px; padding:20px; backdrop-filter:blur(8px); margin-bottom:22px;
}
.review-flex { display:flex; align-items:flex-start; gap:12px; }
.review-avatar {
  width:44px; height:44px; border-radius:12px;
  background:linear-gradient(135deg,var(--t5),var(--t4));
  display:flex; align-items:center; justify-content:center;
  font-weight:900; font-size:17px; color:var(--t9); flex-shrink:0;
}
.review-text { font-style:italic; color:rgba(248,250,252,.75); font-size:13px; line-height:1.8; margin-bottom:8px; }
.review-name { color:var(--t4); font-weight:700; font-size:12px; }
.review-city { color:rgba(248,250,252,.35); font-size:11px; }
.review-stars { color:var(--gL); letter-spacing:2px; font-size:17px; margin-top:10px; }
.reasons-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.reason-card {
  background:rgba(10,37,53,.62); border:1px solid rgba(34,211,238,.1);
  border-radius:18px; padding:18px; transition:transform .3s, box-shadow .3s; backdrop-filter:blur(6px);
}
.reason-card:hover { transform:translateY(-5px); box-shadow:0 14px 28px rgba(8,145,178,.14); }
.reason-icon {
  width:40px; height:40px; border-radius:12px;
  background:rgba(8,145,178,.12); border:1px solid rgba(34,211,238,.2);
  display:flex; align-items:center; justify-content:center;
  font-size:19px; margin-bottom:11px;
}
.reason-card h4 { color:var(--wh); font-weight:700; font-size:14px; margin-bottom:5px; }
.reason-card p  { color:rgba(248,250,252,.46); font-size:12px; line-height:1.7; }

/* ── Works ── */
.works-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(290px,1fr)); gap:20px; }
.work-card {
  border-radius:20px; overflow:hidden;
  transition:transform .35s, box-shadow .35s; backdrop-filter:blur(8px);
}
.work-card:hover { transform:translateY(-7px); }
.work-strip { height:2px; }
.work-top   { height:110px; display:flex; align-items:center; justify-content:center; position:relative; }
.work-num   { font-size:78px; font-weight:900; opacity:.08; }
.work-tag   { position:absolute; top:10px; right:10px; font-size:11px; font-weight:700; padding:3px 11px; border-radius:50px; }
.work-body  { padding:20px; }
.work-body h3 { color:var(--wh); font-weight:700; font-size:16px; margin-bottom:5px; line-height:1.3; }
.work-loc   { font-size:11px; margin-bottom:8px; color:rgba(248,250,252,.35); display:flex; align-items:center; gap:4px; }
.work-body p { color:rgba(248,250,252,.5); font-size:13px; line-height:1.7; }
.work-done  { display:flex; align-items:center; gap:5px; font-size:11px; font-weight:600; margin-top:10px; }

/* ── Contact ── */
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:start; }
.glass-card {
  background:rgba(10,37,53,.65); border:1px solid rgba(34,211,238,.13);
  border-radius:24px; padding:30px; backdrop-filter:blur(12px);
}
.glass-card h3 { color:var(--wh); font-weight:700; font-size:17px; margin-bottom:20px; }
.form-row   { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-group { margin-bottom:16px; }
.form-group label { display:block; color:rgba(248,250,252,.55); font-size:12px; font-weight:600; margin-bottom:6px; }
.form-group input,
.form-group select,
.form-group textarea {
  width:100%; background:rgba(255,255,255,.05); border:1px solid rgba(34,211,238,.12);
  color:var(--wh); border-radius:12px; padding:11px 14px;
  font-size:13px; font-family:'Tajawal',sans-serif; outline:none; transition:border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color:rgba(34,211,238,.42); }
.form-group textarea { resize:none; }
.form-group select option { background:#0A2535; }
.submit-btn {
  width:100%; background:linear-gradient(135deg,var(--t5),var(--t4));
  color:var(--t9); font-weight:900; font-size:15px; padding:14px;
  border-radius:13px; border:none; cursor:pointer;
  font-family:'Tajawal',sans-serif; transition:opacity .2s;
}
.submit-btn:hover { opacity:.88; }
.info-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.info-item { padding:14px; border-radius:14px; border:1px solid rgba(255,255,255,.06); background:rgba(255,255,255,.02); }
.info-item-label { color:rgba(248,250,252,.35); font-size:10px; margin-bottom:3px; }
.info-item-val   { color:var(--wh); font-weight:700; font-size:13px; }
.big-call-link {
  display:flex; align-items:center; justify-content:center; gap:12px;
  background:linear-gradient(135deg,var(--t5),var(--t4));
  color:var(--t9) !important; font-weight:900; font-size:26px;
  padding:18px 26px; border-radius:18px;
  animation:pulse-call 2.2s ease-in-out infinite; direction:ltr;
}
.big-call-link .ph-wrap { width:42px; height:42px; border-radius:12px; background:rgba(6,26,35,.22); display:flex; align-items:center; justify-content:center; flex-shrink:0; }

/* ── Footer ── */
.site-footer { background:#040E17; border-top:1px solid rgba(34,211,238,.12); padding:60px 0 0; }
.footer-grid { display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:36px; padding-bottom:40px; }
.footer-brand-text { color:rgba(248,250,252,.5); font-size:13px; line-height:1.85; margin:12px 0 14px; }
.footer-hours {
  background:rgba(8,145,178,.08); border:1px solid rgba(34,211,238,.15);
  border-radius:13px; padding:12px; display:flex; align-items:center; gap:10px;
}
.footer-hours-ico { width:34px; height:34px; border-radius:9px; background:rgba(8,145,178,.13); display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }
.footer-hours-lbl { color:rgba(248,250,252,.38); font-size:10px; }
.footer-hours-val { color:var(--wh); font-weight:700; font-size:13px; }
.footer-col h4  { color:var(--t4); font-weight:700; font-size:15px; margin-bottom:16px; padding-bottom:8px; border-bottom:1px solid rgba(34,211,238,.18); }
.footer-col ul  { list-style:none; display:flex; flex-direction:column; gap:9px; }
.footer-col ul a { color:rgba(248,250,252,.5); font-size:13px; transition:color .2s; display:flex; align-items:center; gap:5px; }
.footer-col ul a:hover { color:var(--t4); }
.footer-contact-item { display:flex; align-items:flex-start; gap:10px; margin-bottom:12px; }
.footer-contact-ico  { width:33px; height:33px; border-radius:9px; display:flex; align-items:center; justify-content:center; font-size:14px; flex-shrink:0; margin-top:2px; }
.footer-contact-lbl  { color:rgba(248,250,252,.36); font-size:10px; margin-bottom:2px; }
.footer-contact-val  { color:var(--wh); font-weight:700; font-size:14px; }
.footer-phone        { color:var(--t4) !important; font-size:19px !important; direction:ltr; display:block; font-weight:900; }
.footer-copy { border-top:1px solid rgba(255,255,255,.04); text-align:center; color:rgba(248,250,252,.2); font-size:11px; padding:14px 0; }

/* ── Call Bar ── */
.call-bar {
  position:sticky; bottom:0; inset-x:0; z-index:1000;
  background:linear-gradient(90deg,#040E17,#071E2C,#040E17);
  border-top:2px solid rgba(34,211,238,.38);
  padding:11px 20px; display:flex; align-items:center; justify-content:center; gap:20px;
  box-shadow:0 -6px 40px rgba(0,0,0,.5);
}
.call-bar-text { color:rgba(248,250,252,.5); font-size:13px; }
.call-bar-btn  {
  display:inline-flex; align-items:center; gap:12px;
  background:linear-gradient(135deg,var(--t5),var(--t4));
  color:var(--t9) !important; font-weight:900; font-size:22px;
  padding:12px 34px; border-radius:50px; direction:ltr; white-space:nowrap;
  animation:pulse-call 2.2s ease-in-out infinite;
  box-shadow:0 4px 22px rgba(8,145,178,.4);
}
.call-bar-btn .ph-wrap { width:34px; height:34px; border-radius:50%; background:rgba(6,26,35,.22); display:flex; align-items:center; justify-content:center; flex-shrink:0; }

/* ── Responsive ── */
@media(max-width:900px) {
  .nav-menu,.nav-cta { display:none; }
  .nav-hamburger { display:flex; }
  .mobile-menu {
    display:none; position:fixed; top:72px; right:0; left:0; z-index:998;
    background:rgba(6,26,35,.98); flex-direction:column;
    padding:16px 24px; border-bottom:1px solid rgba(34,211,238,.12);
  }
  .mobile-menu.open { display:flex; }
  .mobile-menu a { display:block; padding:13px 0; font-size:15px; color:rgba(248,250,252,.8); border-bottom:1px solid rgba(255,255,255,.05); font-weight:600; }
  .mobile-menu .nav-cta { display:flex; margin-top:12px; }
  .why-grid,.contact-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .hero-stats  { grid-template-columns:1fr 1fr; }
  .call-bar-text { display:none; }
}
@media(max-width:600px) {
  .footer-grid  { grid-template-columns:1fr; }
  .form-row     { grid-template-columns:1fr; }
  .reasons-grid { grid-template-columns:1fr; }
  .info-grid    { grid-template-columns:1fr; }
}
