/*
Theme Name: Mustang Trek
Theme URI: https://example.com/mustang-trek-layout
Author: Custom Build
Description: Enhanced bright adventure/trekking homepage with video hero, dropdown menus, brush title font, full-width video. v1.3.0
Version: 1.3.0
License: GNU General Public License v2 or later
Text Domain: mustang-trek
*/

:root {
  --bg-body: #ffffff;
  --bg-section: #f8fafc;
  --bg-soft: #f0fdf4;
  --bg-dark: #0f172a;
  --bg-footer: #0b1220;
  --accent: #f97316;
  --accent-hover: #ea580c;
  --accent-soft: #fff7ed;
  --text: #1e293b;
  --text-muted: #64748b;
  --text-light: #ffffff;
  --border: #e2e8f0;
  --font-heading: 'Fraunces', Georgia, serif;
  --font-display: 'Outfit', system-ui, sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-brush: 'Creepster', cursive;
  --radius: 16px;
  --radius-sm: 12px;
  --shadow: 0 8px 30px rgba(15, 23, 42, 0.07);
  --shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.12);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--bg-body);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition), opacity var(--transition); }
ul { list-style: none; }
button, .btn { cursor: pointer; border: none; font-family: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.25;
  color: var(--text);
}
.section-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.9rem, 3.8vw, 2.75rem);
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: -0.02em;
}
.section-label {
  font-family: 'DM Sans', system-ui, sans-serif;
}
.section-title + .section-subtitle,
.trips .section-subtitle {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}
.section-label {
  display: block;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.section-subtitle {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.section { padding: 80px 0; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all var(--transition);
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.3);
}
.btn-primary:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.4);
}
.btn-outline-white {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.85);
  color: #fff;
}
.btn-outline-white:hover {
  background: #fff;
  color: var(--text);
}

/* ========== Top Bar ========== */
.top-bar {
  background: #0f172a;
  padding: 9px 0;
  font-size: 0.82rem;
  color: #94a3b8;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.top-bar a { color: #94a3b8; }
.top-bar a:hover { color: var(--accent); }
.top-bar .promo span { color: var(--accent); font-weight: 600; }
.social-links { display: flex; gap: 12px; }
.social-links a { font-size: 0.95rem; }

/* ========== Header & Dropdowns ========== */
.site-header {
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 0 var(--border);
  overflow: visible;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  position: relative;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--text);
}
.site-logo .logo-mark {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #f97316, #fb923c);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.35);
}
.main-nav .nav-menu {
  display: flex;
  gap: 6px;
  align-items: center;
}
.main-nav .nav-menu > li {
  position: relative;
}
.main-nav .nav-menu > li > a {
  display: block;
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--text);
  padding: 10px 14px;
  border-radius: 8px;
  transition: color var(--transition), background var(--transition);
}

.main-nav .nav-menu > li > a:hover,
.main-nav .nav-menu > li:hover > a {
  color: var(--accent);
}

/* Enquire Now – boxed CTA in header nav */
.main-nav .nav-cta {
  margin-left: 6px;
}
.main-nav .nav-cta .nav-enquire-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px !important;
  background: var(--accent);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.88rem;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  white-space: nowrap;
}
.main-nav .nav-cta .nav-enquire-btn:hover,
.main-nav .nav-cta:hover .nav-enquire-btn {
  background: var(--accent-hover) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.4);
}

.main-nav .menu-item-has-children > a::after {
  content: ' ▾';
  font-size: 0.7em;
  opacity: 0.65;
}

/* Standard dropdown (About us) */
.main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(15,23,42,0.15);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
  z-index: 100;
  border: 1px solid var(--border);
}
.main-nav .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-nav .sub-menu li a {
  display: block;
  padding: 11px 20px;
  font-size: 0.9rem;
  color: var(--text);
  transition: all 0.2s;
}
.main-nav .sub-menu li a:hover {
  color: var(--accent);
  background: var(--accent-soft);
  padding-left: 24px;
}

/* Activities mega menu – 10 packages, 5 per row × 2 rows */
.main-nav .activities-menu {
  position: static;
}
.main-nav .activities-mega {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(10px);
  width: min(1100px, calc(100vw - 32px));
  max-height: min(520px, calc(100vh - 88px));
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14), 0 0 0 1px rgba(15, 23, 42, 0.06);
  padding: 0;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}
.main-nav .activities-mega::-webkit-scrollbar {
  width: 5px;
}
.main-nav .activities-mega::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.main-nav .activities-menu:hover > .activities-mega,
.main-nav .activities-menu:focus-within > .activities-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.activities-mega-inner {
  padding: 16px 16px 18px;
}
.activities-mega-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 0 4px;
}
.activities-mega-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}
.activities-mega-all {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent, #f97316);
  transition: color 0.15s ease;
}
.activities-mega-all:hover {
  color: #ea580c;
  text-decoration: underline;
}
.activities-mega-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.activities-mega-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid #e8eef5;
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  will-change: transform;
  min-width: 0;
}
.activities-mega-card:hover {
  transform: translateY(-3px);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  border-color: #fb923c;
}
.activities-mega-card:active {
  transform: translateY(0);
}
.activities-mega-card-img {
  display: block;
  height: 88px;
  overflow: hidden;
  background: #e2e8f0;
  position: relative;
}
.activities-mega-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,23,42,0.22), transparent 55%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.activities-mega-card:hover .activities-mega-card-img::after {
  opacity: 1;
}
.activities-mega-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.activities-mega-card:hover .activities-mega-card-img img {
  transform: scale(1.08);
}
.activities-mega-card-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 10px 12px;
}
.activities-mega-type {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent, #f97316);
  line-height: 1.2;
}
.activities-mega-title {
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1.3;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.15s ease;
  min-height: 2.1em;
}
.activities-mega-card:hover .activities-mega-title {
  color: #c2410c;
}
.activities-mega-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 2px;
  font-size: 0.68rem;
  color: #64748b;
  line-height: 1.2;
}
.activities-mega-meta span + span::before {
  content: "·";
  margin-right: 4px;
  color: #cbd5e1;
}

/* legacy class kept so mobile rules don't break */
.main-nav .activities-dropdown {
  display: none !important;
}

.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  z-index: 1100;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: #0f172a;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.mobile-toggle.open span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.mobile-toggle.open span:nth-child(2) {
  opacity: 0;
}
.mobile-toggle.open span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* ========== HERO – Full width video + brush title ========== */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0 0 80px;
  width: 100%;
}
.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-video-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 */
  min-height: 100%;
  min-width: 177.77vh; /* 16:9 */
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
.hero-video-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(15,23,42,0.25) 0%,
    rgba(15,23,42,0.15) 35%,
    rgba(15,23,42,0.65) 100%
  );
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 3;
  text-align: left;
  max-width: 640px;
  margin: 0;
  margin-left: clamp(24px, 8vw, 100px);
  padding: 0 24px;
  width: auto;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Creepster title – exact match to Elementor settings */
.hero-title {
  font-family: 'Creepster', cursive !important;
  font-size: clamp(2.8rem, 7.5vw, 5rem);
  font-weight: 500;
  line-height: 1.25;
  color: #e85d04;
  margin-bottom: 1.1rem;
  text-shadow:
    3px 3px 0 #1a1a1a,
    -1px -1px 0 #1a1a1a,
    2px 2px 0 #1a1a1a,
    4px 4px 12px rgba(0,0,0,0.4);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.hero-title .accent {
  display: block;
  color: #e85d04;
}
.hero-desc {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.12rem;
  color: rgba(255,255,255,0.95);
  margin-bottom: 1.8rem;
  max-width: 480px;
  text-shadow: 0 1px 10px rgba(0,0,0,0.35);
  font-weight: 500;
}
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-decor {
  position: absolute;
  right: 4%;
  top: 0;
  z-index: 2;
  width: min(280px, 28vw);
  pointer-events: none;
  transform-origin: top center;
  animation: hangSwing 6s ease-in-out infinite;
  padding-top: 0;
}
.hero-decor .wood-sign-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 28px rgba(0,0,0,0.5));
}
@keyframes hangSwing {
  0%   { transform: rotate(-3deg); }
  20%  { transform: rotate(2.2deg); }
  40%  { transform: rotate(-1.8deg); }
  60%  { transform: rotate(2.8deg); }
  80%  { transform: rotate(-2.2deg); }
  100% { transform: rotate(-3deg); }
}

.hero-search-wrap {
  background: #fff;
  padding: 0 24px 0;
  position: relative;
  z-index: 10;
  margin-top: -40px;
}
.hero-search {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: min(920px, 100%);
  background: #fff;
  border-radius: 60px;
  box-shadow: 0 15px 50px rgba(15, 23, 42, 0.12);
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 28px;
  z-index: 10;
  gap: 4px;
  border: 1px solid var(--border);
}
.hero-search .search-field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-right: 1px solid var(--border);
  min-width: 0;
}
.hero-search .search-field:last-of-type { border-right: none; }
.hero-search .search-field span {
  font-size: 0.88rem;
  color: var(--text-muted);
  white-space: nowrap;
}
.hero-search .search-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: all var(--transition);
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.35);
}
.hero-search .search-btn:hover {
  background: var(--accent-hover);
  transform: scale(1.05);
}

/* ========== VIDEO SECTION – full width feel ========== */
.video-section {
  background: var(--bg-dark);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.video-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(249,115,22,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.video-section .section-label { color: #fb923c; }
.video-section .section-title { color: #fff; }
.video-section .section-subtitle { color: #94a3b8; }
.video-frame {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
  aspect-ratio: 16 / 9;
  background: #000;
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ========== LEGACY ========== */
.legacy {
  padding-top: 70px;
  padding-bottom: 60px;
}
.legacy-header {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  align-items: center !important;
  gap: 40px !important;
  width: 100% !important;
}
.legacy-header .left {
  flex: 0 0 280px;
  position: relative;
  padding-left: 20px;
}
.legacy-header .left::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: #0f172a;
}
.legacy-header .left .section-label {
  text-align: left;
  margin-bottom: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
}
.legacy-header .left h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
  text-align: left;
  line-height: 1.15;
  font-weight: 600;
  color: #0f172a;
}
.legacy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  flex: 1;
}
.legacy-card {
  text-align: center;
  padding: 24px 16px;
  border-radius: var(--radius);
  transition: all var(--transition);
}
.legacy-card:hover {
  background: var(--bg-section);
  transform: translateY(-4px);
}
.legacy-card .icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  background: var(--accent-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--accent);
}
.legacy-card h3 { font-size: 1.08rem; margin-bottom: 6px; }
.legacy-card p { color: var(--text-muted); font-size: 0.9rem; }

/* ========== TRIPS – 5 per row × 2 rows ========== */
.trips { background: var(--bg-section); }
.trips .container,
.packages-listing .container {
  max-width: 1400px;
}
.trips-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.trip-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(15,23,42,0.06);
  border: 1px solid #f1f5f9;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.trip-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(15,23,42,0.12);
  border-color: #fed7aa;
}
.trip-card-image {
  height: 160px;
  overflow: hidden;
}
.trip-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.trip-card:hover .trip-card-image img { transform: scale(1.08); }
.trip-card-body { padding: 14px 14px 16px; }
.trip-card .cat {
  font-size: 0.7rem;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 5px;
}
.trip-card h3 {
  font-size: 0.92rem;
  margin-bottom: 10px;
  line-height: 1.35;
  min-height: 2.5em;
  color: #0f172a;
}
.trip-card h3 a { color: inherit; }
.trip-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}
.trip-price {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text);
}
.trip-price span {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--text-muted);
}

/* ========== ACTIVITIES ========== */
.activities-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.activity-tile {
  position: relative;
  height: 170px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #334155;
  cursor: pointer;
  transition: transform var(--transition);
}
.activity-tile:hover { transform: scale(1.04); }
.activity-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transition: opacity 0.35s, transform 0.5s;
}
.activity-tile:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.activity-tile .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,23,42,0.88) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}
.activity-tile h3 { color: #fff; font-size: 0.98rem; margin-bottom: 2px; }
.activity-tile span { color: rgba(255,255,255,0.75); font-size: 0.75rem; }

/* ========== TESTIMONIALS ========== */
.testimonials {
  background: var(--bg-soft);
  text-align: center;
}
.testimonial-card {
  max-width: 660px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius);
  padding: 40px 44px;
  box-shadow: var(--shadow);
}
.testimonial-card .stars {
  color: #fbbf24;
  font-size: 1.15rem;
  margin-bottom: 12px;
  letter-spacing: 3px;
}
.testimonial-card .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.testimonial-card .quote {
  color: var(--text-muted);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 22px;
}
.testimonial-card .author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.testimonial-card .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316, #fb923c);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.testimonial-card .name { font-weight: 600; font-size: 0.95rem; }
.testimonial-card .role { font-size: 0.8rem; color: var(--text-muted); }

/* ========== STATS ========== */
.stats { padding: 55px 0; background: #fff; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.stat-item {
  text-align: center;
  padding: 32px 16px;
  background: var(--bg-section);
  border-radius: var(--radius);
  transition: all var(--transition);
}
.stat-item:hover {
  background: var(--accent-soft);
  transform: translateY(-4px);
}
.stat-item .icon { font-size: 1.7rem; color: var(--accent); margin-bottom: 10px; }
.stat-item .number {
  font-size: 1.9rem;
  font-weight: 800;
  font-family: var(--font-heading);
  color: var(--text);
}
.stat-item .label { color: var(--text-muted); font-size: 0.9rem; margin-top: 4px; }

/* ========== ABOUT ========== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.about-content .section-label { text-align: left; }
.about-content h2 {
  text-align: left;
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
.about-content p {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  font-size: 0.98rem;
}
.about-features {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}
.about-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.about-feature .icon {
  width: 42px;
  height: 42px;
  background: var(--accent-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: var(--accent);
  flex-shrink: 0;
}
.about-feature h4 { font-size: 1.02rem; margin-bottom: 2px; }
.about-feature p { font-size: 0.88rem; margin: 0; }
.about-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.about-actions .phone {
  font-weight: 600;
  color: var(--text);
}
.about-actions .phone:hover { color: var(--accent); }
.about-visual {
  position: relative;
  height: 400px;
}
.about-visual .img-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  height: 68%;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-visual .img-secondary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58%;
  height: 58%;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 5px solid #fff;
}
.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.about-visual:hover img { transform: scale(1.05); }

/* ========== ADVENTURES ========== */
.adventures { background: var(--bg-section); }
.adventures-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.adventure-link {
  position: relative;
  height: 210px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #334155;
}
.adventure-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.adventure-link:hover img { transform: scale(1.1); }
.adventure-link .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,23,42,0.92) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}
.adventure-link h4 { color: #fff; font-size: 0.95rem; margin-bottom: 2px; }
.adventure-link span { color: rgba(255,255,255,0.7); font-size: 0.75rem; }

/* ========== FAQ ========== */
.faq-wrapper {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 40px;
  align-items: start;
}
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question {
  width: 100%;
  background: none;
  color: var(--text);
  text-align: left;
  padding: 18px 0;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}
.faq-question:hover { color: var(--accent); }
.faq-question::after {
  content: '+';
  font-size: 1.35rem;
  color: var(--accent);
  flex-shrink: 0;
}
.faq-item.open .faq-question::after { content: '−'; }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  color: var(--text-muted);
  font-size: 0.92rem;
}
.faq-item.open .faq-answer {
  max-height: 220px;
  padding-bottom: 18px;
}
.faq-side {
  background: var(--accent-soft);
  border-radius: var(--radius);
  padding: 36px 30px;
  text-align: center;
  position: sticky;
  top: 100px;
}
.faq-side .icon { font-size: 2.4rem; margin-bottom: 14px; }
.faq-side h3 { font-size: 1.2rem; margin-bottom: 8px; }
.faq-side p { color: var(--text-muted); font-size: 0.92rem; margin-bottom: 22px; }

/* ========== ENQUIRE / TAILOR-MADE SECTION ========== */
.final-cta { display: none; } /* legacy */

/* ========== ENQUIRE – compact + mobile-friendly ========== */
.enquire-section {
  position: relative;
  padding: 40px 0;
  background-image: var(--enquire-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}
.enquire-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.5) 50%, rgba(15, 23, 42, 0.4) 100%);
  pointer-events: none;
}
.enquire-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}
.enquire-eyebrow {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  margin-bottom: 10px;
  text-align: left;
}
.enquire-eyebrow::before,
.enquire-eyebrow::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: rgba(255,255,255,0.45);
  vertical-align: middle;
  margin: 0 8px;
}
.enquire-eyebrow::before { margin-left: 0; }
.enquire-title {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  line-height: 1.25;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 700;
}
.enquire-title span {
  color: var(--accent);
}
.enquire-lead {
  color: rgba(255,255,255,0.85);
  font-size: 1.02rem;
  max-width: 460px;
  margin: 0 0 18px;
  line-height: 1.55;
}
.enquire-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 440px;
}
.enquire-pill {
  text-align: center;
  padding: 4px 2px;
}
.enquire-pill-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(249, 115, 22, 0.65);
  color: var(--accent);
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  font-size: 0.92rem;
}
.enquire-pill strong {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #fff;
}
.enquire-pill span:last-child {
  display: block;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.35;
}

/* Card – compact */
.enquire-card {
  background: #fff;
  color: var(--text);
  border-radius: 16px;
  padding: 16px 16px 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.55);
  max-width: 420px;
  margin-left: auto;
  width: 100%;
}
.enquire-card-header {
  text-align: center;
  margin-bottom: 10px;
}
.enquire-card-logo {
  display: inline-flex;
  color: var(--accent);
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.enquire-card-header h3 {
  margin: 0 0 2px;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--text);
}
.enquire-card-header p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.8rem;
}
.enquire-success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  padding: 8px 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 0.82rem;
  line-height: 1.4;
}
.enquire-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.enquire-field {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fafbfc;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.enquire-field:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.12);
  background: #fff;
}
.enquire-field-icon {
  color: var(--accent);
  font-size: 0.85rem;
  margin-top: 2px;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}
.enquire-field-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.enquire-label {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}
.enquire-field select,
.enquire-field input,
.enquire-field textarea,
.enquire-contact-row input,
.enquire-phone input {
  width: 100%;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 0.85rem;
  color: var(--text);
  outline: none;
  padding: 0;
  resize: vertical;
  min-height: 0;
  line-height: 1.35;
}
.enquire-field textarea {
  min-height: 48px;
}
.enquire-field select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 16px;
}
.enquire-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.enquire-contact-row label,
.enquire-phone {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fafbfc;
}
.enquire-contact-row label:focus-within,
.enquire-phone:focus-within {
  border-color: var(--accent);
  background: #fff;
}
.enquire-submit {
  margin-top: 2px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 0.92rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 16px rgba(249, 115, 22, 0.3);
}
.enquire-submit:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
}
.enquire-trust {
  text-align: center;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin: 2px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1.35;
}
.enquire-trust i { color: #22c55e; flex-shrink: 0; }

/* Tablet */
@media (max-width: 960px) {
  .enquire-section { padding: 32px 0; }
  .enquire-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  .enquire-eyebrow { text-align: center; }
  .enquire-lead {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .enquire-pills {
    max-width: 480px;
    margin: 0 auto;
  }
  .enquire-card {
    margin: 0 auto;
    max-width: 440px;
  }
}

/* Phone */
@media (max-width: 600px) {
  .enquire-section {
    padding: 28px 0 32px;
  }
  .enquire-inner {
    gap: 18px;
    padding: 0 2px;
  }
  .enquire-eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    margin-bottom: 6px;
  }
  .enquire-eyebrow::before,
  .enquire-eyebrow::after {
    width: 12px;
    margin: 0 6px;
  }
  .enquire-title {
    font-size: 1.5rem;
    margin-bottom: 8px;
    padding: 0 4px;
  }
  .enquire-lead {
    font-size: 0.92rem;
    margin-bottom: 14px;
    padding: 0 6px;
    line-height: 1.5;
  }
  /* 3 pills in a row on phone – compact */
  .enquire-pills {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    max-width: 100%;
    padding: 0 4px;
  }
  .enquire-pill {
    text-align: center;
    display: block;
    padding: 2px;
  }
  .enquire-pill-icon {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
    margin-bottom: 4px;
  }
  .enquire-pill strong {
    font-size: 0.65rem;
    margin-bottom: 1px;
  }
  .enquire-pill span:last-child {
    font-size: 0.62rem;
    line-height: 1.3;
  }
  .enquire-card {
    padding: 14px 12px 12px;
    border-radius: 14px;
    max-width: 100%;
  }
  .enquire-card-header {
    margin-bottom: 8px;
  }
  .enquire-card-header h3 {
    font-size: 1.15rem;
  }
  .enquire-card-header p {
    font-size: 0.75rem;
  }
  .enquire-form {
    gap: 7px;
  }
  .enquire-field {
    padding: 7px 9px;
    gap: 7px;
  }
  .enquire-label {
    font-size: 0.68rem;
  }
  .enquire-field select,
  .enquire-field input,
  .enquire-field textarea,
  .enquire-contact-row input,
  .enquire-phone input {
    font-size: 0.84rem;
  }
  .enquire-field textarea {
    min-height: 42px;
  }
  .enquire-contact-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .enquire-contact-row label,
  .enquire-phone {
    padding: 7px 9px;
  }
  .enquire-submit {
    padding: 12px 14px;
    font-size: 0.9rem;
  }
  .enquire-trust {
    font-size: 0.68rem;
    flex-wrap: wrap;
    padding: 0 4px;
  }
}

.decor-banner {
  display: none !important; /* removed per request */
}
.decor-banner img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block;
}

/* ========== FOOTER – Enhanced ========== */
.site-footer {
  background: var(--bg-footer);
  color: #94a3b8;
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #1e293b;
}
.footer-brand .site-logo {
  color: #fff;
  margin-bottom: 16px;
}
.footer-brand p {
  font-size: 0.9rem;
  margin-bottom: 12px;
  max-width: 300px;
  line-height: 1.6;
}
.footer-brand .contact-lines {
  font-size: 0.88rem;
  margin: 16px 0;
  line-height: 1.8;
}
.footer-brand .contact-lines a:hover { color: var(--accent); }
.footer-col h4 {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 16px;
  font-weight: 600;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col a {
  color: #94a3b8;
  font-size: 0.88rem;
}
.footer-col a:hover { color: var(--accent); }
.footer-assoc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.footer-assoc span {
  width: 42px;
  height: 42px;
  background: #1e293b;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 600;
  color: #94a3b8;
  transition: all var(--transition);
}
.footer-assoc span:hover {
  background: #334155;
  color: #fff;
}
.footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.footer-payments span {
  background: #1e293b;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 0.75rem;
  color: #94a3b8;
}
.footer-bottom {
  padding: 20px 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: #64748b;
}
.footer-bottom a:hover { color: var(--accent); }

/* ========== Responsive ========== */
@media (max-width: 1200px) {
  .trips-grid { grid-template-columns: repeat(3, 1fr); }
  .activities-mega-grid { grid-template-columns: repeat(4, 1fr); }
  .main-nav .activities-mega { width: min(920px, calc(100vw - 24px)); }
}
@media (max-width: 1100px) {
  .trips-grid { grid-template-columns: repeat(3, 1fr); }
  .activities-grid { grid-template-columns: repeat(3, 1fr); }
  .adventures-grid { grid-template-columns: repeat(3, 1fr); }
  .activities-mega-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .main-nav .activities-mega {
    width: min(780px, calc(100vw - 20px));
  }
  .activities-mega-card-img {
    height: 72px;
  }
}
@media (max-width: 700px) {
  .trips-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .trip-card-image { height: 140px; }
}
@media (max-width: 900px) {
  .legacy-header {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  align-items: center !important;
  gap: 40px !important;
  width: 100% !important;
}
  .legacy-header .left { flex: none; }
  .legacy-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .faq-wrapper { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-decor { display: none; }
  /* On tablet/phone: no hover mega; only when parent has .open */
  .main-nav .activities-mega {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 900px) {
  .mobile-toggle { display: flex !important; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 12px 16px 20px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.14);
    border-bottom: 1px solid var(--border);
    z-index: 1050;
  }
  .main-nav.open {
    display: block !important;
  }
  .main-nav.open .nav-menu {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
  .main-nav.open .nav-menu > li {
    width: 100%;
    border-bottom: 1px solid #f1f5f9;
  }
  .main-nav.open .nav-menu > li > a {
    display: block;
    padding: 14px 8px;
  }
  .main-nav.open .nav-cta {
    margin: 10px 0 4px;
    border-bottom: none !important;
  }
  .main-nav.open .nav-cta .nav-enquire-btn {
    display: flex;
    width: 100%;
    text-align: center;
    padding: 14px 16px !important;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.3);
  }
  .main-nav.open .sub-menu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    padding-left: 12px;
    display: none;
    min-width: 0 !important;
    left: auto !important;
  }
  .main-nav.open .menu-item-has-children.open > .sub-menu {
    display: block !important;
  }
  .main-nav.open .activities-mega {
    display: none;
    position: static !important;
    transform: none !important;
    left: auto !important;
    width: 100% !important;
    max-height: min(55vh, 360px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-shadow: none !important;
    border-radius: 10px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    border: 1px solid #e2e8f0;
    margin: 4px 0 8px;
    padding: 0;
    background: #f8fafc;
  }
  .main-nav.open .activities-menu.open > .activities-mega {
    display: block !important;
  }
  .main-nav.open .activities-mega-inner {
    padding: 8px;
  }
  .main-nav.open .activities-mega-head {
    margin-bottom: 6px;
  }
  .main-nav.open .activities-mega-grid {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
  .main-nav.open .activities-mega-card {
    background: #fff;
  }
  .main-nav.open .activities-mega-card-img {
    height: 58px;
  }
  .main-nav.open .activities-mega-card-body {
    padding: 6px 7px 7px;
  }
  .main-nav.open .activities-mega-title {
    font-size: 0.72rem;
  }
  .main-nav.open .activities-mega-type {
    font-size: 0.55rem;
  }
  .main-nav.open .activities-mega-meta {
    font-size: 0.6rem;
  }
  .top-bar .container { justify-content: center; text-align: center; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 55px 0; }
  .hero { min-height: 80vh; padding-bottom: 100px; }
  .hero-title { font-size: 2.6rem; }
  .hero-search {
    flex-direction: column;
    border-radius: 18px;
    padding: 14px;
  }
  .hero-search .search-field {
    border-right: none;
    border-bottom: 1px solid var(--border);
    width: 100%;
  }
  .hero-search-wrap {
    margin-top: -20px;
    padding: 0 16px;
  }
  .legacy { padding-top: 50px; }
}
@media (max-width: 560px) {
  .trips-grid,
  .activities-grid,
  .adventures-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 2.3rem; }
}

/* Premium SVG icons */
.field-icon {
  flex-shrink: 0;
  color: var(--text-muted);
  opacity: 0.7;
}
.search-field {
  display: flex;
  align-items: center;
  gap: 10px;
}
.legacy-card .icon svg,
.stat-item .icon svg,
.about-feature .icon svg,
.faq-side .icon svg {
  display: block;
  margin: 0 auto;
  color: var(--accent);
}
.legacy-card .icon,
.stat-item .icon,
.about-feature .icon,
.faq-side .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trip-card .cat svg {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 2px;
  color: var(--accent);
}
.about-feature .icon {
  background: var(--accent-soft);
}
.about-feature .icon svg {
  color: var(--accent);
}

/* ========== PACKAGE CARDS (homepage) – match screenshot ========== */
.trip-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  border: 1px solid #f1f5f9;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}
.trip-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}
.trip-card-image {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.trip-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.trip-card:hover .trip-card-image img { transform: scale(1.06); }
.trip-card .wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  z-index: 2;
  color: #94a3b8;
  cursor: pointer;
  transition: color 0.2s;
}
.trip-card .wishlist:hover,
.trip-card .wishlist.active { color: #ef4444; }
.trip-card-body { padding: 16px 18px 20px; }
.trip-card .cat {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.trip-card .cat .star { color: #f59e0b; }
.trip-card h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.35;
  min-height: 2.7em;
  color: #0f172a;
}
.trip-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}
.trip-meta svg { vertical-align: -2px; margin-right: 3px; }
.trip-price {
  font-size: 0.95rem;
  color: var(--text);
}
.trip-price strong {
  font-weight: 700;
  font-size: 1.05rem;
}

/* ========== TRIP DETAIL PAGE ========== */
.trip-detail {
  padding: 30px 0 80px;
  background: #f8fafc;
}
.trip-breadcrumb {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.trip-breadcrumb a:hover { color: var(--accent); }
.trip-detail-header { margin-bottom: 24px; }
.trip-detail-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 600;
  margin-bottom: 8px;
  color: #0f172a;
}
.trip-detail-meta {
  display: flex;
  gap: 16px;
  font-size: 0.9rem;
  color: var(--text-muted);
}
.trip-detail-meta .rating { color: #f59e0b; }
.trip-detail-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  align-items: start;
}
.trip-detail-main {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(15,23,42,0.04);
}

/* Gallery */
.trip-gallery {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 10px;
  margin-bottom: 32px;
  border-radius: 14px;
  overflow: hidden;
}
.trip-gallery-main {
  height: 340px;
  border-radius: 12px;
  overflow: hidden;
}
.trip-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trip-gallery-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.trip-gallery-thumbs img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  border-radius: 10px;
}
.trip-gallery-thumbs .more-photos {
  background: rgba(15,23,42,0.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  height: 165px;
}

/* Sections */
.trip-section {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}
.trip-section:last-child { border-bottom: none; }
.trip-section h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: #f58220;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.section-head h2 { margin-bottom: 0; }
.link-btn {
  background: none;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}

.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin-bottom: 22px;
}
.overview-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.92rem;
  color: var(--text);
  line-height: 1.45;
}
.overview-item svg { flex-shrink: 0; color: var(--accent); margin-top: 2px; }
.overview-item strong { color: var(--text); font-weight: 600; }
.overview-text {
  margin-top: 8px;
  font-size: 0.98rem;
  color: var(--text);
  line-height: 1.75;
}
.overview-text p {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 0.98rem;
}
.overview-text p:last-child { margin-bottom: 0; }
.overview-facts {
  display: none; /* removed – moved into overview-grid with icons */
}

.highlights-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.highlights-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.98rem;
  color: var(--text);
  line-height: 1.5;
}
.highlights-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

/* Itinerary – enhanced */
.itinerary-list {
  display: grid;
  gap: 0;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgba(15,23,42,0.04);
}
.itinerary-item {
  border-bottom: 1px solid #e2e8f0;
}
.itinerary-item:last-child { border-bottom: none; }
.itinerary-toggle {
  width: 100%;
  background: none;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  transition: background 0.15s;
}
.itinerary-toggle:hover { background: #fff7ed; }
.itinerary-toggle .day-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff7ed;
  border: 2px solid var(--accent, #f97316);
  color: var(--accent, #f97316);
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.itinerary-item.open .day-num {
  background: var(--accent, #f97316);
  color: #fff;
}
.itinerary-toggle .day-title {
  flex: 1;
  color: #0f172a;
  line-height: 1.4;
}
.itinerary-toggle .chevron {
  margin-left: auto;
  color: #64748b;
  font-size: 0.9rem;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.itinerary-item.open .chevron { transform: rotate(180deg); }
.itinerary-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  font-size: 0.98rem;
  color: #0f172a;
  padding: 0 20px 0 66px;
  line-height: 1.7;
}
.itinerary-item.open .itinerary-body {
  max-height: 480px;
  padding-bottom: 18px;
}
.itinerary-body p {
  margin: 0;
  color: #0f172a;
}

/* Includes / Excludes */
.inc-exc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.inc-list h4, .exc-list h4 {
  font-size: 1rem;
  margin-bottom: 12px;
}
.inc-list ul, .exc-list ul {
  list-style: none;
  display: grid;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text-muted);
}
.inc-list li { color: #15803d; }
.exc-list li { color: #b91c1c; }

/* Map */
.trip-map {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 4px 18px rgba(15,23,42,0.04);
}
.trip-map iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}
.pkg-leaflet-map {
  width: 100%;
  height: 360px;
  min-height: 300px;
}
.map-hint {
  margin: 0;
  padding: 10px 16px;
  font-size: 0.85rem;
  color: #64748b;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}
.leaflet-popup-content {
  font-size: 0.9rem;
  color: #0f172a;
  margin: 8px 12px;
}
.pkg-map-marker {
  background: transparent;
  border: none;
}
.pkg-map-pin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f97316;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(15,23,42,0.25);
}

/* Extra services */
.extra-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.extra-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px;
}
.extra-card strong { display: block; margin-bottom: 4px; }
.extra-card p { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 8px; }
.extra-card .price { font-weight: 700; color: var(--accent); }

/* Related */
.related-trips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.related-card {
  display: flex;
  gap: 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.related-card:hover { box-shadow: var(--shadow); }
.related-card img {
  width: 100px;
  height: 80px;
  object-fit: cover;
  flex-shrink: 0;
}
.related-card div { padding: 10px 10px 10px 0; }
.related-card h4 {
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.3;
}
.related-card span {
  font-size: 0.85rem;
  color: var(--accent);
  font-weight: 600;
}

/* Sidebar – full height, no internal scrollbar (page scrolls instead) */
.trip-detail-sidebar {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 18px;
  align-self: start;
  max-height: none;
  overflow: visible;
}
.booking-card,
.why-card,
.expert-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 4px 20px rgba(15,23,42,0.06);
  border: 1px solid #f1f5f9;
}
.booking-card .price-row {
  margin-bottom: 18px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.booking-card .from { font-size: 0.85rem; color: var(--text-muted); }
.booking-card .amount {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f172a;
}
.booking-card .per { font-size: 0.85rem; color: var(--text-muted); }
.booking-fields {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}
.booking-fields label {
  display: grid;
  gap: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
}
.booking-fields input,
.booking-fields select {
  padding: 11px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 0.9rem;
  font-family: inherit;
  color: var(--text);
  background: #fff;
}
.btn-block {
  width: 100%;
  margin-bottom: 10px;
}
.btn-outline {
  background: #fff;
  border: 1.5px solid var(--border);
  color: var(--text);
}
.btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.trip-detail-sidebar .why-card h4,
.expert-card h4 {
  font-size: 0.95rem;
  margin-bottom: 14px;
  color: var(--text);
  font-weight: 600;
}
.trip-detail-sidebar .why-card {
  text-align: left;
}
.trip-detail-sidebar .why-card ul,
.trip-detail-sidebar .why-card .why-list {
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text);
  margin: 0;
  padding: 0;
  text-align: left;
}
.trip-detail-sidebar .why-card .why-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  color: var(--text);
  line-height: 1.45;
}
.trip-detail-sidebar .why-card .why-check {
  flex-shrink: 0;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.35;
}
.expert-info {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.expert-info img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}
.expert-info strong { display: block; font-size: 0.92rem; }
.expert-info span { font-size: 0.8rem; color: var(--text-muted); }
.expert-contact {
  display: block;
  font-size: 0.88rem;
  color: var(--text);
  margin-bottom: 6px;
  padding: 8px 12px;
  background: var(--bg-section);
  border-radius: 8px;
}
.expert-contact:hover { color: var(--accent); }

@media (max-width: 900px) {
  .trip-detail-grid { grid-template-columns: 1fr; }
  .trip-detail-sidebar { position: static; }
  .trip-gallery { grid-template-columns: 1fr; }
  .trip-gallery-main { height: 240px; }
  .inc-exc-grid,
  .extra-services,
  .related-trips,
  .overview-grid { grid-template-columns: 1fr; }
}

/* ========== PACKAGES LISTING PAGE ========== */
.packages-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 70px 0 50px;
  text-align: center;
}
.packages-hero .section-label { color: #fb923c; }
.packages-hero-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.packages-hero .section-subtitle {
  color: #94a3b8;
  margin-bottom: 0;
}
.packages-listing {
  padding-top: 40px;
}
.package-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 36px;
}
.filter-btn {
  background: #fff;
  border: 1.5px solid var(--border);
  color: var(--text-muted);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.filter-btn.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.packages-grid .trip-card {
  transition: opacity 0.3s, transform 0.3s;
}
.packages-grid .trip-card.hidden {
  display: none;
}

/* ========== NEPAL DESTINATIONS CAROUSEL (ndc) ========== */
.ndc-wrap{
  --ndc-accent:#e0501f;
  --ndc-ink:#14181f;
  width:100%;
  max-width:100%;
  padding:48px clamp(20px, 4vw, 64px);
  font-family: 'DM Sans', system-ui, sans-serif;
  box-sizing:border-box;
  background: #f8fafc;
}
.ndc-wrap *{box-sizing:border-box;}
.ndc-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  margin-bottom:28px;
  gap:24px;
  flex-wrap:wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ndc-eyebrow{
  margin:0 0 8px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--ndc-accent);
}
.ndc-title{
  margin:0;
  font-family: 'Fraunces', Georgia, serif;
  font-size:34px;
  line-height:1.15;
  font-weight:600;
  color:var(--ndc-ink);
  letter-spacing:-.01em;
}
.ndc-nav{display:flex;gap:10px;flex-shrink:0;}
.ndc-arrow{
  width:44px;height:44px;border-radius:50%;
  border:1px solid #d8d8d8;background:#fff;color:var(--ndc-ink);
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;
  padding:0;
}
.ndc-arrow:hover{background:var(--ndc-ink);color:#fff;border-color:var(--ndc-ink);}
.ndc-arrow:focus-visible{outline:2px solid var(--ndc-accent);outline-offset:2px;}
.ndc-track{
  display:flex;
  gap:20px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -ms-overflow-style:none;
  padding-bottom:4px;
  max-width: 1200px;
  margin: 0 auto;
}
.ndc-track::-webkit-scrollbar{display:none;}
.ndc-card{
  position:relative;
  flex:0 0 auto;
  width:290px;
  height:420px;
  border-radius:18px;
  overflow:hidden;
  scroll-snap-align:start;
  text-decoration:none;
  display:block;
  isolation:isolate;
}
.ndc-wrap .ndc-card .ndc-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  transition:transform .5s ease;
}
.ndc-card:hover .ndc-img{transform:scale(1.06);}
.ndc-shade{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.75) 100%);
}
.ndc-body{
  position:absolute;left:20px;bottom:20px;right:70px;
  display:flex;flex-direction:column;gap:4px;
  color:#fff;
}
.ndc-name{font-size:19px;font-weight:600;line-height:1.2;}
.ndc-meta{font-size:13px;opacity:.85;}
.ndc-go{
  position:absolute;right:16px;bottom:16px;
  width:36px;height:36px;border-radius:50%;
  border:1px solid rgba(255,255,255,.7);
  display:flex;align-items:center;justify-content:center;
  color:#fff;
  transition:background .2s ease,color .2s ease;
}
.ndc-card:hover .ndc-go{background:#fff;color:var(--ndc-ink);}
@media (max-width:640px){
  .ndc-wrap{padding:32px 16px;}
  .ndc-title{font-size:26px;}
  .ndc-card{width:230px;height:340px;}
}

/* ========== MUSTANG ABOUT (Who We Are) ========== */
.mustang-about{
  width:100%;
  position:relative;
  background:#ffffff;
  overflow:hidden;
  font-family:'DM Sans', system-ui, sans-serif;
}
.mustang-about::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.05;
  background-image:
    repeating-radial-gradient(circle at 12% 20%, transparent 0, transparent 38px, #F58220 39px, transparent 40px),
    repeating-radial-gradient(circle at 88% 78%, transparent 0, transparent 46px, #111 47px, transparent 48px);
}
.mustang-wrapper{
  width:100%;
  max-width:1800px;
  margin:0 auto;
  display:grid;
  grid-template-columns:42% 58%;
  align-items:center;
  min-height:820px;
  position:relative;
}
.mustang-about .about-left{
  padding:90px 6vw 90px 7vw;
  position:relative;
  z-index:2;
}
.mustang-about .subtitle{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:14px;
  font-weight:700;
  letter-spacing:2px;
  color:#F58220;
  text-transform:uppercase;
  margin-bottom:20px;
}
.mustang-about .subtitle::before{
  content:"";
  width:34px;
  height:2px;
  background:#F58220;
  display:inline-block;
}
.mustang-about .about-left h2{
  font-family:'Fraunces', Georgia, serif;
  font-size:clamp(2.55rem, 4.4vw, 4.15rem);
  line-height:1.08;
  font-weight:700;
  color:#111;
  margin-bottom:28px;
  white-space: normal;
}
.mustang-about .about-left h2 .nowrap{
  white-space: nowrap;
}
.mustang-about .about-left > p{
  font-size:18.5px;
  line-height:1.85;
  color:#555;
  margin-bottom:42px;
  max-width:540px;
}
.mustang-about .features{
  display:flex;
  flex-direction:column;
  gap:22px;
  margin-bottom:45px;
}
.mustang-about .feature{
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding:14px;
  border-radius:16px;
  transition:.3s;
}
.mustang-about .feature:hover{
  background:#FFF7F0;
}
.mustang-about .icon{
  width:60px;
  height:60px;
  border-radius:50%;
  background:#FFF4ED;
  border:1px solid #FBDCC1;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#F58220;
  flex-shrink:0;
}
.mustang-about .feature h4{
  font-size:19px;
  margin-bottom:8px;
  color:#111;
  font-weight:600;
}
.mustang-about .feature p{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:#666;
}
.mustang-about .buttons{
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}
.mustang-about .main-btn{
  padding:18px 56px;
  min-width: 240px;
  text-align: center;
  background:linear-gradient(90deg,#f54e2c,#F58220);
  color:#fff;
  border-radius:60px;
  text-decoration:none;
  font-weight:600;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  transition:.35s;
  box-shadow:0 14px 30px -10px rgba(245,130,32,.55);
  display:inline-block;
}
.mustang-about .main-btn:hover{
  background:#111;
  box-shadow:0 14px 30px -10px rgba(17,17,17,.45);
  color:#fff;
}
.mustang-about .phone{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-weight:600;
  color:#111;
  font-size:17px;
}
.mustang-about .phone-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid #e5e5e5;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#F58220;
}
.mustang-about .about-right{
  position:relative;
  height:820px;
  background:#fafafa;
  overflow:hidden;
}
.mustang-about .about-right .mountain-svg{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:45%;
  opacity:.06;
  z-index:0;
}
.mustang-about .image-one{
  position:absolute;
  top:50px;
  left:28px;
  width:62%;
  height:480px;
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 28px 64px rgba(0,0,0,.18);
  z-index:2;
  border:6px solid #fff;
}
.mustang-about .image-two{
  position:absolute;
  right:28px;
  bottom:50px;
  width:64%;
  height:500px;
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 28px 64px rgba(0,0,0,.2);
  z-index:2;
  border:6px solid #fff;
}
.mustang-about .image-one img,
.mustang-about .image-two img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.6s;
}
.mustang-about .image-one:hover img,
.mustang-about .image-two:hover img{
  transform:scale(1.08);
}
.mustang-about .orange-shape{
  position:absolute;
  width:220px;
  height:220px;
  background:#F58220;
  border-radius:50%;
  opacity:.08;
  top:-60px;
  right:-60px;
  z-index:1;
}
.mustang-about .gray-shape{
  position:absolute;
  width:260px;
  height:260px;
  background:#f4f4f4;
  border-radius:50%;
  left:-120px;
  bottom:-120px;
  z-index:1;
}
.mustang-about .dot-grid{
  position:absolute;
  top:24px;
  right:24px;
  width:120px;
  height:120px;
  background-image:radial-gradient(#F58220 1.5px,transparent 1.5px);
  background-size:14px 14px;
  opacity:.25;
  z-index:1;
}
@media(max-width:1100px){
  .mustang-wrapper{ grid-template-columns:1fr; }
  .mustang-about .about-right{ height:700px; }
  .mustang-about .about-left{ padding:80px 40px; }
}
@media(max-width:768px){
  .mustang-about .about-left{ padding:60px 25px; }
  .mustang-about .about-left h2{ font-size:44px; }
  .mustang-about .about-left > p{ font-size:16px; }
  .mustang-about .buttons{ flex-direction:column; align-items:flex-start; }
  .mustang-about .about-right{
    height:auto;
    padding:20px;
    display:flex;
    flex-direction:column;
    gap:20px;
  }
  .mustang-about .image-one,
  .mustang-about .image-two{
    position:relative;
    left:auto; right:auto; top:auto; bottom:auto;
    width:100%;
    height:270px;
  }
  .mustang-about .orange-shape,
  .mustang-about .gray-shape,
  .mustang-about .dot-grid{ display:none; }
}

/* Full-width layout fixes */
.site-header .container,
.container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.hero {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}
.hero-content {
  position: relative;
  z-index: 3;
  text-align: left;
  max-width: 640px;
  margin: 0;
  margin-left: clamp(24px, 8vw, 100px);
  padding: 0 24px;
  width: auto;
}
.hero-title,
.hero-desc {
  text-align: center !important;
}
.hero-search-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section {
  width: 100%;
}
.legacy-header {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  align-items: center !important;
  gap: 40px !important;
  width: 100% !important;
}
.legacy-header .left h2 {
  text-align: left;
}
.section-title,
.section-label,
.section-subtitle {
  text-align: center;
}
.trips .section-label,
.trips .section-title,
.trips .section-subtitle {
  text-align: center;
  display: block;
  width: 100%;
}
.trips-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 100%;
}
@media (max-width: 1400px) {
  .trips-grid { grid-template-columns: repeat(5, 1fr); gap: 16px; }
}
@media (max-width: 1200px) {
  .trips-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .trips-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .trips-grid { grid-template-columns: 1fr; }
  .legacy-header {
    display: grid !important;
    grid-template-columns: 280px 1fr !important;
    align-items: center !important;
    gap: 40px !important;
    width: 100% !important;
  }
}

/* ========== PAGE HERO + INNER PAGES ========== */
.page-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 80px 0 60px;
  text-align: center;
  color: #fff;
}
.page-hero .section-label { color: #fb923c; }
.page-hero h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}
.page-hero p {
  color: #94a3b8;
  max-width: 560px;
  margin: 0 auto;
  font-size: 1.05rem;
}
.content-narrow {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-muted);
}
.content-narrow p { margin-bottom: 1.2em; }

/* Team */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.team-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(15,23,42,0.05);
}
.team-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}
.team-card h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.team-card .role {
  display: block;
  font-size: 0.88rem;
  color: var(--accent);
  margin-bottom: 12px;
  font-weight: 600;
}
.team-card a {
  display: block;
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.team-card a:hover { color: var(--accent); }

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-list {
  list-style: none;
  margin-top: 24px;
  display: grid;
  gap: 18px;
}
.contact-list strong { color: var(--text); }
.contact-form-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(15,23,42,0.06);
}
.contact-form-wrap h3 {
  margin-bottom: 20px;
  font-family: 'Fraunces', Georgia, serif;
}
.contact-form label {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
}
.contact-form input,
.contact-form textarea {
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 0.95rem;
  font-family: inherit;
  width: 100%;
}
.contact-form button { margin-top: 8px; width: 100%; }

@media (max-width: 900px) {
  .team-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}


/* ========== LEGACY SECTION – horizontal 3 cards ========== */
.legacy {
  padding-top: 70px;
  padding-bottom: 60px;
  width: 100%;
}
.legacy .container {
  max-width: 1200px;
}
.legacy-header {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  align-items: center !important;
  gap: 40px !important;
  width: 100% !important;
}
.legacy-header .left {
  flex: unset !important;
  position: relative;
  padding-left: 20px;
}
.legacy-header .left::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: #0f172a;
}
.legacy-header .left .section-label {
  text-align: left !important;
  margin-bottom: 12px;
  display: block;
}
.legacy-header .left h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  text-align: left !important;
  line-height: 1.15;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}
.legacy-cards {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  width: 100% !important;
}
.legacy-card {
  text-align: center;
  background: #f8fafc;
  border-radius: 16px;
  padding: 28px 20px;
}
.legacy-card .icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #fff4ed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e0501f;
}
.legacy-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  font-weight: 600;
  color: #0f172a;
}
.legacy-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 900px) {
  .legacy-header {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  align-items: center !important;
  gap: 40px !important;
  width: 100% !important;
}
  .legacy-cards {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  width: 100% !important;
}
}

/* Hero text LEFT */
.hero-content {
  text-align: left !important;
  margin-left: clamp(24px, 8vw, 100px) !important;
  margin-right: auto !important;
  max-width: 640px !important;
}
.hero-title,
.hero-desc {
  text-align: left !important;
}
.hero-content .btn {
  display: inline-block;
}

/* Search form CENTERED */
.hero-search-wrap {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.hero-search {
  margin-left: auto;
  margin-right: auto;
}

/* About section slightly smaller / tighter */
.mustang-about .mustang-wrapper {
  max-width: 1200px !important;
  min-height: 620px !important;
}
.mustang-about .about-left {
  padding: 60px 4vw 60px 5vw !important;
}
.mustang-about .about-left h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem) !important;
  margin-bottom: 20px !important;
}
.mustang-about .about-left > p {
  font-size: 15.5px !important;
  margin-bottom: 32px !important;
  max-width: 460px !important;
}
.mustang-about .about-right {
  height: 620px !important;
}
.mustang-about .image-one {
  top: 50px !important;
  height: 360px !important;
}
.mustang-about .image-two {
  bottom: 50px !important;
  height: 380px !important;
}

/* ========== SEARCH FORM – ALWAYS CENTERED ========== */
.hero-search-wrap {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: -40px auto 0 !important;
  padding: 0 24px !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  box-sizing: border-box !important;
}
.hero-search {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  margin: 0 auto !important;
  width: min(920px, 100%) !important;
  max-width: 920px !important;
}

/* ========== MOBILE FRIENDLY – GLOBAL ========== */
@media (max-width: 900px) {
  .hero {
    min-height: 70vh !important;
  }
  .hero-content {
    margin-left: 20px !important;
    margin-right: 20px !important;
    max-width: calc(100% - 40px) !important;
    padding: 0 8px !important;
  }
  .hero-title {
    font-size: clamp(2rem, 10vw, 3.2rem) !important;
  }
  .hero-desc {
    font-size: 0.95rem !important;
  }
  .hero-decor {
    display: none !important;
  }
  .hero-search-wrap {
    margin-top: -24px !important;
    padding: 0 16px !important;
  }
  .hero-search {
    flex-direction: column !important;
    border-radius: 18px !important;
    padding: 12px !important;
    width: 100% !important;
  }
  .hero-search .search-field {
    border-right: none !important;
    border-bottom: 1px solid var(--border) !important;
    width: 100% !important;
    padding: 12px 8px !important;
  }
  .hero-search .search-btn {
    width: 100% !important;
    border-radius: 12px !important;
    margin-top: 8px !important;
  }
  .legacy-header {
    grid-template-columns: 1fr !important;
  }
  .legacy-cards {
    grid-template-columns: 1fr !important;
  }
  .trips-grid {
    grid-template-columns: 1fr !important;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .mustang-wrapper {
    grid-template-columns: 1fr !important;
  }
  .mustang-about .about-right {
    height: auto !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  .mustang-about .image-one,
  .mustang-about .image-two {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 240px !important;
  }
  .ndc-card {
    width: 240px !important;
    height: 340px !important;
  }
  .ndc-title {
    font-size: 1.5rem !important;
  }
  .team-grid,
  .contact-grid {
    grid-template-columns: 1fr !important;
  }
  .site-header .container {
    padding: 0 16px !important;
  }
  /* nav-menu visibility controlled by .main-nav.open */

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .trip-detail-grid {
    grid-template-columns: 1fr !important;
  }
  .trip-detail-sidebar {
    position: static !important;
    max-height: none !important;
  }
  .inc-exc-grid,
  .overview-grid,
  .extra-services,
  .related-trips {
    grid-template-columns: 1fr !important;
  }
  .trip-gallery {
    grid-template-columns: 1fr !important;
  }
  .trip-gallery-main {
    height: 220px !important;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.85rem !important;
  }
  .stats-grid {
    grid-template-columns: 1fr !important;
  }
  .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}


/* Horse banner – removed */
.decor-banner,
.decor-banner img {
  display: none !important;
}

/* ========== ABOUT PAGE BANNER (featured image) ========== */
.about-page-banner {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.about-page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.about-page-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(15,23,42,0.72) 0%, rgba(15,23,42,0.45) 45%, rgba(15,23,42,0.2) 100%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 72px 0 40px;
  color: #fff;
  text-align: left !important;
}
.about-page-banner-overlay .container,
.banner-content-left {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 680px;
  padding-left: clamp(24px, 5vw, 56px);
  padding-top: 12px;
}
.about-page-banner-overlay h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.9rem, 3.8vw, 2.75rem);
  color: #fff;
  margin: 0 0 10px;
  text-align: left !important;
  line-height: 1.15;
  text-shadow: 0 2px 16px rgba(0,0,0,0.25);
}
.about-page-banner-overlay p {
  text-align: left !important;
  margin: 0;
  max-width: 520px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.92);
}
.about-page-banner-overlay .section-label {
  color: #fb923c;
  display: block;
  margin-bottom: 10px;
  text-align: left !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
@media (max-width: 768px) {
  .about-page-banner { height: 280px; }
  .about-page-banner-overlay {
    padding: 56px 0 28px;
  }
  .about-page-banner-overlay .container,
  .banner-content-left {
    padding-left: 20px;
  }
}

/* ========== MUSTANG INTRO ========== */
.mustang-intro {
  padding: 90px 5%;
  background: #fff;
}
.intro-container {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.intro-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0 25px 60px rgba(0,0,0,.12);
}
.intro-content small {
  color: #F97316;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.intro-content h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 52px;
  line-height: 1.15;
  color: #222;
  margin: 15px 0 35px;
}
.intro-item {
  margin-bottom: 30px;
  padding-left: 25px;
  border-left: 3px solid #F97316;
}
.intro-item h3 {
  color: #F97316;
  font-size: 24px;
  margin-bottom: 10px;
}
.intro-item p {
  color: #666;
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 900px) {
  .mustang-intro { padding: 60px 20px; }
  .intro-container { grid-template-columns: 1fr; gap: 40px; }
  .intro-image img { height: 350px; }
  .intro-content h1 { font-size: 36px; }
  .about-page-banner { height: 280px; }
}

/* ========== HIGHLIGHTS ========== */
.mustang-section-highlights {
  padding: 80px 20px;
  background: #fff;
}
.mustang-container {
  max-width: 1320px;
  margin: auto;
}
.mustang-heading {
  text-align: center;
  margin-bottom: 60px;
}
.mustang-heading span {
  color: #F58220;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mustang-heading h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 48px;
  color: #07152F;
  margin: 12px 0 18px;
  font-weight: 700;
}
.mustang-heading p {
  max-width: 720px;
  margin: auto;
  color: #666;
  line-height: 1.8;
  font-size: 17px;
}
.mustang-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.mustang-item {
  background: #fff;
  border-radius: 16px;
  padding: 28px 22px;
  transition: .35s;
  border: 1px solid #ececec;
  position: relative;
  overflow: hidden;
}
.mustang-item:before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 4px; height: 100%;
  background: #F58220;
  transform: scaleY(0);
  transition: .35s;
}
.mustang-item:hover:before { transform: scaleY(1); }
.mustang-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0,0,0,.08);
}
.mustang-icon {
  width: 58px; height: 58px;
  border-radius: 14px;
  background: #FFF4EB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.mustang-icon i { color: #F58220; font-size: 24px; }
.mustang-item h3 {
  font-size: 22px;
  color: #07152F;
  margin-bottom: 12px;
  line-height: 1.3;
}
.mustang-item p {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1200px) {
  .mustang-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .mustang-heading h2 { font-size: 36px; }
  .mustang-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .mustang-grid { grid-template-columns: 1fr; }
}

/* ========== GALLERY 4x2 ========== */
.mustang-gallery-section {
  padding: 60px 20px 80px;
  background: #f8fafc;
}
.mustang-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}
.mustang-gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
@media (max-width: 900px) {
  .mustang-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mustang-gallery-grid img { height: 200px; }
}
@media (max-width: 500px) {
  .mustang-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== FACTS ========== */
.mustang-facts {
  background: #fff;
  padding: 50px 20px;
}
.facts-container {
  max-width: 1200px;
  margin: auto;
}
.facts-heading {
  text-align: center;
  margin-bottom: 40px;
}
.facts-heading h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 36px;
  color: #222;
  margin-bottom: 10px;
  font-weight: 700;
}
.facts-heading p { color: #777; font-size: 15px; }
.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.fact {
  text-align: center;
  padding: 24px 20px;
  position: relative;
}
.fact:not(:nth-child(3n)) { border-right: 1px solid #eee; }
.fact:nth-child(-n+3) { border-bottom: 1px solid #eee; }
.fact-number {
  font-size: 46px;
  font-weight: 700;
  color: #F97316;
  line-height: 1;
  margin-bottom: 12px;
  transition: .3s;
}
.fact:hover .fact-number {
  color: #EA580C;
  transform: translateY(-5px);
}
.fact-title {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  margin-bottom: 6px;
}
.fact-description {
  color: #777;
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .facts-heading h2 { font-size: 26px; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact {
    border-bottom: 1px solid #eee;
    border-right: none !important;
    padding: 18px 20px;
  }
  .fact:last-child { border-bottom: none; }
  .fact-number { font-size: 36px; }
}

/* ========== DESTINATIONS ========== */
.mustang-destinations {
  padding: 40px 0 80px;
  background: #fff;
}
.mustang-dest-wrap {
  max-width: 1400px;
  margin: auto;
}
.destination {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 50px 5%;
  border-bottom: 1px solid #ececec;
}
.destination:nth-child(even) {
  flex-direction: row-reverse;
}
.destination-image,
.destination-content {
  flex: 1;
}
.destination-image img {
  width: 85%;
  height: 320px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
  transition: .5s ease;
}
.destination:hover img {
  transform: scale(1.04);
}
.destination-content span {
  display: inline-block;
  color: #F97316;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.destination-content h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 44px;
  color: #222;
  line-height: 1.2;
  margin-bottom: 15px;
}
.destination-content p {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
}
.destination-content a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: #F97316;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 17px;
  transition: .3s;
}
.destination-content a:hover {
  background: #EA580C;
  transform: translateY(-2px);
  color: #fff;
}
@media (max-width: 768px) {
  .destination,
  .destination:nth-child(even) {
    flex-direction: column;
    padding: 35px 20px;
    gap: 25px;
  }
  .destination-image img {
    width: 100%;
    height: 220px;
  }
  .destination-content { text-align: center; }
  .destination-content h2 { font-size: 32px; }
  .destination-content p { font-size: 17px; }
}

/* ========== OUR STORY TIMELINE ========== */
.story-banner .about-page-banner-overlay p {
  color: #cbd5e1;
  margin-top: 10px;
  max-width: 520px;
  font-size: 1.05rem;
}
.story-timeline {
  padding: 80px 20px 100px;
  background: #fff;
}
.story-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.story-container::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #F97316, #e2e8f0);
}
.story-block {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  margin-bottom: 64px;
  position: relative;
}
.story-year {
  font-size: 0.85rem;
  font-weight: 700;
  color: #F97316;
  letter-spacing: 0.5px;
  text-align: right;
  padding-top: 6px;
  position: relative;
}
.story-year::after {
  content: '';
  position: absolute;
  right: -40px;
  top: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #F97316;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #F97316;
}
.story-body h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.75rem;
  color: #0f172a;
  margin-bottom: 14px;
  font-weight: 600;
}
.story-body p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 20px;
}
.story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.story-tags span {
  background: #FFF4EB;
  color: #EA580C;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
}
.story-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px;
}
.story-photos figure {
  margin: 0;
}
.story-photos img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.story-photos figcaption {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 8px;
  font-style: italic;
}
.story-quote {
  margin: 24px 0 28px;
  padding: 22px 26px;
  background: #fff7ed;
  border-radius: 14px;
  border-left: 4px solid #F97316;
  color: #9a3412;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.55;
  font-style: italic;
}
.story-quote p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #9a3412;
  margin: 0;
  font-style: italic;
}
.story-closing {
  margin-left: 152px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}
.story-closing p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 16px;
}
.story-signoff {
  font-size: 0.9rem;
  color: #F97316;
  font-weight: 600;
}
@media (max-width: 768px) {
  .story-container::before { left: 12px; }
  .story-block {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-left: 36px;
  }
  .story-year {
    text-align: left;
  }
  .story-year::after {
    left: -30px;
    right: auto;
  }
  .story-photos {
    grid-template-columns: 1fr;
  }
  .story-quote,
  .story-closing {
    margin-left: 36px;
  }
  .story-quote p {
    font-size: 1.2rem;
  }
}

/* Story timeline – fixed marker position, no text overlap */
.story-container {
  max-width: 960px !important;
  margin: 0 auto !important;
  position: relative !important;
  padding-left: 0 !important;
}
.story-container::before {
  left: 110px !important;
  top: 8px !important;
  bottom: 40px !important;
  width: 2px !important;
  background: #F97316 !important;
  opacity: 0.35 !important;
}
.story-block {
  display: grid !important;
  grid-template-columns: 100px 1fr !important;
  gap: 40px !important;
  margin-bottom: 56px !important;
  align-items: start !important;
}
.story-year {
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  color: #F97316 !important;
  text-align: right !important;
  padding-top: 8px !important;
  position: relative !important;
  letter-spacing: 0.3px !important;
}
.story-year::after {
  content: '' !important;
  position: absolute !important;
  right: -32px !important;
  top: 10px !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #F97316 !important;
  border: 3px solid #fff !important;
  box-shadow: 0 0 0 2px #F97316 !important;
  z-index: 2 !important;
}
.story-body {
  padding-left: 8px !important;
}
.story-body h2 {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 1.85rem !important;
  color: #0f172a !important;
  margin-bottom: 14px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  padding-left: 0 !important;
}
.story-body p {
  font-size: 1.02rem !important;
  line-height: 1.75 !important;
  color: #64748b !important;
  margin-bottom: 18px !important;
}
.story-photos {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}
.story-photos img {
  height: 210px !important;
  border-radius: 14px !important;
  object-fit: cover !important;
}
.story-quote {
  margin: 20px 0 28px 0 !important;
  padding: 22px 26px !important;
  background: #fff7ed !important;
  border-radius: 14px !important;
  border-left: 4px solid #F97316 !important;
  color: #9a3412 !important;
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 1.25rem !important;
  line-height: 1.55 !important;
  font-style: italic !important;
}
.story-quote p {
  color: #9a3412 !important;
  margin: 0 !important;
  font-size: inherit !important;
}
.story-closing {
  margin-left: 140px !important;
}
@media (max-width: 768px) {
  .story-container::before {
    left: 14px !important;
  }
  .story-block {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding-left: 40px !important;
  }
  .story-year {
    text-align: left !important;
  }
  .story-year::after {
    left: -32px !important;
    right: auto !important;
  }
  .story-quote,
  .story-closing {
    margin-left: 40px !important;
  }
  .story-photos {
    grid-template-columns: 1fr !important;
  }
}

/* ========== CONTACT PAGE ========== */
.contact-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 80px 0 60px;
  text-align: center;
  color: #fff;
}
.contact-hero .section-label { color: #fb923c; }
.contact-hero h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  margin-bottom: 12px;
}
.contact-hero p {
  color: #94a3b8;
  max-width: 480px;
  margin: 0 auto;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.contact-side .contact-block {
  margin-bottom: 28px;
}
.contact-side .contact-block h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #0f172a;
}
.contact-side .contact-block p {
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}
.contact-side .contact-block a {
  color: var(--accent);
}
.map-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--accent) !important;
}
.contact-form-wrap .form-intro {
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 18px;
}
.contact-faq {
  background: #f8fafc;
}
@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

/* ========== FOOTER ========== */
.site-footer {
  background: #0b1220;
  color: #94a3b8;
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  text-decoration: none;
}
.footer-logo .logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #F97316;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo .logo-text {
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  font-size: 0.95rem;
}
.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
.contact-lines {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  font-size: 0.88rem;
}
.contact-lines a {
  color: #cbd5e1;
}
.contact-lines a:hover {
  color: #F97316;
}
.footer-brochure {
  display: inline-block;
  margin-top: 4px;
}
.footer-col h4 {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 16px;
  font-weight: 600;
}
.footer-col ul {
  list-style: none;
  display: grid;
  gap: 10px;
}
.footer-col ul a {
  color: #94a3b8;
  font-size: 0.9rem;
}
.footer-col ul a:hover {
  color: #F97316;
}
.assoc-badges,
.pay-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.assoc-badges span,
.pay-badges span {
  background: #1e293b;
  color: #cbd5e1;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}
.social-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.social-links a {
  color: #94a3b8;
  font-size: 0.88rem;
}
.social-links a:hover {
  color: #F97316;
}
.footer-bottom {
  border-top: 1px solid #1e293b;
  padding: 20px 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
}
.footer-bottom-links {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-bottom-links a {
  color: #94a3b8;
}
.footer-bottom-links a:hover {
  color: #F97316;
}
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* Association logos */
.assoc-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.assoc-badges img {
  height: 42px;
  width: auto;
  max-width: 72px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 4px 6px;
}

/* Payment logos styled */
.pay-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pay-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 32px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  background: #1e293b;
  color: #e2e8f0;
}
.pay-logo.visa {
  background: #1a1f71;
  color: #fff;
  font-style: italic;
  letter-spacing: 1px;
}
.pay-logo.mc {
  background: #eb001b;
  color: #fff;
  font-size: 0.62rem;
}
.pay-logo.amex {
  background: #016fd0;
  color: #fff;
}
.pay-logo.discover {
  background: #ff6000;
  color: #fff;
  font-size: 0.62rem;
}
.pay-logo.jcb {
  background: #0b4ea2;
  color: #fff;
}
.pay-logo.paypal {
  background: #003087;
  color: #fff;
  font-size: 0.65rem;
}

.pay-badges .payment-logos-img {
  height: 36px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

/* Mustang Trekking logo */
.site-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.site-logo-img {
  height: 52px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
}
.footer-logo-img {
  height: 56px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
  /* light background so colored logo reads on dark footer */
  background: #fff;
  border-radius: 10px;
  padding: 6px 10px;
}
@media (max-width: 600px) {
  .site-logo-img {
    height: 42px;
    max-width: 150px;
  }
}

/* ========== ACTIVITY DETAIL PAGE ========== */
.activity-hero .activity-overview {
  max-width: 720px;
  margin: 16px auto 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #475569;
  text-align: center;
}
.activity-hero .activity-overview p {
  margin: 0;
}
.section-header-row {
  margin-bottom: 28px;
}

/* ========== WHY TRAVEL WITH US ========== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 36px;
}
.why-card {
  text-align: center;
  padding: 28px 18px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border);
  transition: box-shadow 0.2s, transform 0.2s;
}
.why-card:hover {
  box-shadow: 0 12px 32px rgba(15,23,42,0.08);
  transform: translateY(-3px);
}
.why-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-soft, #fff7ed);
  color: var(--accent, #f97316);
  border-radius: 14px;
  font-size: 1.35rem;
}
.why-card h3 {
  font-size: 1.1rem;
  margin: 0 0 10px;
}
.why-card p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
.why-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 32px;
}
.why-stat {
  text-align: center;
  padding: 28px 20px;
  background: #f8fafc;
  border-radius: 16px;
}
.why-stat-num {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--accent, #f97316);
  line-height: 1.1;
  margin-bottom: 8px;
}
.why-stat h3 { margin: 0 0 8px; }
.why-stat p { color: #64748b; margin: 0; font-size: 0.95rem; }
.why-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 28px;
}
.why-testi {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
}
.why-testi p {
  font-style: italic;
  color: #475569;
  line-height: 1.65;
  margin: 0 0 14px;
}
.why-testi strong { color: #0f172a; }
.why-cta {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
}
.why-cta h2 { color: #fff; margin-bottom: 12px; }
.why-cta p { color: #94a3b8; margin-bottom: 24px; }
.why-docs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}
.why-docs-grid span {
  background: #f1f5f9;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.9rem;
  color: #334155;
}
.activity-overview-banner {
  max-width: 640px;
  margin: 0 auto;
  color: rgba(255,255,255,0.9);
  font-size: 1.05rem;
}
.activity-overview-banner p { margin: 0; color: inherit; }

/* Team page */
.team-grid-ref {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}
.team-card-ref {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.team-card-ref:hover {
  box-shadow: 0 12px 32px rgba(15,23,42,0.1);
  transform: translateY(-3px);
}
.team-card-img {
  aspect-ratio: 1;
  overflow: hidden;
}
.team-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-card-body {
  padding: 16px 14px 20px;
}
.team-card-body h3 {
  margin: 0 0 4px;
  font-size: 1rem;
}
.team-card-body .role {
  color: #64748b;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-stats-grid { grid-template-columns: 1fr; }
  .why-testi-grid { grid-template-columns: 1fr; }
  .team-grid-ref { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .why-grid { grid-template-columns: 1fr; }
  .team-grid-ref { grid-template-columns: 1fr; }
}

/* ========== Social icons ========== */
.social-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}
.social-icons a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  color: #fff !important;
  font-size: 0.9rem;
  transition: background 0.2s, transform 0.2s, color 0.2s;
}
.top-bar .social-icons a {
  background: rgba(255,255,255,0.1);
  color: #e2e8f0 !important;
}
.top-bar .social-icons a:hover {
  background: var(--accent, #f97316);
  color: #fff !important;
  transform: translateY(-1px);
}
.footer-social a {
  background: rgba(255,255,255,0.1);
  color: #fff !important;
}
.footer-social a:hover {
  background: var(--accent, #f97316);
  color: #fff !important;
}

/* Footer brochure white text */
.footer-brochure,
.site-footer .footer-brochure.btn,
.site-footer a.footer-brochure {
  color: #fff !important;
}
.footer-brochure:hover {
  color: #fff !important;
}

/* Payment badges grid */
.pay-badges-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.pay-badges-grid img {
  height: 36px;
  width: auto;
  max-width: 72px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 6px 8px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

/* Banner text left-aligned */
.about-page-banner-overlay {
  text-align: left !important;
}
.about-page-banner-overlay .container,
.banner-content-left {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 720px;
}
.about-page-banner-overlay h1,
.about-page-banner-overlay p,
.about-page-banner-overlay .section-label {
  text-align: left !important;
}
.packages-hero {
  text-align: left;
}
.packages-hero .container {
  text-align: left;
}

/* Hero search working inputs */
.hero-search input,
.hero-search select {
  border: none;
  background: transparent;
  font: inherit;
  color: #0f172a;
  width: 100%;
  outline: none;
  min-width: 0;
}
.hero-search input::placeholder {
  color: #94a3b8;
}
.hero-search .search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

/* Company documents grid */
.company-docs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.company-doc-card {
  display: block;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}
.company-doc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15,23,42,0.1);
}
.company-doc-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  background: #f1f5f9;
}
.company-doc-card span {
  display: block;
  padding: 12px 14px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
}

/* Blog grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s, box-shadow 0.2s;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(15,23,42,0.1);
}
.blog-card-img {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--accent, #f97316);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.blog-card-body {
  padding: 16px 18px 20px;
}
.blog-card-date {
  font-size: 0.78rem;
  color: #94a3b8;
}
.blog-card-body h3 {
  margin: 6px 0 8px;
  font-size: 1.05rem;
  line-height: 1.35;
}
.blog-card-body p {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0 0 12px;
}
.blog-card-link {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--accent, #f97316);
}

/* FAQ list */
.faq-list { display: grid; gap: 10px; }
.faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: none;
  border: none;
  font: inherit;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  color: #0f172a;
}
.faq-toggle {
  font-size: 1.2rem;
  color: var(--accent, #f97316);
  font-weight: 400;
}
.faq-answer {
  display: none;
  padding: 0 18px 16px;
  color: #64748b;
  line-height: 1.65;
  font-size: 0.95rem;
}
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }

/* Contact enhanced */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 32px;
  align-items: start;
}
.contact-info-boxes {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}
.contact-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px 18px 16px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.contact-box:hover {
  box-shadow: 0 10px 24px rgba(15,23,42,0.08);
  transform: translateY(-2px);
}
.contact-box-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff7ed;
  color: var(--accent, #f97316);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1rem;
}
.contact-box h4 { margin: 0 0 4px; font-size: 1rem; }
.contact-box p { margin: 0 0 8px; color: #64748b; font-size: 0.9rem; }
.contact-box a { font-weight: 600; color: var(--accent, #f97316); font-size: 0.92rem; }
.contact-form-wrap {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 28px rgba(15,23,42,0.05);
}
.contact-form-wrap h3 { margin: 0 0 6px; }
.form-intro { color: #64748b; margin: 0 0 18px; font-size: 0.92rem; }
.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 12px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 11px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font: inherit;
  color: #0f172a;
  background: #fff;
}
.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.content-prose h2 { margin-top: 28px; margin-bottom: 10px; font-size: 1.2rem; }
.content-prose p { color: #475569; line-height: 1.7; }

@media (max-width: 900px) {
  .company-docs-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-form .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .company-docs-grid,
  .blog-grid { grid-template-columns: 1fr; }
}

/* Company documents – 4×2 card grid like reference */
.company-docs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.company-doc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 16px;
  padding: 16px 14px 18px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  cursor: pointer;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font: inherit;
  color: inherit;
}
.company-doc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}
.company-doc-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f5f9;
  margin-bottom: 12px;
}
.company-doc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.company-doc-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.35;
}

/* Document lightbox */
.doc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.doc-lightbox[hidden] { display: none !important; }
.doc-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.88);
  cursor: pointer;
}
.doc-lightbox-content {
  position: relative;
  z-index: 1;
  max-width: min(720px, 92vw);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.doc-lightbox-content img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.doc-lightbox-caption {
  margin: 14px 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.doc-lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s;
}
.doc-lightbox-close:hover { background: rgba(255,255,255,0.28); }
.doc-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.15s;
}
.doc-lightbox-nav:hover { background: rgba(255,255,255,0.3); }
.doc-lightbox-prev { left: 16px; }
.doc-lightbox-next { right: 16px; }

@media (max-width: 900px) {
  .company-docs-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .doc-lightbox-prev { left: 8px; }
  .doc-lightbox-next { right: 8px; }
}
@media (max-width: 480px) {
  .company-docs-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .company-doc-label { font-size: 0.78rem; }
}

.team-card-body .team-contact {
  display: block;
  font-size: 0.8rem;
  color: #64748b;
  margin-top: 4px;
}
.team-card-body .team-contact:hover { color: var(--accent, #f97316); }


.team-desc {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.45;
  margin: 6px 0 0;
}

/* Our Story – closing quote block */
.story-closing-block {
  max-width: 720px;
  margin: 48px auto 20px;
  padding: 0 20px 40px;
  text-align: center;
}
.story-closing-quote {
  margin: 0 auto 28px;
  padding: 28px 36px;
  background: #fff7ed;
  border: none;
  border-left: 5px solid #f97316;
  border-radius: 0 12px 12px 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
  color: #9a3412;
  text-align: center;
}
.story-closing-text {
  margin: 0 auto 20px;
  max-width: 580px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #64748b;
}
.story-closing-sign {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b45309;
}
@media (max-width: 768px) {
  .story-closing-block {
    margin-top: 32px;
    padding: 0 12px 28px;
  }
  .story-closing-quote {
    padding: 20px 22px;
  }
}

/* Includes / Excludes boxes – equal height, See more aligned at bottom */
.inc-exc-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.inc-box, .exc-box {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15,23,42,0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.inc-box-head, .exc-box-head {
  padding: 14px 18px;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.inc-box-head { background: #ecfdf5; color: #047857; }
.exc-box-head { background: #fef2f2; color: #b91c1c; }
.inc-box ul, .exc-box ul {
  list-style: none;
  margin: 0;
  padding: 12px 18px 16px;
  display: grid;
  gap: 10px;
  flex: 1 1 auto;
}
.inc-box li, .exc-box li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.95rem;
  color: #0f172a;
  line-height: 1.5;
}
.inc-box .tick { color: #059669; font-weight: 700; }
.exc-box .cross { color: #dc2626; font-weight: 700; }
.inc-exc-hidden { display: none !important; }
.inc-exc-toggle {
  display: block;
  width: 100%;
  padding: 12px 18px;
  border: none;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
  color: var(--accent, #f97316);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s, color 0.15s;
  margin-top: auto;
  flex-shrink: 0;
}
.inc-exc-toggle:hover {
  background: #fff7ed;
  color: #ea580c;
}
.inc-box.expanded .inc-exc-hidden,
.exc-box.expanded .inc-exc-hidden {
  display: flex !important;
}
/* Keep padding consistent when one side has no toggle */
.inc-box:not(:has(.inc-exc-toggle)) ul,
.exc-box:not(:has(.inc-exc-toggle)) ul {
  padding-bottom: 20px;
}

.bring-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  margin: 0;
  padding: 0;
}
.bring-list li {
  padding: 14px 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  font-size: 0.95rem;
  color: #0f172a;
  line-height: 1.5;
  box-shadow: 0 2px 8px rgba(15,23,42,0.03);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.bring-list li::before {
  content: "✓";
  color: var(--accent, #f97316);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Package gallery open state */
.trip-gallery-main {
  position: relative;
  cursor: pointer;
  border: none;
  padding: 0;
  display: block;
  width: 100%;
  background: none;
}
.trip-gallery-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-zoom-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(15,23,42,0.72);
  color: #fff;
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 999px;
  pointer-events: none;
}
.trip-gallery-thumbs button {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.trip-gallery-thumbs button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.trip-gallery-thumbs .more-photos {
  width: 100%;
  height: 100%;
  min-height: 100px;
}

.booking-result {
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
}
.booking-result.success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.booking-result.error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* About gallery */
.mustang-gallery-grid .about-gal-item {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
}
.mustang-gallery-grid .about-gal-item:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 28px rgba(15,23,42,0.15);
}
.mustang-gallery-grid .about-gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Stats hover + motion */
.stat-item {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.stat-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(15,23,42,0.1);
}
.stat-item .number {
  transition: color 0.2s ease, transform 0.2s ease;
}
.stat-item:hover .number {
  color: var(--accent, #f97316);
  transform: scale(1.05);
}

/* Checkout */
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  align-items: start;
}
.checkout-summary, .checkout-form-wrap {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
}
.checkout-total {
  font-size: 1.15rem;
  margin-top: 12px;
}
.checkout-form label {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #475569;
}
.checkout-form input, .checkout-form textarea {
  padding: 11px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font: inherit;
}
@media (max-width: 800px) {
  .inc-exc-boxes, .bring-list, .checkout-layout { grid-template-columns: 1fr; }
}

/* Package enhanced info sections */
.pkg-info-section h2 {
  margin-bottom: 18px;
}
.additional-info-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 4px 18px rgba(15,23,42,0.05);
  color: #0f172a;
  line-height: 1.75;
  font-size: 1rem;
  border-left: 4px solid var(--accent, #f97316);
}
.additional-info-box p {
  margin: 0 0 14px;
  color: #0f172a;
}
.additional-info-box p:last-child { margin-bottom: 0; }

.pkg-faq-list .faq-item {
  margin-bottom: 0;
}
.trip-gallery-main:hover .gallery-zoom-hint {
  background: var(--accent, #f97316);
}
.pkg-lightbox .doc-lightbox-content img {
  max-height: 82vh;
}

/* ===== FAQ: single +/- icon only ===== */
.faq-question .faq-toggle,
span.faq-toggle {
  display: none !important;
}
.faq-question::after {
  content: "+" !important;
  font-size: 1.35rem !important;
  font-weight: 300 !important;
  color: var(--accent, #f97316) !important;
  flex-shrink: 0 !important;
  margin-left: auto !important;
  line-height: 1 !important;
}
.faq-item.open .faq-question::after {
  content: "\2212" !important;
}

/* Top bar – continuous premium marquee */
.top-bar .container {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.top-bar-marquee {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.top-bar-marquee-track {
  display: flex;
  width: max-content;
  animation: mustang-marquee 28s linear infinite;
}
.top-bar-marquee-item {
  flex-shrink: 0;
  padding: 0 2.5rem;
  font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f97316;
  white-space: nowrap;
}
@keyframes mustang-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (max-width: 768px) {
  .top-bar-marquee-item {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    padding: 0 1.5rem;
  }
  .top-bar-left { display: none; }
}

/* Premium checkout */
.checkout-section { background: #f8fafc; }
.checkout-premium { max-width: 1100px; }
.checkout-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 28px;
  align-items: start;
}
.checkout-side-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(15,23,42,0.06);
  position: sticky;
  top: 100px;
}
.checkout-pkg-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 14px;
}
.checkout-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c2410c;
  background: #ffedd5;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.checkout-side-card h2 {
  font-size: 1.25rem;
  margin: 0 0 14px;
  line-height: 1.3;
}
.checkout-meta {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: 0.92rem;
  color: #475569;
}
.checkout-meta strong {
  display: inline-block;
  min-width: 110px;
  color: #0f172a;
}
.checkout-totals {
  border-top: 1px solid #e2e8f0;
  padding-top: 14px;
  display: grid;
  gap: 8px;
}
.checkout-totals .row {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  color: #334155;
}
.checkout-totals .row.muted { color: #64748b; font-size: 0.9rem; }
.checkout-totals .row.total {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px dashed #e2e8f0;
  font-size: 1.05rem;
}
.checkout-totals .row.total strong { color: #ea580c; font-size: 1.2rem; }
.checkout-note {
  margin: 14px 0 0;
  font-size: 0.82rem;
  color: #94a3b8;
  line-height: 1.5;
}
.checkout-main {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(15,23,42,0.05);
}
.checkout-block { margin-bottom: 28px; }
.checkout-block h3 {
  font-size: 1.05rem;
  margin: 0 0 12px;
  color: #0f172a;
}
.checkout-help {
  margin: 0 0 14px;
  color: #64748b;
  font-size: 0.9rem;
}
.checkout-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.checkout-fields label {
  display: grid;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #475569;
}
.checkout-fields label.full { grid-column: 1 / -1; }
.checkout-fields label span { font-weight: 400; color: #94a3b8; }
.checkout-fields input,
.checkout-fields textarea {
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font: inherit;
  font-weight: 400;
  color: #0f172a;
  background: #f8fafc;
}
.checkout-fields input:focus,
.checkout-fields textarea:focus {
  outline: none;
  border-color: #fdba74;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(249,115,22,0.15);
}
.pay-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.pay-option {
  display: block;
  cursor: pointer;
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  background: #f8fafc;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.pay-option input { position: absolute; opacity: 0; pointer-events: none; }
.pay-option.selected {
  border-color: #f97316;
  background: #fff7ed;
  box-shadow: 0 0 0 3px rgba(249,115,22,0.12);
}
.pay-option-body { display: grid; gap: 4px; }
.pay-option-title { font-weight: 700; color: #0f172a; font-size: 0.95rem; }
.pay-option-amount { font-size: 1.35rem; font-weight: 700; color: #ea580c; }
.pay-option-desc { font-size: 0.82rem; color: #64748b; line-height: 1.4; }
.terms-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.92rem;
  color: #334155;
  line-height: 1.5;
  cursor: pointer;
}
.terms-check input {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: #f97316;
  flex-shrink: 0;
}
.terms-check a { color: #ea580c; font-weight: 600; }
.btn-checkout {
  width: 100%;
  padding: 16px 20px;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 12px;
}
.checkout-secure {
  text-align: center;
  margin-top: 12px;
  font-size: 0.85rem;
  color: #64748b;
}
.checkout-empty {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: 16px;
}
@media (max-width: 900px) {
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-side-card { position: static; }
  .pay-options { grid-template-columns: 1fr; }
  .checkout-fields { grid-template-columns: 1fr; }
}

/* Header white bar – marquee between logo and menu */
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-marquee {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.header-marquee-track {
  display: flex;
  width: max-content;
  animation: mustang-header-marquee 32s linear infinite;
}
.header-marquee-item {
  flex-shrink: 0;
  padding: 0 2.2rem;
  font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f97316;
  white-space: nowrap;
}
@keyframes mustang-header-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.site-header .main-nav {
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .header-marquee { display: none; }
}

/* ========== Package detail: unified black body text (match itinerary) ========== */
.trip-detail-main,
.trip-detail-main p,
.trip-detail-main li,
.trip-detail-main .overview-item,
.trip-detail-main .overview-text,
.trip-detail-main .overview-text p,
.trip-detail-main .highlights-list li,
.trip-detail-main .itinerary-toggle,
.trip-detail-main .itinerary-toggle .day-title,
.trip-detail-main .itinerary-body,
.trip-detail-main .itinerary-body p,
.trip-detail-main .inc-box li,
.trip-detail-main .exc-box li,
.trip-detail-main .bring-list li,
.trip-detail-main .additional-info-box,
.trip-detail-main .additional-info-box p,
.trip-detail-main .faq-question,
.trip-detail-main .faq-answer,
.trip-detail-main .pkg-faq-list .faq-question,
.trip-detail-main .pkg-faq-list .faq-answer,
.trip-detail-main .related-card h4,
.trip-detail-main .entry-content,
.trip-detail-main .entry-content p {
  color: #0f172a !important;
}

.trip-detail-main .faq-answer {
  font-size: 0.98rem;
  line-height: 1.7;
}
.trip-detail-main .pkg-faq-list .faq-item.open .faq-answer {
  max-height: 400px;
}

.trip-detail-sidebar .why-card,
.trip-detail-sidebar .why-card h4,
.trip-detail-sidebar .why-list li,
.trip-detail-sidebar .expert-card,
.trip-detail-sidebar .expert-card h4,
.trip-detail-sidebar .expert-info strong,
.trip-detail-sidebar .expert-contact {
  color: #0f172a;
}
.trip-detail-sidebar .expert-info span {
  color: #334155;
}

/* Sidebar: sticky + smooth internal scroll so Speak to Expert is reachable */
.trip-detail-sidebar {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 18px;
  align-self: start;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}
.trip-detail-sidebar::-webkit-scrollbar {
  width: 6px;
}
.trip-detail-sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.trip-detail-sidebar::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}
.trip-detail-sidebar::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.expert-card {
  scroll-margin-bottom: 16px;
}


/* ========== Enhanced package cards (Activities) ========== */
.packages-listing .trips-grid,
.packages-grid {
  gap: 28px;
}
.trip-card-enhanced {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8eef5;
  box-shadow: 0 8px 28px rgba(15,23,42,0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.trip-card-enhanced:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 44px rgba(15,23,42,0.14);
  border-color: #fed7aa;
}
.trip-card-enhanced .trip-card-image {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.trip-card-enhanced .trip-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.trip-card-enhanced:hover .trip-card-image img {
  transform: scale(1.08);
}
.trip-card-enhanced .trip-card-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(245, 130, 32, 0.95);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(245,130,32,0.35);
}
.trip-card-enhanced .trip-card-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
.trip-card-enhanced .cat {
  font-size: 0.72rem;
  color: var(--accent, #f97316);
  font-weight: 600;
  margin: 0;
}
.trip-card-enhanced h3 {
  font-size: 1.05rem;
  line-height: 1.35;
  min-height: 2.7em;
  margin: 0 0 4px;
  color: #0f172a;
  font-weight: 700;
}
.trip-card-enhanced h3 a {
  color: inherit;
  text-decoration: none;
}
.trip-card-enhanced h3 a:hover {
  color: var(--accent, #f97316);
}
.trip-card-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid #f1f5f9;
}
.trip-card-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.trip-card-group {
  font-size: 0.88rem;
  font-weight: 600;
  color: #0f172a;
}
.trip-card-discount {
  font-size: 0.78rem;
  font-weight: 600;
  color: #059669;
}
.trip-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex-shrink: 0;
}
.trip-card-per {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 500;
  text-transform: lowercase;
}
.trip-card-cost {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}
.trip-card-cta {
  display: block;
  margin-top: 14px;
  text-align: center;
  padding: 12px 16px;
  border-radius: 12px;
  background: linear-gradient(90deg, #f54e2c, #F58220);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 20px -8px rgba(245, 130, 32, 0.55);
}
.trip-card-cta:hover {
  background: #111;
  box-shadow: 0 10px 22px -8px rgba(17, 17, 17, 0.4);
  transform: translateY(-1px);
}

/* Activities page banner – same alignment as About banner */
.activities-banner.about-page-banner {
  height: 360px;
}
.activities-banner .about-page-banner-overlay {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left !important;
  padding: 72px 0 40px;
}
.activities-banner .about-page-banner-overlay .container {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 680px;
  padding-left: clamp(24px, 5vw, 56px);
}
.activities-banner .about-page-banner-overlay h1 {
  text-align: left !important;
  color: #fff;
  margin: 0 0 10px;
}
.activities-banner .about-page-banner-overlay p {
  text-align: left !important;
  color: rgba(255,255,255,0.92);
  margin: 0;
  max-width: 520px;
  font-size: 1.05rem;
  line-height: 1.55;
}
.activities-banner .section-label {
  text-align: left !important;
  color: #fb923c;
  display: block;
  margin-bottom: 10px;
}

/* Slightly fewer columns so enhanced cards feel bigger */
@media (min-width: 1201px) {
  .packages-listing .trips-grid,
  .packages-grid.trips-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1200px) {
  .packages-listing .trips-grid,
  .packages-grid.trips-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .packages-listing .trips-grid,
  .packages-grid.trips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trip-card-enhanced .trip-card-image { height: 180px; }
}
@media (max-width: 560px) {
  .packages-listing .trips-grid,
  .packages-grid.trips-grid {
    grid-template-columns: 1fr;
  }
}
