/* ============================================================
   AL FORQAN — Hajj & Umrah · Sacred Journeys
   Palette: emerald green + marigold gold + ivory/white + black
   ============================================================ */

:root{
  --primary:#0E3D2E;      /* deep emerald */
  --primary-2:#0A2C21;    /* deeper emerald */
  --primary-3:#06190F;    /* near-black emerald */
  --gold:#B5882E;         /* matte gold */
  --gold-soft:#D8AC4A;    /* luminous marigold gold accent */
  --gold-line:rgba(216,172,74,.5);
  --ivory:#F6F1E7;        /* page background */
  --ivory-2:#fbf8f1;      /* card surface */
  --charcoal:#2B2A28;     /* body text */
  --muted:#8A857C;        /* secondary text */
  --line:rgba(43,42,40,.12);

  --serif:'Cormorant Garamond', Georgia, serif;
  --sans:'Jost', system-ui, -apple-system, sans-serif;
  --arabic:'Amiri', serif;

  --maxw:1560px;
  --radius:10px;
  --radius-lg:16px;
  --ease:cubic-bezier(.22,.61,.36,1);
  --shadow:0 18px 50px -28px rgba(14,59,46,.45);
}

*,*::before,*::after{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;font-family:var(--sans);color:var(--charcoal);
  background:var(--ivory);line-height:1.6;font-weight:300;
  font-size:17px;-webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img,svg{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul,ol{margin:0;padding:0;list-style:none}
em{font-style:italic}

.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 28px}

/* ---------- Typography helpers ---------- */
.eyebrow{
  display:inline-block;font-family:var(--sans);font-weight:500;
  font-size:.72rem;letter-spacing:.32em;text-transform:uppercase;
  color:var(--gold);margin-bottom:18px;
}
.eyebrow-light{color:var(--gold-soft)}
.section-title{
  font-family:var(--serif);font-weight:500;line-height:1.07;
  font-size:clamp(2rem,4.6vw,3.5rem);color:var(--primary);
  margin:0 0 6px;letter-spacing:.2px;
}
.section-title.light{color:var(--ivory)}
.section-title em{font-style:italic;color:var(--gold)}
.lede{font-size:1.12rem;color:var(--muted);max-width:62ch;margin:14px auto 0;font-weight:300}
.lede.light{color:rgba(246,241,231,.78)}
.rule{display:block;width:64px;height:1px;background:var(--gold);position:relative;margin:22px 0 26px}
.rule::after{content:"";position:absolute;top:-3px;left:50%;width:7px;height:7px;
  background:var(--gold-soft);transform:translateX(-50%) rotate(45deg)}
.rule.center{margin-left:auto;margin-right:auto}
.section{padding:clamp(72px,9vw,128px) 0;position:relative}
.section-head{margin-bottom:54px}
.section-head.center{text-align:center;max-width:780px;margin-left:auto;margin-right:auto}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  font-family:var(--sans);font-weight:500;font-size:.83rem;letter-spacing:.13em;
  text-transform:uppercase;padding:15px 30px;border-radius:50px;cursor:pointer;
  border:1px solid transparent;transition:all .35s var(--ease);white-space:nowrap;
  background:none;line-height:1;
}
.btn-sm{padding:11px 20px;font-size:.74rem}
.btn.full{width:100%}
.btn-gold{background:var(--gold-soft);color:var(--primary-2);border-color:var(--gold-soft);box-shadow:0 10px 26px -14px rgba(216,172,74,.8)}
.btn-gold:hover{background:#d8b766;border-color:#d8b766;transform:translateY(-2px)}
.btn-outline{border-color:var(--gold);color:var(--primary)}
.btn-outline:hover{background:var(--primary);color:var(--ivory);border-color:var(--primary)}
.btn-ghost{border-color:var(--line);color:var(--charcoal);background:transparent}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.btn-ghost-light{border-color:rgba(246,241,231,.4);color:var(--ivory)}
.btn-ghost-light:hover{border-color:var(--gold-soft);color:var(--gold-soft)}
.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(246,241,231,.86);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);transition:box-shadow .3s,background .3s;
}
.site-header.scrolled{box-shadow:0 8px 30px -20px rgba(14,59,46,.5)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;height:78px}
.brand{display:flex;align-items:center;gap:13px}
.brand-mark{width:38px;height:38px;color:var(--gold);flex:none}
.brand-mark svg{width:100%;height:100%}
.brand-mark.gold{color:var(--gold-soft)}
.brand-badge{width:50px;height:50px;flex:none;display:block;filter:drop-shadow(0 4px 12px rgba(17,20,47,.28))}
/* the mark is the owner's own PNG — it must always be constrained BY its box,
   never size itself from its intrinsic width/height attributes */
.brand-badge svg,.brand-badge img{width:100%;height:100%;display:block;object-fit:contain}
.brand-badge.lg{width:66px;height:66px}
.brand-text{display:flex;flex-direction:column;line-height:1}
/* the wordmark must never break across two lines beside the mark */
.brand-name{font-family:var(--serif);font-size:1.5rem;font-weight:600;letter-spacing:.06em;color:var(--primary);white-space:nowrap}
.brand-ar{font-family:var(--arabic);font-size:.95rem;color:var(--gold);margin-top:1px}
.brand-tag{font-family:var(--sans);font-size:.6rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);margin-top:5px;font-weight:500}
.site-nav{display:flex;gap:30px}
.site-nav a{font-size:.83rem;letter-spacing:.06em;color:var(--charcoal);font-weight:400;position:relative;padding:4px 0;transition:color .25s}
.site-nav a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--gold);transition:width .3s var(--ease)}
.site-nav a:hover{color:var(--gold)}
.site-nav a:hover::after{width:100%}
.header-cta{flex:none}
.nav-toggle{display:none;flex-direction:column;gap:5px;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:none;cursor:pointer}
.nav-toggle span{width:20px;height:1.6px;background:var(--primary);transition:.3s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6.6px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6.6px) rotate(-45deg)}
.mobile-nav{display:flex;flex-direction:column;background:var(--ivory);border-bottom:1px solid var(--line)}
.mobile-nav a{padding:15px 28px;border-top:1px solid var(--line);font-size:.95rem}

/* ============================================================
   HERO
   ============================================================ */
.hero{position:relative;color:var(--ivory);overflow:hidden;background:var(--primary-2);
  min-height:min(92vh,840px);display:flex;align-items:center}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg::before{content:"";position:absolute;inset:0;
  background:radial-gradient(120% 100% at 50% 0%,#1E7A57 0%,#0E3D2E 42%,#06190F 100%)}
.hero-stars{position:absolute;inset:0;opacity:.5;
  background-image:radial-gradient(1.4px 1.4px at 20% 22%,rgba(255,255,255,.7),transparent),
   radial-gradient(1.2px 1.2px at 67% 16%,rgba(255,255,255,.6),transparent),
   radial-gradient(1.6px 1.6px at 83% 30%,rgba(216,172,74,.8),transparent),
   radial-gradient(1.1px 1.1px at 38% 12%,rgba(255,255,255,.5),transparent),
   radial-gradient(1.3px 1.3px at 12% 40%,rgba(255,255,255,.45),transparent),
   radial-gradient(1.2px 1.2px at 90% 12%,rgba(255,255,255,.5),transparent);
}
.hero-skyline{position:absolute;left:0;right:0;bottom:0;width:100%;height:46%;opacity:.85}
.hero-girih{position:absolute;inset:0;opacity:.10;mix-blend-mode:screen;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23D8AC4A' stroke-width='1'%3E%3Crect x='30' y='30' width='60' height='60'/%3E%3Crect x='30' y='30' width='60' height='60' transform='rotate(45 60 60)'/%3E%3Ccircle cx='60' cy='60' r='42'/%3E%3C/g%3E%3C/svg%3E");
  background-size:160px 160px}
.hero-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,42,32,.3),rgba(10,42,32,.05) 40%,rgba(10,42,32,.55))}
.hero-content{position:relative;z-index:2;text-align:center;padding-top:60px;padding-bottom:60px}
/* No ivory plate behind the mark: it is a ten-sided medallion that already
   carries its own black outline and gold ring, so a round backing double-frames
   it and crops the corners. It sits straight on the dark hero. */
.hero-badge{width:140px;height:140px;margin:0 auto 26px;display:flex;align-items:center;justify-content:center;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.55))}
.hero-badge svg,.hero-badge img{width:100%;height:100%;display:block;object-fit:contain}
.hero-ar{display:block;font-family:var(--arabic);color:var(--gold-soft);
  font-size:clamp(1.4rem,3.4vw,2.2rem);margin-bottom:20px;opacity:.95;line-height:1.6}
.hero-ar.small{font-size:clamp(1.2rem,2.6vw,1.6rem);margin-bottom:14px}
.hero-title{font-family:var(--serif);font-weight:500;
  font-size:clamp(2.6rem,7vw,5.4rem);line-height:1.02;margin:6px 0 0;letter-spacing:.5px}
.hero-title em{color:var(--gold-soft)}
.hero-sub{max-width:62ch;margin:26px auto 0;color:rgba(246,241,231,.82);font-size:1.14rem;font-weight:300}
.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:38px}
.hero-badges{display:flex;flex-wrap:wrap;gap:10px 26px;justify-content:center;margin-top:46px}
.hero-badges li{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(246,241,231,.7);display:flex;align-items:center;gap:26px}
.hero-badges li::before{content:"";width:5px;height:5px;background:var(--gold-soft);transform:rotate(45deg);flex:none}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trustbar{background:var(--primary-2);color:rgba(246,241,231,.8);border-top:1px solid rgba(216,172,74,.18);border-bottom:1px solid rgba(216,172,74,.18)}
.trustbar-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;padding:18px 28px;
  font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}
.trustbar-inner span{display:inline-flex;align-items:center;gap:9px}
.trustbar .dot{color:var(--gold)}
.ti{width:17px;height:17px;color:var(--gold-soft);flex:none}

/* ============================================================
   ABOUT
   ============================================================ */
.about{background:var(--ivory)}
.about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.about-text p{margin:0 0 18px;color:#4a4843;max-width:54ch}
.about-text em{color:var(--gold);font-family:var(--serif);font-size:1.12em}
.about-sign{font-family:var(--arabic);color:var(--primary);font-size:1.7rem;display:flex;align-items:baseline;gap:16px;margin-top:8px}
.about-sign span{font-family:var(--sans);font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.about-card{position:relative;display:flex;justify-content:center}
.about-arch{width:min(360px,90%);filter:drop-shadow(0 30px 50px -30px rgba(14,59,46,.6))}
.about-stat{position:absolute;bottom:18px;right:6%;background:var(--gold-soft);color:var(--primary-2);
  padding:16px 22px;border-radius:12px;text-align:center;box-shadow:var(--shadow)}
.about-stat strong{display:block;font-family:var(--serif);font-size:1.7rem;line-height:1;font-weight:600}
.about-stat span{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}

/* ============================================================
   PACKAGES
   ============================================================ */
.packages{background:linear-gradient(180deg,var(--ivory),#efe8da)}
.seg-toggle{display:inline-flex;background:var(--ivory-2);border:1px solid var(--gold-line);border-radius:50px;padding:5px;margin-top:30px;gap:4px}
.seg{font-family:var(--sans);font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;
  padding:11px 30px;border-radius:50px;border:none;background:none;cursor:pointer;color:var(--muted);transition:.3s}
.seg.active{background:var(--primary);color:var(--ivory)}
.pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;align-items:stretch}
.pkg-card{position:relative;background:var(--ivory-2);border:1px solid var(--gold-line);border-radius:var(--radius-lg);
  padding:38px 32px 34px;display:flex;flex-direction:column;transition:transform .4s var(--ease),box-shadow .4s var(--ease),border-color .4s}
.pkg-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:var(--gold)}
.pkg-card.featured{background:var(--primary);color:var(--ivory);border-color:var(--gold)}
.pkg-card.featured .pkg-name{color:var(--ivory)}
.pkg-card.featured .pkg-note{color:rgba(246,241,231,.72)}
.pkg-card.featured .pkg-list li{color:rgba(246,241,231,.85);border-color:rgba(216,172,74,.22)}
.pkg-card.featured .pkg-stars{color:var(--gold-soft)}
.pkg-card.featured .pkg-tier{color:var(--gold-soft)}
.pkg-flag{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--gold-soft);color:var(--primary-2);
  font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;padding:7px 18px;border-radius:50px;white-space:nowrap}
.pkg-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.pkg-star{width:34px;height:34px;color:var(--gold)}
.pkg-card.featured .pkg-star{color:var(--gold-soft)}
.pkg-tier{font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);font-weight:500}
.pkg-name{font-family:var(--serif);font-size:1.85rem;font-weight:600;color:var(--primary);margin:0 0 4px;line-height:1.1}
.pkg-stars{font-size:.82rem;letter-spacing:.08em;color:var(--muted);margin:0 0 18px;text-transform:uppercase}
.pkg-from{display:flex;align-items:baseline;gap:8px;margin:0 0 16px;padding-bottom:18px;border-bottom:1px solid var(--gold-line)}
.pkg-from span{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}
.pkg-card.featured .pkg-from span{color:rgba(246,241,231,.6)}
.pkg-from strong{font-family:var(--serif);font-size:2.4rem;font-weight:600;color:var(--primary);line-height:1}
.pkg-card.featured .pkg-from strong{color:var(--gold-soft)}
.pkg-note{font-size:.96rem;color:#5a5851;margin:0 0 18px}
.pkg-list{display:flex;flex-direction:column;margin-bottom:26px;flex:1}
.pkg-list li{font-size:.92rem;padding:9px 0 9px 26px;position:relative;border-bottom:1px solid var(--line);color:#4a4843}
.pkg-list li:last-child{border-bottom:none}
.pkg-list li::before{content:"";position:absolute;left:2px;top:15px;width:9px;height:9px;
  border:1px solid var(--gold);transform:rotate(45deg)}
.pkg-card.featured .pkg-list li::before{border-color:var(--gold-soft)}
.pkg-foot{text-align:center;margin-top:40px;color:var(--muted);font-size:1rem}
.pkg-foot a{color:var(--gold);border-bottom:1px solid var(--gold-line);padding-bottom:1px}
.pkg-foot a:hover{color:var(--primary)}

/* ============================================================
   BUILDER
   ============================================================ */
.builder{background:var(--primary-2);color:var(--ivory);position:relative;overflow:hidden}
.builder-bg{position:absolute;inset:0;opacity:.06;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cg fill='none' stroke='%23D8AC4A' stroke-width='1'%3E%3Crect x='22' y='22' width='46' height='46'/%3E%3Crect x='22' y='22' width='46' height='46' transform='rotate(45 45 45)'/%3E%3C/g%3E%3C/svg%3E");
  background-size:120px 120px}
.builder .container{position:relative;z-index:2}
.builder-shell{display:grid;grid-template-columns:1fr 360px;gap:36px;align-items:start}

/* progress */
.builder-progress{grid-column:1 / -1;margin-bottom:8px}
.bp-track{height:2px;background:rgba(216,172,74,.2);border-radius:2px;overflow:hidden;margin-bottom:18px}
.bp-fill{height:100%;width:12.5%;background:var(--gold-soft);transition:width .5s var(--ease)}
.bp-dots{display:flex;flex-wrap:wrap;gap:6px}
.bp-dots li{flex:1;min-width:90px}
.bp-dots button{width:100%;text-align:left;background:none;border:none;cursor:pointer;color:rgba(246,241,231,.5);
  font-family:var(--sans);font-size:.7rem;letter-spacing:.06em;padding:8px 0 0;border-top:2px solid rgba(216,172,74,.18);transition:.3s}
.bp-dots button .bp-i{display:block;font-family:var(--serif);font-size:1rem;color:rgba(246,241,231,.45)}
.bp-dots button.active{color:var(--gold-soft);border-top-color:var(--gold-soft)}
.bp-dots button.active .bp-i{color:var(--gold-soft)}
.bp-dots button.done{color:rgba(246,241,231,.8);border-top-color:rgba(216,172,74,.6)}
.bp-dots button.done .bp-i{color:rgba(216,172,74,.85)}
.bp-dots button:hover{color:var(--ivory)}

/* main */
.builder-main{background:rgba(255,255,255,.03);border:1px solid rgba(216,172,74,.2);border-radius:var(--radius-lg);padding:8px}
.builder-steps{padding:30px 30px 8px;min-height:380px}
.bstep{display:none;animation:fadeUp .5s var(--ease)}
.bstep.active{display:block}
.bstep-title{font-family:var(--serif);font-size:1.9rem;font-weight:500;color:var(--ivory);margin:0 0 6px;line-height:1.1}
.bstep-help{color:rgba(246,241,231,.65);font-size:.96rem;margin:0 0 26px;max-width:60ch}
.bstep-ar{font-family:var(--arabic);color:var(--gold-soft);font-size:1.2rem;float:right;margin-left:16px;opacity:.85}

/* option cards */
.opt-grid{display:grid;gap:14px}
.opt-grid.cols-2{grid-template-columns:repeat(2,1fr)}
.opt-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.opt{position:relative;display:flex;flex-direction:column;gap:5px;text-align:left;cursor:pointer;
  background:rgba(255,255,255,.03);border:1px solid rgba(216,172,74,.22);border-radius:12px;
  padding:18px 18px 16px;transition:.28s var(--ease);color:var(--ivory)}
.opt:hover{border-color:var(--gold-soft);background:rgba(216,172,74,.07);transform:translateY(-2px)}
.opt.selected{border-color:var(--gold-soft);background:rgba(216,172,74,.12);box-shadow:inset 0 0 0 1px var(--gold-soft)}
.opt-check{position:absolute;top:14px;right:14px;width:20px;height:20px;border-radius:50%;
  border:1px solid rgba(216,172,74,.5);display:flex;align-items:center;justify-content:center;transition:.25s}
.opt.selected .opt-check{background:var(--gold-soft);border-color:var(--gold-soft)}
.opt-check::after{content:"";width:6px;height:10px;border:solid var(--primary-2);border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:.2s;margin-top:-2px}
.opt.selected .opt-check::after{transform:rotate(45deg) scale(1)}
.opt-label{font-family:var(--serif);font-size:1.28rem;font-weight:600;color:var(--ivory);padding-right:26px;line-height:1.15}
.opt-desc{font-size:.86rem;color:rgba(246,241,231,.62);line-height:1.45}
.opt-price{font-size:.78rem;letter-spacing:.06em;color:var(--gold-soft);margin-top:6px;font-weight:500}

/* counters */
.counter-row{display:flex;align-items:center;justify-content:space-between;gap:16px;
  background:rgba(255,255,255,.03);border:1px solid rgba(216,172,74,.22);border-radius:12px;padding:16px 20px;margin-bottom:12px}
.counter-info h4{font-family:var(--serif);font-size:1.3rem;font-weight:600;margin:0 0 2px;color:var(--ivory)}
.counter-info p{font-size:.82rem;color:rgba(246,241,231,.6);margin:0}
.counter-ctrl{display:flex;align-items:center;gap:6px;flex:none}
.counter-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--gold-line);background:none;color:var(--gold-soft);
  font-size:1.4rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.25s}
.counter-btn:hover:not(:disabled){background:var(--gold-soft);color:var(--primary-2);border-color:var(--gold-soft)}
.counter-btn:disabled{opacity:.3;cursor:not-allowed}
.counter-val{font-family:var(--serif);font-size:1.5rem;min-width:42px;text-align:center;color:var(--ivory)}

/* builder footer */
.builder-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:20px 30px;border-top:1px solid rgba(216,172,74,.18);margin-top:8px}
.step-count{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(246,241,231,.55)}

/* summary panel */
.builder-summary{position:sticky;top:96px;background:var(--ivory);color:var(--charcoal);
  border-radius:var(--radius-lg);padding:26px 24px;box-shadow:var(--shadow);border:1px solid var(--gold-line)}
.bs-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:18px;flex-wrap:wrap}
.bs-pill{background:var(--primary);color:var(--ivory);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;padding:7px 13px;border-radius:50px}
.bs-season{font-size:.74rem;color:var(--muted);letter-spacing:.04em}
.bs-total{text-align:center;padding:18px 0 20px;border-bottom:1px solid var(--line);margin-bottom:18px}
.bs-label{display:block;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}
.bs-amount{display:block;font-family:var(--serif);font-size:3rem;font-weight:600;color:var(--primary);line-height:1}
.bs-amount.flash{animation:flashGold .6s var(--ease)}
.bs-pp{display:block;font-size:.86rem;color:var(--muted);margin-top:6px}
.bs-pp span{color:var(--gold);font-weight:500}
.bs-itinerary{display:flex;flex-direction:column;gap:2px;margin-bottom:14px}
.bs-itinerary li{display:flex;gap:10px;font-size:.86rem;padding:7px 6px;border-radius:7px;color:#4a4843;cursor:pointer;transition:background .2s}
.bs-itinerary li:hover{background:rgba(216,172,74,.1)}
.bs-itinerary li .bi-ico{flex:none;width:18px;text-align:center;color:var(--gold)}
.bs-itinerary li .bi-edit{margin-left:auto;font-size:.7rem;color:var(--gold);opacity:0;transition:.2s;text-transform:uppercase;letter-spacing:.08em}
.bs-itinerary li:hover .bi-edit{opacity:1}
.bs-itinerary .muted{color:var(--muted)}
.bs-breakdown-toggle{width:100%;text-align:left;background:none;border:none;border-top:1px solid var(--line);
  padding:14px 4px 12px;font-family:var(--sans);font-size:.82rem;letter-spacing:.06em;color:var(--primary);cursor:pointer;
  display:flex;align-items:center;justify-content:space-between;font-weight:500}
.bs-breakdown-toggle .chev{transition:transform .3s;font-size:1.2rem;color:var(--gold)}
.bs-breakdown-toggle[aria-expanded="true"] .chev{transform:rotate(90deg)}
.bs-breakdown{display:flex;flex-direction:column;gap:1px;padding:2px 4px 12px}
.bs-breakdown li{display:flex;justify-content:space-between;font-size:.82rem;padding:6px 0;color:#5a5851;border-bottom:1px dashed var(--line)}
.bs-breakdown li.total{border-bottom:none;border-top:1px solid var(--gold-line);margin-top:4px;padding-top:10px;font-weight:600;color:var(--primary)}
.bs-breakdown li span:last-child{font-variant-numeric:tabular-nums}
.bs-cta{margin-top:8px}
.bs-actions{display:flex;justify-content:space-between;gap:10px;margin-top:14px}
.bs-link{font-size:.8rem;color:var(--gold);cursor:pointer;background:none;border:none;display:inline-flex;align-items:center;gap:5px;font-family:var(--sans);padding:4px 0}
.bs-link:hover{color:var(--primary)}
.wi{width:15px;height:15px}
.bs-disclaimer{font-size:.72rem;color:var(--muted);margin:16px 0 0;line-height:1.5;padding-top:14px;border-top:1px solid var(--line)}
.bs-disclaimer strong{color:var(--primary)}

/* mobile bar */
.builder-mobilebar{position:fixed;left:0;right:0;bottom:0;z-index:55;display:none;
  align-items:center;justify-content:space-between;gap:14px;padding:12px 20px;
  background:var(--ivory);border-top:1px solid var(--gold-line);box-shadow:0 -10px 30px -18px rgba(0,0,0,.4)}
.bmb-info{display:flex;flex-direction:column}
.bmb-total{font-family:var(--serif);font-size:1.5rem;font-weight:600;color:var(--primary);line-height:1}
.bmb-pp{font-size:.74rem;color:var(--muted)}
.bmb-pp span{color:var(--gold)}

/* ============================================================
   PROCESS
   ============================================================ */
.process{background:var(--ivory)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;counter-reset:p}
.proc{position:relative;padding:30px 24px;border:1px solid var(--gold-line);border-radius:var(--radius-lg);background:var(--ivory-2);transition:.35s var(--ease)}
.proc:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--gold)}
.proc-num{font-family:var(--serif);font-size:2.4rem;font-weight:600;color:var(--gold-soft);display:block;margin-bottom:12px;opacity:.8}
.proc h3{font-family:var(--serif);font-size:1.4rem;font-weight:600;color:var(--primary);margin:0 0 10px}
.proc p{font-size:.94rem;color:#5a5851;margin:0}

/* ============================================================
   WHY
   ============================================================ */
.why{background:linear-gradient(180deg,#efe8da,var(--ivory))}
/* On the homepage the order is WHY -> PROCESS, and both sit on a light
   background, so they read as one continuous block while the full section
   padding on both sides of the seam stacked into a 256px empty band. Tighten
   only that seam, and only where the two are genuinely adjacent, so every other
   section keeps the normal rhythm. Breakpoint overrides for this pair live
   alongside the .section padding rules further down. */
.why:has(+ .process){padding-bottom:clamp(52px,6vw,86px)}
.why + .process{padding-top:clamp(52px,6vw,86px)}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.why-card{background:var(--ivory-2);border:1px solid var(--gold-line);border-radius:var(--radius-lg);padding:34px 30px;transition:.35s var(--ease)}
.why-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--gold)}
.why-ico{width:40px;height:40px;color:var(--gold);margin-bottom:18px}
.why-card h3{font-family:var(--serif);font-size:1.45rem;font-weight:600;color:var(--primary);margin:0 0 10px;line-height:1.15}
.why-card p{font-size:.95rem;color:#5a5851;margin:0}

/* ============================================================
   DESTINATIONS
   ============================================================ */
.dest{background:var(--ivory)}
.dest-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.dest-card{border:1px solid var(--gold-line);border-radius:var(--radius-lg);overflow:hidden;background:var(--ivory-2);transition:.35s var(--ease)}
.dest-card:hover{box-shadow:var(--shadow);border-color:var(--gold);transform:translateY(-4px)}
.dest-art{height:200px;display:flex;align-items:flex-end;justify-content:center;position:relative;overflow:hidden;
  background:radial-gradient(120% 130% at 50% 0%,#1E7A57,#0E3D2E 70%)}
.dest-art svg{width:70%;height:auto;margin-bottom:-1px}
.dest-art::before{content:"";position:absolute;inset:0;opacity:.12;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cg fill='none' stroke='%23D8AC4A'%3E%3Crect x='20' y='20' width='40' height='40'/%3E%3Crect x='20' y='20' width='40' height='40' transform='rotate(45 40 40)'/%3E%3C/g%3E%3C/svg%3E")}
.dest-body{padding:28px 30px 32px}
.dest-body h3{font-family:var(--serif);font-size:1.9rem;font-weight:600;color:var(--primary);margin:0 0 10px;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
.dest-body h3 span{font-family:var(--arabic);font-size:1.2rem;color:var(--gold)}
.dest-body p{color:#5a5851;margin:0 0 16px;font-size:.98rem}
.dest-tags{display:flex;flex-wrap:wrap;gap:8px}
.dest-tags li{font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-line);border-radius:50px;padding:6px 14px}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews{background:var(--primary-2);color:var(--ivory);position:relative;overflow:hidden}
.reviews::before{content:"";position:absolute;inset:0;opacity:.05;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cg fill='none' stroke='%23D8AC4A'%3E%3Crect x='22' y='22' width='46' height='46'/%3E%3Crect x='22' y='22' width='46' height='46' transform='rotate(45 45 45)'/%3E%3C/g%3E%3C/svg%3E");background-size:130px 130px}
.reviews .container{position:relative;z-index:2}
.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.review{position:relative;background:rgba(255,255,255,.03);border:1px solid rgba(216,172,74,.22);border-radius:var(--radius-lg);padding:38px 34px 30px}
.review .quote-mark{position:absolute;top:6px;left:24px;font-family:var(--serif);font-size:5rem;color:var(--gold-soft);opacity:.35;line-height:1}
.review blockquote{margin:0 0 22px;font-family:var(--serif);font-size:1.32rem;line-height:1.5;color:rgba(246,241,231,.92);font-style:italic;position:relative;z-index:1}
.review figcaption{display:flex;flex-direction:column;border-top:1px solid rgba(216,172,74,.2);padding-top:16px}
.review figcaption strong{font-family:var(--serif);font-size:1.15rem;color:var(--gold-soft);font-weight:600}
.review figcaption span{font-size:.8rem;letter-spacing:.06em;color:rgba(246,241,231,.6);text-transform:uppercase;margin-top:3px}

/* ============================================================
   FAQ
   ============================================================ */
.faq{background:var(--ivory)}
.faq-wrap{max-width:860px}
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{background:var(--ivory-2);border:1px solid var(--gold-line);border-radius:12px;overflow:hidden;transition:border-color .3s}
.faq-item[open]{border-color:var(--gold)}
.faq-item summary{list-style:none;cursor:pointer;padding:22px 26px;display:flex;align-items:center;justify-content:space-between;gap:18px;
  font-family:var(--serif);font-size:1.28rem;font-weight:600;color:var(--primary)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-x{position:relative;width:16px;height:16px;flex:none}
.faq-x::before,.faq-x::after{content:"";position:absolute;background:var(--gold);transition:.3s}
.faq-x::before{top:7px;left:0;width:16px;height:2px}
.faq-x::after{left:7px;top:0;width:2px;height:16px}
.faq-item[open] .faq-x::after{transform:rotate(90deg);opacity:0}
.faq-a{padding:0 26px 24px;color:#5a5851;font-size:.98rem}
.faq-a p{margin:0;max-width:70ch}

/* ============================================================
   CONTACT
   ============================================================ */
.contact{background:var(--primary);color:var(--ivory);position:relative;overflow:hidden}
.contact-bg{position:absolute;inset:0;opacity:.07;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cg fill='none' stroke='%23D8AC4A'%3E%3Crect x='25' y='25' width='50' height='50'/%3E%3Crect x='25' y='25' width='50' height='50' transform='rotate(45 50 50)'/%3E%3Ccircle cx='50' cy='50' r='35'/%3E%3C/g%3E%3C/svg%3E");background-size:140px 140px}
.contact .container{position:relative;z-index:2}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.contact-intro p{color:rgba(246,241,231,.8);font-size:1.08rem;max-width:48ch}
.contact-points{margin-top:28px;display:flex;flex-direction:column;gap:14px}
.contact-points li{display:flex;align-items:center;gap:14px;font-size:1.05rem}
.contact-points a{border-bottom:1px solid transparent;transition:.25s}
.contact-points a:hover{border-color:var(--gold-soft);color:var(--gold-soft)}
.contact-form{background:var(--ivory);color:var(--charcoal);border-radius:var(--radius-lg);padding:40px 38px;box-shadow:var(--shadow)}
.cf-title{font-family:var(--serif);font-size:2rem;font-weight:600;color:var(--primary);margin:0 0 6px}
.cf-sub{font-size:.94rem;color:var(--muted);margin:0 0 24px}
.cf-row{margin-bottom:16px}
.cf-row.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-form label{display:flex;flex-direction:column;gap:7px;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:500}
.contact-form input,.contact-form select,.contact-form textarea{
  font-family:var(--sans);font-size:1rem;font-weight:300;color:var(--charcoal);padding:13px 15px;
  border:1px solid var(--line);border-radius:9px;background:#fff;transition:border-color .25s,box-shadow .25s;width:100%}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#b8b3a8;text-transform:none;letter-spacing:normal}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(216,172,74,.15)}
.contact-form textarea{resize:vertical}
.cf-fine{font-size:.72rem;color:var(--muted);margin:14px 0 0;text-align:center}
.cf-success{margin:16px 0 0;padding:14px 16px;background:rgba(14,59,46,.08);border:1px solid var(--gold-line);border-radius:9px;
  color:var(--primary);font-size:.92rem;text-align:center}
/* Shown only when an enquiry genuinely fails to send — see js/site.js */
.cf-error{margin:16px 0 0;padding:14px 16px;background:rgba(150,40,40,.07);border:1px solid rgba(150,40,40,.35);
  border-radius:9px;color:#8d2727;font-size:.92rem;text-align:center;line-height:1.55}
.cf-error[hidden]{display:none}
/* Bot trap: must stay reachable to scripts but invisible to people */
.cf-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:var(--primary-2);color:rgba(246,241,231,.75)}
.footer-band{height:8px;background:repeating-linear-gradient(45deg,var(--gold) 0 14px,var(--primary-2) 14px 28px);opacity:.5}
.footer-inner{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px;padding:64px 28px 40px}
.footer-brand .brand-mark{margin-bottom:14px}
.footer-brand .brand{margin-bottom:14px}
.footer-brand .brand-badge.lg{width:76px;height:76px;display:flex;align-items:center;justify-content:center;
  filter:drop-shadow(0 8px 20px rgba(0,0,0,.5))}
.footer-brand .brand-text{flex-direction:column;gap:4px}
.footer-brand .brand-name{color:var(--ivory)}
.footer-brand .brand-tag{color:var(--gold-soft)}
.footer-tag{font-size:.92rem;color:rgba(246,241,231,.6);max-width:38ch;margin:0 0 18px}
.footer-ig{display:inline-flex;align-items:center;gap:8px;color:var(--gold-soft);font-size:.9rem}
.footer-ig:hover{color:var(--ivory)}
.footer-col h4{font-family:var(--serif);font-size:1.2rem;color:var(--ivory);margin:0 0 16px;font-weight:600}
.footer-col a{display:block;font-size:.9rem;color:rgba(246,241,231,.6);padding:6px 0;transition:.2s}
.footer-col a:hover{color:var(--gold-soft);padding-left:4px}
.footer-accent{font-family:var(--arabic);font-size:1.4rem;color:var(--gold-soft);margin:18px 0 0;display:flex;flex-direction:column;gap:2px}
.footer-accent span{font-family:var(--sans);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(246,241,231,.45)}
.footer-base{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
  padding:22px 28px;border-top:1px solid rgba(216,172,74,.15);font-size:.78rem;color:rgba(246,241,231,.45)}

/* ============================================================
   QUOTE MODAL
   ============================================================ */
.modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px}
.modal[hidden]{display:none}
.modal-backdrop{position:absolute;inset:0;background:rgba(10,42,32,.7);backdrop-filter:blur(4px);animation:fadeIn .3s}
.modal-card{position:relative;background:var(--ivory);border-radius:var(--radius-lg);max-width:560px;width:100%;
  padding:44px 42px;box-shadow:0 40px 80px -30px rgba(0,0,0,.6);animation:fadeUp .4s var(--ease);max-height:90vh;overflow:auto;border-top:3px solid var(--gold-soft)}
.modal-close{position:absolute;top:16px;right:20px;background:none;border:none;font-size:1.8rem;color:var(--muted);cursor:pointer;line-height:1}
.modal-close:hover{color:var(--primary)}
.modal-star{width:46px;height:46px;color:var(--gold);margin:0 auto 14px}
.modal-card h3{font-family:var(--serif);font-size:1.9rem;font-weight:600;color:var(--primary);text-align:center;margin:0 0 8px}
.qm-sub{text-align:center;color:var(--muted);font-size:.92rem;margin:0 0 24px}
.qm-summary{background:var(--ivory-2);border:1px solid var(--gold-line);border-radius:12px;padding:22px 24px;margin-bottom:24px}
.qm-summary .qm-line{display:flex;justify-content:space-between;gap:14px;font-size:.92rem;padding:8px 0;border-bottom:1px dashed var(--line)}
.qm-summary .qm-line:last-child{border-bottom:none}
.qm-summary .qm-line .qm-k{color:var(--muted)}
.qm-summary .qm-line .qm-v{color:var(--charcoal);text-align:right;font-weight:400}
.qm-summary .qm-grand{display:flex;justify-content:space-between;align-items:baseline;margin-top:14px;padding-top:14px;border-top:1px solid var(--gold-line)}
.qm-summary .qm-grand .qm-k{font-family:var(--serif);font-size:1.1rem;color:var(--primary);font-weight:600}
.qm-summary .qm-grand .qm-amt{font-family:var(--serif);font-size:2rem;color:var(--primary);font-weight:600}
.qm-summary .qm-grand small{display:block;font-family:var(--sans);font-size:.72rem;color:var(--muted);text-align:right}
.qm-actions{display:flex;flex-direction:column;gap:12px}

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.reveal.in{opacity:1;transform:none}
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes flashGold{0%{color:var(--gold-soft);transform:scale(1.06)}100%{color:var(--primary);transform:none}}
@media (prefers-reduced-motion:reduce){
  *{animation-duration:.01ms!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1080px){
  .builder-shell{grid-template-columns:1fr 320px;gap:24px}
}
@media (max-width:980px){
  .site-nav,.header-cta{display:none}
  .nav-toggle{display:flex}
  .about-grid{grid-template-columns:1fr;gap:40px}
  .about-card{order:-1}
  .pkg-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}
  .builder-shell{grid-template-columns:1fr}
  .builder-summary{position:relative;top:0;display:none}
  .builder-mobilebar{display:flex}
  .builder{padding-bottom:96px}
  .process-grid,.why-grid{grid-template-columns:repeat(2,1fr)}
  .reviews-grid,.dest-grid,.contact-grid{grid-template-columns:1fr}
  .contact-grid{gap:40px}
  .footer-inner{grid-template-columns:1fr 1fr;gap:34px}
  .opt-grid.cols-3{grid-template-columns:repeat(2,1fr)}
}
/* ============================================================
   LANGUAGE TOGGLE
   ============================================================ */
.lang-toggle{flex:none;display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:50%;border:1px solid var(--gold-line);background:none;
  font-family:var(--sans);font-size:1.05rem;font-weight:500;color:var(--primary);cursor:pointer;transition:.28s var(--ease)}
.lang-toggle[lang="ar"]{font-family:var(--arabic);font-size:1.25rem}
.lang-toggle:hover{background:var(--primary);color:var(--ivory);border-color:var(--primary)}
.header-actions{display:flex;align-items:center;gap:14px}
.mobile-nav .lang-toggle{width:auto;height:auto;border-radius:0;border:none;border-top:1px solid var(--line);
  padding:15px 28px;justify-content:flex-start;width:100%;font-size:1rem}

/* ============================================================
   ARABIC TYPOGRAPHY + RTL
   ============================================================ */
.is-ar{font-family:'Tajawal','Jost',system-ui,sans-serif}
.is-ar .section-title,.is-ar .hero-title,.is-ar .pkg-name,.is-ar .bstep-title,
.is-ar .dest-body h3,.is-ar .review blockquote,.is-ar .faq-item summary,
.is-ar .cf-title,.is-ar .why-card h3,.is-ar .proc h3,.is-ar .footer-col h4,
.is-ar .modal-card h3,.is-ar .bs-amount,.is-ar .bmb-total,.is-ar .pkg-from strong,
.is-ar .about-stat strong,.is-ar .brand-name{font-family:'Amiri',serif}
.is-ar .hero-title em,.is-ar .section-title em{font-style:normal}
/* Arabic must keep its ligatures — never letter-space it */
[dir="rtl"] *{letter-spacing:normal!important}
[dir="rtl"] .eyebrow,[dir="rtl"] .btn,[dir="rtl"] .site-nav a,[dir="rtl"] .pkg-tier,
[dir="rtl"] .bs-label,[dir="rtl"] .trustbar-inner,[dir="rtl"] .seg{text-transform:none}

/* keep prices/numerals reading left-to-right inside RTL */
[dir="rtl"] .bs-amount,[dir="rtl"] .bmb-total,[dir="rtl"] .bs-pp,[dir="rtl"] .pkg-from,
[dir="rtl"] .bs-breakdown li span:last-child,[dir="rtl"] .bmb-pp,[dir="rtl"] .qm-amt{direction:ltr;unicode-bidi:isolate}
[dir="rtl"] .pkg-from{justify-content:flex-start}

/* mirror the few physically-positioned elements */
[dir="rtl"] .opt{text-align:right}
[dir="rtl"] .opt-check{right:auto;left:14px}
[dir="rtl"] .opt-label{padding-right:0;padding-left:26px}
[dir="rtl"] .bp-dots button{text-align:right}
[dir="rtl"] .bp-dots button{border-top-color:rgba(216,172,74,.18)}
[dir="rtl"] .pkg-list li{padding:9px 26px 9px 0}
[dir="rtl"] .pkg-list li::before{left:auto;right:2px}
[dir="rtl"] .bs-itinerary li .bi-edit{margin-left:0;margin-right:auto}
[dir="rtl"] .footer-col a:hover{padding-left:0;padding-right:4px}
[dir="rtl"] .bstep-ar{float:left;margin-left:0;margin-right:16px}
[dir="rtl"] .review .quote-mark{left:auto;right:24px}
[dir="rtl"] .site-nav a::after{left:auto;right:0}
[dir="rtl"] .about-text p,[dir="rtl"] .lede,[dir="rtl"] .pkg-note,[dir="rtl"] .why-card p,
[dir="rtl"] .proc p,[dir="rtl"] .dest-body p,[dir="rtl"] .faq-a,[dir="rtl"] .bstep-help{text-align:right}

@media (max-width:560px){
  body{font-size:16px}
  .container{padding:0 20px}
  .section{padding:64px 0}
  .hero{min-height:auto;padding:40px 0}
  .hero-badges li{gap:14px}
  .process-grid,.why-grid{grid-template-columns:1fr}
  .opt-grid.cols-2,.opt-grid.cols-3{grid-template-columns:1fr}
  .cf-row.two{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr;gap:28px}
  .builder-steps{padding:22px 18px 4px}
  .builder-foot{padding:18px}
  .contact-form{padding:30px 24px}
  .modal-card{padding:34px 24px}
  .bstep-ar{display:none}
}

/* ============================================================
   TEAM · RATING · SERVICES · CAROUSEL · GOOGLE · GALLERY · CTA
   (homepage expansion — emerald + gold)
   ============================================================ */

/* ---------- Team (About) ---------- */
.team{margin:32px 0 10px}
.team-label{display:block;font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.team-row{display:flex;gap:16px;flex-wrap:wrap}
/* Sizes to its content. It used to be flex:1 because there were two people in
   this row; with one person left that stretched the card across the full column
   and left a wide empty gap beside the name. */
.team-card{display:flex;align-items:center;gap:14px;background:var(--ivory-2);border:1px solid var(--gold-line);border-radius:14px;padding:12px 22px 12px 12px;flex:0 1 auto;align-self:flex-start;transition:.3s var(--ease);text-decoration:none;color:inherit}
a.team-card:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:var(--shadow)}
.team-card .team-go{margin-left:6px;flex:none;width:18px;height:18px;color:var(--gold);opacity:.75;transition:.3s var(--ease)}
a.team-card:hover .team-go{opacity:1;transform:translateX(3px)}
.team-card:hover{border-color:var(--gold);box-shadow:0 14px 34px -24px rgba(14,61,46,.5)}
.team-mono{width:46px;height:46px;flex:none;border-radius:50%;background:var(--primary);color:var(--gold-soft);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1.45rem;font-weight:600}
.team-info{display:flex;flex-direction:column;line-height:1.25}
.team-info strong{font-family:var(--serif);font-size:1.28rem;color:var(--primary);font-weight:600}
.team-info span{font-size:.82rem;color:var(--muted)}

/* ---------- Rating badge (Why) ---------- */
.rating-badge{display:inline-flex;align-items:center;gap:12px;margin:6px auto 0;background:var(--ivory-2);border:1px solid var(--gold-line);border-radius:50px;padding:11px 24px;box-shadow:0 14px 34px -26px rgba(14,61,46,.6)}
.rating-badge .stars{display:inline-flex;gap:3px}
.rating-badge .stars svg{width:19px;height:19px;color:var(--gold-soft)}
.rating-text{font-size:.98rem;color:#5a5851}
.rating-text strong{color:var(--primary);font-weight:600}

/* ---------- Services (dark emerald) ---------- */
.services{background:var(--primary-2);color:var(--ivory);position:relative;overflow:hidden}
.services-bg{position:absolute;inset:0;opacity:.06;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cg fill='none' stroke='%23D8AC4A' stroke-width='1'%3E%3Crect x='22' y='22' width='46' height='46'/%3E%3Crect x='22' y='22' width='46' height='46' transform='rotate(45 45 45)'/%3E%3C/g%3E%3C/svg%3E");
  background-size:120px 120px}
.services .container{position:relative;z-index:2}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{background:rgba(255,255,255,.03);border:1px solid rgba(216,172,74,.2);border-radius:var(--radius-lg);padding:30px 28px;transition:.35s var(--ease)}
.service-card:hover{transform:translateY(-6px);border-color:var(--gold-soft);background:rgba(216,172,74,.07)}
.service-ico{width:38px;height:38px;color:var(--gold-soft);margin-bottom:16px}
.service-card h3{font-family:var(--serif);font-size:1.42rem;font-weight:600;color:var(--ivory);margin:0 0 8px;line-height:1.15}
.service-card p{font-size:.94rem;color:rgba(246,241,231,.72);margin:0}
.services-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:46px}

/* ---------- Testimonials carousel ---------- */
.carousel{position:relative;display:flex;align-items:center;gap:12px}
.car-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:8px 4px 20px;flex:1;scrollbar-width:none;-ms-overflow-style:none}
.car-track::-webkit-scrollbar{display:none}
.car-track .review{flex:0 0 clamp(280px,40%,440px);scroll-snap-align:center;margin:0}
.review-lead{font-family:var(--serif);font-size:1.4rem;font-weight:600;color:var(--gold-soft);margin:4px 0 12px;line-height:1.22}
.review-stars{display:inline-block;color:var(--gold-soft);letter-spacing:3px;font-size:.9rem;margin-bottom:4px}
.car-btn{flex:none;width:52px;height:52px;border-radius:50%;border:1px solid rgba(216,172,74,.35);background:rgba(255,255,255,.04);color:var(--gold-soft);font-size:1.9rem;line-height:1;cursor:pointer;transition:.25s var(--ease);display:flex;align-items:center;justify-content:center}
.car-btn:hover{background:var(--gold-soft);color:var(--primary-2);border-color:var(--gold-soft)}
.car-dots{display:flex;justify-content:center;gap:8px;margin-top:6px}
.car-dots button{width:9px;height:9px;border-radius:50%;border:none;background:rgba(246,241,231,.28);cursor:pointer;padding:0;transition:.3s var(--ease)}
.car-dots button.active{background:var(--gold-soft);width:24px;border-radius:5px}

/* ---------- Google rating block ---------- */
.google{background:linear-gradient(180deg,#efe8da,var(--ivory))}
.google-head{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;
  background:var(--ivory-2);border:1px solid var(--gold-line);border-radius:var(--radius-lg);padding:26px 34px;margin-bottom:34px;box-shadow:var(--shadow)}
.google-score{display:flex;align-items:center;gap:18px}
.g-badge{width:56px;height:56px;border-radius:50%;background:var(--primary);color:var(--gold-soft);font-family:var(--serif);font-size:1.9rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex:none}
.google-score-text{display:flex;flex-direction:column}
.g-line{display:flex;align-items:baseline;gap:12px}
.g-num{font-family:var(--serif);font-size:2.3rem;font-weight:700;color:var(--primary);line-height:1}
.g-stars{color:var(--gold-soft);letter-spacing:2px}
.g-count{font-size:.9rem;color:var(--muted);margin-top:3px}
.google-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.g-review{background:var(--ivory-2);border:1px solid var(--gold-line);border-radius:14px;padding:24px 26px;transition:.32s var(--ease)}
.g-review:hover{box-shadow:var(--shadow);border-color:var(--gold);transform:translateY(-4px)}
.g-review .g-stars.sm{font-size:.82rem;display:block;margin-bottom:10px}
.g-review p{font-family:var(--serif);font-size:1.08rem;line-height:1.4;color:#3f3d38;margin:0 0 12px;font-style:italic}
.g-name{font-size:.84rem;color:var(--muted);font-weight:500;letter-spacing:.04em}

/* ---------- Photo gallery (placeholders) ---------- */
.gallery{background:var(--ivory)}
.gallery .lede em{color:var(--gold);font-style:italic}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:190px;gap:16px}
.gtile{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--gold-line);
  display:flex;align-items:flex-end;justify-content:flex-start;background:linear-gradient(150deg,#155a45,#0E3D2E 60%,#0A2C21)}
.gtile::before{content:"";position:absolute;inset:0;opacity:.16;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cg fill='none' stroke='%23D8AC4A'%3E%3Crect x='20' y='20' width='40' height='40'/%3E%3Crect x='20' y='20' width='40' height='40' transform='rotate(45 40 40)'/%3E%3C/g%3E%3C/svg%3E")}
.gtile::after{content:"";position:absolute;inset:0;background:radial-gradient(120% 90% at 50% 0%,transparent,rgba(6,25,15,.35))}
.gtile-lg{grid-column:span 2;grid-row:span 2}
.gtile-wide{grid-column:span 2}
.gtile-label{position:relative;z-index:1;margin:16px;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-soft);
  background:rgba(6,25,15,.5);padding:7px 15px;border-radius:50px;border:1px solid rgba(216,172,74,.32);backdrop-filter:blur(2px)}

/* ---------- CTA band ---------- */
.cta-band{background:var(--primary);color:var(--ivory);position:relative;overflow:hidden;text-align:center}
.cta-bg{position:absolute;inset:0;opacity:.08;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cg fill='none' stroke='%23D8AC4A'%3E%3Crect x='25' y='25' width='50' height='50'/%3E%3Crect x='25' y='25' width='50' height='50' transform='rotate(45 50 50)'/%3E%3Ccircle cx='50' cy='50' r='35'/%3E%3C/g%3E%3C/svg%3E");
  background-size:150px 150px}
.cta-inner{position:relative;z-index:2;max-width:780px;margin:0 auto}
.cta-inner .hero-actions{justify-content:center;margin-top:32px}
.cta-inner .rule{margin-left:auto;margin-right:auto}

/* ---------- Contact rows (multi-line) ---------- */
.contact-points li{align-items:flex-start}
.cp-txt{display:flex;flex-direction:column;line-height:1.35}
.cp-label{font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-soft);opacity:.9;margin-bottom:1px}

/* ---------- RTL tweaks for new blocks ---------- */
[dir="rtl"] .service-card,[dir="rtl"] .g-review,[dir="rtl"] .team-info,[dir="rtl"] .cp-txt{text-align:right}
[dir="rtl"] .team-card{padding:12px 12px 12px 20px}
[dir="rtl"] .car-prev>*{display:inline-block;transform:scaleX(-1)}
[dir="rtl"] .car-next>*{display:inline-block;transform:scaleX(-1)}

/* ============================================================
   RESPONSIVE — new blocks
   ============================================================ */
@media (max-width:980px){
  .services-grid,.google-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:170px}
  .gtile-lg{grid-column:span 2;grid-row:span 1}
  .gtile-wide{grid-column:span 2}
  .car-track .review{flex-basis:clamp(260px,72%,420px)}
}
@media (max-width:560px){
  .services-grid,.google-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:130px}
  .gtile-lg{grid-column:span 2}
  .team-row{flex-direction:column}
  .google-head{flex-direction:column;align-items:flex-start;text-align:left}
  .car-track .review{flex-basis:86%}
  .car-btn{width:44px;height:44px;font-size:1.6rem}
  .rating-badge{flex-wrap:wrap;justify-content:center;text-align:center}
}

/* ============================================================
   FULL-WIDTH DESKTOP + MOBILE OPTIMIZATION  (2026-07 pass)
   ============================================================ */

/* ---------- Desktop: use the full page width ---------- */
.container{padding-inline:clamp(20px,4vw,64px)}
@media (min-width:1600px){
  :root{--maxw:1760px}
  body{font-size:18px}
  .section{padding:clamp(96px,7vw,150px) 0}
  .why:has(+ .process){padding-bottom:clamp(64px,4.6vw,100px)}
  .why + .process{padding-top:clamp(64px,4.6vw,100px)}
}
@media (min-width:1200px){
  /* let the big grids breathe across the wider canvas */
  .services-grid{grid-template-columns:repeat(3,1fr);gap:28px}
  .why-grid{grid-template-columns:repeat(3,1fr);gap:28px}
  .process-grid{grid-template-columns:repeat(4,1fr);gap:28px}
  .pkg-grid{gap:32px}
  .builder-shell{grid-template-columns:1fr 400px;gap:44px}
  .about-grid{gap:clamp(56px,6vw,110px)}
  .contact-grid{gap:clamp(48px,6vw,96px)}
}

/* ---------- blank contact fields (owner will fill in) ---------- */
.cp-empty{display:inline-block;min-width:120px;height:1px}
.contact-points li:has(.cp-empty){opacity:.55}

/* ---------- mobile builder bar without prices ---------- */
.bmb-title{font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--primary);line-height:1.1}

/* ============================================================
   MOBILE (<=760px) — tuned pass
   ============================================================ */
@media (max-width:760px){
  html{-webkit-text-size-adjust:100%}
  body{font-size:16.5px;line-height:1.62}
  .container{padding-inline:18px}
  .section{padding:56px 0}
  .why:has(+ .process){padding-bottom:38px}
  .why + .process{padding-top:38px}
  .section-head{margin-bottom:34px}

  /* tighter, more readable headings */
  .section-title{font-size:clamp(1.85rem,7.4vw,2.5rem);line-height:1.12}
  .hero-title{font-size:clamp(2.15rem,10vw,3rem);line-height:1.06}
  .lede{font-size:1rem}
  .eyebrow{font-size:.66rem;letter-spacing:.22em;margin-bottom:12px}

  /* hero fits one screen without feeling cramped */
  .hero{min-height:auto;padding:26px 0 40px}
  .hero-badge{width:100px;height:100px;margin-bottom:18px}
  .hero-ar{font-size:1.25rem;margin-bottom:14px}
  .hero-sub{font-size:1rem;margin-top:18px}
  .hero-actions{margin-top:26px;gap:11px;flex-direction:column;align-items:stretch}
  .hero-actions .btn{width:100%}
  .hero-badges{margin-top:30px;gap:8px 16px;font-size:.62rem}
  .hero-badges li{gap:16px}
  .hero-skyline{height:32%;opacity:.55}

  /* full-width tappable buttons (44px+ targets) */
  .btn{padding:15px 24px;font-size:.8rem;min-height:48px}
  .btn-sm{min-height:42px}

  /* trust marquee: horizontal scroll instead of a cramped wrap */
  .trustbar-inner{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;
    gap:12px;padding:14px 18px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .trustbar-inner::-webkit-scrollbar{display:none}
  .trustbar-inner span{white-space:nowrap;font-size:.68rem}

  /* cards */
  .services-grid,.why-grid,.process-grid,.dest-grid,.pkg-grid{grid-template-columns:1fr;gap:14px}
  .service-card,.why-card,.proc,.pkg-card{padding:26px 22px}
  .pkg-card{max-width:none}
  .why-card h3,.service-card h3,.proc h3{font-size:1.3rem}
  .about-grid{gap:32px}
  .about-arch{width:min(260px,72%)}
  .about-stat{right:4%;bottom:10px;padding:12px 16px}
  .team-row{grid-template-columns:1fr;gap:10px}

  /* builder: comfortable on a phone */
  .builder-steps{padding:20px 16px 4px;min-height:0}
  .bstep-title{font-size:1.5rem}
  .bstep-help{font-size:.9rem;margin-bottom:20px}
  .opt{padding:15px 15px 14px}
  .opt-label{font-size:1.12rem}
  .opt-desc{font-size:.83rem}
  .counter-row{padding:14px 15px;gap:12px}
  .counter-btn{width:44px;height:44px}
  .counter-val{font-size:1.35rem;min-width:38px}
  .builder-foot{padding:16px;gap:10px}
  .builder-foot .btn{padding:13px 18px;font-size:.75rem}
  .step-count{font-size:.68rem}
  .bp-dots{gap:4px}
  .bp-dots li{min-width:64px}
  .bp-dots button{font-size:.62rem}

  /* google block */
  .google-head{flex-direction:column;text-align:center;gap:18px}

  /* faq */
  .faq-item summary{padding:18px 18px;font-size:1.12rem;gap:12px}
  .faq-a{padding:0 18px 20px;font-size:.94rem}

  /* contact */
  .contact-form{padding:26px 20px}
  .cf-row.two{grid-template-columns:1fr;gap:14px}
  .contact-points li{font-size:.98rem;align-items:flex-start}
  .cf-title{font-size:1.65rem}

  /* footer */
  .footer-inner{grid-template-columns:1fr;gap:26px;padding:44px 18px 30px}
  .footer-base{flex-direction:column;align-items:flex-start;gap:8px;padding:18px}

  /* modal */
  .modal{padding:14px}
  .modal-card{padding:28px 20px;max-height:88vh}
}

/* very small phones */
@media (max-width:380px){
  .container{padding-inline:15px}
  .hero-title{font-size:2rem}
  .section-title{font-size:1.72rem}
  .btn{font-size:.74rem;padding:14px 18px}
}

/* landscape phones: don't force a tall hero */
@media (max-height:520px) and (orientation:landscape){
  .hero{min-height:auto;padding:30px 0}
  .hero-badge{width:70px;height:70px}
}

/* ============================================================
   MULTI-PAGE: page heroes, blog index, articles
   ============================================================ */
.page-hero{position:relative;background:var(--primary-2);color:var(--ivory);
  padding:clamp(72px,9vw,120px) 0 clamp(56px,7vw,84px);overflow:hidden;text-align:center}
.page-hero-bg{position:absolute;inset:0;opacity:.07;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cg fill='none' stroke='%23D8AC4A'%3E%3Crect x='22' y='22' width='46' height='46'/%3E%3Crect x='22' y='22' width='46' height='46' transform='rotate(45 45 45)'/%3E%3C/g%3E%3C/svg%3E");
  background-size:120px 120px}
.page-hero-inner{position:relative;z-index:2}
.page-title{font-family:var(--serif);font-weight:500;line-height:1.06;
  font-size:clamp(2.2rem,5.4vw,4rem);color:var(--ivory);margin:0 auto;max-width:20ch}
.page-sub{color:rgba(246,241,231,.78);max-width:62ch;margin:20px auto 0;font-size:1.08rem}
.is-ar .page-title{font-family:'Amiri',serif}

/* breadcrumbs */
.crumbs{font-size:.8rem;color:var(--muted);margin:0 0 22px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.crumbs a{color:var(--gold);border-bottom:1px solid transparent}
.crumbs a:hover{border-color:var(--gold-line)}
.crumbs span{color:var(--muted)}

/* blog index */
.posts{background:var(--ivory)}
.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:22px}
.post-card{background:var(--ivory-2);border:1px solid var(--gold-line);border-radius:var(--radius-lg);
  overflow:hidden;transition:.35s var(--ease)}
.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--gold)}
.post-link{display:block;padding:30px 28px 26px;height:100%}
.post-cat{display:inline-block;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--gold);border:1px solid var(--gold-line);border-radius:50px;padding:5px 12px;margin-bottom:14px}
.post-title{font-family:var(--serif);font-size:1.5rem;font-weight:600;color:var(--primary);
  margin:0 0 10px;line-height:1.18}
.post-excerpt{font-size:.95rem;color:#5a5851;margin:0 0 16px}
.post-more{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:500}

/* article */
.post-body-wrap{max-width:820px;padding-top:clamp(34px,5vw,56px);padding-bottom:clamp(20px,4vw,40px)}
.post-answer{background:var(--ivory-2);border-left:3px solid var(--gold);border-radius:0 12px 12px 0;
  padding:20px 24px;margin:0 0 30px}
.post-answer p{margin:0;font-size:1.12rem;line-height:1.62;color:var(--primary);font-weight:400}
[dir="rtl"] .post-answer{border-left:0;border-right:3px solid var(--gold);border-radius:12px 0 0 12px}
.post-body{font-size:1.06rem;line-height:1.78;color:#413f3b}
.post-body h2{font-family:var(--serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;
  color:var(--primary);margin:38px 0 12px;line-height:1.2}
.post-body h3{font-family:var(--serif);font-size:1.3rem;font-weight:600;color:var(--primary);margin:26px 0 8px}
.post-body p{margin:0 0 16px}
.post-body ul,.post-body ol{margin:0 0 18px;padding-left:24px}
[dir="rtl"] .post-body ul,[dir="rtl"] .post-body ol{padding-left:0;padding-right:24px}
.post-body li{margin:0 0 9px;list-style:disc}
.post-body ol li{list-style:decimal}
.post-body strong{color:var(--primary);font-weight:600}
.post-body blockquote{margin:22px 0;padding:16px 22px;border-left:3px solid var(--gold-line);
  background:rgba(216,172,74,.07);border-radius:0 10px 10px 0;font-style:italic;color:#4a4843}
[dir="rtl"] .post-body blockquote{border-left:0;border-right:3px solid var(--gold-line)}
.post-cta{margin:44px 0 0;padding:30px 28px;background:var(--primary);color:var(--ivory);border-radius:var(--radius-lg);text-align:center}
.post-cta h3{font-family:var(--serif);font-size:1.6rem;margin:0 0 8px;color:var(--ivory);font-weight:600}
.post-cta p{color:rgba(246,241,231,.8);margin:0 0 20px;font-size:1rem}
.post-cta .hero-actions{margin-top:0}
.post-cta .btn-outline{border-color:var(--gold-soft);color:var(--gold-soft)}
.post-cta .btn-outline:hover{background:var(--gold-soft);color:var(--primary-2)}
.post-faq{padding-top:0}

@media (max-width:760px){
  .page-hero{padding:48px 0 40px}
  .page-title{font-size:clamp(1.9rem,8vw,2.4rem)}
  .page-sub{font-size:1rem;margin-top:14px}
  .posts-grid{grid-template-columns:1fr;gap:14px}
  .post-link{padding:24px 20px}
  .post-body{font-size:1.02rem}
  .post-body h2{font-size:1.45rem;margin:30px 0 10px}
  .post-answer{padding:16px 18px;margin-bottom:24px}
  .post-answer p{font-size:1.04rem}
  .post-cta{padding:26px 20px}
}

/* ============================================================
   PHOTOGRAPHY SLOTS
   Drop a file into /assets/img/ with the exact name and it appears.
   Until then the emerald + pattern fallback shows — nothing breaks.
   ============================================================ */
.hero-photo{position:absolute;inset:0;background-image:url('/assets/img/hero.jpg');
  background-size:cover;background-position:center 38%;opacity:.55}
@media (max-width:760px){
  .hero-photo{background-image:url('/assets/img/hero-mobile.jpg');background-position:center 42%;opacity:.5}
}
.hero-scrim{background:linear-gradient(180deg,rgba(6,25,15,.55),rgba(6,25,15,.35) 42%,rgba(6,25,15,.82))}

.page-hero{background-color:var(--primary-2)}
.page-hero::before{content:"";position:absolute;inset:0;background-image:url('/assets/img/page.jpg');
  background-size:cover;background-position:center;opacity:.4}
.page-hero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(6,25,15,.62),rgba(6,25,15,.78))}
.page-hero-inner{position:relative;z-index:3}
.page-hero-bg{z-index:2}

.about-card{position:relative;min-height:380px}
.about-photo{position:absolute;inset:0;border-radius:var(--radius-lg);z-index:2;
  background-image:url('/assets/img/about.jpg');background-size:cover;background-position:center;
  box-shadow:var(--shadow);border:1px solid var(--gold-line)}

.dest-photo{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.85}
.dest-art.makkah .dest-photo{background-image:url('/assets/img/makkah.jpg')}
.dest-art.madinah .dest-photo{background-image:url('/assets/img/madinah.jpg')}
.dest-art.has-photo svg{position:relative;z-index:2;opacity:.5}
.dest-art.has-photo::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(6,25,15,.25),rgba(6,25,15,.65));z-index:1}

.gtile{background-size:cover;background-position:center;background-color:var(--primary);
  border:1px solid var(--gold-line)}
.gtile.g1{background-image:url('/assets/img/gallery-1.jpg')}
.gtile.g2{background-image:url('/assets/img/gallery-2.jpg')}
.gtile.g3{background-image:url('/assets/img/gallery-3.jpg')}
.gtile.g4{background-image:url('/assets/img/gallery-4.jpg')}
.gtile.g5{background-image:url('/assets/img/gallery-5.jpg')}

/* ============================================================
   GOOGLE REVIEW BRANDING
   ============================================================ */
.g-badge{width:44px;height:44px;background:#fff;border-radius:50%;display:flex;
  align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.14);flex:none;padding:9px}
.g-badge svg{width:100%;height:100%}
.btn-google{background:#fff;color:#3c4043;border:1px solid #dadce0;gap:.6em;
  box-shadow:0 1px 3px rgba(60,64,67,.2);text-transform:none;letter-spacing:.01em;
  font-family:var(--sans);font-weight:500;font-size:.9rem}
.btn-google:hover{background:#f8f9fa;border-color:#d2d5d9;transform:translateY(-1px)}
.gbtn-ico{width:19px;height:19px;flex:none}

/* ============================================================
   SOCIAL BUTTONS (brand colours)
   ============================================================ */
.social-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}
.social-btn{display:inline-flex;align-items:center;gap:9px;padding:11px 18px;border-radius:50px;
  font-family:var(--sans);font-size:.86rem;font-weight:500;color:#fff;transition:.3s var(--ease);
  border:1px solid transparent;line-height:1}
.social-btn svg{width:18px;height:18px;flex:none}
.social-btn:hover{transform:translateY(-2px);filter:brightness(1.06)}
.social-btn.sm{padding:9px 14px;font-size:.8rem}
.social-ig{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  box-shadow:0 6px 18px -8px rgba(220,39,67,.8)}
.social-fb{background:#1877F2;box-shadow:0 6px 18px -8px rgba(24,119,242,.8)}
.cp-social{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}
.ti-ig{color:#dc2743}

@media (max-width:760px){
  .social-row{gap:8px}
  .social-btn{padding:10px 15px;font-size:.8rem}
  .about-card{min-height:300px}
}

/* ============================================================
   CLICKABLE SERVICE CARDS + SERVICE DETAIL PAGES
   ============================================================ */
a.service-card{display:flex;flex-direction:column;text-decoration:none;cursor:pointer}
a.service-card:hover{border-color:var(--gold-soft)}
.service-more{margin-top:auto;padding-top:14px;font-size:.74rem;letter-spacing:.14em;
  text-transform:uppercase;color:var(--gold-soft);font-weight:500;opacity:.85;transition:.25s}
a.service-card:hover .service-more{opacity:1;letter-spacing:.18em}

/* merged Google rating bar */
.rating-badge{display:inline-flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:center;
  background:var(--ivory-2);border:1px solid var(--gold-line);border-radius:50px;
  padding:12px 14px 12px 16px;margin-top:22px;box-shadow:0 8px 26px -20px rgba(6,25,15,.6)}
.rating-copy{display:flex;flex-direction:column;gap:2px;text-align:left}
.rating-badge .stars{display:inline-flex;gap:2px}
.rating-badge .stars svg{width:15px;height:15px;color:#FBBC05}
.rating-badge .rating-text{font-size:.86rem;color:#5a5851}
.rating-badge .rating-text strong{color:var(--primary);font-weight:600}
.rating-badge .btn-google{padding:10px 18px;font-size:.82rem;min-height:0}
[dir="rtl"] .rating-copy{text-align:right}

/* service detail page */
.svc-wrap{max-width:960px;padding-top:clamp(32px,5vw,52px);padding-bottom:clamp(16px,3vw,32px)}
.svc-cols{display:grid;grid-template-columns:1fr 1fr;gap:34px;margin-bottom:8px}
.svc-block h2{font-family:var(--serif);font-size:1.65rem;font-weight:600;color:var(--primary);
  margin:0 0 16px;line-height:1.2}
.svc-list,.svc-steps{display:flex;flex-direction:column;gap:11px}
.svc-list li{position:relative;padding-left:26px;font-size:1rem;color:#4a4843;line-height:1.6}
.svc-list li::before{content:"";position:absolute;left:2px;top:9px;width:9px;height:9px;
  border:1px solid var(--gold);transform:rotate(45deg)}
[dir="rtl"] .svc-list li{padding-left:0;padding-right:26px}
[dir="rtl"] .svc-list li::before{left:auto;right:2px}
.svc-steps{counter-reset:svcstep}
.svc-steps li{position:relative;padding-left:40px;font-size:1rem;color:#4a4843;line-height:1.6;counter-increment:svcstep}
.svc-steps li::before{content:counter(svcstep);position:absolute;left:0;top:-1px;width:27px;height:27px;
  border-radius:50%;background:var(--primary);color:var(--gold-soft);font-family:var(--serif);
  font-size:.9rem;font-weight:600;display:flex;align-items:center;justify-content:center}
[dir="rtl"] .svc-steps li{padding-left:0;padding-right:40px}
[dir="rtl"] .svc-steps li::before{left:auto;right:0}

.svc-more{margin-top:44px}
.svc-more h2{font-family:var(--serif);font-size:1.45rem;font-weight:600;color:var(--primary);margin:0 0 16px}
.svc-more-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.svc-more-card{display:flex;align-items:center;gap:11px;padding:16px 18px;background:var(--ivory-2);
  border:1px solid var(--gold-line);border-radius:12px;font-size:.92rem;color:var(--primary);
  font-weight:500;transition:.3s var(--ease)}
.svc-more-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:var(--shadow)}
.svc-more-card svg{width:22px;height:22px;color:var(--gold);flex:none}

@media (max-width:760px){
  .svc-cols{grid-template-columns:1fr;gap:26px}
  .svc-block h2{font-size:1.4rem}
  .rating-badge{flex-direction:column;gap:12px;border-radius:20px;padding:16px;width:100%}
  .rating-copy{text-align:center;align-items:center}
  .rating-badge .btn-google{width:100%;justify-content:center}
  .svc-more-grid{grid-template-columns:1fr}
}

/* ============================================================
   REAL REVIEWS (replaces the generic "why choose us" cards)
   ============================================================ */
.rev-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:20px;margin-top:8px}
.rev-grid-few{max-width:820px;margin-left:auto;margin-right:auto}
.rev-card{background:var(--ivory-2);border:1px solid var(--gold-line);border-radius:var(--radius-lg);
  padding:32px 30px;margin:0;position:relative}
.rev-feature{padding:42px 44px;text-align:center}
.rev-stars{color:#FBBC05;font-size:1.05rem;letter-spacing:.12em;display:block;margin-bottom:14px}
.rev-card blockquote{margin:0 0 20px;font-family:var(--serif);font-size:1.3rem;line-height:1.55;
  color:var(--primary);font-style:italic}
.rev-feature blockquote{font-size:1.55rem}
.rev-card figcaption{display:flex;flex-direction:column;gap:3px;border-top:1px solid var(--line);padding-top:15px}
.rev-feature figcaption{align-items:center;border-top:none;padding-top:0}
.rev-card figcaption strong{font-family:var(--serif);font-size:1.12rem;color:var(--primary);font-weight:600}
.rev-card figcaption span{font-size:.8rem;color:var(--muted);letter-spacing:.03em}
.rev-card figcaption a{color:var(--gold);border-bottom:1px solid var(--gold-line)}
.rev-foot{text-align:center;color:var(--muted);font-size:.92rem;margin:26px 0 0}

/* ============================================================
   UMRAH STEP-BY-STEP COMPANION  (redesigned)
   Big type, big buttons, one clear step at a time.
   ============================================================ */
.guide-sec{padding-top:clamp(26px,3.5vw,44px);padding-bottom:clamp(30px,4vw,56px)}
.guide-wrap{max-width:780px}

.guide-resume{background:rgba(216,172,74,.14);border:1px solid var(--gold-line);border-radius:14px;
  padding:16px 20px;margin-bottom:22px;display:flex;align-items:center;justify-content:space-between;
  gap:14px;flex-wrap:wrap}
.guide-resume p{margin:0;font-size:1rem;color:var(--primary);font-weight:500}
.guide-resume button{font-size:.95rem}

/* ---- phase chips: bigger, clearer ---- */
.guide-phases{display:flex;gap:9px;overflow-x:auto;padding:2px 2px 10px;margin-bottom:8px;
  scrollbar-width:none;-webkit-overflow-scrolling:touch}
.guide-phases::-webkit-scrollbar{display:none}
.guide-phases button{flex:none;background:#fff;border:1.5px solid var(--gold-line);border-radius:50px;
  padding:12px 22px;font-family:var(--sans);font-size:.95rem;font-weight:500;color:var(--muted);
  cursor:pointer;transition:.25s var(--ease);white-space:nowrap}
.guide-phases button:hover{border-color:var(--gold);color:var(--primary)}
.guide-phases button.active{background:var(--primary);border-color:var(--primary);color:var(--gold-soft);
  box-shadow:0 6px 18px -10px rgba(6,25,15,.7)}

/* ---- progress ---- */
.guide-progress{margin-bottom:26px}
.gp-track{height:5px;background:rgba(14,61,46,.1);border-radius:5px;overflow:hidden}
.gp-fill{height:100%;width:6%;background:linear-gradient(90deg,var(--gold),var(--gold-soft));
  border-radius:5px;transition:width .45s var(--ease)}
.gp-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px}
.gp-meta span{font-size:.95rem;font-weight:600;letter-spacing:.04em;color:var(--primary)}
.gp-meta button{background:#fff;border:1.5px solid var(--gold-line);border-radius:50px;
  font-family:var(--sans);font-size:.92rem;font-weight:500;color:var(--primary);
  cursor:pointer;padding:10px 20px;transition:.25s}
.gp-meta button:hover{border-color:var(--gold);background:rgba(216,172,74,.08)}

.guide-jump{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:8px;
  margin-top:16px;padding:16px;background:#fff;border:1.5px solid var(--gold-line);border-radius:16px;
  max-height:360px;overflow:auto;box-shadow:var(--shadow)}
.guide-jump button{display:flex;gap:14px;align-items:center;text-align:left;background:none;border:none;
  padding:13px 14px;border-radius:10px;font-family:var(--sans);font-size:1rem;color:#413f3b;cursor:pointer;
  transition:.2s}
.guide-jump button:hover{background:rgba(216,172,74,.16);color:var(--primary)}
.guide-jump button span{font-family:var(--serif);color:var(--gold);font-size:1.05rem;font-weight:600;
  flex:none;min-width:26px}

/* ---- the step card ---- */
.guide-step{display:none}
.guide-step.active{display:block;animation:fadeUp .35s var(--ease)}
.guide-steps{background:#fff;border:1.5px solid var(--gold-line);border-radius:var(--radius-lg);
  padding:clamp(26px,4vw,44px);box-shadow:0 18px 50px -34px rgba(6,25,15,.5)}

.gs-num{display:inline-flex;align-items:center;gap:9px;font-family:var(--sans);font-size:.8rem;
  font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);
  background:rgba(216,172,74,.14);border-radius:50px;padding:9px 18px;margin-bottom:18px}
.gs-title{font-family:var(--serif);font-size:clamp(2rem,5vw,2.9rem);font-weight:600;color:var(--primary);
  margin:0 0 16px;line-height:1.12;letter-spacing:.2px}
.gs-where{display:inline-flex;align-items:center;gap:8px;font-size:.94rem;color:var(--muted);
  margin:0 0 22px;background:var(--ivory-2);border-radius:50px;padding:9px 16px;line-height:1.4}
.gs-where svg{width:16px!important;height:16px!important;color:var(--gold);flex:none}
.gs-summary{font-size:1.2rem;line-height:1.6;color:var(--primary);margin:0 0 26px;font-weight:400}

.gs-do{display:flex;flex-direction:column;gap:0;margin:0 0 26px;counter-reset:gsdo}
.gs-do li{position:relative;padding:16px 0 16px 46px;font-size:1.08rem;line-height:1.6;color:#413f3b;
  border-bottom:1px solid var(--line);counter-increment:gsdo}
.gs-do li:last-child{border-bottom:none}
.gs-do li::before{content:counter(gsdo);position:absolute;left:0;top:14px;width:29px;height:29px;
  border-radius:50%;background:var(--primary);color:var(--gold-soft);font-family:var(--serif);
  font-size:.95rem;font-weight:600;display:flex;align-items:center;justify-content:center}
[dir="rtl"] .gs-do li{padding-left:0;padding-right:46px}
[dir="rtl"] .gs-do li::before{left:auto;right:0}

.gs-say{background:var(--primary);color:var(--ivory);border-radius:var(--radius-lg);
  padding:clamp(24px,4vw,34px);margin:0 0 26px;text-align:center}
.gs-say-label{display:block;font-size:.72rem;letter-spacing:.26em;text-transform:uppercase;
  color:var(--gold-soft);margin-bottom:18px}
.gs-ar{font-family:'Amiri',serif;font-size:clamp(1.6rem,5vw,2.3rem);line-height:2;margin:0 0 16px;color:#fff}
.gs-tr{font-size:1.02rem;font-style:italic;color:var(--gold-soft);margin:0 0 10px;line-height:1.65}
.gs-en{font-size:1rem;color:rgba(246,241,231,.85);margin:0;line-height:1.6}

.gs-tips{background:var(--ivory-2);border-left:4px solid var(--gold);border-radius:0 14px 14px 0;
  padding:20px 24px;margin:0 0 22px}
[dir="rtl"] .gs-tips{border-left:0;border-right:4px solid var(--gold);border-radius:14px 0 0 14px}
.gs-tips-label{display:block;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--gold);margin-bottom:12px;font-weight:600}
.gs-tips ul{display:flex;flex-direction:column;gap:11px}
.gs-tips li{font-size:1rem;line-height:1.6;color:#4a4843;list-style:disc;margin-left:20px}
[dir="rtl"] .gs-tips li{margin-left:0;margin-right:20px}
.gs-note{font-size:.98rem;line-height:1.62;color:#4a4843;background:rgba(14,61,46,.06);
  border-radius:12px;padding:16px 20px;margin:0}
.gs-note strong{color:var(--primary)}

/* ---- BIG navigation buttons ---- */
.guide-nav{display:flex;gap:12px;margin-top:22px;position:sticky;bottom:16px;z-index:20}
.guide-nav .btn{min-height:62px;font-size:1rem;letter-spacing:.1em;border-radius:50px;
  box-shadow:0 14px 34px -14px rgba(6,25,15,.6)}
.guide-nav #guidePrev{flex:0 0 34%;background:#fff;border:1.5px solid var(--gold-line);color:var(--primary)}
.guide-nav #guidePrev:hover:not(:disabled){border-color:var(--gold);background:var(--ivory-2)}
.guide-nav #guideNext{flex:1}
.guide-nav .is-finish{background:var(--primary);border-color:var(--primary);color:var(--gold-soft)}

.guide-done{margin-top:26px;padding:34px 30px;background:var(--primary);color:var(--ivory);
  border-radius:var(--radius-lg);text-align:center}
.guide-done h3{font-family:var(--serif);font-size:1.9rem;margin:0 0 10px;color:var(--gold-soft);font-weight:600}
.guide-done p{color:rgba(246,241,231,.85);margin:0 0 22px;font-size:1.05rem}
.guide-disclaimer{margin-top:30px;padding-top:20px;border-top:1px solid var(--line);
  font-size:.9rem;line-height:1.65;color:var(--muted)}

@media (max-width:760px){
  .guide-wrap{max-width:none}
  .guide-steps{padding:22px 18px;border-radius:16px}
  .gs-num{font-size:.72rem;padding:8px 15px;margin-bottom:14px}
  .gs-title{font-size:1.72rem}
  .gs-summary{font-size:1.08rem;margin-bottom:20px}
  .gs-do li{font-size:1.02rem;padding-left:40px}
  .gs-do li::before{width:26px;height:26px;font-size:.88rem}
  .guide-phases button{padding:11px 18px;font-size:.88rem}
  .gp-meta{flex-direction:column;align-items:stretch;gap:10px}
  .gp-meta span{text-align:center}
  .gp-meta button{width:100%;padding:12px}
  .guide-jump{grid-template-columns:1fr;max-height:300px}
  .guide-nav{gap:10px;bottom:12px}
  .guide-nav .btn{min-height:58px;font-size:.92rem}
  .guide-nav #guidePrev{flex:0 0 30%;padding-inline:12px}
}

/* ---- on-the-ground sections ---- */
.otg-wrap{max-width:900px}
.otg-steps{display:flex;flex-direction:column;gap:22px;counter-reset:otg}
.otg-steps>li{position:relative;padding-left:52px;counter-increment:otg}
.otg-steps>li::before{content:counter(otg);position:absolute;left:0;top:0;width:34px;height:34px;
  border-radius:50%;background:var(--primary);color:var(--gold-soft);font-family:var(--serif);
  font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center}
[dir="rtl"] .otg-steps>li{padding-left:0;padding-right:52px}
[dir="rtl"] .otg-steps>li::before{left:auto;right:0}
.otg-steps h3{font-family:var(--serif);font-size:1.35rem;font-weight:600;color:var(--primary);margin:0 0 6px}
.otg-where{font-size:.88rem;color:var(--muted);margin:0 0 10px}
.otg-steps ul{display:flex;flex-direction:column;gap:8px;margin:0 0 10px}
.otg-steps ul li{font-size:1rem;line-height:1.6;color:#4a4843;list-style:disc;margin-left:18px}
[dir="rtl"] .otg-steps ul li{margin-left:0;margin-right:18px}
.otg-tip{font-size:.93rem;color:#5a5851;background:rgba(216,172,74,.1);border-radius:10px;padding:12px 16px;margin:0 0 8px}

.otg-city{font-family:var(--serif);font-size:1.6rem;font-weight:600;color:var(--primary);
  margin:34px 0 16px;padding-bottom:8px;border-bottom:1px solid var(--gold-line)}
.place-grid,.food-grid,.prac-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.place-card,.food-card,.prac-card{background:var(--ivory-2);border:1px solid var(--gold-line);
  border-radius:12px;padding:22px 22px;transition:.3s var(--ease)}
.place-card:hover,.food-card:hover,.prac-card:hover{border-color:var(--gold);transform:translateY(-3px)}
.place-card h4,.food-card h4,.prac-card h4{font-family:var(--serif);font-size:1.22rem;font-weight:600;
  color:var(--primary);margin:0 0 8px;line-height:1.2}
.place-what,.food-card p{font-size:.94rem;color:#4a4843;margin:0 0 8px;line-height:1.55}
.place-why{font-size:.92rem;color:var(--muted);margin:0;font-style:italic;line-height:1.55}
.food-where{font-size:.86rem;color:var(--gold);margin:0}
.prac-card p{font-size:.95rem;color:#4a4843;margin:0;line-height:1.6}
.otg-places{background:linear-gradient(180deg,#efe8da,var(--ivory))}

@media (max-width:760px){
  .rev-feature{padding:28px 22px}
  .rev-card blockquote,.rev-feature blockquote{font-size:1.18rem}
  .guide-wrap{max-width:none}
  .gs-num{font-size:2rem}
  .gs-title{font-size:1.55rem}
  .gs-summary{font-size:1.04rem}
  .gs-do li{font-size:1rem;padding-left:28px}
  .gs-say{padding:20px 18px}
  .guide-nav{gap:10px;bottom:10px}
  .guide-nav .btn{padding:15px 16px;font-size:.78rem}
  .guide-jump{grid-template-columns:1fr;max-height:260px}
  .otg-steps>li{padding-left:0;padding-top:44px}
  [dir="rtl"] .otg-steps>li{padding-right:0}
  .place-grid,.food-grid,.prac-grid{grid-template-columns:1fr}
}

/* ============================================================
   LANGUAGE PICKER
   ============================================================ */
.lang-picker{position:relative;flex:none}
.lang-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;
  border:1.5px solid var(--gold-line);border-radius:50px;padding:10px 16px;cursor:pointer;
  font-family:var(--sans);font-size:.9rem;font-weight:500;color:var(--primary);transition:.25s var(--ease)}
.lang-btn:hover{border-color:var(--gold);background:var(--ivory-2)}
.lang-btn svg{width:17px;height:17px;color:var(--gold);flex:none}
.lang-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:200px;z-index:70;
  background:#fff;border:1.5px solid var(--gold-line);border-radius:14px;padding:7px;
  box-shadow:0 22px 50px -22px rgba(6,25,15,.55)}
[dir="rtl"] .lang-menu{right:auto;left:0}
.lang-menu a{display:flex;align-items:baseline;justify-content:space-between;gap:12px;
  padding:11px 14px;border-radius:9px;font-size:1rem;color:var(--primary);transition:.18s}
.lang-menu a:hover{background:rgba(216,172,74,.16)}
.lang-menu a[aria-current="true"]{background:var(--primary);color:var(--gold-soft)}
.lang-menu a em{font-style:normal;font-size:.76rem;color:var(--muted);letter-spacing:.04em}
.lang-menu a[aria-current="true"] em{color:rgba(246,241,231,.6)}
.lang-menu a[lang="ar"],.lang-menu a[lang="ur"]{font-family:'Amiri',serif;font-size:1.15rem}

html[lang="ur"] body{font-family:'Noto Nastaliq Urdu','Amiri',serif;line-height:2.1}
html[lang="ur"] .gs-title,html[lang="ur"] .page-title,html[lang="ur"] .section-title,
html[lang="ur"] .hero-title{font-family:'Noto Nastaliq Urdu',serif;line-height:1.9}
html[lang="my"] body{font-family:'Noto Sans Myanmar','Jost',sans-serif;line-height:1.9}
html[lang="ur"] .gs-do li,html[lang="ur"] .gs-tips li{line-height:2.2}

.mobile-nav .lang-picker{width:100%;padding:14px 28px;border-top:1px solid var(--line)}
.mobile-nav .lang-btn{width:100%;justify-content:center}
.mobile-nav .lang-menu{position:static;margin-top:10px;width:100%;box-shadow:none}
@media (max-width:980px){ .header-actions .lang-picker{display:none} }

/* ============================================================
   YOUR GUIDE — the person you actually speak to
   ============================================================ */
.guide-contact{background:linear-gradient(180deg,#efe8da,var(--ivory))}
.container.narrow{max-width:680px;margin:0 auto;padding:0 28px}
.gc-card{background:var(--ivory-2);border:1px solid var(--gold-line);border-radius:var(--radius-lg);
  padding:44px 36px;text-align:center;box-shadow:var(--shadow)}
.gc-mono{width:82px;height:82px;margin:0 auto 20px;border-radius:50%;background:var(--primary);
  color:var(--gold-soft);display:flex;align-items:center;justify-content:center;
  font-family:var(--serif);font-size:2.4rem;font-weight:600}
.gc-name{font-family:var(--serif);font-size:2rem;font-weight:600;color:var(--primary);margin:0 0 6px}
.gc-title{font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin:0 0 18px}
.gc-list{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:18px;text-align:left}
.gc-list li{display:grid;grid-template-columns:110px 1fr;gap:14px;align-items:baseline;
  padding-bottom:16px;border-bottom:1px solid var(--line)}
.gc-list li:last-child{border-bottom:0;padding-bottom:0}
.gc-k{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}
.gc-v{font-size:1.05rem;color:var(--charcoal);text-decoration:none;line-height:1.5}
a.gc-v{color:var(--primary);border-bottom:1px solid var(--gold-line)}
a.gc-v:hover{border-bottom-color:var(--gold)}
.gc-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:32px}
@media (max-width:560px){
  .gc-card{padding:34px 22px}
  .gc-list li{grid-template-columns:1fr;gap:4px}
  .gc-actions .btn{width:100%}
}
