/* ============================================================
   WANDERLUST — Bootstrap 5.3 Custom Theme
   ============================================================ */

/* Fonts loaded via layout */

/* ── Bootstrap Color Overrides ──────────────────────────── */
:root,
[data-bs-theme="light"] {
  --wl-primary:       #0d3b66;
  --wl-primary-rgb:   13,59,102;
  --wl-secondary:     #00a8cc;
  --wl-accent:        #f4a261;
  --wl-accent-dark:   #e08040;
  --wl-dark:          #16213e;

  --bs-primary:            #0d3b66;
  --bs-primary-rgb:        13,59,102;
  --bs-secondary:          #00a8cc;
  --bs-secondary-rgb:      0,168,204;
  --bs-link-color:         #0d3b66;
  --bs-link-color-rgb:     13,59,102;
  --bs-link-hover-color:   #1a5276;

  /* Light mode surfaces */
  --wl-bg:          #ffffff;
  --wl-bg-subtle:   #f8fafc;
  --wl-surface:     #ffffff;
  --wl-surface-2:   #f1f5f9;
  --wl-border:      #e2e8f0;
  --wl-text:        #1a202c;
  --wl-text-muted:  #64748b;
  --wl-card-shadow: 0 4px 24px rgba(0,0,0,0.07);
  --wl-card-shadow-hover: 0 12px 40px rgba(0,0,0,0.13);
  --wl-navbar-scrolled-bg: rgba(255,255,255,0.96);

  --bs-font-sans-serif: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --bs-body-font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --bs-heading-color: #1a202c;
}

[data-bs-theme="dark"] {
  --wl-bg:          #0d1117;
  --wl-bg-subtle:   #161b22;
  --wl-surface:     #1c2230;
  --wl-surface-2:   #243044;
  --wl-border:      #2d3748;
  --wl-text:        #e2e8f0;
  --wl-text-muted:  #94a3b8;
  --wl-card-shadow: 0 4px 24px rgba(0,0,0,0.35);
  --wl-card-shadow-hover: 0 12px 40px rgba(0,0,0,0.5);
  --wl-navbar-scrolled-bg: rgba(13,17,23,0.97);

  --bs-body-bg:     #0d1117;
  --bs-body-color:  #e2e8f0;
  --bs-border-color:#2d3748;
  --bs-heading-color:#e2e8f0;
}

/* ── Base ────────────────────────────────────────────────── */
body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: var(--wl-bg);
  color: var(--wl-text);
  transition: background 0.3s, color 0.3s;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--wl-text);
}
a { color: var(--wl-primary); }
img { display: block; max-width: 100%; }

/* ── Bootstrap Button Overrides ─────────────────────────── */
.btn-primary {
  --bs-btn-bg:             #0d3b66;
  --bs-btn-border-color:   #0d3b66;
  --bs-btn-hover-bg:       #1a5276;
  --bs-btn-hover-border-color:#1a5276;
  --bs-btn-active-bg:      #092d50;
  --bs-btn-color:          #fff;
  --bs-btn-hover-color:    #fff;
}
.btn-outline-primary {
  --bs-btn-color:          #0d3b66;
  --bs-btn-border-color:   #0d3b66;
  --bs-btn-hover-bg:       #0d3b66;
  --bs-btn-hover-border-color:#0d3b66;
}
[data-bs-theme="dark"] .btn-outline-primary {
  --bs-btn-color:          var(--wl-secondary);
  --bs-btn-border-color:   var(--wl-secondary);
  --bs-btn-hover-bg:       var(--wl-secondary);
  --bs-btn-hover-border-color: var(--wl-secondary);
  --bs-btn-hover-color:    #0d1117;
}
.btn-accent {
  background: var(--wl-accent);
  border-color: var(--wl-accent);
  color: #fff;
  font-weight: 600;
}
.btn-accent:hover { background: var(--wl-accent-dark); border-color: var(--wl-accent-dark); color: #fff; }
.btn-outline-white { border: 2px solid rgba(255,255,255,0.7); color:#fff; background:transparent; font-weight:600; }
.btn-outline-white:hover { background:#fff; color: var(--wl-primary); }

/* ── Utility Classes ─────────────────────────────────────── */
.text-accent    { color: var(--wl-accent) !important; }
.text-secondary-wl { color: var(--wl-secondary) !important; }
.bg-wl-primary  { background: var(--wl-primary); }
.section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--wl-accent);
  margin-bottom: 10px;
}
.wl-surface { background: var(--wl-surface); }
.wl-surface-2 { background: var(--wl-surface-2); }
.wl-border { border-color: var(--wl-border) !important; }

/* ── Navbar ──────────────────────────────────────────────── */
.wl-navbar {
  padding: 0;
  transition: all 0.3s ease;
  z-index: 1040;
}
.wl-navbar.transparent {
  background: transparent !important;
  box-shadow: none;
}
.wl-navbar.scrolled {
  background: var(--wl-navbar-scrolled-bg) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 24px rgba(0,0,0,0.09);
}
.wl-navbar .navbar-nav .nav-link {
  color: rgba(255,255,255,0.88);
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: 6px;
  transition: all 0.15s;
}
.wl-navbar .navbar-nav .nav-link:hover,
.wl-navbar .navbar-nav .nav-link.active {
  color: #fff;
  background: rgba(255,255,255,0.12);
}
.wl-navbar.scrolled .navbar-nav .nav-link { color: var(--wl-text-muted); }
.wl-navbar.scrolled .navbar-nav .nav-link:hover,
.wl-navbar.scrolled .navbar-nav .nav-link.active { color: var(--wl-primary); background: var(--wl-surface-2); }
[data-bs-theme="dark"] .wl-navbar.scrolled .navbar-nav .nav-link:hover,
[data-bs-theme="dark"] .wl-navbar.scrolled .navbar-nav .nav-link.active { color: #e2e8f0; background: var(--wl-surface-2); }
.wl-brand {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.wl-navbar.scrolled .wl-brand { color: var(--wl-primary) !important; }
[data-bs-theme="dark"] .wl-navbar.scrolled .wl-brand { color: var(--wl-secondary) !important; }
.brand-icon {
  width: 34px; height: 34px;
  background: var(--wl-accent);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem;
  color: #fff;
  flex-shrink: 0;
}

.brand-icon-img {
  width: 34px; height: 34px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
}
.navbar-nav-wrap { height: 68px; display: flex; align-items: center; }
.wl-navbar .navbar-toggler { border-color: rgba(255,255,255,0.4); }
.wl-navbar .navbar-toggler-icon { filter: invert(1); }
.wl-navbar.scrolled .navbar-toggler { border-color: var(--wl-border); }
.wl-navbar.scrolled .navbar-toggler-icon { filter: none; }
[data-bs-theme="dark"] .wl-navbar.scrolled .navbar-toggler-icon { filter: invert(1); }
.theme-toggle-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 0.85rem;
  transition: all 0.2s;
  cursor: pointer;
}
.theme-toggle-btn:hover { background: rgba(255,255,255,0.22); }
.wl-navbar.scrolled .theme-toggle-btn { background: var(--wl-surface-2); border-color: var(--wl-border); color: var(--wl-text); }
.nav-signin { color: rgba(255,255,255,0.88); font-size:0.87rem; font-weight:500; padding: 7px 14px; border-radius:6px; transition:all 0.15s; text-decoration:none; }
.nav-signin:hover { color:#fff; background: rgba(255,255,255,0.12); }
.wl-navbar.scrolled .nav-signin { color: var(--wl-text-muted); }
.wl-navbar.scrolled .nav-signin:hover { color: var(--wl-primary); background: var(--wl-surface-2); }
[data-bs-theme="dark"] .wl-navbar.scrolled .nav-signin:hover { color: var(--wl-secondary); background: var(--wl-surface-2); }

/* ── Nav user dropdown ───────────────────────────────────── */
.nav-user-dropdown { position: relative; }

.nav-user-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px 5px 5px;
  border: 1.5px solid rgba(255,255,255,0.22);
  border-radius: 40px;
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(6px);
  cursor: pointer;
  transition: all 0.18s;
  color: #fff;
}

.nav-user-btn:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.4);
}

.wl-navbar.scrolled .nav-user-btn {
  border-color: var(--wl-border);
  background: var(--wl-surface);
  color: var(--wl-text);
}

.wl-navbar.scrolled .nav-user-btn:hover {
  border-color: var(--wl-primary);
  background: var(--wl-surface-2);
}

[data-bs-theme="dark"] .wl-navbar.scrolled .nav-user-btn:hover { border-color: var(--wl-secondary); }

.nav-user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--wl-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  overflow: hidden;
}

.nav-user-avatar img { width: 100%; height: 100%; object-fit: cover; }

.nav-user-name {
  font-size: 0.84rem;
  font-weight: 600;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-user-chevron {
  font-size: 0.62rem;
  opacity: 0.7;
  transition: transform 0.2s ease;
}

.nav-user-dropdown.open .nav-user-chevron { transform: rotate(180deg); }

/* Dropdown menu */
.nav-user-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 230px;
  background: var(--wl-surface, #fff);
  border: 1.5px solid var(--wl-border, #e2e8f0);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.13);
  padding: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1050;
}

.nav-user-dropdown.open .nav-user-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-user-menu-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 12px;
}

.nav-user-menu-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--wl-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
  overflow: hidden;
}

.nav-user-menu-avatar img { width: 100%; height: 100%; object-fit: cover; }

.nav-user-menu-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--wl-text);
  line-height: 1.2;
}

.nav-user-menu-email {
  font-size: 0.75rem;
  color: var(--wl-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 155px;
}

.nav-user-menu-divider {
  height: 1px;
  background: var(--wl-border);
  margin: 4px 0;
}

.nav-user-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--wl-text);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  text-align: left;
}

.nav-user-menu-item i {
  width: 16px;
  text-align: center;
  color: var(--wl-text-muted);
  font-size: 0.82rem;
  flex-shrink: 0;
  transition: color 0.15s;
}

.nav-user-menu-item:hover {
  background: var(--wl-surface-2);
  color: var(--wl-primary);
  text-decoration: none;
}

.nav-user-menu-item:hover i { color: var(--wl-primary); }

[data-bs-theme="dark"] .nav-user-menu-item:hover { color: var(--wl-secondary); }
[data-bs-theme="dark"] .nav-user-menu-item:hover i { color: var(--wl-secondary); }

.nav-user-menu-item--danger { color: #ef4444; }
.nav-user-menu-item--danger i { color: #ef4444; }
.nav-user-menu-item--danger:hover { background: #fef2f2; color: #dc2626; }
.nav-user-menu-item--danger:hover i { color: #dc2626; }
[data-bs-theme="dark"] .nav-user-menu-item--danger:hover { background: rgba(239,68,68,0.15); color: #f87171; }
[data-bs-theme="dark"] .nav-user-menu-item--danger:hover i { color: #f87171; }

/* ── Hero ────────────────────────────────────────────────── */
.wl-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wl-hero-bg {
  position: absolute;
  inset: 0;
  background: url('/assets/images/default-hero.jpg') center/cover no-repeat;
  filter: brightness(0.88) saturate(1.1);
}
.wl-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(10,44,85,0.98) 0%, rgba(13,59,102,0.88) 38%, rgba(13,45,80,0.5) 62%, rgba(0,0,0,0.18) 100%),
    linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 28%);
}
.hero-decor-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.hero-decor-1 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(0,168,204,0.07) 0%, transparent 68%);
  top: -160px; right: 8%;
}
.wl-hero-content { position: relative; z-index: 2; }

/* Trust badge */
.hero-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.11);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.92);
  padding: 7px 16px 7px 8px;
  border-radius: 100px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
.hero-trust-badge i { color: var(--wl-accent); font-size: 0.8rem; }
.hero-trust-badge strong { color: #fff; font-weight: 800; }
.hero-trust-avatars { display: flex; }
.hero-trust-avatars img {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.35);
  object-fit: cover;
  margin-right: -7px;
  flex-shrink: 0;
}
.hero-trust-avatars img:last-child { margin-right: 0; }

/* Heading & lead */
.wl-hero h1 { color: #fff; font-size: clamp(2.1rem, 4.8vw, 3.7rem); line-height: 1.12; margin-bottom: 18px; }
.wl-hero h1 em { color: var(--wl-accent); font-style: italic; display: block; }
.wl-hero .lead { color: rgba(255,255,255,0.8); font-size: 1.02rem; max-width: 500px; margin-bottom: 32px; line-height: 1.7; }

/* CTA group */
.hero-cta-group { display: flex; align-items: center; gap: 14px; margin-bottom: 34px; flex-wrap: wrap; }
.hero-btn-main {
  border-radius: 100px;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 12px 28px;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 32px rgba(244,162,97,0.38);
  transition: all 0.22s;
}
.hero-btn-main:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(244,162,97,0.48); }
.hero-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.22);
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 11px 22px 11px 10px;
  text-decoration: none;
  transition: all 0.2s;
}
.hero-btn-ghost:hover { background: rgba(255,255,255,0.18); color: #fff; border-color: rgba(255,255,255,0.38); }
.hero-play-icon {
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.18);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem;
  padding-left: 2px;
  flex-shrink: 0;
}

/* Stats row */
.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-stat { flex: 1; }
.hero-stat-num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.65rem; font-weight: 800; color: #fff; line-height: 1; }
.hero-stat-label { font-size: 0.7rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.07em; margin-top: 4px; }
.hero-stat-sep { width: 1px; height: 36px; background: rgba(255,255,255,0.15); flex-shrink: 0; margin: 0 20px; }

/* ── Hero Right Visual (Floating Tour Card) ─────────────── */
.hero-right-visual {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-bottom: 16px;
}
.hero-featured-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.38), 0 0 0 1px rgba(255,255,255,0.08);
}
[data-bs-theme="dark"] .hero-featured-card { background: var(--wl-surface); }
.hero-card-img { position: relative; height: 195px; overflow: hidden; }
.hero-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.hero-featured-card:hover .hero-card-img img { transform: scale(1.04); }
.hero-card-tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--wl-accent); color: #fff;
  font-size: 0.66rem; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 100px;
}
.hero-card-body { padding: 16px 18px 18px; }
.hero-card-location {
  font-size: 0.73rem; color: var(--wl-text-muted);
  margin-bottom: 5px;
  display: flex; align-items: center; gap: 4px;
}
.hero-card-location i { color: var(--wl-accent); font-size: 0.68rem; }
.hero-card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.93rem; font-weight: 700;
  color: var(--wl-text); margin-bottom: 11px; line-height: 1.35;
}
.hero-card-meta {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 13px; padding-bottom: 13px;
  border-bottom: 1px solid var(--wl-border);
}
.hero-card-rating { font-size: 0.76rem; color: var(--wl-text-muted); display: flex; align-items: center; gap: 4px; }
.hero-card-rating i { color: #f59e0b; }
.hero-card-price { font-size: 0.78rem; color: var(--wl-text-muted); }
.hero-card-price strong { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.05rem; color: var(--wl-primary); }
[data-bs-theme="dark"] .hero-card-price strong { color: var(--wl-secondary); }
.hero-card-price span { font-size: 0.68rem; }
.hero-card-guide { display: flex; align-items: center; gap: 9px; }
.hero-guide-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--wl-border); flex-shrink: 0;
}
.hero-guide-name { font-size: 0.8rem; font-weight: 700; color: var(--wl-text); line-height: 1; }
.hero-guide-tag { font-size: 0.67rem; color: var(--wl-text-muted); margin-top: 2px; }

/* Floating badges */
.hero-float-badge {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 11px 15px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 10px 36px rgba(0,0,0,0.18);
  white-space: nowrap;
  z-index: 3;
}
[data-bs-theme="dark"] .hero-float-badge { background: var(--wl-surface); box-shadow: 0 10px 36px rgba(0,0,0,0.45); }
.hero-float-left { bottom: 0; left: -16px; }
.hero-float-right { top: 50px; right: -16px; }
.hero-float-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, var(--wl-primary), var(--wl-secondary));
  display: flex; align-items: center; justify-content: center;
  font-size: 0.88rem; color: #fff; flex-shrink: 0;
}
.hero-float-num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.85rem; font-weight: 800; color: var(--wl-text); line-height: 1; }
.hero-float-label { font-size: 0.67rem; color: var(--wl-text-muted); margin-top: 2px; }

/* ── Hero Tours Panel ────────────────────────────────────── */
.hero-tours-panel {
  background: rgba(255,255,255,0.09);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 22px;
  padding: 14px;
  width: 100%;
  max-width: 420px;
  max-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
[data-bs-theme="dark"] .hero-tours-panel { background: rgba(22,33,62,0.72); }

/* Scrollable cards area — header stays above */
.hero-panel-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.3) transparent;
}
.hero-panel-body::-webkit-scrollbar { width: 4px; }
.hero-panel-body::-webkit-scrollbar-track { background: transparent; }
.hero-panel-body::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.3); border-radius: 4px; }
.hero-panel-body::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.52); }
[data-bs-theme="dark"] .hero-panel-body::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); }

.hero-panel-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 12px; padding: 0 2px;
}
.hero-panel-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.82rem; font-weight: 700; color: #fff; letter-spacing: 0.02em;
}
.hero-panel-link {
  font-size: 0.7rem; font-weight: 600; color: var(--wl-accent);
  text-decoration: none; display: flex; align-items: center; gap: 4px; opacity: 0.9; transition: opacity 0.15s;
}
.hero-panel-link:hover { opacity: 1; color: var(--wl-accent); }

/* Main card inside panel: reduced image height */
.hero-tours-panel .hero-featured-card .hero-card-img { height: 150px; }

/* Live activity badge inside the card image */
.hero-card-live-badge {
  position: absolute; bottom: 10px; right: 10px;
  background: rgba(0,0,0,0.62); backdrop-filter: blur(6px);
  color: #fff; font-size: 0.67rem; font-weight: 600;
  padding: 4px 10px; border-radius: 100px;
  display: flex; align-items: center; gap: 6px;
}
.live-dot {
  width: 7px; height: 7px; background: #10b981; border-radius: 50%; flex-shrink: 0;
  animation: livePulse 1.6s ease-in-out infinite;
}
@keyframes livePulse { 0%,100%{opacity:1} 50%{opacity:0.3} }

/* Compact horizontal mini-cards */
.hero-mini-card {
  display: flex; align-items: center; gap: 11px;
  background: #fff; border-radius: 13px;
  padding: 9px; margin-bottom: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.09);
  transition: box-shadow 0.2s;
}
.hero-mini-card:hover { box-shadow: 0 6px 22px rgba(0,0,0,0.14); }
[data-bs-theme="dark"] .hero-mini-card { background: var(--wl-surface); }
.hero-mini-img { width: 66px; height: 66px; border-radius: 9px; object-fit: cover; flex-shrink: 0; }
.hero-mini-body { flex: 1; min-width: 0; }
.hero-mini-location {
  font-size: 0.64rem; color: var(--wl-text-muted);
  display: flex; align-items: center; gap: 3px; margin-bottom: 3px;
}
.hero-mini-location i { color: var(--wl-accent); font-size: 0.58rem; }
.hero-mini-title {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.75rem; font-weight: 700;
  color: var(--wl-text); line-height: 1.3; margin-bottom: 5px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hero-mini-footer { display: flex; align-items: center; gap: 8px; }
.hero-mini-rating { font-size: 0.65rem; color: var(--wl-text-muted); display: flex; align-items: center; gap: 3px; }
.hero-mini-rating i { color: #f59e0b; font-size: 0.62rem; }
.hero-mini-price { font-size: 0.65rem; color: var(--wl-text-muted); }
.hero-mini-price strong { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.8rem; color: var(--wl-primary); }
[data-bs-theme="dark"] .hero-mini-price strong { color: var(--wl-secondary); }
.hero-mini-book {
  flex-shrink: 0; font-size: 0.7rem; font-weight: 700;
  color: var(--wl-primary); background: rgba(13,59,102,0.08);
  border-radius: 8px; padding: 6px 11px; text-decoration: none; transition: all 0.15s;
}
.hero-mini-book:hover { background: var(--wl-primary); color: #fff; }
[data-bs-theme="dark"] .hero-mini-book { background: rgba(0,168,204,0.12); color: var(--wl-secondary); }
[data-bs-theme="dark"] .hero-mini-book:hover { background: var(--wl-secondary); color: #fff; }


.hero-scroll-indicator {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.5);
  font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
}
.scroll-mouse {
  width: 26px; height: 40px;
  border: 2px solid rgba(255,255,255,0.35);
  border-radius: 13px;
  display: flex; align-items: flex-start; justify-content: center;
  padding-top: 5px;
}
.scroll-mouse-dot {
  width: 4px; height: 4px;
  background: rgba(255,255,255,0.6);
  border-radius: 50%;
  animation: scrollDot 2s ease-in-out infinite;
}
@keyframes scrollDot { 0%,100%{transform:translateY(0);opacity:.7} 50%{transform:translateY(10px);opacity:.2} }

/* ── Hero Search Box ─────────────────────────────────────── */
.hero-search-card {
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 24px 72px rgba(0,0,0,0.28), 0 2px 8px rgba(0,0,0,0.12);
  border: 1px solid rgba(255,255,255,0.20);
}
@media (min-width: 992px) {
  .hero-search-card { margin-right: -1rem; }
}
@media (min-width: 1400px) {
  .hero-search-card { margin-right: -1.5rem; }
}
[data-bs-theme="dark"] .hero-search-card {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
}
.hero-search-top {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.85);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.search-fields-row {
  display: flex;
  align-items: stretch;
  background: rgba(255,255,255,0.13);
  border-radius: 14px;
  border: 1.5px solid rgba(255,255,255,0.22);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
[data-bs-theme="dark"] .search-fields-row {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.14);
}
.search-fields-row:focus-within {
  border-color: rgba(255,255,255,0.45);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.08);
}
.search-field-group {
  flex: 1;
  padding: 12px 18px;
  min-width: 0;
  cursor: text;
}
.search-field-group:hover { background: rgba(255,255,255,0.07); }
.search-field-sep {
  width: 1px;
  background: rgba(255,255,255,0.18);
  margin: 10px 0;
  flex-shrink: 0;
}
[data-bs-theme="dark"] .search-field-sep { background: rgba(255,255,255,0.12); }
.search-field-label {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 4px;
  display: flex; align-items: center; gap: 4px;
}
.search-field-label i { color: var(--wl-accent); font-size: 0.72rem; }
.search-input {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 0.91rem;
  font-weight: 500;
  color: #fff;
  outline: none;
  width: 100%;
  cursor: pointer;
}
.search-input::placeholder { color: rgba(255,255,255,0.45); font-size: 0.88rem; font-weight: 400; }
.search-input:focus { color: #fff; }
.search-input option { color: var(--wl-text); background: var(--wl-surface); }
.search-btn-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--wl-accent);
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0px 20px;
  margin: 14px;
  border: none;
  border-radius: 8px;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  transition: background 0.18s, transform 0.15s, box-shadow 0.18s;
  box-shadow: 0 4px 14px rgba(244, 162, 97, 0.4);
}
.search-btn-pill:focus,
.search-btn-pill:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(244, 162, 97, 0.4), 0 4px 14px rgba(244, 162, 97, 0.4);
}
.search-btn-pill:hover {
  background: #e8893a;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(244,162,97,0.55);
}
.search-btn-pill i { font-size: 0.85rem; }

/* ── Stats Bar ───────────────────────────────────────────── */
.wl-stats-bar { background: var(--wl-primary); }
.stat-item {
  display: flex; align-items: center; gap: 14px;
  padding: 26px 28px;
  border-right: 1px solid rgba(255,255,255,0.08);
  transition: background 0.15s;
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(255,255,255,0.04); }
.stat-icon {
  width: 46px; height: 46px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  color: var(--wl-accent);
  flex-shrink: 0;
}
.stat-num { font-family:'Plus Jakarta Sans',sans-serif; font-size:1.7rem; font-weight:800; color:#fff; line-height:1; }
.stat-label { font-size:0.75rem; color:rgba(255,255,255,0.62); margin-top:2px; }

/* ── Section Utilities ───────────────────────────────────── */
.wl-section { padding: 84px 0; }
.wl-section-sm { padding: 60px 0; }
.section-header { max-width: 600px; margin: 0 auto 52px; }
.section-header h2 { margin-bottom: 12px; }
.section-header p { color: var(--wl-text-muted); font-size:1rem; }

/* ── Destination Cards ───────────────────────────────────── */
.dest-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 240px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.dest-card.dest-lg { height: 340px; }
.dest-card img { width:100%; height:100%; object-fit:cover; transition: transform 0.5s ease; }
.dest-card:hover img { transform: scale(1.06); }
.dest-card::after {
  content:'';
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 55%);
  transition: all 0.3s;
}
.dest-card:hover::after { background: linear-gradient(to top, rgba(13,59,102,0.8) 0%, rgba(13,59,102,0.2) 60%); }
.dest-card-info { position:absolute; bottom:0; left:0; right:0; z-index:2; padding:20px; }
.dest-card-name { font-family:'Plus Jakarta Sans',sans-serif; font-size:1.15rem; font-weight:700; color:#fff; margin-bottom:3px; }
.dest-card-count { font-size:0.78rem; color:rgba(255,255,255,0.75); display:flex; align-items:center; gap:5px; }

/* ── Tour Card ───────────────────────────────────────────── */
.tour-card {
  background: var(--wl-surface);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--wl-card-shadow);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--wl-border);
}
.tour-card:hover { transform: translateY(-5px); box-shadow: var(--wl-card-shadow-hover); }
.tour-card-img { position:relative; overflow:hidden; height:210px; }
.tour-card-img img { width:100%; height:100%; object-fit:cover; transition:transform 0.5s; }
.tour-card:hover .tour-card-img img { transform:scale(1.06); }
.tour-card-body { padding: 18px; display:flex; flex-direction:column; flex:1; }
.tour-card-title { font-size:1rem; font-weight:700; color:var(--wl-text); margin-bottom:12px; line-height:1.4; text-decoration:none; }
.tour-card-title:hover { color:var(--wl-primary); }
[data-bs-theme="dark"] .tour-card-title:hover { color: var(--wl-secondary); }
.tour-meta-item { display:flex; align-items:center; gap:5px; font-size:0.78rem; color:var(--wl-text-muted); }
.tour-meta-item i { color:var(--wl-secondary); font-size:0.8rem; }
.tour-location-text { font-size:0.8rem; color:var(--wl-text-muted); }
.tour-price-from { font-size:0.72rem; color:var(--wl-text-muted); display:block; }
.tour-price-amount { font-family:'Plus Jakarta Sans',sans-serif; font-size:1.35rem; font-weight:800; color:var(--wl-primary); line-height:1; }
.tour-price-per { font-size:0.72rem; color:var(--wl-text-muted); }
.wishlist-btn {
  position:absolute; top:12px; right:12px;
  width:34px; height:34px;
  background:#fff;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:0.85rem; color:#94a3b8;
  cursor:pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition:all 0.15s;
  border:none;
  z-index:1;
}
.wishlist-btn:hover,.wishlist-btn.active { color:#ef4444; }
.card-badge {
  position:absolute; top:12px; left:12px;
  padding: 4px 12px;
  border-radius:100px;
  font-size:0.68rem; font-weight:700; letter-spacing:0.06em; text-transform:uppercase;
  background:var(--wl-accent); color:#fff;
  z-index:1;
}
.card-badge.badge-success  { background:#10b981; }
.card-badge.badge-info     { background:#00a8cc; }

/* ── Guide Card ──────────────────────────────────────────── */
/* ── Guide Cards ─────────────────────────────────────────── */
.guide-card {
  background: var(--wl-surface);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: all 0.28s;
  border: 1.5px solid var(--wl-border);
  height: 100%;
}
.guide-card:hover { transform:translateY(-5px); box-shadow: 0 12px 40px rgba(0,168,204,0.15); border-color: rgba(0,168,204,0.3); }
.guide-card-body { padding: 24px 20px 22px; text-align: center; }

/* Avatar wrapper */
.guide-avatar-wrap { position: relative; width: 90px; height: 90px; margin: 0 auto 14px; }
.guide-avatar-bg { display: none; }
.guide-card-avatar {
  width: 90px; height: 90px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 3px solid var(--wl-surface);
  box-shadow: 0 4px 18px rgba(0,0,0,0.14);
}
.guide-verified-badge {
  position: absolute; bottom: 0; right: 0;
  width: 26px; height: 26px;
  background: #22c55e;
  border-radius: 50%;
  border: 2.5px solid var(--wl-surface);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.6rem;
  box-shadow: 0 2px 8px rgba(34,197,94,0.4);
  z-index: 2;
}

/* Name & specialty */
.guide-card-name { font-size: 1.05rem; font-weight: 800; color: var(--wl-text); margin-bottom: 4px; }
.guide-card-specialty { font-size: 0.76rem; color: var(--wl-text-muted); font-weight: 500; margin-bottom: 8px; }
.guide-rating { display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 0.83rem; margin-bottom: 14px; }

/* Social icon buttons */
.guide-social-icons { display: flex; justify-content: center; gap: 10px; margin-bottom: 16px; }
.guide-social-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--wl-surface);
  border: 1.5px solid var(--wl-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--wl-text-muted);
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.guide-social-btn:hover { background: var(--wl-secondary); border-color: var(--wl-secondary); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 14px rgba(0,168,204,0.35); }

/* Stats strip */
.guide-meta-strip { display: flex; border-top: 1px solid var(--wl-border); border-bottom: 1px solid var(--wl-border); padding: 10px 0; margin: 0 0 12px; }
.guide-meta-item { flex: 1; }
.guide-meta-num { font-size: 0.95rem; font-weight: 800; color: var(--wl-primary); font-family: 'Plus Jakarta Sans', sans-serif; }
.guide-meta-label { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.07em; color: var(--wl-text-muted); }
.guide-langs { display: flex; flex-wrap: wrap; gap: 5px; justify-content: center; margin-bottom: 14px; }
.lang-tag { display: inline-block; padding: 2px 9px; background: var(--wl-surface-2); border-radius: 100px; font-size: 0.7rem; color: var(--wl-text-muted); font-weight: 500; }
.lang-pill { display: inline-block; padding: 2px 9px; background: var(--wl-surface-2); border-radius: 100px; font-size: 0.7rem; color: var(--wl-text-muted); font-weight: 500; }

/* ── Stars ───────────────────────────────────────────────── */
.wl-stars { display:flex; gap:2px; color:#f59e0b; font-size:0.8rem; }
.rating-inline { display:flex; align-items:center; gap:6px; }
.rating-score { font-weight:700; font-size:0.88rem; color:var(--wl-text); }
.rating-count { font-size:0.75rem; color:var(--wl-text-muted); }

/* ── Feature Cards ───────────────────────────────────────── */
.feature-card {
  display:flex; gap:18px;
  padding:24px;
  background:var(--wl-surface);
  border-radius:12px;
  border:1px solid var(--wl-border);
  transition:all 0.25s;
}
.feature-card:hover { border-color:var(--wl-secondary); box-shadow:var(--wl-card-shadow); transform:translateY(-3px); }
.feature-icon {
  width:52px; height:52px; flex-shrink:0;
  background:linear-gradient(135deg,var(--wl-primary),var(--wl-secondary));
  border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  font-size:1.2rem; color:#fff;
}
.feature-card h5 { font-size:0.95rem; margin-bottom:6px; color:var(--wl-text); }
.feature-card p  { font-size:0.82rem; color:var(--wl-text-muted); margin:0; line-height:1.65; }

/* ── How It Works (Step Cards) ───────────────────────────── */
/* ── Hotel & Resort Cards ─────────────────────────────────── */
.hotel-filter-tabs {
  display: flex;
  gap: 6px;
  background: var(--wl-surface);
  border: 1.5px solid var(--wl-border);
  border-radius: 100px;
  padding: 4px;
}
.hotel-tab {
  background: transparent;
  border: none;
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--wl-text-muted);
  cursor: pointer;
  transition: all 0.18s;
}
.hotel-tab.active,
.hotel-tab:hover {
  background: var(--wl-primary);
  color: #fff;
}
.hotel-card {
  background: var(--wl-surface);
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid var(--wl-border);
  box-shadow: var(--wl-card-shadow);
  display: flex;
  flex-direction: column;
  transition: all 0.25s;
}
.hotel-card:hover { transform: translateY(-5px); box-shadow: var(--wl-card-shadow-hover); }
.hotel-card-img {
  position: relative;
  overflow: hidden;
  height: 210px;
}
.hotel-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.hotel-card:hover .hotel-card-img img { transform: scale(1.06); }
.hotel-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--wl-accent);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
  letter-spacing: 0.04em;
}
.hotel-badge-premium { background: var(--wl-primary); }
.hotel-badge-new { background: #27ae60; }
.hotel-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px; height: 32px;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #e74c3c;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.18s;
  backdrop-filter: blur(4px);
}
.hotel-wishlist:hover, .hotel-wishlist.active { background: #fff; transform: scale(1.1); }
.hotel-wishlist.active { color: #ef4444; }
.hotel-wishlist:disabled { opacity: 0.6; pointer-events: none; }
.hotel-price-float {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0,0,0,0.62);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 8px;
}
.hotel-price-float strong { font-size: 0.95rem; color: var(--wl-accent); }
.hotel-card-body {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hotel-category {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--wl-secondary);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.hotel-card-title {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--wl-text);
  margin-bottom: 7px;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}
.hotel-card-title:hover { color: var(--wl-primary); }
.hotel-location {
  font-size: 0.8rem;
  color: var(--wl-text-muted);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.hotel-location i { color: var(--wl-accent); font-size: 0.72rem; }
.hotel-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.hotel-amenity {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(0,168,204,0.08);
  color: var(--wl-secondary);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 100px;
  border: 1px solid rgba(0,168,204,0.15);
}
.hotel-amenity i { font-size: 0.65rem; }
.hotel-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--wl-border);
}
.hotel-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.83rem;
}

.step-card {
  background:var(--wl-surface);
  border-radius:14px;
  padding:28px 22px 24px;
  text-align:center;
  border:1.5px solid var(--wl-border);
  transition:all 0.25s;
  height:100%;
}
.step-card:hover { transform:translateY(-4px); box-shadow:var(--wl-card-shadow-hover); border-color:var(--wl-secondary); }
.step-icon-wrap {
  position:relative;
  width:68px; height:68px;
  background:linear-gradient(135deg,var(--wl-primary),var(--wl-secondary));
  border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  font-size:1.5rem; color:#fff;
  margin:0 auto 18px;
  box-shadow:0 6px 20px rgba(0,168,204,0.28);
}
.step-num-badge {
  position:absolute; top:-9px; right:-9px;
  width:24px; height:24px;
  background:var(--wl-accent);
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:0.68rem; font-weight:800; color:#fff;
  border:2px solid var(--wl-surface);
  font-family:'Plus Jakarta Sans',sans-serif;
}
.step-card h4 { font-size:1.05rem; margin-bottom:8px; color:var(--wl-text); }
.step-card p  { font-size:0.83rem; color:var(--wl-text-muted); margin:0; }

/* ── Testimonial Cards ───────────────────────────────────── */
.testimonial-card {
  background:var(--wl-surface);
  border-radius:14px;
  padding:28px;
  border:1px solid var(--wl-border);
  box-shadow:var(--wl-card-shadow);
  position:relative;
}
.testimonial-card::before {
  content:'\201C';
  position:absolute; top:18px; right:22px;
  font-size:4rem; font-family:Georgia,serif;
  color:var(--wl-border); line-height:1;
}
.testimonial-text { font-size:0.88rem; line-height:1.78; color:var(--wl-text-muted); font-style:italic; margin-bottom:20px; }
.testimonial-name { font-weight:700; font-size:0.88rem; color:var(--wl-text); }
.testimonial-role { font-size:0.75rem; color:var(--wl-text-muted); }

/* ── FAQ ─────────────────────────────────────────────────── */
.wl-accordion .accordion-item {
  background:var(--wl-surface);
  border:1px solid var(--wl-border);
  border-radius:10px !important;
  margin-bottom:8px;
  overflow:hidden;
}
.wl-accordion .accordion-button {
  background:var(--wl-surface);
  color:var(--wl-text);
  font-weight:600;
  font-size:0.92rem;
  padding:16px 20px;
  box-shadow:none;
}
.wl-accordion .accordion-button:not(.collapsed) {
  background:var(--wl-surface);
  color:var(--wl-primary);
  box-shadow:none;
}
[data-bs-theme="dark"] .wl-accordion .accordion-button:not(.collapsed) { color:var(--wl-secondary); }
.wl-accordion .accordion-button::after { filter:none; }
.wl-accordion .accordion-body {
  font-size:0.87rem;
  color:var(--wl-text-muted);
  line-height:1.75;
  padding:0 20px 18px;
}

/* ── CTA Section ─────────────────────────────────────────── */
.wl-cta {
  background:linear-gradient(135deg, var(--wl-primary) 0%, var(--wl-dark) 100%);
  position:relative; overflow:hidden;
}
.wl-cta::before {
  content:'';position:absolute;
  width:400px;height:400px;background:var(--wl-secondary);
  border-radius:50%;top:-150px;right:-80px;opacity:0.07;
}
.wl-cta::after {
  content:'';position:absolute;
  width:250px;height:250px;background:var(--wl-accent);
  border-radius:50%;bottom:-80px;left:60px;opacity:0.06;
}
.cta-inner { position:relative; z-index:1; }
.newsletter-input-wrap { display:flex; gap:10px; }
.newsletter-input {
  flex:1; padding:13px 20px;
  border-radius:100px;
  border:2px solid rgba(255,255,255,0.18);
  background:rgba(255,255,255,0.1);
  color:#fff; font-size:0.9rem; outline:none;
}
.newsletter-input::placeholder { color:rgba(255,255,255,0.5); }
.newsletter-input:focus { border-color:var(--wl-accent); background:rgba(255,255,255,0.15); }
.cta-mini-stat { text-align:center; }
.cta-mini-stat-num { font-family:'Plus Jakarta Sans',sans-serif; font-size:1.3rem; font-weight:800; color:#fff; line-height:1; }
.cta-mini-stat-label { font-size:0.68rem; color:rgba(255,255,255,0.5); text-transform:uppercase; letter-spacing:0.07em; margin-top:2px; }

/* ── Page Header ─────────────────────────────────────────── */
.wl-page-header {
  background:linear-gradient(135deg,var(--wl-primary) 0%,var(--wl-dark) 100%);
  padding: 108px 0 52px;
  position:relative; overflow:hidden;
}
.wl-page-header::before {
  content:'';position:absolute;inset:0;
  background:url('/assets/images/default-hero.jpg') center/cover no-repeat;
  opacity:0.12;
}
.wl-page-header-inner { position:relative; z-index:1; }
.wl-page-header h1 { color:#fff; font-size:clamp(1.8rem,4vw,2.8rem); }
.wl-page-header p  { color:rgba(255,255,255,0.75); font-size:1rem; }
.wl-breadcrumb { display:flex; align-items:center; gap:8px; font-size:0.8rem; color:rgba(255,255,255,0.6); margin-bottom:14px; }
.wl-breadcrumb a { color:var(--wl-accent); text-decoration:none; }
.wl-breadcrumb i { font-size:0.65rem; }

/* ── Tour Detail ─────────────────────────────────────────── */
.tour-gallery-main { height:480px; overflow:hidden; position:relative; }
.tour-gallery-main img { width:100%; height:100%; object-fit:cover; }
.gallery-thumb-strip { display:flex; gap:8px; padding:10px 0; }
.thumb-item {
  width:68px; height:52px;
  border-radius:8px; overflow:hidden;
  cursor:pointer; opacity:0.65; transition:all 0.15s;
  border:2px solid transparent; flex-shrink:0;
}
.thumb-item:hover,.thumb-item.active { opacity:1; border-color:#fff; }
.thumb-item img { width:100%; height:100%; object-fit:cover; }
.gallery-count-badge {
  position:absolute; bottom:16px; left:16px;
  background:rgba(0,0,0,0.55); color:#fff;
  padding:5px 14px; border-radius:100px;
  font-size:0.78rem; backdrop-filter:blur(4px);
  cursor:pointer; border:none;
}
.wl-tabs { border-bottom:2px solid var(--wl-border); margin-bottom:28px; }
.wl-tab-btn {
  padding:12px 20px; font-size:0.87rem; font-weight:600;
  color:var(--wl-text-muted); background:none; border:none;
  border-bottom:2px solid transparent; margin-bottom:-2px;
  cursor:pointer; transition:all 0.15s;
}
.wl-tab-btn:hover { color:var(--wl-primary); }
.wl-tab-btn.active { color:var(--wl-primary); border-bottom-color:var(--wl-primary); }
[data-bs-theme="dark"] .wl-tab-btn.active { color:var(--wl-secondary); border-bottom-color:var(--wl-secondary); }
.wl-tab-panel { display:none; } .wl-tab-panel.active { display:block; }
.tour-meta-row { display:flex; flex-wrap:wrap; gap:18px; padding-bottom:22px; border-bottom:1px solid var(--wl-border); margin-bottom:24px; }
.tour-meta-badge { display:flex; align-items:center; gap:6px; font-size:0.85rem; color:var(--wl-text-muted); }
.tour-meta-badge i { color:var(--wl-secondary); }
.tour-meta-badge strong { color:var(--wl-text); }
.inclusion-item { display:flex; align-items:flex-start; gap:8px; font-size:0.85rem; color:var(--wl-text-muted); margin-bottom:8px; }
.inclusion-item.inc i { color:#10b981; flex-shrink:0; margin-top:2px; }
.inclusion-item.exc i { color:#ef4444; flex-shrink:0; margin-top:2px; }
.highlight-note {
  background:linear-gradient(135deg,rgba(13,59,102,0.06),rgba(0,168,204,0.06));
  border-left:4px solid var(--wl-secondary);
  border-radius:0 10px 10px 0;
  padding:14px 18px; font-size:0.86rem; color:var(--wl-text-muted);
  margin:18px 0;
}
[data-bs-theme="dark"] .highlight-note { background:rgba(0,168,204,0.08); }

/* ── Booking Widget ──────────────────────────────────────── */
.booking-widget {
  background:var(--wl-surface);
  border-radius:16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  border:1px solid var(--wl-border);
  position:sticky; top:90px; overflow:hidden;
  max-width:100%;
}
.booking-header {
  background:linear-gradient(135deg,var(--wl-primary),#1a5276);
  padding:14px 22px; text-align:center;
}
.booking-from-label { font-size:0.72rem; color:rgba(255,255,255,0.7); }
.booking-amount { font-family:'Plus Jakarta Sans',sans-serif; font-size:1.9rem; font-weight:800; color:#fff; line-height:1; }
.booking-per { font-size:0.75rem; color:rgba(255,255,255,0.65); }
.booking-body { padding:20px; }
.pkg-option {
  border:2px solid var(--wl-border);
  border-radius:10px;
  padding:12px 14px;
  cursor:pointer;
  transition:all 0.15s;
  margin-bottom:8px;
}
.pkg-option:hover { border-color:var(--wl-secondary); }
.pkg-option.selected { border-color:var(--wl-primary); background:rgba(13,59,102,0.04); }
[data-bs-theme="dark"] .pkg-option.selected { background:rgba(13,59,102,0.15); }
.pkg-option input[type=radio] { display:none; }
.pkg-name { font-weight:700; font-size:0.88rem; color:var(--wl-text); }
.pkg-desc { font-size:0.73rem; color:var(--wl-text-muted); }
.pkg-price { font-weight:800; color:var(--wl-primary); font-size:0.92rem; font-family:'Plus Jakarta Sans',sans-serif; }
.pkg-popular {
  position:absolute; top:-8px; right:10px;
  background:var(--wl-accent); color:#fff;
  font-size:0.62rem; font-weight:700; padding:2px 10px;
  border-radius:100px; text-transform:uppercase; letter-spacing:0.06em;
}
.counter-ctrl { display:flex; align-items:center; border:1.5px solid var(--wl-border); border-radius:8px; overflow:hidden; }
.counter-btn {
  width:34px; height:34px;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer; background:none; border:none;
  color:var(--wl-text-muted); transition:all 0.15s;
}
.counter-btn:hover { background:var(--wl-surface-2); color:var(--wl-primary); }
.counter-val { flex:1; text-align:center; font-weight:700; font-size:0.92rem; color:var(--wl-text); }
.addon-row {
  display:flex; align-items:center; gap:10px;
  padding:10px 12px;
  border:1.5px solid var(--wl-border);
  border-radius:9px; cursor:pointer; transition:all 0.15s;
  margin-bottom:7px;
}
.addon-row:hover { border-color:var(--wl-secondary); }
.addon-row.checked { border-color:#10b981; background:rgba(16,185,129,0.04); }
.addon-row input[type=checkbox] { accent-color:#10b981; width:16px; height:16px; flex-shrink:0; cursor:pointer; }
.addon-name { font-size:0.83rem; font-weight:600; color:var(--wl-text); }
.addon-sub  { font-size:0.72rem; color:var(--wl-text-muted); }
.addon-price { font-size:0.82rem; font-weight:700; color:var(--wl-primary); flex-shrink:0; margin-left:auto; font-family:'Plus Jakarta Sans',sans-serif; }
[data-bs-theme="dark"] .addon-price { color: var(--wl-secondary); }
.price-row { display:flex; justify-content:space-between; font-size:0.85rem; margin-bottom:8px; }
.price-row span:first-child { color:var(--wl-text-muted); }
.price-row span:last-child  { font-weight:600; color:var(--wl-text); }
.price-row.total { padding-top:12px; border-top:2px solid var(--wl-border); margin-top:4px; }
.price-row.total span:first-child { font-weight:700; color:var(--wl-text); }
.price-row.total span:last-child  { font-size:1.05rem; color:var(--wl-primary); font-family:'Plus Jakarta Sans',sans-serif; }
[data-bs-theme="dark"] .price-row.total span:last-child { color: var(--wl-secondary); }
.booking-note { font-size:0.75rem; color:var(--wl-text-muted); text-align:center; margin-top:10px; }
.booking-note i { color:#10b981; }
.section-mini-title { font-size:0.7rem; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; color:var(--wl-text-muted); margin-bottom:10px; display:flex; align-items:center; gap:6px; }
.section-mini-title i { color:var(--wl-secondary); }

/* ── Guide Profile ───────────────────────────────────────── */
.profile-cover { height:320px; position:relative; margin-top:68px; overflow:hidden; }
.profile-cover img { width:100%; height:100%; object-fit:cover; }
.profile-cover::after { content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(13,59,102,0.65) 0%,transparent 55%); }
.profile-section {
  background:var(--wl-surface);
  border-radius:0;
}
.profile-header-wrap {
  display:flex; align-items:flex-end; gap:24px; flex-wrap:wrap;
  padding:0 0 28px; border-bottom:1px solid var(--wl-border);
}
.profile-avatar-wrap { position:relative; margin-top:-55px; flex-shrink:0; }
.profile-avatar {
  width:120px; height:120px;
  border-radius:50%; border:5px solid var(--wl-surface);
  object-fit:cover; box-shadow:0 4px 20px rgba(0,0,0,0.18);
  display:block;
}
.profile-verified {
  position:absolute; bottom:5px; right:5px;
  width:28px; height:28px;
  background:#10b981; border-radius:50%;
  border:3px solid var(--wl-surface);
  display:flex; align-items:center; justify-content:center;
  font-size:0.7rem; color:#fff;
}
.profile-name { font-size:1.9rem; margin-bottom:4px; color:var(--wl-text); }
.profile-specialty { font-size:0.9rem; color:var(--wl-secondary); font-weight:600; margin-bottom:10px; }
.profile-stats-strip {
  display:grid; grid-template-columns:repeat(4,1fr);
  background:var(--wl-surface-2);
  border-radius:12px; overflow:hidden;
  border:1px solid var(--wl-border);
  margin-bottom:28px;
}
.profile-stat { text-align:center; padding:18px 12px; border-right:1px solid var(--wl-border); }
.profile-stat:last-child { border-right:none; }
.profile-stat-num { font-family:'Plus Jakarta Sans',sans-serif; font-size:1.5rem; font-weight:800; color:var(--wl-primary); }
.profile-stat-label { font-size:0.7rem; text-transform:uppercase; letter-spacing:0.06em; color:var(--wl-text-muted); margin-top:2px; }
.lang-pill-pro {
  display:inline-flex; align-items:center; gap:8px;
  padding:7px 14px;
  background:var(--wl-surface-2);
  border-radius:100px; font-size:0.82rem; font-weight:600;
  color:var(--wl-text); border:1px solid var(--wl-border);
}
.lang-level { font-size:0.68rem; color:var(--wl-secondary); font-weight:600; background:rgba(0,168,204,0.1); padding:1px 7px; border-radius:100px; }
.location-chip {
  display:inline-flex; align-items:center; gap:5px;
  padding:6px 13px;
  border:1.5px solid var(--wl-border);
  border-radius:100px; font-size:0.78rem; color:var(--wl-text-muted);
  transition:all 0.15s; cursor:default;
}
.location-chip:hover { border-color:var(--wl-secondary); color:var(--wl-primary); }
.location-chip i { color:var(--wl-accent); font-size:0.68rem; }
.expertise-chip {
  display:inline-flex; align-items:center; gap:7px;
  padding:8px 14px;
  background:var(--wl-surface-2);
  border-radius:8px; font-size:0.82rem; color:var(--wl-text);
}
.expertise-chip i { color:var(--wl-secondary); font-size:0.8rem; }
.photo-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.photo-item {
  position:relative; border-radius:8px; overflow:hidden;
  aspect-ratio:1; cursor:pointer;
}
.photo-item img { width:100%; height:100%; object-fit:cover; transition:transform 0.4s; }
.photo-item:hover img { transform:scale(1.07); }
.photo-overlay {
  position:absolute; inset:0;
  background:rgba(0,0,0,0.42);
  display:flex; align-items:center; justify-content:center;
  opacity:0; transition:opacity 0.15s;
  font-size:1.3rem; color:#fff;
}
.photo-item:hover .photo-overlay { opacity:1; }
.video-card {
  position:relative; border-radius:12px; overflow:hidden;
  aspect-ratio:16/9; cursor:pointer; background:var(--wl-dark);
}
.video-card img { width:100%; height:100%; object-fit:cover; opacity:0.72; transition:opacity 0.2s; }
.video-card:hover img { opacity:0.85; }
.video-play {
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
}
.play-btn {
  width:50px; height:50px;
  background:rgba(255,255,255,0.92);
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:1.05rem; color:var(--wl-primary);
  padding-left:3px; box-shadow:0 4px 20px rgba(0,0,0,0.25);
  transition:transform 0.2s;
}
.video-card:hover .play-btn { transform:scale(1.1); }
.video-info { position:absolute; bottom:0; left:0; right:0; padding:12px; background:linear-gradient(to top,rgba(0,0,0,0.65),transparent); }
.video-title { font-size:0.82rem; font-weight:600; color:#fff; }
.video-meta  { font-size:0.72rem; color:rgba(255,255,255,0.7); margin-top:2px; }
.social-link-btn {
  display:inline-flex; align-items:center; gap:8px;
  padding:9px 18px; border-radius:100px;
  font-size:0.83rem; font-weight:600;
  transition:all 0.2s; text-decoration:none;
}
.social-link-btn:hover { transform:translateY(-2px); }
.sl-instagram { background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color:#fff; }
.sl-youtube   { background:#ff0000; color:#fff; }
.sl-facebook  { background:#1877f2; color:#fff; }
.sl-tiktok    { background:#010101; color:#fff; }
.sl-twitter   { background:#000; color:#fff; }
.sl-linkedin  { background:#0077b5; color:#fff; }
.profile-book-card { background:var(--wl-surface); border-radius:16px; box-shadow: 0 4px 16px rgba(0,0,0,0.07); border:1px solid var(--wl-border); overflow:hidden; position: sticky; top: 90px; }
#book-guide { display: flex; flex-direction: column; gap: 16px; }
.profile-book-header { background:linear-gradient(135deg,var(--wl-primary),#1a6b9a); padding:20px 22px; }
.pbh-guide-row { display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.pbh-avatar { width:44px; height:44px; border-radius:50%; border:2px solid rgba(255,255,255,0.35); object-fit:cover; }
.pbh-name { font-weight:700; color:#fff; font-size:0.9rem; line-height:1.2; }
.pbh-avail { display:flex; align-items:center; gap:5px; font-size:0.72rem; color:rgba(255,255,255,0.78); margin-top:2px; }
.pbh-avail-dot { width:7px; height:7px; border-radius:50%; background:#4ade80; flex-shrink:0; }
.pbh-title { font-family:'Plus Jakarta Sans',sans-serif; color:#fff; font-size:1.25rem; font-weight:800; margin:0 0 6px; }
.pbh-sub { font-size:0.78rem; color:rgba(255,255,255,0.72); margin:0; line-height:1.5; }
.review-card { padding-bottom:18px; border-bottom:1px solid var(--wl-border); }
.review-card:last-child { border-bottom:none; padding-bottom:0; }
.reviewer-avatar { width:38px; height:38px; border-radius:50%; object-fit:cover; flex-shrink:0; }
.reviewer-name { font-size:0.85rem; font-weight:700; color:var(--wl-text); }
.review-date   { font-size:0.72rem; color:var(--wl-text-muted); }
.review-text   { font-size:0.83rem; color:var(--wl-text-muted); line-height:1.65; }

/* ── Sidebar Filters ─────────────────────────────────────── */

.filter-section-title { font-size:0.75rem; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; color:var(--wl-text-muted); margin-bottom:12px; }
.filter-check { display:flex; align-items:center; gap:9px; font-size:0.85rem; color:var(--wl-text-muted); margin-bottom:9px; cursor:pointer; }
.filter-check input { accent-color:var(--wl-secondary); cursor:pointer; }
.filter-check:hover { color:var(--wl-text); }
.count-badge { font-size:0.72rem; color:var(--wl-text-muted); background:var(--wl-surface-2); padding:1px 7px; border-radius:100px; margin-left:auto; }

/* ── Pagination ──────────────────────────────────────────── */
.wl-pagination { display:flex; align-items:center; justify-content:center; gap:5px; margin-top:36px; }
.page-btn {
  width:38px; height:38px;
  border-radius:9px;
  display:flex; align-items:center; justify-content:center;
  font-size:0.85rem; color:var(--wl-text-muted);
  background:var(--wl-surface); border:1.5px solid var(--wl-border);
  cursor:pointer; transition:all 0.15s;
  text-decoration:none;
}
.page-btn:hover,.page-btn.active { background:var(--wl-primary); color:#fff; border-color:var(--wl-primary); }

/* ── Lightbox ────────────────────────────────────────────── */
.wl-lightbox { position:fixed;inset:0;background:rgba(0,0,0,0.93);z-index:9999;display:none;align-items:center;justify-content:center; }
.wl-lightbox.open { display:flex; }
.lightbox-img { max-width:90vw; max-height:85vh; border-radius:10px; }
.lb-close { position:absolute;top:18px;right:22px;color:#fff;font-size:1.7rem;cursor:pointer;opacity:0.8;transition:opacity 0.15s; background:none;border:none; }
.lb-close:hover { opacity:1; }
.lb-nav { position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.13);border-radius:50%;width:46px;height:46px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;border:none;backdrop-filter:blur(4px);transition:background 0.15s; }
.lb-nav:hover { background:rgba(255,255,255,0.22); }
.lb-prev { left:20px; } .lb-next { right:20px; }

/* ── Footer ──────────────────────────────────────────────── */
.wl-footer { background: #0d1a2e; color:rgba(255,255,255,0.65); padding:64px 0 0; }
[data-bs-theme="dark"] .wl-footer { background:#080d14; }
.footer-brand { font-family:'Plus Jakarta Sans',sans-serif; font-size:1.25rem; font-weight:800; color:#fff; text-decoration:none; display:flex; align-items:center; gap:8px; letter-spacing:-0.02em; }
.footer-desc { font-size:0.84rem; line-height:1.75; margin:14px 0 20px; color:rgba(255,255,255,0.55); }
.footer-social-btn { width:36px;height:36px;background:rgba(255,255,255,0.07);border-radius:8px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.6);font-size:0.85rem;text-decoration:none;transition:all 0.15s; }
.footer-social-btn:hover { background:var(--wl-secondary); color:#fff; }
.footer-heading { font-family:'Plus Jakarta Sans',sans-serif; font-size:0.72rem; font-weight:700; text-transform:uppercase; letter-spacing:0.12em; color:#fff; margin-bottom:16px; }
.footer-link { display:flex;align-items:center;gap:6px;font-size:0.83rem;color:rgba(255,255,255,0.58);text-decoration:none;margin-bottom:9px;transition:all 0.15s; }
.footer-link i { font-size:0.62rem; color:var(--wl-accent); }
.footer-link:hover { color:var(--wl-accent); transform:translateX(3px); }
.footer-contact-row { display:flex;gap:10px;font-size:0.82rem;color:rgba(255,255,255,0.58);margin-bottom:12px;align-items:flex-start; }
.footer-contact-row i { color:var(--wl-accent);margin-top:2px;flex-shrink:0; }
.footer-divider { border-color:rgba(255,255,255,0.07); margin:0; }
.footer-bottom { padding:18px 0; font-size:0.78rem; color:rgba(255,255,255,0.35); }
.footer-bottom-link { color:rgba(255,255,255,0.35); text-decoration:none; }
.footer-bottom-link:hover { color:var(--wl-accent); }

/* ── Page Header ─────────────────────────────────────────── */
.page-header {
  background: linear-gradient(135deg, var(--wl-primary) 0%, var(--wl-dark) 100%) center/cover no-repeat;
  padding: 120px 0 56px;
  position: relative; overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute; inset: 0;
  background: inherit; background-size: cover;
  opacity: 0.18; z-index: 0;
}
.page-header-content { position: relative; z-index: 1; }
.page-header h1 { color: #fff; font-size: clamp(1.8rem,4vw,2.8rem); margin-bottom: 8px; }
.page-header p  { color: rgba(255,255,255,0.75); font-size: 1rem; margin-bottom: 0; }
.page-header .breadcrumb { background: none; padding: 0; margin-bottom: 14px; }
.page-header .breadcrumb a { color: var(--wl-accent); text-decoration: none; }
.page-header .breadcrumb span { color: rgba(255,255,255,0.65); }
.page-header .breadcrumb i { font-size: 0.65rem; color: rgba(255,255,255,0.45); }
.page-header .header-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.page-header .hstat {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 0.83rem;
  color: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
}
.page-header .hstat i { color: var(--wl-accent); }

/* ── Tours Page Layout ───────────────────────────────────── */
.tours-layout { display: grid; grid-template-columns: 260px 1fr; gap: 28px; align-items: start; }
.tours-layout > * { min-width: 0; }
@media (max-width: 900px) { .tours-layout { grid-template-columns: 1fr; } }

.tours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.tours-grid.list-view { grid-template-columns: 1fr; }
.tours-grid.list-view .tour-card { flex-direction: row; display: flex; }
.tours-grid.list-view .tour-card-img { width: 240px; flex-shrink: 0; }
.tours-grid.list-view .tour-card-img img { height: 100%; }
.tours-grid.list-view .tour-card-body { flex: 1; }
@media (max-width: 600px) {
  .tours-grid.list-view .tour-card { flex-direction: column; }
  .tours-grid.list-view .tour-card-img { width: 100%; }
}

/* Toolbar */
.tours-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; flex-wrap: wrap; gap: 10px; }
.tours-count { font-size: 0.85rem; color: var(--wl-text-muted); }
.tours-count span { font-weight: 700; color: var(--wl-text); }
.sort-select {
  border: 1.5px solid var(--wl-border);
  border-radius: 9px;
  padding: 7px 14px;
  font-size: 1rem;
  color: var(--wl-text);
  background: var(--wl-surface);
  cursor: pointer;
  outline: none;
}
.view-toggle { display: flex; gap: 4px; }
.view-btn {
  width: 34px; height: 34px;
  border-radius: 8px;
  border: 1.5px solid var(--wl-border);
  background: var(--wl-surface);
  color: var(--wl-text-muted);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem;
  transition: all 0.15s;
}
.view-btn.active, .view-btn:hover { background: var(--wl-primary); color: #fff; border-color: var(--wl-primary); }

/* Tour card extras */
.badge-overlay {
  position: absolute; top: 12px; left: 12px;
  background: var(--wl-primary);
  color: #fff;
  font-size: 0.7rem; font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
  letter-spacing: 0.03em;
}
.tour-card-wishlist {
  position: absolute; top: 12px; right: 12px;
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.82);
  border: none;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #94a3b8;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.15s;
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  z-index: 1;
}
.tour-card-wishlist:hover, .tour-card-wishlist.active { color: #ef4444; transform: scale(1.1); }
.tour-card-wishlist:disabled { opacity: 0.6; pointer-events: none; }
.tour-card-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 4px; margin-bottom: 8px; }
.rating-line { display: flex; align-items: center; gap: 4px; }
.stars { display: flex; gap: 2px; color: #f59e0b; font-size: 0.75rem; }
.rating-num { font-size: 0.82rem; font-weight: 700; color: var(--wl-text); }
.rating-count { font-size: 0.75rem; color: var(--wl-text-muted); }
.tour-card-features { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; padding: 10px 0; border-top: 1px solid var(--wl-border); }

/* ── Professional Filter Sidebar (fsb) ───────────────────── */
.filter-sidebar {
  background: var(--wl-surface);
  border-radius: 10px;
  border: 1px solid var(--wl-border);
  overflow: hidden;
  position: sticky;
  top: 90px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04);
}

/* ── Tours mobile filter toggle (matches properties pattern) ─────────────── */
@media (max-width: 900px) {
  .tours-layout .filter-sidebar { display: none; }
  .tours-layout .filter-sidebar.open { display: block; }
}


/* Header */
.fsb-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px;
  background: linear-gradient(135deg, #e07840, var(--wl-accent));
}
.fsb-header-title { font-weight: 800; font-size: 1.05rem; color: #fff; letter-spacing: 0.01em; }
.fsb-clear-btn {
  background: rgba(255,255,255,0.15);
  border: 1.5px solid rgba(255,255,255,0.35);
  color: #fff;
  font-size: 0.72rem; font-weight: 700;
  padding: 6px 13px; border-radius: 20px;
  cursor: pointer; transition: all 0.18s;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-decoration: none;
}
.fsb-clear-btn:hover { background: rgba(255,255,255,0.28); border-color: rgba(255,255,255,0.55); transform: translateY(-1px); }

/* Category "All" row separator */
.fsb-cat-all-row { border-bottom: 1px solid var(--wl-border); margin-bottom: 4px; padding-bottom: 8px; }

/* Search */
.fsb-search-wrap {
  position: relative;
  padding: 14px 16px 14px;
  border-bottom: 1px solid var(--wl-border);
}
.fsb-search-icon {
  position: absolute; left: 28px; top: 50%; transform: translateY(-50%);
  color: var(--wl-text-muted); font-size: 0.82rem;
}
.fsb-search-input {
  width: 100%;
  padding: 10px 14px 10px 36px;
  border: 1.5px solid var(--wl-border);
  border-radius: 10px;
  background: var(--wl-surface-2);
  color: var(--wl-text);
  font-size: 0.83rem;
  outline: none;
  transition: border-color 0.15s;
}
.fsb-search-input:focus { border-color: var(--wl-accent); background: var(--wl-surface); }
.fsb-search-input::placeholder { color: var(--wl-text-muted); }

/* Sections */
.fsb-section {
  padding: 16px 16px 4px;
  border-top: 1px solid var(--wl-border);
}
.fsb-section-title {
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--wl-text-muted);
  margin-bottom: 12px;
  display: flex; align-items: center; gap: 6px;
}
.fsb-section-title i { color: var(--wl-accent); font-size: 0.75rem; }

/* Category Chips */
.fsb-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 4px; }
.fsb-chip {
  padding: 5px 12px;
  border-radius: 20px;
  border: 1.5px solid var(--wl-border);
  background: var(--wl-surface-2);
  color: var(--wl-text-muted);
  font-size: 0.76rem; font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  display: flex; align-items: center; gap: 4px;
}
.fsb-chip span {
  font-size: 0.68rem; font-weight: 700;
  background: var(--wl-border);
  color: var(--wl-text-muted);
  padding: 1px 5px; border-radius: 10px;
  transition: all 0.15s;
}
.fsb-chip:hover { border-color: var(--wl-accent); color: var(--wl-accent); }
.fsb-chip.active {
  background: linear-gradient(135deg, #e8864a, var(--wl-accent));
  border-color: transparent; color: #fff;
}
.fsb-chip.active span { background: rgba(255,255,255,0.25); color: #fff; }

/* Custom checkboxes */
.fsb-check {
  display: flex; align-items: center; gap: 10px;
  padding: 7px 0;
  cursor: pointer;
  border-bottom: 1px solid var(--wl-border);
}
.fsb-check:last-of-type { border-bottom: none; }
.fsb-check input { display: none; }
.fsb-check-box {
  width: 18px; height: 18px; flex-shrink: 0;
  border: 2px solid var(--wl-border);
  border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.15s;
  background: var(--wl-surface);
}
.fsb-check-box::after {
  content: '✓';
  font-size: 0.7rem; font-weight: 900;
  color: #fff; opacity: 0;
  transition: opacity 0.15s;
}
.fsb-check input:checked ~ .fsb-check-box {
  background: var(--wl-accent);
  border-color: var(--wl-accent);
}
.fsb-check input:checked ~ .fsb-check-box::after { opacity: 1; }
.fsb-check-label { flex: 1; font-size: 0.83rem; color: var(--wl-text); }
.fsb-check-label em { font-style: normal; color: var(--wl-text-muted); font-size: 0.75rem; }
.fsb-check:hover .fsb-check-box { border-color: var(--wl-accent); }
.fsb-count {
  font-size: 0.7rem; font-weight: 700;
  background: var(--wl-surface-2);
  color: var(--wl-text-muted);
  padding: 2px 8px; border-radius: 10px;
  border: 1px solid var(--wl-border);
}

/* Price range */
.fsb-price-display {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 12px;
}
.fsb-price-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem; font-weight: 700;
  color: var(--wl-accent-dark);
  background: rgba(244,162,97,0.12);
  padding: 4px 10px; border-radius: 8px;
  border: 1px solid rgba(244,162,97,0.3);
}
.fsb-price-sep { color: var(--wl-text-muted); font-size: 0.9rem; }
.fsb-range-wrap {
  position: relative;
  height: 5px;
  background: var(--wl-border);
  border-radius: 3px;
  margin: 14px 0 6px;
}
.fsb-range-fill {
  position: absolute;
  top: 0; height: 100%;
  background: var(--wl-accent);
  border-radius: 3px;
  pointer-events: none;
}
.fsb-range {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 100%;
  -webkit-appearance: none; appearance: none;
  background: transparent;
  outline: none; cursor: pointer;
  height: 18px; margin: 0; padding: 0;
  pointer-events: none;
}
.fsb-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--wl-accent);
  border: 3px solid var(--wl-surface);
  box-shadow: 0 0 0 2px var(--wl-accent);
  cursor: pointer;
  pointer-events: all;
}
.fsb-range::-moz-range-thumb {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--wl-accent);
  border: 3px solid var(--wl-surface);
  box-shadow: 0 0 0 2px var(--wl-accent);
  cursor: pointer;
  pointer-events: all;
  border: none;
}
.fsb-range-ticks {
  display: flex; justify-content: space-between;
  font-size: 0.68rem; color: var(--wl-text-muted);
  margin-top: 6px; margin-bottom: 4px;
}

/* Rating radio cards */
.fsb-radio-card {
  display: flex; align-items: center;
  padding: 9px 12px;
  margin-bottom: 6px;
  border: 1.5px solid var(--wl-border);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.15s;
  background: var(--wl-surface);
}
.fsb-radio-card:hover { border-color: var(--wl-accent); background: rgba(244,162,97,0.05); }
.fsb-radio-card input { display: none; }
.fsb-radio-card input:checked ~ .fsb-radio-inner .fsb-stars { color: #f59e0b; }
.fsb-radio-card input:checked ~ .fsb-radio-dot { background: var(--wl-accent); box-shadow: 0 0 0 3px rgba(244,162,97,0.25); }
.fsb-radio-card:has(input:checked) { border-color: var(--wl-accent); background: rgba(244,162,97,0.07); }
.fsb-radio-inner { flex: 1; display: flex; align-items: center; gap: 8px; }
.fsb-stars { font-size: 0.78rem; color: #f59e0b; letter-spacing: 1px; }
.fsb-radio-label { font-size: 0.8rem; color: var(--wl-text-muted); }
.fsb-radio-dot {
  width: 14px; height: 14px; border-radius: 50%;
  border: 2px solid var(--wl-border);
  flex-shrink: 0;
  transition: all 0.15s;
}

/* Group size grid */
.fsb-size-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 4px; }
.fsb-size-btn {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 10px 6px;
  border: 1.5px solid var(--wl-border);
  border-radius: 10px;
  background: var(--wl-surface-2);
  color: var(--wl-text-muted);
  cursor: pointer;
  transition: all 0.15s;
  font-family: inherit;
}
.fsb-size-btn i { font-size: 1rem; margin-bottom: 2px; }
.fsb-size-btn span { font-size: 0.75rem; font-weight: 600; color: var(--wl-text); }
.fsb-size-btn small { font-size: 0.65rem; color: var(--wl-text-muted); }
.fsb-size-btn:hover { border-color: var(--wl-accent); color: var(--wl-accent); }
.fsb-size-btn.active { background: linear-gradient(135deg, #e8864a, var(--wl-accent)); border-color: transparent; color: #fff; }
.fsb-size-btn.active span, .fsb-size-btn.active small { color: rgba(255,255,255,0.85); }
.fsb-size-btn.active i { color: #fff; }

/* Language grid */
.fsb-lang-grid {
  display: flex; flex-direction: column; gap: 6px; margin-bottom: 4px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 12px;
}
.fsb-lang-grid { scrollbar-color: var(--wl-accent) transparent; }
.fsb-lang-grid::-webkit-scrollbar { width: 5px; }
.fsb-lang-grid::-webkit-scrollbar-track { background: transparent; }
.fsb-lang-grid::-webkit-scrollbar-thumb { background: var(--wl-accent); border-radius: 10px; }
.fsb-lang-grid::-webkit-scrollbar-thumb:hover { background: var(--wl-accent-dark); }
[dir="rtl"] .fsb-lang-grid { direction: ltr; }
[dir="rtl"] .fsb-lang-item { direction: rtl; }
.fsb-lang-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px;
  border: 1.5px solid var(--wl-border);
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.15s;
  background: var(--wl-surface);
}
.fsb-lang-item input { display: none; }
.fsb-lang-flag { font-size: 1.1rem; line-height: 1; }
.fsb-lang-item span:not(.fsb-lang-flag) { flex: 1; font-size: 0.82rem; font-weight: 600; color: var(--wl-text); }
.fsb-lang-item small { font-size: 0.7rem; color: var(--wl-text-muted); background: var(--wl-surface-2); padding: 1px 7px; border-radius: 8px; }
.fsb-lang-item:hover { border-color: var(--wl-accent); }
.fsb-lang-item.active { border-color: var(--wl-accent); background: rgba(244,162,97,0.08); }
.fsb-lang-item.active span:not(.fsb-lang-flag) { color: var(--wl-accent-dark); }

/* Apply button */
.fsb-apply-btn {
  display: block; width: calc(100% - 32px);
  margin: 16px;
  padding: 12px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #e8864a, var(--wl-accent));
  color: #fff;
  font-size: 0.88rem; font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.02em;
}
.fsb-apply-btn:hover { transform: translateY(-1px); }

@media (max-width: 900px) {
  .fsb-apply-btn {
    position: sticky;
    bottom: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
    padding: 14px;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.12);
  }
}

/* Filter sidebar extras (legacy - keep for fallback) */
.filter-heading {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.85rem; font-weight: 700; color: var(--wl-text);
  margin-bottom: 18px;
}
.filter-clear { font-size: 0.78rem; color: var(--wl-secondary); cursor: pointer; font-weight: 600; }
.filter-clear:hover { color: var(--wl-primary); }
.filter-group { margin-bottom: 22px; }
.filter-group-title { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--wl-text-muted); margin-bottom: 10px; }
.filter-search { position: relative; }
.filter-search i { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: var(--wl-text-muted); font-size: 0.8rem; }
.filter-search .form-control { padding-left: 32px; font-size: 0.83rem; }
.filter-check-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.83rem; color: var(--wl-text-muted);
  margin-bottom: 8px; cursor: pointer;
}
.filter-check-item input { accent-color: var(--wl-secondary); cursor: pointer; flex-shrink: 0; }
.filter-check-item label { cursor: pointer; flex: 1; margin: 0; }
.filter-check-item .count { font-size: 0.72rem; color: var(--wl-text-muted); background: var(--wl-surface-2); padding: 1px 7px; border-radius: 100px; margin-left: auto; }
.filter-check-item:hover label { color: var(--wl-text); }
.price-range { padding: 4px 0 0; }
.price-range input[type="range"] { width: 100%; accent-color: var(--wl-secondary); }
.price-labels { display: flex; justify-content: space-between; font-size: 0.78rem; color: var(--wl-text-muted); margin-top: 6px; }

/* Quick filter tabs */
.tour-tab { transition: all 0.15s; }
.tour-tab:hover { color: var(--wl-primary) !important; }
[data-bs-theme="dark"] .tour-tab:hover { color: var(--wl-secondary) !important; }

/* Pagination */
.pagination { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 36px; flex-wrap: wrap; }
.page-btn.dots { border: none; background: none; cursor: default; color: var(--wl-text-muted); }

/* Footer base */
.footer { background: #0d1a2e; color: rgba(255,255,255,0.65); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-logo { margin-bottom: 14px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.07); font-size: 0.78rem; color: rgba(255,255,255,0.35); flex-wrap: wrap; gap: 8px; }

/* ── Utility aliases (inner pages) ───────────────────────── */
.section-sm { padding: 60px 0; }
.section-lg { padding: 90px 0; }
.btn-block { display: block; width: 100%; }
.nav-logo { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.25rem; font-weight: 800; text-decoration: none; display: flex; align-items: center; gap: 8px; letter-spacing: -0.02em; }
.logo-icon { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: var(--wl-primary); color: #fff; border-radius: 8px; }

/* ── Animations ──────────────────────────────────────────── */
.fade-up { opacity:0; transform:translateY(24px); transition:opacity 0.55s ease, transform 0.55s ease; }
.fade-up.visible { opacity:1; transform:translateY(0); }
.fade-up-d1 { transition-delay:0.1s; } .fade-up-d2 { transition-delay:0.2s; } .fade-up-d3 { transition-delay:0.3s; }
.fade-up-delay-1 { transition-delay: 0.1s; }
.fade-up-delay-2 { transition-delay: 0.2s; }

/* ── Datepicker Overrides ────────────────────────────────── */
.datepicker { z-index:9999 !important; font-family:'Inter',sans-serif !important; border-radius:14px !important; border:1.5px solid var(--wl-border) !important; box-shadow:0 18px 48px rgba(0,0,0,0.18) !important; padding:14px !important; }
.datepicker table { width: 100%; }
.datepicker table tr td, .datepicker table tr th { padding: 4px; }
.datepicker table tr td.day { border-radius: 8px !important; font-weight: 500; transition: background 0.12s, color 0.12s; }
.datepicker table tr td.day:hover { background: var(--wl-accent-light, rgba(244,162,97,0.16)) !important; color: var(--wl-primary) !important; }
.datepicker table tr td.old, .datepicker table tr td.new { color: var(--wl-muted, #94a3b8) !important; opacity: 0.6; }
.datepicker table tr td.active,.datepicker table tr td.active:hover { background:var(--wl-accent) !important; background-image:none !important; color:#fff !important; border-radius:8px !important; box-shadow: 0 4px 12px rgba(244,162,97,0.45); }
.datepicker table tr td.today:not(.active) { background:rgba(244,162,97,0.14) !important; color:var(--wl-accent) !important; font-weight:700; border-radius:8px !important; }
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover { color: var(--wl-muted, #cbd5e1) !important; opacity: 0.4; }
.datepicker table tr th.datepicker-switch { font-family:'Plus Jakarta Sans',sans-serif !important; font-weight:700 !important; color:var(--wl-primary) !important; }
.datepicker table tr th.prev, .datepicker table tr th.next { border-radius: 8px; transition: background 0.12s; }
.datepicker table tr th.prev:hover, .datepicker table tr th.next:hover { background: var(--wl-border); }
.datepicker table tr th.dow { color: var(--wl-muted, #94a3b8); font-weight: 600; font-size: 0.78rem; text-transform: uppercase; }
.wl-date-input { cursor:pointer; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%2300a8cc' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") !important; background-repeat:no-repeat !important; background-position:right 12px center !important; padding-right:38px !important; }

/* ── Bootstrap Form Overrides ────────────────────────────── */
.form-control,.form-select {
  background-color:var(--wl-surface);
  border-color:var(--wl-border);
  color:var(--wl-text);
  border-radius:9px;
}
.form-control:focus,.form-select:focus {
  background-color:var(--wl-surface);
  border-color:var(--wl-secondary);
  color:var(--wl-text);
  box-shadow:0 0 0 3px rgba(0,168,204,0.12);
}
.form-control::placeholder { color:var(--wl-text-muted); }
.form-label { font-size:0.82rem; font-weight:600; color:var(--wl-text-muted); margin-bottom:6px; }
.input-group-text { background:var(--wl-surface-2); border-color:var(--wl-border); color:var(--wl-text-muted); }

/* ── Section Helpers (new) ───────────────────────────────── */
.wl-section-alt { background: var(--wl-bg-subtle); }
[data-bs-theme="dark"] .wl-section-alt { background: var(--wl-bg-subtle); }
.wl-section-header { max-width:640px; margin:0 auto 52px; text-align:center; }
.wl-section-header h2 { margin-bottom:12px; }
.wl-section-header p   { color:var(--wl-text-muted); font-size:1rem; }
.wl-cta { padding:24px 0; }

/* ── Stats Bar helpers ───────────────────────────────────── */
.wl-stat-item {
  display:flex; align-items:center; gap:14px;
  padding:26px 20px;
  border-right:1px solid rgba(255,255,255,0.08);
  transition:background 0.15s;
}
.wl-stat-item:last-child { border-right:none; }
.wl-stat-item:hover { background:rgba(255,255,255,0.04); }
.wl-stat-icon {
  width:46px; height:46px;
  background:rgba(255,255,255,0.1);
  border-radius:10px;
  display:flex; align-items:center; justify-content:center;
  font-size:1.15rem; color:var(--wl-accent); flex-shrink:0;
}
.wl-stat-num   { font-family:'Plus Jakarta Sans',sans-serif; font-size:1.7rem; font-weight:800; color:#fff; line-height:1; }
.wl-stat-label { font-size:0.75rem; color:rgba(255,255,255,0.62); margin-top:2px; }

/* ── Destination Grid ────────────────────────────────────── */
.dest-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-template-rows:240px 240px;
  gap:14px;
}
.dest-card-large { grid-column:span 2; grid-row:span 2; height:100% !important; min-height:340px; }
.dest-card-title { font-family:'Plus Jakarta Sans',sans-serif; font-size:1.1rem; font-weight:700; color:#fff; margin-bottom:3px; }
.dest-card-meta  { font-size:0.78rem; color:rgba(255,255,255,0.75); display:flex; align-items:center; gap:5px; }
@media (max-width:900px) {
  .dest-grid { grid-template-columns:repeat(2,1fr); }
  .dest-card-large { grid-column:span 2; grid-row:span 1; min-height:260px; }
}
@media (max-width:576px) {
  .dest-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 10px;
  }
  .dest-card-large {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 220px;
  }
  .dest-card { min-height: 180px; }
  .dest-card-title { font-size: 0.95rem; }
}

/* ── Tour Card helpers ───────────────────────────────────── */
.tour-badge {
  position:absolute; top:12px; left:12px;
  padding:4px 12px; border-radius:100px;
  font-size:0.68rem; font-weight:700; letter-spacing:0.06em; text-transform:uppercase;
  background:var(--wl-accent); color:#fff; z-index:1;
}
.tour-badge-success { background:#10b981; }
.tour-badge-info    { background:#00a8cc; }
.tour-wishlist {
  position:absolute; top:12px; right:12px;
  width:34px; height:34px;
  background:rgba(255,255,255,0.82);
  border:none; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:0.85rem; color:#94a3b8; cursor:pointer;
  box-shadow:0 2px 8px rgba(0,0,0,0.12); transition:all 0.15s;
  backdrop-filter:blur(6px); z-index:1;
}
.tour-wishlist:hover,.tour-wishlist.active { color:#ef4444; transform:scale(1.1); }
.tour-wishlist:disabled { opacity:0.6; pointer-events:none; }
.tour-location { font-size:0.8rem; color:var(--wl-text-muted); display:flex; align-items:center; gap:4px; }
.tour-location i { color:var(--wl-accent); font-size:0.75rem; }
.tour-rating { display:flex; align-items:center; gap:4px; font-size:0.8rem; color:var(--wl-text-muted); }
.tour-features { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:14px; padding:10px 0; border-top:1px solid var(--wl-border); }
.tour-feature { font-size:0.75rem; color:var(--wl-text-muted); display:flex; align-items:center; gap:4px; }
.tour-feature i { color:var(--wl-secondary); font-size:0.72rem; }
.tour-card-footer { margin-top:auto; display:flex; align-items:center; justify-content:space-between; padding-top:14px; border-top:1px solid var(--wl-border); }
.tour-price { display:flex; align-items:baseline; gap:3px; }
.tour-price .from   { font-size:0.7rem; color:var(--wl-text-muted); }
.tour-price .amount { font-family:'Plus Jakarta Sans',sans-serif; font-size:1.3rem; font-weight:800; color:var(--wl-primary); line-height:1; }
[data-bs-theme="dark"] .tour-price .amount { color: var(--wl-secondary); }
.tour-price .per    { font-size:0.7rem; color:var(--wl-text-muted); }

/* ── Guide Card helpers ──────────────────────────────────── */
.guide-card-avatar {
  width:80px; height:80px; border-radius:50%;
  border:4px solid var(--wl-surface);
  object-fit:cover; margin:-40px auto 0; display:block;
  position:relative; z-index:1;
  box-shadow:0 4px 16px rgba(0,0,0,0.15);
}
.guide-card-name     { font-size:1rem; font-weight:700; color:var(--wl-text); margin-bottom:2px; }
.guide-card-specialty{ font-size:0.78rem; color:var(--wl-secondary); font-weight:600; margin-bottom:8px; }
.guide-rating { display:flex; align-items:center; justify-content:center; gap:5px; font-size:0.8rem; color:var(--wl-text-muted); margin-bottom:12px; }
.guide-meta-strip {
  display:flex; border:1px solid var(--wl-border); border-radius:9px;
  overflow:hidden; margin:12px 0;
}
.guide-meta-strip .guide-meta-item { flex:1; text-align:center; padding:9px 4px; border-right:1px solid var(--wl-border); }
.guide-meta-strip .guide-meta-item:last-child { border-right:none; }
.guide-meta-num   { font-size:0.9rem; font-weight:800; color:var(--wl-primary); font-family:'Plus Jakarta Sans',sans-serif; }
.guide-meta-label { font-size:0.62rem; text-transform:uppercase; letter-spacing:0.05em; color:var(--wl-text-muted); }
.guide-langs { display:flex; flex-wrap:wrap; gap:5px; justify-content:center; margin-bottom:0; }
.lang-tag {
  display:inline-block; padding:3px 9px;
  background:var(--wl-surface-2); border-radius:100px;
  font-size:0.7rem; color:var(--wl-text-muted); font-weight:500;
}

/* ── Feature Card (vertical variant) ────────────────────── */
.feature-icon-wrap {
  width:52px; height:52px; flex-shrink:0;
  background:linear-gradient(135deg,var(--wl-primary),var(--wl-secondary));
  border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  font-size:1.2rem; color:#fff;
}

/* ── Testimonial helpers ─────────────────────────────────── */
.testimonial-stars { display:flex; gap:3px; }
.testimonial-author { display:flex; align-items:center; gap:12px; }
.testimonial-author img { width:42px; height:42px; border-radius:50%; object-fit:cover; flex-shrink:0; }

/* ── CTA Form Card ───────────────────────────────────────── */
.cta-form-card {
  background:rgba(255,255,255,0.08);
  border-radius:16px; padding:28px;
  border:1px solid rgba(255,255,255,0.15);
  position:relative; z-index:1;
}
.cta-email-input { background:rgba(255,255,255,0.1) !important; border-color:rgba(255,255,255,0.2) !important; color:#fff !important; border-radius:9px 0 0 9px !important; }
.cta-email-input::placeholder { color:rgba(255,255,255,0.5) !important; }
.cta-email-input:focus { background:rgba(255,255,255,0.15) !important; border-color:var(--wl-accent) !important; box-shadow:none !important; }
.cta-privacy-note { font-size:0.75rem; color:rgba(255,255,255,0.45); margin:6px 0 0; }
.cta-privacy-note i { color:rgba(255,255,255,0.6); }
.cta-mini-stats { display:flex; gap:24px; padding-top:16px; margin-top:16px; border-top:1px solid rgba(255,255,255,0.12); }
.cta-mini-stat  { text-align:center; }
.cta-mini-num   { font-family:'Plus Jakarta Sans',sans-serif; font-size:1.2rem; font-weight:800; color:#fff; line-height:1; }
.cta-mini-label { font-size:0.65rem; color:rgba(255,255,255,0.5); text-transform:uppercase; letter-spacing:0.07em; margin-top:2px; }

/* ── Footer helpers ──────────────────────────────────────── */
.footer-social { display:flex; gap:8px; margin-top:16px; }
.social-btn { width:36px; height:36px; background:rgba(255,255,255,0.07); border-radius:8px; display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,0.6); font-size:0.85rem; text-decoration:none; transition:all 0.15s; }
.social-btn:hover { background:var(--wl-secondary); color:#fff; }
.footer-links { list-style:none; padding:0; margin:0; }
.footer-links li a { display:flex; align-items:center; gap:7px; font-size:0.83rem; color:rgba(255,255,255,0.58); text-decoration:none; margin-bottom:9px; transition:all 0.15s; }
.footer-links li a i { font-size:0.6rem; color:var(--wl-accent); }
.footer-links li a:hover { color:var(--wl-accent); padding-left:3px; }
.footer-contact-item { display:flex; gap:10px; font-size:0.82rem; color:rgba(255,255,255,0.58); margin-bottom:12px; align-items:flex-start; }
.footer-contact-item i { color:var(--wl-accent); margin-top:2px; flex-shrink:0; }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; padding:18px 0; font-size:0.78rem; color:rgba(255,255,255,0.35); border-top:1px solid rgba(255,255,255,0.07); margin-top:0; flex-wrap:wrap; gap:10px; }
.footer-bottom-links { display:flex; gap:20px; flex-wrap:wrap; }
.footer-bottom-links a { color:rgba(255,255,255,0.35); text-decoration:none; transition:color 0.15s; }
.footer-bottom-links a:hover { color:var(--wl-accent); }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width:991px) {
  .wl-navbar .navbar-collapse {
    background: var(--wl-surface);
    border-radius: 12px;
    padding: 16px;
    margin-top: 8px;
    box-shadow: var(--wl-card-shadow-hover);
  }
  /* Nav links inside the mobile collapse always use dark-on-light colours */
  .wl-navbar .navbar-collapse .navbar-nav .nav-link {
    color: var(--wl-text);
  }
  .wl-navbar .navbar-collapse .navbar-nav .nav-link:hover,
  .wl-navbar .navbar-collapse .navbar-nav .nav-link.active {
    color: var(--wl-primary);
    background: var(--wl-surface-2);
  }
  [data-bs-theme="dark"] .wl-navbar .navbar-collapse .navbar-nav .nav-link { color: #e2e8f0; }
  [data-bs-theme="dark"] .wl-navbar .navbar-collapse .navbar-nav .nav-link:hover,
  [data-bs-theme="dark"] .wl-navbar .navbar-collapse .navbar-nav .nav-link.active { color: var(--wl-secondary); }
  /* Fix sign-in link and language button inside collapse */
  .wl-navbar .navbar-collapse .nav-signin { color: var(--wl-text-muted); }
  .wl-navbar .navbar-collapse .nav-signin:hover { color: var(--wl-primary); background: var(--wl-surface-2); }
  .wl-navbar .navbar-collapse .nav-lang-btn { color: var(--wl-text); border-color: var(--wl-border); background: var(--wl-surface-2); }

  .hero-stats { gap:20px; flex-wrap:wrap; }
  .profile-stats-strip { grid-template-columns:repeat(2,1fr); }
  .profile-stats-strip .profile-stat:nth-child(2) { border-right:none; }
}
@media (max-width:767px) {
  .wl-section { padding:60px 0; }
  .photo-grid { grid-template-columns:repeat(2,1fr); }
  .newsletter-input-wrap { flex-direction:column; }
}

/* ── Virtual Tour Button (on hotel card) ─────────────────── */
.vt-btn {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0,0,0,0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 6px 13px;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: all 0.2s;
  z-index: 3;
}
.vt-btn:hover {
  background: var(--wl-secondary);
  border-color: var(--wl-secondary);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,168,204,0.4);
}
.vt-btn i { font-size: 0.78rem; }

/* ── Virtual Tour Overlay ─────────────────────────────────── */
.vt-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(5,12,25,0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s;
}
.vt-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.vt-modal {
  width: min(96vw, 1100px);
  height: min(90vh, 680px);
  background: #0d1b2e;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 40px 120px rgba(0,0,0,0.7);
  border: 1px solid rgba(255,255,255,0.08);
  transform: scale(0.94) translateY(20px);
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
}
.vt-overlay.active .vt-modal {
  transform: scale(1) translateY(0);
}

/* Header */
.vt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  flex-shrink: 0;
  gap: 12px;
}
.vt-header-left { display: flex; align-items: center; gap: 12px; }
.vt-live-dot {
  width: 10px; height: 10px;
  background: #22c55e;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(34,197,94,0.25);
  animation: vtPulse 1.8s infinite;
}
@keyframes vtPulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(34,197,94,0.25); }
  50%      { box-shadow: 0 0 0 7px rgba(34,197,94,0.08); }
}
.vt-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--wl-secondary);
  margin-bottom: 2px;
}
.vt-hotel-name {
  font-size: 0.97rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.vt-hotel-location {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  margin-top: 1px;
}
.vt-hotel-location i { color: var(--wl-accent); margin-right: 3px; }
.vt-header-right { display: flex; align-items: center; gap: 16px; }
.vt-hint {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.4);
  white-space: nowrap;
}
.vt-hint i { margin: 0 2px; }
.vt-close {
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  color: rgba(255,255,255,0.7);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.18s;
  flex-shrink: 0;
}
.vt-close:hover { background: rgba(231,76,60,0.75); border-color: transparent; color: #fff; }

/* Viewer area */
.vt-viewer-wrap {
  flex: 1;
  position: relative;
  overflow: hidden;
}
#vtViewer {
  width: 100%;
  height: 100%;
}
.vt-loader {
  position: absolute;
  inset: 0;
  background: #0d1b2e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
}
.vt-spinner {
  width: 42px; height: 42px;
  border: 3px solid rgba(255,255,255,0.1);
  border-top-color: var(--wl-secondary);
  border-radius: 50%;
  animation: vtSpin 0.8s linear infinite;
}
@keyframes vtSpin { to { transform: rotate(360deg); } }

/* Room selector bar */
.vt-rooms-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: rgba(0,0,0,0.4);
  border-top: 1px solid rgba(255,255,255,0.07);
  flex-shrink: 0;
  flex-wrap: wrap;
}
.vt-rooms-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
  white-space: nowrap;
  flex-shrink: 0;
}
.vt-rooms { display: flex; gap: 6px; flex-wrap: wrap; flex: 1; }
.vt-room {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  color: rgba(255,255,255,0.6);
  font-size: 0.73rem;
  font-weight: 600;
  padding: 5px 13px;
  cursor: pointer;
  transition: all 0.18s;
}
.vt-room:hover { background: rgba(255,255,255,0.13); color: #fff; }
.vt-room.active {
  background: var(--wl-secondary);
  border-color: var(--wl-secondary);
  color: #fff;
  box-shadow: 0 2px 12px rgba(0,168,204,0.4);
}
.vt-room i { font-size: 0.68rem; }
.vt-disclaimer {
  font-size: 0.62rem;
  color: rgba(255,255,255,0.25);
  white-space: nowrap;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 600px) {
  .vt-hint { display: none; }
  .vt-disclaimer { display: none; }
  .vt-modal { border-radius: 14px; }
}

/* ================================================================
   TOUR DETAIL & GUIDE PROFILE — Missing Class Definitions
   ================================================================ */

/* ── CSS Variables (previously missing) ─────────────────────── */
:root,
[data-bs-theme="light"] {
  --radius:       8px;
  --radius-lg:    16px;
  --radius-full:  100px;
  --danger:       #ef4444;
  --transition:   all 0.2s ease;
  --font-heading: 'Plus Jakarta Sans', sans-serif;
}
[data-bs-theme="dark"] {
  --radius:       8px;
  --radius-lg:    16px;
  --radius-full:  100px;
  --danger:       #f87171;
  --transition:   all 0.2s ease;
  --font-heading: 'Plus Jakarta Sans', sans-serif;
}

/* ── Utility ─────────────────────────────────────────────────── */
.section { padding: 80px 0; }
[data-bs-theme="dark"] .bg-light { background: var(--wl-surface-2) !important; color: var(--wl-text) !important; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 576px) { .grid-3 { grid-template-columns: 1fr; } }
.flex-between { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }

/* ── Breadcrumb (standalone, outside page-header) ────────────── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--wl-text-muted);
  background: none;
  padding: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb a { color: var(--wl-secondary); text-decoration: none; transition: color 0.15s; }
.breadcrumb a:hover { color: var(--wl-primary); }
[data-bs-theme="dark"] .breadcrumb a:hover { color: var(--wl-secondary); }
.breadcrumb .fa-chevron-right { font-size: 0.6rem; color: var(--wl-border); }
.breadcrumb span { color: var(--wl-text); font-weight: 500; }

/* ── Custom Badges ───────────────────────────────────────────── */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
.badge i { font-size: 0.68rem; }
.badge-primary   { background: rgba(13,59,102,0.10); color: var(--wl-primary);   border: 1px solid rgba(13,59,102,0.2); }
.badge-success   { background: rgba(16,185,129,0.10); color: #10b981;            border: 1px solid rgba(16,185,129,0.2); }
.badge-secondary { background: rgba(0,168,204,0.10);  color: var(--wl-secondary); border: 1px solid rgba(0,168,204,0.2); }
.badge-accent    { background: rgba(244,162,97,0.12); color: var(--wl-accent-dark); border: 1px solid rgba(244,162,97,0.25); }
[data-bs-theme="dark"] .badge-primary   { background: rgba(13,59,102,0.3);  color: #7bb3dc; }
[data-bs-theme="dark"] .badge-accent    { color: var(--wl-accent); }

/* ── Tour Gallery ────────────────────────────────────────────── */
.tour-gallery { position: relative; background: #0d1a2e; overflow: hidden; }
.gallery-main  { height: 360px; overflow: hidden; position: relative; cursor: pointer; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; display: block; }
.gallery-main:hover img { transform: scale(1.02); }
.gallery-thumbs {
  display: flex; gap: 8px; padding: 10px 16px;
  background: rgba(0,0,0,0.45); backdrop-filter: blur(6px);
  overflow-x: auto;
}
.gallery-thumbs::-webkit-scrollbar { height: 3px; }
.gallery-thumbs::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.3); border-radius: 4px; }
.gallery-thumb {
  flex-shrink: 0; width: 82px; height: 62px;
  border-radius: 8px; overflow: hidden; cursor: pointer;
  opacity: 0.6; transition: all 0.2s;
  border: 2px solid transparent;
}
.gallery-thumb:hover { opacity: 1; }
.gallery-thumb.active { opacity: 1; border-color: var(--wl-accent); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-count {
  position: absolute; bottom: 76px; left: 16px;
  background: rgba(0,0,0,0.62); color: #fff;
  padding: 6px 16px; border-radius: 100px;
  font-size: 0.78rem; font-weight: 600;
  cursor: pointer; backdrop-filter: blur(4px);
  display: flex; align-items: center; gap: 7px;
  border: 1px solid rgba(255,255,255,0.2);
  transition: background 0.15s;
}
.gallery-count:hover { background: rgba(0,0,0,0.82); }

/* ── Guides Grid & Cards ─────────────────────────────────────── */
.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1100px) { .guides-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px)  { .guides-grid { grid-template-columns: 1fr; } }

.gc {
  background: var(--wl-surface);
  border: 1px solid var(--wl-border);
  border-radius: 16px;
  padding: 28px 20px 20px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}
.gc:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,0.10); }

.gc-avatar-wrap {
  position: relative;
  margin-bottom: 14px;
}
.gc-avatar {
  width: 90px; height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--wl-surface);
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.gc-verified {
  position: absolute; bottom: 2px; right: 2px;
  width: 22px; height: 22px;
  background: #22c55e;
  border-radius: 50%;
  border: 2px solid var(--wl-surface);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.6rem;
}
.gc-name {
  font-size: 1.05rem; font-weight: 700;
  color: var(--wl-text); margin-bottom: 4px;
}
.gc-specialty {
  font-size: 0.78rem; font-weight: 600;
  color: var(--wl-secondary); margin-bottom: 8px;
  line-height: 1.4;
}
.gc-rating {
  font-size: 0.85rem; color: var(--wl-text-muted);
  margin-bottom: 14px;
  display: flex; align-items: center; gap: 5px; justify-content: center;
}
.gc-rating strong { color: var(--wl-text); }

.gc-socials {
  display: flex; gap: 8px; margin-bottom: 16px;
}
.gc-social {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1.5px solid var(--wl-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--wl-text-muted); font-size: 0.75rem;
  text-decoration: none;
  transition: all 0.15s;
  background: var(--wl-surface-2);
}
.gc-social:hover { border-color: var(--wl-accent); color: var(--wl-accent); background: rgba(244,162,97,0.07); }

.gc-stats {
  width: 100%;
  display: flex; align-items: center; justify-content: center;
  background: var(--wl-surface-2);
  border: 1px solid var(--wl-border);
  border-radius: 10px;
  padding: 12px 0;
  margin-bottom: 14px;
}
.gc-stat { flex: 1; text-align: center; }
.gc-stat-num { font-size: 1rem; font-weight: 800; color: var(--wl-text); line-height: 1.2; }
.gc-stat-label { font-size: 0.65rem; color: var(--wl-text-muted); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 2px; }
.gc-stat-divider { width: 1px; height: 32px; background: var(--wl-border); }

.gc-langs {
  display: flex; flex-wrap: wrap; gap: 6px;
  justify-content: center; margin-bottom: 16px;
  flex: 1; align-content: flex-start;
}
.gc-lang {
  font-size: 0.75rem; font-weight: 500;
  background: var(--wl-surface-2);
  border: 1px solid var(--wl-border);
  padding: 4px 10px; border-radius: 20px;
  color: var(--wl-text-muted);
}

.gc-btn {
  display: block; width: 100%;
  padding: 7px 10px;
  background: var(--wl-primary);
  color: #fff;
  text-align: center; text-decoration: none;
  font-size: 0.8rem; font-weight: 600;
  border-radius: 8px;
  transition: background 0.15s;
}
.gc-btn:hover { background: #0a2d52; color: #fff; }

/* ── Tour Detail Image Slider ────────────────────────────────── */
.td-slider {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  background: #0d1a2e;
  user-select: none;
}
.td-slides {
  display: flex;
  width: 100%;
  height: calc(100% - 82px); /* leave room for thumb strip */
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.td-slide {
  min-width: 100%;
  height: 100%;
}
.td-slide img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
/* Arrows */
.td-nav-btn {
  position: absolute;
  top: calc(50% - 41px);
  transform: translateY(-50%);
  background: rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.25);
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; color: #fff;
  cursor: pointer; z-index: 20;
  backdrop-filter: blur(4px);
  transition: all 0.2s;
}
.td-nav-btn:hover { background: rgba(0,0,0,0.48); transform: translateY(-50%) scale(1.08); }
.td-prev { left: 18px; }
.td-next { right: 18px; }
/* Counter — bottom-right */
.td-counter {
  position: absolute; bottom: 96px; right: 16px;
  background: rgba(0,0,0,0.52); color: #fff;
  font-size: 0.78rem; font-weight: 700;
  padding: 5px 13px; border-radius: 20px;
  z-index: 20; letter-spacing: 0.03em;
  backdrop-filter: blur(4px);
}
/* Dots */
.td-dots {
  position: absolute; bottom: 92px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 7px; z-index: 20;
}
.td-dot {
  width: 8px; height: 8px;
  border-radius: 50%; border: none; padding: 0;
  background: rgba(255,255,255,0.45);
  cursor: pointer; transition: all 0.2s;
}
.td-dot.active { background: #fff; transform: scale(1.3); }
/* Thumbnail strip */
.td-thumbs {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 82px;
  display: flex; gap: 4px;
  padding: 8px 10px;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  z-index: 20;
}
.td-thumb {
  flex: 1; height: 100%;
  border-radius: 7px; overflow: hidden;
  cursor: pointer; opacity: 0.55;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.td-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.td-thumb:hover { opacity: 0.85; }
.td-thumb.active { opacity: 1; border-color: var(--wl-accent); }

@media (max-width: 768px) {
  .td-slider { height: 320px; }
  .td-thumbs { height: 60px; }
  .td-counter { bottom: 72px; right: 16px; }
  .td-dots { bottom: 68px; }
}

/* ── Tour Detail Layout ──────────────────────────────────────── */
.tour-detail-layout {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 36px;
  align-items: start;
  padding: 32px 0 64px;
}
.tour-detail-layout > * { min-width: 0; }
@media (max-width: 1100px) { .tour-detail-layout { grid-template-columns: 1fr 340px; gap: 24px; } }
@media (max-width: 900px)  { .tour-detail-layout { grid-template-columns: 1fr; } }

.tour-detail-title {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--wl-text);
  line-height: 1.2;
  margin-bottom: 16px;
}
.tour-detail-meta {
  display: flex; flex-wrap: wrap; gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--wl-border);
  margin-bottom: 20px;
}
.detail-meta-item {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.84rem; color: var(--wl-text-muted);
}
.detail-meta-item i { color: var(--wl-secondary); }
.detail-meta-item strong { color: var(--wl-text); }

/* ── Tour Tabs ───────────────────────────────────────────────── */
.tour-tabs {
  display: flex;
  border-bottom: 2px solid var(--wl-border);
  margin-bottom: 28px;
  overflow-x: auto;
}
.tour-tabs::-webkit-scrollbar { display: none; }
.tour-tabs .tour-tab:first-child { padding-inline-start: 0; }
.tour-tab {
  padding: 12px 20px;
  font-size: 0.87rem; font-weight: 600;
  color: var(--wl-text-muted);
  background: none; border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  display: inline-block;
}
.tour-tab:hover { color: var(--wl-primary); }
.tour-tab.active { color: var(--wl-primary); border-bottom-color: var(--wl-accent); }
[data-bs-theme="dark"] .tour-tab:hover { color: var(--wl-secondary); }
[data-bs-theme="dark"] .tour-tab.active { color: var(--wl-secondary); border-bottom-color: var(--wl-accent); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: tdPanelFade 0.22s ease-out; }
@keyframes tdPanelFade {
  from { opacity: 0; transform: translateY(7px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hd-tab-spinner {
  display: none; align-items: center; justify-content: center; gap: 7px;
  padding: 40px 0;
}
.hd-tab-spinner.show { display: flex; }
.hd-ts-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--wl-accent); opacity: 0.3;
  animation: hdTsDot 0.7s ease-in-out infinite;
}
.hd-ts-dot:nth-child(2) { animation-delay: 0.12s; }
.hd-ts-dot:nth-child(3) { animation-delay: 0.24s; }
@keyframes hdTsDot {
  0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); }
  40% { opacity: 1; transform: scale(1); }
}

/* ── Tour Content ────────────────────────────────────────────── */
.tour-desc { font-size: 0.9rem; color: var(--wl-text-muted); line-height: 1.78; }
.highlight-box {
  background: linear-gradient(135deg, rgba(13,59,102,0.06), rgba(0,168,204,0.06));
  border-left: 4px solid var(--wl-secondary);
  border-radius: 0 10px 10px 0;
  padding: 14px 18px; font-size: 0.86rem; color: var(--wl-text-muted);
  margin: 20px 0; display: flex; align-items: center; gap: 8px;
}
[data-bs-theme="dark"] .highlight-box { background: rgba(0,168,204,0.08); }
.section-subtitle {
  font-family: var(--font-heading); font-size: 1rem; font-weight: 700;
  color: var(--wl-text); margin: 24px 0 14px;
}
.section-subtitle a { color: var(--wl-accent); text-decoration: none; }
.section-subtitle a:hover { text-decoration: underline; }

/* ── Inclusions ──────────────────────────────────────────────── */
.inclusions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 28px; }
@media (max-width: 600px) { .inclusions-grid { grid-template-columns: 1fr; } }
.inclusion-list h4 { font-size: 0.9rem; margin-bottom: 14px; display: flex; align-items: center; gap: 7px; }
.inclusion-item.include i { color: #10b981; flex-shrink: 0; margin-top: 2px; }
.inclusion-item.exclude i { color: #ef4444; flex-shrink: 0; margin-top: 2px; }

/* ── Itinerary Accordion ─────────────────────────────────────── */
.itinerary-item {
  border: 1.5px solid var(--wl-border);
  border-radius: var(--radius-lg);
  margin-bottom: 10px; overflow: hidden;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.itinerary-item.open { box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-color: var(--wl-secondary); }
[data-bs-theme="dark"] .itinerary-item.open { box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.itinerary-header {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 20px; cursor: pointer;
  background: var(--wl-surface-2); transition: background 0.15s;
}
.itinerary-item.open .itinerary-header,
.itinerary-header:hover { background: var(--wl-surface); }
.itinerary-day {
  background: var(--wl-primary); color: #fff;
  font-size: 0.68rem; font-weight: 700;
  padding: 3px 10px; border-radius: 100px;
  white-space: nowrap; flex-shrink: 0;
}
.itinerary-title { font-size: 0.9rem; font-weight: 700; color: var(--wl-text); }
.itinerary-arrow {
  margin-left: auto; font-size: 0.85rem; color: var(--wl-text-muted);
  transition: transform 0.3s; flex-shrink: 0;
}
.itinerary-item.open .itinerary-arrow { transform: rotate(180deg); }
.itinerary-body {
  display: none; padding: 16px 20px;
  font-size: 0.86rem; color: var(--wl-text-muted); line-height: 1.75;
  border-top: 1px solid var(--wl-border); background: var(--wl-surface);
}
.itinerary-item.open .itinerary-body { display: block; }

/* ── Review Items ────────────────────────────────────────────── */
.review-item {
  border-bottom: 1px solid var(--wl-border);
  padding-bottom: 16px;
}
.review-item:last-child { border-bottom: none; padding-bottom: 0; }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.reviewer-img {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover;
  flex-shrink: 0; border: 2px solid var(--wl-border);
}
.reviewer-info { flex: 1; }

/* ── Booking Widget — Section Titles ─────────────────────────── */
.booking-price-display { text-align: center; }
.booking-from {
  font-size: 0.7rem; color: rgba(255,255,255,0.7);
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px;
}
.booking-section-title {
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--wl-text-muted);
  margin: 18px 0 10px;
  display: flex; align-items: center; gap: 6px;
}
.booking-section-title i { color: var(--wl-secondary); font-size: 0.78rem; }

/* ── Package Options ─────────────────────────────────────────── */
.package-options { display: flex; flex-direction: column; gap: 8px; margin-bottom: 4px; }
.package-option {
  position: relative; display: block;
  border: 2px solid var(--wl-border);
  border-radius: 10px; padding: 12px 14px;
  cursor: pointer; transition: all 0.15s;
}
.package-option:hover { border-color: var(--wl-secondary); }
.package-option.selected { border-color: var(--wl-primary); background: rgba(13,59,102,0.05); }
[data-bs-theme="dark"] .package-option.selected { background: rgba(13,59,102,0.2); }
.package-option input[type=radio] { display: none; }
.package-option-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 3px; }
.package-name  { font-weight: 700; font-size: 0.88rem; color: var(--wl-text); }
.package-price { font-weight: 800; color: var(--wl-primary); font-size: 0.92rem; font-family: var(--font-heading); }
[data-bs-theme="dark"] .package-price { color: var(--wl-secondary); }
.package-desc  { font-size: 0.73rem; color: var(--wl-text-muted); }
.package-badge {
  position: absolute; top: -9px; right: 10px;
  background: var(--wl-accent); color: #fff;
  font-size: 0.62rem; font-weight: 700;
  padding: 2px 10px; border-radius: 100px;
  text-transform: uppercase; letter-spacing: 0.06em;
}

/* ── Guest Counter ───────────────────────────────────────────── */
.guest-counter { display: flex; flex-direction: column; gap: 10px; margin-bottom: 4px; }
.counter-group { display: flex; align-items: center; justify-content: space-between; }
.counter-label { font-size: 0.84rem; color: var(--wl-text); font-weight: 500; }
.counter-control { display: flex; align-items: center; border: 1.5px solid var(--wl-border); border-radius: 8px; overflow: hidden; }

/* ── Add-ons ─────────────────────────────────────────────────── */
.addon-list { display: flex; flex-direction: column; gap: 7px; margin-bottom: 4px; }
.addon-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
  border: 1.5px solid var(--wl-border);
  border-radius: 9px; cursor: pointer; transition: all 0.15s;
}
.addon-item:hover { border-color: var(--wl-secondary); }
.addon-item.checked { border-color: #10b981; background: rgba(16,185,129,0.04); }
.addon-item input[type=checkbox] { accent-color: #10b981; width: 16px; height: 16px; flex-shrink: 0; cursor: pointer; }
.addon-info { flex: 1; }

/* ── Booking Divider & Summary ───────────────────────────────── */
.booking-divider { height: 1px; background: var(--wl-border); margin: 16px 0; }
.price-breakdown { margin-bottom: 16px; }
.book-now-btn {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  width: 100%; padding: 10px; border: none; border-radius: 8px;
  background: var(--wl-accent); color: #fff;
  font-size: 0.9rem; font-weight: 700; font-family: inherit;
  cursor: pointer; transition: all 0.2s;
}
.book-now-btn:hover { background: var(--wl-accent-dark); }

/* ── Custom Buttons ──────────────────────────────────────────── */
.btn-outline {
  background: transparent;
  border: 1.5px solid var(--wl-border);
  color: var(--wl-text-muted);
  font-weight: 600; font-size: 0.85rem; font-family: inherit;
  padding: 8px 18px; border-radius: 8px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 7px;
  text-decoration: none; transition: all 0.15s;
}
.btn-outline:hover { border-color: var(--wl-secondary); color: var(--wl-secondary); background: rgba(0,168,204,0.06); }
[data-bs-theme="dark"] .btn-outline { border-color: var(--wl-border); color: var(--wl-text-muted); }

/* ── Guide Profile ───────────────────────────────────────────── */
.profile-main { padding-bottom: 80px; }

.profile-header {
  display: flex; align-items: flex-end; gap: 24px; flex-wrap: wrap;
  padding: 0 0 28px; border-bottom: 1px solid var(--wl-border); margin-bottom: 28px;
}
.profile-info { flex: 1; min-width: 200px; }
.profile-meta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; }
.profile-meta-item { display: flex; align-items: center; gap: 6px; font-size: 0.83rem; color: var(--wl-text-muted); }
.profile-meta-item i { font-size: 0.82rem; color: var(--wl-secondary); }
.profile-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; flex-shrink: 0; }

/* Stats bar */
.profile-stats-bar {
  display: flex; align-items: center;
  background: var(--wl-surface);
  border-radius: 14px;
  border: 1px solid var(--wl-border);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  margin-bottom: 28px;
  overflow: hidden;
}
.profile-stats-bar .profile-stat {
  flex: 1; text-align: center;
  padding: 20px 12px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.profile-stat-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(13,59,102,0.08), rgba(0,168,204,0.10));
  display: flex; align-items: center; justify-content: center;
  color: var(--wl-primary); font-size: 0.85rem;
  margin-bottom: 6px;
}
.profile-stats-bar .profile-stat-num { font-family:'Plus Jakarta Sans',sans-serif; font-size:1.4rem; font-weight:800; color:var(--wl-primary); line-height:1; }
.profile-stats-bar .profile-stat-label { font-size:0.68rem; text-transform:uppercase; letter-spacing:0.07em; color:var(--wl-text-muted); margin-top:2px; }
.profile-stat-divider { width: 1px; height: 48px; background: var(--wl-border); flex-shrink: 0; }
@media (max-width: 576px) {
  .profile-stats-bar { flex-wrap: wrap; }
  .profile-stats-bar .profile-stat { flex: 0 0 50%; }
  .profile-stat-divider { display: none; }
}

/* Two-column layout */
.profile-layout {
  display: grid; grid-template-columns: 1fr 390px; gap: 32px; align-items: start;
}
.profile-layout > * { min-width: 0; }
.profile-layout > *:first-child { align-self: start; }
#book-guide { align-self: start; }
@media (max-width: 1100px) { .profile-layout { grid-template-columns: 1fr 340px; gap: 24px; } }
@media (max-width: 900px)  { .profile-layout { grid-template-columns: 1fr; } }

/* Profile section card */
.profile-section {
  background: var(--wl-surface);
  border: 1px solid var(--wl-border);
  border-radius: var(--radius-lg);
  padding: 24px; margin-bottom: 20px;
}
.profile-section-title {
  font-size: 0.92rem; font-weight: 700; color: var(--wl-text);
  margin-bottom: 16px;
  display: flex; align-items: center; gap: 8px;
}
.profile-section-title i { color: var(--wl-secondary); }
.profile-bio { font-size: 0.88rem; color: var(--wl-text-muted); line-height: 1.78; margin: 0; }

/* Language pills */
.lang-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.lang-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px;
  background: var(--wl-surface-2); border-radius: 100px;
  border: 1px solid var(--wl-border);
  font-size: 0.82rem; font-weight: 600; color: var(--wl-text);
}
.lang-pill .flag { font-size: 1.1rem; line-height: 1; }
.lang-level {
  font-size: 0.68rem; color: var(--wl-secondary); font-weight: 600;
  background: rgba(0,168,204,0.1); padding: 1px 7px; border-radius: 100px;
}

/* Locations */
.locations-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.location-tag {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 6px 13px;
  border: 1.5px solid var(--wl-border); border-radius: 100px;
  font-size: 0.78rem; color: var(--wl-text-muted);
  cursor: default; transition: all 0.15s;
}
.location-tag:hover { border-color: var(--wl-secondary); color: var(--wl-primary); }
.location-tag .fa-circle { color: var(--wl-accent); font-size: 0.45rem; }

/* Expertise */
.expertise-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); gap: 10px; }
.expertise-item {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px;
  background: var(--wl-surface-2); border-radius: 8px;
  font-size: 0.82rem; color: var(--wl-text); font-weight: 500;
}
.expertise-item i { color: var(--wl-secondary); font-size: 0.85rem; flex-shrink: 0; }

/* Photo gallery grid */
.photo-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.gallery-photo {
  position: relative; border-radius: 8px; overflow: hidden;
  aspect-ratio: 1; cursor: pointer;
}
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; display: block; }
.gallery-photo:hover img { transform: scale(1.07); }
.gallery-photo-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.42);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.15s;
  font-size: 1.3rem; color: #fff;
}
.gallery-photo:hover .gallery-photo-overlay { opacity: 1; }

/* Videos */
.videos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .videos-grid { grid-template-columns: 1fr; } }
.video-play-btn {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.play-icon {
  width: 50px; height: 50px;
  background: rgba(255,255,255,0.92); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; color: var(--wl-primary); padding-left: 3px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25); transition: transform 0.2s;
}
.video-card:hover .play-icon { transform: scale(1.1); }
.video-duration { font-size: 0.72rem; color: rgba(255,255,255,0.7); margin-top: 2px; }

/* Social links */
.social-links-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.social-link-item {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 100px;
  font-size: 0.78rem; font-weight: 600;
  text-decoration: none; color: #fff; transition: all 0.2s;
}
.social-link-item:hover { transform: translateY(-2px); opacity: 0.9; color: #fff; }
.social-link-item.instagram { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-link-item.youtube   { background: #ff0000; }
.social-link-item.facebook  { background: #1877f2; }
.social-link-item.tiktok    { background: #010101; }
.social-link-item.twitter   { background: #000; }
.social-link-item.linkedin  { background: #0077b5; }

/* Reviews section */
.reviews-preview { display: flex; flex-direction: column; gap: 20px; }

/* Profile booking card body */
.profile-book-rate {
  font-family: var(--font-heading); font-size: 1.9rem; font-weight: 800; color: #fff; line-height: 1;
}
.profile-book-rate span { font-size: 0.82rem; opacity: 0.75; }
.profile-book-body { padding: 20px; }

/* ── Profile Latest Tours card (pt-) ────────────────────────── */
.pt-card {
  background: var(--wl-surface);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  border: 1px solid var(--wl-border);
  overflow: hidden;
  margin-top: 18px;
}
.pt-card-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--wl-border);
}
.pt-card-title {
  font-size: 0.82rem; font-weight: 700; color: var(--wl-text);
  display: flex; align-items: center; gap: 7px;
  text-transform: uppercase; letter-spacing: 0.04em;
}
.pt-card-title i { color: var(--wl-accent); }
.pt-card-link {
  font-size: 0.75rem; font-weight: 600; color: var(--wl-accent);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.pt-card-link:hover { color: var(--wl-accent-dark); }
.pt-list { display: flex; flex-direction: column; }
.pt-item {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--wl-border);
  text-decoration: none; transition: background 0.15s;
}
.pt-item:last-child { border-bottom: none; }
.pt-item:hover { background: var(--wl-surface-2); }
.pt-thumb {
  width: 60px; height: 60px; border-radius: 10px;
  object-fit: cover; flex-shrink: 0;
}
.pt-info { flex: 1; min-width: 0; }
.pt-name {
  font-size: 0.8rem; font-weight: 700; color: var(--wl-text);
  line-height: 1.35; margin-bottom: 3px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pt-meta {
  font-size: 0.7rem; color: var(--wl-text-muted); margin-bottom: 3px;
}
.pt-meta i { color: var(--wl-secondary); font-size: 0.65rem; }
.pt-rating {
  font-size: 0.72rem; font-weight: 600; color: var(--wl-text);
  display: flex; align-items: center; gap: 3px;
}
.pt-rating i { color: #f59e0b; font-size: 0.65rem; }
.pt-rating span { color: var(--wl-text-muted); font-weight: 400; }
.pt-price {
  flex-shrink: 0; text-align: right;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem; font-weight: 800; color: var(--wl-primary);
  line-height: 1;
}
.pt-price span { display: block; font-size: 0.65rem; font-weight: 500; color: var(--wl-text-muted); margin-top: 2px; }

/* ── Profile Book Card body (pbc-) ──────────────────────────── */
.pbc-stats {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--wl-surface-2); border-radius: 12px;
  padding: 14px 8px; margin-bottom: 16px;
  border: 1px solid var(--wl-border);
}
.pbc-stat {
  display: flex; flex-direction: column; align-items: center;
  flex: 1; gap: 4px;
}
.pbc-stat-num {
  font-family: var(--font-heading); font-size: 1.35rem; font-weight: 800;
  color: var(--wl-text); line-height: 1;
}
.pbc-stat-label {
  font-size: 0.7rem; font-weight: 600; color: var(--wl-text-muted);
  text-transform: uppercase; letter-spacing: 0.03em;
  display: flex; align-items: center; gap: 4px;
}
.pbc-stat-label i { color: var(--wl-accent); font-size: 0.65rem; }
.pbc-stat-div {
  width: 1px; height: 36px; background: var(--wl-border); flex-shrink: 0;
}
.pbc-info-box {
  display: flex; align-items: flex-start; gap: 9px;
  background: rgba(0,168,204,0.07); border-radius: 10px;
  padding: 11px 13px; margin-bottom: 16px;
  font-size: 0.78rem; color: var(--wl-text-muted); line-height: 1.5;
  border: 1px solid rgba(0,168,204,0.15);
}
.pbc-info-box i { color: var(--wl-secondary); margin-top: 1px; flex-shrink: 0; }
.pbc-section-title {
  display: flex; align-items: center; gap: 7px;
  font-size: 0.8rem; font-weight: 700; color: var(--wl-text);
  text-transform: uppercase; letter-spacing: 0.05em;
  margin-bottom: 10px; margin-top: 4px;
}
.pbc-section-title i { color: var(--wl-accent); font-size: 0.75rem; }
.pbc-contact-row {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 9px;
  background: var(--wl-surface-2); border: 1px solid var(--wl-border);
  color: var(--wl-text); font-size: 0.82rem; font-weight: 500;
  text-decoration: none; margin-bottom: 8px;
  transition: border-color 0.15s, background 0.15s;
}
.pbc-contact-row:hover { border-color: var(--wl-accent); background: var(--wl-surface); color: var(--wl-text); }
.pbc-contact-row i { color: var(--wl-accent); font-size: 0.85rem; width: 16px; text-align: center; flex-shrink: 0; }
.pbc-trust-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  margin-top: 4px;
}
.pbc-trust-item {
  display: flex; flex-direction: column; align-items: center;
  gap: 5px; padding: 10px 8px;
  background: var(--wl-surface-2); border-radius: 10px;
  border: 1px solid var(--wl-border);
  font-size: 0.72rem; font-weight: 600; color: var(--wl-text-muted);
  text-align: center; line-height: 1.3;
}
.pbc-trust-item i { font-size: 1.05rem; }
.pbc-share-wrap { text-align: center; }
.profile-share-group { display: flex; align-items: center; gap: 6px; }
.profile-share-label { font-size: 0.78rem; font-weight: 600; color: var(--wl-text-muted); margin-right: 2px; }
.pbc-share-row { display: flex; gap: 10px; justify-content: center; }
.pbc-share-btn {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.85rem; text-decoration: none;
  border: none; cursor: pointer; flex-shrink: 0;
  transition: transform 0.15s, box-shadow 0.15s;
}
.pbc-share-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); color: #fff; }
.pbc-share-copy {
  background: var(--wl-surface-2) !important;
  color: var(--wl-text-muted) !important;
  border: 1.5px solid var(--wl-border) !important;
}
.pbc-share-copy:hover { color: var(--wl-text) !important; }

/* ── Lightbox ────────────────────────────────────────────────── */
.lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,0.93);
  display: none; align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox-img { max-width: 90vw; max-height: 85vh; border-radius: 10px; }
.lightbox-close {
  position: absolute; top: 18px; right: 22px; background: none; border: none;
  color: #fff; font-size: 1.7rem; cursor: pointer; opacity: 0.8; transition: opacity 0.15s;
}
.lightbox-close:hover { opacity: 1; }
.lightbox-prev, .lightbox-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.13); border-radius: 50%;
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; cursor: pointer;
  backdrop-filter: blur(4px); transition: background 0.15s;
}
.lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,0.22); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

/* ── Responsive for detail pages ─────────────────────────────── */
@media (max-width: 768px) {
  .gallery-main { height: 220px; }
  .gallery-count { bottom: 72px; }
  .tour-detail-title { font-size: 1.4rem; }
  .inclusions-grid { grid-template-columns: 1fr; }
  .profile-header { flex-direction: column; align-items: flex-start; }
  .profile-actions { width: 100%; }
  .profile-actions .btn { flex: 1; justify-content: center; }
  .photo-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-grid { grid-template-columns: 1fr 1fr; }
  .profile-meta-row { gap: 8px; }
  .videos-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .gallery-thumbs { gap: 6px; padding: 8px 12px; }
  .gallery-thumb  { width: 64px; height: 48px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .package-option { padding: 10px 12px; }
}

/* ── Profile Cover Fix ───────────────────────────────────────── */
.profile-cover {
  position: relative;
  height: 320px;
  margin-top: 0;
  overflow: hidden;
}
.profile-cover img,
.profile-cover .cover-img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.profile-cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,59,102,0.65) 0%, transparent 55%);
  z-index: 1;
}

/* ── Form Group (Bootstrap 4 compat) ─────────────────────────── */
.form-group { margin-bottom: 16px; }

/* ── Tour Guide Quick-info (in tour-detail) ──────────────────── */
.book-guide-btn {
  background: var(--wl-accent);
  border: none; color: #fff; font-weight: 700;
  width: 100%; padding: 14px; border-radius: 10px;
  font-size: 1rem; cursor: pointer; transition: all 0.2s;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: inherit;
}
.book-guide-btn:hover { background: var(--wl-accent-dark); transform: translateY(-1px); }

/* ================================================================
   TOUR DETAIL — Component Classes (replaces inline styles)
   ================================================================ */

/* ── Guide Quick Info Box ───────────────────────────────────────── */
.guide-quickinfo {
  display: flex; align-items: center; gap: 16px;
  padding: 20px;
  background: var(--wl-surface-2);
  border-radius: var(--radius-lg);
  margin-bottom: 32px;
}
.guide-quickinfo-avatar {
  width: 56px; height: 56px;
  border-radius: 50%; object-fit: cover;
  border: 3px solid var(--wl-surface);
  flex-shrink: 0;
}
.guide-quickinfo-name  { display: inline-block; font-weight: 700; color: var(--wl-text); line-height: 1.3; text-decoration: none; }
.guide-quickinfo-name:hover { color: var(--wl-accent); text-decoration: underline; }
.guide-quickinfo-role  { font-size: 0.82rem; color: var(--wl-secondary); margin-top: 3px; }
.guide-quickinfo-langs { font-size: 0.78rem; color: var(--wl-text-muted); margin-top: 4px; }
.guide-quickinfo-langs i { color: var(--wl-secondary); margin-right: 4px; }
.guide-quickinfo-avatar-link { display: inline-flex; flex-shrink: 0; }
.guide-quickinfo-social { display: flex; gap: 6px; margin-top: 6px; }
.guide-quickinfo-social-link {
  width: 24px; height: 24px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.68rem;
  transition: transform 0.15s, opacity 0.15s;
}
.guide-quickinfo-social-link:hover { transform: translateY(-2px); opacity: 0.85; color: #fff; }
.guide-quickinfo-social-link.instagram { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.guide-quickinfo-social-link.youtube   { background: #ff0000; }
.guide-quickinfo-social-link.facebook  { background: #1877f2; }
.guide-quickinfo-social-link.tiktok    { background: #010101; }
.guide-quickinfo-social-link.twitter   { background: #000; }
.guide-quickinfo-social-link.linkedin  { background: #0077b5; }

/* ── Booking Header Perks ──────────────────────────────────────── */
.booking-header-perks {
  display: flex; justify-content: center; gap: 16px;
  margin-top: 14px; font-size: 0.8rem; color: rgba(255,255,255,0.8);
}
.booking-header-perks i { margin-right: 4px; color: var(--wl-accent); }

/* ── Highlights Grid ────────────────────────────────────────────── */
.highlights-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px; margin-bottom: 24px;
}
@media (max-width: 576px) { .highlights-grid { grid-template-columns: 1fr; } }

/* ── Meeting Point ──────────────────────────────────────────────── */
.meeting-point {
  display: flex; align-items: center; gap: 12px;
  padding: 16px;
  border: 1.5px solid var(--wl-border);
  border-radius: var(--radius);
}
.meeting-point-icon  { color: var(--danger); font-size: 1.3rem; flex-shrink: 0; }
.meeting-point-title { font-weight: 600; margin-bottom: 2px; }
.meeting-point-addr  { font-size: 0.85rem; color: var(--wl-text-muted); }
.meeting-point-btn   { margin-left: auto; flex-shrink: 0; }

/* ── Itinerary Time ─────────────────────────────────────────────── */
.itinerary-time { font-size: 0.78rem; color: var(--wl-text-muted); margin-top: 2px; }

/* ── Conditional Inclusion Items ───────────────────────────────── */
.inclusion-conditional       { color: var(--wl-text-muted); font-style: italic; }
.inclusion-conditional i     { color: var(--wl-secondary) !important; }
.inclusion-premium           { color: var(--wl-text-muted); font-style: italic; }
.inclusion-premium i         { color: var(--wl-accent) !important; }

/* ── Package Comparison Table ──────────────────────────────────── */
.pkg-table                   { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.pkg-table thead tr          { background: var(--wl-primary); color: #fff; }
.pkg-table thead th          { padding: 14px 16px; text-align: center; }
.pkg-table thead th:first-child { text-align: left; }
.pkg-table thead th.highlighted { background: var(--wl-secondary); }
.pkg-table tbody tr          { border-bottom: 1px solid var(--wl-border); }
.pkg-table tbody tr:last-child { border-bottom: none; }
.pkg-table tbody td          { padding: 12px 16px; }
.pkg-table tbody td:first-child  { font-weight: 600; }
.pkg-table tbody td:not(:first-child) { text-align: center; }
.pkg-table tbody td.highlighted  { background: rgba(0,168,204,0.04); }
.pkg-check                   { color: #22c55e; }
.pkg-cross                   { color: var(--danger); }
.pkg-table-price             { font-size: 0.75rem; opacity: 0.8; display: block; font-weight: 400; }

/* ── Review Summary ─────────────────────────────────────────────── */
.review-summary {
  display: flex; gap: 40px; align-items: center; flex-wrap: wrap;
  padding: 28px;
  background: var(--wl-surface-2);
  border-radius: var(--radius-lg);
  margin-bottom: 36px;
}
.review-score            { text-align: center; flex-shrink: 0; }
.review-score-num        { font-size: 4rem; font-family: var(--font-heading); font-weight: 700; color: var(--wl-primary); line-height: 1; }
[data-bs-theme="dark"] .review-score-num { color: var(--wl-secondary); }
.review-score-label      { font-size: 0.8rem; color: var(--wl-text-muted); margin-top: 4px; }
.rating-bars             { flex: 1; min-width: 180px; }
.rating-bar-row          { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.rating-bar-row:last-child { margin-bottom: 0; }
.rating-bar-label        { font-size: 0.8rem; width: 60px; color: var(--wl-text-muted); flex-shrink: 0; }
.rating-bar-track        { flex: 1; background: var(--wl-border); border-radius: 4px; height: 8px; overflow: hidden; }
.rating-bar-fill         { height: 100%; background: #f59e0b; }
.rating-bar-score        { font-size: 0.8rem; width: 28px; text-align: right; color: var(--wl-text-muted); flex-shrink: 0; }

/* ── Review Card ────────────────────────────────────────────────── */
.review-card {
  border: 1px solid var(--wl-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  background: var(--wl-surface);
}

/* ── Map Placeholder ────────────────────────────────────────────── */
/* ── Tour Video ─────────────────────────────────────────────────── */
.tour-video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 8px;
  background: #000;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
}
.tour-video-frame {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  border: none;
}

/* ── Google Map ─────────────────────────────────────────────────── */
.tour-map-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  margin-bottom: 8px;
}
.tour-map-frame {
  width: 100%; height: 380px;
  display: block; border: none;
}
.tour-map-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 10px;
  font-size: 0.82rem; font-weight: 600;
  color: var(--wl-secondary);
  text-decoration: none;
}
.tour-map-link:hover { text-decoration: underline; }

/* ── Location Info Cards ────────────────────────────────────────── */
.location-info-grid  { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.location-card       { flex: 1; min-width: 180px; padding: 16px; background: var(--wl-surface-2); border-radius: var(--radius); }
.location-card-title { font-weight: 700; margin-bottom: 6px; display: flex; align-items: center; gap: 6px; font-size: 0.88rem; }
.location-card-detail { font-size: 0.85rem; color: var(--wl-text-muted); line-height: 1.6; }

/* ── Share Bar ──────────────────────────────────────────────────── */
.share-bar           { display: flex; gap: 8px; justify-content: center; align-items: center; margin-top: 16px; }
.share-bar-label     { font-size: 0.78rem; color: var(--wl-text-muted); }
.share-btn           { background: none; border: none; cursor: pointer; font-size: 0.9rem; padding: 5px 7px; border-radius: 6px; transition: background 0.15s; line-height: 1; }
.share-btn:hover     { background: var(--wl-surface-2); }
.share-btn-facebook  { color: #1877f2; }
.share-btn-twitter   { color: var(--wl-text); }
.share-btn-whatsapp  { color: #25d366; }

/* ── Trust Sidebar ──────────────────────────────────────────────── */
.trust-sidebar       { background: var(--wl-surface); border: 1px solid var(--wl-border); border-radius: var(--radius-lg); padding: 20px; margin-top: 16px; }
.trust-sidebar-title { font-weight: 700; font-size: 0.85rem; text-align: center; margin-bottom: 14px; color: var(--wl-text); }
.trust-item          { display: flex; align-items: center; gap: 10px; font-size: 0.82rem; color: var(--wl-text-muted); margin-bottom: 10px; }
.trust-item:last-child { margin-bottom: 0; }
.trust-item i        { color: #22c55e; width: 18px; flex-shrink: 0; text-align: center; }

/* ── Tour Show Mobile Booking Bar ──────────────────────────────── */
.td-mobile-bar { display: none; }
@media (max-width: 900px) {
  .td-mobile-bar {
    display: flex; align-items: center; justify-content: space-between;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 1030;
    background: var(--wl-surface);
    border-top: 1.5px solid var(--wl-border);
    padding: 12px 20px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    gap: 16px;
  }
  .td-mobile-bar-info { display: flex; flex-direction: column; }
  .td-mobile-bar-label { font-size: 0.72rem; color: var(--wl-text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
  .td-mobile-bar-price {
    font-size: 1.3rem; font-weight: 800;
    color: var(--wl-primary); font-family: var(--font-heading); line-height: 1.1;
  }
  .td-mobile-bar-price span { font-size: 0.73rem; font-weight: 400; color: var(--wl-text-muted); }
  .td-mobile-bar-btn {
    flex-shrink: 0;
    background: var(--wl-accent); color: #fff; border: none;
    border-radius: 10px; padding: 12px 22px;
    font-weight: 700; font-size: 0.88rem; cursor: pointer;
    display: flex; align-items: center; gap: 7px;
    transition: opacity 0.15s; white-space: nowrap;
  }
  .td-mobile-bar-btn:active { opacity: 0.85; }
  /* Pad content so bar doesn't cover bottom of page */
  body.td-show-page { padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)); }
}

/* ── Guide Quickinfo: mobile wrap ────────────────────────────── */
@media (max-width: 600px) {
  .guide-quickinfo { flex-wrap: wrap; }
  .guide-quickinfo > .btn-outline { width: 100%; justify-content: center; text-align: center; }
}

/* ── Meeting Point: mobile wrap ──────────────────────────────── */
@media (max-width: 576px) {
  .meeting-point { flex-wrap: wrap; }
  .meeting-point-btn { margin-left: 0; width: 100%; justify-content: center; text-align: center; }
}

/* ── Custom Tour Modal ───────────────────────────────────────── */
.ct-modal-overlay {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(13,26,46,0.55);
  backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.22s;
}
.ct-modal-overlay.active { opacity: 1; pointer-events: all; }
.ct-modal {
  background: var(--wl-surface);
  border-radius: 16px;
  width: 100%; max-width: 580px;
  max-height: 90vh; overflow-y: auto;
  box-shadow: 0 24px 64px rgba(0,0,0,0.22);
  transform: translateY(20px);
  transition: transform 0.25s;
}
.ct-modal-overlay.active .ct-modal { transform: translateY(0); }
.ct-modal-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px 18px;
  background: linear-gradient(135deg, var(--wl-primary) 0%, #1a5c8a 100%);
  position: relative;
}
.ct-modal-title-wrap { display: flex; align-items: center; gap: 12px; }
.ct-modal-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,0.18);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.95rem; flex-shrink: 0;
}
.ct-modal-title { font-weight: 800; font-size: 1rem; color: #fff; line-height: 1.2; }
.ct-modal-sub { font-size: 0.75rem; color: rgba(255,255,255,0.72); margin-top: 2px; }
.ct-modal-close {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.15); border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: #fff; font-size: 0.9rem;
  transition: background 0.15s; flex-shrink: 0;
}
.ct-modal-close:hover { background: rgba(255,255,255,0.28); }
.ct-modal-body { padding: 20px 24px; display: flex; flex-direction: column; gap: 0; overflow: visible; }
.ct-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; margin-bottom: 14px; }
@media (max-width: 480px) { .ct-form-grid { grid-template-columns: 1fr; } }
.ct-form-full { margin-bottom: 14px; }
.ct-field-group { display: flex; flex-direction: column; gap: 6px; }
/* keep legacy .ct-row / .ct-field aliases */
.ct-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; margin-bottom: 14px; }
@media (max-width: 480px) { .ct-row { grid-template-columns: 1fr; } }
.ct-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.ct-label { font-size: 0.84rem; font-weight: 700; color: var(--wl-text); display: flex; align-items: center; gap: 7px; }
.ct-label i, .ct-label-icon { color: var(--wl-accent); font-size: 0.88rem; width: 16px; text-align: center; flex-shrink: 0; }
.ct-input {
  padding: 10px 14px;
  border: 1.5px solid var(--wl-border);
  border-radius: 10px;
  background: var(--wl-surface);
  color: var(--wl-text);
  font-size: 0.88rem; font-family: inherit;
  outline: none; transition: border-color 0.15s;
  width: 100%;
}
.ct-input:focus { border-color: var(--wl-accent); }
.ct-textarea { resize: vertical; min-height: 90px; }
.ct-tip {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 0.78rem; color: var(--wl-secondary);
  background: rgba(0,168,204,0.07); border-radius: 9px;
  padding: 10px 13px; margin-bottom: 14px;
}
.ct-tip i { color: var(--wl-accent); margin-top: 1px; flex-shrink: 0; }
.ct-info-box {
  display: flex; align-items: flex-start; gap: 9px;
  background: rgba(0,168,204,0.07);
  border-radius: 8px; padding: 12px 14px;
  font-size: 0.78rem; color: var(--wl-text-muted); line-height: 1.5;
}
.ct-info-box i { color: var(--wl-secondary); margin-top: 1px; flex-shrink: 0; }
.ct-modal-footer {
  display: flex; align-items: center; justify-content: flex-end; gap: 10px;
  padding: 16px 24px;
  border-top: 1px solid var(--wl-border);
}
.ct-cancel-btn {
  padding: 9px 20px; border-radius: 8px;
  border: 1.5px solid var(--wl-border);
  background: none; color: var(--wl-text-muted);
  font-size: 0.85rem; font-weight: 600; font-family: inherit;
  cursor: pointer; transition: all 0.15s;
}
.ct-cancel-btn:hover { border-color: var(--wl-text-muted); color: var(--wl-text); }
.ct-submit-btn {
  display: flex; align-items: center; gap: 7px;
  padding: 9px 22px; border-radius: 8px; border: none;
  background: linear-gradient(135deg, #e07840, var(--wl-accent));
  color: #fff; font-size: 0.88rem; font-weight: 700; font-family: inherit;
  cursor: pointer; transition: all 0.18s;
}
.ct-submit-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(244,162,97,0.4); }

/* ── Modal fields — always white background ───────────────── */
.ct-modal .ct-input {
  background: var(--wl-surface) !important;
  color: var(--wl-text) !important;
  border-color: var(--wl-border) !important;
}
.ct-modal .ct-input:focus { border-color: var(--wl-accent) !important; }

/* ── Select2 inside modal ─────────────────────────────────── */
.ct-modal .select2-container,
#bookingModal .select2-container,
#customTourModal .select2-container,
.checkout-card .select2-container { width: 100% !important; }
.ct-modal .select2-selection--single,
#bookingModal .select2-selection--single,
#customTourModal .select2-selection--single,
.checkout-card .select2-selection--single {
  height: auto !important;
  padding: 10px 34px 10px 14px;
  border: 1.5px solid var(--wl-border) !important;
  border-radius: 10px !important;
  background: var(--wl-surface) !important;
  color: var(--wl-text);
  font-size: 0.88rem; font-family: inherit;
  outline: none; transition: border-color 0.15s;
  line-height: 1.4;
}
.ct-modal .select2-selection--single .select2-selection__rendered,
#bookingModal .select2-selection--single .select2-selection__rendered,
#customTourModal .select2-selection--single .select2-selection__rendered,
.checkout-card .select2-selection--single .select2-selection__rendered {
  color: var(--wl-text) !important;
  padding-left: 0 !important;
  line-height: 1.4 !important;
}
.ct-modal .select2-selection--single .select2-selection__placeholder,
#bookingModal .select2-selection--single .select2-selection__placeholder,
#customTourModal .select2-selection--single .select2-selection__placeholder,
.checkout-card .select2-selection--single .select2-selection__placeholder { color: var(--wl-text-muted) !important; }
.ct-modal .select2-selection--single .select2-selection__arrow,
#bookingModal .select2-selection--single .select2-selection__arrow,
#customTourModal .select2-selection--single .select2-selection__arrow,
.checkout-card .select2-selection--single .select2-selection__arrow {
  height: 100% !important; top: 0 !important; right: 12px !important;
}
.ct-modal .select2-selection--single .select2-selection__arrow b,
#bookingModal .select2-selection--single .select2-selection__arrow b,
#customTourModal .select2-selection--single .select2-selection__arrow b,
.checkout-card .select2-selection--single .select2-selection__arrow b {
  border-color: var(--wl-text-muted) transparent transparent !important;
}
.ct-modal .select2-container--open .select2-selection--single,
.ct-modal .select2-container--focus .select2-selection--single,
#bookingModal .select2-container--open .select2-selection--single,
#bookingModal .select2-container--focus .select2-selection--single,
#customTourModal .select2-container--open .select2-selection--single,
#customTourModal .select2-container--focus .select2-selection--single,
.checkout-card .select2-container--open .select2-selection--single,
.checkout-card .select2-container--focus .select2-selection--single {
  border-color: var(--wl-accent) !important;
}
/* Dropdown rendered on <body> — must be above modal overlay (z-index 1100) */
.select2-container--open { z-index: 9999 !important; }
.select2-dropdown {
  z-index: 9999 !important;
  border: 1.5px solid #ddd !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18) !important;
  overflow: hidden;
  font-size: 0.83rem; font-family: inherit;
}
.select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
  font-size: 0.82rem; font-family: inherit;
  outline: none;
  background: #fff !important;
  color: #333 !important;
}
.select2-search--dropdown .select2-search__field:focus { border-color: var(--wl-accent) !important; }
.select2-results__option {
  padding: 9px 14px !important;
  color: #333 !important;
}
.select2-results__option--highlighted {
  background: var(--wl-accent) !important;
  color: #fff !important;
}
.select2-results__option[aria-selected="true"] {
  background: rgba(244,162,97,0.1) !important;
  color: var(--wl-accent) !important;
}
/* Dark mode overrides for Select2 dropdown (appended to <body>, inside <html data-bs-theme="dark">) */
[data-bs-theme="dark"] .select2-dropdown {
  background: #1e2535 !important;
  border-color: rgba(255,255,255,0.12) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5) !important;
}
[data-bs-theme="dark"] .select2-search--dropdown .select2-search__field {
  background: #131929 !important;
  border-color: rgba(255,255,255,0.15) !important;
  color: #e2e8f0 !important;
}
[data-bs-theme="dark"] .select2-results__option {
  color: #e2e8f0 !important;
  background: transparent !important;
}
[data-bs-theme="dark"] .select2-results__option--highlighted {
  background: var(--wl-accent) !important;
  color: #fff !important;
}
[data-bs-theme="dark"] .select2-results__option[aria-selected="true"] {
  background: rgba(244,162,97,0.15) !important;
  color: var(--wl-accent) !important;
}

/* ── Flatpickr — rendered on body, above modal overlay ──── */
.flatpickr-calendar {
  z-index: 9999 !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15) !important;
  border: 1px solid #ddd !important;
  font-family: inherit !important;
  background: #fff !important;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  background: var(--wl-accent) !important;
  border-color: var(--wl-accent) !important;
}
.flatpickr-day.today { border-color: var(--wl-accent) !important; }

/* ── Booking Modal ───────────────────────────────────────────── */

/* Step wrappers must be flex columns so Bootstrap's modal-dialog-scrollable
   can constrain height and let .modal-body scroll. */
#bkStepAuth,
#bkStepBlocked,
#bkStepForm,
#ctStepAuth,
#ctStepBlocked,
#ctStepForm,
#ctStepSuccess {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.bk-overlay {
  position: fixed; inset: 0; z-index: 1200;
  background: rgba(0,0,0,0.55); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center; padding: 16px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.bk-overlay.open { opacity: 1; visibility: visible; pointer-events: all; }
.bk-modal {
  background: var(--wl-surface); border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.2);
  width: 100%; max-width: 520px; overflow: hidden;
  max-height: 94vh; display: flex; flex-direction: column;
  transform: scale(0.93) translateY(28px); opacity: 0;
  transition: transform 0.3s cubic-bezier(0.34,1.4,0.64,1), opacity 0.25s ease;
}
.bk-overlay.open .bk-modal { transform: scale(1) translateY(0); opacity: 1; }
#bkStep1 { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.bk-modal-head {
  background: linear-gradient(135deg, var(--wl-primary) 0%, #1a5c8a 100%);
  padding: 20px 24px; color: #fff; position: relative; flex-shrink: 0;
}
.bk-modal-head h3,
.bk-modal-head .modal-title { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 800; margin: 0; color: #fff !important; }
.bk-modal-head p  { font-size: 0.8rem; opacity: 0.75; margin: 4px 0 0; color: #fff !important; }
.bk-close-btn {
  position: absolute; top: 16px; right: 18px;
  background: rgba(255,255,255,0.15); border: none; color: #fff;
  width: 30px; height: 30px; border-radius: 50%; font-size: 1rem;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.bk-close-btn:hover { background: rgba(255,255,255,0.25); }
.bk-modal-body { padding: 24px; overflow-y: auto; flex: 1; min-height: 0; }
.bk-summary-card {
  background: var(--wl-surface-2); border: 1px solid var(--wl-border);
  border-radius: 12px; padding: 16px; margin-bottom: 20px;
}
.bk-summary-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.85rem; padding: 5px 0; border-bottom: 1px solid var(--wl-border);
}
.bk-summary-row:last-child { border-bottom: none; }
.bk-summary-row label  { color: var(--wl-text-muted); }
.bk-summary-row strong { color: var(--wl-text); font-weight: 700; }
.bk-summary-row.total label  { font-weight: 700; color: var(--wl-text); }
.bk-summary-row.total strong { color: var(--wl-primary); font-size: 1rem; }
.bk-form-label {
  font-size: 0.7rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.07em; color: var(--wl-text-muted); margin-bottom: 10px;
}
.bk-input {
  display: block; width: 100%; padding: 10px 14px;
  border: 1.5px solid var(--wl-border); border-radius: 10px;
  background: var(--wl-surface); color: var(--wl-text);
  font-size: 0.88rem; font-family: inherit; outline: none; margin-bottom: 0;
  transition: border-color 0.15s;
}
.bk-input:focus { border-color: var(--wl-accent); }
.bk-input::placeholder { color: var(--wl-text-muted); }
.bk-input.has-error { border-color: #dc2626; }
.bk-field-error { display: none; color: #dc2626; font-size: 0.75rem; margin-top: 4px; }
.bk-field-error.show { display: block; }
.bw-date-field.has-error { background: rgba(220,38,38,0.07); }
textarea.bk-input { resize: vertical; min-height: 90px; }
.bk-field-group { display: flex; flex-direction: column; gap: 6px; }
.bk-field-label {
  display: flex; align-items: center; gap: 7px;
  font-size: 0.84rem; font-weight: 700; color: var(--wl-text);
}
.bk-label-icon { color: var(--wl-accent); font-size: 0.88rem; width: 16px; text-align: center; }
.bk-form-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; margin-bottom: 14px; }
.bk-form-full  { margin-bottom: 14px; }
.bk-tip {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 0.78rem; color: var(--wl-secondary);
  background: rgba(0,168,204,0.07); border-radius: 9px;
  padding: 10px 13px; margin-top: 4px;
}
.bk-tip i { color: var(--wl-accent); font-size: 0.9rem; flex-shrink: 0; margin-top: 1px; }
.bk-pay-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 14px; }
.bk-pay-tab {
  padding: 10px; border: 1.5px solid var(--wl-border); border-radius: 10px;
  background: var(--wl-surface); color: var(--wl-text-muted);
  font-size: 0.85rem; font-weight: 600; font-family: inherit; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 7px;
  transition: all 0.15s;
}
.bk-pay-tab:hover { border-color: var(--wl-primary); color: var(--wl-primary); }
.bk-pay-tab.active { border-color: var(--wl-primary); background: rgba(13,59,102,0.06); color: var(--wl-primary); }
.bk-pay-tab.active.paypal-tab { border-color: #003087; background: rgba(0,48,135,0.06); color: #003087; }
.bk-pay-panel { display: none; }
.bk-pay-panel.active { display: block; }
.bk-card-wrap {
  border: 1.5px solid var(--wl-border); border-radius: 10px;
  overflow: hidden; margin-bottom: 10px; transition: border-color 0.15s;
}
.bk-card-wrap:focus-within { border-color: var(--wl-primary); }
.bk-card-field {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; border-bottom: 1px solid var(--wl-border);
}
.bk-card-field:last-child { border-bottom: none; }
.bk-card-half { display: flex; }
.bk-card-half .bk-card-field { flex: 1; }
.bk-card-half .bk-card-field:first-child { border-right: 1px solid var(--wl-border); border-bottom: none; }
.bk-card-icon { color: var(--wl-text-muted); font-size: 1rem; flex-shrink: 0; transition: color 0.2s; }
.bk-card-icon.visa { color: #1a1f71; }
.bk-card-icon.mc   { color: #eb001b; }
.bk-card-icon.amex { color: #007bc1; }
.bk-card-input {
  border: none; background: transparent; color: var(--wl-text);
  font-size: 0.88rem; outline: none; flex: 1; padding: 0;
  font-family: 'Courier New', monospace;
}
.bk-card-input::placeholder { color: var(--wl-text-muted); font-family: inherit; }
.bk-stripe-note {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 0.73rem; color: var(--wl-text-muted); margin-bottom: 12px;
}
.bk-stripe-note i { color: #16a34a; }
.bk-stripe-note strong { color: #635bff; }
.bk-paypal-wrap { text-align: center; padding: 8px 0 4px; }
.bk-paypal-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 13px 24px; border: none; border-radius: 10px;
  background: #ffc43a; color: #1c1c1c; font-size: 0.95rem; font-weight: 800;
  font-family: inherit; cursor: pointer; margin-bottom: 10px; transition: opacity 0.2s;
}
.bk-paypal-btn:hover { opacity: 0.88; }
.bk-paypal-btn .fa-paypal { color: #003087; font-size: 1.2rem; }
.bk-paypal-note  { font-size: 0.77rem; color: var(--wl-text-muted); }
.bk-paypal-logos { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 10px; opacity: 0.55; }
.bk-paypal-logos i { font-size: 1.6rem; }
.bk-modal-footer {
  padding: 14px 24px; border-top: 1px solid var(--wl-border);
  display: flex; gap: 10px; flex-shrink: 0;
}
.bk-cancel-btn {
  flex: 1; padding: 11px; border: 1.5px solid var(--wl-border); border-radius: 11px;
  background: var(--wl-surface); color: var(--wl-text); font-weight: 600;
  font-size: 0.88rem; font-family: inherit; cursor: pointer; transition: background 0.15s;
}
.bk-cancel-btn:hover { background: var(--wl-surface-2); }
.bk-confirm-btn {
  flex: 2; padding: 11px; border: none; border-radius: 11px;
  background: linear-gradient(135deg, #e8864a, var(--wl-accent));
  color: #fff; font-weight: 700; font-size: 0.88rem;
  font-family: inherit; cursor: pointer; transition: opacity 0.2s;
}
.bk-confirm-btn:hover { opacity: 0.9; }
.bk-success {
  display: none; flex-direction: column; align-items: center;
  text-align: center; padding: 40px 24px 32px; flex: 1;
}
.bk-success.show       { display: flex; }
.bk-success-icon       { font-size: 3.5rem; color: #16a34a; margin-bottom: 14px; }
.bk-success-title      { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 800; color: var(--wl-text); margin-bottom: 8px; }
.bk-success-ref        { font-size: 0.9rem; color: var(--wl-text-muted); margin-bottom: 6px; }
.bk-success-ref strong { color: var(--wl-primary); font-size: 1.05rem; }
.bk-success-note       { font-size: 0.82rem; color: var(--wl-text-muted); margin-bottom: 24px; max-width: 320px; }
.bk-done-btn {
  padding: 12px 36px; border: none; border-radius: 11px;
  background: var(--wl-primary); color: #fff; font-weight: 700;
  font-family: inherit; cursor: pointer; font-size: 0.9rem;
}
@media (max-width: 576px) {
  .bk-form-grid { grid-template-columns: 1fr; }
  .bk-modal { border-radius: 16px; }
}
.ct-modal input[readonly] { cursor: pointer; }

/* =============================================
   GUIDES LISTING — stats bar + grid + cards
   ============================================= */

/* 3-col grid, mirrors tours-grid responsiveness */
.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1100px) { .guides-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .guides-grid { grid-template-columns: 1fr; } }

/* ── Guide card ── */
.gc {
  background: var(--wl-surface);
  border: 1px solid var(--wl-border);
  border-radius: var(--wl-radius-lg, 18px);
  padding: 26px 20px 20px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  transition: transform 0.25s, box-shadow 0.25s;
}
.gc:hover { transform: translateY(-5px); box-shadow: 0 14px 36px rgba(0,0,0,.1); }

.gc-avatar-wrap {
  position: relative; width: 88px; height: 88px; margin-bottom: 14px;
}
.gc-avatar {
  width: 88px; height: 88px; border-radius: 50%; object-fit: cover;
  border: 3px solid var(--wl-border);
}
.gc-verified {
  position: absolute; bottom: 2px; right: 2px;
  width: 22px; height: 22px;
  background: var(--wl-secondary); color: #fff;
  border-radius: 50%; border: 2px solid var(--wl-surface);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.58rem;
}
.gc-name {
  font-family: var(--wl-font-heading, inherit);
  font-weight: 700; font-size: 1.05rem;
  color: var(--wl-text); margin-bottom: 4px;
}
.gc-specialty {
  font-size: 0.78rem; color: var(--wl-text-muted);
  line-height: 1.4; margin-bottom: 8px;
}
.gc-rating {
  display: flex; align-items: center; justify-content: center;
  gap: 5px; font-size: 0.85rem; color: var(--wl-text); margin-bottom: 12px;
}
.gc-rating span { color: var(--wl-text-muted); font-size: 0.78rem; }

.gc-socials {
  display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; justify-content: center;
}
.gc-social {
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid var(--wl-border); background: var(--wl-surface);
  color: var(--wl-text-muted); text-decoration: none;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.gc-social:hover { background: var(--wl-primary); color: #fff; border-color: var(--wl-primary); }

.gc-stats {
  display: flex; align-items: center;
  width: 100%;
  background: var(--wl-surface-2, #f8fafc);
  border-radius: 10px; padding: 10px 0;
  margin-bottom: 12px;
}
.gc-stat { flex: 1; text-align: center; }
.gc-stat-num {
  font-size: 1rem; font-weight: 700; color: var(--wl-primary);
}
[data-bs-theme="dark"] .gc-stat-num { color: var(--wl-secondary); }
.gc-stat-label {
  font-size: 0.58rem; text-transform: uppercase;
  letter-spacing: .06em; color: var(--wl-text-muted); margin-top: 2px;
}
.gc-stat-divider { width: 1px; height: 30px; background: var(--wl-border); }

.gc-langs {
  display: flex; flex-wrap: wrap; gap: 5px;
  justify-content: center; margin-bottom: 16px;
}
.gc-lang {
  font-size: 0.72rem;
  background: var(--wl-surface-2, #f8fafc);
  border: 1px solid var(--wl-border);
  border-radius: 20px; padding: 3px 10px;
  color: var(--wl-text);
}

.gc-btn {
  display: block; width: 100%; margin-top: auto;
  padding: 10px 0; border-radius: 10px;
  border: 2px solid var(--wl-primary); background: transparent;
  color: var(--wl-primary); font-weight: 700; font-size: 0.85rem;
  text-align: center; text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.gc-btn:hover { background: var(--wl-primary); color: #fff; }
[data-bs-theme="dark"] .gc-btn { border-color: var(--wl-secondary); color: var(--wl-secondary); }
[data-bs-theme="dark"] .gc-btn:hover { background: var(--wl-secondary); color: #0d1117; }

/* ══════════════════════════════════════════════════════════════
   PROPERTIES INDEX PAGE
   ══════════════════════════════════════════════════════════════ */

.hotels-page-header {
  padding: 120px 0 56px;
  background: linear-gradient(135deg, rgba(13,59,102,0.88) 0%, rgba(0,168,204,0.7) 100%), center/cover no-repeat;
  text-align: center;
  color: #fff;
}
.hotels-page-header .breadcrumb-trail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 16px;
}
.hotels-page-header .breadcrumb-trail a { color: rgba(255,255,255,0.85); text-decoration: none; }
.hotels-page-header .breadcrumb-trail a:hover { color: #fff; }
.hotels-page-header h1 { font-size: clamp(2rem, 4vw, 2.8rem); color: #fff; margin-bottom: 12px; }
.hotels-page-header p { color: rgba(255,255,255,0.82); font-size: 1rem; margin: 0; }
.hotels-page-header .header-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.hotels-page-header .hstat {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 0.83rem;
  color: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
}
.hotels-page-header .hstat i { color: var(--wl-accent); }

.hotel-tabs-bar {
  background: var(--wl-surface);
  border-bottom: 1px solid var(--wl-border);
}
.hotel-tabs-bar .container {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.hotel-tabs-bar .container::-webkit-scrollbar { display: none; }
.hotel-tabs-bar .container .htab:first-child { padding-inline-start: 0; }
.htab {
  white-space: nowrap;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 15px 22px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--wl-text-muted);
  cursor: pointer;
  background: none;
  font-family: inherit;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  gap: 7px;
}
.htab:hover { color: var(--wl-primary); }
.htab.active { color: var(--wl-primary); border-bottom-color: var(--wl-primary); }
[data-bs-theme="dark"] .htab:hover { color: var(--wl-secondary); }
[data-bs-theme="dark"] .htab.active { color: var(--wl-secondary); border-bottom-color: var(--wl-secondary); }
.htab .tab-count {
  background: var(--wl-surface-2);
  color: var(--wl-text-muted);
  border-radius: 10px;
  padding: 1px 7px;
  font-size: 0.72rem;
  font-weight: 700;
}
.htab.active .tab-count { background: var(--wl-primary); color: #fff; }
[data-bs-theme="dark"] .htab.active .tab-count { background: var(--wl-secondary); color: #0d1117; }

.hotels-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 991px) {
  .hotels-layout { grid-template-columns: 1fr; }
  .filter-sidebar { position: static; }
}
.filter-sidebar .fsb-section { padding-bottom: 16px; }

.hotels-results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.results-count { font-size: 0.9rem; color: var(--wl-text-muted); }
.results-count strong { color: var(--wl-text); }
.results-sort-wrap { display: flex; align-items: center; gap: 10px; }
.results-sort-label { font-size: 0.82rem; color: var(--wl-text-muted); white-space: nowrap; }
.results-sort-select {
  padding: 8px 12px;
  border: 1.5px solid var(--wl-border);
  border-radius: 8px;
  background: var(--wl-surface);
  color: var(--wl-text);
  font-size: 0.83rem;
  font-family: inherit;
  outline: none;
  cursor: pointer;
}
.results-sort-select:focus { border-color: var(--wl-primary); }

.view-toggle { display: flex; gap: 4px; }
.view-btn {
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--wl-border);
  border-radius: 8px;
  background: var(--wl-surface);
  color: var(--wl-text-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: all 0.2s;
}
.view-btn.active, .view-btn:hover { background: var(--wl-primary); border-color: var(--wl-primary); color: #fff; }

.hotels-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.hotel-card {
  background: var(--wl-surface);
  border-radius: 16px;
  border: 1px solid var(--wl-border);
  box-shadow: var(--wl-card-shadow);
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}
.hotel-card:hover { box-shadow: var(--wl-card-shadow-hover); transform: translateY(-4px); }
.hotel-card-img { position: relative; height: 210px; overflow: hidden; }
.hotel-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.hotel-card:hover .hotel-card-img img { transform: scale(1.06); }
.hotel-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--wl-primary);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}
.hotel-badge-premium { background: var(--wl-accent); }
.hotel-badge-new { background: #22c55e; }
.hotel-wishlist {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.92);
  color: #ef4444;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  transition: transform 0.2s, background 0.2s;
}
.hotel-wishlist:hover { transform: scale(1.12); background: #fff; }
.hotel-price-float {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(13,59,102,0.88);
  color: #fff;
  font-size: 0.78rem;
  padding: 5px 12px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
}
.hotel-price-float strong { font-size: 1rem; }
.hotel-card-body { padding: 18px; }
.hotel-category {
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wl-secondary);
  margin-bottom: 6px;
}
.hotel-category i { margin-right: 4px; }
.hotel-card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--wl-text);
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  line-height: 1.4;
  transition: color 0.2s;
}
.hotel-card-title:hover { color: var(--wl-primary); }
[data-bs-theme="dark"] .hotel-card-title:hover { color: var(--wl-secondary); }
.hotel-location { font-size: 0.8rem; color: var(--wl-text-muted); margin-bottom: 12px; }
.hotel-location i { color: var(--wl-accent); margin-right: 4px; }
.hotel-amenities { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.hotel-amenity {
  font-size: 0.73rem;
  color: var(--wl-text-muted);
  background: var(--wl-surface-2);
  border-radius: 6px;
  padding: 3px 9px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.hotel-amenity i { color: var(--wl-primary); font-size: 0.7rem; }
[data-bs-theme="dark"] .hotel-amenity i { color: var(--wl-secondary); }
.hotel-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--wl-border);
}
.hotel-rating { display: flex; align-items: center; gap: 5px; font-size: 0.83rem; }
.hotel-rating .fw-700 { font-weight: 700; }

.hotels-grid.list-view { grid-template-columns: 1fr; }
.hotels-grid.list-view .hotel-card { display: flex; flex-direction: row; }
.hotels-grid.list-view .hotel-card-img { width: 280px; flex-shrink: 0; height: auto; min-height: 200px; }
.hotels-grid.list-view .hotel-card-body { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
@media (max-width: 600px) {
  .hotels-grid.list-view .hotel-card { flex-direction: column; }
  .hotels-grid.list-view .hotel-card-img { width: 100%; height: 200px; }
}

.active-filters-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.active-filter-chip {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(13,59,102,0.08);
  border: 1px solid rgba(13,59,102,0.2);
  color: var(--wl-primary);
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 0.8rem;
  font-weight: 500;
}
.active-filter-chip button {
  background: none;
  border: none;
  color: var(--wl-primary);
  cursor: pointer;
  padding: 0;
  line-height: 1;
  font-size: 0.8rem;
  opacity: 0.7;
}
.active-filter-chip button:hover { opacity: 1; }

.no-results-box { text-align: center; padding: 60px 20px; color: var(--wl-text-muted); }
.no-results-box i { font-size: 3rem; margin-bottom: 16px; opacity: 0.3; }
.no-results-box h5 { color: var(--wl-text); }

.hotels-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.pg-btn {
  width: 40px;
  height: 40px;
  border: 1.5px solid var(--wl-border);
  border-radius: 10px;
  background: var(--wl-surface);
  color: var(--wl-text);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  font-family: inherit;
  text-decoration: none;
}
.pg-btn:hover:not([aria-disabled="true"]) { background: var(--wl-primary); border-color: var(--wl-primary); color: #fff; }
.pg-btn.active { background: var(--wl-primary); border-color: var(--wl-primary); color: #fff; }
.pg-btn[aria-disabled="true"] { opacity: 0.4; cursor: not-allowed; pointer-events: none; }
.pg-ellipsis { color: var(--wl-text-muted); font-size: 0.9rem; padding: 0 4px; }

.mobile-filter-btn {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid var(--wl-border);
  border-radius: 10px;
  background: var(--wl-surface);
  color: var(--wl-text);
  font-size: 0.85rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .mobile-filter-btn { display: flex; }
  #filterSidebar { display: none; }
  #filterSidebar.open { display: block; }
}
@media (max-width: 480px) {
  .hotels-grid { grid-template-columns: 1fr; }
  .hotels-results-header { flex-direction: column; align-items: flex-start; }
  .results-sort-wrap { width: 100%; }
  .results-sort-select { flex: 1; }
}

.hotels-section { padding: 48px 0 64px; }

/* ══════════════════════════════════════════════════════════════
   PROPERTY DETAIL PAGE
   ══════════════════════════════════════════════════════════════ */

.hd-gallery-wrap { padding-top: 80px; background: var(--wl-bg); }
.hd-gallery {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  grid-template-rows: 260px 200px;
  gap: 6px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hd-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 150px; border-radius: 12px; }
  .hd-gallery-main { grid-column: 1 / 3; grid-row: 1; }
  .hd-gallery-sm:nth-child(3), .hd-gallery-sm:nth-child(4) { display: none; }
}
@media (max-width: 480px) {
  .hd-gallery { grid-template-columns: 1fr; grid-template-rows: 240px 140px 140px; }
  .hd-gallery-main { grid-column: 1; grid-row: 1; }
  .hd-gallery-sm:nth-child(3) { display: block; }
  .hd-gallery-sm:nth-child(n+4) { display: none; }
}
.hd-gallery-main { grid-column: 1; grid-row: 1 / 3; position: relative; overflow: hidden; }
.hd-gallery-sm { position: relative; overflow: hidden; }
.hd-gallery-main img, .hd-gallery-sm img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
  cursor: pointer;
}
.hd-gallery-main:hover img, .hd-gallery-sm:hover img { transform: scale(1.04); }
.hd-gallery-badge {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  background: var(--wl-accent); color: #fff;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
  padding: 5px 13px; border-radius: 20px;
}
.hd-gallery-wishlist {
  position: absolute; bottom: 16px; left: 16px; z-index: 2;
  width: 38px; height: 38px; border-radius: 50%;
  border: none; background: rgba(255,255,255,0.92);
  color: #ef4444; font-size: 1rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(6px);
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.hd-gallery-wishlist:hover { transform: scale(1.1); box-shadow: 0 4px 16px rgba(0,0,0,0.2); }
.hd-gallery-photos-btn {
  position: absolute; bottom: 16px; right: 16px; z-index: 2;
  display: flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.94); color: #1a202c;
  font-size: 0.8rem; font-weight: 700;
  padding: 8px 16px; border-radius: 10px; border: none;
  cursor: pointer; backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  transition: background 0.2s, transform 0.2s;
}
.hd-gallery-photos-btn:hover { background: #fff; transform: translateY(-1px); }
.hd-gallery-more-overlay {
  position: absolute; inset: 0;
  background: rgba(13,26,46,0.55);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: #fff; cursor: pointer; gap: 5px;
  transition: background 0.2s;
}
.hd-gallery-more-overlay:hover { background: rgba(13,26,46,0.65); }
.hd-gallery-more-overlay i { font-size: 1.6rem; }
.hd-gallery-more-overlay span { font-size: 0.85rem; font-weight: 700; }

.hd-quick-facts { background: var(--wl-surface); border-bottom: 1px solid var(--wl-border); padding: 0; }
.hd-quick-facts-inner { display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.hd-quick-facts-inner::-webkit-scrollbar { display: none; }
.hd-qf-item {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-right: 1px solid var(--wl-border);
  white-space: nowrap;
  flex-shrink: 0;
}
.hd-qf-item:last-child { border-right: none; }
.hd-qf-icon {
  width: 34px; height: 34px; border-radius: 9px;
  background: rgba(13,59,102,0.08);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hd-qf-icon i { color: var(--wl-primary); font-size: 0.85rem; }
[data-bs-theme="dark"] .hd-qf-icon i { color: var(--wl-secondary); }
.hd-qf-label { font-size: 0.7rem; color: var(--wl-text-muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }
.hd-qf-value { font-size: 0.88rem; font-weight: 700; color: var(--wl-text); }

.hd-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 44px;
  align-items: start;
  padding: 40px 0 72px;
}
@media (max-width: 1099px) {
  .hd-layout { grid-template-columns: 1fr; }
  .hd-booking-widget { position: static; }
}

.hd-category-row { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.hd-category-tag { font-size: 0.73rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--wl-secondary); }
.hd-star-dots { display: flex; gap: 2px; }
.hd-star-dots i { color: #f59e0b; font-size: 0.68rem; }
.hd-title { font-size: clamp(1.55rem, 3vw, 2.2rem); font-weight: 800; color: var(--wl-text); margin-bottom: 14px; line-height: 1.2; }
.hd-meta-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-bottom: 18px; }
.hd-meta-item { display: flex; align-items: center; gap: 5px; font-size: 0.85rem; color: var(--wl-text-muted); }
.hd-meta-item i { color: var(--wl-accent); font-size: 0.8rem; }
.hd-meta-item strong { color: var(--wl-text); font-weight: 600; }
.hd-rating-row { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.hd-rating-pill { display: flex; align-items: center; gap: 5px; background: var(--wl-primary); color: #fff; border-radius: 10px; padding: 5px 12px; font-weight: 800; font-size: 0.95rem; }
.hd-rating-pill i { color: #fbbf24; font-size: 0.8rem; }
.hd-rating-label { font-size: 0.88rem; color: var(--wl-text-muted); }
.hd-rating-label strong { color: var(--wl-text); }
.hd-reviews-link { font-size: 0.85rem; color: var(--wl-primary); text-decoration: underline; cursor: pointer; }
[data-bs-theme="dark"] .hd-reviews-link { color: var(--wl-secondary); }
.hd-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.hd-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.75rem; font-weight: 600; padding: 5px 13px; border-radius: 20px; }
.hd-badge-primary { background: rgba(13,59,102,0.09); color: var(--wl-primary); }
[data-bs-theme="dark"] .hd-badge-primary { background: rgba(13,59,102,0.3); color: #7bb3dc; }
.hd-badge-success { background: #dcfce7; color: #15803d; }
.hd-badge-accent { background: rgba(244,162,97,0.15); color: #c05621; }
.hd-badge-purple { background: #ede9fe; color: #7c3aed; }

.hd-section-heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem; font-weight: 800;
  color: var(--wl-text);
  margin-bottom: 18px;
  display: flex; align-items: center; gap: 9px;
}
.hd-section-heading i { color: var(--wl-accent); font-size: 0.9rem; }

.hd-tab-panel { display: none; }
.hd-tab-panel.active { display: block; }

.hd-description { font-size: 0.94rem; line-height: 1.8; color: var(--wl-text-muted); margin-bottom: 24px; }
.hd-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 32px; }
@media (max-width: 600px) { .hd-highlights { grid-template-columns: 1fr; } }
.hd-highlight-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 16px;
  background: var(--wl-surface-2);
  border: 1px solid var(--wl-border);
  border-radius: 14px;
  transition: box-shadow 0.2s;
}
.hd-highlight-item:hover { box-shadow: var(--wl-card-shadow); }
.hd-highlight-icon {
  width: 40px; height: 40px; border-radius: 12px;
  background: rgba(13,59,102,0.08);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hd-highlight-icon i { color: var(--wl-primary); font-size: 1rem; }
[data-bs-theme="dark"] .hd-highlight-icon i { color: var(--wl-secondary); }
.hd-highlight-item strong { display: block; font-size: 0.86rem; color: var(--wl-text); margin-bottom: 3px; font-weight: 700; }
.hd-highlight-item span { color: var(--wl-text-muted); font-size: 0.79rem; line-height: 1.5; }

.hd-amenity-category { margin-bottom: 28px; }
.hd-amenity-category-title {
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--wl-text-muted);
  margin-bottom: 12px; padding-bottom: 8px;
  border-bottom: 1px solid var(--wl-border);
}
.hd-amenities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 10px; }
.hd-amenity-item {
  display: flex; align-items: center; gap: 11px;
  padding: 12px 14px;
  background: var(--wl-surface);
  border: 1px solid var(--wl-border);
  border-radius: 12px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.hd-amenity-item:hover { border-color: var(--wl-primary); box-shadow: 0 2px 8px rgba(13,59,102,0.08); }
[data-bs-theme="dark"] .hd-amenity-item:hover { border-color: var(--wl-secondary); }
.hd-amenity-icon {
  width: 34px; height: 34px; border-radius: 9px;
  background: rgba(13,59,102,0.07);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.hd-amenity-icon i { color: var(--wl-primary); font-size: 0.88rem; }
[data-bs-theme="dark"] .hd-amenity-icon i { color: var(--wl-secondary); }
.hd-amenity-label { font-size: 0.83rem; font-weight: 600; color: var(--wl-text); line-height: 1.3; }
.hd-amenity-sub { font-size: 0.73rem; color: var(--wl-text-muted); }

.hd-room-card {
  background: var(--wl-surface);
  border: 1px solid var(--wl-border);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: box-shadow 0.3s, transform 0.2s;
}
.hd-room-card:hover { box-shadow: var(--wl-card-shadow-hover); transform: translateY(-2px); }
.hd-room-card.featured { border-color: var(--wl-accent); }
.hd-room-inner { display: grid; grid-template-columns: 260px 1fr; }
@media (max-width: 700px) { .hd-room-inner { grid-template-columns: 1fr; } }
.hd-room-img { position: relative; overflow: hidden; min-height: 200px; }
.hd-room-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.hd-room-card:hover .hd-room-img img { transform: scale(1.05); }
.hd-room-type-badge {
  position: absolute; top: 12px; left: 12px;
  font-size: 0.68rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.05em; padding: 4px 10px; border-radius: 20px;
}
.hd-room-type-badge.popular { background: var(--wl-accent); color: #fff; }
.hd-room-type-badge.best { background: var(--wl-primary); color: #fff; }
.hd-room-type-badge.romance { background: #ec4899; color: #fff; }
.hd-room-body { padding: 22px 24px; display: flex; flex-direction: column; justify-content: space-between; }
.hd-room-category { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--wl-secondary); margin-bottom: 5px; }
.hd-room-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--wl-text); margin-bottom: 12px; }
.hd-room-features { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.hd-room-feat {
  display: flex; align-items: center; gap: 5px;
  font-size: 0.78rem; color: var(--wl-text-muted);
  background: var(--wl-surface-2); padding: 4px 10px;
  border-radius: 6px; border: 1px solid var(--wl-border);
}
.hd-room-feat i { color: var(--wl-primary); font-size: 0.68rem; }
[data-bs-theme="dark"] .hd-room-feat i { color: var(--wl-secondary); }
.hd-room-policies { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.hd-room-policy { font-size: 0.78rem; color: var(--wl-text-muted); display: flex; align-items: center; gap: 5px; }
.hd-room-policy .yes { color: #16a34a; }
.hd-room-policy .no { color: #dc2626; }
.hd-room-footer { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 16px; border-top: 1px solid var(--wl-border); }
.hd-room-price .was { font-size: 0.78rem; color: var(--wl-text-muted); text-decoration: line-through; }
.hd-room-price .amount { font-size: 1.75rem; font-weight: 800; color: var(--wl-primary); font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1; }
[data-bs-theme="dark"] .hd-room-price .amount { color: var(--wl-secondary); }
.hd-room-price .per { font-size: 0.8rem; color: var(--wl-text-muted); }
.hd-room-price .incl { font-size: 0.73rem; color: #16a34a; display: block; margin-top: 2px; }

.hd-map-placeholder {
  width: 100%; height: 310px; border-radius: 18px;
  background: linear-gradient(135deg, #d0e8f2 0%, #b8d9ea 100%);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--wl-border); margin-bottom: 24px;
  position: relative; overflow: hidden; cursor: pointer;
}
.hd-map-placeholder img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.hd-map-pin { position: relative; z-index: 1; text-align: center; }
.hd-map-pin-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--wl-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin: 0 auto 10px; box-shadow: 0 4px 20px rgba(13,59,102,0.35); }
.hd-map-pin span { font-size: 0.9rem; font-weight: 700; color: var(--wl-text); background: rgba(255,255,255,0.9); padding: 5px 14px; border-radius: 20px; }
.hd-nearby-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.hd-nearby-item { display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: var(--wl-surface-2); border-radius: 12px; border: 1px solid var(--wl-border); }
.hd-nearby-icon { width: 34px; height: 34px; border-radius: 9px; background: rgba(244,162,97,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hd-nearby-icon i { color: var(--wl-accent); font-size: 0.85rem; }
.hd-nearby-item strong { display: block; font-size: 0.82rem; color: var(--wl-text); font-weight: 700; }
.hd-nearby-item span { font-size: 0.75rem; color: var(--wl-text-muted); }

.hd-rating-summary { display: grid; grid-template-columns: 140px 1fr; gap: 28px; align-items: center; padding: 18px 28px; background: var(--wl-surface); border: 1px solid var(--wl-border); border-radius: 18px; margin-bottom: 24px; box-shadow: var(--wl-card-shadow); }
@media (max-width: 550px) { .hd-rating-summary { grid-template-columns: 1fr; } }
.hd-overall-score { text-align: center; }
.hd-overall-num { font-size: 3rem; font-weight: 800; color: var(--wl-primary); font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1; }
[data-bs-theme="dark"] .hd-overall-num { color: var(--wl-secondary); }
.hd-overall-stars { color: #f59e0b; font-size: 1.15rem; margin: 6px 0 3px; letter-spacing: 2px; }
.hd-overall-label { font-size: 0.82rem; color: var(--wl-text-muted); }
.hd-overall-word { font-size: 0.9rem; font-weight: 700; color: var(--wl-text); }
.hd-rating-bars { display: flex; flex-direction: column; gap: 10px; }
.hd-rating-bar-row { display: flex; align-items: center; gap: 10px; font-size: 0.83rem; }
.hd-rating-bar-label { width: 88px; color: var(--wl-text-muted); font-size: 0.8rem; }
.hd-rating-bar-track { flex: 1; height: 7px; background: var(--wl-border); border-radius: 4px; overflow: hidden; }
.hd-rating-bar-fill { height: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--wl-primary), var(--wl-secondary)); }
.hd-rating-bar-score { width: 28px; text-align: right; font-weight: 700; color: var(--wl-text); font-size: 0.82rem; }
.hd-review-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.hd-review-filter-btn { padding: 6px 14px; border-radius: 20px; border: 1.5px solid var(--wl-border); background: var(--wl-surface); color: var(--wl-text-muted); font-size: 0.8rem; font-weight: 600; font-family: inherit; cursor: pointer; transition: all 0.15s; }
.hd-review-filter-btn:hover, .hd-review-filter-btn.active { border-color: var(--wl-primary); color: var(--wl-primary); background: rgba(13,59,102,0.06); }
[data-bs-theme="dark"] .hd-review-filter-btn:hover, [data-bs-theme="dark"] .hd-review-filter-btn.active { border-color: var(--wl-secondary); color: var(--wl-secondary); }
.review-card { padding: 22px; background: var(--wl-surface); border: 1px solid var(--wl-border); border-radius: 16px; margin-bottom: 14px; transition: box-shadow 0.2s; }
.review-card:hover { box-shadow: var(--wl-card-shadow); }
.hd-tab-panel .review-card:last-child { padding-bottom: 22px; }
.review-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; flex-wrap: wrap; gap: 10px; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid var(--wl-border); }
.review-name { font-weight: 700; font-size: 0.92rem; color: var(--wl-text); }
.review-origin { font-size: 0.77rem; color: var(--wl-text-muted); margin-top: 2px; }
.review-right { text-align: right; }
.review-stars { color: #f59e0b; font-size: 0.85rem; letter-spacing: 1px; }
.review-date { font-size: 0.75rem; color: var(--wl-text-muted); margin-top: 3px; }
.review-stay-badge { display: inline-flex; align-items: center; gap: 5px; background: var(--wl-surface-2); border: 1px solid var(--wl-border); border-radius: 6px; padding: 4px 10px; font-size: 0.75rem; color: var(--wl-text-muted); margin-bottom: 10px; }
.review-text { font-size: 0.88rem; line-height: 1.75; color: var(--wl-text-muted); }

.hd-policy-card { background: var(--wl-surface); border: 1px solid var(--wl-border); border-radius: 16px; padding: 22px; }
.hd-policy-card-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.9rem; font-weight: 800; color: var(--wl-text); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.hd-policy-card-title i { color: var(--wl-primary); font-size: 0.85rem; }
[data-bs-theme="dark"] .hd-policy-card-title i { color: var(--wl-secondary); }
.hd-policy-list { list-style: none; padding: 0; margin: 0; }
.hd-policy-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.86rem; color: var(--wl-text-muted); padding: 7px 0; border-bottom: 1px solid var(--wl-border); line-height: 1.5; }
.hd-policy-list li:last-child { border-bottom: none; padding-bottom: 0; }
.hd-policy-list li i { margin-top: 2px; flex-shrink: 0; font-size: 0.82rem; }
.hd-policy-list li strong { color: var(--wl-text); }

.hd-booking-widget { position: sticky; top: 90px; background: var(--wl-surface); border: 1px solid var(--wl-border); border-radius: 16px; box-shadow: 0 4px 16px rgba(0,0,0,0.07); overflow: hidden; }
.bw-header { background: linear-gradient(135deg, #0d3b66 0%, #1a5c8a 100%); padding: 24px 24px 20px; color: #fff; position: relative; overflow: hidden; }
.bw-header::after { content: ''; position: absolute; bottom: -20px; right: -20px; width: 100px; height: 100px; border-radius: 50%; background: rgba(255,255,255,0.06); }
.bw-price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 6px; }
.bw-from { font-size: 0.8rem; opacity: 0.75; }
.bw-price { font-size: 2.4rem; font-weight: 800; font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1; }
.bw-per { font-size: 0.85rem; opacity: 0.75; }
.bw-rating { display: flex; align-items: center; gap: 6px; font-size: 0.82rem; opacity: 0.9; }
.bw-rating i { color: #fbbf24; }
.bw-body { padding: 22px 22px 16px; }
.bw-label { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.07em; color: var(--wl-text-muted); margin-bottom: 7px; }
.bw-dates-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1.5px solid var(--wl-border); border-radius: 13px; overflow: hidden; margin-bottom: 14px; }
.bw-date-field { padding: 11px 14px; cursor: pointer; position: relative; transition: background 0.15s; }
.bw-date-field:first-child { border-right: 1px solid var(--wl-border); }
.bw-date-field:hover { background: var(--wl-surface-2); }
.bw-date-field .field-label { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--wl-text-muted); margin-bottom: 3px; }
.bw-date-field .field-value { font-size: 0.88rem; font-weight: 600; color: var(--wl-text); }
.bw-date-field .field-value.placeholder { color: var(--wl-text-muted); font-weight: 400; }
.bw-date-field input[type="date"] { display: none; }
.bw-datepicker { border: none; background: transparent; color: var(--wl-text); font-size: 0.88rem; font-weight: 600; width: 100%; display: block; cursor: pointer; padding: 0; outline: none; font-family: inherit; caret-color: transparent; }
.bw-datepicker::placeholder { color: var(--wl-text-muted); font-weight: 400; }
.bw-nights-pill { display: none; align-items: center; justify-content: center; gap: 8px; background: var(--wl-surface-2); border: 1px solid var(--wl-border); border-radius: 10px; padding: 7px 12px; margin-bottom: 14px; font-size: 0.8rem; color: var(--wl-text-muted); }
.bw-nights-pill.visible { display: flex; }
.bw-nights-pill strong { color: var(--wl-primary); font-weight: 700; }
[data-bs-theme="dark"] .bw-nights-pill strong { color: var(--wl-secondary); }
.bw-guest-rows { border: 1.5px solid var(--wl-border); border-radius: 13px; overflow: hidden; margin-bottom: 14px; }
.bw-room-capacity-note { font-size: 0.76rem; color: var(--wl-text-muted); margin: -8px 0 14px; }
.bw-guest-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 16px; }
.bw-guest-row + .bw-guest-row { border-top: 1px solid var(--wl-border); }
.bw-guest-row-label { font-size: 0.88rem; font-weight: 600; color: var(--wl-text); }
.bw-guest-row-label span { font-size: 0.73rem; color: var(--wl-text-muted); display: block; font-weight: 400; }
.bw-guests-ctrl { display: flex; align-items: center; gap: 12px; }
.bw-guests-btn { width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid var(--wl-border); background: var(--wl-surface); color: var(--wl-text); font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.15s; line-height: 1; }
.bw-guests-btn:hover { background: var(--wl-primary); border-color: var(--wl-primary); color: #fff; }
.bw-guests-count { font-weight: 800; font-size: 1rem; min-width: 22px; text-align: center; }
.bw-room-options { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.bw-room-option { display: flex; align-items: center; justify-content: space-between; padding: 10px 13px; border: 1.5px solid var(--wl-border); border-radius: 11px; cursor: pointer; transition: all 0.15s; }
.bw-room-option:hover { border-color: var(--wl-secondary); }
.bw-room-option.unavailable { opacity: 0.5; cursor: not-allowed; pointer-events: none; }
.bw-room-avail-label { font-size: 0.68rem; margin-top: 4px; }
.bw-room-avail-label.avail-ok { color: #22c55e; }
.bw-room-avail-label.avail-none { color: #ef4444; }
.hd-room-avail-status { margin-top: 8px; }
.hd-room-avail-pill { display: inline-flex; align-items: center; gap: 4px; font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; }
.hd-room-avail-pill.ok { background: rgba(34,197,94,0.12); color: #22c55e; }
.hd-room-avail-pill.out { background: rgba(239,68,68,0.12); color: #ef4444; }
.hd-room-avail-badge { position: absolute; top: 8px; left: 8px; background: rgba(0,0,0,0.55); color: #fff; font-size: 0.68rem; font-weight: 600; padding: 2px 8px; border-radius: 20px; display: inline-flex; align-items: center; gap: 4px; }
.hd-room-desc { font-size: 0.78rem; color: var(--wl-text-muted); margin: 4px 0 6px; line-height: 1.5; }
.bw-card-room-btn.disabled, .bw-card-room-btn:disabled { opacity: 0.5 !important; cursor: not-allowed !important; pointer-events: none !important; }
.bw-room-option.selected { border-color: var(--wl-primary); border-width: 2px; background: rgba(13,59,102,0.12); box-shadow: 0 0 0 3px rgba(13,59,102,0.15); }
.bw-room-option.selected .bw-room-opt-name { color: var(--wl-primary); }
.bw-room-option.selected .bw-room-qty { display: flex !important; }
[data-bs-theme="dark"] .bw-room-option.selected { background: rgba(100,160,255,0.12); border-color: var(--wl-secondary); box-shadow: 0 0 0 3px rgba(100,160,255,0.15); }
[data-bs-theme="dark"] .bw-room-option.selected .bw-room-opt-name { color: var(--wl-secondary); }
.bw-room-option input[type="radio"] { display: none; }
.bw-room-opt-left { flex: 1; }
.bw-room-opt-name { font-weight: 700; font-size: 0.84rem; color: var(--wl-text); }
.bw-room-opt-desc { font-size: 0.72rem; color: var(--wl-text-muted); margin-top: 1px; }
.bw-room-opt-children { font-size: 0.7rem; color: var(--wl-text-muted); margin-top: 3px; opacity: 0.8; }
.bw-room-opt-right { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; flex-shrink: 0; margin-left: 10px; }
.bw-room-opt-price { font-weight: 800; font-size: 0.9rem; color: var(--wl-primary); font-family: 'Plus Jakarta Sans', sans-serif; white-space: nowrap; }
[data-bs-theme="dark"] .bw-room-opt-price { color: var(--wl-secondary); }
.bw-room-qty { display: flex; align-items: center; gap: 5px; }
.bw-qty-btn { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--wl-border); background: var(--wl-card); color: var(--wl-text); cursor: pointer; font-size: 0.85rem; display: flex; align-items: center; justify-content: center; transition: all 0.15s; padding: 0; line-height: 1; }
.bw-qty-btn:hover { border-color: var(--wl-primary); color: var(--wl-primary); background: rgba(13,59,102,0.06); }
[data-bs-theme="dark"] .bw-qty-btn:hover { border-color: var(--wl-secondary); color: var(--wl-secondary); }
.bw-qty-val { font-size: 0.82rem; font-weight: 700; min-width: 18px; text-align: center; color: var(--wl-text); }
.bw-room-opt-badge { font-size: 0.63rem; font-weight: 700; padding: 2px 7px; border-radius: 6px; background: var(--wl-accent); color: #fff; margin-left: 6px; white-space: nowrap; }
.bw-extras { margin-bottom: 16px; border: 1px solid var(--wl-border); border-radius: 13px; overflow: hidden; }
.bw-extra-item { display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; border-bottom: 1px solid var(--wl-border); font-size: 0.84rem; }
.bw-extra-item:last-child { border-bottom: none; }
.bw-extra-left { display: flex; align-items: center; gap: 10px; }
.bw-extra-left i { color: var(--wl-primary); font-size: 0.9rem; width: 16px; }
[data-bs-theme="dark"] .bw-extra-left i { color: var(--wl-secondary); }
.bw-extra-name { font-weight: 600; color: var(--wl-text); }
.bw-extra-sub { font-size: 0.73rem; color: var(--wl-text-muted); }
.bw-extra-right { display: flex; align-items: center; gap: 10px; }
.bw-extra-price { font-size: 0.82rem; font-weight: 600; color: var(--wl-text-muted); }
.bw-extra-price.free { color: #16a34a; }
.bw-toggle-switch { position: relative; width: 38px; height: 22px; }
.bw-toggle-switch input { opacity: 0; width: 0; height: 0; }
.bw-toggle-slider { position: absolute; cursor: pointer; inset: 0; background: var(--wl-border); border-radius: 11px; transition: 0.25s; }
.bw-toggle-slider:before { position: absolute; content: ''; width: 16px; height: 16px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: 0.25s; }
.bw-toggle-switch input:checked + .bw-toggle-slider { background: var(--wl-primary); }
.bw-toggle-switch input:checked + .bw-toggle-slider:before { transform: translateX(16px); }
.bw-price-breakdown { background: var(--wl-surface-2); border-radius: 12px; padding: 14px 16px; margin-bottom: 16px; border: 1px solid var(--wl-border); }
.bw-breakdown-row { display: flex; justify-content: space-between; font-size: 0.83rem; color: var(--wl-text-muted); margin-bottom: 7px; }
.bw-breakdown-row:last-child { margin-bottom: 0; }
.bw-breakdown-row.total { border-top: 1px solid var(--wl-border); padding-top: 10px; margin-top: 4px; font-size: 0.95rem; font-weight: 800; color: var(--wl-text); }
.bw-breakdown-row.total span:last-child { color: var(--wl-primary); }
[data-bs-theme="dark"] .bw-breakdown-row.total span:last-child { color: var(--wl-secondary); }
.bw-book-btn { width: 100%; padding: 11px 16px; background: linear-gradient(135deg, var(--wl-accent) 0%, #e07840 100%); border: none; border-radius: 12px; color: #fff; font-size: 0.88rem; font-weight: 700; font-family: inherit; cursor: pointer; transition: opacity 0.2s, transform 0.15s; display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 9px; }
.bw-book-btn:hover { opacity: 0.93; transform: translateY(-1px); }
.bw-secure-note { text-align: center; font-size: 0.76rem; color: var(--wl-text-muted); margin-bottom: 12px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.bw-secure-note i { color: #16a34a; }
.bw-contact-btn { width: 100%; padding: 11px; border: 1.5px solid var(--wl-border); border-radius: 13px; background: var(--wl-surface); color: var(--wl-text); font-size: 0.88rem; font-weight: 700; font-family: inherit; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background 0.2s, border-color 0.2s; }
.bw-contact-btn:hover { background: var(--wl-surface-2); border-color: var(--wl-text-muted); }
.bw-footer { padding: 14px 22px; border-top: 1px solid var(--wl-border); }
.bw-trust-items { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.bw-trust-item { display: flex; align-items: center; gap: 6px; font-size: 0.74rem; color: var(--wl-text-muted); }
.bw-trust-item i { color: var(--wl-primary); }
[data-bs-theme="dark"] .bw-trust-item i { color: var(--wl-secondary); }
.bw-share-bar { display: flex; align-items: center; gap: 8px; padding: 12px 0 0; border-top: 1px solid var(--wl-border); margin-top: 4px; }
.bw-share-label { font-size: 0.73rem; color: var(--wl-text-muted); font-weight: 600; flex-shrink: 0; }
.bw-share-btn { width: 32px; height: 32px; border-radius: 50%; cursor: pointer; border: 1px solid var(--wl-border); background: var(--wl-surface-2); display: inline-flex; align-items: center; justify-content: center; font-size: 0.88rem; transition: background 0.15s, transform 0.15s; }
.bw-share-btn:hover { background: var(--wl-surface); transform: scale(1.1); }
.bw-share-btn-fb { color: #1877f2; }
.bw-share-btn-tw { color: #1a1a1a; }
[data-bs-theme="dark"] .bw-share-btn-tw { color: #e2e8f0; }
.bw-share-btn-wa { color: #25d366; }

.hd-trust-sidebar { background: var(--wl-surface); border: 1px solid var(--wl-border); border-radius: 16px; padding: 18px 20px; margin-top: 16px; }
.hd-trust-sidebar-title { font-weight: 700; font-size: 0.83rem; text-align: center; margin-bottom: 12px; color: var(--wl-text); }
.hd-trust-item { display: flex; align-items: center; gap: 10px; padding: 7px 0; font-size: 0.8rem; color: var(--wl-text-muted); border-bottom: 1px solid var(--wl-border); }
.hd-trust-item:last-child { border-bottom: none; padding-bottom: 0; }
.hd-trust-item i { color: var(--wl-primary); width: 16px; text-align: center; }
[data-bs-theme="dark"] .hd-trust-item i { color: var(--wl-secondary); }

.hd-related-section { padding: 56px 0 64px; background: var(--wl-surface-2); border-top: 1px solid var(--wl-border); }
.hd-related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; margin-top: 28px; }
.hd-related-card { background: var(--wl-surface); border: 1px solid var(--wl-border); border-radius: 16px; overflow: hidden; transition: box-shadow 0.3s, transform 0.3s; }
.hd-related-card:hover { box-shadow: var(--wl-card-shadow-hover); transform: translateY(-4px); }
.hd-related-img { height: 175px; overflow: hidden; position: relative; }
.hd-related-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.hd-related-card:hover .hd-related-img img { transform: scale(1.06); }
.hd-related-body { padding: 15px; }
.hd-related-loc { font-size: 0.75rem; color: var(--wl-text-muted); margin-bottom: 5px; }
.hd-related-loc i { color: var(--wl-accent); margin-right: 3px; }
.hd-related-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.92rem; font-weight: 700; color: var(--wl-text); margin-bottom: 12px; line-height: 1.35; text-decoration: none; display: block; }
.hd-related-name:hover { color: var(--wl-primary); }
[data-bs-theme="dark"] .hd-related-name:hover { color: var(--wl-secondary); }
.hd-related-footer { display: flex; align-items: center; justify-content: space-between; }
.hd-related-rating { font-size: 0.8rem; color: var(--wl-text-muted); }
.hd-related-rating i { color: #f59e0b; }
.hd-related-price { font-size: 0.85rem; font-weight: 800; color: var(--wl-primary); }
[data-bs-theme="dark"] .hd-related-price { color: var(--wl-secondary); }

.hd-lightbox { display: none; position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,0.96); align-items: center; justify-content: center; }
.hd-lightbox.open { display: flex; }
.hd-lightbox-inner { position: relative; max-width: 88vw; max-height: 90vh; }
.hd-lightbox-inner img { max-width: 88vw; max-height: 82vh; border-radius: 10px; object-fit: contain; display: block; }
.hd-lb-close { position: absolute; top: -44px; right: 0; color: #fff; background: none; border: none; font-size: 1.5rem; cursor: pointer; opacity: 0.8; }
.hd-lb-close:hover { opacity: 1; }
.hd-lb-counter { position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.65); font-size: 0.8rem; white-space: nowrap; }
.hd-lb-nav { position: fixed; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.2); color: #fff; font-size: 1.1rem; cursor: pointer; z-index: 2001; display: flex; align-items: center; justify-content: center; transition: background 0.2s, transform 0.15s; }
.hd-lb-nav:hover { background: rgba(255,255,255,0.3); transform: translateY(-50%) scale(1.08); }
.hd-lb-prev { left: clamp(10px, 2vw, 30px); }
.hd-lb-next { right: clamp(10px, 2vw, 30px); }
@media (max-width: 600px) { .hd-lb-nav { width: 38px; height: 38px; font-size: 0.9rem; } }

.hd-mobile-book-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 500; padding: 12px 20px; background: var(--wl-surface); border-top: 1px solid var(--wl-border); align-items: center; justify-content: space-between; gap: 12px; box-shadow: 0 -4px 20px rgba(0,0,0,0.1); }
@media (max-width: 1099px) { .hd-mobile-book-bar { display: flex; } body { padding-bottom: 80px; } }
.hd-mobile-price { font-size: 1.4rem; font-weight: 800; color: var(--wl-primary); font-family: 'Plus Jakarta Sans', sans-serif; }
[data-bs-theme="dark"] .hd-mobile-price { color: var(--wl-secondary); }
.hd-mobile-price span { font-size: 0.78rem; color: var(--wl-text-muted); font-weight: 400; }

.hd-tab-spinner { display: none; align-items: center; justify-content: center; gap: 7px; padding: 40px 0; }
.hd-tab-spinner.show { display: flex; }
.hd-ts-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--wl-accent); opacity: 0.3; animation: hdTsDot 0.7s ease-in-out infinite; }
.hd-ts-dot:nth-child(2) { animation-delay: 0.12s; }
.hd-ts-dot:nth-child(3) { animation-delay: 0.24s; }
@keyframes hdTsDot { 0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); } 40% { opacity: 1; transform: scale(1); } }
@keyframes hdPanelFade { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
.hd-tab-panel.active { animation: hdPanelFade 0.22s ease-out; }

.bk-overlay { position: fixed; inset: 0; z-index: 1200; background: rgba(0,0,0,0.55); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; padding: 16px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.25s ease, visibility 0.25s ease; }
.bk-overlay.open { opacity: 1; visibility: visible; pointer-events: all; }
.bk-modal { background: var(--wl-surface); border-radius: 20px; box-shadow: 0 24px 64px rgba(0,0,0,0.2); width: 100%; max-width: 520px; overflow: hidden; max-height: 94vh; display: flex; flex-direction: column; transform: scale(0.93) translateY(28px); opacity: 0; transition: transform 0.3s cubic-bezier(0.34, 1.4, 0.64, 1), opacity 0.25s ease; }
.bk-overlay.open .bk-modal { transform: scale(1) translateY(0); opacity: 1; }
#bkStep1 { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.bk-modal-head { background: linear-gradient(135deg, var(--wl-primary) 0%, #1a5c8a 100%); padding: 20px 24px; color: #fff; position: relative; flex-shrink: 0; }
.bk-modal-head h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.1rem; font-weight: 800; margin: 0; color: #fff; }
.bk-modal-head p { font-size: 0.8rem; opacity: 0.75; margin: 4px 0 0; color: #fff; }
.bk-close-btn { position: absolute; top: 16px; right: 18px; background: rgba(255,255,255,0.15); border: none; color: #fff; width: 30px; height: 30px; border-radius: 50%; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.bk-close-btn:hover { background: rgba(255,255,255,0.25); }
.bk-modal-body { padding: 24px; overflow-y: auto; flex: 1; min-height: 0; }
.bk-summary-card { background: var(--wl-surface-2); border: 1px solid var(--wl-border); border-radius: 12px; padding: 16px; margin-bottom: 20px; }
.bk-summary-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; padding: 5px 0; border-bottom: 1px solid var(--wl-border); }
.bk-summary-row:last-child { border-bottom: none; }
.bk-summary-row label { color: var(--wl-text-muted); }
.bk-summary-row strong { color: var(--wl-text); font-weight: 700; }
.bk-summary-row.total label { font-weight: 700; color: var(--wl-text); }
.bk-summary-row.total strong { color: var(--wl-primary); font-size: 1rem; }
.bk-form-label { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.07em; color: var(--wl-text-muted); margin-bottom: 10px; }
.bk-input { display: block; width: 100%; padding: 10px 14px; border: 1.5px solid var(--wl-border); border-radius: 10px; background: var(--wl-surface); color: var(--wl-text); font-size: 0.88rem; font-family: inherit; outline: none; margin-bottom: 0; transition: border-color 0.15s; }
.bk-input:focus { border-color: var(--wl-accent); outline: none; }
.bk-input::placeholder { color: var(--wl-text-muted); }
textarea.bk-input { resize: vertical; min-height: 90px; }
.bk-field-group { display: flex; flex-direction: column; gap: 6px; }
.bk-field-label { display: flex; align-items: center; gap: 7px; font-size: 0.84rem; font-weight: 700; color: var(--wl-text); }
.bk-label-icon { color: var(--wl-accent); font-size: 0.88rem; width: 16px; text-align: center; }
.bk-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; margin-bottom: 14px; }
.bk-form-full { margin-bottom: 14px; }
.bk-tip { display: flex; align-items: flex-start; gap: 8px; font-size: 0.78rem; color: var(--wl-secondary); background: rgba(0,168,204,0.07); border-radius: 9px; padding: 10px 13px; margin-top: 4px; }
.bk-tip i { color: var(--wl-accent); font-size: 0.9rem; flex-shrink: 0; margin-top: 1px; }
.bk-pay-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 14px; }
.bk-pay-tab { padding: 10px; border: 1.5px solid var(--wl-border); border-radius: 10px; background: var(--wl-surface); color: var(--wl-text-muted); font-size: 0.85rem; font-weight: 600; font-family: inherit; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 7px; transition: all 0.15s; }
.bk-pay-tab:hover { border-color: var(--wl-primary); color: var(--wl-primary); }
.bk-pay-tab.active { border-color: var(--wl-primary); background: rgba(13,59,102,0.10); color: var(--wl-primary); box-shadow: inset 0 0 0 1px var(--wl-primary); }
[data-bs-theme="dark"] .bk-pay-tab:hover { border-color: var(--wl-secondary); color: var(--wl-secondary); }
[data-bs-theme="dark"] .bk-pay-tab.active { border-color: var(--wl-secondary); background: rgba(100,160,255,0.18); color: var(--wl-secondary); box-shadow: inset 0 0 0 1px var(--wl-secondary); }
.bw-book-btn:disabled { opacity: 0.45; cursor: not-allowed; pointer-events: none; }
.bk-pay-panel { display: none; }
.bk-pay-panel.active { display: block; }
.bk-card-wrap { border: 1.5px solid var(--wl-border); border-radius: 10px; overflow: hidden; margin-bottom: 10px; transition: border-color 0.15s; }
.bk-card-wrap:focus-within { border-color: var(--wl-primary); }
.bk-card-field { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-bottom: 1px solid var(--wl-border); }
.bk-card-field:last-child { border-bottom: none; }
.bk-card-half { display: flex; }
.bk-card-half .bk-card-field { flex: 1; }
.bk-card-half .bk-card-field:first-child { border-right: 1px solid var(--wl-border); border-bottom: none; }
.bk-card-icon { color: var(--wl-text-muted); font-size: 1rem; flex-shrink: 0; transition: color 0.2s; }
.bk-card-icon.visa { color: #1a1f71; }
.bk-card-icon.mc { color: #eb001b; }
.bk-card-icon.amex { color: #007bc1; }
.bk-card-input { border: none; background: transparent; color: var(--wl-text); font-size: 0.88rem; outline: none; flex: 1; padding: 0; font-family: 'Courier New', monospace; }
.bk-card-input::placeholder { color: var(--wl-text-muted); font-family: inherit; }
.bk-stripe-note { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 0.73rem; color: var(--wl-text-muted); margin-bottom: 12px; }
.bk-stripe-note i { color: #16a34a; }
.bk-stripe-note strong { color: #635bff; }
.bk-paypal-wrap { text-align: center; padding: 8px 0 4px; }
.bk-paypal-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 13px 24px; border: none; border-radius: 10px; background: #ffc43a; color: #1c1c1c; font-size: 0.95rem; font-weight: 800; font-family: inherit; cursor: pointer; margin-bottom: 10px; transition: opacity 0.2s; }
.bk-paypal-btn:hover { opacity: 0.88; }
.bk-paypal-btn .fa-paypal { color: #003087; font-size: 1.2rem; }
.bk-paypal-note { font-size: 0.77rem; color: var(--wl-text-muted); }
.bk-paypal-logos { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 10px; opacity: 0.55; }
.bk-paypal-logos i { font-size: 1.6rem; }
.bk-modal-footer { padding: 14px 24px; border-top: 1px solid var(--wl-border); display: flex; gap: 10px; flex-shrink: 0; }
.bk-cancel-btn { flex: 1; padding: 11px; border: 1.5px solid var(--wl-border); border-radius: 11px; background: var(--wl-surface); color: var(--wl-text); font-weight: 600; font-size: 0.88rem; font-family: inherit; cursor: pointer; transition: background 0.15s; }
.bk-cancel-btn:hover { background: var(--wl-surface-2); }
.bk-confirm-btn { flex: 2; padding: 11px; border: none; border-radius: 11px; background: linear-gradient(135deg, #e8864a, var(--wl-accent)); color: #fff; font-weight: 700; font-size: 0.88rem; font-family: inherit; cursor: pointer; transition: opacity 0.2s; }
.bk-confirm-btn:hover { opacity: 0.9; }
.bk-success { display: none; flex-direction: column; align-items: center; text-align: center; padding: 40px 24px 32px; flex: 1; }
.bk-success.show { display: flex; }
.bk-success-icon { font-size: 3.5rem; color: #16a34a; margin-bottom: 14px; }
.bk-success-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.3rem; font-weight: 800; color: var(--wl-text); margin-bottom: 8px; }
.bk-success-ref { font-size: 0.9rem; color: var(--wl-text-muted); margin-bottom: 6px; }
.bk-success-ref strong { color: var(--wl-primary); font-size: 1.05rem; }
.bk-success-note { font-size: 0.82rem; color: var(--wl-text-muted); margin-bottom: 24px; max-width: 320px; }
.bk-done-btn { padding: 12px 36px; border: none; border-radius: 11px; background: var(--wl-primary); color: #fff; font-weight: 700; font-family: inherit; cursor: pointer; font-size: 0.9rem; }

/* ══════════════════════════════════════════════════════════════
   FAQ PAGE
══════════════════════════════════════════════════════════════ */

/* ── Hero ─────────────────────────────────────────────────── */
/* ── Search Bar ───────────────────────────────────────────── */
.faq-search-wrap {
  max-width: 540px;
  margin: 24px auto 0;
  position: relative;
  display: flex;
  align-items: center;
}
.faq-search-icon {
  position: absolute;
  left: 18px;
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  pointer-events: none;
}
.faq-search-input {
  width: 100%;
  padding: 15px 48px 15px 46px;
  border-radius: 14px;
  border: 1.5px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.11);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.faq-search-input::placeholder { color: rgba(255,255,255,0.5); }
.faq-search-input:focus {
  border-color: rgba(255,255,255,0.48);
  background: rgba(255,255,255,0.17);
}
.faq-search-clear {
  position: absolute;
  right: 14px;
  background: rgba(255,255,255,0.18);
  border: none;
  color: rgba(255,255,255,0.8);
  width: 26px; height: 26px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.faq-search-clear.visible { opacity: 1; pointer-events: auto; }
.faq-search-clear:hover { background: rgba(255,255,255,0.3); }

/* ── Body Container ───────────────────────────────────────── */
.faq-container { max-width: 760px; }

/* ── Meta (count) ─────────────────────────────────────────── */
.faq-meta {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--wl-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 22px;
}

/* ── No Results ───────────────────────────────────────────── */
.faq-no-results {
  display: none;
  text-align: center;
  padding: 64px 0;
  color: var(--wl-text-muted);
}
.faq-no-results.show { display: block; }
.faq-no-results i {
  font-size: 2.8rem;
  color: var(--wl-border);
  display: block;
  margin-bottom: 18px;
}
.faq-no-results p { font-size: 0.95rem; }
.faq-no-results strong { color: var(--wl-text); }

/* ── Accordion Item ───────────────────────────────────────── */
.faq-item {
  border: 1px solid var(--wl-border);
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  background: var(--wl-surface);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.faq-item:hover {
  box-shadow: var(--wl-card-shadow);
}
.faq-item.open {
  border-color: rgba(var(--wl-primary-rgb), 0.22);
  box-shadow: 0 6px 28px rgba(var(--wl-primary-rgb), 0.09);
}

/* Question button */
.faq-q {
  width: 100%;
  padding: 20px 22px;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--wl-text);
  transition: background 0.15s;
  line-height: 1.4;
}
.faq-q:hover { background: var(--wl-surface-2); }
.faq-item.open .faq-q {
  color: var(--wl-primary);
  background: rgba(var(--wl-primary-rgb), 0.03);
}
[data-bs-theme="dark"] .faq-item.open .faq-q {
  color: var(--wl-text);
  background: rgba(255,255,255,0.04);
}
.faq-q-text { flex: 1; }

/* Chevron */
.faq-chevron {
  flex-shrink: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--wl-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem;
  color: var(--wl-text-muted);
  transition: all 0.25s ease;
}
.faq-item.open .faq-chevron {
  background: var(--wl-primary);
  border-color: var(--wl-primary);
  color: #fff;
  transform: rotate(180deg);
}

/* Answer panel */
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s ease;
}
.faq-item.open .faq-a { max-height: 640px; }
.faq-a-inner {
  padding: 16px 22px 22px;
  border-top: 1px solid var(--wl-border);
  font-size: 0.9rem;
  color: var(--wl-text-muted);
  line-height: 1.8;
}
.faq-a-inner p { margin-bottom: 0; }
.faq-a-inner p + p { margin-top: 10px; }
.faq-a-inner strong { color: var(--wl-text); font-weight: 600; }
.faq-a-inner a { color: var(--wl-accent); text-decoration: underline; text-underline-offset: 3px; }
.faq-a-inner ul,
.faq-a-inner ol { padding-left: 20px; margin: 10px 0 0; }
.faq-a-inner li { margin-bottom: 6px; }

/* ── CTA Card ─────────────────────────────────────────────── */
.faq-cta {
  background: var(--wl-surface-2);
  border: 1px solid var(--wl-border);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  margin-top: 56px;
}
.faq-cta-icon-wrap { margin-bottom: 20px; }
.faq-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: rgba(var(--wl-primary-rgb), 0.09);
}
.faq-cta-icon i { font-size: 1.5rem; color: var(--wl-primary); }
[data-bs-theme="dark"] .faq-cta-icon { background: rgba(var(--wl-primary-rgb), 0.25); }
[data-bs-theme="dark"] .faq-cta-icon i { color: var(--wl-secondary); }
.faq-cta h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
  color: var(--wl-text);
}
.faq-cta > p {
  color: var(--wl-text-muted);
  font-size: 0.92rem;
  max-width: 400px;
  margin: 0 auto 26px;
  line-height: 1.65;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 600px) {
  .faq-hero { padding: 110px 0 70px; }
  .faq-q { padding: 16px 16px; font-size: 0.9rem; }
  .faq-a-inner { padding: 14px 16px 18px; }
  .faq-cta { padding: 36px 24px; }
}

/* ═══════════════════════════════════════════════════════════
   AUTH MODAL
═══════════════════════════════════════════════════════════ */

.wl-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1080;
  background: rgba(10,24,40,0.72);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.wl-modal-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.wl-modal {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr;
  width: 100%;
  max-width: 760px;
  max-height: calc(100vh - 32px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.35);
  transform: translateY(20px) scale(0.97);
  transition: transform 0.28s cubic-bezier(.34,1.56,.64,1), opacity 0.25s ease;
  opacity: 0;
}

.wl-modal-backdrop.open .wl-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* ── Left panel ── */
.wl-modal-left {
  background: linear-gradient(160deg, var(--wl-primary) 0%, #1a5c8a 60%, #0a2d4d 100%);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.wl-modal-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Ccircle cx='350' cy='50' r='200' fill='rgba(255,255,255,0.03)'/%3E%3Ccircle cx='50' cy='350' r='160' fill='rgba(255,255,255,0.03)'/%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
  pointer-events: none;
}

.wl-modal-left-inner { position: relative; z-index: 1; }

.wl-modal-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 24px;
}

.wl-modal-brand .brand-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wl-modal-left h3 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 8px;
}

.wl-modal-left > .wl-modal-left-inner > p {
  color: rgba(255,255,255,0.7);
  font-size: 0.78rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.wl-modal-left .auth-benefit {
  gap: 10px;
  margin-bottom: 14px;
}

.wl-modal-left .auth-benefit-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.wl-modal-left .auth-benefit-text strong { font-size: 0.82rem; }
.wl-modal-left .auth-benefit-text span   { font-size: 0.74rem; }

/* ── Right panel ── */
.wl-modal-right {
  background: var(--wl-bg);
  padding: 32px 28px;
  overflow-y: auto;
  max-height: calc(100vh - 32px);
}

.wl-modal-heading {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 4px;
  color: var(--wl-text);
}

.wl-modal-sub {
  color: var(--wl-text-muted);
  font-size: 0.82rem;
  margin-bottom: 18px;
}

/* ── Close button ── */
.wl-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--wl-border, #e2e8f0);
  background: var(--wl-surface, #fff);
  color: var(--wl-text-muted, #64748b);
  font-size: 0.82rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, transform 0.15s, border-color 0.15s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

.wl-modal-close:hover {
  background: var(--wl-primary, #0d3b66);
  border-color: var(--wl-primary, #0d3b66);
  color: #fff;
  transform: scale(1.08);
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .wl-modal { grid-template-columns: 1fr; }
  .wl-modal-left { display: none; }
  .wl-modal-right { padding: 28px 20px; }
}

/* ── Language dropdown ───────────────────────────────────── */
.nav-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 12px;
  border-radius: 20px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.nav-lang-btn:after { display: none; } /* remove Bootstrap caret */
.nav-lang-btn .nav-lang-flag { font-size: 1rem; line-height: 1; }
.nav-lang-btn .nav-lang-code { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; }
.nav-lang-btn .nav-lang-chevron { font-size: 0.6rem; opacity: 0.7; transition: transform 0.2s; }
.nav-lang-btn:hover,
.nav-lang-btn[aria-expanded="true"] { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.35); }
.nav-lang-btn[aria-expanded="true"] .nav-lang-chevron { transform: rotate(180deg); }

.wl-navbar.scrolled .nav-lang-btn {
  background: var(--wl-surface-2);
  border-color: var(--wl-border);
  color: var(--wl-text);
}
.wl-navbar.scrolled .nav-lang-btn:hover,
.wl-navbar.scrolled .nav-lang-btn[aria-expanded="true"] {
  background: var(--wl-surface-3, #f1f5f9);
  border-color: var(--wl-primary);
  color: var(--wl-primary);
}

.nav-lang-menu {
  min-width: 160px;
  padding: 6px 0;
  border-radius: 12px;
  border: 1px solid var(--wl-border, #e2e8f0);
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  background: var(--wl-surface, #fff);
  margin-top: 6px !important;
}
.nav-lang-menu .dropdown-header {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wl-text-muted, #94a3b8);
  padding: 6px 14px 4px;
}
.nav-lang-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--wl-text, #1e293b);
  border-radius: 0;
  transition: background 0.15s;
}
.nav-lang-menu .dropdown-item .lang-item-flag { font-size: 1.05rem; line-height: 1; }
.nav-lang-menu .dropdown-item .lang-item-check { margin-left: auto; color: var(--wl-accent-dark, #0d3b66); font-size: 0.75rem; }
.nav-lang-menu .dropdown-item:hover { background: var(--wl-surface-2, #f8fafc); color: var(--wl-primary, #0d3b66); }
.nav-lang-menu .dropdown-item.active { background: var(--wl-surface-2, #f8fafc); color: var(--wl-primary, #0d3b66); font-weight: 600; }
[data-bs-theme="dark"] .nav-lang-menu .dropdown-item:hover,
[data-bs-theme="dark"] .nav-lang-menu .dropdown-item.active { color: var(--wl-secondary); }

/* ── RTL: booking / inquiry modal ────────────────────────────── */
[dir="rtl"] .bk-modal-head { text-align: right; }
[dir="rtl"] .bk-modal-head .btn-close { margin-left: 0; margin-right: auto; }
[dir="rtl"] .bk-modal-body { text-align: right; }
[dir="rtl"] .bk-field-label { flex-direction: row-reverse; justify-content: flex-end; }
[dir="rtl"] .bk-input { text-align: right; direction: rtl; }
[dir="rtl"] .bk-input::placeholder { text-align: right; }
[dir="rtl"] .bk-confirm-btn { direction: rtl; }
[dir="rtl"] .bk-modal-footer { flex-direction: row-reverse; }
[dir="rtl"] #inquiryModal .modal-header { flex-direction: row-reverse; }
[dir="rtl"] #inquiryModal .modal-header .btn-close { margin-left: 0; margin-right: auto; }
