
/* Modern light UI with soft shadows */
:root{
  --soft-bg:#f6f7fb;
  --card-shadow: 0 10px 24px rgba(16,24,40,.08);
}
.bg-soft{ background: var(--soft-bg); }
.card-soft{
  border:0;
  border-radius: 18px;
  box-shadow: var(--card-shadow);
}
.badge-soft{
  background:#eef2ff;
  color:#4338ca;
}
.hero{
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #f2f7ff 60%, #f7f3ff 100%);
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(16,24,40,.06);
}
.swiper{
  border-radius: 18px;
  overflow:hidden;
  box-shadow: var(--card-shadow);
}
.swiper-slide img{
  width:100%;
  height: 640px; /* bigger hero slider */
  object-fit: cover;
}
@media (max-width: 768px){
  .swiper-slide img{ height: 420px; }
}
.product-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:14px;
}

/* RTL tweaks */
body.rtl{direction:rtl;text-align:right}
body.rtl .navbar .navbar-nav{margin-right:0 !important;margin-left:auto !important}
body.rtl .swiper-button-prev{right:10px;left:auto}
body.rtl .swiper-button-next{left:10px;right:auto}


/* Royal trips button */
.btn-royal-trips{
  color:#1b1b1b;
  border:0;
  border-radius: 999px;
  padding: .75rem 1.1rem;
  font-weight: 700;
  background: linear-gradient(135deg,#C9A227,#F2D57E);
  box-shadow: 0 10px 24px rgba(201,162,39,.35);
}
.btn-royal-trips:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(201,162,39,.42);
  color:#0f0f0f;
}

/* Trips tabs */
.btn-tab{
  border-radius: 999px;
  border: 1px solid rgba(16,24,40,.12);
  background:#fff;
  box-shadow: 0 6px 16px rgba(16,24,40,.06);
}
.btn-tab.active{
  border-color: rgba(201,162,39,.55);
  background: linear-gradient(135deg,#C9A227,#F2D57E);
  box-shadow: 0 10px 22px rgba(201,162,39,.28);
  font-weight:700;
}

/* Mobile floating dock */
@media (max-width: 768px){
  body{ padding-bottom: 86px; }
  .mobile-dock{
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 14px;
    display: flex;
    gap: 10px;
    justify-content: space-around;
    padding: 10px 12px;
    border-radius: 22px;
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(16,24,40,.10);
    box-shadow: 0 18px 40px rgba(16,24,40,.18);
    z-index: 1050;
  }
  .mobile-dock .dock-item{
    flex:1;
    text-decoration:none;
    color:#0f172a;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap: 4px;
    padding: 8px 6px;
    border-radius: 16px;
  }
  .mobile-dock .dock-item:active{
    background: rgba(15,23,42,.06);
  }
  .mobile-dock .dock-ico{
    width: 38px;
    height: 38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 14px;
    background: rgba(15,23,42,.06);
    font-size: 18px;
  }
  .mobile-dock .dock-txt{
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    text-align:center;
    opacity: .9;
  }
}


/* hookse-trips-upgrades */

.trip-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.2px}
.trip-badge.avail{background:rgba(25,135,84,.12);color:#198754}
.trip-badge.soon{background:rgba(255,193,7,.18);color:#a07800}
.trip-badge.full{background:rgba(220,53,69,.12);color:#dc3545}
.trip-actions{display:flex;gap:.5rem;flex-wrap:wrap}
.trip-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:999px;background:rgba(201,162,39,.12);color:#8a6b00;font-weight:800}
.trip-feature-card{border:0;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.trip-feature-card img{width:100%;height:260px;object-fit:cover}
.trip-feature-card .content{padding:1rem 1rem}
.trip-sticky-book{position:fixed;left:12px;right:12px;bottom:12px;z-index:1050;display:none}
@media (max-width: 767.98px){.trip-sticky-book{display:block}}
.trip-sticky-book .bar{backdrop-filter: blur(10px);background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.06);border-radius:16px;box-shadow:0 14px 40px rgba(0,0,0,.18);padding:.65rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}
.trip-sticky-book .price{font-weight:800}
.trip-sticky-book .btn{border-radius:999px;padding:.55rem .85rem}
.report-card{border:0;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.report-card img{width:100%;height:200px;object-fit:cover}
.report-card .meta{display:flex;flex-wrap:wrap;gap:.5rem}
.kpi-dot{width:.55rem;height:.55rem;border-radius:50%;display:inline-block;background:#C9A227;box-shadow:0 0 0 4px rgba(201,162,39,.16)}



/* Header buttons system (minimal, consistent) */
.header-actions{ gap:8px; }
.header-btn{
  height:42px;
  padding:0 14px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  font-weight:600;
  line-height:1;
  border:1px solid rgba(16,24,40,.12);
  background:#fff;
  color:#0f172a;
  box-shadow: 0 6px 16px rgba(16,24,40,.06);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
  white-space:nowrap;
}
.header-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(16,24,40,.10);
  color:#0f172a;
}
.header-btn i{ font-size: 1.05rem; opacity:.85; }
.header-btn--ghost{
  background:#fff;
}
.header-btn--solid{
  background:#0f172a;
  color:#fff;
  border-color:#0f172a;
  box-shadow: 0 10px 22px rgba(15,23,42,.18);
}
.header-btn--solid:hover{ color:#fff; box-shadow: 0 14px 28px rgba(15,23,42,.22); }
.header-btn--primary{
  background:#2563eb;
  border-color:#2563eb;
  box-shadow: 0 10px 22px rgba(37,99,235,.22);
}
.header-btn--primary:hover{ box-shadow: 0 14px 28px rgba(37,99,235,.28); color:#fff; }
.header-btn--link{
  background:transparent;
  border-color:transparent;
  box-shadow:none;
  padding:0 10px;
}
.header-btn--link:hover{ background:rgba(15,23,42,.06); border-color:rgba(15,23,42,.06); box-shadow:none; transform:none; }

.header-btn--gold{
  /* kept for backward compatibility — now matches the standard navbar button style */
  background:#fff;
  border-color: rgba(15,23,42,.10);
  box-shadow: 0 10px 22px rgba(16,24,40,.10);
  color:#0f172a;
}
.header-btn--gold:hover{
  background:rgba(15,23,42,.03);
  border-color: rgba(15,23,42,.16);
  box-shadow: 0 12px 26px rgba(16,24,40,.12);
}

.header-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:22px;
  min-width:22px;
  padding:0 7px;
  border-radius:999px;
  background:rgba(255,255,255,.85);
  border:1px solid rgba(16,24,40,.10);
  font-size:.8rem;
  font-weight:800;
}

body.rtl .header-actions{ justify-content:flex-start; }
body.rtl .header-btn{ gap:8px; }


/* ===== Unified navbar button style for main links (Products/Trips/...) ===== */
.nav-pills-wrap{
  background:#ffffff;
  border:1px solid rgba(16,24,40,.10);
  border-radius:16px;
  padding:10px 10px;
  box-shadow: 0 10px 22px rgba(16,24,40,.08);
}

.nav-links-group{
  gap:10px;
}

.navbar-nav.nav-links-group{
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
}

.navbar-nav .nav-link.header-btn{
  height:42px;
  padding:0 14px !important;
  margin:0;
}

.navbar-nav .nav-link.header-btn.active,
.navbar-nav .nav-link.header-btn[aria-current="page"]{
  border-color: rgba(15,23,42,.22);
  box-shadow: 0 12px 26px rgba(15,23,42,.10);
}

/* Mobile: keep nice spacing */
@media (max-width: 991.98px){
  .nav-pills-wrap{
    padding:10px;
    margin-top:10px;
  }
  .navbar-nav.nav-links-group{
    /* Mobile dropdown style (clean, vertical) */
    flex-direction:column;
    flex-wrap:nowrap;
    overflow:visible;
    gap:6px;
    align-items:stretch;
  }
  .navbar-nav .nav-link.header-btn{
    width:100%;
    white-space:normal;
    justify-content:space-between;
  }

  /* Make the collapsed menu look like a neat dropdown card */
  .navbar-collapse{
    background:#fff;
    border: 1px solid rgba(16,24,40,.10);
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(16,24,40,.10);
    padding: 10px;
    margin-top: 10px;
  }
}



/* === Pro navbar + unified nav buttons === */
.site-navbar{
  background:#fff;
  box-shadow: 0 10px 26px rgba(16,24,40,.08);
  border-bottom: 1px solid rgba(16,24,40,.06);
  position: static; /* always non-sticky */
}
@media (min-width: 992px){
  .site-navbar{ position: static; }
}
.nav-links-group .nav-link{
  padding:0 !important; /* remove bootstrap link padding so buttons align */
}
.nav-links-group{
  gap:10px;
}
.navbar-brand{
  letter-spacing:.2px;
}
.navbar-brand-wrap{
  padding: 8px 10px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(16,24,40,.06);
  border: 1px solid rgba(16,24,40,.08);
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.brand-mark{
  width: 34px;
  height: 34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 12px;
  background: rgba(16,24,40,.04);
  border: 1px solid rgba(16,24,40,.08);
  box-shadow: 0 8px 20px rgba(16,24,40,.06);
  color: #0f172a;
}
.brand-mark svg{ width: 20px; height: 20px; display:block; }
.brand-mark-img{ width: 26px; height: 26px; object-fit: contain; display:block; }
.brand-name{ line-height: 1; }

/* Floating cart + trip booking */
.floating-actions{
  position: fixed;
  right: 18px;
  bottom: 18px;
  display:flex;
  flex-direction:column;
  gap:10px;
  z-index: 1050;
}
html[dir="rtl"] .floating-actions{
  right:auto;
  left:18px;
}
.floating-actions .fab{
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 0;
  text-decoration:none;
  box-shadow: 0 14px 34px rgba(16,24,40,.16);
  border: 1px solid rgba(16,24,40,.12);
  background:#fff;
  color:#0f172a;
}

.floating-actions .fab-cart{
  width: 84px;
  height: 84px;
}
.floating-actions .fab-cart span{ display:none; }
.floating-actions .fab-cart i{ font-size: 1.25rem; }

/* Bigger circular booking button with clear text */
.floating-actions .fab-book{
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background:#f6c343;
  color:#111827;
  border-color: rgba(17,24,39,.18);
}
.floating-actions .fab-book:hover{ transform: translateY(-1px); }
.floating-actions .fab-book .fab-text{
  display:block;
  text-align:center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.05;
}

/* Make hero slider bigger & smoother */
.swiper{
  box-shadow: 0 14px 34px rgba(16,24,40,.10);
}
@media (max-width: 991.98px){
  .swiper-slide img{ height: 420px; }
}



/* ===== Hookse Mobile Header: shrink logo + header height ===== */
@media (max-width: 768px){
  header, .header, .navbar{min-height:48px!important;padding-top:4px!important;padding-bottom:4px!important}
  .navbar-brand img, .logo img{height:26px!important;max-height:26px!important;width:auto!important;object-fit:contain}
  .navbar-brand, .logo{padding:0!important;margin:0!important;display:flex;align-items:center}
  .navbar-brand span, .brand-name{font-size:13px!important;line-height:1!important}
}


.trip-badge.cancel{background:rgba(220,53,69,.12);color:#dc3545}
.trip-badge.done{background:rgba(25,135,84,.12);color:#198754}


/* ===== Hookse Top Note Bar ===== */
.hookse-topnote{background:rgba(15,23,42,.06);border-bottom:1px solid rgba(15,23,42,.10)}
.hookse-topnote__inner{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center;padding:8px 0}
.hookse-topnote__text{font-size:13px;color:#0f172a;font-weight:600}
.hookse-topnote__sep{opacity:.5;font-weight:700}
@media (max-width:768px){.hookse-topnote__inner{justify-content:flex-start}.hookse-topnote__text{font-size:12px}}


/* ===== Floating WhatsApp button (ordered above Cart and Book) ===== */
.floating-actions .fab-whatsapp{
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background:#25D366;
  color:#ffffff;
  border-color: rgba(0,0,0,.08);
}
.floating-actions .fab-whatsapp i{ font-size: 1.35rem; }
.floating-actions .fab-whatsapp:hover{ transform: translateY(-1px); }

/* Mobile dock: 3 items layout */
@media (max-width: 767.98px){
  .mobile-dock{ grid-template-columns: repeat(3, 1fr) !important; }
}
