/*
Theme Name: EgyTours Improved Staging
Theme URI: https://egyptours.com/staging-theme
Author: EgyTours Team
Description: Staging copy of the EgyTours theme for testing changes without overriding the live theme.
Version: 2.0.1-staging
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: egyptours-improved-staging
Tags: travel, tours, booking, destinations, egypt
*/

/* ============================================
   CSS VARIABLES
============================================ */
:root {
  --primary: #FF6B35;
  --primary-dark: #e55a25;
  --primary-light: #ff8c5e;
  --secondary: #1a1a2e;
  --dark: #0d0d1a;
  --white: #ffffff;
  --gray-light: #f8f9fa;
  --gray: #e9ecef;
  --gray-mid: #adb5bd;
  --gray-dark: #495057;
  --text: #2d2d2d;
  --text-muted: #6c757d;
  --border: #dee2e6;
  --shadow: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-hover: 0 8px 40px rgba(255,107,53,0.2);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Manrope', 'Segoe UI', sans-serif;
  --transition: all 0.3s ease;
}

/* ============================================
   RESET & BASE
============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-padding { padding: 80px 0; }
.section-padding-sm { padding: 50px 0; }

/* ============================================
   TYPOGRAPHY
============================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  color: var(--secondary);
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 16px;
}

.section-subtitle {
  color: var(--primary);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.section-desc {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 550px;
}

/* ============================================
   BUTTONS
============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: var(--transition);
  cursor: pointer;
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
  border: 2px solid var(--primary);
}
.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.btn-outline:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-white {
  background: var(--white);
  color: var(--primary);
  border: 2px solid var(--white);
}
.btn-white:hover {
  background: transparent;
  color: var(--white);
}

/* ============================================
   TOP BAR
============================================ */
.top-bar {
  background: var(--secondary);
  color: rgba(255,255,255,0.8);
  font-size: 0.82rem;
  padding: 10px 0;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.top-bar a { color: rgba(255,255,255,0.8); }
.top-bar a:hover { color: var(--primary); }
.top-bar-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.top-bar-item .dashicons { font-size: 14px; color: var(--primary); }

/* ============================================
   HEADER / NAVIGATION
============================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  transition: var(--transition);
}

.site-header.scrolled {
  box-shadow: 0 4px 30px rgba(0,0,0,0.12);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 20px;
}

.site-logo img { height: 48px; width: auto; }
.site-logo .logo-text {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--secondary);
}
.site-logo .logo-text span { color: var(--primary); }

/* MAIN NAV */
.main-nav { display: flex; align-items: center; gap: 4px; }

.nav-item { position: relative; }

.nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--text);
  border-radius: var(--radius-sm);
  white-space: nowrap;
}
.nav-link:hover, .nav-item:hover > .nav-link { color: var(--primary); }
.nav-link .arrow {
  font-size: 10px;
  transition: transform 0.3s;
  display: inline-block;
}
.nav-item:hover > .nav-link .arrow { transform: rotate(180deg); }

/* DROPDOWN */
.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: var(--transition);
  border: 1px solid var(--border);
  z-index: 100;
  padding: 10px 0;
}

.nav-item:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 0.9rem;
  color: var(--text);
  border-left: 3px solid transparent;
}
.dropdown-menu li a:hover {
  color: var(--primary);
  border-left-color: var(--primary);
  background: var(--gray-light);
}

/* Mega dropdown for destinations */
.mega-dropdown {
  min-width: 280px;
  padding: 16px;
}
.mega-dropdown-header {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gray-mid);
  padding: 8px 4px;
  margin-bottom: 4px;
}
.mega-dest-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 8px !important;
  border-radius: var(--radius-sm) !important;
  border-left: none !important;
}
.mega-dest-item:hover {
  background: var(--gray-light) !important;
  border-left: none !important;
}
.mega-dest-thumb {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.mega-dest-info strong {
  display: block;
  font-size: 0.9rem;
  color: var(--secondary);
}
.mega-dest-info small {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.header-cta { display: flex; align-items: center; gap: 12px; }

/* MOBILE TOGGLE */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--secondary);
  border-radius: 2px;
  transition: var(--transition);
}

/* ============================================
   HERO SECTION
============================================ */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13,13,26,0.75) 0%, rgba(13,13,26,0.3) 60%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  color: var(--white);
  padding: 60px 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,107,53,0.9);
  color: var(--white);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.1;
}
.hero-title span { color: var(--primary); }

.hero-desc {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 36px;
  max-width: 500px;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.hero-stat .number {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
}
.hero-stat .label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  margin-top: 2px;
}

/* Search Bar */
.hero-search {
  position: relative;
  z-index: 2;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  margin-top: -60px;
}
.hero-search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 12px;
  align-items: end;
}
.search-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.search-field input,
.search-field select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  color: var(--text);
  transition: var(--transition);
  background: var(--gray-light);
}
.search-field input:focus,
.search-field select:focus {
  outline: none;
  border-color: var(--primary);
  background: var(--white);
}

/* ============================================
   DESTINATIONS SECTION
============================================ */
.destinations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.destination-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  height: 340px;
}

.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.destination-card:hover img { transform: scale(1.08); }

.destination-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 50%);
}

.destination-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
  color: var(--white);
  transform: translateY(0);
  transition: var(--transition);
}

.destination-card-tag {
  background: var(--primary);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.destination-card-title {
  font-size: 1.4rem;
  font-family: var(--font-heading);
  color: var(--white);
  margin-bottom: 4px;
}
.destination-card-count {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
}

.destination-card-cta {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 12px;
  opacity: 0;
  transition: var(--transition);
}
.destination-card:hover .destination-card-cta { opacity: 1; }

/* ============================================
   TOURS SECTION
============================================ */
.tours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
  margin-top: 48px;
}

.tour-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border: 1px solid var(--border);
}
.tour-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.tour-card-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.tour-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.tour-card:hover .tour-card-image img { transform: scale(1.06); }

.tour-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--primary);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 12px;
  border-radius: 20px;
}
.tour-badge.featured { background: var(--secondary); }
.tour-badge.sale { background: #e63946; }

.tour-wishlist {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  color: var(--gray-dark);
}
.tour-wishlist:hover { background: var(--primary); color: var(--white); }

.tour-card-body { padding: 20px; }

.tour-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.tour-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.tour-meta-item .dashicons { font-size: 14px; color: var(--primary); }

.tour-card-title {
  font-size: 1.1rem;
  color: var(--secondary);
  margin-bottom: 10px;
  line-height: 1.4;
}
.tour-card-title a:hover { color: var(--primary); }

.tour-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}
.stars { color: #ffc107; font-size: 0.85rem; }
.rating-count { font-size: 0.8rem; color: var(--text-muted); }

.tour-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  margin-top: 14px;
}
.tour-price .from { font-size: 0.75rem; color: var(--text-muted); display: block; }
.tour-price .amount {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
}
.tour-price .per { font-size: 0.78rem; color: var(--text-muted); }

.tour-book-btn {
  background: var(--primary);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  transition: var(--transition);
}
.tour-book-btn:hover {
  background: var(--primary-dark);
  color: var(--white);
  transform: translateY(-1px);
}

/* ============================================
   WHY CHOOSE US
============================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 28px;
  margin-top: 48px;
}

.feature-card {
  text-align: center;
  padding: 36px 24px;
  border-radius: var(--radius-lg);
  border: 2px solid var(--border);
  transition: var(--transition);
}
.feature-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

.feature-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: var(--white);
  transition: var(--transition);
}
.feature-card:hover .feature-icon { transform: scale(1.1) rotate(5deg); }

.feature-title {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--secondary);
}
.feature-desc { font-size: 0.9rem; color: var(--text-muted); }

/* ============================================
   CTA BANNER
============================================ */
.cta-banner {
  background: linear-gradient(135deg, var(--secondary) 0%, #16213e 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,107,53,0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.cta-content .section-title { color: var(--white); }
.cta-content .section-subtitle { color: var(--primary); }
.cta-content p { color: rgba(255,255,255,0.75); max-width: 480px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============================================
   TESTIMONIALS
============================================ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: var(--transition);
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }

.testimonial-stars { color: #ffc107; margin-bottom: 14px; }
.testimonial-text {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.8;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary);
}
.testimonial-author-name { font-weight: 700; font-size: 0.95rem; color: var(--secondary); }
.testimonial-author-loc { font-size: 0.8rem; color: var(--text-muted); }

/* ============================================
   TOUR DETAIL PAGE
============================================ */
.tour-detail-header {
  background: var(--secondary);
  padding: 60px 0 40px;
  color: var(--white);
}
.tour-detail-header h1 { color: var(--white); font-size: clamp(1.8rem, 4vw, 2.8rem); }
.tour-detail-breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 0.88rem; color: rgba(255,255,255,0.7); margin-bottom: 14px; }
.tour-detail-breadcrumb a:hover { color: var(--primary); }
.tour-detail-breadcrumb span { color: var(--primary); }

.tour-detail-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 36px;
  padding: 48px 0;
}

.tour-gallery {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 28px;
}
.tour-gallery-main {
  height: 420px;
  position: relative;
}
.tour-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-detail-sections {
  display: grid;
  gap: 24px;
  margin-bottom: 32px;
}

.detail-section {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 28px;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.section-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 800;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  color: var(--secondary);
}

.tour-quick-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.tour-quick-info-card {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-align: center;
  background: linear-gradient(180deg, var(--gray-light), var(--white));
}

.tour-quick-info-card .dashicons {
  color: var(--primary);
  font-size: 22px;
  width: 22px;
  height: 22px;
  margin: 0 auto 10px;
}

.tour-quick-info-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}

.tour-quick-info-value {
  font-weight: 700;
  font-size: 0.96rem;
  color: var(--secondary);
}

.tour-includes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.tour-list-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--gray-light);
  padding: 20px;
}

.tour-list-card h3 {
  margin-bottom: 14px;
  font-size: 1.05rem;
  color: var(--secondary);
}

.tour-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tour-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
}

.tour-check-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tour-check {
  font-weight: 800;
  min-width: 18px;
}

.tour-check-positive { color: #22c55e; }
.tour-check-negative { color: #ef4444; }

.tour-map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  height: 320px;
  border: 1px solid var(--border);
}

.itinerary-list {
  display: grid;
  gap: 12px;
}

.itinerary-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  transition: var(--transition);
}

.itinerary-item.is-open {
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.itinerary-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  background: var(--gray-light);
  font-weight: 700;
  text-align: left;
}

.itinerary-header:hover { background: var(--gray); }

.itinerary-header.no-toggle,
.itinerary-header:disabled {
  cursor: default;
}

.itinerary-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.itinerary-title-text {
  color: var(--secondary);
}

.itinerary-toggle {
  font-size: 1.4rem;
  line-height: 1;
  color: var(--primary);
}

.itinerary-header .day-badge {
  background: var(--primary);
  color: var(--white);
  font-size: 0.75rem;
  padding: 5px 10px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
}

.itinerary-body {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.32s ease, opacity 0.28s ease, padding 0.28s ease;
}

.itinerary-body.active {
  max-height: 220px;
  opacity: 1;
  padding: 0 20px 18px;
}

.itinerary-body p {
  margin: 0;
  color: var(--text-muted);
}

/* Booking Sidebar */
.booking-sidebar {
  position: sticky;
  top: 90px;
}

.booking-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 40px rgba(0,0,0,0.12);
  border: 1px solid var(--border);
  overflow: hidden;
}

.booking-card-header {
  background: linear-gradient(135deg, var(--secondary), #16213e);
  padding: 24px;
  color: var(--white);
}
.booking-price { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 700; color: var(--primary); }
.booking-price-label { font-size: 0.82rem; color: rgba(255,255,255,0.7); }

.booking-form { padding: 24px; }
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  transition: var(--transition);
  color: var(--text);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
}

.booking-total {
  border-top: 1px solid var(--border);
  padding: 16px 24px;
  background: var(--gray-light);
}
.booking-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.booking-total-row.total {
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--secondary);
  padding-top: 8px;
  border-top: 1px solid var(--border);
  margin-top: 8px;
}

.btn-book-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px;
  background: #25d366;
  color: var(--white);
  border-radius: var(--radius-sm);
  font-weight: 800;
  font-size: 1rem;
  transition: var(--transition);
  margin: 16px 24px;
  width: calc(100% - 48px);
}
.btn-book-whatsapp:hover {
  background: #20ba59;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37,211,102,0.3);
}

/* ============================================
   ABOUT PAGE
============================================ */
.about-hero {
  background: linear-gradient(135deg, var(--secondary) 0%, #16213e 100%);
  padding: 80px 0;
  color: var(--white);
  text-align: center;
}
.about-hero h1 { color: var(--white); font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 16px; }
.about-hero p { color: rgba(255,255,255,0.8); font-size: 1.1rem; max-width: 550px; margin: 0 auto; }

.about-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0;
}
.about-image-wrap { position: relative; }
.about-image-wrap img { border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.about-image-badge {
  position: absolute;
  bottom: 30px;
  left: -20px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  text-align: center;
}
.about-image-badge .number {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
}
.about-image-badge .label { font-size: 0.82rem; color: var(--text-muted); font-weight: 700; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 28px;
  margin-top: 48px;
}
.team-card { text-align: center; }
.team-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--border);
  margin: 0 auto 14px;
  transition: var(--transition);
}
.team-card:hover img { border-color: var(--primary); }
.team-name { font-size: 1rem; font-weight: 700; color: var(--secondary); }
.team-role { font-size: 0.85rem; color: var(--primary); }

/* ============================================
   CONTACT PAGE
============================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  padding: 60px 0;
}
.contact-info-card {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: var(--transition);
}
.contact-info-card:hover { border-color: var(--primary); box-shadow: var(--shadow); }
.contact-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 20px;
  flex-shrink: 0;
}
.contact-info-text h4 { font-size: 1rem; margin-bottom: 4px; }
.contact-info-text p, .contact-info-text a { font-size: 0.9rem; color: var(--text-muted); }
.contact-info-text a:hover { color: var(--primary); }

.contact-form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

/* ============================================
   FOOTER
============================================ */
.site-footer {
  background: var(--secondary);
  color: rgba(255,255,255,0.75);
  padding-top: 70px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand .logo-text { color: var(--white); font-size: 1.8rem; margin-bottom: 14px; display: block; }
.footer-brand .logo-text span { color: var(--primary); }
.footer-brand p { font-size: 0.9rem; margin-bottom: 20px; }

.footer-social { display: flex; gap: 10px; }
.social-btn {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  transition: var(--transition);
}
.social-btn:hover { background: var(--primary); color: var(--white); }

.footer-heading {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  font-family: var(--font-body);
  letter-spacing: 0.5px;
}

.footer-links li { margin-bottom: 10px; }
.footer-links a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-links a:hover { color: var(--primary); padding-left: 4px; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.88rem;
}
.footer-contact-item .dashicons { color: var(--primary); margin-top: 2px; font-size: 15px; }

.footer-bottom {
  padding: 20px 0;
  text-align: center;
  font-size: 0.85rem;
}
.footer-bottom a:hover { color: var(--primary); }

/* ============================================
   DESTINATION SINGLE PAGE
============================================ */
.destination-hero {
  height: 450px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.destination-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destination-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
}
.destination-hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  padding: 40px 0;
  width: 100%;
}
.destination-hero-content h1 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3.5rem);
}

/* ============================================
   BREADCRUMB
============================================ */
.breadcrumb {
  background: var(--gray-light);
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.88rem;
}
.breadcrumb li { display: flex; align-items: center; gap: 8px; }
.breadcrumb li::after { content: '›'; color: var(--gray-mid); }
.breadcrumb li:last-child::after { display: none; }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb .current { color: var(--primary); font-weight: 700; }

/* ============================================
   PAGINATION
============================================ */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}
.page-btn {
  width: 42px;
  height: 42px;
  border: 2px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  transition: var(--transition);
}
.page-btn:hover, .page-btn.active {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}

/* ============================================
   ALERTS & NOTICES
============================================ */
.alert {
  padding: 14px 20px;
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.alert-success { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
.alert-error { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }

/* ============================================
   ADMIN BAR ADJUST
============================================ */
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

/* ============================================
   UTILITIES
============================================ */
.text-center { text-align: center; }
.text-primary { color: var(--primary); }
.bg-light { background: var(--gray-light); }
.bg-dark { background: var(--secondary); }
.mt-auto { margin-top: auto; }
.d-none { display: none; }
.w-100 { width: 100%; }

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 1024px) {
  .tour-detail-grid { grid-template-columns: 1fr; }
  .booking-sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-content-grid { grid-template-columns: 1fr; }
  .hero-search-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .top-bar { display: none; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); box-shadow: var(--shadow); padding: 16px; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.open { display: flex; }
  .nav-link { padding: 12px 16px; border-bottom: 1px solid var(--border); }
  .dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 0 0 0 16px; display: none; }
  .dropdown-menu.open { display: block; }
  .menu-toggle { display: flex; }
  .header-cta .btn { display: none; }
  .hero-search-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-inner { text-align: center; justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-actions { justify-content: center; }
  .section-padding { padding: 50px 0; }
}

@media (max-width: 480px) {
  .destinations-grid { grid-template-columns: 1fr; }
  .tours-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
}


/* ============================================
   VISUAL POLISH UPGRADE
============================================ */
:root {
  --primary: #ff7a45;
  --primary-dark: #f15f2e;
  --primary-light: #ffb18f;
  --secondary: #10243c;
  --dark: #091521;
  --white: #ffffff;
  --gray-light: #f7f5f1;
  --gray: #ebe7e0;
  --gray-mid: #9d9a96;
  --gray-dark: #4c5561;
  --text: #243041;
  --text-muted: #667386;
  --border: rgba(16, 36, 60, 0.12);
  --shadow: 0 18px 50px rgba(8, 25, 45, 0.08);
  --shadow-hover: 0 22px 60px rgba(255, 122, 69, 0.18);
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Manrope', 'Segoe UI', sans-serif;
  --transition: all 0.35s ease;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background:
    radial-gradient(circle at top left, rgba(255, 122, 69, 0.08), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #ffffff 32%, #f8fafc 100%);
  color: var(--text);
}

::selection {
  background: rgba(255, 122, 69, 0.2);
  color: var(--secondary);
}

p {
  color: var(--text-muted);
}

.container {
  max-width: 1280px;
  padding: 0 24px;
}

.section-padding {
  padding: 96px 0;
}

.section-title {
  letter-spacing: -0.02em;
}

.section-desc {
  font-size: 1.02rem;
  line-height: 1.9;
}

.btn {
  position: relative;
  overflow: hidden;
  padding: 15px 30px;
  border-radius: 999px;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(16, 36, 60, 0.08);
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.18), transparent 55%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}

.btn:hover::before {
  transform: translateX(120%);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-color: transparent;
}

.btn-outline {
  border-color: rgba(255, 122, 69, 0.4);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
}

.top-bar {
  background: linear-gradient(90deg, #10243c 0%, #16304d 100%);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.site-header {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(9, 21, 33, 0.06);
  border-bottom: 1px solid rgba(16, 36, 60, 0.06);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(9, 21, 33, 0.1);
}

.header-inner {
  min-height: 86px;
  padding: 14px 0;
}

.site-logo,
.site-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-logo img {
  height: 54px;
}

.site-logo .logo-text {
  letter-spacing: -0.02em;
}

.main-nav {
  flex: 1;
  justify-content: center;
}

.main-nav > ul,
.main-nav .nav-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.main-nav > ul > li,
.main-nav .nav-menu > li {
  position: relative;
}

.nav-link {
  position: relative;
  min-height: 46px;
  padding: 11px 18px;
  font-size: 0.94rem;
  font-weight: 800;
  color: var(--secondary);
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.nav-link:hover::after,
.nav-link.active::after,
.nav-item:hover > .nav-link::after {
  transform: scaleX(1);
}

.nav-link.active,
.nav-link:hover,
.nav-item:hover > .nav-link {
  background: rgba(255, 122, 69, 0.08);
  color: var(--primary-dark);
}

.dropdown-menu {
  top: calc(100% + 14px);
  border: 1px solid rgba(16, 36, 60, 0.08);
  box-shadow: 0 24px 60px rgba(8, 25, 45, 0.16);
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 26px;
  width: 12px;
  height: 12px;
  background: var(--white);
  border-left: 1px solid rgba(16, 36, 60, 0.08);
  border-top: 1px solid rgba(16, 36, 60, 0.08);
  transform: rotate(45deg);
}

.mega-dropdown {
  padding: 18px;
}

.header-cta .btn {
  box-shadow: 0 14px 34px rgba(255, 122, 69, 0.18);
}

.hero {
  min-height: 96vh;
}

.hero-bg {
  transform: scale(1.04);
  animation: slowZoom 16s ease-in-out infinite alternate;
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 122, 69, 0.26), transparent 30%);
}

.hero-content {
  max-width: 760px;
}

.hero-badge {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 14px 28px rgba(8, 25, 45, 0.12);
  backdrop-filter: blur(10px);
}

.hero-title {
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero-desc {
  font-size: 1.08rem;
  max-width: 560px;
}

.hero-actions {
  margin-top: 10px;
}

.hero-stats {
  gap: 32px;
}

.hero-stat {
  position: relative;
  padding-left: 18px;
}

.hero-stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--primary), rgba(255,255,255,0));
}

.hero-search {
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 30px 80px rgba(8, 25, 45, 0.14);
}

.search-field input,
.search-field select,
.form-group input,
.form-group select,
.form-group textarea {
  background: #fff;
  border-color: rgba(16, 36, 60, 0.1);
  box-shadow: inset 0 1px 2px rgba(8, 25, 45, 0.03);
}

.search-field input:focus,
.search-field select:focus,
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  box-shadow: 0 0 0 4px rgba(255, 122, 69, 0.12);
}

.destination-card,
.tour-card,
.feature-card,
.testimonial-card,
.contact-form-card,
.booking-card,
.contact-info-card {
  position: relative;
  box-shadow: var(--shadow);
}

.destination-card::before,
.tour-card::before,
.feature-card::before,
.testimonial-card::before,
.contact-form-card::before,
.booking-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(255,255,255,0.8), rgba(255,255,255,0), rgba(255,122,69,0.16));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.destination-card:hover,
.tour-card:hover,
.feature-card:hover,
.testimonial-card:hover,
.contact-info-card:hover {
  transform: translateY(-8px);
}

.destination-card-body {
  padding: 28px;
}

.tour-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(9,21,33,0.18) 100%);
}

.tour-card-body {
  padding: 22px;
}

.tour-card-title,
.feature-title,
.destination-card-title,
.testimonial-author-name,
.footer-heading {
  letter-spacing: -0.01em;
}

.tour-book-btn {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 12px 28px rgba(255, 122, 69, 0.18);
}

.feature-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffcf7 100%);
}

.feature-icon {
  box-shadow: 0 14px 32px rgba(255, 122, 69, 0.22);
}

.cta-banner {
  border-radius: 36px;
  margin: 0 20px 20px;
  box-shadow: 0 32px 80px rgba(8, 25, 45, 0.22);
}

.testimonial-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
}

.testimonial-text::before {
  content: '“';
  display: block;
  font-size: 3rem;
  line-height: 0.8;
  color: rgba(255, 122, 69, 0.2);
  font-family: var(--font-heading);
  margin-bottom: 8px;
}

.contact-form-card,
.booking-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffcf8 100%);
}

.form-group label,
.search-field label {
  font-size: 0.76rem;
  letter-spacing: 1.8px;
}

.site-footer {
  margin-top: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 69, 0.12), transparent 24%),
    linear-gradient(180deg, #10243c 0%, #0b1726 100%);
}

.footer-grid {
  gap: 34px;
}

.social-btn {
  border-radius: 12px;
}



.breadcrumb {
  background: linear-gradient(180deg, #faf7f2 0%, #ffffff 100%);
}

.hero-content > * {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

.hero-content > *:nth-child(1) { animation-delay: 0.08s; }
.hero-content > *:nth-child(2) { animation-delay: 0.18s; }
.hero-content > *:nth-child(3) { animation-delay: 0.28s; }
.hero-content > *:nth-child(4) { animation-delay: 0.38s; }
.hero-content > *:nth-child(5) { animation-delay: 0.48s; }

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slowZoom {
  from { transform: scale(1.02); }
  to { transform: scale(1.1); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .hero-content > * {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .cta-banner {
    border-radius: 28px;
    margin-inline: 16px;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 72px 0;
  }

  .header-inner {
    min-height: 78px;
  }

  .main-nav {
    justify-content: flex-start;
    border-top: 1px solid rgba(16, 36, 60, 0.08);
    border-radius: 0 0 20px 20px;
  }

  .main-nav > ul,
  .main-nav .nav-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
  }

  .main-nav > ul > li,
  .main-nav .nav-menu > li {
    width: 100%;
  }

  .nav-link {
    border-radius: 12px;
  }

  .nav-link::after,
  .dropdown-menu::before {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 88px 0 54px;
  }

  .hero-title {
    font-size: clamp(2.3rem, 11vw, 3.6rem);
  }

  .hero-stats {
    gap: 20px;
  }

  .cta-banner {
    margin-inline: 0;
    border-radius: 0;
  }

  
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .hero-search,
  .contact-form-card {
    padding: 18px;
  }
}

@media (max-width: 768px) {
  .detail-section { padding: 22px 18px; }
  .tour-includes-grid { grid-template-columns: 1fr; }
  .itinerary-title-wrap { align-items: flex-start; }
  .itinerary-header { padding: 16px; }
  .itinerary-body.active { padding: 0 16px 16px; }
}


/* ============================================================
   PAGE LINK / ABOUT / CONTACT / DESTINATION ENHANCEMENTS
============================================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-reveal="left"] { transform: translateX(-34px); }
[data-reveal="right"] { transform: translateX(34px); }
[data-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.home-about-section {
  position: relative;
}
.home-about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}
.home-about-content {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,248,240,0.96));
  border: 1px solid rgba(227, 190, 145, 0.35);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(10, 28, 51, 0.08);
  padding: 38px;
}
.home-about-lead,
.about-lead {
  font-size: 1.08rem;
  color: var(--secondary);
  line-height: 1.8;
  margin: 0 0 14px;
}
.home-about-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 26px;
}
.home-about-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(210, 140, 80, 0.1);
  color: var(--secondary);
  font-weight: 700;
  font-size: 0.88rem;
}
.home-about-highlights span::before {
  content: '✦';
  color: var(--primary);
}
.home-about-actions,
.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.home-about-image,
.about-visual-panel {
  position: relative;
}
.home-about-image img,
.about-image-wrap img {
  width: 100%;
  display: block;
  border-radius: 30px;
  object-fit: cover;
  min-height: 430px;
  box-shadow: 0 24px 60px rgba(10, 28, 51, 0.16);
}
.home-about-float-card,
.about-quote-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 260px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 20px 45px rgba(10, 28, 51, 0.14);
}
.home-about-float-card strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.7rem;
  color: var(--secondary);
}
.home-about-float-card span,
.about-quote-card p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.about-story-section {
  padding-top: 40px;
}
.about-top-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 36px;
  align-items: center;
}
.about-copy-card {
  order: 1;
  padding: 42px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,245,238,0.98));
  border: 1px solid rgba(227,190,145,0.28);
  box-shadow: 0 24px 65px rgba(10,28,51,0.08);
}
.about-visual-panel {
  order: 2;
}
.about-visual-panel .about-image-wrap {
  position: relative;
}
.about-quote-card {
  position: absolute;
  right: -12px;
  bottom: 18px;
}
.about-quote-card strong {
  display: block;
  color: var(--secondary);
  margin-bottom: 8px;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.about-stat-card {
  padding: 20px;
  border-radius: 20px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(10,28,51,0.05);
}
.about-stat-card .number {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  color: var(--primary);
  line-height: 1;
}
.about-stat-card .label {
  margin-top: 8px;
  font-size: 0.88rem;
  color: var(--text-muted);
  font-weight: 700;
}
.contact-hero {
  background: radial-gradient(circle at top right, rgba(210,140,80,0.32), transparent 32%), linear-gradient(135deg,var(--secondary),#16213e);
  padding: 78px 0 70px;
  text-align: center;
}
.contact-intro-copy {
  margin-bottom: 26px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(210,140,80,0.08);
  border: 1px solid rgba(210,140,80,0.16);
}
.contact-fallback-btn {
  justify-content: center;
  width: 100%;
  margin-top: 12px;
  background: #25d366;
  border-color: #25d366;
}
.destination-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.destination-tour-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(210, 140, 80, 0.12);
  color: var(--secondary);
  font-weight: 800;
}
.destination-tours-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.empty-destination-tours {
  padding: 30px;
  border-radius: 24px;
  background: var(--gray-light);
  border: 1px solid var(--border);
  text-align: center;
}
@media (max-width: 991px) {
  .home-about-grid,
  .about-top-grid {
    grid-template-columns: 1fr;
  }
  .about-visual-panel,
  .about-copy-card {
    order: initial;
  }
  .home-about-float-card,
  .about-quote-card {
    position: static;
    max-width: none;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .home-about-content,
  .about-copy-card {
    padding: 26px 20px;
  }
  .home-about-image img,
  .about-image-wrap img {
    min-height: 300px;
  }
  .about-stats-grid {
    grid-template-columns: 1fr;
  }
  .destination-section-head {
    align-items: stretch;
  }
}

/* ============================================================
   SIMPLE ABOUT + DESTINATION REFINEMENT
============================================================ */
.home-about-simple,
.simple-about-section,
.simple-destination-page {
  background: transparent;
}

.home-about-simple-grid,
.simple-about-grid,
.simple-destination-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 36px;
  align-items: center;
}

.home-about-simple-copy,
.simple-about-copy,
.simple-destination-copy {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-about-simple-media img,
.simple-about-media img,
.simple-destination-media img {
  width: 100%;
  display: block;
  border-radius: 24px;
  min-height: 320px;
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(10, 28, 51, 0.10);
}

.simple-about-lead {
  font-size: 1.06rem;
  line-height: 1.85;
  color: var(--secondary);
  margin: 0 0 12px;
}

.simple-about-text,
.simple-destination-text {
  color: var(--text-muted);
  line-height: 1.9;
}

.simple-about-text p:last-child,
.simple-destination-text p:last-child {
  margin-bottom: 0;
}

.simple-about-stats,
.simple-about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
}

.simple-about-stats span,
.simple-about-points span {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.simple-about-stats strong,
.simple-about-points span::before {
  color: var(--secondary);
}

.simple-about-points span::before {
  content: '•';
  margin-right: 8px;
  color: var(--primary);
}

.simple-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.simple-destination-page {
  padding-top: 50px;
}

.simple-destination-header {
  margin-bottom: 48px;
}

.simple-list-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.simple-list-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.simple-list-head p {
  margin: 0;
  color: var(--text-muted);
}

.simple-tour-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.simple-tour-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--border);
}

.simple-tour-thumb {
  display: block;
}

.simple-tour-thumb img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.simple-tour-info h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.simple-tour-info h3 a {
  color: var(--secondary);
}

.simple-tour-info h3 a:hover {
  color: var(--primary);
}

.simple-tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-bottom: 10px;
}

.simple-tour-info p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.8;
}

.simple-tour-action {
  display: flex;
  align-items: center;
}

.simple-empty-state {
  margin: 0;
  padding: 18px 0;
  color: var(--text-muted);
}

@media (max-width: 991px) {
  .home-about-simple-grid,
  .simple-about-grid,
  .simple-destination-header,
  .simple-tour-row {
    grid-template-columns: 1fr;
  }

  .simple-tour-action {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .home-about-simple-media img,
  .simple-about-media img,
  .simple-destination-media img {
    min-height: 240px;
  }

  .simple-tour-thumb img {
    height: 220px;
  }
}


/* ============================================================
   ABOUT PAGE FEATURES + TYPOGRAPHY POLISH
============================================================ */
body {
  letter-spacing: -0.01em;
}

.site-logo .logo-text,
.nav-link,
.btn,
input,
textarea,
select {
  font-family: var(--font-body);
}

.nav-link,
.btn,
.section-subtitle {
  letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02em;
}

.simple-about-copy .section-title {
  max-width: 12ch;
}

.about-features-strip {
  background: #f5f2ef;
}

.about-features-title {
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  margin: 0 0 34px;
  color: var(--secondary);
}

.about-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.about-feature-item {
  padding: 4px 0;
}

.about-feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid rgba(26, 26, 46, 0.18);
  background: rgba(255, 107, 53, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.about-feature-icon .dashicons {
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: var(--secondary);
}

.about-feature-item h3 {
  font-size: 1.5rem;
  margin: 0 0 10px;
  color: var(--secondary);
}

.about-feature-item p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.85;
  max-width: 26ch;
}

@media (max-width: 1100px) {
  .about-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px;
  }
}

@media (max-width: 640px) {
  .about-features-grid {
    grid-template-columns: 1fr;
  }

  .about-features-title {
    margin-bottom: 24px;
  }

  .about-feature-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
  }

  .about-feature-item h3 {
    font-size: 1.32rem;
  }
}


/* ============================================
   TOUR DETAIL OVERVIEW REFINEMENT
============================================ */
.detail-section-overview {
  padding: 34px;
}

.detail-section-overview .section-heading {
  margin-bottom: 22px;
}

.detail-section-overview .section-heading h2 {
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.15;
}

.tour-overview-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 22px;
  margin-bottom: 28px;
}

.tour-overview-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.tour-overview-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff4ed;
  color: var(--primary);
  font-size: 1.05rem;
  flex: 0 0 42px;
}

.tour-overview-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--secondary);
}

.tour-overview-item span:last-child {
  display: block;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.tour-copy {
  font-size: 1.04rem;
  line-height: 1.85;
  color: #52525b;
}

.tour-copy p {
  margin-bottom: 1.2em;
}

.custom-map-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.header-whatsapp-btn {
  min-width: 0;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .tour-overview-meta {
    grid-template-columns: 1fr;
  }

  .detail-section-overview {
    padding: 24px;
  }

  .tour-copy {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .header-whatsapp-btn span:last-child {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* ============================================================
   IMPROVEMENT PATCH v2.0 — Visual & UX Overhaul
============================================================ */

/* ── Scroll Progress Bar ──────────────────────────────────── */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--primary), #ffb347);
  z-index: 9999;
  transition: width 0.1s linear;
  border-radius: 0 2px 2px 0;
}

/* ── Page Transition Fade ─────────────────────────────────── */
body {
  animation: pageFadeIn 0.45s ease forwards;
}
@keyframes pageFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── Tour Cards — Improved ────────────────────────────────── */
.tour-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
}

.tour-card-image-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.tour-card-image-wrap img,
.tour-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(.23,1,.32,1);
}
.tour-card:hover .tour-card-image-wrap img,
.tour-card:hover .tour-card-image {
  transform: scale(1.07);
}

.tour-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(255,122,69,0.3);
}

.tour-card-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tour-card-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 9px;
}
.tour-card-rating .stars { color: #fbbf24; font-size: 0.85rem; }
.tour-card-rating span   { font-size: 0.8rem; color: var(--text-muted); }

.tour-card-title {
  font-size: 1.12rem;
  line-height: 1.35;
  color: var(--secondary);
  margin-bottom: 10px;
  font-family: var(--font-heading);
}
.tour-card-title a { color: inherit; }
.tour-card-title a:hover { color: var(--primary); }

.tour-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.tour-card-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.tour-card-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 16px;
}

.tour-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.tour-card-price-label { font-size: 0.74rem; color: var(--text-muted); display: block; }
.tour-card-price {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.1;
}

.btn-sm {
  padding: 9px 20px;
  font-size: 0.84rem;
}

/* ── Why Choose Us / Features Section ────────────────────── */
.why-choose-section {
  background: linear-gradient(180deg, #fffcf8 0%, #fff 100%);
  position: relative;
  overflow: hidden;
}
.why-choose-section::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -60px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(255,122,69,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 28px;
  margin-top: 54px;
}

.why-card {
  padding: 34px 26px 30px;
  border-radius: 22px;
  background: #fff;
  border: 1.5px solid rgba(16,36,60,0.07);
  box-shadow: 0 8px 28px rgba(10,28,51,0.055);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
  position: relative;
  overflow: hidden;
}
.why-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.34s ease;
}
.why-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 50px rgba(255,122,69,0.13);
  border-color: rgba(255,122,69,0.25);
}
.why-card:hover::after { transform: scaleX(1); }

.why-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  box-shadow: 0 10px 24px rgba(255,122,69,0.22);
  transition: transform 0.3s ease;
}
.why-card:hover .why-icon { transform: scale(1.1) rotate(4deg); }

.why-card h3 {
  font-size: 1.1rem;
  color: var(--secondary);
  margin-bottom: 10px;
}
.why-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin: 0;
}

/* ── Testimonials Section ─────────────────────────────────── */
.testimonials-section {
  background: linear-gradient(180deg, #10243c 0%, #0b1726 100%);
  position: relative;
  overflow: hidden;
}
.testimonials-section::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -8%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,122,69,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.testimonials-section .section-subtitle { color: var(--primary); }
.testimonials-section .section-title { color: #fff; }
.testimonials-section .section-desc { color: rgba(255,255,255,0.65); }

.testimonials-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
  margin-top: 54px;
}

.t-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  padding: 30px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, background 0.3s ease;
  position: relative;
}
.t-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.08);
}

.t-quote-mark {
  font-family: var(--font-heading);
  font-size: 4rem;
  line-height: 0.6;
  color: rgba(255,122,69,0.25);
  margin-bottom: 16px;
  display: block;
}
.t-text {
  font-size: 0.93rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.85;
  font-style: italic;
  margin-bottom: 22px;
}
.t-stars { color: #fbbf24; font-size: 0.85rem; margin-bottom: 16px; display: block; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,122,69,0.5);
  background: rgba(255,122,69,0.15);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
  flex-shrink: 0;
  overflow: hidden;
}
.t-avatar img { width: 100%; height: 100%; object-fit: cover; }
.t-name { font-weight: 700; color: #fff; font-size: 0.95rem; }
.t-loc  { font-size: 0.78rem; color: rgba(255,255,255,0.5); margin-top: 2px; }

/* ── CTA Banner — Improved ────────────────────────────────── */
.cta-banner {
  background: linear-gradient(135deg, #10243c 0%, #1a3a5c 50%, #0d1e30 100%);
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  margin: 0 24px 48px;
}
.cta-banner::after {
  content: '';
  position: absolute;
  bottom: -40%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,122,69,0.12) 0%, transparent 60%);
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding: 70px 60px;
}
.cta-eyebrow {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}
.cta-content h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  margin-bottom: 12px;
  line-height: 1.15;
}
.cta-content p {
  color: rgba(255,255,255,0.7);
  max-width: 420px;
  font-size: 1rem;
  margin: 0;
}
.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.cta-actions .btn-white {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.25);
  color: #fff;
  backdrop-filter: blur(8px);
}
.cta-actions .btn-white:hover {
  background: rgba(255,255,255,0.22);
  color: #fff;
}

/* ── Lightbox ─────────────────────────────────────────────── */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 24px;
  backdrop-filter: blur(4px);
}
.lightbox-overlay.open { display: flex; }
.lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 14px;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  animation: lbIn 0.28s ease;
}
@keyframes lbIn {
  from { opacity: 0; transform: scale(0.9); }
  to   { opacity: 1; transform: scale(1); }
}
.lightbox-close {
  position: absolute;
  top: 24px; right: 28px;
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.lightbox-close:hover { background: rgba(255,122,69,0.5); }

/* ── Gallery Thumbnails ───────────────────────────────────── */
.tour-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 8px;
  margin-top: 8px;
}
.tour-gallery-thumbs img {
  height: 80px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  cursor: zoom-in;
  transition: opacity 0.2s, transform 0.2s;
  border: 2px solid transparent;
}
.tour-gallery-thumbs img:hover {
  opacity: 0.9;
  transform: scale(1.02);
  border-color: var(--primary);
}
.tour-gallery-thumbs img.active-thumb {
  border-color: var(--primary);
  opacity: 1;
}

/* ── Mobile ───────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .why-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .testimonials-track { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 768px) {
  .why-grid { grid-template-columns: 1fr; }
  .testimonials-track { grid-template-columns: 1fr; }
  .cta-banner { border-radius: 0; margin: 0; }
  .cta-content { padding: 50px 24px; flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .cta-content p { max-width: 100%; }
}
@media (max-width: 480px) {
  .tour-gallery-thumbs { grid-template-columns: repeat(3,1fr); }
}

/* ============================================================
   TOUR DETAIL PAGE v2 — Complete Redesign
============================================================ */

/* ── Hero ─────────────────────────────────────────────────── */
.td-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
  overflow: hidden;
}
.td-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  animation: slowZoom 18s ease-in-out infinite alternate;
}
.td-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9,21,33,0.88) 0%, rgba(9,21,33,0.45) 55%, rgba(9,21,33,0.18) 100%);
}
.td-hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 0 48px;
  width: 100%;
}
.td-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.td-hero-breadcrumb a { color: rgba(255,255,255,0.65); }
.td-hero-breadcrumb a:hover { color: var(--primary); }
.td-hero-breadcrumb span { color: rgba(255,255,255,0.35); }
.td-hero-title {
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.td-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
}
.td-hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.82);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
}
.td-meta-icon { font-size: 0.95rem; }
.td-hero-rating { background: rgba(255,200,0,0.15); border-color: rgba(255,200,0,0.2); }
.td-stars { color: #fbbf24; }

/* ── Layout ───────────────────────────────────────────────── */
.td-layout-wrapper { padding: 48px 0 80px; }
.td-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 36px;
  align-items: start;
}

/* ── Gallery ──────────────────────────────────────────────── */
.td-gallery-block {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 16px 50px rgba(9,21,33,0.12);
}
.td-gallery-main {
  position: relative;
  height: 460px;
  overflow: hidden;
  cursor: zoom-in;
}
.td-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.td-gallery-main:hover img { transform: scale(1.03); }
.td-gallery-expand {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  z-index: 2;
}
.td-gallery-expand:hover { background: var(--primary); color: #fff; transform: scale(1.08); }
.td-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 6px;
  padding: 8px;
  background: var(--gray-light);
}
.td-thumb {
  height: 72px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s, opacity 0.2s, transform 0.2s;
}
.td-thumb:hover { opacity: 0.88; transform: scale(1.04); }
.td-thumb.active-thumb { border-color: var(--primary); }

/* ── Quick Stats ──────────────────────────────────────────── */
.td-quick-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(130px,1fr));
  gap: 12px;
  margin-bottom: 28px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  border: 1.5px solid var(--border);
  box-shadow: 0 4px 18px rgba(9,21,33,0.05);
}
.td-qs-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
}
.td-qs-item + .td-qs-item {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.td-qs-icon { font-size: 1.3rem; flex-shrink: 0; }
.td-qs-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--text-muted);
  margin-bottom: 3px;
}
.td-qs-item strong { font-size: 0.92rem; color: var(--secondary); }

/* ── Sections ─────────────────────────────────────────────── */
.td-section {
  background: #fff;
  border-radius: 22px;
  border: 1.5px solid var(--border);
  box-shadow: 0 4px 20px rgba(9,21,33,0.05);
  padding: 32px;
  margin-bottom: 24px;
}
.td-section-head {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.td-section-kicker {
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary);
  margin-bottom: 6px;
}
.td-section-head h2 {
  font-size: clamp(1.3rem,2.4vw,1.7rem);
  color: var(--secondary);
  margin: 0;
  line-height: 1.2;
}

/* ── Highlights ───────────────────────────────────────────── */
.td-highlights-section { background: linear-gradient(180deg,#fffcf8 0%,#fff 100%); }
.td-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}
.td-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.97rem;
  color: var(--text);
  line-height: 1.65;
  transition: background 0.2s;
}
.td-highlight-item:last-child { border-bottom: none; padding-bottom: 0; }
.td-highlight-item:first-child { padding-top: 0; }
.td-highlight-item:hover { color: var(--secondary); }
.td-hl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
  margin-top: 8px;
  box-shadow: 0 0 0 3px rgba(255,122,69,0.18);
}

/* ── Overview ─────────────────────────────────────────────── */
.td-tour-copy {
  font-size: 1.02rem;
  line-height: 1.88;
  color: var(--text-muted);
}
.td-tour-copy p { margin-bottom: 1.1em; }
.td-tour-copy p:last-child { margin-bottom: 0; }

/* ── Languages ────────────────────────────────────────────── */
.td-languages-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.td-lang-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255,122,69,0.08);
  border: 1.5px solid rgba(255,122,69,0.22);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--secondary);
  transition: background 0.2s, border-color 0.2s;
}
.td-lang-pill:hover { background: rgba(255,122,69,0.14); border-color: var(--primary); }
.td-lang-icon { font-size: 1rem; }
.td-languages-note {
  font-size: 0.87rem;
  color: var(--text-muted);
  margin: 0;
  padding: 12px 16px;
  background: var(--gray-light);
  border-radius: 10px;
  border-left: 3px solid var(--primary);
}

/* ── Includes / Excludes ──────────────────────────────────── */
.td-incl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.td-incl-card {
  border-radius: 16px;
  padding: 22px;
  border: 1.5px solid var(--border);
}
.td-incl-yes { background: #f0fdf4; border-color: #bbf7d0; }
.td-incl-no  { background: #fff5f5; border-color: #fecaca; }
.td-incl-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.td-incl-header h3 { font-size: 1rem; margin: 0; }
.td-incl-badge {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.td-incl-badge-yes { background: #22c55e; color: #fff; }
.td-incl-badge-no  { background: #ef4444; color: #fff; }
.td-incl-card ul { list-style: none; padding: 0; margin: 0; }
.td-incl-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  font-size: 0.92rem;
  line-height: 1.55;
}
.td-incl-card li:last-child { border-bottom: none; padding-bottom: 0; }
.td-check-yes { color: #22c55e; font-weight: 900; flex-shrink: 0; }
.td-check-no  { color: #ef4444; font-weight: 900; flex-shrink: 0; }

/* ── Map ──────────────────────────────────────────────────── */
.td-map-wrap {
  height: 340px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.td-map-wrap iframe { width: 100%; height: 100%; display: block; border: 0; }
.td-map-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: var(--gray-light);
  gap: 10px;
  font-size: 0.9rem; color: var(--text-muted);
}
.td-map-placeholder span { font-size: 2.5rem; }

/* ── Sidebar ──────────────────────────────────────────────── */
.td-sidebar { position: sticky; top: 90px; }
.td-booking-card {
  background: #fff;
  border-radius: 24px;
  border: 1.5px solid var(--border);
  box-shadow: 0 16px 60px rgba(9,21,33,0.1);
  overflow: hidden;
  margin-bottom: 20px;
}
.td-booking-header {
  background: linear-gradient(135deg, #10243c 0%, #1a3a5c 100%);
  padding: 24px 26px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.td-booking-from {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 4px;
}
.td-booking-price {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}
.td-booking-price span { font-size: 0.9rem; color: rgba(255,255,255,0.55); font-family: var(--font-body); font-weight: 400; }
.td-booking-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex-shrink: 0;
}
.td-booking-stars { color: #fbbf24; font-size: 0.85rem; }
.td-booking-rating > span { font-size: 0.82rem; color: rgba(255,255,255,0.7); }
.td-booking-rating small { color: rgba(255,255,255,0.5); }

.td-booking-form { padding: 22px 26px 0; }
.td-form-row { display: grid; gap: 14px; margin-bottom: 0; }
.td-form-row-2 { grid-template-columns: 1fr 1fr; }
.td-form-group { margin-bottom: 14px; }
.td-form-group label {
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--text-muted);
  margin-bottom: 5px;
}
.td-form-group input,
.td-form-group select,
.td-form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-size: 0.9rem;
  font-family: var(--font-body);
  color: var(--text);
  transition: border-color 0.2s, box-shadow 0.2s;
  background: var(--gray-light);
}
.td-form-group input:focus,
.td-form-group select:focus,
.td-form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255,122,69,0.12);
  background: #fff;
}

.td-price-summary {
  margin: 0 26px;
  padding: 14px 0;
  border-top: 1px solid var(--border);
}
.td-price-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  color: var(--text-muted);
  padding: 4px 0;
}
.td-price-total {
  font-size: 1rem;
  font-weight: 800;
  color: var(--secondary);
  border-top: 1px solid var(--border);
  margin-top: 6px;
  padding-top: 10px;
}
.td-booking-alert { padding: 0 26px; }
.td-book-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: calc(100% - 52px);
  margin: 16px 26px;
  padding: 15px;
  background: linear-gradient(135deg, #25d366, #1ebe5a);
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 800;
  font-family: var(--font-body);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 28px rgba(37,211,102,0.28);
}
.td-book-btn:hover {
  background: linear-gradient(135deg, #20ba59, #18a84e);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(37,211,102,0.38);
}
.td-booking-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-muted);
  padding: 0 26px 10px;
  margin: 0;
}
.td-trust-badges {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 14px 26px 20px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.td-trust-item {
  font-size: 0.78rem;
  color: #22c55e;
  font-weight: 700;
}

/* Help card */
.td-help-card {
  background: #fff;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(9,21,33,0.05);
}
.td-help-icon { font-size: 2.2rem; margin-bottom: 12px; }
.td-help-card h4 { font-size: 1rem; color: var(--secondary); margin-bottom: 8px; }
.td-help-card p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 16px; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1100px) {
  .td-layout { grid-template-columns: 1fr; }
  .td-sidebar { position: static; }
}
@media (max-width: 768px) {
  .td-hero { min-height: 320px; }
  .td-hero-content { padding: 48px 0 36px; }
  .td-gallery-main { height: 300px; }
  .td-gallery-thumbs { grid-template-columns: repeat(4,1fr); }
  .td-quick-stats { grid-template-columns: 1fr 1fr; }
  .td-qs-item + .td-qs-item { border-left: none; padding-left: 0; }
  .td-section { padding: 24px 20px; }
  .td-incl-grid { grid-template-columns: 1fr; }
  .td-form-row-2 { grid-template-columns: 1fr; }
  .td-layout-wrapper { padding: 28px 0 60px; }
}
@media (max-width: 480px) {
  .td-gallery-thumbs { grid-template-columns: repeat(3,1fr); }
  .td-booking-header { flex-direction: column; }
  .td-booking-rating { align-items: flex-start; }
}

/* ============================================================
   SEARCH WIDGET — Home Page
============================================================ */
.search-widget {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 24px 80px rgba(9,21,33,0.14);
  border: 1px solid rgba(16,36,60,0.08);
  overflow: hidden;
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

/* Tabs */
.search-widget-tabs {
  display: flex;
  border-bottom: 1px solid var(--border);
  background: var(--gray-light);
}
.sw-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 20px;
  font-size: 0.9rem;
  font-weight: 800;
  font-family: var(--font-body);
  color: var(--text-muted);
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  letter-spacing: 0.01em;
}
.sw-tab:hover { color: var(--secondary); }
.sw-tab.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
  background: #fff;
}
.sw-tab-icon { font-size: 1.1rem; }

/* Panels */
.sw-panel { display: none; }
.sw-panel.active { display: block; }

/* Tour Search Form */
.sw-form {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0;
}
.sw-fields {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 0;
}
.sw-field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  min-width: 0;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 0;
}
.sw-field-lg { flex: 1.6; }
.sw-field:hover { background: rgba(255,122,69,0.04); }
.sw-field-icon { font-size: 1.2rem; flex-shrink: 0; opacity: 0.75; }
.sw-field-body { flex: 1; min-width: 0; }
.sw-field-body label {
  display: block;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--secondary);
  margin-bottom: 3px;
  cursor: pointer;
}
.sw-field-body input,
.sw-field-body select {
  width: 100%;
  border: none;
  background: none;
  font-size: 0.92rem;
  font-family: var(--font-body);
  color: var(--text);
  padding: 0;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sw-field-body input::placeholder { color: var(--text-muted); }
.sw-field-body select { appearance: none; }

.sw-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
  flex-shrink: 0;
  align-self: center;
}

.sw-submit-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 36px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  border: none;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.28s ease;
  letter-spacing: 0.01em;
  white-space: nowrap;
  flex-shrink: 0;
}
.sw-submit-btn:hover {
  background: linear-gradient(135deg, var(--primary-dark), #d44a18);
  padding-right: 40px;
}
.sw-submit-icon { font-size: 1.1rem; }

/* Quick filter pills */
.sw-quick-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 12px 22px 16px;
  border-top: 1px solid var(--border);
  background: var(--gray-light);
}
.sw-quick-label {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}
.sw-quick-pill {
  padding: 5px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid var(--border);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
  transition: all 0.2s;
}
.sw-quick-pill:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(255,122,69,0.06);
  transform: translateY(-1px);
}

/* Destination chips grid */
.sw-dest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 20px 22px;
}
.sw-dest-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1.5px solid var(--border);
  background: var(--gray-light);
  transition: all 0.25s;
  text-decoration: none;
}
.sw-dest-chip:hover {
  border-color: var(--primary);
  background: rgba(255,122,69,0.06);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,122,69,0.12);
}
.sw-dest-chip-img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.sw-dest-chip-info { flex: 1; min-width: 0; }
.sw-dest-chip-info strong {
  display: block;
  font-size: 0.9rem;
  color: var(--secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sw-dest-chip-info small { font-size: 0.75rem; color: var(--text-muted); }
.sw-dest-chip-arrow { color: var(--primary); font-size: 0.85rem; opacity: 0; transition: opacity 0.2s, transform 0.2s; }
.sw-dest-chip:hover .sw-dest-chip-arrow { opacity: 1; transform: translateX(3px); }

/* Responsive */
@media (max-width: 960px) {
  .sw-form { flex-direction: column; }
  .sw-fields { flex-direction: column; align-items: stretch; }
  .sw-divider { width: 100%; height: 1px; margin: 0; }
  .sw-field { padding: 14px 18px; }
  .sw-field-lg { flex: 1; }
  .sw-submit-btn { padding: 16px 22px; justify-content: center; border-radius: 0; }
  .sw-dest-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .search-widget { border-radius: 20px; margin-top: -40px; }
  .sw-dest-grid { grid-template-columns: 1fr; }
  .sw-quick-filters { padding: 10px 16px 14px; }
}

/* ============================================================
   DESTINATIONS ARCHIVE — Redesigned
============================================================ */

/* Hero */
.dest-archive-hero {
  position: relative;
  padding: 90px 0 80px;
  overflow: hidden;
}
.dest-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 0%, rgba(255,122,69,0.18) 0%, transparent 55%),
    linear-gradient(135deg, #10243c 0%, #1a3a5c 60%, #0e1e30 100%);
}
.dest-hero-overlay {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.03) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}
.dest-hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}
.dest-hero-content .section-subtitle { color: var(--primary); margin-bottom: 10px; }
.dest-hero-content h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: #fff;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
  line-height: 1.12;
}
.dest-hero-content > p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  margin-bottom: 30px;
  line-height: 1.75;
}

/* Hero Search */
.dest-hero-search {
  display: flex;
  gap: 12px;
  align-items: stretch;
  max-width: 580px;
}
.dhs-input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 14px;
  padding: 0 16px;
  transition: border-color 0.25s, background 0.25s;
}
.dhs-input-wrap:focus-within {
  border-color: rgba(255,122,69,0.6);
  background: rgba(255,255,255,0.16);
}
.dhs-icon { font-size: 1.1rem; opacity: 0.7; flex-shrink: 0; }
.dhs-input-wrap input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-size: 0.95rem;
  font-family: var(--font-body);
  color: #fff;
  padding: 14px 0;
}
.dhs-input-wrap input::placeholder { color: rgba(255,255,255,0.5); }
.dhs-clear {
  color: rgba(255,255,255,0.5);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s;
  flex-shrink: 0;
  text-decoration: none;
}
.dhs-clear:hover { color: var(--primary); }
.dhs-btn { border-radius: 14px; padding: 0 26px; flex-shrink: 0; }

/* Filter Bar */
.dest-filter-bar {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 80px;
  z-index: 50;
  box-shadow: 0 4px 16px rgba(9,21,33,0.06);
}
.dest-filter-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  flex-wrap: wrap;
}
.dest-filter-label {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--text-muted);
  white-space: nowrap;
  flex-shrink: 0;
}
.dest-filter-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1;
}
.dest-filter-pill {
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1.5px solid var(--border);
  color: var(--text-muted);
  background: var(--gray-light);
  transition: all 0.22s;
  white-space: nowrap;
  text-decoration: none;
}
.dest-filter-pill:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(255,122,69,0.06);
}
.dest-filter-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 4px 12px rgba(255,122,69,0.28);
}
.dest-filter-count {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Masonry Grid */
.dest-masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.dest-card { border-radius: 22px; overflow: hidden; background: #fff; border: 1.5px solid var(--border); box-shadow: 0 6px 24px rgba(9,21,33,0.06); transition: transform 0.32s ease, box-shadow 0.32s ease; }
.dest-card:hover { transform: translateY(-7px); box-shadow: 0 22px 55px rgba(9,21,33,0.12); }
.dest-card-lg { grid-column: span 2; }

.dest-card-img-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
  display: block;
}
.dest-card-lg .dest-card-img-wrap { height: 320px; }
.dest-card-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(.23,1,.32,1);
  display: block;
}
.dest-card:hover .dest-card-img-wrap img { transform: scale(1.07); }

.dest-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9,21,33,0.6) 0%, transparent 55%);
  transition: opacity 0.3s;
}

/* Hover preview */
.dest-card-preview {
  position: absolute;
  inset: 0;
  background: rgba(9,21,33,0.82);
  backdrop-filter: blur(4px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.32s ease;
}
.dest-card:hover .dest-card-preview { opacity: 1; }
.dest-card:hover .dest-card-img-overlay { opacity: 0; }
.dest-preview-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dest-preview-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.5;
}
.dest-preview-list li::before {
  content: '✦';
  color: var(--primary);
  font-size: 0.65rem;
  flex-shrink: 0;
  margin-top: 4px;
}
.dest-preview-tagline { font-size: 0.92rem; color: rgba(255,255,255,0.82); font-style: italic; line-height: 1.65; }
.dest-preview-cta {
  margin-top: auto;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 0.02em;
}

/* Card body */
.dest-card-body { padding: 20px; }
.dest-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.dest-card-region {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--text-muted);
}
.dest-card-tours-badge {
  background: rgba(255,122,69,0.1);
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,122,69,0.25);
}
.dest-card-name {
  font-size: 1.25rem;
  margin-bottom: 6px;
  line-height: 1.25;
}
.dest-card-name a { color: var(--secondary); }
.dest-card-name a:hover { color: var(--primary); }
.dest-card-tagline {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 12px;
}
.dest-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.dest-card-best-time { font-size: 0.78rem; color: var(--text-muted); }
.dest-card-link {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--primary);
  transition: gap 0.2s;
}
.dest-card-link:hover { color: var(--primary-dark); }

/* Empty state */
.dest-empty-state {
  text-align: center;
  padding: 80px 20px;
}
.dest-empty-icon { font-size: 3.5rem; display: block; margin-bottom: 20px; }
.dest-empty-state h3 { font-size: 1.4rem; color: var(--secondary); margin-bottom: 10px; }
.dest-empty-state p { color: var(--text-muted); }

/* Responsive */
@media (max-width: 1024px) {
  .dest-masonry-grid { grid-template-columns: repeat(2, 1fr); }
  .dest-card-lg { grid-column: span 1; }
  .dest-card-lg .dest-card-img-wrap { height: 240px; }
}
@media (max-width: 768px) {
  .dest-archive-hero { padding: 60px 0 55px; }
  .dest-hero-search { flex-direction: column; max-width: 100%; }
  .dhs-btn { padding: 14px; justify-content: center; }
  .dest-filter-bar { top: 70px; }
  .dest-filter-inner { gap: 8px; }
  .dest-filter-count { display: none; }
  .dest-masonry-grid { grid-template-columns: 1fr; }
  .dest-card-img-wrap { height: 220px; }
  .dest-card-preview { display: none; }
}

/* ============================================================
   RELATED TOURS SECTION
============================================================ */
.related-tours-section {
  background: linear-gradient(180deg, var(--gray-light) 0%, #fff 100%);
  padding: 70px 0 80px;
  border-top: 1px solid var(--border);
}

.related-tours-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.related-tours-title {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: var(--secondary);
  margin: 8px 0 0;
  line-height: 1.2;
}
.related-tours-title span { color: var(--primary); }
.related-see-all {
  flex-shrink: 0;
  white-space: nowrap;
}

/* Cards track */
.related-tours-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* Individual Related Card */
.rt-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1.5px solid var(--border);
  box-shadow: 0 4px 18px rgba(9,21,33,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.rt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(9,21,33,0.1);
}

.rt-card-img-wrap {
  position: relative;
  height: 190px;
  overflow: hidden;
  display: block;
}
.rt-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(.23,1,.32,1);
  display: block;
}
.rt-card:hover .rt-card-img-wrap img { transform: scale(1.07); }

.rt-card-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(9,21,33,0.78);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: 0.5px;
}
.rt-diff-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255,122,69,0.9);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.rt-card-body {
  padding: 16px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rt-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
}
.rt-stars { color: #fbbf24; font-size: 0.78rem; }
.rt-review-count { font-size: 0.74rem; color: var(--text-muted); }

.rt-title {
  font-size: 0.98rem;
  line-height: 1.35;
  margin-bottom: 8px;
  font-family: var(--font-heading);
}
.rt-title a { color: var(--secondary); }
.rt-title a:hover { color: var(--primary); }

.rt-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 14px;
  flex: 1;
}

.rt-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.rt-from { font-size: 0.7rem; color: var(--text-muted); display: block; }
.rt-price {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.1;
}
.rt-per { font-size: 0.7rem; color: var(--text-muted); }
.rt-btn {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--primary);
  padding: 7px 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(255,122,69,0.35);
  background: rgba(255,122,69,0.06);
  transition: all 0.22s;
  white-space: nowrap;
}
.rt-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* Nav dots (mobile) */
.related-tours-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}
.rt-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--secondary);
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.22s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rt-nav-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: 0 4px 12px rgba(255,122,69,0.2);
}
.rt-dots { display: flex; gap: 6px; align-items: center; }
.rt-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: all 0.2s;
}
.rt-dot.active { background: var(--primary); width: 20px; border-radius: 3px; }

/* Responsive */
@media (max-width: 1100px) {
  .related-tours-track { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .related-tours-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .related-tours-track::-webkit-scrollbar { display: none; }
  .rt-card {
    flex: 0 0 calc(85vw - 48px);
    scroll-snap-align: start;
    max-width: 320px;
  }
  .related-tours-head { flex-direction: column; align-items: flex-start; }
  .related-see-all { align-self: flex-start; }
}
@media (max-width: 480px) {
  .rt-card { flex: 0 0 calc(100vw - 64px); }
}

/* Search widget tab JS behavior */

/* ============================================================
   TOUR ARCHIVE — Sidebar Layout
============================================================ */
.tour-archive-hero {
  position: relative;
  padding: 80px 0 70px;
  overflow: hidden;
}
.tah-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(255,122,69,0.15) 0%, transparent 50%),
    linear-gradient(135deg, #10243c 0%, #1c3d5f 60%, #0e1e30 100%);
}
.tah-overlay {
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent, transparent 40px,
    rgba(255,255,255,0.015) 40px, rgba(255,255,255,0.015) 80px
  );
}
.tah-content {
  position: relative; z-index: 2;
  max-width: 600px;
}
.tah-content .section-subtitle { color: var(--primary); }
.tah-content h1 {
  font-size: clamp(2rem,4.5vw,3rem);
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.tah-content > p {
  color: rgba(255,255,255,0.7);
  margin-bottom: 28px;
  line-height: 1.75;
}
.tah-search-form {
  display: flex;
  gap: 12px;
  align-items: stretch;
  max-width: 520px;
}
.tah-search-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 14px;
  padding: 0 16px;
  transition: border-color 0.25s;
}
.tah-search-wrap:focus-within { border-color: rgba(255,122,69,0.6); }
.tah-search-wrap input {
  flex: 1; background: none; border: none; outline: none;
  font-size: 0.92rem; font-family: var(--font-body);
  color: #fff; padding: 13px 0;
}
.tah-search-wrap input::placeholder { color: rgba(255,255,255,0.5); }
.tah-clear { color: rgba(255,255,255,0.5); font-size: 1.2rem; cursor: pointer; text-decoration: none; }
.tah-clear:hover { color: var(--primary); }
.tah-search-btn { border-radius: 14px; padding: 0 24px; flex-shrink: 0; }

/* Layout */
.tah-layout-wrapper { padding: 48px 0 80px; }
.tah-layout { display: grid; grid-template-columns: 280px 1fr; gap: 36px; align-items: start; }

/* Sidebar */
.tah-filter-sidebar { position: sticky; top: 90px; }
.tah-sidebar-inner {
  background: #fff;
  border-radius: 22px;
  border: 1.5px solid var(--border);
  box-shadow: 0 4px 20px rgba(9,21,33,0.06);
  overflow: hidden;
}
.tah-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
  background: var(--gray-light);
}
.tah-sidebar-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--secondary);
  display: flex;
  align-items: center;
  gap: 8px;
}
.tah-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 800;
}
.tah-clear-all {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
}
.tah-clear-all:hover { color: var(--primary-dark); }

/* Filter groups */
.tah-filter-group {
  border-bottom: 1px solid var(--border);
}
.tah-filter-group:last-of-type { border-bottom: none; }
.tah-filter-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: none;
  border: none;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--secondary);
  cursor: pointer;
  transition: background 0.2s;
}
.tah-filter-toggle:hover { background: rgba(255,122,69,0.04); }
.tah-toggle-icon { color: var(--text-muted); font-size: 0.75rem; transition: transform 0.2s; }
.tah-filter-options {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.tah-filter-options.open { max-height: 500px; padding: 4px 0 12px; }

.tah-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  cursor: pointer;
  font-size: 0.88rem;
  color: var(--text-muted);
  transition: background 0.15s;
  user-select: none;
}
.tah-option:hover { background: rgba(255,122,69,0.04); color: var(--secondary); }
.tah-option.checked { color: var(--secondary); font-weight: 700; }
.tah-option input[type=radio] { display: none; }
.tah-option-radio {
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 2px solid var(--border);
  flex-shrink: 0;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
}
.tah-option.checked .tah-option-radio {
  border-color: var(--primary);
  background: var(--primary);
  box-shadow: inset 0 0 0 3px #fff;
}
.tah-option-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  margin-left: auto;
  flex-shrink: 0;
}

.tah-apply-btn {
  display: flex;
  width: calc(100% - 40px);
  margin: 12px 20px 16px;
  justify-content: center;
}

/* Active filter chips */
.tah-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.tah-active-chips { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; }
.tah-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255,122,69,0.1);
  border: 1.5px solid rgba(255,122,69,0.3);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--secondary);
}
.tah-chip-remove {
  color: var(--primary);
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s;
}
.tah-chip-remove:hover { color: #c0392b; }
.tah-count { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 16px; }
.tah-mobile-filter-btn {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 12px;
  border: 1.5px solid var(--border);
  background: #fff;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--secondary);
  cursor: pointer;
  flex-shrink: 0;
}
.tah-mobile-filter-btn:hover { border-color: var(--primary); color: var(--primary); }
.tour-badge-featured {
  background: var(--secondary) !important;
}
.tah-tours-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Responsive */
@media (max-width: 1100px) {
  .tah-layout { grid-template-columns: 240px 1fr; gap: 24px; }
  .tah-tours-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .tah-layout { grid-template-columns: 1fr; }
  .tah-filter-sidebar {
    position: fixed;
    top: 0; left: 0; bottom: 0;
    width: 300px;
    z-index: 9000;
    background: #fff;
    transform: translateX(-110%);
    transition: transform 0.32s cubic-bezier(.23,1,.32,1);
    box-shadow: none;
    overflow-y: auto;
    border-radius: 0;
  }
  .tah-filter-sidebar.open {
    transform: translateX(0);
    box-shadow: 8px 0 40px rgba(9,21,33,0.2);
  }
  .tah-sidebar-inner { border-radius: 0; border: none; box-shadow: none; height: 100%; }
  .tah-mobile-filter-btn { display: flex; }
  .tah-tours-grid { grid-template-columns: 1fr; }
  .tah-search-form { flex-direction: column; max-width: 100%; }
  .tah-search-btn { padding: 14px; justify-content: center; }
  body.tah-sidebar-open::after {
    content: '';
    position: fixed; inset: 0;
    background: rgba(9,21,33,0.5);
    z-index: 8999;
  }
}

/* ============================================================
   BLOG — Archive, Single, Home Section
============================================================ */

/* Archive Hero */
.blog-archive-hero {
  position: relative;
  padding: 80px 0 70px;
  overflow: hidden;
}
.bah-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 0%, rgba(255,122,69,0.14) 0%, transparent 45%),
    linear-gradient(160deg, #0e1e30 0%, #10243c 50%, #1a3a5c 100%);
}
.bah-overlay {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}
.bah-content {
  position: relative; z-index: 2;
  max-width: 640px;
}
.bah-content .section-subtitle { color: var(--primary); }
.bah-content h1 {
  font-size: clamp(2rem,4.5vw,3rem);
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.bah-content > p {
  color: rgba(255,255,255,0.7);
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 28px;
}

/* Blog filter bar */
.blog-filter-bar {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 80px;
  z-index: 50;
  box-shadow: 0 4px 16px rgba(9,21,33,0.05);
}
.blog-filter-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  flex-wrap: wrap;
}
.blog-filter-pills { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; }
.blog-filter-pill {
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1.5px solid var(--border);
  color: var(--text-muted);
  background: var(--gray-light);
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-filter-pill:hover { border-color: var(--primary); color: var(--primary); background: rgba(255,122,69,0.06); }
.blog-filter-pill.active { background: var(--primary); border-color: var(--primary); color: #fff; }
.blog-pill-count {
  background: rgba(255,255,255,0.3);
  border-radius: 999px;
  padding: 1px 7px;
  font-size: 0.7rem;
}
.blog-filter-pill.active .blog-pill-count { background: rgba(255,255,255,0.3); }

/* Blog search */
.blog-search-form { flex-shrink: 0; }
.blog-search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--gray-light);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 0 14px;
  transition: border-color 0.2s;
}
.blog-search-wrap:focus-within { border-color: var(--primary); background: #fff; }
.blog-search-icon { opacity: 0.6; font-size: 0.9rem; }
.blog-search-wrap input {
  background: none; border: none; outline: none;
  font-size: 0.88rem; font-family: var(--font-body);
  color: var(--text); padding: 10px 0; width: 200px;
}
.blog-search-clear { color: var(--text-muted); font-size: 1.1rem; text-decoration: none; }
.blog-search-clear:hover { color: var(--primary); }

/* Featured card */
.blog-featured-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1.5px solid var(--border);
  box-shadow: 0 12px 40px rgba(9,21,33,0.1);
  margin-bottom: 40px;
  min-height: 380px;
}
.blog-featured-img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-featured-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.blog-featured-card:hover .blog-featured-img-wrap img { transform: scale(1.04); }
.blog-featured-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(9,21,33,0.2), transparent);
}
.blog-featured-body {
  padding: 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-cat-tag {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(255,122,69,0.1);
  border: 1.5px solid rgba(255,122,69,0.25);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary);
  margin-bottom: 14px;
}
.blog-featured-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.25;
  margin-bottom: 14px;
}
.blog-featured-title a { color: var(--secondary); }
.blog-featured-title a:hover { color: var(--primary); }
.blog-featured-excerpt { font-size: 0.95rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 20px; }
.blog-featured-meta {
  display: flex;
  gap: 16px;
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* Blog posts grid */
.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Blog Card (shared) */
.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1.5px solid var(--border);
  box-shadow: 0 4px 18px rgba(9,21,33,0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(9,21,33,0.1); }
.blog-card-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
  display: block;
}
.blog-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.blog-card:hover .blog-card-img-wrap img { transform: scale(1.06); }
.blog-card-cat {
  position: absolute;
  bottom: 12px; left: 12px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.blog-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-card-meta {
  display: flex;
  gap: 12px;
  font-size: 0.76rem;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.blog-card-title { font-size: 1.05rem; line-height: 1.35; margin-bottom: 8px; flex: 1; }
.blog-card-title a { color: var(--secondary); }
.blog-card-title a:hover { color: var(--primary); }
.blog-card-excerpt { font-size: 0.86rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 14px; }
.blog-card-link {
  font-size: 0.83rem;
  font-weight: 800;
  color: var(--primary);
  text-decoration: none;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s;
}
.blog-card-link:hover { gap: 8px; color: var(--primary-dark); }

/* ── Single Blog Post ──────────────────────────────────────── */
.sp-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.sp-hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  animation: slowZoom 18s ease-in-out infinite alternate;
}
.sp-hero-bg-fallback {
  background: linear-gradient(135deg, #10243c 0%, #1a3a5c 100%);
}
.sp-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(9,21,33,0.9) 0%, rgba(9,21,33,0.45) 55%, rgba(9,21,33,0.2) 100%);
}
.sp-hero-content {
  position: relative; z-index: 2;
  padding: 60px 0 48px; width: 100%;
}
.sp-hero-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.8rem; color: rgba(255,255,255,0.55);
  margin-bottom: 16px; flex-wrap: wrap;
}
.sp-hero-breadcrumb a { color: rgba(255,255,255,0.6); }
.sp-hero-breadcrumb a:hover { color: var(--primary); }
.sp-hero-breadcrumb span { color: rgba(255,255,255,0.35); }
.sp-cat-tag {
  display: inline-block;
  padding: 5px 14px; border-radius: 999px;
  background: rgba(255,122,69,0.9);
  color: #fff; font-size: 0.72rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 14px;
}
.sp-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff; line-height: 1.15;
  letter-spacing: -0.03em; margin-bottom: 20px;
}
.sp-meta {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; font-size: 0.85rem;
}
.sp-meta-item {
  display: inline-flex; align-items: center; gap: 5px;
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  padding: 5px 12px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
}
.sp-meta-sep { color: rgba(255,255,255,0.25); }

/* Single post layout */
.sp-layout-wrapper { padding: 52px 0 64px; }
.sp-layout { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.sp-main {}
.sp-feature-img {
  border-radius: 20px; overflow: hidden;
  margin-bottom: 36px;
  box-shadow: 0 16px 50px rgba(9,21,33,0.12);
}
.sp-feature-img img { width: 100%; display: block; max-height: 520px; object-fit: cover; }
.sp-article-body {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--text-muted);
}
.sp-article-body h2 { font-size: 1.6rem; color: var(--secondary); margin: 36px 0 14px; }
.sp-article-body h3 { font-size: 1.25rem; color: var(--secondary); margin: 28px 0 10px; }
.sp-article-body p { margin-bottom: 1.3em; }
.sp-article-body img { border-radius: 14px; margin: 24px 0; }
.sp-article-body a { color: var(--primary); text-decoration: underline; }
.sp-article-body blockquote {
  border-left: 4px solid var(--primary);
  margin: 28px 0;
  padding: 16px 24px;
  background: rgba(255,122,69,0.05);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  font-size: 1.08rem;
  color: var(--secondary);
}
.sp-article-body ul, .sp-article-body ol {
  margin: 16px 0 16px 20px;
}
.sp-article-body li { margin-bottom: 8px; }

/* Tags */
.sp-tags {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; margin: 36px 0;
  padding: 20px; background: var(--gray-light);
  border-radius: 14px;
}
.sp-tags-label { font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); }
.sp-tag {
  padding: 5px 14px; border-radius: 999px;
  background: #fff; border: 1.5px solid var(--border);
  font-size: 0.8rem; font-weight: 700; color: var(--text);
  text-decoration: none; transition: all 0.2s;
}
.sp-tag:hover { border-color: var(--primary); color: var(--primary); }

/* Author box */
.sp-author-box {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 24px; border-radius: 18px;
  background: #fff; border: 1.5px solid var(--border);
  box-shadow: 0 4px 18px rgba(9,21,33,0.06);
  margin-top: 36px;
}
.sp-author-avatar img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 3px solid var(--primary); flex-shrink: 0; }
.sp-author-label { display: block; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; color: var(--text-muted); margin-bottom: 4px; }
.sp-author-name { display: block; font-size: 1.05rem; font-weight: 700; color: var(--secondary); margin-bottom: 8px; }
.sp-author-bio { font-size: 0.88rem; color: var(--text-muted); line-height: 1.75; margin: 0; }

/* Sidebar */
.sp-sidebar { position: sticky; top: 90px; }
.sp-cta-card {
  background: linear-gradient(160deg, #10243c 0%, #1a3a5c 100%);
  border-radius: 22px; padding: 28px; margin-bottom: 20px;
  text-align: center; color: #fff;
  box-shadow: 0 12px 40px rgba(9,21,33,0.14);
}
.sp-cta-icon { font-size: 2.5rem; margin-bottom: 12px; display: block; }
.sp-cta-card h4 { color: #fff; font-size: 1.15rem; margin-bottom: 10px; }
.sp-cta-card p { color: rgba(255,255,255,0.7); font-size: 0.88rem; line-height: 1.7; margin: 0; }
.sp-popular-card {
  background: #fff; border-radius: 22px;
  border: 1.5px solid var(--border);
  box-shadow: 0 4px 18px rgba(9,21,33,0.05);
  padding: 22px; overflow: hidden;
}
.sp-sidebar-heading { font-size: 0.9rem; font-weight: 800; color: var(--secondary); margin-bottom: 16px; display: block; }
.sp-popular-list { display: flex; flex-direction: column; gap: 14px; }
.sp-popular-item {
  display: flex; gap: 12px; align-items: center;
  text-decoration: none; transition: background 0.2s;
  padding: 6px; border-radius: 10px; margin: -6px;
}
.sp-popular-item:hover { background: var(--gray-light); }
.sp-popular-item img { width: 58px; height: 48px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.sp-popular-title { display: block; font-size: 0.84rem; font-weight: 700; color: var(--secondary); line-height: 1.35; margin-bottom: 4px; }
.sp-popular-date { font-size: 0.74rem; color: var(--text-muted); }

/* Related posts */
.sp-related-section {
  background: var(--gray-light);
  padding: 64px 0 80px;
  border-top: 1px solid var(--border);
}
.sp-related-head { margin-bottom: 36px; }
.sp-related-head .section-subtitle { color: var(--primary); }
.sp-related-head h2 { font-size: clamp(1.5rem, 3vw, 2rem); color: var(--secondary); margin: 6px 0 0; }
.sp-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* ── Blog Home Section ─────────────────────────────────────── */
.blog-home-section { background: linear-gradient(180deg, #fff 0%, #faf7f2 100%); }
.blog-home-head {
  display: flex; align-items: flex-end;
  justify-content: space-between; gap: 24px;
  margin-bottom: 40px; flex-wrap: wrap;
}
.blog-home-all-btn { flex-shrink: 0; }

.blog-home-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.blog-home-card { background: #fff; border-radius: 20px; overflow: hidden; border: 1.5px solid var(--border); box-shadow: 0 4px 18px rgba(9,21,33,0.06); display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.blog-home-card:hover { transform: translateY(-5px); box-shadow: 0 16px 42px rgba(9,21,33,0.1); }
.blog-home-card-img {
  position: relative; display: block; overflow: hidden;
  height: 200px;
}
.blog-home-card-feature .blog-home-card-img { height: 280px; }
.blog-home-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.blog-home-card:hover .blog-home-card-img img { transform: scale(1.05); }
.blog-home-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-home-card-feature .blog-home-card-body { padding: 24px; }
.blog-home-card-title { font-size: 1rem; line-height: 1.35; margin-bottom: 8px; }
.blog-home-card-feature .blog-home-card-title { font-size: 1.2rem; }
.blog-home-card-title a { color: var(--secondary); }
.blog-home-card-title a:hover { color: var(--primary); }
.blog-home-card-excerpt { font-size: 0.86rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 14px; }

/* Blog hero search */
.dhs-input-wrap input, .dest-hero-search .dhs-btn { font-family: var(--font-body); }

/* Responsive */
@media (max-width: 1024px) {
  .blog-featured-card { grid-template-columns: 1fr; min-height: auto; }
  .blog-featured-img-wrap { height: 280px; }
  .blog-posts-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-layout { grid-template-columns: 1fr; }
  .sp-sidebar { position: static; }
  .sp-related-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-home-grid { grid-template-columns: 1fr 1fr; }
  .blog-home-card-feature { grid-column: span 2; }
  .blog-home-card-feature .blog-home-card-img { height: 320px; }
}
@media (max-width: 768px) {
  .blog-filter-inner { flex-direction: column; align-items: stretch; gap: 12px; }
  .blog-search-wrap input { width: 100%; }
  .blog-search-form { width: 100%; }
  .blog-posts-grid { grid-template-columns: 1fr; }
  .sp-related-grid { grid-template-columns: 1fr; }
  .sp-author-box { flex-direction: column; }
  .blog-home-grid { grid-template-columns: 1fr; }
  .blog-home-card-feature { grid-column: span 1; }
  .blog-home-head { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   TYPOGRAPHY OVERHAUL — Complete font size & weight system
   Applied after all previous rules to ensure override
============================================================ */

/* ── Base body ───────────────────────────────────────────── */
html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text);
}

p {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
}

/* ── Global headings ─────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.025em;
    color: var(--secondary);
}

h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.55rem); }
h4 { font-size: 1.15rem; }

/* ── Section typography ──────────────────────────────────── */
.section-title {
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin-bottom: 16px;
}

.section-subtitle {
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--primary);
    display: block;
    margin-bottom: 10px;
}

.section-desc {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.85;
    color: var(--text-muted);
    max-width: 560px;
}

/* ── Navigation ──────────────────────────────────────────── */
.nav-link {
    font-size: 0.93rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.site-logo .logo-text {
    font-family: var(--font-heading);
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

/* ── Hero ────────────────────────────────────────────────── */
.hero-title {
    font-size: clamp(2.8rem, 7vw, 5rem) !important;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.06;
}

.hero-badge {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.hero-desc {
    font-size: 1.12rem;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255,255,255,0.88);
}

.hero-stat .number {
    font-family: var(--font-heading);
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
}

.hero-stat .label {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-top: 4px;
}

/* ── Tour Cards ──────────────────────────────────────────── */
.tour-card-title {
    font-family: var(--font-heading);
    font-size: 1.22rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.015em;
    color: var(--secondary);
    margin-bottom: 10px;
}

.tour-card-title a { color: var(--secondary); }
.tour-card-title a:hover { color: var(--primary); }

.tour-card-price {
    font-family: var(--font-heading);
    font-size: 1.75rem !important;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: -0.02em;
    line-height: 1;
}

.tour-card-price-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
    display: block;
    margin-bottom: 2px;
}

.tour-card-meta {
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--text-muted);
    gap: 8px 14px;
    margin-bottom: 10px;
}

.tour-card-desc {
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.75;
    color: var(--text-muted);
}

.tour-card-rating .stars { font-size: 0.88rem; }
.tour-card-rating span   { font-size: 0.8rem; color: var(--text-muted); }

/* Tour card bottom button */
.btn-sm {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 9px 22px;
}

/* ── Destination Cards ───────────────────────────────────── */
.destination-card-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.destination-card-count {
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255,255,255,0.78);
}

.destination-card-tag {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Destination archive cards */
.dest-card-name {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 6px;
}

.dest-card-region {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.dest-card-tagline {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 14px;
}

.dest-card-tours-badge {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.dest-card-link {
    font-size: 0.85rem;
    font-weight: 800;
}

/* ── Related Tour Cards ──────────────────────────────────── */
.rt-title {
    font-family: var(--font-heading);
    font-size: 1.15rem !important;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.3;
}

.rt-price {
    font-family: var(--font-heading);
    font-size: 1.55rem !important;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
}

.rt-from {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.rt-per {
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--text-muted);
}

.rt-meta {
    font-size: 0.82rem;
    font-weight: 500;
}

.rt-stars { font-size: 0.82rem; }
.rt-review-count { font-size: 0.76rem; font-weight: 500; }

.rt-btn {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

/* ── Tour Detail Page ────────────────────────────────────── */
.td-hero-title {
    font-size: clamp(2rem, 5vw, 3.2rem) !important;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.td-hero-meta-item {
    font-size: 0.86rem;
    font-weight: 600;
}

.td-section-head h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 2.5vw, 1.85rem) !important;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.18;
}

.td-section-kicker {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.td-highlight-item {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.65;
}

.td-booking-price {
    font-family: var(--font-heading);
    font-size: 2.5rem !important;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
}

.td-booking-from {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.td-form-group label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.td-price-row {
    font-size: 0.92rem;
    font-weight: 500;
}

.td-price-total {
    font-size: 1.08rem;
    font-weight: 800;
}

.td-trust-item {
    font-size: 0.8rem;
    font-weight: 700;
}

.td-book-btn {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.td-tour-copy {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.9;
}

/* ── Why Choose Us ───────────────────────────────────────── */
.why-card h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.8;
}

/* ── Testimonials ────────────────────────────────────────── */
.t-text {
    font-size: 0.97rem;
    font-weight: 400;
    line-height: 1.88;
    font-style: italic;
}

.t-name {
    font-size: 0.97rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.t-loc {
    font-size: 0.78rem;
    font-weight: 500;
}

/* ── Blog Cards ──────────────────────────────────────────── */
.blog-card-title {
    font-family: var(--font-heading);
    font-size: 1.18rem !important;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.3;
    margin-bottom: 8px;
}

.blog-card-excerpt {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.75;
}

.blog-card-meta {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.blog-card-link {
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.blog-home-card-title {
    font-family: var(--font-heading);
    font-size: 1.2rem !important;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.28;
}

.blog-home-card-feature .blog-home-card-title {
    font-size: 1.45rem !important;
    letter-spacing: -0.025em;
}

/* ── Blog Single ─────────────────────────────────────────── */
.sp-title {
    font-size: clamp(2rem, 4.5vw, 3rem) !important;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.sp-meta-item {
    font-size: 0.84rem;
    font-weight: 600;
}

.sp-article-body {
    font-size: 1.07rem;
    font-weight: 400;
    line-height: 1.92;
}

.sp-article-body h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    margin: 40px 0 14px;
}

.sp-article-body h3 {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 28px 0 10px;
}

.sp-author-name {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.sp-author-bio {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.8;
}

/* ── Footer ──────────────────────────────────────────────── */
.footer-heading {
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
}

.footer-links a {
    font-size: 0.9rem;
    font-weight: 500;
}

.footer-brand .logo-text {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.footer-brand p {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.75;
}

.footer-bottom {
    font-size: 0.85rem;
    font-weight: 500;
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

/* ── Booking form sidebar ────────────────────────────────── */
.booking-price {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

/* ── Tour archive filter sidebar ────────────────────────── */
.tah-sidebar-title {
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tah-filter-toggle {
    font-size: 0.88rem;
    font-weight: 700;
}

.tah-option {
    font-size: 0.9rem;
    font-weight: 500;
}

.tah-option.checked {
    font-weight: 700;
}

.tah-count {
    font-size: 0.88rem;
    font-weight: 500;
}

/* ── Search widget ───────────────────────────────────────── */
.sw-tab {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.sw-field-body label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.sw-field-body input,
.sw-field-body select {
    font-size: 0.93rem;
    font-weight: 500;
}

.sw-quick-label {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.sw-quick-pill {
    font-size: 0.82rem;
    font-weight: 700;
}

.sw-dest-chip-info strong {
    font-size: 0.9rem;
    font-weight: 700;
}

.sw-dest-chip-info small {
    font-size: 0.76rem;
    font-weight: 500;
}

/* ── CTA Banner ──────────────────────────────────────────── */
.cta-content h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.9rem, 3.8vw, 2.7rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: #fff;
}

.cta-eyebrow {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.cta-content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.78;
}

/* ── Contact page ────────────────────────────────────────── */
.contact-info-text h4 {
    font-size: 0.95rem;
    font-weight: 700;
}

.contact-info-text p,
.contact-info-text a {
    font-size: 0.9rem;
    font-weight: 400;
}

.form-group label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* ── Breadcrumb ──────────────────────────────────────────── */
.breadcrumb ul {
    font-size: 0.86rem;
    font-weight: 500;
}

/* ── Destination archive hero ────────────────────────────── */
.dest-hero-content h1,
.bah-content h1,
.tah-content h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.1;
    color: #fff;
}

.dest-hero-content > p,
.bah-content > p,
.tah-content > p {
    font-size: 1.04rem;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255,255,255,0.72);
}

/* ── Destination filter bar ──────────────────────────────── */
.dest-filter-label,
.blog-filter-bar .blog-search-wrap input {
    font-size: 0.78rem;
    font-weight: 700;
}

.dest-filter-pill,
.blog-filter-pill {
    font-size: 0.83rem;
    font-weight: 700;
}

/* ── 404 / Empty states ──────────────────────────────────── */
.dest-empty-state h3 {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* ── Top bar ─────────────────────────────────────────────── */
.top-bar {
    font-size: 0.82rem;
    font-weight: 500;
}

.top-bar-item {
    font-size: 0.82rem;
    font-weight: 500;
}

/* ── Itinerary ───────────────────────────────────────────── */
.itinerary-title-text {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 700;
}

.day-badge {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.itinerary-body p {
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.75;
}

/* ── Quick stats bar (tour detail) ──────────────────────── */
.td-qs-label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.td-qs-item strong {
    font-size: 0.95rem;
    font-weight: 700;
}

/* ── Language pills ──────────────────────────────────────── */
.td-lang-pill {
    font-size: 0.9rem;
    font-weight: 700;
}

.td-languages-note {
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.75;
}

/* ── Includes/excludes ───────────────────────────────────── */
.td-incl-header h3 {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.td-incl-card li {
    font-size: 0.93rem;
    font-weight: 400;
    line-height: 1.6;
}

/* ── Trust badges & booking note ────────────────────────── */
.td-trust-item {
    font-size: 0.8rem;
    font-weight: 700;
}

.td-booking-note {
    font-size: 0.78rem;
    font-weight: 400;
}

/* ── Help cards ──────────────────────────────────────────── */
.td-help-card h4,
.sp-cta-card h4 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.td-help-card p,
.sp-cta-card p {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.75;
}

/* ── Responsive typography ───────────────────────────────── */
@media (max-width: 768px) {
    html { font-size: 15px; }

    .hero-title { font-size: clamp(2.2rem, 10vw, 3.4rem) !important; }
    .section-title { font-size: clamp(1.7rem, 6vw, 2.3rem); }
    .tour-card-title { font-size: 1.12rem; }
    .tour-card-price { font-size: 1.5rem !important; }
    .rt-price { font-size: 1.35rem !important; }
    .td-booking-price { font-size: 2rem !important; }
    .dest-card-name { font-size: 1.25rem; }
    .blog-card-title { font-size: 1.1rem !important; }
}

@media (max-width: 480px) {
    html { font-size: 14.5px; }
    .hero-title { font-size: clamp(2rem, 9vw, 2.8rem) !important; }
}

/* ============================================================
   CUSTOM LOGO — Upload via Dashboard > Appearance > Customize
   > Site Identity > Logo
============================================================ */

/* Wrapper div when custom logo is active */
.site-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

/* The <a> tag generated by the_custom_logo() */
.site-logo .custom-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 1;
}

/* The logo image itself */
.site-logo .custom-logo-link img,
.site-logo .custom-logo {
    height: 52px;
    width: auto;
    max-width: 220px;
    display: block;
    object-fit: contain;
    /* Smooth transition when scrolled (header changes bg) */
    transition: opacity 0.25s ease;
}

.site-logo .custom-logo-link:hover img,
.site-logo .custom-logo-link:hover .custom-logo {
    opacity: 0.85;
}

/* Fallback text logo */
.site-logo .logo-text {
    font-family: var(--font-heading);
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--secondary);
    text-decoration: none;
    display: inline-block;
}
.site-logo .logo-text span { color: var(--primary); }

/* Slightly smaller on mobile */
@media (max-width: 768px) {
    .site-logo .custom-logo-link img,
    .site-logo .custom-logo {
        height: 42px;
        max-width: 160px;
    }
    .site-logo .logo-text {
        font-size: 1.5rem;
    }
}

/* ── Logo size controlled via admin setting ─────────────── */
/* --logo-h is set inline by PHP from egyptours_logo_height option */
.site-logo .custom-logo-link img,
.site-logo .custom-logo {
    height: var(--logo-h, 52px) !important;
    width: auto !important;
    max-width: 280px;
    display: block;
    object-fit: contain;
}

@media (max-width: 768px) {
    .site-logo .custom-logo-link img,
    .site-logo .custom-logo {
        /* On mobile cap at 42px even if admin set larger */
        height: min(var(--logo-h, 52px), 42px) !important;
    }
}


/* ============================================
   LANGUAGE SWITCHER + FLOATING WHATSAPP
============================================ */
.header-language-switcher {
  position: relative;
  flex-shrink: 0;
}

.header-language-switcher summary {
  list-style: none;
}

.header-language-switcher summary::-webkit-details-marker {
  display: none;
}

.language-switcher-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  color: var(--secondary);
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.language-switcher-trigger:hover,
.header-language-switcher[open] .language-switcher-trigger {
  border-color: rgba(232, 122, 65, 0.35);
  color: var(--primary);
  transform: translateY(-1px);
}

.language-switcher-globe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.language-switcher-globe svg {
  width: 18px;
  height: 18px;
}

.language-switcher-code {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.language-switcher-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 180px;
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
  z-index: 80;
}

.language-switcher-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 12px;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 600;
}

.language-switcher-link:hover,
.language-switcher-link.is-current {
  background: rgba(232, 122, 65, 0.08);
  color: var(--primary);
}

.language-switcher-link-code {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.floating-whatsapp {
  position: fixed !important;
  right: 22px;
  bottom: 22px;
  z-index: 2147483000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-whatsapp:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 24px 48px rgba(37, 211, 102, 0.38);
}

.floating-whatsapp::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 1px solid rgba(37, 211, 102, 0.35);
  animation: whatsappPulse 2.2s ease-out infinite;
}

.floating-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.floating-whatsapp-icon svg {
  width: 22px;
  height: 22px;
}

.floating-whatsapp-text {
  white-space: nowrap;
}

@keyframes whatsappPulse {
  0% {
    opacity: 0.9;
    transform: scale(0.96);
  }
  70% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1.15);
  }
}

@media (max-width: 992px) {
  .header-language-switcher {
    order: 1;
  }

  .language-switcher-trigger {
    min-height: 42px;
    padding: 0 12px;
  }
}



.compact-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 6px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  color: var(--secondary);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.compact-language-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(232, 122, 65, 0.08);
  color: var(--primary);
  flex-shrink: 0;
}

.compact-language-icon svg {
  width: 16px;
  height: 16px;
}

.compact-language-links {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.compact-language-link {
  display: inline-flex;
}

.compact-language-link a,
.compact-language-link .glink,
.compact-language-link .gt-current-lang {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 34px;
  padding: 0 12px !important;
  border-radius: 999px;
  background: transparent !important;
  color: var(--secondary) !important;
  font-family: inherit !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none !important;
  border: 0 !important;
  white-space: nowrap;
}

.compact-language-link a:hover,
.compact-language-link .glink:hover,
.compact-language-link .gt-current-lang:hover {
  background: rgba(232, 122, 65, 0.08) !important;
  color: var(--primary) !important;
}

.compact-language-link.is-current a,
.compact-language-link.is-current .glink,
.compact-language-link.is-current .gt-current-lang,
.compact-language-link a.gt-current-lang {
  background: var(--primary) !important;
  color: var(--white) !important;
}

.compact-language-link img,
.compact-language-link .gt-current-lang img,
.compact-language-link a img {
  display: none !important;
}

.compact-language-link .gt_languages,
.compact-language-link .gt_options,
.gtranslate-header-switcher .gt_options,
.gtranslate-header-switcher .gt_languages,
.gtranslate-header-switcher .goog-te-menu-frame,
.gtranslate-header-switcher .goog-te-gadget-simple,
.gtranslate-header-switcher .gt_selector,
.gtranslate-header-switcher .gt_switcher-popup {
  display: none !important;
}

@media (max-width: 768px) {
  .compact-language-switcher {
    min-height: 42px;
    padding: 4px;
  }

  .compact-language-icon {
    width: 32px;
    height: 32px;
  }

  .compact-language-link a,
  .compact-language-link .glink,
  .compact-language-link .gt-current-lang {
    min-width: 42px;
    height: 32px;
    padding: 0 10px !important;
  }
}

@media (max-width: 768px) {
  .header-cta {
    gap: 10px;
  }

  .header-language-switcher {
    margin-left: auto;
  }

  .language-switcher-menu {
    right: 0;
    min-width: 160px;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    padding: 14px;
  }

  .floating-whatsapp-text {
    display: none;
  }
}


/* GTRANSLATE HEADER DROPDOWN */
.gtranslate-dropdown-switcher {
  position: relative;
}

.gtranslate-dropdown-switcher summary {
  list-style: none;
}

.gtranslate-dropdown-switcher summary::-webkit-details-marker {
  display: none;
}

.gtranslate-switcher-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gtranslate-dropdown-switcher[open] .gtranslate-switcher-trigger,
.gtranslate-switcher-trigger:hover {
  border-color: rgba(232, 122, 65, 0.35);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
}

.gtranslate-switcher-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.gtranslate-switcher-icon svg {
  width: 18px;
  height: 18px;
}

.gtranslate-switcher-current {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.gtranslate-switcher-caret {
  font-size: 11px;
  line-height: 1;
  color: #64748b;
  transition: transform .2s ease;
}

.gtranslate-dropdown-switcher[open] .gtranslate-switcher-caret {
  transform: rotate(180deg);
}

.gtranslate-switcher-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 9999;
  min-width: 200px;
  padding: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.gtranslate-switcher-item {
  display: block;
}

.gtranslate-switcher-item + .gtranslate-switcher-item {
  margin-top: 4px;
}

.gtranslate-switcher-item a,
.gtranslate-switcher-item .glink,
.gtranslate-switcher-item .gt-current-lang {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 10px 12px !important;
  border-radius: 12px;
  background: transparent !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  border: 0 !important;
  white-space: nowrap;
}

.gtranslate-switcher-item a:hover,
.gtranslate-switcher-item .glink:hover,
.gtranslate-switcher-item .gt-current-lang:hover {
  background: rgba(232, 122, 65, 0.08) !important;
  color: var(--primary) !important;
}

.gtranslate-switcher-item.is-current a,
.gtranslate-switcher-item.is-current .glink,
.gtranslate-switcher-item.is-current .gt-current-lang,
.gtranslate-switcher-item a.gt-current-lang {
  background: rgba(232, 122, 65, 0.12) !important;
  color: var(--primary) !important;
}

.gtranslate-switcher-item img,
.gtranslate-switcher-item .gt-current-lang img,
.gtranslate-switcher-item a img {
  display: none !important;
}

.gtranslate-dropdown-switcher .gt_options,
.gtranslate-dropdown-switcher .gt_languages,
.gtranslate-dropdown-switcher .goog-te-menu-frame,
.gtranslate-dropdown-switcher .goog-te-gadget-simple,
.gtranslate-dropdown-switcher .gt_selector,
.gtranslate-dropdown-switcher .gt_switcher-popup {
  display: none !important;
}

@media (max-width: 768px) {
  .gtranslate-switcher-trigger {
    min-height: 40px;
    padding: 0 12px;
    gap: 8px;
  }

  .gtranslate-switcher-current {
    font-size: 12px;
  }

  .gtranslate-switcher-menu {
    right: 0;
    min-width: 180px;
  }
}


/* Root fix for floating widgets: never transform the page root */
html, body {
  transform: none !important;
}

body.admin-bar .floating-whatsapp {
  bottom: max(22px, env(safe-area-inset-bottom) + 22px);
}

@media (max-width: 768px) {
  body.admin-bar .floating-whatsapp {
    bottom: max(16px, env(safe-area-inset-bottom) + 16px);
  }
}


/* HOME TOUR COLLECTIONS */
.home-tour-section-head .section-desc {
  max-width: 720px;
}

.home-tour-section-link-wrap {
  margin-top: 18px;
}

.home-tour-collection .tours-grid {
  margin-top: 32px;
}

.home-tour-collection-activity {
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}

.home-tour-collection-transfer {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
