
/* ===================================================
   All Nepal Adventures — Main Stylesheet
   Himalayan Adventure Theme (Light)
=================================================== */

/* ── CSS Variables ───────────────────────────────── */
:root {
  --primary: #16a34a;
  --primary-dark: #15803d;
  --secondary: #1a1a2e;
  --accent: #f6a623;
  --success: #16a34a;
  --dark: #1a1a2e;
  --light: #f8f9fa;
  --white: #ffffff;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-500: #6c757d;
  --gray-600: #495057;
  --gray-800: #212529;
  --text-body: #212529;
  --text-muted: #555555;
  --font-primary: 'Poppins', sans-serif;
  --font-heading: 'Montserrat', sans-serif;
  --font-serif: 'Playfair Display', serif;
  --shadow-sm: 0 2px 12px rgba(0,0,0,0.08);
  --shadow-md: 0 8px 30px rgba(0,0,0,0.12);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.15);
  --border-radius: 12px;
  --border-radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --navbar-height: 75px;
}

/* ── Bootstrap danger → primary green overrides ─── */
.btn-danger { background-color: var(--primary) !important; border-color: var(--primary) !important; color: #fff !important; }
.btn-danger:hover, .btn-danger:focus, .btn-danger:active { background-color: var(--primary-dark) !important; border-color: var(--primary-dark) !important; }
.btn-outline-danger { color: var(--primary) !important; border-color: var(--primary) !important; }
.btn-outline-danger:hover, .btn-outline-danger:active { background-color: var(--primary) !important; border-color: var(--primary) !important; color: #fff !important; }
.text-danger { color: var(--primary) !important; }
.bg-danger { background-color: var(--primary) !important; }
.badge.bg-danger { background-color: var(--primary) !important; }
.border-danger { border-color: var(--primary) !important; }
.nav-link::after { background: var(--primary) !important; }
.nav-link:hover { color: var(--primary) !important; }

/* ── Global ───────────────────────────────────────── */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-primary);
  color: var(--text-body);
  background: #ffffff;
  overflow-x: hidden;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--dark);
}
p { color: var(--text-body); }
a { text-decoration: none; transition: var(--transition); }
img { max-width: 100%; height: auto; }

/* Override Bootstrap .text-muted to be more visible */
.text-muted { color: var(--text-muted) !important; }

/* ── Topbar ──────────────────────────────────────── */
.topbar {
  background: var(--secondary);
  color: #e0e0e0;
  font-size: 0.82rem;
  position: relative;
  z-index: 1100;
}
.topbar-link {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 0.82rem;
}
.topbar-link:hover { color: var(--accent); }
.topbar-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  color: #e0e0e0;
  font-size: 0.75rem;
  transition: var(--transition);
}
.topbar-social-link:hover { background: var(--primary); color: #fff; }

/* ── Navbar ──────────────────────────────────────── */
/* ── Navbar ──────────────────────────────────────── */
.main-navbar {
  background: rgba(255,255,255,0.98) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.07);
  padding: 0;
  height: var(--navbar-height);
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease;
  z-index: 1050 !important;
}
.main-navbar .container-fluid { height: 100%; }
.main-navbar.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.10); }

/* Brand / Logo */
.navbar-brand { height: 100%; display: flex; align-items: center;  margin-right: 0; flex-shrink: 0; padding-left: 8px; }
.navbar-logo { height: 42px !important; width: auto; }
.navbar-brand-text { line-height: 1; }
.brand-main { display: block; font-family: var(--font-heading); font-weight: 900; font-size: 1.3rem; color: var(--secondary); white-space: nowrap; }
.brand-sub  { display: block; font-family: var(--font-primary); font-size: 0.62rem; color: var(--primary); letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700; }

/* Collapse wrapper */
.main-navbar .navbar-collapse { height: 100%; }
.main-navbar .navbar-nav { height: 100%; align-items: stretch; }

/* Nav links */
.nav-link {
  color: #1a1a2e !important;
  padding: 0 0.75rem !important;
  height: 100%;
  display: flex !important;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  position: relative;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-link::after {
  content: ''; position: absolute; bottom: 0; left: 50%; right: 50%;
  height: 3px; background: var(--primary); border-radius: 2px 2px 0 0;
  transition: left 0.25s ease, right 0.25s ease;
}
.nav-link:hover::after,
.nav-link.active::after { left: 0.7rem; right: 0.7rem; }
.nav-link:hover { color: var(--primary) !important; }

/* Dropdown toggle caret */
.dropdown-toggle::after { margin-left: 4px; vertical-align: 0.1em; }

/* Right-side action group */
.navbar-actions {
  display: flex; align-items: center; gap: 6px;
  flex-shrink: 0; margin-left: 8px;
}
.navbar-search-btn {
  width: 34px; height: 34px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #444; background: transparent; border: none; cursor: pointer;
  font-size: 1rem; transition: background .2s, color .2s;
}
.navbar-search-btn:hover { background: rgba(22,163,74,.08); color: var(--primary); }

/* Login / user button */
.btn-nav-login {
  height: 34px; padding: 0 14px; border-radius: 8px; font-size: 0.82rem;
  font-weight: 600; border: 1.5px solid var(--primary);
  color: var(--primary) !important; background: transparent;
  display: inline-flex; align-items: center; gap: 5px;
  transition: var(--transition); white-space: nowrap;
}
.btn-nav-login:hover { background: var(--primary); color: #fff !important; }

/* Book Now pill */
.btn-book-now {
  height: 34px; padding: 0 18px; border-radius: 20px; font-size: 0.82rem;
  font-weight: 700; background: var(--primary); color: #fff !important;
  border: none; display: inline-flex; align-items: center; gap: 5px;
  transition: var(--transition); white-space: nowrap;
}
.btn-book-now:hover { background: var(--primary-dark); transform: translateY(-1px); }

/* Mega Menu */
.mega-menu-item { position: static; }
.mega-menu {
  width: 100%; left: 0 !important; right: 0 !important;
  border: none; border-top: 3px solid var(--primary);
  border-radius: 0 0 16px 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.13) !important;
  margin-top: 0 !important; background: #fff;
}
.mega-menu-heading { font-size: 0.72rem; letter-spacing: 1.2px; text-transform: uppercase; color: var(--primary); font-weight: 700; margin-bottom: 12px !important; }
.mega-menu-list { list-style: none; padding: 0; margin: 0; }
.mega-menu-list li { margin-bottom: 4px; }
.mega-menu-list a, .mega-menu-package-link {
  color: #333; font-size: 0.86rem; font-weight: 500;
  display: block; padding: 4px 0; text-decoration: none;
  transition: color 0.18s, padding-left 0.18s;
}
.mega-menu-list a:hover, .mega-menu-package-link:hover { color: var(--primary); padding-left: 5px; }
.mega-menu-card img { width: 100%; height: 130px; object-fit: cover; border-radius: 10px; margin-bottom: 10px; }

/* Mobile Menu */
.mobile-menu { width: 300px; background: #fff; }
.mobile-nav-link {
  display: flex; align-items: center; gap: 8px;
  padding: 13px 18px; color: #212529;
  border-bottom: 1px solid var(--gray-200);
  font-weight: 600; font-size: 0.9rem;
  text-decoration: none; transition: background 0.2s, color 0.2s;
}
.mobile-nav-link:hover,
.accordion-button.mobile-nav-link:not(.collapsed) { background: rgba(22,163,74,.06); color: var(--primary); }
.accordion-button.mobile-nav-link { box-shadow: none !important; background: transparent; border-radius: 0 !important; }
.accordion-button.mobile-nav-link::after { margin-left: auto; filter: none; }
.mobile-sub-link {
  display: block; padding: 9px 14px; color: #444;
  font-size: 0.86rem; border-bottom: 1px solid var(--gray-200);
  transition: color 0.2s; font-weight: 500; text-decoration: none;
}
.mobile-sub-link:hover { color: var(--primary); background: rgba(22,163,74,.04); }

/* ── Hero Section ────────────────────────────────── */
.hero-section { position: relative; min-height: 100vh; }
.hero-slide { position: relative; min-height: 100vh; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; }
.hero-default-bg { background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.65) 100%); }
.hero-content { position: relative; z-index: 2; width: 100%; padding: 120px 0 200px; }
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.hero-title {
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
  margin-bottom: 16px;
}
.hero-subtitle { font-size: clamp(1rem, 2.5vw, 1.5rem); opacity: 0.95; font-weight: 400; margin-bottom: 12px; color: #fff; }
.hero-description { font-size: 1.05rem; opacity: 0.9; max-width: 600px; margin: 0 auto 32px; color: #fff; }
.hero-btn-primary { border-radius: 50px; padding: 14px 40px; font-size: 1.05rem; box-shadow: 0 4px 20px rgba(220,53,69,0.4); }
.hero-btn-secondary { border-radius: 50px; padding: 14px 40px; font-size: 1.05rem; }
.hero-nav-btn { color: rgba(255,255,255,0.8) !important; --swiper-navigation-size: 22px; }
.hero-nav-btn::after { font-size: 22px !important; }
.hero-pagination .swiper-pagination-bullet { background: rgba(255,255,255,0.6); width: 10px; height: 10px; }
.hero-pagination .swiper-pagination-bullet-active { background: #fff; width: 30px; border-radius: 5px; }

/* Hero Search Bar */
.hero-search-bar {
  position: absolute;
  bottom: -30px;
  left: 0; right: 0;
  z-index: 10;
  padding: 0 15px;
}
.hero-search-card {
  background: #fff;
  border-radius: var(--border-radius-lg);
  padding: 24px 30px;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-lg);
}
.hero-search-card label { color: #333; font-weight: 600; }

/* Stats Bar — light background with colored text */
.hero-stats-bar {
  background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
  border-top: 1px solid #f0e0e0;
  border-bottom: 1px solid #f0e0e0;
  padding: 50px 0 20px;
  margin-top: 30px;
}
.stat-item { padding: 12px; }
.stat-number { font-size: 1.8rem; font-family: var(--font-heading); color: var(--primary); font-weight: 900; }
.stat-label { font-size: 0.85rem; letter-spacing: 0.5px; color: #444; font-weight: 600; }

/* ── Sections ────────────────────────────────────── */
.section-padding { padding: 80px 0; }
.section-padding-sm { padding: 40px 0; }
.section-badge {
  display: inline-block;
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.section-title { font-size: clamp(1.6rem, 4vw, 2.5rem); margin-bottom: 14px; line-height: 1.2; color: var(--dark); }
.section-subtitle { color: #555555; font-size: 1.05rem; max-width: 600px; margin: 0 auto; font-weight: 400; }

/* ── Package Cards ───────────────────────────────── */
.package-card {
  border: 1px solid var(--gray-200);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  transition: var(--transition);
  background: #fff;
}
.package-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.package-card-img-wrapper { position: relative; overflow: hidden; height: 220px; }
.package-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.package-card:hover .package-card-img { transform: scale(1.07); }
.package-card-badges { position: absolute; top: 12px; left: 12px; display: flex; flex-wrap: wrap; gap: 4px; }
.badge-featured { background: var(--primary); color: #fff; padding: 3px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.badge-new { background: #28a745; color: #fff; padding: 3px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.badge-popular { background: var(--accent); color: #fff; padding: 3px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.badge-discount { background: #dc3545; color: #fff; padding: 3px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.package-card-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s;
}
.package-card:hover .package-card-overlay { opacity: 1; }
.package-card-wishlist { position: absolute; top: 12px; right: 12px; }
.wishlist-btn {
  background: rgba(255,255,255,0.95);
  border: none;
  width: 36px; height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  transition: var(--transition);
}
.wishlist-btn:hover { background: var(--primary); color: #fff; }
.package-card-body { padding: 20px; }
.package-region-badge { background: rgba(220,53,69,0.12); color: var(--primary); padding: 3px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.package-difficulty { padding: 3px 10px; border-radius: 20px; font-size: 0.73rem; font-weight: 600; }
.difficulty-easy { background: #d4edda; color: #155724; }
.difficulty-moderate { background: #fff3cd; color: #6d4e00; }
.difficulty-strenuous { background: #f8d7da; color: #721c24; }
.difficulty-challenging { background: #f5c6cb; color: #721c24; }
.difficulty-extreme { background: #721c24; color: #fff; }
.package-title { font-size: 1rem; font-weight: 700; line-height: 1.4; margin: 8px 0; color: var(--dark); }
.package-excerpt { font-size: 0.88rem; line-height: 1.6; color: #444444; }
.package-details { font-size: 0.82rem; }
.detail-item { color: #555555; font-weight: 500; }
.package-card-footer { border-top: 1px solid var(--gray-200); padding-top: 12px; margin-top: 4px; }

/* ── Why Choose Us Cards ─────────────────────────── */
.why-card {
  background: #fff;
  border-radius: var(--border-radius-lg);
  padding: 32px 24px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--gray-200);
}
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.why-card h5 { color: var(--dark); }
.why-card p { color: #444; }
.why-icon-wrap { width: 70px; height: 70px; background: rgba(220,53,69,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; }

/* ── Gallery ─────────────────────────────────────── */
.gallery-thumb { position: relative; overflow: hidden; border-radius: 8px; aspect-ratio: 1; cursor: pointer; }
.gallery-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-link:hover .gallery-img { transform: scale(1.08); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s;
}
.gallery-link:hover .gallery-overlay { opacity: 1; }

/* ── Testimonials ────────────────────────────────── */
.testimonial-card {
  background: #fff;
  border-radius: var(--border-radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  height: 100%;
  position: relative;
}
.testimonial-text { font-size: 0.95rem; line-height: 1.8; color: #333333; margin-bottom: 16px; font-style: italic; }
.testimonial-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid var(--primary); }
.testimonial-avatar-placeholder { width: 52px; height: 52px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; color: #fff; }

/* ── Blog Cards ──────────────────────────────────── */
.blog-card { border-radius: var(--border-radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; transition: var(--transition); border: 1px solid var(--gray-200); }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.blog-card-img-wrapper { position: relative; height: 220px; overflow: hidden; }
.blog-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.blog-card:hover .blog-card-img { transform: scale(1.05); }
.blog-category-badge { position: absolute; top: 12px; left: 12px; background: var(--primary); color: #fff; padding: 3px 12px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.blog-card-body { padding: 20px; }
.blog-title { font-size: 1rem; font-weight: 700; line-height: 1.4; margin-bottom: 8px; color: var(--dark); }
.blog-card-body p { color: #444; }
.blog-read-more { font-size: 0.88rem; color: var(--primary); font-weight: 600; }
.blog-read-more:hover { letter-spacing: 0.5px; }

/* ── Blog List (Editorial) ───────────────────────── */
.bl-page { background: #eef2ee; min-height: 100vh; }

/* Featured entry */
.bl-featured-section { padding: 56px 0 0; }
.bl-featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; min-height: 340px; }
.bl-featured-text { background: #fff; padding: 44px 48px 44px 48px; display: flex; flex-direction: column; justify-content: center; border-radius: 16px 0 0 16px; }
.bl-featured-tag { display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #16a34a; border: 1.5px solid #16a34a; border-radius: 20px; padding: 3px 14px; margin-bottom: 18px; width: fit-content; }
.bl-featured-title { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.9rem, 3.5vw, 3rem); font-style: italic; font-weight: 700; line-height: 1.18; color: #1a2a1a; margin-bottom: 16px; }
.bl-featured-title a { color: inherit; text-decoration: none; }
.bl-featured-title a:hover { color: #16a34a; }
.bl-featured-excerpt { color: #555; font-size: 0.97rem; line-height: 1.7; margin-bottom: 24px; max-width: 480px; }
.bl-featured-link { font-size: 0.9rem; font-weight: 600; color: #16a34a; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.bl-featured-link:hover { color: #15803d; }
.bl-arr { font-size: 1.1rem; }
.bl-featured-meta { font-size: 0.75rem; color: #999; font-weight: 400; margin-left: 8px; text-transform: uppercase; letter-spacing: 1px; }
.bl-featured-img-wrap { border-radius: 0 16px 16px 0; overflow: hidden; }
.bl-featured-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Main layout */
.bl-main-section { padding: 48px 0 80px; }
.bl-layout { display: grid; grid-template-columns: 260px 1fr; gap: 36px; align-items: start; }

/* Sidebar */
.bl-sidebar { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 100px; }
.bl-sidebar-block { background: #fff; border-radius: 14px; padding: 28px 24px; }
.bl-sidebar-heading { font-size: 0.8rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #888; margin-bottom: 20px; }
.bl-cat-list { list-style: none; padding: 0; margin: 0; }
.bl-cat-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #f0f0f0; text-decoration: none; color: #444; font-size: 0.9rem; transition: color .2s; }
.bl-cat-link:last-child { border-bottom: none; }
.bl-cat-link:hover { color: #16a34a; }
.bl-cat-active { color: #16a34a !important; font-weight: 700; }
.bl-cat-count { font-size: 0.78rem; color: #aaa; font-weight: 600; }
.bl-cat-active .bl-cat-count { color: #16a34a; }

/* Trending */
.bl-trending-block { background: #fff; }
.bl-trending-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.bl-trending-item { display: flex; gap: 14px; align-items: flex-start; }
.bl-trending-num { font-size: 0.72rem; font-weight: 800; color: #ccc; letter-spacing: 1px; min-width: 22px; padding-top: 3px; }
.bl-trending-title { font-size: 0.88rem; font-weight: 600; color: #2a2a2a; text-decoration: none; line-height: 1.4; }
.bl-trending-title:hover { color: #16a34a; }

/* Newsletter */
.bl-newsletter-block { background: #1a3a1a; }
.bl-newsletter-heading { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.bl-newsletter-sub { color: rgba(255,255,255,.65); font-size: 0.82rem; line-height: 1.6; margin-bottom: 18px; }
.bl-newsletter-form { display: flex; flex-direction: column; gap: 10px; }
.bl-newsletter-input { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 8px; padding: 10px 14px; color: #fff; font-size: 0.88rem; outline: none; }
.bl-newsletter-input::placeholder { color: rgba(255,255,255,.45); }
.bl-newsletter-input:focus { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.18); }
.bl-newsletter-btn { background: #fff; color: #1a3a1a; border: none; border-radius: 8px; padding: 10px; font-size: 0.88rem; font-weight: 700; cursor: pointer; transition: background .2s, color .2s; }
.bl-newsletter-btn:hover { background: #d1fae5; }
.bl-newsletter-thanks { color: #d1fae5; font-size: 0.88rem; margin: 0; }

/* Articles grid */
.bl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

/* Standard card */
.bl-card { background: #fff; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.bl-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.11); transform: translateY(-3px); }
.bl-card-img-wrap { display: block; overflow: hidden; height: 210px; }
.bl-card-img-wrap--tall { height: 240px; }
.bl-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; display: block; }
.bl-card:hover .bl-card-img { transform: scale(1.04); }
.bl-card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.bl-card-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.bl-tag { font-size: 0.68rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #16a34a; }
.bl-date { font-size: 0.72rem; color: #aaa; font-weight: 500; text-transform: uppercase; letter-spacing: .8px; }
.bl-card-title { font-size: 1.05rem; font-weight: 700; line-height: 1.35; color: #1a2a1a; margin-bottom: 10px; }
.bl-card-title a { color: inherit; text-decoration: none; }
.bl-card-title a:hover { color: #16a34a; }
.bl-card-title--lg { font-family: Georgia, serif; font-size: 1.4rem; font-style: italic; font-weight: 700; line-height: 1.25; }
.bl-card-excerpt { font-size: 0.88rem; color: #666; line-height: 1.65; margin-bottom: 18px; flex: 1; }
.bl-read-link { font-size: 0.82rem; font-weight: 700; color: #16a34a; text-decoration: none; margin-top: auto; }
.bl-read-link:hover { color: #15803d; }
.bl-read-btn { display: inline-block; border: 1.5px solid #2a2a2a; border-radius: 30px; padding: 8px 22px; font-size: 0.82rem; font-weight: 600; color: #2a2a2a; text-decoration: none; margin-top: auto; width: fit-content; transition: background .2s, color .2s; }
.bl-read-btn:hover { background: #1a2a1a; color: #fff; }

/* Dispatch card — full width horizontal */
.bl-card--dispatch { grid-column: 1 / -1; flex-direction: row; align-items: stretch; border-radius: 14px; min-height: 210px; }
.bl-dispatch-img-wrap { display: block; width: 280px; flex-shrink: 0; overflow: hidden; }
.bl-dispatch-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.bl-card--dispatch:hover .bl-dispatch-img { transform: scale(1.04); }
.bl-dispatch-body { padding: 28px 32px; display: flex; flex-direction: column; justify-content: center; flex: 1; }

/* Gallery cards row (after dispatch) */
.bl-card--gallery .bl-card-img-wrap { height: 240px; }

/* Empty state */
.bl-empty { grid-column: 1/-1; text-align: center; padding: 80px 0; color: #aaa; }
.bl-empty i { font-size: 3rem; display: block; margin-bottom: 16px; }

/* Pagination */
.bl-pagination-wrap { margin-top: 48px; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.bl-load-more { background: none; border: none; font-size: 0.82rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #555; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.bl-load-more:hover { color: #16a34a; }
.bl-load-arr { font-size: 1.2rem; }
.bl-pagination { display: flex; gap: 4px; align-items: center; }
.bl-page-link { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; font-size: 0.85rem; font-weight: 600; color: #555; text-decoration: none; transition: background .2s, color .2s; }
.bl-page-link:hover { background: #e8f5e9; color: #16a34a; }
.bl-page-active { background: #16a34a !important; color: #fff !important; }

/* Responsive */
@media (max-width: 991px) {
  .bl-featured-grid { grid-template-columns: 1fr; }
  .bl-featured-img-wrap { border-radius: 0 0 16px 16px; height: 260px; }
  .bl-featured-text { border-radius: 16px 16px 0 0; padding: 32px 28px; }
  .bl-layout { grid-template-columns: 1fr; }
  .bl-sidebar { position: static; }
  .bl-grid { grid-template-columns: 1fr; }
  .bl-card--dispatch { flex-direction: column; }
  .bl-dispatch-img-wrap { width: 100%; height: 220px; }
}
@media (max-width: 575px) {
  .bl-featured-title { font-size: 1.7rem; }
  .bl-card--dispatch { grid-column: auto; }
}

/* ── Partners ────────────────────────────────────── */
.partner-logo { max-height: 50px; filter: grayscale(60%); opacity: 0.8; transition: var(--transition); }
.partner-logo:hover { filter: grayscale(0); opacity: 1; }

/* ── Back to Top ──────────────────────────────────── */
.btn-back-to-top {
  position: fixed; bottom: 100px; right: 20px; z-index: 999;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  border: none;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  opacity: 0; visibility: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
}
.btn-back-to-top.visible { opacity: 1; visibility: visible; }
.btn-back-to-top:hover { background: var(--primary-dark); transform: translateY(-3px); }

/* ── Floating Buttons ────────────────────────────── */
.floating-btn {
  position: fixed;
  right: 20px;
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  box-shadow: var(--shadow-md);
  z-index: 998;
  transition: var(--transition);
  text-decoration: none;
}
.floating-btn:hover { transform: scale(1.1); color: #fff; }
.whatsapp-float { bottom: 170px; background: #25d366; }
.viber-float { bottom: 230px; background: #7360f2; }
.inquiry-float { bottom: 290px; background: var(--primary); }

/* ── Footer ──────────────────────────────────────── */
.site-footer {
  background: #0b1929;
  background-image: url('../images/Background Image with Tonal Overlay.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-main { background: transparent; }

/* Brand */
.footer-brand-name {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 900;
  color: #2dd4bf;
  line-height: 1.1;
  margin-bottom: 4px;
}
.footer-brand-sub {
  font-size: 0.78rem;
  color: #94a3b8;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.footer-desc {
  color: #94a3b8;
  font-size: 0.88rem;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Contact list */
.footer-contact-list { margin: 0; padding: 0; }
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: #94a3b8;
  font-size: 0.85rem;
  line-height: 1.5;
}
.footer-contact-icon {
  color: #2dd4bf;
  font-size: 0.9rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.footer-contact-link {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact-link:hover { color: #2dd4bf; }

/* Column headings */
.footer-col-heading {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2dd4bf;
  margin-bottom: 18px;
}

/* Links */
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: #94a3b8;
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
  display: inline-block;
}
.footer-links a:hover { color: #2dd4bf; padding-left: 5px; }

/* Newsletter inline form */
.footer-newsletter-input-wrap {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 30px;
  overflow: hidden;
  padding: 4px 4px 4px 16px;
}
.footer-newsletter-input-wrap input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #e2e8f0;
  font-size: 0.85rem;
  padding: 6px 0;
}
.footer-newsletter-input-wrap input::placeholder { color: #64748b; }
.footer-newsletter-input-wrap button {
  background: #2dd4bf;
  border: none;
  color: #0b1929;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}
.footer-newsletter-input-wrap button:hover { background: #5eead4; }

/* Social row */
.footer-social-row { display: flex; gap: 10px; }
.footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: #94a3b8;
  font-size: 0.9rem;
  transition: var(--transition);
  text-decoration: none;
}
.footer-social-btn:hover {
  background: #2dd4bf;
  border-color: #2dd4bf;
  color: #0b1929;
  transform: translateY(-3px);
}

/* Bottom bar */
.footer-bottom { background: rgba(0,0,0,0.35); border-top: 1px solid rgba(255,255,255,0.06); }
.footer-bottom-text { color: #64748b; font-size: 0.82rem; margin: 0; }
.footer-heart { color: #dc3545; margin: 0 3px; font-size: 0.75rem; }

/* Legacy helpers */
.letter-spacing-1 { letter-spacing: 1px; }
.letter-spacing-2 { letter-spacing: 2px; }

/* ── Page Hero Slider ────────────────────────────── */
.phs-wrap {
  position: relative;
  width: calc(100% - 2rem);
  height: 520px;
  overflow: hidden;
  background: #1a1a2e;
  margin: 1rem 1rem 0;
  border-radius: 20px;
}
@media (max-width: 768px) { .phs-wrap { height: 380px; width: calc(100% - 1rem); margin: 0.5rem 0.5rem 0; border-radius: 14px; } }

.phs-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
  pointer-events: none;
}
.phs-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.phs-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}
video.phs-media { object-fit: cover; }

.phs-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.35) 0%, rgba(0,0,0,.62) 100%);
  z-index: 1;
}

.phs-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
.phs-subtitle {
  font-size: .85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: .5rem;
}
.phs-title {
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: .75rem;
  font-family: var(--font-heading);
}
.phs-desc {
  max-width: 600px;
  font-size: 1.05rem;
  color: rgba(255,255,255,.85);
  margin-bottom: .5rem;
}
.phs-breadcrumb {
  font-size: .82rem;
  color: rgba(255,255,255,.65);
  display: flex;
  gap: .5rem;
  align-items: center;
  margin-top: .5rem;
}
.phs-breadcrumb a { color: rgba(255,255,255,.65); text-decoration: none; }
.phs-breadcrumb a:hover { color: #fff; }

/* Arrows */
.phs-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,.18);
  border: none;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: background .2s;
}
.phs-arrow:hover { background: rgba(255,255,255,.35); }
.phs-prev { left: 18px; }
.phs-next { right: 18px; }

/* Dots */
.phs-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 8px;
}
.phs-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  cursor: pointer;
  transition: background .3s, transform .3s;
}
.phs-dot.active {
  background: #fff;
  transform: scale(1.3);
}

/* ── Page Hero ───────────────────────────────────── */
.page-hero {
  min-height: 350px;
  display: flex; align-items: center;
  padding: 100px 0 60px;
  position: relative;
  margin: 1rem 1rem 0;
  border-radius: 20px;
  overflow: hidden;
}
.page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.6)); border-radius: inherit; }
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1, .page-hero p { color: #fff; }
@media (max-width: 768px) { .page-hero { margin: 0.5rem 0.5rem 0; border-radius: 14px; } }

/* ── Filter Card ─────────────────────────────────── */
.filter-card {
  background: #fff;
  border-radius: var(--border-radius);
  border: 1px solid var(--gray-200);
  overflow: hidden;
}
.filter-header {
  background: var(--primary);
  color: #fff;
  padding: 16px 20px;
  display: flex; justify-content: space-between; align-items: center;
}
.filter-section { padding: 16px 20px; border-bottom: 1px solid var(--gray-200); }
.filter-label { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1px; color: #444; font-weight: 700; margin-bottom: 10px; }

/* ── Detail Page ─────────────────────────────────── */
.detail-tabs .nav-link { color: #444444; border-radius: 0; border-bottom: 2px solid transparent; padding: 12px 16px; font-weight: 600; }
.detail-tabs .nav-link.active { color: var(--primary); border-bottom-color: var(--primary); background: none; }
.detail-section { padding: 24px 0; }
.detail-section-title { font-size: 1.2rem; font-weight: 700; padding-bottom: 12px; border-bottom: 2px solid var(--gray-200); margin-bottom: 20px; color: var(--dark); }
.highlights-list { list-style: none; padding: 0; }
.highlights-list li { padding: 6px 0; font-size: 0.95rem; color: #333; }
.trip-detail-item { padding: 8px 0; font-size: 0.9rem; border-bottom: 1px solid var(--gray-200); color: #333; }

/* Itinerary Timeline */
.itinerary-timeline { position: relative; }
.itinerary-day { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--gray-200); }
.day-marker {
  flex-shrink: 0;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 6px 10px;
  border-radius: 8px;
  height: fit-content;
  white-space: nowrap;
  min-width: 55px;
  text-align: center;
}
.itinerary-day h6 { color: var(--dark); font-weight: 700; }
.itinerary-day p { color: #444; }
.day-detail-badge { background: var(--gray-100); color: #333333; border-radius: 20px; padding: 3px 10px; font-size: 0.78rem; display: inline-flex; align-items: center; font-weight: 600; }
.inc-exc-list { list-style: none; padding: 0; }
.inc-exc-list li { padding: 6px 0; font-size: 0.9rem; border-bottom: 1px solid var(--gray-200); color: #333; }

/* Booking Sidebar */
.booking-card {
  background: #fff;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gray-200);
}
.booking-price { font-size: 2rem; font-weight: 900; color: var(--primary); font-family: var(--font-heading); }
.quick-info-row { padding: 8px 0; font-size: 0.9rem; border-bottom: 1px solid var(--gray-200); color: #333; }
.feature-item { padding: 6px 0; font-size: 0.85rem; color: #333; }
.availability-card { background: #fff; border-radius: var(--border-radius); border: 1px solid var(--gray-200); }

/* ── Trekking Detail Page (td-*) ─────────────────── */

/* Hero */
.td-hero {
  position: relative;
  min-height: 88vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
}
.td-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.25) 0%, rgba(0,0,0,.75) 100%);
}
.td-hero-content {
  position: relative;
  z-index: 2;
  padding: 140px 0 60px;
  width: 100%;
}
.td-breadcrumb .breadcrumb { margin: 0; }
.td-breadcrumb .breadcrumb-item a { color: rgba(255,255,255,.75); font-size: 0.85rem; }
.td-breadcrumb .breadcrumb-item.active { color: rgba(255,255,255,.55); font-size: 0.85rem; }
.td-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }
.td-hero-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.td-badge {
  padding: 5px 16px;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.td-badge--region { background: var(--primary); color: #fff; }
.td-badge--diff { background: #f6a623; color: #1a1a2e; }
.td-badge--feat { background: #16a34a; color: #fff; }
.td-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 4.5vw, 3.4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  text-shadow: 0 2px 20px rgba(0,0,0,.4);
  margin-bottom: 16px;
}
.td-hero-rating { display: flex; align-items: center; gap: 4px; }
.td-star-filled { color: #f6a623; font-size: 0.9rem; }
.td-star-empty { color: rgba(255,255,255,.4); font-size: 0.9rem; }
.td-rating-val { font-weight: 700; color: #fff; font-size: 0.95rem; }
.td-rating-count { color: rgba(255,255,255,.65); font-size: 0.85rem; }
.td-hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  padding: 20px 32px;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 0;
}
.td-stat { text-align: center; padding: 0 28px; }
.td-stat-icon { display: block; font-size: 1.3rem; color: #f6a623; margin-bottom: 6px; }
.td-stat-val { font-size: 1rem; font-weight: 800; color: #fff; line-height: 1.2; }
.td-stat-lbl { font-size: 0.72rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
.td-stat-div { width: 1px; height: 48px; background: rgba(255,255,255,.2); flex-shrink: 0; }

/* Tab bar */
.td-tab-bar {
  background: #fff;
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 75px;
  z-index: 200;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
}
.td-tabs { list-style: none; margin: 0; padding: 0; display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; }
.td-tabs::-webkit-scrollbar { display: none; }
.td-tab {
  display: block;
  padding: 14px 20px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #555;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color .2s, border-color .2s;
  text-decoration: none;
}
.td-tab:hover { color: var(--primary); }
.td-tab.active { color: var(--primary); border-bottom-color: var(--primary); }
.td-tab-count {
  background: var(--primary);
  color: #fff;
  font-size: 0.68rem;
  padding: 1px 7px;
  border-radius: 10px;
  margin-left: 4px;
  font-weight: 700;
}

/* Body layout */
.td-body { background: #f5f6f8; padding: 40px 0 72px; }
.td-layout { display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; }


/* Cards */
.td-card { background: #fff; border-radius: 16px; padding: 32px; box-shadow: 0 2px 16px rgba(0,0,0,.06); margin-bottom: 24px; }
.td-card:last-child { margin-bottom: 0; }
.td-section-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--secondary);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.td-title-bar { width: 4px; height: 22px; background: var(--primary); border-radius: 2px; flex-shrink: 0; display: inline-block; }
.td-bar-amber { background: #f6a623; }
.td-bar-teal { background: #2dd4bf; }
.td-body-text { color: #444; line-height: 1.85; font-size: 0.97rem; }
.td-body-text p { margin-bottom: 1rem; }

/* Gallery strip (overview) */
.td-gallery-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border-radius: 16px;
  overflow: hidden;
  height: 380px;
}
.td-gs-main { grid-row: 1 / 3; }
.td-gs-main a { display: block; height: 100%; }
.td-gs-main-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.td-gs-main a:hover .td-gs-main-img { transform: scale(1.03); }
.td-gs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.td-gs-thumb { display: block; overflow: hidden; position: relative; }
.td-gs-thumb-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; aspect-ratio: 1; }
.td-gs-thumb:hover .td-gs-thumb-img { transform: scale(1.05); }
.td-gs-more { position: relative; }
.td-gs-more-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
}

/* Highlights */
.td-highlights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.td-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.9rem;
  color: #1a2a1a;
}
.td-check-icon { color: #16a34a; font-size: 1rem; flex-shrink: 0; margin-top: 2px; }

/* Trip Details */
.td-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.td-detail-item { display: flex; gap: 14px; align-items: center; padding: 12px 16px; background: #f8f9fa; border-radius: 10px; }
.td-detail-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; color: #fff; }
.td-di-amber { background: #f6a623; }
.td-di-blue { background: #3b82f6; }
.td-di-green { background: #16a34a; }
.td-di-purple { background: #8b5cf6; }
.td-di-red { background: var(--primary); }
.td-di-orange { background: #f97316; }
.td-di-teal { background: #0d9488; }
.td-detail-lbl { font-size: 0.72rem; color: #888; text-transform: uppercase; letter-spacing: .7px; font-weight: 600; }
.td-detail-val { font-size: 0.9rem; font-weight: 600; color: #1a1a2e; margin-top: 2px; }

/* Itinerary timeline */
.td-timeline { display: flex; flex-direction: column; }
.td-day { display: flex; gap: 0; }
.td-day-left { display: flex; flex-direction: column; align-items: center; width: 60px; flex-shrink: 0; }
.td-day-num {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(220,53,69,.3);
}
.td-day-line { width: 2px; background: #e9ecef; flex: 1; min-height: 24px; margin: 6px 0; }
.td-day-right { flex: 1; padding-bottom: 28px; padding-left: 8px; }
.td-day-card { background: #f8f9fa; border-radius: 12px; padding: 20px 24px; border-left: 3px solid var(--primary); }
.td-day-title { font-size: 1rem; font-weight: 700; color: var(--secondary); margin-bottom: 8px; }
.td-day-desc { font-size: 0.9rem; color: #555; line-height: 1.7; margin-bottom: 12px; }
.td-day-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.td-dbadge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px; border-radius: 20px; font-size: 0.78rem; font-weight: 600; }
.td-dbadge--alt { background: #fee2e2; color: #dc2626; }
.td-dbadge--dist { background: #dbeafe; color: #1d4ed8; }
.td-dbadge--time { background: #d1fae5; color: #065f46; }
.td-dbadge--acc { background: #fef3c7; color: #92400e; }
.td-dbadge--meal { background: #ede9fe; color: #5b21b6; }

/* Includes/Excludes */
.td-inc-card { border-radius: 16px; overflow: hidden; height: 100%; }
.td-inc-card--yes { border: 1.5px solid #bbf7d0; }
.td-inc-card--no { border: 1.5px solid #fecaca; }
.td-inc-head {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 0.95rem;
}
.td-inc-card--yes .td-inc-head { background: #f0fdf4; color: #16a34a; }
.td-inc-card--no .td-inc-head { background: #fff1f2; color: #dc2626; }
.td-inc-list { list-style: none; padding: 16px 20px; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.td-inc-list li { font-size: 0.9rem; color: #333; display: flex; align-items: flex-start; gap: 6px; padding-bottom: 8px; border-bottom: 1px solid #f0f0f0; }
.td-inc-list li:last-child { border-bottom: none; }
.td-inc-card--yes .td-inc-list i { color: #16a34a; flex-shrink: 0; }
.td-inc-card--no .td-inc-list i { color: #dc2626; flex-shrink: 0; }

/* Gallery grid */
.td-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.td-gallery-item { position: relative; overflow: hidden; border-radius: 10px; aspect-ratio: 4/3; display: block; }
.td-gallery-img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; display: block; }
.td-gallery-item:hover .td-gallery-img { transform: scale(1.06); }
.td-gallery-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.7));
  color: #fff;
  font-size: 0.78rem;
  padding: 20px 12px 10px;
  opacity: 0;
  transition: opacity .3s;
}
.td-gallery-item:hover .td-gallery-caption { opacity: 1; }

/* Empty state */
.td-empty-state { text-align: center; padding: 60px 0; color: #aaa; }
.td-empty-state i { font-size: 3rem; display: block; margin-bottom: 14px; }
.td-empty-state p { font-size: 0.95rem; margin: 0; }

/* Hotels grid (tours) */
.td-hotels-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.td-hotel-card { border-radius: 14px; overflow: hidden; border: 1px solid #e9ecef; background: #fff; transition: box-shadow .2s; }
.td-hotel-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); }
.td-hotel-img-wrap { height: 160px; overflow: hidden; }
.td-hotel-img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; display: block; }
.td-hotel-card:hover .td-hotel-img { transform: scale(1.04); }
.td-hotel-body { padding: 16px 18px; }
.td-hotel-stars { display: flex; gap: 3px; margin-bottom: 6px; font-size: 0.8rem; }
.td-hotel-name { font-size: 1rem; font-weight: 700; color: var(--secondary); margin-bottom: 6px; }
.td-hotel-loc { font-size: 0.82rem; color: #888; margin-bottom: 4px; }
.td-hotel-nights { font-size: 0.82rem; color: #555; font-weight: 600; margin-bottom: 10px; }
.td-hotel-link { font-size: 0.82rem; color: var(--primary); font-weight: 600; text-decoration: none; }
.td-hotel-link:hover { color: var(--primary-dark); }

/* Reviews */
.td-rating-banner { display: flex; align-items: center; gap: 24px; background: linear-gradient(135deg, #fff7ed, #fef3c7); border-radius: 14px; padding: 24px 28px; }
.td-rating-big { font-size: 3.5rem; font-weight: 900; color: var(--primary); font-family: var(--font-heading); line-height: 1; }
.td-rating-stars { display: flex; gap: 4px; margin-bottom: 6px; }
.td-rating-label { font-size: 0.85rem; color: #888; }
.td-reviews-list { display: flex; flex-direction: column; gap: 20px; }
.td-review { background: #fafafa; border-radius: 14px; padding: 22px 24px; border: 1px solid #f0f0f0; }
.td-review-header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.td-review-avatar img, .td-review-avatar-ph {
  width: 46px; height: 46px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--primary);
}
.td-review-avatar-ph {
  background: var(--primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.1rem; flex-shrink: 0;
}
.td-review-name { font-weight: 700; color: var(--secondary); font-size: 0.95rem; }
.td-review-country { font-size: 0.8rem; color: #888; }
.td-review-stars { display: flex; gap: 3px; }
.td-review-title { font-weight: 700; color: var(--secondary); margin-bottom: 6px; font-size: 0.95rem; }
.td-review-text { color: #555; font-size: 0.9rem; line-height: 1.7; margin: 0; }

/* Booking sidebar */
.td-sidebar { position: sticky; top: 130px; display: flex; flex-direction: column; gap: 20px; }
.td-book-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
  border: 1px solid #e9ecef;
}
.td-price-wrap { margin-bottom: 20px; }
.td-price-orig { font-size: 0.9rem; color: #aaa; text-decoration: line-through; margin-bottom: 2px; }
.td-price-orig span { font-size: 0.78rem; }
.td-price { font-size: 2.2rem; font-weight: 900; color: var(--primary); font-family: var(--font-heading); line-height: 1.1; }
.td-price-unit { font-size: 0.9rem; font-weight: 400; color: #888; }
.td-discount-badge { background: var(--primary); color: #fff; font-size: 0.75rem; font-weight: 700; padding: 3px 12px; border-radius: 20px; display: inline-block; margin-top: 6px; }
.td-quick-facts { display: flex; flex-direction: column; gap: 0; margin-bottom: 22px; }
.td-qf {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.88rem;
  color: #444;
}
.td-qf:last-child { border-bottom: none; }
.td-qf i { color: var(--primary); font-size: 1rem; width: 20px; flex-shrink: 0; }
.td-book-btn {
  display: block;
  width: 100%;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 4px 16px rgba(220,53,69,.35);
  margin-bottom: 10px;
}
.td-book-btn:hover { background: var(--primary-dark); color: #fff; transform: translateY(-1px); box-shadow: 0 6px 22px rgba(220,53,69,.45); }
.td-inquiry-btn {
  display: block;
  width: 100%;
  background: transparent;
  color: var(--secondary);
  border: 2px solid var(--secondary);
  border-radius: 12px;
  padding: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background .2s, color .2s;
  margin-bottom: 10px;
}
.td-inquiry-btn:hover { background: var(--secondary); color: #fff; }
.td-whatsapp-btn {
  display: block;
  width: 100%;
  background: #25d366;
  color: #fff;
  border-radius: 12px;
  padding: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background .2s;
  margin-bottom: 10px;
}
.td-whatsapp-btn:hover { background: #1ebe5d; color: #fff; }
.td-trust-badges { display: flex; flex-direction: column; gap: 8px; padding-top: 16px; border-top: 1px solid #f0f0f0; margin-top: 6px; }
.td-trust { display: flex; align-items: center; gap: 10px; font-size: 0.83rem; color: #555; }
.td-trust-icon { font-size: 1rem; color: #16a34a; flex-shrink: 0; }

/* Availability card */
.td-avail-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  border: 1px solid #e9ecef;
}
.td-avail-title { font-weight: 700; font-size: 0.92rem; color: var(--secondary); margin-bottom: 16px; }
.td-avail-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.td-avail-row:last-child { border-bottom: none; }
.td-avail-date { font-weight: 600; font-size: 0.88rem; color: var(--secondary); }
.td-avail-spots { font-size: 0.78rem; color: #888; }
.td-avail-status { padding: 4px 12px; border-radius: 20px; font-size: 0.75rem; font-weight: 700; }
.td-avail-status--yes { background: #d1fae5; color: #065f46; }
.td-avail-status--warn { background: #fef3c7; color: #92400e; }
.td-avail-status--no { background: #fee2e2; color: #991b1b; }

/* Related packages */
.td-related { background: #fff; padding: 72px 0; }
.td-related-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 36px; }
.td-related-title { font-size: 2rem; font-weight: 900; color: var(--secondary); margin: 0; }
.td-related-title em { font-style: italic; color: var(--primary); font-family: var(--font-serif); }
.td-related-all { font-size: 0.9rem; font-weight: 600; color: var(--primary); text-decoration: none; }
.td-related-all:hover { color: var(--primary-dark); }
.td-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.td-rel-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,.08); border: 1px solid #e9ecef; transition: transform .2s, box-shadow .2s; }
.td-rel-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,.13); }
.td-rel-img-wrap { display: block; position: relative; height: 190px; overflow: hidden; }
.td-rel-img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; display: block; }
.td-rel-card:hover .td-rel-img { transform: scale(1.05); }
.td-rel-diff { position: absolute; top: 12px; right: 12px; background: rgba(0,0,0,.55); color: #fff; font-size: 0.72rem; font-weight: 700; padding: 4px 10px; border-radius: 20px; backdrop-filter: blur(6px); }
.td-rel-body { padding: 16px 18px 18px; }
.td-rel-region { font-size: 0.75rem; color: var(--primary); font-weight: 700; text-transform: uppercase; letter-spacing: .7px; margin-bottom: 6px; }
.td-rel-title { font-size: 0.92rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; }
.td-rel-title a { color: var(--secondary); text-decoration: none; }
.td-rel-title a:hover { color: var(--primary); }
.td-rel-footer { display: flex; justify-content: space-between; align-items: center; }
.td-rel-dur { font-size: 0.8rem; color: #888; }
.td-rel-price { font-size: 1rem; font-weight: 800; color: var(--primary); }

/* Modal */
.td-modal-header { background: var(--secondary); padding: 18px 24px; }
.td-input { border-radius: 10px; border: 1.5px solid #e0e0e0; padding: 10px 14px; font-size: 0.9rem; transition: border-color .2s; }
.td-input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(220,53,69,.12); outline: none; }

/* Responsive */
@media (max-width: 1199px) {
  .td-layout { grid-template-columns: 1fr 320px; }
  .td-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
  .td-layout { grid-template-columns: 1fr; }
  .td-sidebar { position: static; }
  .td-hero { background-attachment: scroll; }
  .td-gallery-strip { height: 280px; }
  .td-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .td-hero-stats { padding: 16px 18px; }
  .td-stat { padding: 0 14px; }
  .td-highlights-grid { grid-template-columns: 1fr; }
  .td-details-grid { grid-template-columns: 1fr; }
  .td-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .td-gallery-strip { grid-template-columns: 1fr; height: auto; }
  .td-gs-main { grid-row: auto; }
  .td-related-grid { grid-template-columns: 1fr; }
  .td-related-header { flex-direction: column; gap: 8px; }
}

/* ── Booking Flow ────────────────────────────────── */
.booking-form-card { background: #fff; border-radius: var(--border-radius-lg); box-shadow: var(--shadow-md); border: 1px solid var(--gray-200); }
.booking-progress .progress-step { position: relative; }
.step-circle {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--gray-200); color: #444;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.9rem;
  margin: 0 auto 6px;
  transition: var(--transition);
}
.progress-step.active .step-circle { background: var(--primary); color: #fff; }
.progress-step.completed .step-circle { background: var(--success); color: #fff; }
.step-label { font-size: 0.75rem; color: #444; font-weight: 600; }
.progress-connector { height: 2px; background: var(--gray-200); margin-top: 20px; }
.progress-connector.completed { background: var(--success); }

/* ── Dashboard ───────────────────────────────────── */
.dashboard-layout { display: flex; min-height: calc(100vh - 60px); background: #f0f4f0; }

.dashboard-sidebar {
  width: 265px;
  min-height: 100%;
  background: #fff;
  border-right: 1px solid #e2ede5;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  flex-shrink: 0;
  scrollbar-width: thin;
  scrollbar-color: #c8e6c9 transparent;
}

.dashboard-main {
  flex: 1;
  padding: 36px 40px;
  background: #f0f4f0;
  overflow-x: hidden;
  min-height: 100%;
}

/* Sidebar user info */
.sidebar-user-info {
  padding: 28px 20px 20px;
  border-bottom: 1px solid #e2ede5;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}
.sidebar-user-info .fw-bold { color: #fff !important; }
.sidebar-user-info .text-muted { color: rgba(255,255,255,0.75) !important; }
.sidebar-avatar-placeholder { background: rgba(255,255,255,0.25) !important; color: #fff !important; border: 2px solid rgba(255,255,255,0.4); }

/* Sidebar nav */
.sidebar-nav { padding: 12px 0; }
.sidebar-link {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 22px;
  color: #4a5568;
  font-size: 0.875rem;
  font-weight: 500;
  transition: var(--transition);
  border-left: 3px solid transparent;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
}
.sidebar-link:hover {
  color: var(--primary);
  background: rgba(22,163,74,0.06);
  border-left-color: var(--primary);
}
.sidebar-link.active {
  color: var(--primary);
  background: rgba(22,163,74,0.1);
  border-left-color: var(--primary);
  font-weight: 700;
}
.sidebar-link.text-danger { color: #dc3545 !important; }
.sidebar-link.text-danger:hover { color: #dc3545 !important; background: rgba(220,53,69,0.06); border-left-color: #dc3545; }
.sidebar-link i { font-size: 1rem; width: 20px; flex-shrink: 0; }
.sidebar-divider { height: 1px; background: #e2ede5; margin: 8px 0; }

/* Dashboard page header */
.dashboard-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 2px solid #e2ede5;
}
.dashboard-page-header h2 { color: var(--dark); font-family: var(--font-heading); }

/* Dashboard section cards */
.dashboard-section {
  background: #fff;
  border-radius: var(--border-radius);
  padding: 24px;
  box-shadow: 0 1px 8px rgba(22,163,74,0.07);
  border: 1px solid #e2ede5;
}
.dashboard-section h5, .dashboard-section h6 { color: var(--dark); }
.dashboard-section p, .dashboard-section td, .dashboard-section th { color: #333; }

/* Dashboard cards (booking/payment list) */
.dashboard-layout .card {
  border-radius: var(--border-radius) !important;
  box-shadow: 0 1px 8px rgba(22,163,74,0.07) !important;
  border: 1px solid #e2ede5 !important;
}
.dashboard-layout .table thead { background: var(--primary) !important; }
.dashboard-layout .table-dark th { background: var(--primary) !important; color: #fff !important; }
.dashboard-layout .table thead th { background: var(--primary) !important; color: #fff !important; border-color: var(--primary-dark) !important; }
.dashboard-layout .table-hover tbody tr:hover { background: rgba(22,163,74,0.04); }

/* Stat Cards */
.stat-card {
  border-radius: var(--border-radius);
  padding: 24px 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.stat-card::before {
  content: '';
  position: absolute;
  top: -24px; right: -24px;
  width: 90px; height: 90px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
}
.stat-card::after {
  content: '';
  position: absolute;
  bottom: -30px; left: -10px;
  width: 70px; height: 70px;
  background: rgba(255,255,255,0.07);
  border-radius: 50%;
}
.stat-card-blue  { background: linear-gradient(135deg, #16a34a, #15803d); }
.stat-card-green { background: linear-gradient(135deg, #0891b2, #0e7490); }
.stat-card-red   { background: linear-gradient(135deg, #1a1a2e, #2d2d50); }
.stat-card-orange{ background: linear-gradient(135deg, #d97706, #b45309); }
.stat-card-value { font-size: 2rem; font-weight: 900; font-family: var(--font-heading); line-height: 1; margin: 8px 0 4px; }
.stat-card-label { font-size: 0.82rem; opacity: 0.9; text-transform: uppercase; letter-spacing: 0.5px; }
.stat-card-icon  { font-size: 1.8rem; opacity: 0.25; position: absolute; bottom: 16px; right: 20px; }

/* Filter pills */
.dashboard-filter-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.dashboard-filter-bar .btn-sm { border-radius: 50px; font-size: 0.8rem; padding: 4px 16px; }

/* Review Cards */
.review-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 3px solid var(--primary); }
.review-avatar-placeholder { width: 48px; height: 48px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; color: #fff; }

/* Dashboard footer */
.dashboard-footer { background: #fff !important; border-top: 1px solid #e2ede5 !important; }

/* ── Auth Pages ──────────────────────────────────── */
.auth-card {
  background: #fff;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 40px;
  border: 1px solid var(--gray-200);
}
.auth-card h2, .auth-card h3, .auth-card h4 { color: var(--dark); }
.auth-card p, .auth-card label { color: #333; }
.auth-divider { text-align: center; position: relative; margin: 20px 0; color: #555; font-weight: 500; }
.auth-divider::before, .auth-divider::after { content: ''; position: absolute; top: 50%; width: 40%; height: 1px; background: var(--gray-200); }
.auth-divider::before { left: 0; }
.auth-divider::after { right: 0; }

/* ── Bootstrap overrides for light theme ──────────── */
.card { background: #fff; }
.card-body { color: #333; }
.card-title { color: var(--dark); }
.card-text { color: #444; }
.form-label { color: #333; font-weight: 600; }
.form-text { color: #555; }
.list-group-item { color: #333; }
.breadcrumb-item { color: #555; }
.breadcrumb-item.active { color: #333; }
.breadcrumb-item a { color: var(--primary); }
.badge.bg-light { color: #333 !important; }
.table { color: #333; }
.table th { color: var(--dark); font-weight: 700; }
.alert-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; }
small, .small { color: #555; }

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 1199px) {
  .mega-menu { position: fixed !important; width: 100% !important; }
}
@media (max-width: 991px) {
  .hero-search-bar { position: relative; bottom: auto; margin: -20px auto 0; }
  .hero-content { padding: 120px 0 60px; }
  .hero-stats-bar { margin-top: 0; }
  .section-padding { padding: 60px 0; }
  .dashboard-layout { flex-direction: column; }
  .dashboard-sidebar { width: 100%; height: auto; position: relative; border-right: none; border-bottom: 1px solid #e2ede5; }
  .dashboard-main { padding: 24px 16px; }
}
@media (max-width: 767px) {
  .hero-title { font-size: 2rem; }
  .topbar { display: none !important; }
  .section-padding { padding: 50px 0; }
  .booking-card { margin-top: 24px; }
  .itinerary-day { flex-direction: column; }
}

/* ══════════════════════════════════════════════════
   HOMEPAGE — specific styles
══════════════════════════════════════════════════ */

/* ─ Hero ─────────────────────────────────────────── */
.hp-hero { position: relative; min-height: 90vh; overflow: visible; margin: 1rem 1rem 0; border-radius: 24px; }
@media (max-width: 768px) { .hp-hero { margin: 0.5rem 0.5rem 0; border-radius: 16px; } }
/* Video hero */
.hp-video-wrap { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; border-radius: inherit; }
.hp-video-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hp-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.62) 100%); z-index: 1; }
.hp-hero-content { position: relative; z-index: 2; width: 100%; padding: 100px 0 180px; }
.hp-hero-title {
  font-size: clamp(2.2rem, 7vw, 4.5rem);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0,0,0,.4);
  margin-bottom: 16px;
}
.hp-hero-accent { font-style: italic; color: #2dd4bf; font-family: var(--font-serif); }
.hp-hero-sub { font-size: 1.1rem; color: rgba(255,255,255,.88); max-width: 580px; margin: 0 auto; }
.hp-hero-pagination .swiper-pagination-bullet { background: rgba(255,255,255,.6); }
.hp-hero-pagination .swiper-pagination-bullet-active { background: #fff; width: 28px; border-radius: 4px; }
.hp-nav-btn { color: rgba(255,255,255,.8) !important; }

/* Search bar */
.hp-search-wrap { position: absolute; bottom: -36px; left: 0; right: 0; z-index: 10; padding: 0 12px; }
.hp-search-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px 28px;
  box-shadow: 0 12px 40px rgba(0,0,0,.14);
  border: 1px solid #eee;
}
.hp-search-label { display: block; font-size: 0.78rem; font-weight: 700; color: #555; margin-bottom: 5px; text-transform: uppercase; letter-spacing: .5px; }
.hp-search-input { border: 1.5px solid #e0e0e0; border-radius: 8px; padding: 10px 14px; font-size: 0.9rem; color: #333; background: #fafafa; }
.hp-search-input:focus { border-color: #16a34a; box-shadow: 0 0 0 3px rgba(22,163,74,.1); background: #fff; outline: none; }
.hp-search-btn {
  background: #16a34a;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: background .2s;
}
.hp-search-btn:hover { background: #15803d; color: #fff; }

/* ─ Section layout helpers ───────────────────────── */
.hp-section { padding: 80px 0; }
.hp-section-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.hp-italic-accent { font-style: italic; color: #0d9488; font-family: var(--font-serif); }
.hp-section-sub { color: #555; font-size: 1rem; max-width: 560px; margin: 0 auto; }
.hp-badge-label {
  display: inline-block;
  background: rgba(220,53,69,.08);
  color: #dc3545;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 30px;
  border: 1px solid rgba(220,53,69,.25);
}

/* ─ Explore the High Peaks (Interactive Map) ────── */
.hp-explore-section { padding: 80px 0 0; background: #fff; }
.hp-cartography-badge {
  display: inline-block;
  border: 1.5px solid #d1d5db;
  color: #555;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 30px;
}

/* Map area */
.hp-imap-area {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.hp-imap-img-wrap {
  position: relative;
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  min-height: 480px;
}
.hp-imap-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  filter: grayscale(20%) contrast(1.05);
}

/* Region pins */
.hp-rpin {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0;
  z-index: 5;
  transition: transform .2s;
}
.hp-rpin:hover, .hp-rpin.active { transform: scale(1.15); }
.hp-rdot {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.4);
  display: block;
}
.hp-rdot--summit  { background: #1a1a2e; }
.hp-rdot--lodge   { background: #1e3a5f; }
.hp-rdot--wildlife{ background: #166534; }
.hp-rpin-lbl {
  background: rgba(255,255,255,.92);
  color: #1a1a2e;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 2px 7px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  white-space: nowrap;
}
.hp-rpin--everest   { top: 39%; left: 69%; }  /* Far east, Khumbu/Solukhumbu */
.hp-rpin--annapurna { top: 37%; left: 41%; }  /* Central-west Himalayas */
.hp-rpin--langtang  { top: 39%; left: 56%; }  /* Central, north of Kathmandu */
.hp-rpin--pokhara   { top: 44%; left: 45%; }  /* Central-west mid-hills */
.hp-rpin--chitwan   { top: 57%; left: 49%; }  /* Central-south Terai */

/* Legend */
.hp-imap-legend {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
  min-width: 180px;
}
.hp-imap-legend-title { font-size: 0.7rem; font-weight: 800; letter-spacing: 2px; color: #888; text-transform: uppercase; margin-bottom: 10px; }
.hp-imap-legend-row { display: flex; align-items: center; gap: 10px; font-size: 0.82rem; color: #333; font-weight: 600; margin-bottom: 6px; }
.hp-imap-legend-row:last-child { margin-bottom: 0; }

/* Floating region card */
.hp-rcard {
  position: absolute;
  right: -10px;
  top: 40px;
  width: 300px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
  padding: 20px;
  z-index: 20;
  opacity: 0;
  transform: translateY(16px) scale(.97);
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none;
}
.hp-rcard.visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: all; }
.hp-rcard-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.hp-rcard-badge { background: #fef3c7; color: #92400e; font-size: 0.72rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.hp-rcard-close { background: none; border: none; font-size: 1.3rem; color: #aaa; cursor: pointer; line-height: 1; padding: 0; }
.hp-rcard-close:hover { color: #333; }
.hp-rcard-title { font-size: 1.5rem; font-weight: 900; color: #1a1a2e; line-height: 1.2; margin-bottom: 6px; }
.hp-rcard-loc { font-size: 0.8rem; color: #888; margin-bottom: 12px; }
.hp-rcard-img-wrap { border-radius: 12px; overflow: hidden; height: 140px; margin-bottom: 14px; }
.hp-rcard-img { width: 100%; height: 100%; object-fit: cover; }
.hp-rcard-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.hp-rcard-meta-item { background: #f8f9fa; border-radius: 10px; padding: 10px 14px; }
.hp-rcard-meta-lbl { display: block; font-size: 0.7rem; color: #aaa; font-weight: 600; margin-bottom: 4px; }
.hp-rcard-meta-val { font-size: 1rem; font-weight: 800; color: #1a1a2e; }
.hp-rcard-desc { font-size: 0.82rem; color: #555; line-height: 1.65; margin-bottom: 16px; }
.hp-rcard-btn {
  display: block;
  background: #16a34a;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background .2s;
}
.hp-rcard-btn:hover { background: #15803d; color: #fff; }

/* Bottom destination strip */
.hp-dest-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
  gap: 1.5rem;
}
.hp-dest-card {
  padding: 32px 28px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform .25s;
  border-radius: 20px;
}
.hp-dest-card:hover { transform: translateY(-4px); }
.hp-dest-white { background: #f8f9fa; display: flex; justify-content: space-between; align-items: stretch; gap: 0; padding: 0 !important; }
.hp-dest-white-text { flex: 1; padding: 28px 24px; display: flex; flex-direction: column; justify-content: center; }
.hp-dest-white-title { font-size: 1.25rem; font-weight: 900; color: #1a1a2e; margin-bottom: 8px; line-height: 1.25; }
.hp-dest-white-desc { font-size: 0.85rem; color: #555; line-height: 1.6; margin-bottom: 16px; }
.hp-dest-plus { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: #1a1a2e; color: #fff; font-size: 1.3rem; text-decoration: none; transition: background .2s; }
.hp-dest-plus:hover { background: #16a34a; color: #fff; }
.hp-dest-white-img { width: 44%; flex-shrink: 0; overflow: hidden; border-radius: 0; }
.hp-dest-white-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.hp-dest-white:hover .hp-dest-white-img img { transform: scale(1.06); }
.hp-dest-orange { background-color: #f97316; }
.hp-dest-forest { background-color: #166534; }
.hp-dest-navy   { background-color: #1e3a5f; }

/* Background image + colour overlay */
.hp-dest-orange,
.hp-dest-forest,
.hp-dest-navy {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.hp-dest-orange::before { content: ''; position: absolute; inset: 0; background: rgba(249,115,22,.70); transition: background .35s; z-index: 0; }
.hp-dest-forest::before { content: ''; position: absolute; inset: 0; background: rgba(14,90,45,.68);  transition: background .35s; z-index: 0; }
.hp-dest-navy::before   { content: ''; position: absolute; inset: 0; background: rgba(15,40,80,.70);  transition: background .35s; z-index: 0; }
.hp-dest-orange:hover::before { background: rgba(249,115,22,.50); }
.hp-dest-forest:hover::before { background: rgba(14,90,45,.50); }
.hp-dest-navy:hover::before   { background: rgba(15,40,80,.50); }

/* Text above the overlay */
.hp-dest-icon,
.hp-dest-color-title,
.hp-dest-color-desc { position: relative; z-index: 1; }
.hp-dest-icon { display: block; font-size: 1.6rem; color: rgba(255,255,255,.9); margin-bottom: 14px; }
.hp-dest-color-title { font-size: 1.15rem; font-weight: 800; color: #fff; margin-bottom: 8px; line-height: 1.25; }
.hp-dest-color-desc { font-size: 0.82rem; color: rgba(255,255,255,.85); line-height: 1.6; margin: 0; }

/* ─ Best Deals cards ─────────────────────────────── */
.hp-deal-card { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.09); border: 1px solid #eee; transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; }
.hp-deal-card:hover { transform: translateY(-5px); box-shadow: 0 14px 40px rgba(0,0,0,.14); }
.hp-deal-img-wrap { position: relative; height: 220px; overflow: hidden; }
.hp-deal-img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.hp-deal-card:hover .hp-deal-img { transform: scale(1.05); }
.hp-deal-ribbon { position: absolute; top: 14px; left: 14px; background: var(--primary); color: #fff; font-size: 0.72rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.hp-deal-discount { position: absolute; top: 14px; right: 14px; background: #f6a623; color: #fff; font-size: 0.72rem; font-weight: 700; padding: 4px 10px; border-radius: 20px; }
.hp-deal-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.hp-deal-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.hp-deal-tag { font-size: 0.72rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; background: rgba(13,148,136,.1); color: #0d9488; }
.hp-deal-tag--diff { }
.hp-diff-easy { background: #d4edda !important; color: #155724 !important; }
.hp-diff-moderate { background: #fff3cd !important; color: #6d4e00 !important; }
.hp-diff-strenuous { background: #f8d7da !important; color: #721c24 !important; }
.hp-diff-challenging { background: #f5c6cb !important; color: #721c24 !important; }
.hp-deal-title { font-size: 1.05rem; font-weight: 800; color: #1a1a2e; margin: 10px 0 6px; line-height: 1.3; }
.hp-deal-desc { font-size: 0.85rem; color: #555; line-height: 1.6; margin-bottom: 12px; }
.hp-deal-details { display: flex; gap: 12px; flex-wrap: wrap; font-size: 0.8rem; color: #666; margin-bottom: 16px; }
.hp-deal-details i { color: #0d9488; }
.hp-deal-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #eee; padding-top: 14px; margin-top: auto; }
.hp-deal-old { font-size: 0.82rem; color: #aaa; text-decoration: line-through; display: block; }
.hp-deal-price { font-size: 1.4rem; font-weight: 900; color: #16a34a; }
.hp-deal-per { font-size: 0.78rem; color: #888; }
.hp-deal-btn { background: #16a34a; color: #fff; border-radius: 8px; padding: 8px 20px; font-size: 0.85rem; font-weight: 700; text-decoration: none; transition: background .2s; }
.hp-deal-btn:hover { background: #15803d; color: #fff; }

/* Shared buttons */
.hp-outline-btn {
  display: inline-block;
  border: 2px solid #0d9488;
  color: #0d9488;
  border-radius: 40px;
  padding: 12px 36px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all .2s;
}
.hp-outline-btn:hover { background: #0d9488; color: #fff; }
.hp-primary-btn {
  display: inline-block;
  background: #2dd4bf;
  color: #0b1929;
  border-radius: 40px;
  padding: 14px 40px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background .2s, transform .2s;
}
.hp-primary-btn:hover { background: #5eead4; color: #0b1929; transform: translateY(-2px); }

/* ─ Adventure Banner ─────────────────────────────── */
.hp-adventure-banner {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background: url('/static/images/peak-hero.jpg') center/cover no-repeat;
}
.hp-adventure-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,20,40,.88) 45%, rgba(10,20,40,.3) 100%); }
.hp-adventure-inner { position: relative; z-index: 2; padding: 80px 0; }
.hp-adv-badge { display: inline-block; background: rgba(45,212,191,.15); color: #2dd4bf; border: 1px solid rgba(45,212,191,.3); border-radius: 30px; padding: 5px 18px; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 16px; }
.hp-adv-title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 16px; }
.hp-adv-title em { font-style: italic; color: #2dd4bf; font-family: var(--font-serif); }
.hp-adv-desc { color: rgba(255,255,255,.8); font-size: 1rem; line-height: 1.75; max-width: 480px; margin-bottom: 28px; }
.hp-adv-stats { display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.hp-adv-stat { text-align: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 14px 22px; }
.hp-adv-stat-num { display: block; font-size: 1.5rem; font-weight: 900; color: #2dd4bf; }
.hp-adv-stat-lbl { font-size: 0.75rem; color: rgba(255,255,255,.65); font-weight: 600; }
.hp-adv-btn { display: inline-flex; align-items: center; background: #2dd4bf; color: #0b1929; border-radius: 40px; padding: 14px 32px; font-weight: 800; font-size: 0.95rem; text-decoration: none; transition: background .2s, transform .2s; }
.hp-adv-btn:hover { background: #5eead4; color: #0b1929; transform: translateY(-2px); }

/* ─ Testimonials (travelers) ─────────────────────── */
.hp-review-card { background: #fff; border-radius: 18px; padding: 28px; box-shadow: 0 4px 18px rgba(0,0,0,.08); border: 1px solid #eee; height: 100%; }
.hp-review-text { font-size: 0.93rem; line-height: 1.8; color: #333; font-style: italic; margin-bottom: 20px; }
.hp-review-author { display: flex; align-items: center; gap: 14px; }
.hp-review-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 3px solid #2dd4bf; }
.hp-review-avatar-ph { width: 48px; height: 48px; border-radius: 50%; background: #0d9488; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem; flex-shrink: 0; }
.hp-review-name { font-weight: 700; color: #1a1a2e; font-size: 0.95rem; }
.hp-review-meta { font-size: 0.8rem; color: #888; }

/* ─ Great Himalayan Trail ────────────────────────── */
.hp-trail-banner {
  position: relative;
  background: url('/static/images/Himalayan_Trail.png') center/cover no-repeat;
  padding: 90px 0;
  overflow: hidden;
}
.hp-trail-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13,74,58,.82) 0%, rgba(15,118,110,.75) 50%, rgba(19,78,74,.85) 100%);
}
.hp-trail-overlay { display: none; }
.hp-trail-inner { position: relative; z-index: 2; }
.hp-trail-badge { display: inline-block; background: rgba(255,255,255,.12); color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.2); border-radius: 30px; padding: 5px 18px; font-size: 0.78rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 18px; }
.hp-trail-title { font-size: clamp(1.8rem, 5vw, 3.2rem); font-weight: 900; color: #fff; margin-bottom: 14px; }
.hp-trail-sub { color: rgba(255,255,255,.8); font-size: 1rem; max-width: 600px; margin: 0 auto 40px; }
.hp-trail-stats { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-bottom: 40px; }
.hp-trail-stat { text-align: center; }
.hp-trail-stat-num { display: block; font-size: 2rem; font-weight: 900; color: #fff; font-family: var(--font-heading); }
.hp-trail-stat-lbl { font-size: 0.82rem; color: rgba(255,255,255,.65); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.hp-trail-btn { display: inline-flex; align-items: center; background: #fff; color: #0d4a3a; border-radius: 40px; padding: 14px 36px; font-weight: 800; font-size: 0.95rem; text-decoration: none; transition: all .2s; }
.hp-trail-btn:hover { background: #f0fdf4; color: #0d4a3a; transform: translateY(-2px); }

/* ─ Trekkers ratings row ─────────────────────────── */
.hp-rating-row { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.hp-rating-item { text-align: center; }
.hp-rating-num { font-size: 2rem; font-weight: 900; color: #1a1a2e; }
.hp-rating-stars { margin: 4px 0; font-size: 0.85rem; }
.hp-rating-lbl { font-size: 0.78rem; color: #777; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }

/* ─ Trekkers review cards ────────────────────────── */
.hp-trekker-card { background: #fff; border-radius: 14px; padding: 22px; box-shadow: 0 3px 14px rgba(0,0,0,.07); border: 1px solid #eee; height: 100%; }
.hp-trekker-header { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.hp-trekker-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2.5px solid #2dd4bf; flex-shrink: 0; }
.hp-trekker-avatar-ph { width: 44px; height: 44px; border-radius: 50%; background: #0d9488; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.hp-trekker-name { font-size: 0.92rem; font-weight: 700; color: #1a1a2e; }
.hp-trekker-country { font-size: 0.75rem; color: #888; }
.hp-trekker-stars { margin-top: 2px; }
.hp-trekker-trip { font-size: 0.7rem; font-weight: 700; background: rgba(13,148,136,.1); color: #0d9488; padding: 4px 10px; border-radius: 20px; white-space: nowrap; }
.hp-trekker-review { font-size: 0.87rem; color: #444; line-height: 1.7; margin: 0; }

/* ─ Responsive ───────────────────────────────────── */
@media (max-width: 991px) {
  .hp-hero { min-height: 70vh; }
  .hp-video-bg { min-height: 70vh; }
  .hp-hero-content { padding: 80px 0 160px; }
  .hp-search-wrap { position: relative; bottom: auto; margin-top: 0; }
  .hp-section { padding: 60px 0; }
  .hp-adventure-banner { min-height: 420px; }
  /* Explore map responsive */
  .hp-rcard { position: relative; right: auto; top: auto; width: 100%; margin-top: 20px; opacity: 1; transform: none; pointer-events: all; }
  .hp-dest-strip { grid-template-columns: 1fr 1fr; }
  .hp-imap-img { height: 360px; }
}
@media (max-width: 767px) {
  .hp-hero-title { font-size: 2.2rem; }
  .hp-trail-stats { gap: 24px; }
  .hp-rating-row { gap: 24px; }
  .hp-adv-stats { gap: 14px; }
  .hp-dest-strip { grid-template-columns: 1fr; }
  .hp-dest-white { flex-direction: column; }
  .hp-dest-white-img { width: 100%; height: 200px; }
  .hp-dest-white-text { padding: 20px 18px; }
  .hp-imap-img { height: 260px; }
}

/* ── Contact Page ────────────────────────────────── */
.ct-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ct-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
}
.ct-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,40,60,.55) 0%, rgba(10,40,60,.72) 100%);
}
.ct-hero-content { position: relative; z-index: 2; padding: 80px 0; }
.ct-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.ct-hero-title em { font-style: italic; color: #fff; }
.ct-hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.85); max-width: 520px; margin: 0 auto 28px; line-height: 1.7; }
.ct-hero-btn {
  display: inline-block;
  background: #16a34a;
  color: #fff;
  padding: 13px 36px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background .2s, transform .2s;
}
.ct-hero-btn:hover { background: #15803d; color: #fff; transform: translateY(-2px); }

.ct-section { padding: 80px 0; background: #f8f9fa; }

/* Info card */
.ct-info-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  border: 1px solid #eef2f7;
  height: 100%;
}
.ct-info-heading {
  font-family: var(--font-serif);
  font-style: italic;
  color: #0d9488;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 28px;
}
.ct-info-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.ct-info-item:last-child { margin-bottom: 0; }
.ct-info-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 0.95rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.ct-icon-loc   { background: #f97316; }
.ct-icon-phone { background: #3b82f6; }
.ct-icon-email { background: #0d9488; }
.ct-icon-clock { background: #16a34a; }
.ct-info-label { font-size: 0.68rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #aaa; margin-bottom: 3px; }
.ct-info-val { font-size: 0.92rem; color: #1a1a2e; font-weight: 600; margin: 0; line-height: 1.5; }
.ct-info-link { color: #1a1a2e; text-decoration: none; }
.ct-info-link:hover { color: #0d9488; }
.ct-info-note { font-size: 0.75rem; color: #16a34a; margin: 2px 0 0; }

/* Form card */
.ct-form-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  border: 1px solid #eef2f7;
}
.ct-form-heading {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 24px;
}
.ct-label { font-size: 0.82rem; font-weight: 700; color: #444; margin-bottom: 6px; display: block; }
.ct-input {
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 0.9rem;
  color: #333;
  background: #fafafa;
  transition: border-color .2s, box-shadow .2s;
}
.ct-input:focus { border-color: #16a34a; box-shadow: 0 0 0 3px rgba(22,163,74,.1); background: #fff; outline: none; }
.ct-submit-btn {
  background: #16a34a;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 14px 60px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.ct-submit-btn:hover { background: #15803d; transform: translateY(-2px); }

/* Map */
.ct-map-wrap { width: 100%; height: 400px; overflow: hidden; }
.ct-map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* FAQ */
.ct-faq-section { padding: 80px 0; background: #fff; }
.ct-faq-title {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 700;
  color: #1a1a2e;
}
.ct-faq-title em { font-style: italic; color: #0d9488; }
.ct-faq-underline {
  width: 50px; height: 3px;
  background: #0d9488;
  border-radius: 2px;
  margin: 12px auto 0;
}
.ct-faq-list { max-width: 820px; margin: 0 auto; }
.ct-faq-item { border-bottom: 1px solid #e5e7eb; }
.ct-faq-item:first-child { border-top: 1px solid #e5e7eb; }
.ct-faq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  text-align: left;
  font-size: 0.98rem;
  font-weight: 600;
  color: #1a1a2e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: color .2s;
}
.ct-faq-btn:not(.collapsed) { color: #0d9488; }
.ct-faq-icon { font-size: 0.8rem; flex-shrink: 0; transition: transform .3s; }
.ct-faq-btn:not(.collapsed) .ct-faq-icon { transform: rotate(180deg); color: #0d9488; }
.ct-faq-answer { padding: 0 0 20px; font-size: 0.92rem; color: #555; line-height: 1.75; }

/* ── Utilities ───────────────────────────────────── */
.fw-mono { font-family: 'Courier New', monospace; letter-spacing: 1px; }
.text-white-75 { color: rgba(255,255,255,0.85); }
.filter-brightness { filter: brightness(0) invert(1); }
.filter-card.sticky-top { z-index: 100; }
.aos-init [data-aos] { transition-property: transform, opacity; }

/* ═══════════════════════════════════════════════════
   Travel Info Pages
═══════════════════════════════════════════════════ */

/* ── Sidebar category links ─────────────────────── */
.ti-cat-link {
  display: flex; align-items: center;
  padding: 8px 12px; border-radius: 8px;
  color: #444; text-decoration: none; font-size: 0.88rem; font-weight: 500;
  transition: var(--transition);
}
.ti-cat-link:hover { background: rgba(22,163,74,.08); color: var(--primary); }
.ti-cat-link.active { background: rgba(22,163,74,.12); color: var(--primary); font-weight: 700; }
.ti-cat-icon-lg {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(22,163,74,.1); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0;
}

/* ── List cards ─────────────────────────────────── */
.ti-card {
  background: #fff; border-radius: 16px;
  box-shadow: 0 2px 14px rgba(0,0,0,.07);
  border: 1px solid rgba(0,0,0,.06);
  overflow: hidden; display: flex; flex-direction: column;
  transition: var(--transition);
}
.ti-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.ti-card-img-wrap {
  position: relative; display: block; height: 190px; overflow: hidden;
}
.ti-card-img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease;
}
.ti-card:hover .ti-card-img { transform: scale(1.05); }
.ti-card-img-placeholder {
  height: 190px; background: linear-gradient(135deg, rgba(22,163,74,.08), rgba(22,163,74,.18));
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; color: var(--primary); opacity: .6;
}
.ti-card-cat-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--primary); color: #fff;
  font-size: 0.72rem; font-weight: 700;
  padding: 4px 10px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: .5px;
}
.ti-card-body {
  padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 8px;
}
.ti-card-title {
  font-size: 1rem; font-weight: 700; line-height: 1.4; margin: 0;
}
.ti-card-excerpt {
  font-size: 0.85rem; color: #666; line-height: 1.65; flex: 1; margin: 0;
}
.ti-card-read-more {
  display: inline-flex; align-items: center;
  color: var(--primary); font-size: 0.85rem; font-weight: 600;
  text-decoration: none; margin-top: 4px;
  transition: gap .2s;
}
.ti-card-read-more:hover { color: var(--primary-dark); gap: 6px; }

/* ── Category topic pills (bottom strip) ─────────── */
.ti-topic-pill {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 16px 10px; border-radius: 14px; background: #fff;
  border: 1.5px solid rgba(22,163,74,.15);
  transition: var(--transition); text-align: center;
}
.ti-topic-pill:hover { border-color: var(--primary); background: rgba(22,163,74,.05); transform: translateY(-3px); }
.ti-topic-icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: rgba(22,163,74,.1); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}
.ti-topic-label { font-size: 0.78rem; font-weight: 600; color: #444; line-height: 1.3; }

/* ── Detail hero (with image) ───────────────────── */
.ti-detail-hero {
  position: relative; background-size: cover; background-position: center;
  margin: 1rem 1rem 0; border-radius: 20px; overflow: hidden; min-height: 420px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.ti-detail-hero-overlay {
  background: linear-gradient(to top, rgba(0,0,0,.80) 0%, rgba(0,0,0,.3) 60%, transparent 100%);
  padding: 48px 0 40px;
}
.ti-hero-badge {
  display: inline-block; background: var(--primary); color: #fff;
  font-size: 0.78rem; font-weight: 700; padding: 5px 14px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: .5px; margin-bottom: 12px;
}
.ti-detail-hero-title {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  font-weight: 800; color: #fff; line-height: 1.25;
  text-shadow: 0 2px 8px rgba(0,0,0,.4); margin-bottom: 10px;
}
.ti-detail-hero-sub { color: rgba(255,255,255,.8); font-size: 0.9rem; margin: 0; }
.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }

/* ── Detail hero (no image fallback) ────────────── */
.ti-detail-hero-plain {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  padding: 48px 0 40px;
  border-bottom: 1px solid rgba(22,163,74,.15);
}

/* ── Article body ───────────────────────────────── */
.ti-article {
  font-size: 1rem; line-height: 1.85; color: #333;
}
.ti-article h1, .ti-article h2, .ti-article h3, .ti-article h4 {
  font-family: var(--font-heading); font-weight: 700; margin-top: 2em; margin-bottom: .6em; color: #1a1a2e;
}
.ti-article h2 { font-size: 1.45rem; border-bottom: 2px solid rgba(22,163,74,.2); padding-bottom: .4em; }
.ti-article h3 { font-size: 1.2rem; color: var(--primary); }
.ti-article p { margin-bottom: 1.2em; }
.ti-article ul, .ti-article ol { margin-bottom: 1.2em; padding-left: 1.5em; }
.ti-article li { margin-bottom: .5em; }
.ti-article blockquote {
  border-left: 4px solid var(--primary); margin: 1.5em 0;
  padding: 12px 20px; background: rgba(22,163,74,.05); border-radius: 0 8px 8px 0;
  font-style: italic; color: #555;
}
.ti-article img { max-width: 100%; border-radius: 12px; margin: 1em 0; }
.ti-article table { width: 100%; border-collapse: collapse; margin-bottom: 1.5em; }
.ti-article th { background: rgba(22,163,74,.1); font-weight: 700; }
.ti-article th, .ti-article td { padding: 10px 14px; border: 1px solid #e5e7eb; font-size: 0.9rem; }
.ti-article a { color: var(--primary); text-decoration: underline; }

/* ── Sidebar cards ──────────────────────────────── */
.ti-sidebar-card {
  border-radius: 14px; border: 1px solid rgba(0,0,0,.08);
  overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.ti-sidebar-card-header {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  padding: 14px 18px; font-weight: 700; font-size: 0.9rem; color: #1a1a2e;
  border-bottom: 1px solid rgba(22,163,74,.15);
}
.ti-sidebar-card-body { padding: 16px 18px; }
.ti-info-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 0.85rem;
}
.ti-info-row:last-child { border-bottom: none; }
.ti-info-label { color: #888; font-weight: 500; }
.ti-info-value { color: #222; font-weight: 600; text-decoration: none; }

/* ── Sidebar category links ─────────────────────── */
.ti-sidebar-cat-link {
  display: flex; align-items: center;
  padding: 10px 18px; border-bottom: 1px solid #f4f4f4;
  font-size: 0.85rem; font-weight: 500; color: #444; text-decoration: none;
  transition: background .2s, color .2s;
}
.ti-sidebar-cat-link:last-child { border-bottom: none; }
.ti-sidebar-cat-link:hover { background: rgba(22,163,74,.06); color: var(--primary); }
.ti-sidebar-cat-link.active { background: rgba(22,163,74,.1); color: var(--primary); font-weight: 700; }

/* ── Sidebar article links ──────────────────────── */
.ti-sidebar-article-link {
  display: flex; align-items: flex-start; gap: 6px;
  padding: 10px 18px; border-bottom: 1px solid #f4f4f4;
  font-size: 0.85rem; color: #444; text-decoration: none;
  transition: background .2s, color .2s; line-height: 1.4;
}
.ti-sidebar-article-link:last-child { border-bottom: none; }
.ti-sidebar-article-link:hover { background: rgba(22,163,74,.06); color: var(--primary); }

/* ── Related cards (bottom nav) ─────────────────── */
.ti-related-card {
  display: flex; gap: 14px; align-items: center;
  background: #f9fafb; border-radius: 12px; overflow: hidden;
  border: 1px solid #eee; transition: var(--transition);
}
.ti-related-card:hover { border-color: var(--primary); background: rgba(22,163,74,.04); }
.ti-related-img { width: 90px; height: 72px; object-fit: cover; flex-shrink: 0; }
.ti-related-img-placeholder {
  width: 90px; height: 72px; flex-shrink: 0;
  background: rgba(22,163,74,.1); display: flex; align-items: center;
  justify-content: center; font-size: 1.8rem; color: var(--primary); opacity: .7;
}
.ti-related-body { padding: 10px 14px 10px 0; }
.ti-related-cat { display: block; margin-bottom: 4px; }
.ti-related-title { font-size: 0.87rem; line-height: 1.35; }

/* ── CTA card ───────────────────────────────────── */
.ti-cta-card {
  background: linear-gradient(135deg, #14532d 0%, #16a34a 100%);
  border-radius: 16px; padding: 28px 22px; text-align: center; color: #fff;
}
.ti-cta-icon {
  width: 54px; height: 54px; border-radius: 50%;
  background: rgba(255,255,255,.15); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.6rem; margin: 0 auto 14px;
}
.ti-cta-card h5 { color: #fff; }
.ti-cta-card p { color: rgba(255,255,255,.8); }
.ti-cta-card .btn-outline-danger {
  border-color: rgba(255,255,255,.6) !important;
  color: #fff !important;
}
.ti-cta-card .btn-outline-danger:hover {
  background: rgba(255,255,255,.15) !important;
  border-color: #fff !important;
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 991px) {
  .ti-detail-hero { margin: .5rem .5rem 0; min-height: 300px; }
  .ti-detail-hero-title { font-size: 1.7rem; }
}
@media (max-width: 575px) {
  .ti-card-img-wrap { height: 160px; }
  .ti-topic-pill { padding: 12px 6px; }
  .ti-topic-icon { width: 38px; height: 38px; font-size: 1.1rem; }
  .ti-topic-label { font-size: 0.72rem; }
}

/* ═══════════════════════════════════════════════════
   Peak Climbing List Cards
═══════════════════════════════════════════════════ */
.pk-card {
  background: #fff; border-radius: 16px;
  box-shadow: 0 2px 14px rgba(0,0,0,.07);
  border: 1px solid rgba(0,0,0,.06);
  overflow: hidden; display: flex; flex-direction: column;
  transition: var(--transition);
}
.pk-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.13); }
.pk-card-img-wrap { position: relative; display: block; height: 200px; overflow: hidden; }
.pk-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pk-card:hover .pk-card-img { transform: scale(1.05); }
.pk-card-img-ph {
  height: 200px; background: linear-gradient(135deg, #1a1a2e, #0f3460);
  display: flex; align-items: center; justify-content: center;
  font-size: 3.5rem; color: rgba(255,255,255,.3);
}
.pk-card-altitude {
  position: absolute; bottom: 10px; left: 12px;
  background: rgba(0,0,0,.65); color: #fff;
  font-size: 0.82rem; font-weight: 700; padding: 4px 10px; border-radius: 20px;
}
.pk-card-badge {
  position: absolute; top: 10px; right: 12px;
  background: var(--accent); color: #1a1a2e;
  font-size: 0.72rem; font-weight: 700;
  padding: 3px 10px; border-radius: 20px; text-transform: uppercase;
}
.pk-card-body { padding: 18px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.pk-grade-badge {
  font-size: 0.72rem; font-weight: 700; padding: 3px 10px; border-radius: 20px;
  background: rgba(22,163,74,.1); color: var(--primary); white-space: nowrap;
}
.pk-card-title { font-size: 1rem; font-weight: 700; margin: 0; line-height: 1.35; }
.pk-card-excerpt { font-size: 0.83rem; color: #666; line-height: 1.6; flex: 1; margin: 0; }
.pk-card-stats { display: flex; flex-wrap: wrap; gap: 8px; }
.pk-stat { font-size: 0.78rem; color: #555; }
.pk-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid #f0f0f0; padding-top: 12px; margin-top: 4px;
}

/* ═══════════════════════════════════════════════════
   Blog Detail Page
═══════════════════════════════════════════════════ */

/* ── Hero ───────────────────────────────────────── */
.bd-hero {
  position: relative; background-size: cover; background-position: center;
  margin: 1rem 1rem 0; border-radius: 20px; overflow: hidden; min-height: 440px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.bd-hero-overlay {
  background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.35) 60%, transparent 100%);
  padding: 56px 0 44px;
}
.bd-hero-cat {
  display: inline-block; background: var(--primary); color: #fff;
  font-size: 0.75rem; font-weight: 700; padding: 4px 14px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: .5px; margin-bottom: 12px;
}
.bd-hero-title {
  font-size: clamp(1.6rem, 4vw, 2.8rem); font-weight: 800; color: #fff;
  line-height: 1.2; text-shadow: 0 2px 10px rgba(0,0,0,.5); margin-bottom: 14px;
}
.bd-hero-meta {
  display: flex; flex-wrap: wrap; gap: 16px;
  color: rgba(255,255,255,.75); font-size: 0.88rem;
}
.bd-hero-plain {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  padding: 48px 0 40px; border-bottom: 1px solid rgba(22,163,74,.15);
}

/* ── Article body ───────────────────────────────── */
.bd-article {
  font-size: 1.02rem; line-height: 1.9; color: #2d2d2d;
}
.bd-article h1, .bd-article h2, .bd-article h3, .bd-article h4 {
  font-family: var(--font-heading); font-weight: 700; margin-top: 2em; margin-bottom: .6em; color: #1a1a2e;
}
.bd-article h2 { font-size: 1.5rem; border-bottom: 2px solid rgba(22,163,74,.2); padding-bottom: .4em; }
.bd-article h3 { font-size: 1.2rem; color: var(--primary); }
.bd-article p { margin-bottom: 1.3em; }
.bd-article ul, .bd-article ol { margin-bottom: 1.3em; padding-left: 1.6em; }
.bd-article li { margin-bottom: .5em; }
.bd-article blockquote {
  border-left: 4px solid var(--primary); margin: 1.8em 0;
  padding: 14px 24px; background: rgba(22,163,74,.05); border-radius: 0 10px 10px 0;
  font-style: italic; color: #555; font-size: 1.05rem;
}
.bd-article img { max-width: 100%; border-radius: 12px; margin: 1em 0; }
.bd-article table { width: 100%; border-collapse: collapse; margin-bottom: 1.5em; }
.bd-article th { background: rgba(22,163,74,.1); font-weight: 700; }
.bd-article th, .bd-article td { padding: 10px 14px; border: 1px solid #e5e7eb; font-size: 0.92rem; }
.bd-article a { color: var(--primary); text-decoration: underline; }
.bd-article pre { background: #1e293b; color: #e2e8f0; padding: 18px 20px; border-radius: 10px; overflow-x: auto; font-size: 0.88rem; }
.bd-article code { background: rgba(22,163,74,.08); color: var(--primary); padding: 2px 6px; border-radius: 4px; font-size: .88em; }
.bd-article pre code { background: none; color: inherit; padding: 0; }

/* ── Tags ───────────────────────────────────────── */
.bd-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.bd-tags-label { font-size: 0.85rem; font-weight: 600; color: #666; }
.bd-tag {
  display: inline-block; padding: 4px 12px; border-radius: 20px;
  background: rgba(22,163,74,.08); color: var(--primary);
  font-size: 0.78rem; font-weight: 600; text-decoration: none;
  border: 1px solid rgba(22,163,74,.2); transition: var(--transition);
}
.bd-tag:hover { background: var(--primary); color: #fff; }

/* ── Share bar ──────────────────────────────────── */
.bd-share-btn {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 6px 14px; border-radius: 20px; font-size: 0.82rem; font-weight: 600;
  text-decoration: none; border: 1.5px solid; transition: var(--transition);
}
.bd-share-fb { color: #1877f2; border-color: #1877f2; }
.bd-share-fb:hover { background: #1877f2; color: #fff; }
.bd-share-tw { color: #000; border-color: #000; }
.bd-share-tw:hover { background: #000; color: #fff; }
.bd-share-wa { color: #25d366; border-color: #25d366; }
.bd-share-wa:hover { background: #25d366; color: #fff; }

/* ── Comments ───────────────────────────────────── */
.bd-comments-list { display: flex; flex-direction: column; gap: 0; }
.bd-comment {
  display: flex; gap: 14px; padding: 20px 0; border-bottom: 1px solid #f0f0f0;
}
.bd-comment:last-child { border-bottom: none; }
.bd-comment-avatar {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1rem;
}
.bd-comment-body { flex: 1; }
.bd-comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; flex-wrap: wrap; }
.bd-comment-name { font-weight: 700; font-size: 0.92rem; color: #1a1a2e; }
.bd-comment-date { font-size: 0.78rem; color: #999; }
.bd-comment-text { font-size: 0.92rem; color: #444; line-height: 1.7; }
.bd-no-comments {
  text-align: center; padding: 32px 0; color: #aaa;
}
.bd-no-comments i { font-size: 2.5rem; display: block; margin-bottom: 10px; }
.bd-no-comments p { font-size: 0.92rem; margin: 0; }

/* ── Comment form ───────────────────────────────── */
.bd-commenter-info {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; background: #f8f9fa; border-radius: 10px;
}
.bd-commenter-avatar {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.9rem;
}
.bd-login-prompt {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px 20px; background: #f8f9fa; border-radius: 12px;
  border: 1.5px dashed #ddd;
}
.bd-login-prompt i { font-size: 1.4rem; color: #aaa; flex-shrink: 0; margin-top: 2px; }

/* ── Sidebar ────────────────────────────────────── */
.bd-author-card {
  display: flex; align-items: center; gap: 14px;
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  border-radius: 14px; padding: 18px 20px;
  border: 1px solid rgba(22,163,74,.15);
}
.bd-author-avatar {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: var(--primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 700;
}
.bd-author-label { display: block; font-size: 0.72rem; color: #888; text-transform: uppercase; letter-spacing: .5px; }
.bd-author-name { font-size: 0.95rem; color: #1a1a2e; }
.bd-sidebar-card { border-radius: 14px; border: 1px solid rgba(0,0,0,.08); overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.bd-sidebar-card-header {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  padding: 14px 18px; font-weight: 700; font-size: 0.9rem; color: #1a1a2e;
  border-bottom: 1px solid rgba(22,163,74,.15);
}
.bd-sidebar-card-body { padding: 12px 18px; }
.bd-related-post {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; border-bottom: 1px solid #f4f4f4;
  transition: background .2s;
}
.bd-related-post:last-child { border-bottom: none; }
.bd-related-post:hover { background: rgba(22,163,74,.04); }
.bd-related-img { width: 70px; height: 56px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.bd-related-img-ph {
  width: 70px; height: 56px; border-radius: 8px; flex-shrink: 0;
  background: rgba(22,163,74,.1); display: flex; align-items: center;
  justify-content: center; font-size: 1.4rem; color: var(--primary); opacity: .6;
}
.bd-related-body { flex: 1; min-width: 0; }
.bd-related-title { font-size: 0.83rem; font-weight: 600; line-height: 1.35; margin-bottom: 4px; }
.bd-related-date { font-size: 0.75rem; }
.bd-cta-card {
  background: linear-gradient(135deg, #14532d, #16a34a);
  border-radius: 16px; padding: 28px 22px; text-align: center;
}
.bd-cta-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,.15); margin: 0 auto 14px;
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #fff;
}

/* ── "You Might Also Like" grid ─────────────────── */
.bd-grid-card {
  display: flex; flex-direction: column; height: 100%;
  border-radius: 14px; overflow: hidden; border: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0,0,0,.06); background: #fff;
  transition: var(--transition);
}
.bd-grid-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.bd-grid-img { width: 100%; height: 160px; object-fit: cover; }
.bd-grid-img-ph {
  width: 100%; height: 160px; background: rgba(22,163,74,.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem; color: var(--primary); opacity: .5;
}
.bd-grid-body { padding: 14px 16px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.bd-grid-cat {
  font-size: 0.72rem; font-weight: 700; color: var(--primary);
  text-transform: uppercase; letter-spacing: .4px;
}
.bd-grid-title { font-size: 0.88rem; font-weight: 600; line-height: 1.4; margin: 0; flex: 1; }
.bd-grid-date { font-size: 0.75rem; }

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 991px) {
  .bd-hero { margin: .5rem .5rem 0; min-height: 320px; }
  .bd-hero-title { font-size: 1.7rem; }
}
@media (max-width: 575px) {
  .bd-hero { min-height: 260px; }
  .bd-grid-img, .bd-grid-img-ph { height: 130px; }
}
