/* ============================================================
   Noor Al Harmain Travels UK — Black & Gold Theme
   Colour of the Ghilaf-e-Kaaba
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

/* ── Variables ── */
:root {
  --gold:        #c9a227;
  --gold-lt:     #e8c84a;
  --gold-dk:     #8b6914;
  --gold-bg:     rgba(201,162,39,.10);
  --gold-bdr:    rgba(201,162,39,.25);
  --bg:          #090909;
  --bg2:         #111111;
  --card:        #161616;
  --card2:       #1c1c1c;
  --border:      rgba(255,255,255,.07);
  --white:       #ffffff;
  --txt:         rgba(255,255,255,.82);
  --txt-m:       rgba(255,255,255,.50);
  --txt-d:       rgba(255,255,255,.28);
  --radius:      12px;
  --radius-lg:   18px;
  --shadow:      0 8px 40px rgba(0,0,0,.55);
  --shadow-g:    0 8px 30px rgba(201,162,39,.18);
  --ease:        .24s ease;
}

/* ── Reset ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--txt);line-height:1.65;overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
h1,h2,h3{font-family:'Playfair Display',serif;line-height:1.18}

/* ── Utility ── */
.text-gold{color:var(--gold)}
.grad-text{background:linear-gradient(135deg,var(--gold-lt),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
section{padding:78px 0}

/* ── Section labels ── */
.tag{display:inline-flex;align-items:center;gap:.45rem;font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);background:var(--gold-bg);border:1px solid var(--gold-bdr);padding:.3rem .9rem;border-radius:50px;margin-bottom:.9rem}
.sec-title{font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:700;color:var(--white);margin-bottom:.5rem}
.sec-sub{font-size:.91rem;color:var(--txt-m);max-width:500px;line-height:1.75}
.gold-bar{width:48px;height:3px;background:linear-gradient(90deg,var(--gold),transparent);margin:.9rem 0 1.4rem}

/* ── Buttons ── */
.btn-g{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#000;font-weight:700;font-size:.87rem;padding:.72rem 1.7rem;border-radius:7px;border:none;cursor:pointer;transition:var(--ease);letter-spacing:.02em;font-family:'Inter',sans-serif}
.btn-g:hover{background:linear-gradient(135deg,var(--gold),var(--gold-dk));transform:translateY(-2px);box-shadow:var(--shadow-g);color:#000}
.btn-og{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--gold);font-weight:600;font-size:.87rem;padding:.7rem 1.7rem;border-radius:7px;border:1px solid var(--gold-bdr);cursor:pointer;transition:var(--ease);font-family:'Inter',sans-serif}
.btn-og:hover{background:var(--gold-bg);color:var(--gold-lt)}
.btn-wa{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;font-weight:700;font-size:.85rem;padding:.65rem 1.3rem;border-radius:7px;border:none;cursor:pointer;transition:var(--ease);font-family:'Inter',sans-serif}
.btn-wa:hover{background:#1da851;color:#fff;transform:translateY(-1px)}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{position:fixed;top:0;left:0;right:0;z-index:999;transition:background .3s,box-shadow .3s}
.site-header.scrolled{background:rgba(9,9,9,.96);backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--gold-bdr)}
.hdr-inner{max-width:1300px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;height:66px;padding:0 1.5rem}
.site-logo{display:flex;align-items:center;gap:.6rem;flex-shrink:0}
.logo-emblem{width:38px;height:38px;background:linear-gradient(135deg,var(--gold-lt),var(--gold));border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#000}
.logo-txt .l1{font-family:'Playfair Display',serif;font-size:.9rem;font-weight:700;color:var(--white);line-height:1.1}
.logo-txt .l2{font-size:.6rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.12em}
.hdr-nav{display:flex;align-items:center;gap:.1rem;margin-left:auto}
.hdr-link{font-size:.82rem;font-weight:500;color:var(--txt-m);padding:.45rem .8rem;border-radius:6px;transition:var(--ease);white-space:nowrap}
.hdr-link:hover,.hdr-link.active{color:var(--gold);background:var(--gold-bg)}
.hdr-cta{margin-left:.5rem;font-size:.8rem;font-weight:700;background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#000;padding:.48rem 1.1rem;border-radius:6px;transition:var(--ease);white-space:nowrap}
.hdr-cta:hover{opacity:.88;transform:translateY(-1px);color:#000}
.hdr-toggle{display:none;margin-left:auto;background:var(--gold-bg);border:1px solid var(--gold-bdr);color:var(--gold);border-radius:6px;width:36px;height:36px;cursor:pointer;align-items:center;justify-content:center;font-size:1rem}
@media(max-width:880px){
  .hdr-nav{display:none;flex-direction:column;position:absolute;top:66px;left:0;right:0;background:rgba(9,9,9,.98);padding:1rem 1.5rem 1.5rem;border-bottom:1px solid var(--gold-bdr)}
  .hdr-nav.open{display:flex}
  .hdr-toggle{display:flex}
  .hdr-cta{display:none}
}

/* ============================================================
   HERO
   ============================================================ */
.hero{min-height:100vh;display:flex;align-items:center;position:relative;padding-top:66px;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.hero-geo{position:absolute;inset:0;opacity:.035;background-image:repeating-linear-gradient(0deg,var(--gold) 0,var(--gold) 1px,transparent 0,transparent 55px),repeating-linear-gradient(90deg,var(--gold) 0,var(--gold) 1px,transparent 0,transparent 55px)}
.hero-glow{position:absolute;top:30%;left:-10%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(201,162,39,.07),transparent 65%);pointer-events:none}
.hero-content{position:relative;z-index:2;width:100%;padding:4rem 0}
.hero-badge{display:inline-flex;align-items:center;gap:.45rem;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);background:var(--gold-bg);border:1px solid var(--gold-bdr);padding:.32rem .9rem;border-radius:50px;margin-bottom:1.4rem}
.hero-h1{font-family:'Playfair Display',serif;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:800;color:var(--white);line-height:1.14;margin-bottom:1.1rem}
.hero-h1 em{font-style:normal;color:var(--gold)}
.hero-p{font-size:.96rem;color:var(--txt-m);max-width:460px;line-height:1.82;margin-bottom:2rem}
.hero-btns{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:2.5rem}
.hero-trust{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;padding-top:1.75rem;border-top:1px solid var(--border)}
.hero-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--txt-m);font-weight:500}
.hero-trust-item i{color:var(--gold);font-size:.8rem}

.inq-card{background:rgba(14,14,14,.94);backdrop-filter:blur(18px);border:1px solid var(--gold-bdr);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.65),0 0 0 1px rgba(201,162,39,.08)}
.inq-head{background:linear-gradient(135deg,var(--gold-dk),var(--gold));padding:1.1rem 1.4rem;text-align:center}
.inq-head h4{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;color:#000;margin-bottom:.1rem}
.inq-head p{font-size:.7rem;color:rgba(0,0,0,.55);font-weight:500}
.inq-body{padding:1.25rem}
.inq-body .fg{margin-bottom:.8rem}
.inq-body label{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--txt-d);margin-bottom:.3rem}
.inq-body input,.inq-body select{width:100%;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);color:var(--white);border-radius:7px;padding:.58rem .85rem;font-size:.83rem;font-family:'Inter',sans-serif;outline:none;transition:var(--ease);-webkit-appearance:none}
.inq-body input::placeholder{color:var(--txt-d)}
.inq-body input:focus,.inq-body select:focus{border-color:var(--gold);background:rgba(201,162,39,.04)}
.inq-body select option{background:#1a1a1a;color:#fff}
.inq-submit{width:100%;padding:.78rem;background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#000;font-weight:800;font-size:.88rem;border:none;border-radius:7px;cursor:pointer;font-family:'Inter',sans-serif;transition:var(--ease);letter-spacing:.02em;margin-top:.25rem}
.inq-submit:hover{opacity:.9;transform:translateY(-1px)}
.inq-foot{padding:.65rem 1.4rem;background:var(--gold-bg);border-top:1px solid var(--gold-bdr);text-align:center;font-size:.68rem;color:var(--txt-d)}
.inq-foot i{color:var(--gold);margin-right:.3rem}

/* ============================================================
   PARTNERS BAR
   ============================================================ */
.partners-bar{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:18px 0}
.partners-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:2rem;flex-wrap:wrap;justify-content:center;padding:0 1.5rem}
.partners-lbl{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--txt-d);white-space:nowrap}
.partner-item{font-size:.78rem;font-weight:700;color:var(--txt-d);display:flex;align-items:center;gap:.35rem;transition:var(--ease)}
.partner-item:hover{color:var(--gold)}
.partner-item i{color:var(--gold);opacity:.6;font-size:.85rem}

/* ============================================================
   STATS
   ============================================================ */
.stats-sec{background:var(--bg2);padding:56px 0;border-bottom:1px solid var(--border)}
.stat-item{text-align:center;padding:1.5rem .5rem;border-right:1px solid var(--border)}
.stat-item:last-child{border-right:none}
.stat-item .ico{font-size:1.3rem;color:var(--gold);margin-bottom:.55rem;opacity:.75}
.stat-item .num{font-family:'Playfair Display',serif;font-size:2.8rem;font-weight:800;background:linear-gradient(135deg,var(--gold-lt),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.3rem}
.stat-item .lbl{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--txt-m)}

/* ============================================================
   HOLY CITIES BANNER
   ============================================================ */
.holy-banner{display:flex;height:400px;position:relative;overflow:hidden}
.holy-side{flex:1;position:relative;overflow:hidden;background-size:cover!important;background-position:center!important;transition:filter .5s ease}
.holy-side:hover{filter:brightness(.85)}
.holy-veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.55));z-index:1}
.holy-makkah .holy-veil{background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.3));background-image:linear-gradient(135deg,rgba(0,0,0,.7) 0%,rgba(9,9,9,.3) 100%)}
.holy-madinah .holy-veil{background:linear-gradient(-90deg,rgba(0,0,0,.65),rgba(0,0,0,.3));background-image:linear-gradient(-135deg,rgba(0,0,0,.7) 0%,rgba(9,9,9,.3) 100%)}
.holy-content{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 2.5rem}
.holy-line{width:40px;height:2px;background:var(--gold);margin:0 auto .9rem}
.holy-arabic{font-size:1.9rem;color:var(--gold);letter-spacing:.04em;line-height:1;margin-bottom:.4rem;text-shadow:0 2px 14px rgba(0,0,0,.9);font-family:'Playfair Display',serif}
.holy-en{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:700;color:#fff;line-height:1.15;margin-bottom:.5rem;text-shadow:0 2px 12px rgba(0,0,0,.8)}
.holy-sub{font-size:.79rem;color:rgba(255,255,255,.65);line-height:1.65;max-width:230px;margin-bottom:1.3rem}
.holy-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.79rem;font-weight:700;color:var(--gold);border:1px solid rgba(201,162,39,.45);padding:.45rem 1.2rem;border-radius:6px;transition:var(--ease);text-decoration:none;letter-spacing:.02em}
.holy-link:hover{background:var(--gold);color:#000;border-color:var(--gold)}
.holy-divider{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;width:52px;height:52px;border-radius:50%;background:var(--bg);border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.1rem;box-shadow:0 0 30px rgba(0,0,0,.8)}
@media(max-width:575px){.holy-banner{flex-direction:column;height:auto}.holy-side{height:230px}.holy-divider{top:50%;left:50%}}

/* ============================================================
   PACKAGES
   ============================================================ */
.pkgs-sec{background:var(--bg)}
.pkg-tabs-wrap{display:flex;justify-content:center;margin:2rem 0 2.5rem}
.pkg-tabs{display:inline-flex;gap:.4rem;background:var(--card);border:1px solid var(--border);border-radius:10px;padding:.3rem}
.ptab{font-size:.82rem;font-weight:600;color:var(--txt-m);padding:.52rem 1.5rem;border-radius:7px;border:none;background:none;cursor:pointer;transition:var(--ease);font-family:'Inter',sans-serif;display:flex;align-items:center;gap:.4rem}
.ptab.active{background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#000;box-shadow:0 4px 18px rgba(201,162,39,.28)}
.ptab:hover:not(.active){color:var(--gold)}
.pkg-pane{display:none}
.pkg-pane.active{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.8rem}
.pkg-view-all{text-align:center;margin-top:2.4rem}

.pk-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:var(--ease)}
.pk-card:hover{border-color:rgba(201,162,39,.35);transform:translateY(-6px);box-shadow:0 24px 60px rgba(0,0,0,.55),0 0 0 1px rgba(201,162,39,.1)}
.pk-ribbon{position:absolute;top:0;left:0;background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#000;font-size:.6rem;font-weight:900;padding:.28rem 1rem;border-radius:0 0 10px 0;text-transform:uppercase;letter-spacing:.07em;z-index:2}
.pk-img{position:relative;height:225px;overflow:hidden}
.pk-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.pk-card:hover .pk-img img{transform:scale(1.07)}
.pk-img-grad{position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(transparent,rgba(0,0,0,.75));z-index:1}
.pk-img-foot{position:absolute;bottom:.75rem;left:.75rem;right:.75rem;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:.4rem}
.pk-star-pill{background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#000;font-size:.65rem;font-weight:800;padding:.22rem .75rem;border-radius:50px}
.pk-type-pill{background:rgba(0,0,0,.6);backdrop-filter:blur(6px);color:var(--gold);font-size:.62rem;font-weight:700;padding:.22rem .65rem;border-radius:50px;border:1px solid rgba(201,162,39,.3)}
.pk-body{padding:1.25rem 1.25rem 1rem;flex:1;display:flex;flex-direction:column}
.pk-cat{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);opacity:.7;margin-bottom:.3rem}
.pk-name{font-family:'Playfair Display',serif;font-size:1.08rem;font-weight:700;color:var(--white);line-height:1.32;margin-bottom:.9rem}
.pk-facts{display:flex;flex-wrap:wrap;gap:.4rem .8rem;padding:.6rem .75rem;background:rgba(255,255,255,.03);border:1px solid var(--border);border-radius:8px;margin-bottom:.95rem}
.pk-fact{display:flex;align-items:center;gap:.3rem;font-size:.73rem;color:var(--txt-m);font-weight:500}
.pk-fact i{color:var(--gold);font-size:.65rem;width:11px}
.pk-incl{margin:0 0 1rem;padding:0;list-style:none;flex:1}
.pk-incl li{display:flex;align-items:center;gap:.5rem;font-size:.79rem;color:var(--txt-m);padding:.32rem 0;border-bottom:1px solid rgba(255,255,255,.04)}
.pk-incl li:last-child{border-bottom:none}
.pk-incl .fa-check-circle{color:#2ecc71;font-size:.78rem;flex-shrink:0}
.pk-price-box{padding:.9rem;background:rgba(201,162,39,.07);border:1px solid var(--gold-bdr);border-radius:10px;margin-top:auto}
.pk-price-row{display:flex;align-items:flex-end;gap:.6rem;margin-bottom:.75rem}
.pk-price-lbl{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--txt-d);align-self:flex-start;margin-top:.25rem}
.pk-price-was{font-size:.78rem;text-decoration:line-through;color:var(--txt-d)}
.pk-price-now{font-family:'Playfair Display',serif;font-size:1.75rem;font-weight:800;color:var(--gold);line-height:1}
.pk-price-pp{font-size:.62rem;color:var(--txt-d);align-self:flex-end;margin-bottom:.08rem}
.pk-btn-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}
.pk-btn-wa,.pk-btn-det{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.8rem;font-weight:700;border:none;cursor:pointer;border-radius:7px;padding:.62rem .5rem;transition:var(--ease);font-family:'Inter',sans-serif;text-decoration:none;white-space:nowrap}
.pk-btn-wa{background:#25d366;color:#fff}
.pk-btn-wa:hover{background:#1da851;color:#fff;transform:translateY(-1px)}
.pk-btn-det{background:transparent;color:var(--gold);border:1px solid var(--gold-bdr)}
.pk-btn-det:hover{background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#000;border-color:var(--gold)}

/* ============================================================
   JOURNEY STEPS
   ============================================================ */
.journey-sec{background:var(--bg2);padding:78px 0}
.journey-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:0;position:relative;margin-top:3rem}
.journey-grid::before{content:'';position:absolute;top:34px;left:8%;right:8%;height:1px;background:linear-gradient(90deg,transparent,var(--gold-bdr) 20%,var(--gold) 50%,var(--gold-bdr) 80%,transparent)}
.j-step{text-align:center;padding:1.25rem .65rem;position:relative}
.j-icon{width:68px;height:68px;border-radius:50%;background:var(--card);border:2px solid var(--gold-bdr);display:flex;align-items:center;justify-content:center;margin:0 auto .9rem;font-size:1.35rem;color:var(--gold);position:relative;z-index:1;transition:var(--ease)}
.j-step:hover .j-icon{background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#000;border-color:var(--gold);box-shadow:var(--shadow-g)}
.j-num{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border-radius:50%;background:var(--gold);color:#000;font-size:.6rem;font-weight:800;display:flex;align-items:center;justify-content:center}
.j-title{font-size:.82rem;font-weight:700;color:var(--white);margin-bottom:.2rem}
.j-desc{font-size:.7rem;color:var(--txt-m);line-height:1.5}

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-sec{background:var(--bg)}
.why-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.4rem;height:100%;transition:var(--ease)}
.why-card:hover{border-color:var(--gold-bdr);box-shadow:var(--shadow-g);background:var(--card2)}
.why-icon{width:52px;height:52px;border-radius:11px;background:var(--gold-bg);border:1px solid var(--gold-bdr);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--gold);margin-bottom:1.1rem}
.why-title{font-size:.93rem;font-weight:700;color:var(--white);margin-bottom:.45rem}
.why-desc{font-size:.81rem;color:var(--txt-m);line-height:1.68}

/* ============================================================
   CITIES
   ============================================================ */
.cities-sec{background:var(--bg2)}
.city-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:.9rem;margin-top:2rem}
.city-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem .9rem;text-align:center;transition:var(--ease);display:block;text-decoration:none}
.city-card:hover{border-color:var(--gold);background:var(--gold-bg);transform:translateY(-3px);box-shadow:var(--shadow-g)}
.city-card .ci{font-size:1.5rem;margin-bottom:.45rem}
.city-card .cn{font-size:.87rem;font-weight:700;color:var(--white);margin-bottom:.15rem}
.city-card .ca{font-size:.65rem;color:var(--txt-d);font-weight:600;letter-spacing:.06em}
.city-card:hover .cn{color:var(--gold)}

/* ============================================================
   ABOUT
   ============================================================ */
.about-sec{background:var(--bg)}
.about-img{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--gold-bdr)}
.about-img img{width:100%;height:440px;object-fit:cover}
.about-img-foot{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(9,9,9,.95));padding:2rem 1.4rem 1.4rem}
.about-badge-pill{display:inline-block;background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#000;font-size:.7rem;font-weight:800;padding:.28rem .85rem;border-radius:6px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.35rem}
.about-img-cap{font-size:.8rem;color:var(--txt-m)}
.about-list{list-style:none;margin-top:1.4rem}
.about-list li{display:flex;align-items:flex-start;gap:.7rem;padding:.65rem 0;border-bottom:1px solid var(--border);font-size:.87rem;color:var(--txt-m);line-height:1.55}
.about-list li:last-child{border-bottom:none}
.about-list .chk{width:20px;height:20px;border-radius:50%;background:var(--gold-bg);border:1px solid var(--gold-bdr);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold);font-size:.55rem;margin-top:.15rem}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-sec{background:var(--bg2)}
.testi-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;height:100%;display:flex;flex-direction:column}
.testi-q{font-size:2.5rem;color:var(--gold);line-height:.8;margin-bottom:.5rem;opacity:.4;font-family:'Playfair Display',serif}
.testi-text{font-size:.88rem;color:var(--txt-m);line-height:1.78;font-style:italic;flex:1;margin-bottom:1.2rem}
.testi-stars{font-size:.75rem;color:var(--gold);letter-spacing:2px;margin-bottom:1rem}
.testi-author{display:flex;align-items:center;gap:.7rem}
.testi-av{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--gold-lt),var(--gold-dk));display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;color:#000;flex-shrink:0}
.testi-name{font-size:.87rem;font-weight:700;color:var(--white)}
.testi-city{font-size:.7rem;color:var(--txt-d)}

/* ============================================================
   BLOG
   ============================================================ */
.blog-sec{background:var(--bg)}
.bl-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:var(--ease)}
.bl-card:hover{border-color:var(--gold-bdr);transform:translateY(-4px);box-shadow:var(--shadow-g)}
.bl-img{height:175px;overflow:hidden}
.bl-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.bl-card:hover .bl-img img{transform:scale(1.06)}
.bl-body{padding:1.15rem;flex:1;display:flex;flex-direction:column}
.bl-date{font-size:.68rem;color:var(--gold);font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.45rem}
.bl-title{font-family:'Playfair Display',serif;font-size:.97rem;font-weight:700;color:var(--white);line-height:1.38;margin-bottom:.65rem}
.bl-exc{font-size:.79rem;color:var(--txt-m);line-height:1.65;flex:1}
.bl-more{margin-top:.9rem;font-size:.76rem;font-weight:700;color:var(--gold);display:inline-flex;align-items:center;gap:.3rem;transition:var(--ease)}
.bl-card:hover .bl-more{gap:.55rem}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-sec{background:linear-gradient(135deg,#110e00,#1f1800,#110e00);border-top:1px solid var(--gold-bdr);border-bottom:1px solid var(--gold-bdr);padding:70px 0;text-align:center;position:relative;overflow:hidden}
.cta-sec::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% -20%,rgba(201,162,39,.14),transparent 60%)}
.cta-sec h2{font-family:'Playfair Display',serif;font-size:clamp(1.7rem,3.2vw,2.5rem);color:var(--white);position:relative}
.cta-sec p{color:var(--txt-m);font-size:.93rem;margin:.7rem 0 2rem;position:relative}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:#050505;border-top:1px solid rgba(201,162,39,.18);padding-top:56px}
.ft-logo-line{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:700;color:var(--white)}
.ft-logo-sub{font-size:.62rem;color:var(--gold);text-transform:uppercase;letter-spacing:.13em;font-weight:700;display:block;margin-top:.1rem}
.ft-desc{font-size:.82rem;color:var(--txt-m);line-height:1.78;margin:1rem 0 1.2rem;max-width:270px}
.ft-social{display:flex;gap:.55rem}
.ft-social a{width:34px;height:34px;border-radius:7px;background:var(--card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--txt-m);font-size:.82rem;transition:var(--ease)}
.ft-social a:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-bg)}
.ft-heading{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:var(--gold);margin-bottom:1.15rem}
.ft-links{list-style:none}
.ft-links li{margin-bottom:.55rem}
.ft-links a{font-size:.83rem;color:var(--txt-m);transition:var(--ease);display:inline-flex;align-items:center;gap:.35rem}
.ft-links a::before{content:'›';color:var(--gold-dk)}
.ft-links a:hover{color:var(--gold);padding-left:.2rem}
.ft-ci{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.8rem}
.ft-ci-ico{width:30px;height:30px;border-radius:7px;background:var(--gold-bg);border:1px solid var(--gold-bdr);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.75rem;flex-shrink:0}
.ft-ci-lbl{font-size:.63rem;color:var(--txt-d);text-transform:uppercase;letter-spacing:.07em;font-weight:600;display:block;margin-bottom:.1rem}
.ft-ci-val{font-size:.82rem;color:var(--txt-m)}
.ft-ci a.ft-ci-val:hover{color:var(--gold)}
.ft-bottom{border-top:1px solid var(--border);margin-top:46px;padding:1.15rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.65rem}
.ft-bottom p{font-size:.75rem;color:var(--txt-d)}
.ft-bottom a{color:var(--gold)}

/* ============================================================
   INNER PAGE HERO
   ============================================================ */
.page-hero{background:var(--bg2);border-bottom:1px solid var(--border);padding:94px 0 44px}
.page-hero h1{font-size:clamp(1.7rem,2.8vw,2.4rem);color:var(--white)}
.breadcrumb{background:none;padding:0;margin-bottom:.7rem}
.breadcrumb-item{font-size:.78rem;color:var(--txt-d)}
.breadcrumb-item a{color:var(--txt-d)}
.breadcrumb-item a:hover{color:var(--gold)}
.breadcrumb-item.active{color:var(--gold)}
.breadcrumb-item+.breadcrumb-item::before{color:var(--txt-d);content:'›'}

/* ── Filter sidebar ── */
.filter-sidebar{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;position:sticky;top:78px}
.filter-heading{padding:.9rem 1.15rem;border-bottom:1px solid var(--border);font-size:.75rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.09em}
.filter-group{padding:1rem 1.15rem;border-bottom:1px solid var(--border)}
.filter-group:last-child{border-bottom:none}
.filter-group-title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--txt-d);margin-bottom:.7rem}
.filter-check{display:flex;align-items:center;gap:.45rem;font-size:.82rem;color:var(--txt-m);cursor:pointer;padding:.28rem 0;transition:var(--ease)}
.filter-check:hover{color:var(--gold)}
.filter-check input{accent-color:var(--gold);cursor:pointer}
.btn-apply-filter{width:100%;padding:.72rem;background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#000;font-weight:800;font-size:.83rem;border:none;cursor:pointer;font-family:'Inter',sans-serif;transition:var(--ease)}
.btn-apply-filter:hover{opacity:.9}
.btn-reset-filter{font-size:.75rem;color:var(--txt-d);transition:var(--ease);display:block;text-align:center;padding:.45rem;text-decoration:none}
.btn-reset-filter:hover{color:var(--gold)}

/* ── Forms ── */
.form-control,.form-select{background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.09)!important;color:var(--white)!important;border-radius:7px}
.form-control:focus,.form-select:focus{border-color:var(--gold)!important;box-shadow:0 0 0 3px rgba(201,162,39,.12)!important;background:rgba(201,162,39,.04)!important}
.form-control::placeholder{color:var(--txt-d)!important}
.form-select option{background:#1a1a1a}
.form-label{color:var(--txt-m)!important;font-size:.81rem!important;font-weight:500!important}
.form-check-input{accent-color:var(--gold)}

/* ── Package detail ── */
.pkg-detail-header{background:var(--bg2);border-bottom:1px solid var(--border);padding:94px 0 36px}
.pkg-detail-tabs .nav-link{color:var(--txt-m);border:none;border-bottom:2px solid transparent;background:none;border-radius:0;font-size:.84rem;font-weight:600;padding:.7rem 1.2rem;transition:var(--ease)}
.pkg-detail-tabs .nav-link.active,.pkg-detail-tabs .nav-link:hover{color:var(--gold);border-bottom-color:var(--gold)}
.pkg-card-sticky{background:var(--card);border:1px solid var(--gold-bdr);border-radius:var(--radius);overflow:hidden;position:sticky;top:80px}
.pkg-price-header{background:linear-gradient(135deg,var(--gold-dk),var(--gold));padding:1.4rem;text-align:center}
.pkg-price-header .from{font-size:.68rem;color:rgba(0,0,0,.5);font-weight:600;text-transform:uppercase;letter-spacing:.08em}
.pkg-price-header .amount{font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:800;color:#000;line-height:1}
.pkg-price-header .per{font-size:.68rem;color:rgba(0,0,0,.5)}
.pkg-price-body{padding:1.15rem}
.pkg-info-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.82rem}
.pkg-info-row:last-of-type{border-bottom:none}
.pkg-info-row i{color:var(--gold);width:14px;font-size:.78rem;margin-right:.35rem}
.pkg-info-row strong{color:var(--txt-m);font-weight:500}
.pkg-info-row span{font-weight:700;color:var(--white)}
.inclusion-list li{display:flex;align-items:flex-start;gap:.55rem;padding:.42rem 0;font-size:.84rem;color:var(--txt-m);border-bottom:1px solid var(--border)}
.inclusion-list li:last-child{border-bottom:none}
.inclusion-list .include i{color:#25d366}
.inclusion-list .exclude i{color:#e74c3c}
.itinerary-item{display:flex;gap:.9rem;padding:.9rem 0;border-bottom:1px solid var(--border)}
.itinerary-item:last-child{border-bottom:none}
.itinerary-day{width:42px;height:42px;border-radius:9px;background:var(--gold-bg);border:1px solid var(--gold-bdr);color:var(--gold);font-weight:800;font-size:.78rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.itinerary-title{font-weight:700;color:var(--white);font-size:.87rem;margin-bottom:.22rem}
.itinerary-desc{font-size:.78rem;color:var(--txt-m);line-height:1.65}
.hotel-card-sm{display:flex;align-items:center;gap:.9rem;padding:.9rem;background:var(--card2);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.7rem}
.hotel-card-sm:last-child{margin-bottom:0}
.hotel-card-sm-name{font-weight:700;color:var(--white);font-size:.87rem}
.hotel-card-sm-meta{font-size:.73rem;color:var(--txt-m);margin-top:.12rem}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:.65rem;margin-top:.9rem}
.gallery-item{border-radius:8px;overflow:hidden;cursor:pointer;aspect-ratio:4/3}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.gallery-item:hover img{transform:scale(1.06)}
.badge-featured{font-size:.63rem;font-weight:800;background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#000;padding:.18rem .55rem;border-radius:50px;letter-spacing:.04em}
.badge-star{font-size:.68rem;font-weight:800;background:linear-gradient(135deg,var(--gold-lt),var(--gold));color:#000;padding:.22rem .65rem;border-radius:50px}
.badge-type{font-size:.63rem;font-weight:700;padding:.2rem .6rem;border-radius:50px}
.badge-flight{background:rgba(9,132,227,.15);color:#74b9ff;border:1px solid rgba(9,132,227,.3)}
.badge-land{background:rgba(40,167,69,.12);color:#5cdb95;border:1px solid rgba(40,167,69,.25)}
.badge-combo{background:var(--gold-bg);color:var(--gold);border:1px solid var(--gold-bdr)}

/* ── Pagination ── */
.pagination .page-link{background:var(--card);border-color:var(--border);color:var(--txt-m);font-size:.82rem}
.pagination .page-link:hover{background:var(--gold-bg);border-color:var(--gold-bdr);color:var(--gold)}
.pagination .page-item.active .page-link{background:var(--gold);border-color:var(--gold);color:#000;font-weight:700}

/* ── Alerts ── */
.alert-success{background:rgba(37,211,102,.08)!important;border-color:rgba(37,211,102,.22)!important;color:#5cdb95!important}
.alert-danger{background:rgba(207,20,43,.08)!important;border-color:rgba(207,20,43,.22)!important;color:#ff6b7a!important}

/* ── Reveal animation ── */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .5s ease,transform .5s ease}
.reveal.visible{opacity:1;transform:none}

/* ── Responsive ── */
@media(max-width:991px){section{padding:56px 0}.hero{min-height:auto;padding:88px 0 56px}.stat-item{border-right:none;border-bottom:1px solid var(--border)}.stat-item:last-child{border-bottom:none}.journey-grid::before{display:none}.about-img img{height:300px}}
@media(max-width:575px){.city-grid{grid-template-columns:repeat(2,1fr)}.pkg-pane.active{grid-template-columns:1fr}.hero-trust{gap:1rem}}
