/* =====================================================
   REDESIGN.CSS — Complete Design System v2.0
   Colors: Navy #0D1B2A | Gold #C9961B | White #FFF
   Fonts: Poppins (headings) + Open Sans (body)
   ===================================================== */

/* === VARIABLES === */
:root {
  --navy:       #0D1B2A;
  --navy-mid:   #1a2e45;
  --navy-light: #243b55;
  --gold:       #C9961B;
  --gold-hover: #b07e0f;
  --gold-light: #FFF3DC;
  --white:      #ffffff;
  --light:      #F8F9FA;
  --text:       #2D3748;
  --text-muted: #718096;
  --border:     #E2E8F0;
  --green:      #25D366;
  --radius:     10px;
  --shadow:     0 4px 24px rgba(0,0,0,.10);
  --shadow-lg:  0 8px 40px rgba(0,0,0,.16);
  --gold-color: #C9961B;
}

/* === GLOBAL BASE === */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Open Sans', sans-serif; color: var(--text); background: #fff; }

.rd-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =====================================================
   FOOTER LINKS — Gold color
   ===================================================== */
.footer-links li a,
.footer-bottom-links a {
  color: var(--gold) !important;
}
.footer-links li a:hover,
.footer-bottom-links a:hover {
  color: var(--white) !important;
}
.footer-contact-list a { color: var(--gold) !important; }

/* =====================================================
   SHARED BUTTONS
   ===================================================== */
.rd-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: all .25s ease;
  white-space: nowrap;
}
.rd-btn-gold {
  background: var(--gold);
  color: #fff !important;
}
.rd-btn-gold:hover {
  background: var(--gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201,150,27,.4);
}
.rd-btn-wa {
  background: var(--green);
  color: #fff !important;
}
.rd-btn-wa:hover { background: #1da851; }
.rd-btn-navy { background: var(--navy); color: #fff !important; }
.rd-btn-navy:hover { background: var(--navy-light); }
.rd-btn-outline {
  background: transparent;
  border: 2px solid var(--navy);
  color: var(--navy) !important;
}
.rd-btn-outline:hover { background: var(--navy); color: #fff !important; }

/* =====================================================
   SHARED BADGES
   ===================================================== */
.rd-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.rd-badge-sea   { background: #1a7fd4; color: #fff; }
.rd-badge-safari{ background: #C9961B; color: #fff; }
.rd-badge-hist  { background: #8B4513; color: #fff; }
.rd-badge-trans { background: #2D7A4F; color: #fff; }
.rd-badge-custom{ background: var(--navy-mid); color: #fff; }

/* =====================================================
   SHARED SECTION HEADINGS
   ===================================================== */
.rd-section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.rd-section-heading h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.rd-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.rd-divider {
  width: 56px;
  height: 3px;
  background: var(--gold);
  margin: 0 auto;
}
.rd-tagline {
  font-size: 1.05rem;
  color: rgba(255,255,255,.85);
  font-style: italic;
}

/* =====================================================
   HERO SHARED STYLES (for all hero sections)
   ===================================================== */
.rd-tour-hero,
.rd-transfers-hero,
.rd-tours-hero,
.rd-blog-hero,
.rd-post-hero {
  position: relative;
  min-height: 100vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 60px;
}
.rd-tour-hero::before,
.rd-transfers-hero::before,
.rd-tours-hero::before,
.rd-blog-hero::before,
.rd-post-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13,27,42,.88) 0%, rgba(13,27,42,.65) 60%, rgba(13,27,42,.55) 100%);
  z-index: 0;
}
.rd-tour-hero .rd-container,
.rd-transfers-hero .rd-container,
.rd-tours-hero .rd-container,
.rd-blog-hero .rd-container,
.rd-post-hero .rd-container {
  position: relative;
  z-index: 1;
}

/* Hero text colours */
.rd-tour-hero h1,
.rd-transfers-hero h1,
.rd-tours-hero h1,
.rd-blog-hero h1,
.rd-post-hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
}
.rd-tour-hero p,
.rd-transfers-hero p,
.rd-tours-hero p,
.rd-blog-hero p,
.rd-post-hero p {
  color: rgba(255,255,255,.85);
  font-size: 1rem;
  max-width: 540px;
  margin-bottom: 24px;
  line-height: 1.7;
}

/* =====================================================
   TOUR HERO – LEFT/RIGHT SPLIT
   ===================================================== */
.rd-tour-hero-inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}
.rd-tour-hero-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rd-hero-breadcrumb {
  font-size: 13px;
  color: rgba(255,255,255,.7);
  margin-bottom: 8px;
}
.rd-hero-breadcrumb a { color: rgba(255,255,255,.7); text-decoration: none; }
.rd-hero-breadcrumb a:hover { color: var(--gold); }
.rd-hero-breadcrumb span { margin: 0 6px; }

.rd-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.rd-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.1);
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.15);
}
.rd-hero-meta-item i { font-size: 1.1rem; color: var(--gold); }
.rd-hero-meta-item div { display: flex; flex-direction: column; }
.rd-hero-meta-item strong { font-size: 13px; color: #fff; font-weight: 700; }
.rd-hero-meta-item small { font-size: 11px; color: rgba(255,255,255,.6); }

.rd-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Price Card */
.rd-price-card {
  background: rgba(13,27,42,.9);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(201,150,27,.4);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: start;
  position: sticky;
  top: 90px;
}
.rd-price-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
}
.rd-price-amount {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.rd-price-amount span { font-size: 1.4rem; vertical-align: top; margin-top: 8px; display: inline-block; }
.rd-price-per { font-size: 13px; color: rgba(255,255,255,.6); }
.rd-price-features { display: flex; flex-direction: column; gap: 10px; margin: 12px 0; }
.rd-price-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.8);
}
.rd-price-feature i { color: var(--gold); width: 18px; flex-shrink: 0; }
.rd-price-feature div { display: flex; flex-direction: column; }
.rd-price-feature strong { font-size: 13px; color: #fff; font-weight: 600; }
.rd-price-feature small { font-size: 11px; color: rgba(255,255,255,.5); }

/* =====================================================
   TOURS HERO (listing page)
   ===================================================== */
.rd-tours-hero .rd-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.rd-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 16px;
}
.rd-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 14px 20px;
}
.rd-trust-item i { font-size: 1.4rem; color: var(--gold); }
.rd-trust-item div { display: flex; flex-direction: column; text-align: left; }
.rd-trust-item strong { font-size: 14px; color: #fff; font-weight: 700; }
.rd-trust-item span { font-size: 12px; color: rgba(255,255,255,.7); }

/* =====================================================
   CATEGORY CARDS (Tours listing)
   ===================================================== */
.rd-category-section { padding: 80px 0; background: var(--light); }
.rd-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.rd-category-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.rd-category-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.rd-cat-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.rd-cat-body { padding: 20px; display: flex; flex-direction: column; gap: 6px; }
.rd-cat-icon {
  width: 44px; height: 44px;
  background: var(--gold-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.rd-cat-body h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
}
.rd-cat-body p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.rd-cat-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  margin-top: 8px;
}

/* =====================================================
   ALL TOURS GRID
   ===================================================== */
.rd-all-tours-section { padding: 80px 0; background: #fff; }
.rd-tours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.rd-tour-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
}
.rd-tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.rd-tour-card-badge {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 2;
  font-size: 10px;
}
.rd-tour-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.rd-tour-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.rd-tour-card-body h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
}
.rd-tour-card-body p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.rd-tour-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.rd-tour-duration { font-size: 12px; color: var(--text-muted); }
.rd-tour-duration i { color: var(--gold); margin-right: 4px; }
.rd-tour-price {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
}
.rd-tour-price span { color: var(--gold); }

.rd-tours-cta-section {
  background: var(--light);
  border-radius: 16px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.rd-cta-left h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.rd-cta-left p { font-size: 14px; color: var(--text-muted); }
.rd-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* =====================================================
   BENEFITS SECTION
   ===================================================== */
.rd-benefits-section { padding: 80px 0; background: var(--light); }
.rd-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.rd-benefit-item {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform .3s;
}
.rd-benefit-item:hover { transform: translateY(-4px); }
.rd-benefit-item i { font-size: 1.8rem; color: var(--gold); }
.rd-benefit-item strong { font-size: 14px; font-weight: 700; color: var(--navy); }
.rd-benefit-item span { font-size: 12px; color: var(--text-muted); line-height: 1.5; }

/* =====================================================
   GALLERY SECTION (5 Images Aligned in One Line Horizontal)
   ===================================================== */
.rd-gallery-section { padding: 0 0 40px; width: 100%; }
.rd-gallery-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}
.rd-gallery-grid img {
  flex: 1 1 0px !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 20% !important;
  height: 160px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  display: block !important;
  transition: transform .3s;
}
.rd-gallery-grid img:hover { transform: scale(1.04); }

@media (max-width: 768px) {
  .rd-gallery-grid { gap: 6px !important; }
  .rd-gallery-grid img { height: 95px !important; border-radius: 6px !important; }
}
@media (max-width: 480px) {
  .rd-gallery-grid { gap: 4px !important; }
  .rd-gallery-grid img { height: 75px !important; border-radius: 4px !important; }
}

/* =====================================================
   SPECIAL OFFER LANDING MODAL & FLOATING BAR
   ===================================================== */
.ht-offer-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(13, 27, 62, 0.8) !important;
  backdrop-filter: blur(6px) !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.35s ease, visibility 0.35s ease !important;
}
.ht-offer-overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.ht-offer-card {
  background: #fff;
  border-radius: 20px;
  max-width: 480px;
  width: 100%;
  padding: 32px 28px 28px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
  text-align: center;
  position: relative;
  border: 3px solid #C9961B;
  transform: translateY(20px) scale(0.95);
  transition: transform 0.35s ease;
}
.ht-offer-overlay.active .ht-offer-card {
  transform: translateY(0) scale(1);
}
.ht-offer-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.ht-offer-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #0d1b3e;
  margin: 0 0 10px;
  line-height: 1.25;
}
.ht-offer-card p {
  font-size: 0.92rem;
  color: #555;
  margin: 0 0 18px;
  line-height: 1.55;
}
.ht-offer-discounts {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}
.ht-discount-pill {
  background: #fdf8eb;
  border: 1.5px solid #C9961B;
  border-radius: 12px;
  padding: 10px 14px;
  flex: 1;
}
.ht-discount-pill strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  color: #C9961B;
  font-weight: 800;
}
.ht-discount-pill span {
  font-size: 0.75rem;
  color: #666;
  font-weight: 600;
}
.ht-offer-timer-box {
  background: #0d1b3e;
  color: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
}
.ht-offer-timer-box i { color: #C9961B; font-size: 1.2rem; }
.ht-offer-timer-box span { font-size: 0.85rem; font-weight: 500; }
.ht-timer-display {
  font-size: 1.3rem;
  font-weight: 800;
  color: #C9961B;
  letter-spacing: 1px;
}
.ht-offer-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ht-offer-btn-claim {
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(37,211,102,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.ht-offer-btn-claim:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37,211,102,0.55);
}
.ht-offer-btn-min {
  background: #f0f3f8;
  color: #4a5568;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}
.ht-offer-btn-min:hover { background: #e2e8f0; }

/* Sticky Floating Minimized Bar (Fixed at bottom right of screen viewport) */
.ht-offer-bar {
  position: fixed !important;
  bottom: 25px !important;
  right: 25px !important;
  background: #0d1b3e !important;
  border: 2px solid #C9961B !important;
  border-radius: 50px !important;
  padding: 12px 22px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35) !important;
  z-index: 999998 !important;
  cursor: pointer !important;
  transition: transform 0.3s ease, opacity 0.3s ease !important;
  transform: translateY(100px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.ht-offer-bar.active {
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.ht-offer-bar-text {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}
.ht-offer-bar-timer {
  background: #C9961B;
  color: #0d1b3e;
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
}

/* =====================================================
   INDUSTRY STANDARD COOKIE CONSENT BANNER & MODAL
   ===================================================== */
.ht-cookie-banner {
  position: fixed !important;
  bottom: 24px !important;
  left: 24px !important;
  right: auto !important;
  max-width: 360px !important;
  width: calc(100% - 48px) !important;
  background: #0d1b3e !important;
  color: #fff !important;
  padding: 20px 20px 16px !important;
  box-shadow: 0 8px 40px rgba(0,0,0,0.35) !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(201,150,27,0.5) !important;
  border-top: 3px solid #C9961B !important;
  transform: translateY(120%) !important;
  transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1) !important;
}
.ht-cookie-banner.active { transform: translateY(0) !important; }
.ht-cookie-text {
  font-size: 0.83rem;
  line-height: 1.55;
  color: #e2e8f0;
  width: 100%;
}
.ht-cookie-text a { color: #C9961B; text-decoration: underline; }
.ht-cookie-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  width: 100%;
}
.ht-cookie-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  flex: 1;
}
.ht-cookie-btn-accept {
  background: #C9961B;
  color: #0d1b3e;
}
.ht-cookie-btn-accept:hover { background: #e6b020; transform: translateY(-1px); }
.ht-cookie-btn-custom {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25) !important;
  flex: 0 0 auto;
  padding: 9px 12px;
}
.ht-cookie-btn-custom:hover { background: rgba(255,255,255,0.15); }

@media (max-width: 480px) {
  .ht-cookie-banner {
    bottom: 16px !important;
    left: 12px !important;
    max-width: calc(100vw - 24px) !important;
    width: calc(100vw - 24px) !important;
  }
  .ht-offer-bar { bottom: 85px; right: 15px; left: 15px; border-radius: 30px; justify-content: space-between; }
}

/* =====================================================
   DETAIL SECTION (Itinerary / Included / Bring / Info)
   ===================================================== */
.rd-detail-section { padding: 60px 0; background: #fff; }
.rd-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.rd-detail-col {
  background: var(--light);
  border-radius: 14px;
  padding: 28px;
}
.rd-detail-col h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold);
}

/* Itinerary Timeline */
.rd-itinerary-list { display: flex; flex-direction: column; gap: 0; }
.rd-it-item { display: flex; gap: 16px; position: relative; }
.rd-it-left { display: flex; flex-direction: column; align-items: center; width: 40px; flex-shrink: 0; }
.rd-it-icon {
  width: 40px; height: 40px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: .9rem;
  flex-shrink: 0;
  z-index: 1;
}
.rd-it-line {
  width: 2px;
  flex: 1;
  background: var(--border);
  margin: 4px 0;
  min-height: 20px;
}
.rd-it-item:last-child .rd-it-line { display: none; }
.rd-it-content { padding-bottom: 20px; flex: 1; }
.rd-it-time { font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: .5px; }
.rd-it-title { font-size: 14px; font-weight: 700; color: var(--navy); margin: 4px 0; }
.rd-it-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* Check / Bring lists */
.rd-check-list, .rd-bring-list, .rd-tour-info-list, .rd-whyus-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rd-check-list li, .rd-bring-list li, .rd-tour-info-list li, .rd-whyus-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.5;
}
.rd-check-list li i { color: #25a550; margin-top: 2px; flex-shrink: 0; }
.rd-bring-list li i, .rd-tour-info-list li i { color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.rd-whyus-list li i { color: var(--gold); }
.rd-detail-note {
  margin-top: 16px;
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  gap: 8px;
  align-items: flex-start;
  line-height: 1.5;
}
.rd-map-embed { margin-top: 20px; border-radius: 10px; overflow: hidden; }

/* =====================================================
   FAQ + REVIEW SECTION
   ===================================================== */
.rd-faq-section {
  padding: 60px 0;
  background: var(--light);
}
.rd-faq-section .rd-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.rd-faq-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}
.rd-faq-list { display: flex; flex-direction: column; gap: 12px; }
.rd-faq-item {
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  border: 1px solid var(--border);
  cursor: pointer;
}
.rd-faq-item summary {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rd-faq-item summary::-webkit-details-marker { display: none; }
.rd-faq-item summary::after { content: '+'; font-size: 1.2rem; color: var(--gold); }
.rd-faq-item[open] summary::after { content: '−'; }
.rd-faq-item p {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 12px;
  line-height: 1.7;
}

/* Reviews */
.rd-reviews-header h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
}
.rd-stars { color: var(--gold); font-size: 1.1rem; }
.rd-rating-text { font-size: 13px; color: var(--text-muted); }
.rd-review-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  border: 1px solid var(--border);
  margin-top: 16px;
  box-shadow: var(--shadow);
}
.rd-review-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.rd-reviewer-avatar {
  width: 50px; height: 50px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.rd-reviewer-name { font-size: 15px; font-weight: 700; color: var(--navy); }
.rd-reviewer-meta { font-size: 12px; color: var(--text-muted); }
.rd-review-text { font-size: 14px; color: var(--text); line-height: 1.7; font-style: italic; }

/* =====================================================
   CTA BANNER
   ===================================================== */
.rd-cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 56px 0;
}
.rd-cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.rd-cta-banner-left { display: flex; align-items: center; gap: 20px; }
.rd-cta-banner-icon {
  width: 64px; height: 64px;
  background: rgba(201,150,27,.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  color: var(--gold);
  flex-shrink: 0;
}
.rd-cta-banner-text h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}
.rd-cta-banner-text p { font-size: 14px; color: rgba(255,255,255,.7); }

/* =====================================================
   TRANSFERS PAGE
   ===================================================== */
.rd-transfers-hero-inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start;
}
.rd-transfers-hero-left { display: flex; flex-direction: column; gap: 8px; }

/* Booking Card */
.rd-book-card {
  background: rgba(13,27,42,.92);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(201,150,27,.4);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.rd-book-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rd-book-card h3 i { color: var(--gold); }
.rd-form-group { display: flex; flex-direction: column; gap: 6px; }
.rd-form-group label { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.7); }
.rd-form-group select,
.rd-form-group input {
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
}
.rd-form-group select:focus,
.rd-form-group input:focus { border-color: var(--gold); }
.rd-form-group select option { background: var(--navy); color: #fff; }

/* Features Bar */
.rd-features-bar { background: var(--navy); padding: 30px 0; }
.rd-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.rd-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: #fff;
}
.rd-feature-item i { font-size: 1.6rem; color: var(--gold); }
.rd-feature-item strong { font-size: 14px; font-weight: 700; }
.rd-feature-item span { font-size: 12px; color: rgba(255,255,255,.6); }

/* Vehicles */
.rd-vehicles-section { padding: 80px 0; background: var(--light); }
.rd-vehicles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.rd-vehicle-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  text-align: center;
  transition: transform .3s;
}
.rd-vehicle-card:hover { transform: translateY(-6px); }
.rd-vehicle-card img { width: 100%; height: 160px; object-fit: cover; display: block; }
.rd-vehicle-card h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  padding: 16px 16px 4px;
}
.rd-vehicle-pax { font-size: 13px; color: var(--gold); font-weight: 600; padding: 0 16px 4px; }
.rd-vehicle-pax i { margin-right: 4px; }
.rd-vehicle-card p { font-size: 12px; color: var(--text-muted); padding: 0 16px 16px; line-height: 1.5; }

/* Transfer types */
.rd-transfer-types-section { padding: 80px 0; background: #fff; }
.rd-transfer-types-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}
.rd-transfer-types-left h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 24px;
}
.rd-transfer-type-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 14px;
  transition: border-color .2s, box-shadow .2s;
  cursor: pointer;
}
.rd-transfer-type-item:hover { border-color: var(--gold); box-shadow: 0 4px 12px rgba(201,150,27,.15); }
.rd-transfer-type-icon {
  width: 48px; height: 48px;
  background: var(--gold-light);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  color: var(--gold);
  flex-shrink: 0;
}
.rd-transfer-type-content strong { display: block; font-size: 14px; font-weight: 700; color: var(--navy); }
.rd-transfer-type-content span { font-size: 13px; color: var(--text-muted); }
.rd-arrow { color: var(--text-muted); margin-left: auto; }

/* Why Us Card */
.rd-whyus-card {
  background: var(--navy);
  border-radius: 16px;
  padding: 28px;
  color: #fff;
}
.rd-whyus-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 20px;
}
.rd-whyus-list li { color: rgba(255,255,255,.85); font-size: 13px; }
.rd-whyus-list { gap: 12px; margin-bottom: 24px; }

/* Routes */
.rd-routes-section { padding: 80px 0; background: var(--light); }
.rd-routes-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.rd-route-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform .3s;
}
.rd-route-card:hover { transform: translateY(-5px); }
.rd-route-card img { width: 100%; height: 140px; object-fit: cover; display: block; }
.rd-route-body {
  background: #fff;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rd-route-body strong { font-size: 14px; font-weight: 700; color: var(--navy); }
.rd-route-arrow { font-size: 12px; color: var(--text-muted); }
.rd-route-arrow i { color: var(--gold); margin: 0 4px; }
.rd-route-from { font-size: 11px; color: var(--text-muted); }
.rd-route-price { font-family: 'Poppins', sans-serif; font-size: 1.3rem; font-weight: 800; color: var(--gold); }
.rd-routes-view-all { text-align: center; }

/* =====================================================
   BLOG HOME PAGE
   ===================================================== */
.rd-blog-hero {
  min-height: 60vh;
  padding: 140px 0 80px;
}
.rd-blog-hero-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.rd-blog-hero-left { max-width: 600px; }
.rd-blog-hero-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: center;
}

/* Blog Filter */
.rd-blog-filter {
  background: var(--navy);
  padding: 20px 0;
  position: sticky;
  top: 72px;
  z-index: 10;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
}
.rd-blog-filter-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.rd-blog-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  padding: 10px 16px;
  flex: 1;
  min-width: 200px;
}
.rd-blog-search i { color: rgba(255,255,255,.5); }
.rd-blog-search input {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  outline: none;
  width: 100%;
}
.rd-blog-search input::placeholder { color: rgba(255,255,255,.4); }
.rd-blog-cat-label { font-size: 13px; color: rgba(255,255,255,.6); font-weight: 600; white-space: nowrap; }
.rd-blog-cat-select {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  color: #fff;
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}
.rd-blog-cat-select option { background: var(--navy); color: #fff; }

/* Blog Grid */
.rd-blog-section { padding: 80px 0; background: var(--light); }
.rd-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 48px;
}
.rd-blog-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.rd-blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.rd-blog-card-img-wrap { position: relative; overflow: hidden; }
.rd-blog-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.rd-blog-card:hover .rd-blog-card-img { transform: scale(1.05); }
.rd-blog-card-cat {
  position: absolute;
  top: 14px; left: 14px;
  font-size: 10px;
  padding: 4px 12px;
}
.rd-blog-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.rd-blog-card-meta {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: var(--text-muted);
}
.rd-blog-card-meta i { color: var(--gold); margin-right: 4px; }
.rd-blog-card-body h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
}
.rd-blog-card-body p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.rd-read-more {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  margin-top: auto;
}

/* Pagination */
.rd-pagination { display: flex; justify-content: center; gap: 8px; }
.rd-page-btn {
  width: 40px; height: 40px;
  border-radius: 8px;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  transition: all .2s;
}
.rd-page-btn:hover, .rd-page-btn.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

/* =====================================================
   BLOG POST PAGE
   ===================================================== */
.rd-post-hero {
  min-height: 70vh;
  padding: 140px 0 80px;
}
.rd-post-hero-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.rd-post-hero-left { max-width: 620px; }
.rd-post-hero-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: center;
  min-width: 220px;
}
.rd-post-meta {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: rgba(255,255,255,.65);
  flex-wrap: wrap;
  margin-top: 10px;
}
.rd-post-meta i { color: var(--gold); margin-right: 5px; }

/* Blog Article */
.rd-post-section { padding: 60px 0 80px; background: var(--light); }
.rd-post-content-box {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 48px;
  box-shadow: var(--shadow);
  line-height: 1.8;
}
.rd-post-content-box h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
  margin: 32px 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold-light);
}
.rd-post-content-box h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy-mid);
  margin: 24px 0 10px;
}
.rd-post-content-box h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy-mid);
  margin: 20px 0 8px;
}
.rd-post-content-box p {
  font-size: 15px;
  color: var(--text);
  margin-bottom: 16px;
  line-height: 1.9;
}
.rd-post-content-box ul,
.rd-post-content-box ol {
  margin: 0 0 20px 20px;
}
.rd-post-content-box li {
  font-size: 15px;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.7;
}

/* Share Buttons */
.rd-post-share {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.rd-post-share span { font-size: 14px; font-weight: 600; color: var(--text-muted); }
.rd-share-btn {
  width: 38px; height: 38px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  transition: transform .2s, opacity .2s;
}
.rd-share-btn:hover { transform: translateY(-2px); opacity: .85; }
.rd-share-fb { background: #1877F2; }
.rd-share-x  { background: #000; }
.rd-share-pi { background: #E60023; }
.rd-share-em { background: var(--navy); }

/* =====================================================
   WHATSAPP FLOAT
   ===================================================== */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 58px;
  height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,.5);
  transition: transform .3s, box-shadow .3s;
}
.wa-float:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 28px rgba(37,211,102,.7);
}

/* =====================================================
   RESPONSIVE BREAKPOINTS
   ===================================================== */
@media (max-width: 1100px) {
  .rd-benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .rd-routes-grid { grid-template-columns: repeat(3, 1fr); }
  .rd-category-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .rd-tour-hero-inner,
  .rd-transfers-hero-inner,
  .rd-transfer-types-inner {
    grid-template-columns: 1fr;
  }
  .rd-price-card, .rd-book-card, .rd-whyus-card { position: static; }
  .rd-tours-grid { grid-template-columns: repeat(2, 1fr); }
  .rd-gallery-grid { display: flex !important; flex-wrap: nowrap !important; }
  .rd-detail-grid { grid-template-columns: 1fr; }
  .rd-faq-section .rd-container { grid-template-columns: 1fr; }
  .rd-vehicles-grid { grid-template-columns: repeat(2, 1fr); }
  .rd-features-grid { grid-template-columns: repeat(2, 1fr); }
  .rd-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .rd-blog-hero-inner,
  .rd-post-hero-inner { grid-template-columns: 1fr; }
  .rd-blog-hero-right, .rd-post-hero-right { flex-direction: row; flex-wrap: wrap; }
  .rd-routes-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .rd-tour-hero, .rd-transfers-hero, .rd-tours-hero,
  .rd-blog-hero, .rd-post-hero { padding: 100px 0 50px; }
  .rd-tour-hero h1, .rd-tours-hero h1 { font-size: 2rem; }
  .rd-hero-meta { gap: 10px; }
  .rd-hero-meta-item { padding: 8px 12px; }
  .rd-tours-grid { grid-template-columns: 1fr; }
  .rd-category-grid { grid-template-columns: 1fr; }
  .rd-blog-grid { grid-template-columns: 1fr; }
  .rd-gallery-grid { display: flex !important; flex-wrap: nowrap !important; }
  .rd-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .rd-routes-grid { grid-template-columns: 1fr 1fr; }
  .rd-vehicles-grid { grid-template-columns: 1fr 1fr; }
  .rd-cta-banner-inner { flex-direction: column; text-align: center; }
  .rd-cta-banner-left { flex-direction: column; text-align: center; }
  .rd-tours-cta-section { flex-direction: column; text-align: center; }
  .rd-post-content-box { padding: 28px 20px; }
  .rd-trust-row { gap: 12px; }
  .rd-trust-item { padding: 10px 14px; }
}

/* =====================================================
   COOKIE BANNER — CONTENT WRAPPER (icon + text layout)
   ===================================================== */
.ht-cookie-content {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex: 1 !important;
  min-width: 0 !important;
}
.ht-cookie-icon {
  background: rgba(201,150,27,0.2) !important;
  color: #C9961B !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  font-size: 1.1rem !important;
}
.ht-cookie-text strong {
  color: #fff !important;
  font-family: 'Poppins', sans-serif !important;
}

/* =====================================================
   PAGE HERO — Shared styles for hub pages (safari, historical, sea)
   ===================================================== */
.page-hero {
  padding: 150px 0 80px;
  text-align: center;
  color: white;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-hero h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 15px; color: #fff; }
.page-hero h1 span { color: #e0a630; }
.page-hero p { font-size: 18px; opacity: 0.9; max-width: 700px; margin: 0 auto; color: rgba(255,255,255,0.9); }

/* Features section on hub pages */
.features-section { background: #f8f9fa; padding: 60px 0; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; }
.feature-item { text-align: center; }
.feature-icon { width: 70px; height: 70px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; font-size: 28px; color: var(--navy); box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.feature-title { font-size: 16px; font-weight: 600; margin-bottom: 5px; color: var(--navy); font-family: 'Poppins', sans-serif; }
.feature-desc { color: #666; font-size: 14px; }

/* Tour card grid on hub pages */
.tours-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.tour-card { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: all 0.3s; text-decoration: none; color: inherit; display: block; }
.tour-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.tour-image { height: 200px; overflow: hidden; position: relative; }
.tour-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.tour-card:hover .tour-image img { transform: scale(1.08); }
.tour-price { position: absolute; top: 15px; right: 15px; background: rgba(255,255,255,0.95); padding: 6px 14px; border-radius: 20px; font-weight: 700; color: var(--navy); font-size: 14px; }
.tour-content { padding: 20px; }
.tour-title { font-size: 17px; margin-bottom: 8px; color: var(--navy); font-family: 'Poppins', sans-serif; font-weight: 600; transition: color 0.3s; }
.tour-card:hover .tour-title { color: var(--gold); }
.tour-desc { color: #666; font-size: 14px; margin-bottom: 12px; line-height: 1.5; }
.tour-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 1px solid #eee; }
.tour-duration { color: #888; font-size: 13px; display: flex; align-items: center; gap: 5px; }
.tour-link { color: var(--gold); font-weight: 600; font-size: 13px; display: flex; align-items: center; gap: 5px; }

/* Section titles on hub pages */
.section-title { text-align: center; margin-bottom: 40px; }
.section-title h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--navy); margin-bottom: 10px; font-family: 'Poppins', sans-serif; font-weight: 700; }
.section-title h2 span { color: var(--gold); }
.section-title p { color: #666; max-width: 650px; margin: 0 auto; font-size: 15px; }

@media (max-width: 768px) {
  .page-hero h1 { font-size: 28px; }
  .page-hero { min-height: 260px; padding: 100px 0 50px; }
  .ht-cookie-content { flex-direction: row; }
  .ht-cookie-icon { display: none !important; }
  .tours-grid { grid-template-columns: 1fr; }
}
