/* Oxygen Clean front-end styles. Values mirror the approved design files exactly. */

:root {
  --ox-primary:#0aa5cf;  --ox-primary-deep:#05789f; --ox-primary-darker:#04688f;
  --ox-navy:#04486a;     --ox-ink:#063a51;          --ox-footer-bg:#04283a;
  --ox-body-bg:#f4fafd;  --ox-surface:#ffffff;
  --ox-tint:#e3f4fa;     --ox-tint-2:#f7fcfe;       --ox-tint-3:#e9f6fb;
  --ox-border:#e6f2f7;   --ox-border-2:#dceef5;     --ox-border-strong:#cfe9f2; --ox-border-hair:#eef7fb;
  --ox-muted:#405d69;    --ox-muted-2:#385460;      --ox-muted-3:#314d59;      --ox-muted-4:#405d69;
  --ox-on-dark:#7ddcf5;  --ox-on-dark-2:#4fd0f0;    --ox-on-dark-3:#9fe4f7;
  --ox-star:#f0b429;

  --ox-grad-cta:linear-gradient(140deg,#0aa5cf,#05789f);
  --ox-grad-hero:linear-gradient(160deg,#04688f 0%,#04486a 100%);
  --ox-grad-splash:linear-gradient(165deg,#0aa5cf 0%,#05789f 45%,#04486a 100%);
  --ox-grad-plan:linear-gradient(155deg,#05789f,#04486a);
  --ox-grad-rail:linear-gradient(90deg,#e3f4fa,#0aa5cf,#e3f4fa);

  --ox-container:1240px;  --ox-gutter:28px;
  --ox-section:78px;      --ox-gap:22px;

  --ox-r-pill-sm:12px; --ox-r-btn:16px;  --ox-r-card-sm:20px;
  --ox-r-card:24px;    --ox-r-card-lg:28px; --ox-r-section:34px; --ox-r-pill:999px;

  --ox-sh-card:0 22px 40px -34px rgba(6,58,81,.9);
  --ox-sh-card-mobile:0 14px 30px -20px rgba(6,58,81,.7);
  --ox-sh-cta:0 14px 26px -16px rgba(10,165,207,.9);
  --ox-sh-hero:0 50px 90px -40px rgba(0,0,0,.7);
  --ox-sh-float:0 30px 60px -30px rgba(4,72,106,.7);
}

/* Base */
*, *::before, *::after { box-sizing:border-box; -webkit-tap-highlight-color:transparent; }
html { scroll-behavior:smooth; }
body {
  margin:0; background:var(--ox-body-bg); color:var(--ox-ink);
  font-family:Tajawal, system-ui, sans-serif;
  overflow-x:hidden;   /* fallback for older browsers */
  overflow-x:clip;     /* prevents horizontal scroll without breaking position:sticky */
}
img, video { display:block; max-width:100%; }
a { color:#0e8fb5; text-decoration:none; -webkit-tap-highlight-color:transparent; }
@media (hover:hover) { a:hover { color:#0b6f8d; } }
h1,h2,h3,h4 { margin:0; }
p { margin:0; }
ul { margin:0; padding:0; list-style:none; }
button { font-family:inherit; }

.ox-container { max-width:var(--ox-container); margin:0 auto; padding:0 var(--ox-gutter); }
.ox-section { padding-top:var(--ox-section); }

/* Device visibility helpers: hide-only rules so elements keep their own display value */
@media (min-width:768px) {
  .ox-only-mobile { display:none !important; }
}
@media (max-width:767px) {
  .ox-only-desktop { display:none !important; }
}

/* Keyframes (exact values from the design) */
@keyframes oxRise  { 0%{transform:translateY(60px) scale(.5);opacity:0} 20%{opacity:.85} 100%{transform:translateY(-780px) scale(1.15);opacity:0} }
@keyframes oxSpin  { to { transform:rotate(360deg) } }
@keyframes oxUp    { from{transform:translateY(26px);opacity:0} to{transform:translateY(0);opacity:1} }
@keyframes oxUpSolid { from{transform:translateY(24px)} to{transform:translateY(0)} } /* slide without opacity — keeps content painted so LCP is detectable */
@keyframes oxFade  { from{opacity:0} to{opacity:1} }
@keyframes oxOut   { to { opacity:.01; pointer-events:none } } /* never fully hidden — reaching opacity:0 invalidates the LCP element */
@keyframes oxPulse { 0%,100%{transform:scale(1);opacity:.5} 50%{transform:scale(1.3);opacity:0} }
@keyframes oxBar   { from{width:0} to{width:100%} }
@keyframes oxIn    { from{transform:scale(.86);opacity:0} to{transform:scale(1);opacity:1} }

.ox-anim { opacity:0; }
.ox-anim.is-in { animation:oxUp .6s cubic-bezier(.2,.8,.3,1) both; }

/* Shared headings */
.ox-eyebrow { font-size:14px; font-weight:800; letter-spacing:1px; color:var(--ox-primary); }
.ox-eyebrow--on-dark { color:var(--ox-on-dark); }
.ox-h1 { font-size:46px; font-weight:900; letter-spacing:-1.5px; color:var(--ox-ink); margin:10px 0 12px; }
.ox-h2 { font-size:40px; font-weight:900; letter-spacing:-1px; color:var(--ox-ink); margin:10px 0 0; }

.ox-section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:32px; }
.ox-section-head--center { display:block; text-align:center; margin-bottom:36px; }
.ox-section-head__desc { margin:10px auto 0; max-width:700px; font-size:15.5px; line-height:1.95; color:var(--ox-muted); }
.ox-section-head__btns { display:flex; align-items:center; gap:12px; flex:0 0 auto; }
.ox-btn--soft { background:var(--ox-tint-3); color:var(--ox-primary-deep); border:1px solid var(--ox-border-strong); }
.ox-btn--soft:hover { background:#e2f2f9; }
.ox-btn--soft svg { flex:0 0 auto; }
@media (max-width:767px){ .ox-section-head__btns { gap:8px; } }

.ox-page { padding-top:54px; padding-bottom:90px; }
.ox-page__intro { margin:0 0 38px; font-size:16px; line-height:1.95; color:var(--ox-muted); max-width:720px; }
.ox-page__intro p { margin:0 0 10px; }

/* Buttons */
.ox-btn {
  display:inline-flex; align-items:center; gap:9px; justify-content:center;
  padding:15px 28px; border-radius:14px;
  font-size:16px; font-weight:800; border:0; cursor:pointer;
}
.ox-btn--primary { background:var(--ox-grad-cta); color:#fff; box-shadow:var(--ox-sh-cta); }
.ox-btn--primary:hover { color:#fff; opacity:.94; }
.ox-btn--outline { background:transparent; color:#0e8fb5; border:1px solid var(--ox-border-strong); font-weight:700; padding:13px 22px; border-radius:13px; font-size:15px; }

.ox-pill { display:inline-block; padding:9px 16px; border-radius:var(--ox-r-pill); background:var(--ox-tint); font-size:14.5px; font-weight:600; color:var(--ox-primary-deep); }
.ox-pill--on-dark { background:rgba(255,255,255,.12); color:#fff; }

/* Splash */
.ox-splash {
  position:fixed; inset:0; z-index:999;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:30px; overflow:hidden;
  background:var(--ox-grad-splash);
  animation:oxOut .6s ease .7s forwards;
}
.ox-splash--skip { display:none; }
.ox-splash--done .ox-splash__bubbles span, .ox-splash--done .ox-splash__pulse, .ox-splash--done .ox-splash__ring { animation-play-state:paused; }
.ox-splash__bubbles { position:absolute; inset:0; opacity:.5; pointer-events:none; }
.ox-splash__bubbles span {
  position:absolute; bottom:-60px; right:var(--r);
  width:var(--d); height:var(--d); border-radius:50%;
  background:rgba(255,255,255,.42);
  animation:oxRise var(--t) ease-in var(--dl) infinite;
}
.ox-splash__mark { position:relative; width:220px; height:220px; display:grid; place-items:center; }
.ox-splash__pulse { position:absolute; inset:0; border-radius:50%; border:2px solid rgba(255,255,255,.3); animation:oxPulse 2.2s ease-out infinite; }
.ox-splash__ring  { position:absolute; inset:16px; border-radius:50%; border:5px dashed rgba(255,255,255,.45); animation:oxSpin 3.6s linear infinite; }
.ox-splash__disc  { width:150px; height:150px; border-radius:50%; padding:22px; background:#fff; display:grid; place-items:center; box-shadow:inset 0 -10px 26px rgba(4,72,106,.14); }
.ox-splash__disc img { width:100%; height:auto; object-fit:contain; display:block; }
.ox-splash__text  { text-align:center; animation:oxUp .6s ease both; }
.ox-splash__title { font-size:34px; font-weight:900; color:#fff; }
.ox-splash__sub   { font-size:16px; font-weight:500; color:rgba(255,255,255,.82); margin-top:8px; }
.ox-splash__bar { width:220px; height:3px; border-radius:999px; background:rgba(255,255,255,.22); overflow:hidden; }
.ox-splash__bar span { display:block; height:100%; border-radius:999px; background:#fff; animation:oxBar .8s ease-out forwards; }
@media (max-width:767px) {
  .ox-splash__mark  { width:148px; height:148px; }
  .ox-splash__ring  { inset:10px; border-width:6px; animation-duration:3.2s; }
  .ox-splash__disc  { width:104px; height:104px; padding:16px; }
  .ox-splash__text  { padding:0 26px; }
  .ox-splash__title { font-size:22px; line-height:1.35; }
  .ox-splash__sub   { font-size:13.5px; }
  .ox-splash__bar   { width:132px; height:4px; }
}

/* Header (desktop) */
.ox-header {
  position:sticky; top:0; z-index:90;
  background:rgba(255,255,255,.94);
  -webkit-backdrop-filter:blur(14px); backdrop-filter:blur(14px);
  border-bottom:1px solid var(--ox-border-2);
}
.ox-topbar {
  max-width:var(--ox-container); margin:0 auto; padding:8px var(--ox-gutter);
  display:flex; align-items:center; justify-content:space-between;
  font-size:13px; font-weight:600; color:var(--ox-muted-4);
}
.ox-topbar-wrap { border-bottom:1px solid var(--ox-border-hair); }
.ox-topbar__side { display:flex; align-items:center; gap:22px; }
.ox-topbar__side a { display:flex; align-items:center; gap:7px; color:var(--ox-muted-4); font-weight:600; }
.ox-topbar__side svg { flex:0 0 auto; }
.ox-topbar__side:last-child { gap:7px; }

.ox-navbar {
  max-width:var(--ox-container); margin:0 auto; padding:14px var(--ox-gutter);
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}
.ox-navbar__logo img { height:52px; width:auto; object-fit:contain; border-radius:13px; }
.ox-nav__list { display:flex; align-items:center; gap:6px; margin:0; padding:0; list-style:none; }
.ox-nav a { display:block; padding:10px 16px; border-radius:12px; font-size:15px; font-weight:700; color:var(--ox-muted-2); }
.ox-nav .current-menu-item > a,
.ox-nav .current_page_item > a,
.ox-nav .current-menu-ancestor > a,
.ox-nav a:hover { background:var(--ox-tint-3); color:var(--ox-primary-deep); }
.ox-navbar__actions { display:flex; align-items:center; gap:12px; }
.ox-navbar__cta {
  display:flex; align-items:center; gap:9px; padding:13px 24px; border-radius:14px;
  background:var(--ox-grad-cta); color:#fff; font-size:15px; font-weight:800;
  box-shadow:var(--ox-sh-cta);
}
.ox-navbar__cta:hover { color:#fff; }

/* Language switcher */
.ox-lang ul { display:flex; gap:4px; margin:0; padding:0; list-style:none; }
.ox-lang li { list-style:none; margin:0; padding:0; }
.ox-lang li::marker { content:none; }
.ox-lang a {
  display:inline-block; padding:8px 12px; border-radius:10px; border:1px solid var(--ox-border-strong);
  font-size:13px; font-weight:800; color:var(--ox-primary-deep); text-transform:uppercase;
}
.ox-lang a:hover { background:var(--ox-tint); }

/* Mobile header */
.ox-mob-header { display:none; }

@media (max-width:767px) {
  .ox-topbar-wrap, .ox-navbar { display:none; }
  .ox-mob-header {
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 20px 10px;
  }
  .ox-mob-header__logo img { height:42px; width:auto; object-fit:contain; border-radius:11px; }
  .ox-mob-header__actions { display:flex; gap:8px; align-items:center; }
  .ox-mob-header__btn { width:40px; height:40px; border-radius:13px; display:grid; place-items:center; }
  .ox-mob-header__btn--tint { background:var(--ox-tint); }
  .ox-mob-header__btn--primary { background:var(--ox-primary); }
  .ox-lang--mob a { padding:6px 10px; font-size:12px; }
  body { background:#dfeef5; padding-bottom:calc(96px + env(safe-area-inset-bottom, 0px)); overscroll-behavior-y:none; }
  .ox-header { background:rgba(243,251,254,.92); }
}

/* Hero (desktop) */
.ox-hero-section { position:relative; overflow:hidden; background:var(--ox-grad-hero); }
.ox-hero-bubbles { position:absolute; inset:0; opacity:.35; pointer-events:none; }
.ox-hero-bubbles span {
  position:absolute; bottom:-40px; right:var(--r);
  width:var(--d); height:var(--d); border-radius:50%;
  background:rgba(255,255,255,.4);
  animation:oxRise var(--t) ease-in var(--dl) infinite;
}
.ox-hero {
  position:relative; max-width:var(--ox-container); margin:0 auto;
  padding:76px var(--ox-gutter) 84px;
  display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center;
}
.ox-hero__copy { animation:oxUpSolid .8s cubic-bezier(.2,.8,.3,1) both; }
.ox-hero__pill {
  display:inline-flex; align-items:center; gap:8px; padding:8px 16px;
  border-radius:99px; background:rgba(255,255,255,.14); color:#cdeffb;
  font-size:14px; font-weight:700;
}
.ox-hero__title { margin:22px 0 18px; font-size:62px; line-height:1.18; font-weight:900; color:#fff; letter-spacing:-1.5px; text-wrap:balance; }
.ox-hero__desc { margin:0 0 34px; font-size:18px; line-height:1.9; color:rgba(255,255,255,.8); max-width:520px; }
.ox-hero__btns { display:flex; gap:14px; flex-wrap:wrap; }
.ox-hero__btn-primary { padding:17px 34px; border-radius:16px; background:#fff; color:#04688f; font-size:17px; font-weight:800; }
.ox-hero__btn-primary:hover { color:#04688f; background:#e8faff; }
.ox-hero__btn-ghost { padding:17px 30px; border-radius:16px; border:1px solid rgba(255,255,255,.3); color:#fff; font-size:17px; font-weight:700; }
.ox-hero__btn-ghost:hover { color:#fff; background:rgba(255,255,255,.08); }
.ox-hero__stats { display:flex; gap:40px; margin-top:46px; }
.ox-hero__stat-value { font-size:30px; font-weight:900; color:#fff; }
.ox-hero__stat-label { font-size:14px; color:rgba(255,255,255,.62); margin-top:4px; }
.ox-hero__stat-sep { width:1px; background:rgba(255,255,255,.18); }
.ox-hero__media { position:relative; animation:oxUpSolid 1s ease .1s both; }
.ox-hero__video-frame { border-radius:34px; overflow:hidden; box-shadow:var(--ox-sh-hero); background:var(--ox-navy); }
.ox-hero__video-frame video, .ox-hero__video-frame img { width:100%; height:470px; object-fit:cover; display:block; }
.ox-hero__float {
  position:absolute; right:-26px; bottom:40px; padding:20px 24px; border-radius:22px;
  background:#fff; box-shadow:var(--ox-sh-float); display:flex; align-items:center; gap:16px;
}
.ox-hero__spinner { position:relative; width:48px; height:48px; border-radius:50%; border:4px solid var(--ox-tint); display:grid; place-items:center; }
.ox-hero__spinner span { position:absolute; inset:-4px; border-radius:50%; border:4px solid transparent; border-top-color:var(--ox-primary); animation:oxSpin 1.8s linear infinite; }
.ox-hero__float-title { font-size:15px; font-weight:800; color:var(--ox-ink); }
.ox-hero__float-sub { font-size:13px; color:var(--ox-muted); margin-top:2px; }

/* Service cards (home) */
.ox-grid { display:grid; gap:var(--ox-gap); }
.ox-grid--4 { grid-template-columns:repeat(4,1fr); }
.ox-grid--3 { grid-template-columns:repeat(3,1fr); }
.ox-grid--2 { grid-template-columns:repeat(2,1fr); }

.ox-svc-card {
  border-radius:26px; overflow:hidden; background:#fff; border:1px solid var(--ox-border);
  box-shadow:var(--ox-sh-card); color:inherit; display:block;
  transition:transform .25s ease;
}
.ox-svc-card:hover { transform:translateY(-4px); color:inherit; }
.ox-svc-card__img { width:100%; height:190px; background-size:cover; background-position:center; background-color:var(--ox-tint); }
.ox-svc-card__body { padding:22px 22px 26px; }
.ox-svc-card__tag {
  display:inline-flex; align-items:center; gap:6px;
  background:linear-gradient(135deg, var(--ox-tint-3), #dff2f9);
  color:var(--ox-primary-deep); border:1px solid var(--ox-border-strong);
  padding:5px 13px; border-radius:99px; font-size:11px; font-weight:800; letter-spacing:.2px;
}
.ox-svc-card__tag::before {
  content:""; flex:0 0 auto; width:6px; height:6px; border-radius:50%;
  background:var(--ox-primary); box-shadow:0 0 0 3px rgba(10,165,207,.18);
}
.ox-svc-card__title { font-size:19px; font-weight:800; color:var(--ox-ink); margin-top:8px; line-height:1.45; }
.ox-svc-card__short { font-size:15px; color:var(--ox-muted); line-height:1.8; margin-top:8px; }
.ox-svc-card__more { display:flex; align-items:center; gap:8px; margin-top:16px; font-size:14px; font-weight:700; color:#0e8fb5; }

/* Delivery + urgent cards */
.ox-duo-section { padding-top:30px; }
.ox-duo { display:grid; grid-template-columns:1fr 1fr; gap:var(--ox-gap); }
.ox-duo__card { position:relative; overflow:hidden; border-radius:28px; padding:34px; display:flex; align-items:center; gap:26px; }
.ox-duo--compact .ox-duo__card { padding:32px; border-radius:30px; gap:24px; }
.ox-duo__card--dark { background:var(--ox-ink); color:#fff; }
.ox-duo__card--dark > *:not(.ox-duo__bubbles) { position:relative; z-index:1; }
.ox-duo__bubbles { position:absolute; inset:0; z-index:0; overflow:hidden; pointer-events:none; }
.ox-duo__bubbles span {
  position:absolute; bottom:-40px; inset-inline-end:var(--r);
  width:var(--d); height:var(--d); border-radius:50%;
  background:rgba(255,255,255,.05); animation:oxRise var(--t) ease-in var(--dl) infinite;
}
.ox-duo__card--light { background:#fff; border:1px solid var(--ox-border); }
.ox-duo__img { flex:0 0 auto; width:120px; height:120px; }
.ox-duo--compact .ox-duo__img { width:110px; height:110px; }
.ox-duo__img--contain { object-fit:contain; }
.ox-duo__img--cover { object-fit:cover; border-radius:22px; }
.ox-duo__img--photo { object-fit:contain; border-radius:18px; background:#eef6fb; border:1px solid var(--ox-border); padding:7px; }
.ox-duo__title { font-size:23px; font-weight:900; }
.ox-duo--compact .ox-duo__title { font-size:21px; }
.ox-duo__card--light .ox-duo__title { color:var(--ox-ink); }
.ox-duo__text { font-size:15px; line-height:1.85; margin-top:8px; }
.ox-duo--compact .ox-duo__text { font-size:14.5px; }
.ox-duo__card--dark .ox-duo__text { color:rgba(255,255,255,.72); }
.ox-duo__card--light .ox-duo__text { color:var(--ox-muted); }
.ox-duo__btn { display:inline-block; margin-top:16px; padding:12px 24px; border-radius:13px; font-weight:800; font-size:15px; color:#fff; }
.ox-duo--compact .ox-duo__btn { margin-top:14px; padding:12px 22px; font-size:14.5px; }
.ox-duo__btn--primary { background:var(--ox-primary); }
.ox-duo__btn--primary:hover { color:#fff; }
.ox-duo__btn--ink { background:var(--ox-ink); }
.ox-duo__btn--ink:hover { color:#fff; }

/* Steps timeline (desktop) */
.ox-steps { position:relative; }
.ox-steps::before {
  content:""; position:absolute; top:43px; right:12.5%; left:12.5%;
  height:2px; background:var(--ox-grad-rail);
}
.ox-steps__grid { position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:var(--ox-gap); }
.ox-step { display:flex; flex-direction:column; align-items:center; text-align:center; }
.ox-step__icon {
  width:88px; height:88px; border-radius:50%; background-color:#fff;
  border:2px solid var(--ox-border-strong); box-shadow:0 0 0 8px var(--ox-body-bg);
  box-sizing:border-box; padding:15px; background-origin:content-box;
  background-repeat:no-repeat; background-position:center; background-size:contain;
}
.ox-step__time { margin-top:18px; padding:5px 14px; border-radius:99px; background:var(--ox-tint); font-size:12.5px; font-weight:800; color:var(--ox-primary-deep); }
.ox-step__num   { font-size:13px; font-weight:900; color:#b7d7e4; letter-spacing:2px; margin-top:14px; }
.ox-step__title { font-size:19px; font-weight:800; color:var(--ox-ink); margin-top:6px; }
.ox-step__desc  { font-size:14px; line-height:1.85; color:var(--ox-muted); margin-top:8px; max-width:250px; }

/* FAQ accordion */
.ox-faq-section { position:relative; overflow:hidden; }
.ox-faq { max-width:830px; margin:0 auto; display:flex; flex-direction:column; gap:14px; position:relative; z-index:1; }
.ox-faq__item { background:#fff; border:1px solid var(--ox-border); border-radius:20px; transition:border-color .25s ease, box-shadow .25s ease; }
.ox-faq__item.is-open { border-color:var(--ox-primary); box-shadow:0 22px 44px -30px rgba(6,58,81,.55); }
.ox-faq__q { width:100%; display:flex; align-items:center; gap:14px; padding:19px 22px; background:none; border:0; cursor:pointer; text-align:start; font-family:inherit; color:var(--ox-ink); }
.ox-faq__bullet { flex-shrink:0; width:38px; height:38px; border-radius:12px; display:grid; place-items:center; background:var(--ox-tint); color:var(--ox-primary); transition:background .25s ease, color .25s ease; }
.ox-faq__item.is-open .ox-faq__bullet { background:var(--ox-grad-cta); color:#fff; }
.ox-faq__bullet .ox-faq__basket { display:grid; place-items:center; }
.ox-faq__bullet .ox-faq__basket--full { display:none; }
.ox-faq__item.is-open .ox-faq__basket--empty { display:none; }
.ox-faq__item.is-open .ox-faq__basket--full { display:grid; animation:oxBasketFill .3s ease; }
@keyframes oxBasketFill { from { transform:scale(.55); } to { transform:scale(1); } }
.ox-faq__q-text { flex:1; font-size:16.5px; font-weight:800; line-height:1.55; }
.ox-faq__chevron { flex-shrink:0; color:var(--ox-muted); transition:transform .3s ease, color .25s ease; }
.ox-faq__item.is-open .ox-faq__chevron { transform:rotate(180deg); color:var(--ox-primary); }
.ox-faq__a { display:grid; grid-template-rows:0fr; transition:grid-template-rows .32s ease; }
.ox-faq__item.is-open .ox-faq__a { grid-template-rows:1fr; }
.ox-faq__a-inner { overflow:hidden; padding-inline:74px 22px; font-size:16.5px; line-height:2; color:var(--ox-muted-2); }
.ox-faq__item.is-open .ox-faq__a-inner { padding-bottom:20px; }
.ox-faq-section .ox-section-head { position:relative; z-index:2; }
.ox-faq-deco { position:absolute; inset:0; pointer-events:none; overflow:hidden; z-index:0; }
.ox-faq-deco span { position:absolute; border-radius:50%; background:var(--ox-grad-cta); }
.ox-faq-deco span:nth-child(1) { width:54px; height:54px; top:64px; inset-inline-start:6%; opacity:.85; }
.ox-faq-deco span:nth-child(2) { width:40px; height:40px; bottom:58px; inset-inline-end:7%; opacity:.8; }
.ox-faq-deco span:nth-child(3) { width:30px; height:30px; top:44%; inset-inline-start:9%; background:var(--ox-primary); opacity:.18; }
@media (max-width:767px) {
  .ox-faq { gap:12px; }
  .ox-faq__q { padding:15px 15px; gap:11px; }
  .ox-faq__q-text { font-size:14.5px; }
  .ox-faq__bullet { width:32px; height:32px; border-radius:10px; }
  .ox-faq__a-inner { padding-inline:58px 15px; font-size:15px; line-height:1.9; }
  /* Keep the accent circles small and clear of the full-width cards on mobile */
  .ox-faq-deco span:nth-child(1) { width:34px; height:34px; top:46px; inset-inline-start:14px; }
  .ox-faq-deco span:nth-child(2) { width:28px; height:28px; bottom:26px; inset-inline-end:14px; }
  .ox-faq-deco span:nth-child(3) { display:none; }
}

/* Why us (desktop) */
.ox-why {
  border-radius:34px; background:#fff; border:1px solid var(--ox-border); padding:48px;
  display:grid; grid-template-columns:.85fr 1.15fr; gap:48px; align-items:center;
}
.ox-why__title { margin:10px 0 16px; font-size:36px; font-weight:900; color:var(--ox-ink); letter-spacing:-1px; }
.ox-why__desc { margin:0 0 24px; font-size:15.5px; line-height:2; color:var(--ox-muted-2); }
.ox-why__grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.ox-why__item { position:relative; cursor:pointer; padding:24px 22px; border-radius:20px; background:var(--ox-tint-2); border:1px solid #e9f5f9; transition:transform .22s ease, box-shadow .22s ease; }
.ox-why__item:hover { transform:translateY(-3px); box-shadow:0 18px 34px -26px rgba(6,58,81,.6); }

/* Running-border accent: a single navy segment travels the card edge while it is active (tap to toggle). */
.ox-runborder { position:absolute; inset:0; width:100%; height:100%; pointer-events:none; overflow:visible; z-index:2; }
.ox-runborder rect { x:1.5px; y:1.5px; width:calc(100% - 3px); height:calc(100% - 3px); rx:19px; fill:none; stroke:var(--ox-ink); stroke-width:2; stroke-linecap:round; stroke-dasharray:22 78; stroke-dashoffset:0; opacity:0; }
.ox-why__item.is-active .ox-runborder rect, .ox-about-grid__item.is-active .ox-runborder rect { opacity:1; animation:oxRunBorder 4.6s linear infinite; }
@keyframes oxRunBorder { to { stroke-dashoffset:-100; } }
@media (prefers-reduced-motion: reduce) { .ox-why__item.is-active .ox-runborder rect, .ox-about-grid__item.is-active .ox-runborder rect { animation:none; stroke-dasharray:none; opacity:1; } }
.ox-why__ico {
  display:grid; place-items:center; width:46px; height:46px; border-radius:14px;
  background:#fff; color:var(--ox-primary); box-shadow:0 8px 18px -12px rgba(10,165,207,.6);
  border:1px solid var(--ox-border); margin-bottom:14px;
}
.ox-why__item-title { font-size:16px; font-weight:800; color:var(--ox-ink); }
.ox-why__item-desc { font-size:14.5px; color:var(--ox-muted); line-height:1.8; margin-top:6px; }

/* Plans (desktop) */
.ox-plan { padding:32px 26px; border-radius:28px; background:#fff; color:var(--ox-ink); border:1px solid var(--ox-border); }
.ox-plan--featured { background:var(--ox-grad-plan); color:#fff; border-color:var(--ox-primary-darker); }
.ox-plan__badge { font-size:13px; font-weight:800; color:var(--ox-primary); }
.ox-plan--featured .ox-plan__badge { color:var(--ox-on-dark); }
.ox-plan__price-row { display:flex; align-items:baseline; gap:8px; margin-top:14px; }
.ox-plan__price { font-size:46px; font-weight:900; letter-spacing:-2px; }
.ox-plan__per { font-size:15px; font-weight:700; opacity:.65; }
.ox-plan__credit { font-size:15px; font-weight:700; margin-top:6px; opacity:.85; }
.ox-plan__hr { height:1px; background:var(--ox-border); margin:20px 0; }
.ox-plan--featured .ox-plan__hr { background:rgba(255,255,255,.18); }
.ox-plan__feats { display:flex; flex-direction:column; gap:11px; }
.ox-plan__feat { display:flex; align-items:center; gap:10px; font-size:14.5px; font-weight:600; }
.ox-plan__feat svg { flex:0 0 auto; }
.ox-plan__btn { display:block; margin-top:24px; text-align:center; padding:14px; border-radius:14px; background:var(--ox-primary); color:#fff; font-weight:800; font-size:15.5px; }
.ox-plan__btn:hover { color:#fff; }
.ox-plan--featured .ox-plan__btn { background:#fff; color:#04688f; }
.ox-plan--featured .ox-plan__btn:hover { color:#04688f; }

/* Delivery areas card */
.ox-areas {
  position:relative; overflow:hidden;
  border-radius:34px; background:linear-gradient(150deg,#0aa5cf 0%,#05789f 42%,#04486a 100%);
  padding:52px 48px; color:#fff;
  box-shadow:0 40px 80px -46px rgba(4,72,106,.85);
}
.ox-areas::before,
.ox-areas::after { content:""; position:absolute; border-radius:50%; pointer-events:none; }
.ox-areas::before { top:-70px; inset-inline-end:-50px; width:260px; height:260px; background:rgba(255,255,255,.06); }
.ox-areas::after  { bottom:-90px; inset-inline-start:8%; width:200px; height:200px; background:rgba(255,255,255,.05); }
.ox-areas > * { position:relative; z-index:1; }
.ox-areas__title { margin:12px 0 22px; font-size:34px; font-weight:900; letter-spacing:-.5px; max-width:640px; }
.ox-areas__pills { display:flex; flex-wrap:wrap; gap:10px; }
.ox-pill--on-dark {
  display:inline-flex; align-items:center; gap:7px;
  background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.18);
  color:#eaf9ff; padding:9px 15px; border-radius:99px; font-size:14px; font-weight:600;
  transition:background .2s ease, transform .2s ease, border-color .2s ease;
}
.ox-pill--on-dark svg { flex:0 0 auto; opacity:.85; }
.ox-pill--on-dark:hover { background:rgba(255,255,255,.2); border-color:rgba(255,255,255,.4); transform:translateY(-2px); }
.ox-areas__btn { display:inline-flex; align-items:center; gap:9px; margin-top:28px; padding:15px 32px; border-radius:14px; background:#fff; color:#04688f; font-weight:800; font-size:16px; box-shadow:0 16px 30px -18px rgba(0,0,0,.4); }
.ox-areas__btn:hover { color:#04688f; transform:translateY(-2px); }

/* Reviews (desktop) — horizontal slider */
.ox-reviews-section { padding-bottom:90px; }
.ox-reviews-slider {
  display:flex; gap:var(--ox-gap); overflow-x:auto;
  padding:14px 4px 24px; margin:0 -4px; scrollbar-width:none;
}
/* Snap is enabled by JS after load — a mandatory snap during load triggers a programmatic scroll that kills LCP reporting */
.ox-reviews-slider.is-snap { scroll-snap-type:x mandatory; scroll-padding-inline:4px; scroll-behavior:smooth; }
.ox-reviews-slider::-webkit-scrollbar { display:none; }
.ox-reviews-slider .ox-review { flex:0 0 calc((100% - 2 * var(--ox-gap)) / 3); scroll-snap-align:start; }
.ox-review {
  position:relative; overflow:hidden;
  padding:52px 28px 26px; border-radius:26px;
  background:linear-gradient(180deg,#fff, #fbfeff);
  border:1px solid var(--ox-border);
  box-shadow:0 22px 46px -36px rgba(6,58,81,.7);
  transition:transform .28s cubic-bezier(.2,.8,.3,1), box-shadow .28s ease, border-color .28s ease;
}
.ox-review:hover { transform:translateY(-6px); box-shadow:0 34px 60px -32px rgba(6,58,81,.55); border-color:var(--ox-border-strong); }
.ox-review__quote {
  position:absolute; top:20px; inset-inline-start:28px;
  font-family:Georgia, "Times New Roman", serif; font-size:60px; line-height:.6;
  color:var(--ox-tint-3); font-weight:700; pointer-events:none; z-index:0; user-select:none;
}
.ox-review > *:not(.ox-review__quote) { position:relative; z-index:1; }
.ox-review__stars { display:flex; gap:4px; margin-top:6px; }
.ox-review__stars svg { filter:drop-shadow(0 3px 6px rgba(240,180,41,.35)); }
.ox-review__text { font-size:15.5px; color:var(--ox-muted-3); line-height:2; margin-top:16px; min-height:96px; }
.ox-review__author { display:flex; align-items:center; gap:13px; margin-top:20px; padding-top:18px; border-top:1px solid var(--ox-border-hair); }
.ox-review__avatar { width:50px; height:50px; border-radius:50%; background-color:var(--ox-tint); background-size:cover; background-position:center; box-shadow:0 0 0 3px #fff, 0 0 0 4px var(--ox-border-strong); }
.ox-review__name { font-size:15.5px; font-weight:800; color:var(--ox-ink); }
.ox-review__role { font-size:12.5px; color:var(--ox-primary-deep); font-weight:700; margin-top:3px; }
/* Slider controls */
.ox-reviews-nav { display:flex; gap:10px; }
.ox-reviews-nav button {
  width:44px; height:44px; border-radius:13px; cursor:pointer;
  border:1px solid var(--ox-border-strong); background:#fff; color:#0e8fb5;
  display:grid; place-items:center; transition:background .2s ease, color .2s ease, border-color .2s ease;
}
.ox-reviews-nav button:hover { background:var(--ox-primary); color:#fff; border-color:var(--ox-primary); }
/* Flip the prev/next chevrons for LTR English (they point the RTL way by default). */
[dir="ltr"] .ox-reviews-prev svg, [dir="ltr"] .ox-reviews-next svg { transform:scaleX(-1); }

/* Services page */
.ox-svc-list { display:flex; flex-direction:column; gap:var(--ox-gap); }
.ox-svc-row {
  display:grid; grid-template-columns:340px 1fr; gap:32px; padding:22px;
  border-radius:30px; background:#fff; border:1px solid var(--ox-border); color:inherit;
}
.ox-svc-row:hover { color:inherit; }
.ox-svc-row__img { width:100%; height:220px; border-radius:22px; background-size:cover; background-position:center; background-color:var(--ox-tint); }
.ox-svc-row__body { padding:12px 0 12px 8px; }
.ox-svc-row__title { font-size:26px; font-weight:900; color:var(--ox-ink); margin-top:8px; }
.ox-svc-row__text { font-size:15.5px; color:var(--ox-muted-2); line-height:1.95; margin-top:10px; max-width:660px; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.ox-svc-row .ox-svc-card__more { margin-top:18px; font-size:15px; }

/* Service single */
.ox-svc-hero { position:relative; height:420px; overflow:hidden; }
.ox-svc-hero__bg { width:100%; height:100%; background-size:cover; background-position:center; background-color:var(--ox-navy); }
.ox-svc-hero__overlay { position:absolute; inset:0; background:linear-gradient(to top, rgba(4,72,106,.95), rgba(4,72,106,.25)); }
.ox-svc-hero__inner {
  position:absolute; inset:0; max-width:var(--ox-container); margin:0 auto;
  padding:0 var(--ox-gutter) 48px; display:flex; flex-direction:column; justify-content:flex-end;
}
.ox-svc-hero__back-btn {
  display:inline-flex; align-items:center; gap:8px; width:fit-content;
  padding:10px 18px; border-radius:12px; background:rgba(255,255,255,.16);
  color:#fff; font-size:14px; font-weight:700;
}
.ox-svc-hero__back-btn:hover { color:#fff; background:rgba(255,255,255,.24); }
.ox-svc-hero__tag {
  display:inline-flex; align-items:center; gap:7px; width:fit-content; margin-top:20px;
  background:rgba(255,255,255,.16); -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px);
  color:#fff; padding:6px 15px; border-radius:99px; font-size:12.5px; font-weight:800;
}
.ox-svc-hero__tag::before { content:""; flex:0 0 auto; width:6px; height:6px; border-radius:50%; background:var(--ox-on-dark-2); }
.ox-svc-hero__title { margin:10px 0 0; font-size:50px; font-weight:900; color:#fff; letter-spacing:-1.5px; }
.ox-svc-body {
  padding-top:48px; padding-bottom:90px;
  display:grid; grid-template-columns:1.25fr .75fr; gap:48px; align-items:start;
}
.ox-svc-body__text { font-size:17px; line-height:2.1; color:var(--ox-muted-3); margin-bottom:26px; }
.ox-svc-body__text p { margin:0 0 14px; }
.ox-points { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.ox-points__item { display:flex; align-items:center; gap:12px; padding:20px; border-radius:18px; background:#fff; border:1px solid var(--ox-border); font-size:15.5px; font-weight:700; color:var(--ox-ink); }
.ox-points__check { flex:0 0 auto; display:grid; place-items:center; }
.ox-svc-box { padding:32px; border-radius:28px; background:var(--ox-ink); color:#fff; position:sticky; top:130px; }
.ox-svc-box__title { font-size:21px; font-weight:900; }
.ox-svc-box__text { font-size:14.5px; color:rgba(255,255,255,.7); line-height:1.85; margin-top:10px; }
.ox-svc-box__wa { display:block; margin-top:20px; text-align:center; padding:15px; border-radius:14px; background:var(--ox-primary); color:#fff; font-weight:800; font-size:16px; }
.ox-svc-box__wa:hover { color:#fff; }
.ox-svc-box__tel { display:block; margin-top:10px; text-align:center; padding:15px; border-radius:14px; border:1px solid rgba(255,255,255,.2); color:#fff; font-weight:700; font-size:16px; }
.ox-svc-box__tel:hover { color:#fff; }

/* Blog */
.ox-post-card { display:block; border-radius:26px; overflow:hidden; background:#fff; border:1px solid var(--ox-border); color:var(--ox-ink); }
.ox-post-card:hover { color:var(--ox-ink); }
.ox-post-card__img { width:100%; height:210px; background-size:cover; background-position:center; background-color:var(--ox-tint); }
.ox-post-card__body { padding:26px; }
.ox-post-card__meta { display:flex; align-items:center; gap:9px; font-size:12.5px; font-weight:800; color:var(--ox-primary); }
.ox-post-card__dot { width:4px; height:4px; border-radius:50%; background:#cfe0e8; }
.ox-post-card__date { color:var(--ox-muted); font-weight:600; }
.ox-post-card__title { font-size:19px; font-weight:800; line-height:1.6; margin-top:10px; }
.ox-post-card__excerpt { font-size:14.5px; color:var(--ox-muted); line-height:1.85; margin-top:10px; }
.ox-post-card .ox-svc-card__more { font-size:14.5px; }

/* Single post */
.ox-article { max-width:860px; }
.ox-article__meta { margin-bottom:4px; }
.ox-article__title { margin-bottom:24px; }
.ox-article__img { border-radius:28px; overflow:hidden; margin-bottom:30px; }
.ox-article__img img { width:100%; height:auto; }
.ox-article__content { font-size:16.5px; line-height:2.1; color:var(--ox-muted-3); }
.ox-article__content p { margin:0 0 16px; }
.ox-article__content h2, .ox-article__content h3 { color:var(--ox-ink); font-weight:900; margin:28px 0 12px; }
.ox-article__content img { border-radius:20px; }
.ox-article__cta { display:flex; gap:14px; margin-top:36px; flex-wrap:wrap; }

.ox-pagination { margin-top:40px; text-align:center; }
.ox-pagination .nav-links { display:inline-flex; gap:8px; }
.ox-pagination a, .ox-pagination span.current {
  display:inline-block; padding:10px 16px; border-radius:12px; font-weight:700;
  border:1px solid var(--ox-border-strong); color:#0e8fb5;
}
.ox-pagination span.current { background:var(--ox-tint); color:var(--ox-primary-deep); }

/* Contact */
.ox-contact { display:grid; grid-template-columns:1fr 1fr; gap:26px; align-items:start; }
.ox-contact__cards { display:flex; flex-direction:column; gap:14px; }
.ox-contact-card {
  display:flex; align-items:center; justify-content:space-between;
  padding:26px; border-radius:22px; background:#fff; border:1px solid var(--ox-border); color:var(--ox-ink);
}
.ox-contact-card:hover { color:var(--ox-ink); }
.ox-contact-card--primary { background:var(--ox-grad-cta); color:#fff; border:0; }
.ox-contact-card--primary:hover { color:#fff; }
.ox-contact-card__title { font-size:18px; font-weight:800; }
.ox-contact-card__value { font-size:15px; opacity:.85; margin-top:4px; }
.ox-contact-card__value--muted { color:var(--ox-muted); opacity:1; }
.ox-branches { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.ox-branch { padding:24px; border-radius:22px; background:var(--ox-ink); color:#fff; }
.ox-branch__name { font-size:17px; font-weight:800; }
.ox-branch__note { font-size:14px; color:rgba(255,255,255,.7); margin-top:6px; }

/* Form */
.ox-form { padding:34px; border-radius:28px; background:#fff; border:1px solid var(--ox-border); }
.ox-form__title { font-size:21px; font-weight:900; color:var(--ox-ink); margin-bottom:18px; }
.ox-form input:not(.ox-form__hp), .ox-form textarea {
  width:100%; padding:16px; border-radius:14px; border:1px solid var(--ox-border-2);
  background:var(--ox-tint-2); font-family:Tajawal, system-ui, sans-serif; font-size:16px; margin-bottom:12px;
  color:var(--ox-ink);
  text-align:right;   /* keep tel/email placeholders aligned like the other RTL fields */
}
[dir="ltr"] .ox-form input:not(.ox-form__hp), [dir="ltr"] .ox-form textarea { text-align:left; }
.ox-form input::placeholder, .ox-form textarea::placeholder { color:#9db9c5; }
/* Never let a text field trigger the iOS focus-zoom: keep every control at the 16px threshold. */
input:not([type="checkbox"]):not([type="radio"]), select, textarea { font-size:16px; }
.ox-form input:focus, .ox-form textarea:focus { outline:2px solid var(--ox-primary); outline-offset:0; border-color:transparent; }
.ox-form textarea { height:130px; resize:none; }
.ox-form__hp { position:absolute; right:-9999px; opacity:0; height:0; width:0; }
.ox-form__submit {
  width:100%; margin-top:2px; text-align:center; padding:16px; border-radius:14px; border:0; cursor:pointer;
  background:var(--ox-grad-cta); color:#fff; font-weight:800; font-size:16px;
}
.ox-form__msg { margin-top:12px; font-size:14.5px; font-weight:700; display:none; }
.ox-form__msg.is-success { display:block; color:#0c7a43; }
.ox-form__msg.is-error { display:block; color:#b42318; }

/* Price list banner (services page) */
.ox-price-banner {
  display:flex; align-items:center; gap:18px; margin-bottom:22px;
  padding:22px 26px; border-radius:24px; color:inherit;
  background:linear-gradient(120deg, var(--ox-tint-3), #eaf7fc);
  border:1px solid var(--ox-border-strong);
  transition:transform .22s ease, box-shadow .22s ease;
}
.ox-price-banner:hover { transform:translateY(-3px); box-shadow:0 20px 40px -28px rgba(6,58,81,.6); color:inherit; }
.ox-price-banner__ico { flex:0 0 auto; width:54px; height:54px; border-radius:16px; display:grid; place-items:center; background:#fff; color:var(--ox-primary); box-shadow:0 10px 22px -14px rgba(10,165,207,.7); }
.ox-price-banner__text { flex:1 1 auto; min-width:0; }
.ox-price-banner__title { display:block; font-size:19px; font-weight:900; color:var(--ox-ink); }
.ox-price-banner__sub { display:block; font-size:13.5px; color:var(--ox-muted-2); line-height:1.7; margin-top:4px; }
.ox-price-banner__arrow { flex:0 0 auto; color:var(--ox-primary); }
[dir="ltr"] .ox-price-banner__arrow svg { transform:scaleX(-1); }
@media (max-width:767px) {
  .ox-price-banner { padding:16px 18px; gap:13px; border-radius:20px; }
  .ox-price-banner__ico { width:46px; height:46px; }
  .ox-price-banner__title { font-size:16px; }
  .ox-price-banner__sub { display:none; }
}

/* Price list */
.ox-prices__wrap { border-radius:26px; overflow:hidden; border:1px solid var(--ox-border); box-shadow:0 26px 54px -40px rgba(6,58,81,.7); background:#fff; }
.ox-prices__table { width:100%; border-collapse:collapse; text-align:right; }
.ox-prices__table thead tr { background:var(--ox-grad-plan); }
.ox-prices__table thead th {
  background:transparent; color:#fff; font-size:15px; font-weight:800;
  padding:17px 22px; white-space:nowrap;
}
.ox-prices__table thead th:not(.ox-prices__item-h) {
  text-align:center; width:20%;
  border-inline-start:1px solid rgba(255,255,255,.18);
}
.ox-prices__item-h { width:auto; }
.ox-prices__table tbody td { padding:15px 22px; border-bottom:1px solid var(--ox-border-hair); font-size:15px; }
.ox-prices__table tbody tr:last-child td { border-bottom:0; }
.ox-prices__table tbody tr:nth-child(even) { background:var(--ox-tint-2); }
.ox-prices__table tbody tr:hover { background:var(--ox-tint-3); }
.ox-prices__item { font-weight:800; color:var(--ox-ink); }
.ox-prices__price { text-align:center; white-space:nowrap; border-inline-start:1px solid var(--ox-border-hair); }
.ox-prices__num { font-weight:800; color:var(--ox-primary-deep); font-size:16px; }
.ox-prices__unit { font-size:11.5px; color:var(--ox-muted); font-weight:700; margin-inline-start:4px; }
.ox-prices__na { color:#c3d4dc; font-weight:700; }
.ox-prices__cta { display:flex; gap:14px; margin-top:28px; flex-wrap:wrap; }
@media (max-width:767px) {
  .ox-prices__wrap { border-radius:16px; }
  .ox-prices__table { table-layout:fixed; }
  .ox-prices__item-h { width:46%; }
  .ox-prices__table thead th { padding:12px 8px; font-size:12.5px; }
  .ox-prices__table thead th:not(.ox-prices__item-h) { width:27%; }
  .ox-prices__table tbody td { padding:11px 8px; font-size:13px; }
  .ox-prices__item { font-size:13px; line-height:1.4; }
  .ox-prices__price .ox-prices__num { display:block; font-size:13.5px; }
  .ox-prices__unit { display:block; margin:1px 0 0; margin-inline-start:0; font-size:10px; }
}

/* About */
.ox-about { display:grid; grid-template-columns:1.1fr .9fr; gap:44px; align-items:center; margin-top:18px; }
.ox-about__text { font-size:16.5px; line-height:2.1; color:var(--ox-muted-3); }
.ox-about__text p { margin:0 0 18px; }
.ox-about__img { width:100%; height:340px; object-fit:cover; border-radius:28px; }
.ox-about-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:44px; }
.ox-about-grid__item { position:relative; cursor:pointer; padding:26px; border-radius:22px; background:#fff; border:1px solid var(--ox-border); }
.ox-about-grid__item .ox-runborder rect { rx:21px; }
.ox-about-grid__ico { display:grid; place-items:center; width:46px; height:46px; border-radius:14px; background:var(--ox-tint-3); color:var(--ox-primary); border:1px solid var(--ox-border); box-shadow:0 8px 18px -12px rgba(10,165,207,.6); margin-bottom:14px; }
.ox-about-grid__title { font-size:17px; font-weight:800; color:var(--ox-ink); }
.ox-about-grid__desc { font-size:14.5px; color:var(--ox-muted); line-height:1.85; margin-top:8px; }
.ox-about-areas { margin-top:44px; padding:40px; border-radius:30px; background:var(--ox-ink); color:#fff; }
.ox-about-areas__title { font-size:24px; font-weight:900; margin-bottom:18px; }

/* 404: washer drum with rising bubbles */
@keyframes oxRiseSm { 0%{transform:translateY(0) scale(.6);opacity:0} 15%{opacity:.9} 100%{transform:translateY(-180px) scale(1.1);opacity:0} }
.ox-404 { text-align:center; }
.ox-404__drum { position:relative; width:190px; height:190px; margin:6px auto 22px; }
.ox-404__ring { position:absolute; inset:0; border-radius:50%; border:6px dashed var(--ox-border-strong); animation:oxSpin 9s linear infinite; }
.ox-404__glass {
  position:absolute; inset:18px; border-radius:50%; overflow:hidden;
  display:grid; place-items:center; border:2px solid var(--ox-border-strong);
  background:radial-gradient(circle at 32% 28%, #ffffff, var(--ox-tint) 68%);
  box-shadow:inset 0 -12px 26px rgba(4,72,106,.12);
}
.ox-404__bubbles { position:absolute; inset:0; pointer-events:none; }
.ox-404__bubbles span {
  position:absolute; bottom:-16px; right:var(--r); width:var(--d); height:var(--d);
  border-radius:50%; background:rgba(10,165,207,.25);
  animation:oxRiseSm var(--t) ease-in var(--dl) infinite;
}
.ox-404__code { position:relative; font-size:52px; font-weight:900; letter-spacing:-2px; color:var(--ox-primary); line-height:1; }
.ox-404 .ox-page__intro { margin:0 auto 30px; }
.ox-404__btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* Footer */
.ox-footer { position:relative; overflow:hidden; background:var(--ox-footer-bg); color:#fff; margin-top:0; }
.ox-footer__bubbles { position:absolute; inset:0; z-index:0; overflow:hidden; pointer-events:none; opacity:.7; }
.ox-footer__bubbles span {
  position:absolute; bottom:-70px; inset-inline-end:var(--r);
  width:var(--d); height:var(--d); border-radius:50%;
  background:rgba(255,255,255,.04); animation:oxRise var(--t) ease-in var(--dl) infinite;
}
.ox-footer__grid, .ox-footer__bottom { position:relative; z-index:1; }
.ox-footer__grid {
  max-width:var(--ox-container); margin:0 auto;
  padding:56px var(--ox-gutter) 30px;
  display:grid; grid-template-columns:1.2fr 1fr 1fr 1fr; gap:40px;
}
.ox-footer__logo { display:inline-block; padding:14px 18px; border-radius:18px; background:#fff; }
.ox-footer__logo img { height:46px; width:auto; object-fit:contain; }
.ox-footer__about { font-size:14.5px; color:rgba(255,255,255,.62); line-height:1.95; margin-top:18px; max-width:320px; }
.ox-footer__heading { font-size:16px; font-weight:800; margin-bottom:16px; }
.ox-footer__list { display:flex; flex-direction:column; gap:11px; }
.ox-footer__list a, .ox-footer__list li { font-size:14.5px; color:rgba(255,255,255,.62); }
.ox-footer__list a:hover { color:#fff; }

/* Contact column: icon chip + label/value, like enterprise footers */
.ox-footer__contact li { line-height:1.4; }
.ox-footer__contact a, .ox-footer__contact > li { display:flex; align-items:center; gap:11px; }
.ox-footer__ico {
  flex:0 0 auto; width:38px; height:38px; border-radius:12px;
  display:grid; place-items:center;
  background:rgba(255,255,255,.08); color:var(--ox-on-dark);
  transition:background .2s ease, color .2s ease;
}
.ox-footer__contact a:hover .ox-footer__ico { background:rgba(255,255,255,.16); color:#fff; }
.ox-footer__ci { display:flex; flex-direction:column; min-width:0; text-align:right; }
.ox-footer__clabel { font-size:11px; font-weight:700; color:rgba(255,255,255,.42); letter-spacing:.2px; }
.ox-footer__cval { font-size:14px; color:rgba(255,255,255,.82); margin-top:1px; text-align:right; }
.ox-footer__contact a:hover .ox-footer__cval { color:#fff; }
[dir="ltr"] .ox-footer__ci, [dir="ltr"] .ox-footer__cval { text-align:left; }
.ox-footer__bottom { border-top:1px solid rgba(255,255,255,.1); padding:20px var(--ox-gutter); text-align:center; font-size:13.5px; color:rgba(255,255,255,.45); }

/* Floating contact buttons (WhatsApp + Call). RTL: left side · LTR: right side */
.ox-fab {
  position:fixed; z-index:88; inset-inline-start:26px; bottom:46px;
  display:flex; flex-direction:column; gap:14px;
}
.ox-fab__btn {
  width:56px; height:56px; border-radius:50%; display:grid; place-items:center;
  box-shadow:0 16px 32px -12px rgba(0,0,0,.45); transition:transform .2s ease;
}
.ox-fab__btn:hover { transform:scale(1.08); }
.ox-fab__btn--wa { background:#25d366; position:relative; }
/* Pulse ring behind the button, animated with transform/opacity only (composited — no main-thread repaint). */
.ox-fab__btn--wa::before {
  content:""; position:absolute; inset:0; border-radius:50%; z-index:-1;
  background:rgba(37,211,102,.55); animation:oxFabPulse 2.4s ease-out infinite;
}
.ox-fab__btn--call { background:var(--ox-ink); }
@keyframes oxFabPulse {
  0%   { transform:scale(1);    opacity:.55; }
  70%  { transform:scale(1.75); opacity:0; }
  100% { transform:scale(1.75); opacity:0; }
}
@media (max-width:767px) {
  .ox-fab { inset-inline-start:16px; bottom:calc(104px + env(safe-area-inset-bottom, 0px)); gap:12px; }
  .ox-fab--prices { display:none; } /* avoid covering the price table's left column on mobile */
  .ox-fab__btn { width:50px; height:50px; }
}

/* Mobile tab bar */
.ox-tabbar { display:none; }
@media (max-width:767px) {
  .ox-tabbar {
    position:fixed; inset:auto 0 0 0; z-index:80;
    display:grid; grid-template-columns:repeat(5,1fr); gap:2px;
    padding:10px 10px calc(22px + env(safe-area-inset-bottom, 0px));
    background:#fff; /* solid instead of blurred backdrop-filter — removes GPU repaint jank on touch */
    border-top:1px solid var(--ox-border-2);
    box-shadow:0 -6px 20px -14px rgba(6,58,81,.35);
  }
  .ox-tabbar a { display:flex; flex-direction:column; align-items:center; gap:5px; padding:9px 2px; border-radius:16px; color:var(--ox-ink); touch-action:manipulation; -webkit-tap-highlight-color:transparent; transition:transform .08s ease; }
  .ox-tabbar a:active { transform:scale(.92); }
  .ox-tabbar a.is-active { background:var(--ox-tint); color:#067ba5; }
  .ox-tabbar span { font-size:10.5px; font-weight:700; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; }

  /* App-like mobile: footer hidden, tab bar instead */
  .ox-footer { display:none; }
}

/* Offset sticky header under the WP admin bar */
body.admin-bar .ox-header { top:32px; }
@media (max-width:782px) {
  body.admin-bar .ox-header { top:46px; }
}

/* Mobile home (app-like) */
@media (max-width:767px) {
  .ox-mhero { padding-bottom:26px; }
  .ox-mhero__card {
    position:relative; margin:16px 16px 0; padding:26px 22px 30px; border-radius:30px; overflow:hidden;
    background:linear-gradient(155deg,#0aa5cf,#04688f 70%,#04486a);
    animation:oxUpSolid .5s cubic-bezier(.2,.8,.3,1) both;
  }
  .ox-mhero__video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.28; }
  .ox-mhero__overlay { position:absolute; inset:0; background:linear-gradient(155deg, rgba(10,165,207,.5), rgba(4,72,106,.75)); }
  .ox-mhero__bubbles { position:absolute; inset:0; opacity:.4; pointer-events:none; }
  .ox-mhero__bubbles span {
    position:absolute; bottom:-30px; right:var(--r); width:var(--d); height:var(--d);
    border-radius:50%; background:rgba(255,255,255,.5); animation:oxRise var(--t) ease-in var(--dl) infinite;
  }
  .ox-mhero__pill { position:relative; display:inline-flex; align-items:center; gap:7px; padding:6px 12px; border-radius:99px; background:rgba(255,255,255,.16); color:#d7f4ff; font-size:12px; font-weight:700; }
  .ox-mhero__title { position:relative; margin:14px 0 8px; font-size:34px; line-height:1.25; font-weight:900; color:#fff; text-wrap:balance; }
  .ox-mhero__desc { position:relative; margin:0 0 20px; font-size:14.5px; line-height:1.75; color:rgba(255,255,255,.85); max-width:300px; }
  .ox-mhero__btns { position:relative; display:flex; gap:10px; }
  .ox-mhero__btn-primary { flex:1; text-align:center; padding:15px; border-radius:18px; background:#fff; color:#04688f; font-weight:800; font-size:15px; }
  .ox-mhero__btn-ghost { padding:15px 18px; border-radius:18px; background:rgba(255,255,255,.15); color:#fff; font-weight:700; font-size:15px; }

  .ox-mstats { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; padding:16px 16px 4px; animation:oxUp .6s ease .1s both; }
  .ox-mstats__card { padding:14px 10px; border-radius:20px; background:#fff; text-align:center; box-shadow:0 6px 18px -12px rgba(6,58,81,.5); }
  .ox-mstats__value { font-size:22px; font-weight:900; color:#067ba5; }
  .ox-mstats__label { font-size:12.5px; color:var(--ox-muted-4); font-weight:600; margin-top:2px; }

  .ox-mrow { display:flex; align-items:baseline; justify-content:space-between; padding:22px 20px 12px; }
  .ox-mrow__title { margin:0; font-size:20px; font-weight:900; color:var(--ox-ink); }
  .ox-mrow__link { font-size:13px; font-weight:700; color:#0e8fb5; }

  .ox-mslider { display:flex; gap:14px; padding:4px 16px 8px; overflow-x:auto; scrollbar-width:none; }
  .ox-mslider::-webkit-scrollbar { display:none; }
  .ox-mslider__card { flex:0 0 220px; border-radius:26px; overflow:hidden; background:#fff; box-shadow:var(--ox-sh-card-mobile); color:inherit; }
  .ox-mslider__img { height:130px; background-size:cover; background-position:center; background-color:var(--ox-tint); }
  .ox-mslider__body { padding:14px 16px 18px; }
  .ox-mslider__name { font-size:15.5px; font-weight:800; color:var(--ox-ink); }
  .ox-mslider__tag { font-size:12.5px; color:var(--ox-muted); margin-top:5px; font-weight:500; }

  .ox-murgent { position:relative; overflow:hidden; margin:20px 16px 0; padding:20px; border-radius:26px; background:var(--ox-ink); color:#fff; display:flex; align-items:center; gap:16px; }
  .ox-murgent > *:not(.ox-murgent__bubbles) { position:relative; z-index:1; }
  .ox-murgent__bubbles { position:absolute; inset:0; z-index:0; overflow:hidden; pointer-events:none; }
  .ox-murgent__bubbles span { position:absolute; bottom:-30px; inset-inline-end:var(--r); width:var(--d); height:var(--d); border-radius:50%; background:rgba(255,255,255,.06); animation:oxRiseSm var(--t) ease-in var(--dl) infinite; }
  .ox-murgent__spinner { position:relative; width:62px; height:62px; flex:0 0 auto; border-radius:50%; border:5px solid rgba(255,255,255,.15); display:grid; place-items:center; }
  .ox-murgent__spinner span { position:absolute; inset:-5px; border-radius:50%; border:5px solid transparent; border-top-color:var(--ox-on-dark-2); animation:oxSpin 1.6s linear infinite; }
  .ox-murgent__title { font-size:16px; font-weight:800; }
  .ox-murgent__sub { font-size:13px; color:rgba(255,255,255,.7); line-height:1.6; margin-top:3px; }

  .ox-msteps__heading { margin:26px 20px 12px; font-size:20px; font-weight:900; color:var(--ox-ink); }
  .ox-msteps { padding:0 20px; }
  .ox-msteps__item { position:relative; padding:0 62px 26px 0; border-right:2px dashed rgba(10,165,207,.4); margin-right:26px; }
  .ox-msteps__item.is-last { border-right-color:transparent; }
  .ox-msteps__icon {
    position:absolute; top:-2px; right:-27px; width:52px; height:52px; border-radius:50%;
    background-color:#fff; border:2px solid var(--ox-border-2); box-sizing:border-box; padding:9px;
    background-size:contain; background-origin:content-box; background-repeat:no-repeat; background-position:center;
  }
  .ox-msteps__meta { display:flex; align-items:center; gap:10px; }
  .ox-msteps__num { font-size:12px; font-weight:900; color:var(--ox-primary); letter-spacing:1px; }
  .ox-msteps__time { padding:4px 10px; border-radius:99px; background:var(--ox-tint); font-size:11px; font-weight:700; color:var(--ox-primary-deep); }
  .ox-msteps__title { font-size:16px; font-weight:800; color:var(--ox-ink); margin-top:8px; }
  .ox-msteps__desc { font-size:13px; color:var(--ox-muted); line-height:1.75; margin-top:5px; }

  .ox-mbanner {
    margin:22px 16px 0; padding:18px 20px; border-radius:22px;
    background:linear-gradient(120deg,#e3f4fa,#f3fbfe); border:1px solid var(--ox-border-strong);
    display:flex; align-items:center; justify-content:space-between; color:inherit;
  }
  .ox-mbanner__title { font-size:15px; font-weight:800; color:var(--ox-ink); }
  .ox-mbanner__sub { font-size:12.5px; color:var(--ox-muted-4); margin-top:3px; }
  .ox-mbanner__arrow { display:inline-flex; align-items:center; color:#0e8fb5; }
}

/* Mobile: remaining pages */
@media (max-width:767px) {
  :root { --ox-gutter:16px; --ox-section:26px; --ox-gap:12px; }

  .ox-page { padding-top:18px; padding-bottom:26px; }
  .ox-h1 { font-size:26px; letter-spacing:0; margin:4px 4px; }
  .ox-h2 { font-size:20px; letter-spacing:0; }
  .ox-eyebrow { display:none; }
  .ox-page__intro { margin:0 4px 18px; font-size:14px; line-height:1.7; }

  .ox-grid--4, .ox-grid--3, .ox-grid--2 { grid-template-columns:1fr; }

  /* Services: compact rows */
  .ox-svc-list { gap:14px; }
  .ox-svc-row { display:flex; gap:14px; padding:12px; border-radius:26px; border:0; box-shadow:0 14px 30px -24px rgba(6,58,81,.9); }
  .ox-svc-row__img { flex:0 0 96px; width:96px; height:96px; border-radius:20px; }
  .ox-svc-row__body { padding:6px 4px 0 0; }
  .ox-svc-card__tag { display:none; }
  .ox-svc-row__title { font-size:16px; margin-top:0; }
  .ox-svc-row__text { font-size:13.5px; line-height:1.7; margin-top:5px; }

  .ox-duo { grid-template-columns:1fr; gap:14px; }
  .ox-duo__card, .ox-duo--compact .ox-duo__card { padding:16px; border-radius:26px; gap:14px; }
  .ox-duo__img, .ox-duo--compact .ox-duo__img { width:78px; height:78px; }
  .ox-duo__img--cover { border-radius:18px; }
  .ox-duo__title, .ox-duo--compact .ox-duo__title { font-size:16px; }
  .ox-duo__text, .ox-duo--compact .ox-duo__text { font-size:13px; line-height:1.7; margin-top:5px; }
  .ox-duo__btn, .ox-duo--compact .ox-duo__btn { margin-top:10px; padding:10px 18px; border-radius:13px; font-size:13.5px; }
  .ox-duo__card--dark .ox-duo__btn--primary { background:var(--ox-on-dark-2); color:#04486a; }

  /* Service single */
  .ox-svc-hero { height:230px; }
  .ox-svc-hero__overlay { background:linear-gradient(to top, rgba(4,72,106,.92), rgba(4,72,106,.15)); }
  .ox-svc-hero__back {
    position:absolute; top:16px; right:16px; width:38px; height:38px; border-radius:13px;
    background:rgba(255,255,255,.9); display:grid; place-items:center; font-size:18px; color:#04688f; z-index:2;
  }
  .ox-svc-hero__inner { padding:0 20px 18px; }
  .ox-svc-hero__tag { font-size:12px; margin-top:0; color:var(--ox-on-dark-3); }
  .ox-svc-hero__title { font-size:27px; margin-top:6px; letter-spacing:0; }
  .ox-svc-body { grid-template-columns:1fr; gap:0; padding-top:20px; padding-bottom:26px; }
  .ox-svc-body__text { font-size:14.5px; line-height:1.9; margin-bottom:20px; }
  .ox-points { grid-template-columns:1fr; gap:10px; }
  .ox-points__item { padding:14px 16px; border-radius:18px; border:0; box-shadow:0 8px 20px -18px rgba(6,58,81,.9); font-size:14px; font-weight:600; }
  .ox-points__check { width:28px; height:28px; border-radius:50%; background:var(--ox-tint); }
  .ox-svc-mob-cta {
    display:block; margin-top:20px; text-align:center; padding:16px; border-radius:18px;
    background:linear-gradient(140deg,#0aa5cf,#046f96); color:#fff; font-weight:800; font-size:15.5px;
  }
  .ox-svc-mob-cta:hover { color:#fff; }

  /* Plans */
  .ox-mplans { display:flex; flex-direction:column; gap:14px; }
  .ox-mplan { position:relative; padding:20px; border-radius:26px; background:#fff; color:var(--ox-ink); box-shadow:0 16px 34px -26px rgba(6,58,81,.9); overflow:hidden; }
  .ox-mplan--featured { background:linear-gradient(150deg,#0aa5cf,#046f96); color:#fff; }
  .ox-mplan__badge { font-size:12px; font-weight:700; opacity:.7; }
  .ox-mplan__price-row { display:flex; align-items:baseline; gap:8px; margin-top:8px; }
  .ox-mplan__price { font-size:34px; font-weight:900; }
  .ox-mplan__per { font-size:13px; font-weight:600; opacity:.7; }
  .ox-mplan__credit { margin-top:4px; font-size:14px; font-weight:700; }
  .ox-mplan__chips { display:flex; flex-direction:column; gap:9px; margin-top:16px; }
  .ox-mplan__chip { display:flex; align-items:center; gap:9px; font-size:13px; font-weight:600; color:var(--ox-muted-3); }
  .ox-mplan__chip svg { flex:0 0 auto; color:var(--ox-primary); }
  .ox-mplan--featured .ox-mplan__chip { color:rgba(255,255,255,.92); }
  .ox-mplan--featured .ox-mplan__chip svg { color:var(--ox-on-dark); }
  .ox-mplan__btn { display:block; margin-top:16px; text-align:center; padding:13px; border-radius:16px; background:var(--ox-primary); color:#fff; font-weight:800; font-size:14.5px; }
  .ox-mplan__btn:hover { color:#fff; }
  .ox-mplan--featured .ox-mplan__btn { background:#fff; color:#046f96; }

  /* About */
  .ox-mabout-hero { position:relative; height:170px; border-radius:26px; overflow:hidden; background-size:cover; background-position:center; }
  .ox-mabout-hero__overlay { position:absolute; inset:0; background:linear-gradient(to top, rgba(4,72,106,.85), transparent); }
  .ox-mabout-hero__name { position:absolute; right:18px; bottom:16px; font-size:16px; font-weight:800; color:#fff; }
  .ox-mabout-text { margin:16px 4px; font-size:14.5px; line-height:1.95; color:var(--ox-muted-3); }
  .ox-mabout-text p { margin:0 0 12px; }
  .ox-about-grid { grid-template-columns:1fr 1fr; gap:10px; margin-top:0; }
  .ox-about-grid__item { padding:16px; border-radius:20px; border:0; box-shadow:0 10px 24px -22px rgba(6,58,81,.9); }
  .ox-about-grid__ico { width:40px; height:40px; border-radius:12px; margin-bottom:10px; }
  .ox-about-grid__ico svg { width:20px; height:20px; }
  .ox-about-grid__title { font-size:13.5px; }
  .ox-about-grid__desc { font-size:13px; line-height:1.7; margin-top:4px; }
  .ox-mreviews-heading { margin:24px 4px 12px; font-size:19px; }
  .ox-mreviews { display:flex; gap:12px; overflow-x:auto; padding-bottom:6px; scrollbar-width:none; }
  .ox-mreviews::-webkit-scrollbar { display:none; }
  .ox-mreview { flex:0 0 258px; padding:18px; border-radius:22px; background:#fff; box-shadow:0 12px 26px -24px rgba(6,58,81,.9); }
  .ox-mreview__head { display:flex; align-items:center; gap:10px; }
  .ox-mreview__avatar { flex:0 0 auto; width:38px; height:38px; border-radius:50%; background-color:var(--ox-tint); background-size:cover; background-position:center; }
  .ox-mreview__name { font-size:13px; font-weight:800; color:var(--ox-ink); }
  .ox-mreview__stars { display:flex; gap:2px; margin-top:3px; }
  .ox-mreview__text { font-size:13.5px; color:var(--ox-muted-3); line-height:1.8; margin-top:12px; }
  .ox-about-areas { margin-top:22px; padding:24px 20px; border-radius:26px; background:var(--ox-ink); color:#fff; }
  .ox-about-areas__title { font-size:18px; font-weight:900; margin-bottom:14px; }
  .ox-about-areas .ox-areas__pills { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; }
  .ox-about-areas .ox-pill--on-dark { font-size:12.5px; padding:7px 12px; }

  /* Contact */
  .ox-contact { grid-template-columns:1fr; gap:12px; }
  .ox-contact-card { padding:18px; border-radius:22px; border:0; box-shadow:0 12px 26px -24px rgba(6,58,81,.9); flex-direction:row-reverse; justify-content:flex-end; gap:14px; }
  .ox-contact-card--primary { background:var(--ox-primary); box-shadow:none; }
  .ox-contact-card__title { font-size:15px; }
  .ox-contact-card__value { font-size:12.5px; }
  .ox-branches { gap:12px; }
  .ox-branch { padding:18px; }
  .ox-branch__name { font-size:14px; }
  .ox-branch__note { font-size:12px; margin-top:5px; }
  .ox-form { padding:20px; border-radius:24px; border:0; box-shadow:0 14px 30px -26px rgba(6,58,81,.9); }
  .ox-form__title { font-size:15px; margin-bottom:12px; }
  .ox-form input:not(.ox-form__hp), .ox-form textarea { padding:14px; border-radius:15px; font-size:16px; margin-bottom:10px; }
  .ox-form textarea { height:90px; }
  .ox-form__submit { padding:15px; border-radius:16px; font-size:15px; background:linear-gradient(140deg,#0aa5cf,#046f96); }

  /* Posts */
  .ox-posts { gap:12px; }
  .ox-post-card { border-radius:24px; border:0; box-shadow:0 12px 26px -24px rgba(6,58,81,.9); }
  .ox-post-card__img { height:150px; }
  .ox-post-card__body { padding:16px 18px 20px; }
  .ox-post-card__meta { font-size:11.5px; }
  .ox-post-card__title { font-size:15.5px; line-height:1.55; margin-top:8px; }
  .ox-post-card__excerpt { font-size:13px; line-height:1.75; margin-top:8px; }

  /* Footer */
  .ox-footer__grid { grid-template-columns:1fr; gap:28px; padding:36px var(--ox-gutter) 24px; }
  .ox-article__content { font-size:15px; line-height:1.95; }
  .ox-404__drum { width:150px; height:150px; }
  .ox-404__glass { inset:14px; }
  .ox-404__code { font-size:42px; }
}

/* Tablet breakpoints */
@media (max-width:1199px) and (min-width:992px) {
  .ox-grid--4 { grid-template-columns:repeat(2,1fr); }
  .ox-hero__title { font-size:52px; }
}
@media (max-width:991px) and (min-width:768px) {
  .ox-hero { grid-template-columns:1fr; gap:36px; padding:48px var(--ox-gutter) 56px; }
  .ox-grid--4, .ox-grid--3 { grid-template-columns:repeat(2,1fr); }
  .ox-footer__grid { grid-template-columns:repeat(2,1fr); }
  .ox-steps::before { display:none; }
  .ox-steps__grid { grid-template-columns:repeat(2,1fr); }
  .ox-hero__title { font-size:44px; }
  .ox-h1 { font-size:36px; }
  .ox-h2 { font-size:32px; }
  .ox-why { grid-template-columns:1fr; }
  .ox-svc-body { grid-template-columns:1fr; }
  .ox-svc-box { position:static; }
  .ox-contact { grid-template-columns:1fr; }
  .ox-about { grid-template-columns:1fr; }
  .ox-svc-row { grid-template-columns:280px 1fr; }
  .ox-nav { display:none; }
}

/* Social icons + branch map links */
.ox-social { display:flex; gap:10px; }
.ox-social a {
  width:38px; height:38px; border-radius:12px; display:grid; place-items:center;
  color:var(--ox-primary-deep); background:var(--ox-tint); transition:background .2s ease;
}
.ox-social a:hover { background:var(--ox-border-strong); color:var(--ox-primary-darker); }
.ox-social--footer { margin-top:18px; }
.ox-social--footer a { background:rgba(255,255,255,.08); color:rgba(255,255,255,.75); }
.ox-social--footer a:hover { background:rgba(255,255,255,.16); color:#fff; }
.ox-social--contact { margin-top:14px; }
.ox-branch__map {
  display:inline-flex; align-items:center; gap:7px; margin-top:12px;
  padding:8px 14px; border-radius:11px; background:rgba(255,255,255,.1);
  color:var(--ox-on-dark-3); font-size:12.5px; font-weight:700;
}
.ox-branch__map:hover { color:#fff; background:rgba(255,255,255,.18); }
.ox-footer__branch { display:inline-flex; align-items:center; gap:6px; }
@media (max-width:767px) {
  .ox-social--contact { justify-content:center; margin-top:16px; }
  .ox-branch__map { margin-top:10px; padding:7px 12px; font-size:12px; }
}

/* Homepage rich sections (why / plans / areas / reviews) now shown on mobile too */
@media (max-width:767px) {
  .ox-section { padding-top:40px; }
  .ox-why { padding:22px 16px; border-radius:26px; grid-template-columns:1fr; gap:20px; }
  .ox-why__title { font-size:23px; margin:8px 0 12px; letter-spacing:-.5px; }
  .ox-why__desc { font-size:14px; line-height:1.9; margin-bottom:18px; }
  .ox-why__grid { grid-template-columns:1fr 1fr; gap:10px; }
  .ox-why__item { padding:16px 14px; border-radius:16px; }
  .ox-why__ico { width:40px; height:40px; margin-bottom:10px; }
  .ox-why__ico svg { width:20px; height:20px; }
  .ox-why__item-title { font-size:13px; }
  .ox-why__item-desc { font-size:13px; line-height:1.7; }

  .ox-plans { grid-template-columns:1fr; gap:14px; }
  .ox-plan { padding:24px 20px; border-radius:22px; }
  .ox-plan__price { font-size:38px; }

  .ox-areas { padding:26px 20px; border-radius:26px; }
  .ox-areas__title { font-size:20px; }
  .ox-areas .ox-areas__pills { justify-content:center; gap:8px; }
  .ox-areas .ox-pill--on-dark { font-size:12.5px; padding:7px 12px; }

  .ox-reviews-nav { display:none; }
  .ox-reviews-slider .ox-review { flex:0 0 85%; }
  .ox-review { padding:22px 20px; }
}

/* Side drawer (app-like) - mobile only */
.ox-burger, .ox-drawer, .ox-drawer-overlay { display:none; }
@media (max-width:767px) {
  .ox-burger { display:grid; place-items:center; border:0; cursor:pointer; padding:0; }
  .ox-drawer-overlay {
    display:block; position:fixed; inset:0; z-index:96;
    background:rgba(4,40,58,.5);
    -webkit-backdrop-filter:blur(3px); backdrop-filter:blur(3px);
    opacity:0; visibility:hidden; transition:opacity .28s ease, visibility .28s ease;
  }
  .ox-drawer {
    display:flex; flex-direction:column;
    position:fixed; top:0; bottom:0; right:0; z-index:97;
    width:min(320px, 85vw);
    padding:18px 18px calc(20px + env(safe-area-inset-bottom, 0px));
    background:#fff; border-radius:28px 0 0 28px;
    box-shadow:-24px 0 60px -30px rgba(4,40,58,.55);
    transform:translateX(100%); transition:transform .32s cubic-bezier(.2,.8,.3,1);
    overflow-y:auto; overscroll-behavior:contain;
  }
  body.ox-drawer-open { overflow:hidden; }
  body.ox-drawer-open .ox-drawer { transform:translateX(0); }
  body.ox-drawer-open .ox-drawer-overlay { opacity:1; visibility:visible; }
  .ox-drawer__head { display:flex; align-items:center; justify-content:space-between; margin-bottom:14px; }
  .ox-drawer__head img { height:42px; width:auto; object-fit:contain; border-radius:11px; }
  .ox-drawer__close { width:38px; height:38px; border-radius:12px; border:0; background:var(--ox-tint); color:#067ba5; display:grid; place-items:center; cursor:pointer; padding:0; }
  .ox-drawer__nav { display:flex; flex-direction:column; gap:4px; margin:0; padding:0; list-style:none; }
  .ox-drawer__nav a { display:block; padding:13px 14px; border-radius:14px; font-size:15px; font-weight:700; color:var(--ox-muted-2); }
  .ox-drawer__nav .current-menu-item > a,
  .ox-drawer__nav .current_page_item > a { background:var(--ox-tint-3); color:var(--ox-primary-deep); }
  .ox-drawer__sep { height:1px; background:var(--ox-border-hair); margin:14px 2px; flex:0 0 auto; }
  .ox-drawer__cta {
    display:flex; align-items:center; justify-content:center; gap:9px;
    padding:14px; border-radius:15px; background:var(--ox-grad-cta);
    color:#fff; font-weight:800; font-size:15px; box-shadow:var(--ox-sh-cta);
  }
  .ox-drawer__cta:hover { color:#fff; }
  .ox-drawer__tel {
    display:flex; align-items:center; justify-content:center; gap:9px; margin-top:10px;
    padding:13px; border-radius:15px; border:1px solid var(--ox-border-strong);
    color:#067ba5; font-weight:800; font-size:15px;
  }
  .ox-drawer__tel:hover { color:#067ba5; }
  .ox-lang--drawer { margin-top:10px; }
  .ox-lang--drawer ul { display:block; }
  .ox-lang--drawer a { display:block; text-align:center; padding:12px; border-radius:14px; font-size:14px; }
  .ox-social--drawer { justify-content:center; margin-top:16px; }
  [dir="ltr"] .ox-drawer {
    right:auto; left:0; border-radius:0 28px 28px 0;
    box-shadow:24px 0 60px -30px rgba(4,40,58,.55);
    transform:translateX(-100%);
  }
  [dir="ltr"] body.ox-drawer-open .ox-drawer { transform:translateX(0); }
}

/* LTR (English) mirroring */
[dir="ltr"] body { font-family:Tajawal, system-ui, sans-serif; }
[dir="ltr"] .ox-svc-card__more svg,
[dir="ltr"] .ox-svc-hero__back-btn svg { transform:scaleX(-1); }
[dir="ltr"] .ox-hero__float { right:auto; left:-26px; }
[dir="ltr"] .ox-form__hp { right:auto; left:-9999px; }
[dir="ltr"] .ox-eyebrow { letter-spacing:2px; }
@media (max-width:767px) {
  [dir="ltr"] .ox-msteps__item { border-right:0; border-left:2px dashed rgba(10,165,207,.4); margin-right:0; margin-left:26px; padding:0 0 26px 62px; }
  [dir="ltr"] .ox-msteps__item.is-last { border-left-color:transparent; }
  [dir="ltr"] .ox-msteps__icon { right:auto; left:-27px; }
  [dir="ltr"] .ox-svc-hero__back { right:auto; left:16px; transform:scaleX(-1); }
  [dir="ltr"] .ox-mbanner__arrow { transform:scaleX(-1); display:inline-flex; align-items:center; }
  [dir="ltr"] .ox-mabout-hero__name { right:auto; left:18px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .ox-splash__bubbles span, .ox-splash__pulse, .ox-splash__ring,
  .ox-hero-bubbles span, .ox-mhero__bubbles span,
  .ox-duo__bubbles span, .ox-footer__bubbles span, .ox-murgent__bubbles span,
  .ox-hero__spinner span, .ox-murgent__spinner span,
  .ox-fab__btn--wa::before { animation:none; }
  .ox-anim, .ox-anim.is-in { opacity:1; animation:none; }
  html { scroll-behavior:auto; }
}
