:root{
    --navy:#062A4D; --navy-2:#041a30;
    --blue:#0B5AA8; --blue-light:#1E7BC7;
    --orange:#F4901E; --orange-dark:#D9740A;
    --gold:#C9A24B;
    --cream:#FBF7EF; --cream-2:#F3ECDD;
    --ink:#122436; --ink-soft:#5A6B7A;
    --white:#ffffff;
    --shadow: 0 20px 45px -22px rgba(6,42,77,.35);
    --green:#1E9E5B;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{ font-family:'Tajawal', sans-serif; background:var(--cream); color:var(--ink); overflow-x:hidden; }
  h1,h2,h3,h4{ font-family:'Cairo', sans-serif; font-weight:800; }
  img{max-width:100%; display:block;}
  a{text-decoration:none; color:inherit;}
  ul{list-style:none;}
  button{font-family:inherit;}
  table{ border-collapse:collapse; width:100%; }
  .container{ max-width:1180px; margin:0 auto; padding:0 24px; }
  .eyebrow{ display:inline-block; color:var(--orange-dark); font-weight:800; font-size:13px; letter-spacing:3px; margin-bottom:12px; }
  .section{ padding:88px 0; }
  .section-head{ text-align:center; max-width:660px; margin:0 auto 50px; }
  .section-head h2{ font-size:clamp(26px,4vw,40px); color:var(--navy); margin-bottom:14px; }
  .section-head p{ color:var(--ink-soft); font-size:15.5px; line-height:1.9; }
  .trust-badges{ display:flex; justify-content:center; flex-wrap:wrap; gap:10px; margin-top:22px; }
  .trust-badge{
    display:inline-flex; align-items:center; gap:8px; background:var(--cream-2);
    border:1px solid #f0e5c8; padding:9px 16px; border-radius:100px;
    font-size:12.5px; font-weight:700; color:var(--navy);
  }
  .trust-badge svg{ width:15px; height:15px; fill:var(--blue); flex:none; }

  .btn{ display:inline-flex; align-items:center; justify-content:center; gap:9px; padding:14px 28px; border-radius:12px; font-weight:700; font-size:15px; border:none; cursor:pointer; transition:transform .25s ease, background .25s ease; }
  .btn-primary{ background:var(--orange); color:#fff; box-shadow:0 14px 28px -10px rgba(244,144,30,.55); }
  .btn-primary:hover{ transform:translateY(-3px); background:var(--orange-dark); }
  .btn-outline{ background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,.55); }
  .btn-outline:hover{ background:rgba(255,255,255,.12); transform:translateY(-3px); }
  .btn-ghost{ background:var(--cream-2); color:var(--navy); }
  .btn-ghost:hover{ background:#e9ddc0; }
  .btn-block{ width:100%; }
  .btn-sm{ padding:11px 18px; font-size:14px; border-radius:10px; }

  .reveal{ opacity:0; transform:translateY(26px); transition:opacity .7s ease, transform .7s ease; }
  .reveal.in{ opacity:1; transform:translateY(0); }

  header{
    position:sticky; top:16px; z-index:200;
    padding:0 16px;
  }
  .nav-wrap{
    max-width:1180px; margin:0 auto;
    background:#fff;
    border-radius:100px;
    padding:10px 12px 10px 22px;
    box-shadow:0 12px 32px -14px rgba(6,42,77,.22);
    display:flex; align-items:center; justify-content:space-between;
    transition: box-shadow .3s ease;
  }
  header.scrolled .nav-wrap{ box-shadow:0 16px 40px -14px rgba(6,42,77,.32); }
  .brand{ display:flex; align-items:center; gap:10px; }
  .brand img{ height:38px; }
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 15px;
}

.brand-text b {
  font-family: 'Cairo', sans-serif;
  color: var(--navy);
  font-size: 16.5px;
  line-height: 1;
}

.brand-text span {
  color: var(--orange-dark);
  font-size: 9.5px;
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 1;
}
  nav ul{ display:flex; gap:6px; }
  nav a{ color:var(--ink-soft); font-weight:600; font-size:14px; padding:9px 16px; border-radius:100px; transition:all .2s ease; }
  nav a:hover{ background:var(--cream-2); color:var(--navy); }
  .header-actions{ display:flex; align-items:center; gap:10px; }
  .header-phone{ display:flex; align-items:center; gap:7px; color:var(--navy); font-weight:700; font-size:13.5px; background:var(--cream-2); padding:9px 14px; border-radius:100px; }
  .header-phone svg{ width:15px; height:15px; fill:var(--orange-dark); }
  .header-cta{ display:flex; align-items:center; gap:7px; color:#fff; font-weight:700; font-size:13.5px; background:var(--orange); padding:10px 18px; border-radius:100px; transition:background .2s ease, transform .2s ease; }
  .header-cta:hover{ background:var(--orange-dark); transform:translateY(-1px); }
  .header-cta svg{ width:15px; height:15px; fill:#fff; }
  .menu-toggle{ display:none; background:var(--cream-2); border:none; color:var(--navy); font-size:20px; width:40px; height:40px; border-radius:50%; cursor:pointer; }
  .mobile-nav{ display:none; flex-direction:column; gap:2px; background:#fff; margin:10px 16px 0; border-radius:20px; padding:14px 18px 18px; box-shadow:0 16px 36px -16px rgba(6,42,77,.28); }
  .mobile-nav a{ color:var(--navy); padding:12px 6px; border-bottom:1px solid var(--cream-2); font-weight:600; font-size:14.5px; }
  .mobile-nav.open{ display:flex; }

  .hero{
    position:relative; color:#fff; overflow:hidden;
    min-height:88vh; display:flex; align-items:center;
    padding:120px 0 150px;
    background:
      linear-gradient(180deg, rgba(4,20,38,.55) 0%, rgba(4,22,42,.68) 45%, rgba(3,15,29,.92) 100%),
      url('assets/kaaba.jpg') center 30%/cover no-repeat;
  }
  .hero::after{
    content:''; position:absolute; inset:0; pointer-events:none;
    background:radial-gradient(circle at 88% 8%, rgba(244,144,30,.3), transparent 42%);
  }
  .hero-inner{ position:relative; z-index:2; max-width:680px; }
  .badge{ display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.14); backdrop-filter:blur(6px); border:1px solid rgba(255,255,255,.35); padding:8px 18px; border-radius:100px; font-size:13px; font-weight:700; margin-bottom:22px; }
  .hero h1{ font-size:clamp(32px,5vw,54px); line-height:1.24; margin-bottom:18px; text-shadow:0 4px 24px rgba(0,0,0,.35); }
  .hero h1 span{ color:var(--orange); }
  .hero p.sub{ font-size:16.5px; color:rgba(255,255,255,.88); max-width:540px; line-height:1.9; margin-bottom:30px; }
  .hero-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-bottom:38px; }
  .hero-trust{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
  .hero-trust .avatars{ display:flex; }
  .hero-trust .avatars span{
    width:34px; height:34px; border-radius:50%; border:2px solid var(--navy);
    background:linear-gradient(135deg, var(--orange), var(--gold));
    display:flex; align-items:center; justify-content:center; font-family:'Cairo',sans-serif; font-size:12px; font-weight:800; color:#fff;
    margin-inline-start:-10px;
  }
  .hero-trust .avatars span:first-child{ margin-inline-start:0; }
  .hero-trust .txt{ font-size:13px; color:rgba(255,255,255,.85); }
  .hero-trust .txt b{ color:#fff; }
  .hero-trust .stars{ color:var(--orange); font-size:13px; letter-spacing:1px; }

  /* floating search-style card overlapping hero bottom edge, OTA style */
  .quick-bar-wrap{ position:relative; z-index:3; margin-top:-86px; margin-bottom:36px; }
  .quick-bar{
    background:#fff; border-radius:18px; padding:18px; box-shadow:0 26px 55px -20px rgba(4,20,38,.45);
    display:flex; gap:10px; flex-wrap:wrap;
  }
  .quick-bar .chip{
    flex:1; min-width:130px; text-align:center; padding:15px 10px; border-radius:12px; cursor:pointer;
    font-weight:700; font-size:14px; color:var(--navy); background:var(--cream-2); transition:all .2s ease;
    display:flex; align-items:center; justify-content:center; gap:8px;
  }
  .quick-bar .chip svg{ width:17px; height:17px; fill:var(--navy); }
  .quick-bar .chip.active{ background:var(--blue); color:#fff; }
  .quick-bar .chip.active svg{ fill:#fff; }

  .arch-divider{ position:relative; height:56px; background:var(--cream); margin-top:0; }
  .arch-divider svg{ position:absolute; bottom:0; width:100%; height:100%; }

  .trust-strip{ background:var(--cream-2); padding:22px 0; }
  .trust-grid{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:18px; text-align:center; }
  .trust-grid div{ flex:1; min-width:140px; }
  .trust-grid b{ display:block; font-family:'Cairo',sans-serif; font-size:22px; color:var(--blue); }
  .trust-grid span{ font-size:12.5px; color:var(--ink-soft); }

  .tabs-nav{ display:flex; justify-content:center; gap:10px; flex-wrap:wrap; margin-bottom:40px; }
  .tab-btn{ padding:11px 24px; border-radius:100px; background:#fff; color:var(--navy); font-weight:700; font-size:14px; border:1.5px solid #eadfc4; cursor:pointer; transition:all .25s ease; }
  .tab-btn.active{ background:var(--blue); color:#fff; border-color:var(--blue); }
  .tab-panel{ display:none; }
  .tab-panel.active{ display:block; animation:fadeIn .5s ease; }
  @keyframes fadeIn{ from{opacity:0; transform:translateY(10px);} to{opacity:1; transform:translateY(0);} }
  .tab-intro{ text-align:center; max-width:680px; margin:0 auto 36px; }
  .tab-intro h3{ font-size:22px; color:var(--navy); margin-bottom:8px; }
  .tab-intro p{ color:var(--ink-soft); font-size:14.5px; line-height:1.85; }
  .badge2{ display:inline-flex; align-items:center; gap:8px; background:var(--navy); color:#fff; padding:7px 15px; border-radius:100px; font-size:12px; font-weight:700; margin-bottom:12px; }

  .pkg-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
  .pkg-grid.two{ grid-template-columns:repeat(2,1fr); max-width:760px; margin:0 auto; }
  .pkg-card{ background:#fff; border-radius:18px; overflow:hidden; box-shadow:0 16px 34px -20px rgba(6,42,77,.3); display:flex; flex-direction:column; position:relative; border:1px solid #f0e9d8; }
  .pkg-card.featured{ border:2px solid var(--orange); }
  .pkg-ribbon{ position:absolute; top:16px; right:-2px; background:var(--orange); color:#fff; font-size:11.5px; font-weight:800; padding:6px 14px 6px 18px; border-radius:8px 0 0 8px; z-index:2; }
  .pkg-media{ height:150px; position:relative; overflow:hidden; }
  .pkg-media img{ width:100%; height:100%; object-fit:cover; }
  .pkg-media.grad-blue{ background:linear-gradient(135deg,var(--blue),var(--navy)); }
  .pkg-media.grad-orange{ background:linear-gradient(135deg,var(--orange),var(--orange-dark)); }
  .pkg-media.grad-gold{ background:linear-gradient(135deg,var(--gold),#a9821f); }
  .pkg-media .pkg-icon{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; }
  .pkg-media .pkg-icon svg{ width:46px; height:46px; fill:rgba(255,255,255,.85); }
  .pkg-body{ padding:22px 22px 24px; display:flex; flex-direction:column; flex:1; }
  .pkg-rating{ color:var(--orange); font-size:13.5px; margin-bottom:8px; letter-spacing:1px; }
  .pkg-rating span{ color:var(--ink-soft); font-size:12px; margin-right:6px; letter-spacing:0; }
  .pkg-body h4{ font-size:18.5px; color:var(--navy); margin-bottom:8px; }
  .pkg-feat{ margin-bottom:16px; }
  .pkg-feat li{ display:flex; align-items:flex-start; gap:8px; font-size:13px; color:var(--ink-soft); margin-bottom:6px; line-height:1.6; }
  .pkg-feat svg{ width:15px; height:15px; fill:var(--green); flex:none; margin-top:2px; }
  .pkg-price-row{ margin-top:auto; padding-top:14px; border-top:1px dashed #e7dfc9; display:flex; align-items:flex-end; justify-content:space-between; gap:10px; margin-bottom:16px; }
  .pkg-price .from{ font-size:11.5px; color:var(--ink-soft); display:block; }
  .pkg-price .amount{ font-family:'Cairo',sans-serif; font-size:24px; color:var(--orange-dark); font-weight:900; }
  .pkg-price .cur{ font-size:13px; color:var(--ink-soft); }

  /* Expandable accommodation & room pricing details */
  .pkg-details{
    margin-bottom:16px; border-radius:14px; overflow:hidden;
    background:var(--cream-2); border:1px solid #f0e9d8;
    transition:box-shadow .25s ease;
  }
  .pkg-details[open]{ box-shadow:0 10px 26px -18px rgba(6,42,77,.3); }
  .pkg-details summary{
    list-style:none; cursor:pointer; padding:14px 16px; user-select:none;
    display:flex; align-items:center; justify-content:space-between;
    font-family:'Cairo',sans-serif; font-weight:700; font-size:13.5px; color:var(--navy);
    transition:background .2s ease;
  }
  .pkg-details summary:hover{ background:#efe6cf; }
  .pkg-details summary::-webkit-details-marker{ display:none; }
  .pkg-details summary .chev-wrap{
    width:26px; height:26px; border-radius:50%; background:#fff; flex:none;
    display:flex; align-items:center; justify-content:center; transition:transform .25s ease, background .2s ease;
  }
  .pkg-details[open] summary .chev-wrap{ transform:rotate(180deg); background:var(--orange); }
  .pkg-details[open] summary .chev-wrap svg{ fill:#fff; }
  .pkg-details summary .chev-wrap svg{ width:11px; height:11px; fill:var(--orange-dark); transition:fill .2s ease; }

  .pkg-details-body{ padding:20px 18px 22px; background:#fff; border-top:1px solid #f0e9d8; }
  .pkg-details-label{
    font-family:'Cairo',sans-serif; font-size:11px; font-weight:800; color:var(--ink-soft);
    letter-spacing:1px; margin-bottom:14px;
  }
  .hotel-row{ display:flex; align-items:flex-start; gap:12px; margin-bottom:16px; }
  .hotel-row .hotel-ic{
    width:34px; height:34px; border-radius:10px; flex:none;
    background:var(--cream-2); display:flex; align-items:center; justify-content:center;
  }
  .hotel-row .hotel-ic svg{ width:16px; height:16px; fill:var(--blue); display:block; }
  .hotel-row b{ display:block; font-family:'Cairo',sans-serif; font-size:13.5px; font-weight:700; color:var(--navy); margin-bottom:3px; }
  .hotel-row span{ font-size:12.5px; color:var(--ink-soft); line-height:1.6; }

  .room-table-wrap{ margin-top:18px; padding-top:16px; border-top:1px dashed #e7dfc9; }
  .room-table{ width:100%; border-collapse:separate; border-spacing:0 8px; }
  .room-table tr{ background:var(--cream-2); }
  .room-table td{ padding:11px 14px; font-size:13px; color:var(--ink); }
  .room-table td:first-child{ color:var(--ink-soft); border-radius:10px 0 0 10px; }
  .room-table td:first-child span{ font-size:11px; color:#a7b0b8; margin-inline-start:4px; }
  .room-table td:last-child{
    text-align:left; font-weight:800; color:var(--orange-dark); font-family:'Cairo',sans-serif;
    font-size:13.5px; border-radius:0 10px 10px 0;
  }

  .register-strip{ background:linear-gradient(135deg, var(--blue), var(--navy)); border-radius:20px; color:#fff; padding:30px 36px; margin-top:40px; display:flex; align-items:center; justify-content:space-between; gap:22px; flex-wrap:wrap; }
  .register-strip h4{ font-size:18px; margin-bottom:5px; }
  .register-strip p{ color:rgba(255,255,255,.8); font-size:13.5px; }
  .soon-note{ text-align:center; margin-top:26px; color:var(--ink-soft); font-size:14px; background:#fff; padding:18px; border-radius:14px; max-width:560px; margin-inline:auto; }

  .compare-wrap{ overflow-x:auto; border-radius:16px; box-shadow:var(--shadow); background:#fff; }
  .compare-table{ min-width:640px; }
  .compare-table th, .compare-table td{ padding:16px 18px; text-align:center; font-size:13.5px; border-bottom:1px solid #f0ece0; }
  .compare-table th{ background:var(--navy); color:#fff; font-family:'Cairo',sans-serif; font-size:14px; }
  .compare-table td:first-child, .compare-table th:first-child{ text-align:right; font-weight:700; color:var(--navy); }
  .compare-table tr:last-child td{ border-bottom:none; }
  .compare-table .price-cell{ color:var(--orange-dark); font-weight:800; font-family:'Cairo',sans-serif; }

  .why-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
  .why-card{ text-align:center; padding:26px 16px; }
  .why-card .icon-wrap{ width:62px; height:62px; border-radius:16px; margin:0 auto 16px; transform:rotate(45deg); background:linear-gradient(135deg, var(--blue), var(--navy)); display:flex; align-items:center; justify-content:center; }
  .why-card .icon-wrap svg{ transform:rotate(-45deg); width:26px; height:26px; fill:#fff; }
  .why-card h4{ font-size:16px; color:var(--navy); margin-bottom:7px; }
  .why-card p{ font-size:13px; color:var(--ink-soft); line-height:1.8; }

  .testimonials{ background:var(--navy); color:#fff; position:relative; overflow:hidden; }
  .testimonials::before{ content:''; position:absolute; inset:0; background:radial-gradient(circle at 90% 10%, rgba(244,144,30,.18), transparent 40%); }
  .testimonials .section-head h2{ color:#fff; }
  .testimonials .section-head p{ color:rgba(255,255,255,.7); }
  .t-slider{ position:relative; z-index:2; max-width:700px; margin:0 auto; text-align:center; min-height:200px; }
  .t-slide{ display:none; }
  .t-slide.active{ display:block; animation:fadeIn .6s ease; }
  .t-slide .quote{ font-size:17.5px; line-height:1.95; color:rgba(255,255,255,.92); margin-bottom:22px; }
  .t-slide .stars{ color:var(--orange); margin-bottom:12px; letter-spacing:3px; }
  .t-slide b{ display:block; font-size:14.5px; }
  .t-slide span{ font-size:12.5px; color:rgba(255,255,255,.6); }
  .t-controls{ display:flex; justify-content:center; gap:10px; margin-top:30px; position:relative; z-index:2; }
  .t-dot{ width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,.3); cursor:pointer; }
  .t-dot.active{ background:var(--orange); }

  .faq-list{ max-width:760px; margin:0 auto; }
  .faq-item{ background:#fff; border-radius:14px; margin-bottom:12px; box-shadow:0 8px 20px -14px rgba(6,42,77,.3); overflow:hidden; }
  .faq-q{ display:flex; align-items:center; justify-content:space-between; padding:18px 22px; cursor:pointer; font-weight:700; color:var(--navy); font-size:15px; }
  .faq-q .plus{ font-size:20px; color:var(--orange); transition:transform .25s ease; flex:none; }
  .faq-item.open .faq-q .plus{ transform:rotate(45deg); }
  .faq-a{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
  .faq-item.open .faq-a{ max-height:200px; }
  .faq-a p{ padding:0 22px 18px; color:var(--ink-soft); font-size:14px; line-height:1.85; }

  .cta-banner{ background:linear-gradient(120deg, var(--orange) 0%, var(--orange-dark) 100%); border-radius:24px; padding:50px; text-align:center; color:#fff; }
  .cta-banner h2{ font-size:clamp(22px,3.2vw,30px); margin-bottom:12px; }
  .cta-banner p{ font-size:14.5px; color:rgba(255,255,255,.9); margin-bottom:24px; max-width:520px; margin-inline:auto; }
  .cta-banner .btn-ghost{ background:#fff; color:var(--orange-dark); }

  .contact-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
  .info-card{ background:#fff; border-radius:16px; padding:26px 20px; text-align:center; box-shadow:0 12px 26px -18px rgba(6,42,77,.3); }
  .info-card .ic{ width:48px; height:48px; border-radius:13px; margin:0 auto 14px; background:var(--cream-2); display:flex; align-items:center; justify-content:center; }
  .info-card .ic svg{ width:22px; height:22px; fill:var(--blue); }
  .info-card b{ display:block; font-size:14px; color:var(--navy); margin-bottom:5px; }
  .info-card span{ font-size:13px; color:var(--ink-soft); }
  .contact-cta{ text-align:center; margin-top:40px; }

  footer{ background:var(--navy-2); color:rgba(255,255,255,.72); padding:50px 0 24px; }
  .footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:36px; margin-bottom:32px; }
  .footer-brand{ display:flex; align-items:center; gap:12px; margin-bottom:14px; }
  .footer-brand img{ height:38px; }
  .footer-brand b{ color:#fff; font-size:17px; }
  footer p.desc{ font-size:13.5px; line-height:1.9; max-width:320px; }
  footer .col h4{ color:#fff; font-size:14.5px; margin-bottom:14px; }
  footer .col li{ margin-bottom:9px; font-size:13.5px; }
  footer .col a:hover{ color:var(--orange); }
  .footer-bottom{ border-top:1px solid rgba(255,255,255,.1); padding-top:20px; text-align:center; font-size:12.5px; }
  .footer-bottom .legal-line{ display:inline-block; margin-top:8px; font-size:11.5px; color:rgba(255,255,255,.5); }

  .wa-float{ position:fixed; bottom:22px; left:22px; z-index:300; width:58px; height:58px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center; box-shadow:0 12px 28px -6px rgba(37,211,102,.6); animation:pulse 2.4s infinite; }
  .wa-float svg{ width:27px; height:27px; fill:#fff; }
  @keyframes pulse{ 0%{box-shadow:0 0 0 0 rgba(37,211,102,.55);} 70%{box-shadow:0 0 0 16px rgba(37,211,102,0);} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0);} }

  @media (max-width: 980px){
    nav, .header-phone, .header-cta{ display:none; }
    .menu-toggle{ display:block; }
    .hero-inner{ text-align:center; margin-inline:auto; }
    .hero p.sub{ margin-inline:auto; }
    .hero-actions{ justify-content:center; }
    .hero-trust{ justify-content:center; }
    .quick-bar-wrap{ margin-top:-60px; }
    .pkg-grid, .pkg-grid.two{ grid-template-columns:1fr; }
    .why-grid{ grid-template-columns:1fr 1fr; }
    .contact-grid{ grid-template-columns:1fr 1fr; }
    .footer-grid{ grid-template-columns:1fr; }
    .register-strip{ text-align:center; justify-content:center; }
    .trust-grid{ justify-content:center; }
  }
  @media (max-width:560px){
    .why-grid, .contact-grid{ grid-template-columns:1fr; }
    .cta-banner{ padding:36px 22px; }
    .quick-bar{ flex-direction:column; }
    .section{ padding:64px 0; }
    .hero{ min-height:auto; padding:100px 0 130px; }
  }
