/* ============================================
   Am's Holidays — Redesigned Stylesheet
   Brand Colors: Navy #1e3878 | Red #cc2228
   Fonts: Poppins + Dancing Script
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Dancing+Script:wght@600;700&display=swap');

:root {
  --navy:        #1e3878;
  --navy-dark:   #152660;
  --navy-light:  #2a4a94;
  --navy-pale:   #eef1f9;
  --red:         #cc2228;
  --red-dark:    #a51d22;
  --red-pale:    #fff0f0;
  --gold:        #e8a020;
  --text:        #1a1f36;
  --text-mid:    #4a5068;
  --text-light:  #8890aa;
  --bg-light:    #f5f7fc;
  --bg-white:    #ffffff;
  --border:      #e2e6f0;
  --shadow-sm:   0 2px 12px rgba(30,56,120,0.07);
  --shadow-md:   0 6px 28px rgba(30,56,120,0.11);
  --shadow-lg:   0 12px 48px rgba(30,56,120,0.15);
  --radius:      14px;
  --radius-sm:   8px;
  --radius-xs:   5px;
  --transition:  all 0.28s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: var(--bg-white);
  line-height: 1.65;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

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

/* ─── CURSIVE UTILITY ─── */
.cursive { font-family: 'Dancing Script', cursive; }

/* ─── SECTION HELPERS ─── */
.section-pad { padding: 80px 0; }
.section-header { text-align: center; margin-bottom: 52px; }

.section-label {
  display: inline-block;
  font-family: 'Dancing Script', cursive;
  font-size: 22px;
  color: var(--red);
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.section-header h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 14px;
}

.section-header p {
  color: var(--text-mid);
  max-width: 540px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  letter-spacing: 0.2px;
}

.btn-primary {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 4px 16px rgba(30,56,120,0.25);
}
.btn-primary:hover {
  background: var(--navy-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(30,56,120,0.32);
}

.btn-red {
  background: var(--red);
  color: #fff;
  box-shadow: 0 4px 16px rgba(204,34,40,0.28);
}
.btn-red:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(204,34,40,0.35);
}

.btn-outline {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
}
.btn-outline:hover { background: var(--navy); color: #fff; }

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
}
.btn-outline-white:hover { background: rgba(255,255,255,0.15); border-color: #fff; }

.btn-white {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.btn-white:hover { background: var(--bg-light); transform: translateY(-2px); }

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  padding: 11px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(37,211,102,0.32);
  transition: var(--transition);
}
.btn-whatsapp:hover { background: #128c7e; transform: translateY(-2px); }

/* Search button */
.search-btn-cell { display: flex; align-items: stretch; }
.btn-search {
  background: var(--red);
  color: #fff;
  padding: 0 36px;
  height: auto;
  min-height: 72px;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  white-space: nowrap;
  letter-spacing: 0.2px;
  align-self: stretch;
  width: 100%;
}
.btn-search:hover { background: var(--red-dark); transform: none; }

/* ─── TOP BAR ─── */
.topbar {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.88);
  font-size: 12.5px;
  font-weight: 400;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.topbar-left {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.topbar-left a,
.topbar-left span {
  color: rgba(255,255,255,0.82);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}
.topbar-left a:hover { color: #fff; }
.topbar-left i { color: var(--gold); font-size: 11px; }

.topbar-right {
  display: flex;
  align-items: center;
  gap: 6px;
}
.topbar-right a {
  color: rgba(255,255,255,0.75);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transition: var(--transition);
}
.topbar-right a:hover { background: var(--red); color: #fff; }

/* ─── SITE HEADER — White ─── */
.site-header {
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(30,56,120,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: var(--transition);
  border-bottom: 1px solid var(--border);
}
.site-header.scrolled {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(30,56,120,0.12);
}
/* Logo: keep original brand colours (remove any invert filter) */
.site-header .logo img { filter: none; }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  gap: 24px;
}

/* Logo */
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo img { height: 56px; width: auto; object-fit: contain; }

/* Nav arrow */
.nav-arrow { font-size: 9px; margin-left: 2px; opacity: 0.75; }

/* NAV */
.nav-list {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-list > li { position: relative; }
.nav-list > li > a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 15px;
  color: var(--navy);
  font-weight: 500;
  font-size: 14px;
  border-radius: var(--radius-xs);
  transition: var(--transition);
  position: relative;
  letter-spacing: 0.2px;
}
.nav-list > li > a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 15px;
  right: 15px;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.nav-list > li > a:hover {
  color: var(--red);
  background: var(--navy-pale);
}
.nav-list > li > a.active {
  color: var(--red);
  font-weight: 600;
}
.nav-list > li > a:hover::after,
.nav-list > li > a.active::after {
  transform: scaleX(1);
}

/* Dropdown */
.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 230px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: var(--transition);
  z-index: 200;
  overflow: hidden;
}
.has-dropdown:hover .dropdown,
.has-dropdown.open .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 20px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-mid);
  transition: var(--transition);
  border-bottom: 1px solid var(--border);
}
.dropdown li:last-child a { border-bottom: none; }
.dropdown li a:hover {
  background: var(--navy-pale);
  color: var(--navy);
  padding-left: 26px;
}
.dropdown li a i { width: 16px; color: var(--navy); font-size: 13px; }

/* Mobile toggle */
.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: var(--radius-xs);
}
.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255,255,255,0.9);
  border-radius: 2px;
  transition: var(--transition);
}
.mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-toggle.active span:nth-child(2) { opacity: 0; width: 0; }
.mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1605649487212-47bdab064df7?w=1800&q=80');
  background-size: cover;
  background-position: center 40%;
  transition: transform 6s ease;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(21,38,96,0.72) 0%,
    rgba(30,56,120,0.55) 50%,
    rgba(0,0,0,0.48) 100%
  );
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 80px 24px 60px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.hero-tagline {
  font-family: 'Dancing Script', cursive;
  font-size: clamp(22px, 3vw, 30px);
  color: rgba(255,255,255,0.88);
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}
.hero-content h1 {
  font-size: clamp(32px, 5.5vw, 60px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.25);
  letter-spacing: -0.5px;
}
.hero-content h1 span { color: #ffd166; }
.hero-content p {
  font-size: clamp(14px, 1.8vw, 17px);
  opacity: 0.88;
  max-width: 560px;
  margin: 0 auto 44px;
  font-weight: 300;
  line-height: 1.7;
}

/* Hero Search Widget */
.hero-search-box {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0,0,0,0.22);
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 180px auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
}
.search-field {
  padding: 20px 22px;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #fff;
  transition: background 0.2s;
}
.search-field:hover { background: var(--bg-light); }
.search-field label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--navy);
  cursor: pointer;
}
.search-field label i { color: var(--red); font-size: 11px; }
.search-field select,
.search-field input[type="text"] {
  border: none;
  outline: none;
  font-size: 13.5px;
  color: var(--text-mid);
  background: transparent;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.search-field select { appearance: none; cursor: pointer; }

/* Travellers control — Adults + Kids */
.travellers-control {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 4px 4px;
}
.trav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.trav-lbl {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
}
.trav-lbl small {
  display: block;
  font-size: 10.5px;
  font-weight: 400;
  color: var(--text-light);
  margin-top: 1px;
}
.trav-stepper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.trav-stepper button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  padding: 0;
  line-height: 1;
}
.trav-stepper button:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.trav-stepper > span {
  min-width: 22px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: var(--navy);
}

.persons-control {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-mid);
  font-size: 13.5px;
}
.persons-control button {
  background: var(--navy-pale);
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  line-height: 1;
  color: var(--navy);
  font-weight: 600;
}
.persons-control button:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

.search-btn-cell { display: flex; align-items: stretch; }

/* ─── STATS BAR ─── */
.stats-bar {
  background: var(--navy);
  padding: 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 36px 32px;
  border-right: 1px solid rgba(255,255,255,0.1);
  transition: background 0.25s;
}
.stat-item:hover { background: rgba(255,255,255,0.05); }
.stat-item:last-child { border-right: none; }
.stat-icon {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  flex-shrink: 0;
}
.stat-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
  line-height: 1.2;
}
.stat-text p {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.stat-num { color: #ffd166; }

/* ─── TOUR CARDS ─── */
.tours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 28px;
}

.tour-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
}
.tour-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}

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

.card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  backdrop-filter: blur(4px);
}
.card-badge.featured {
  background: var(--gold);
  color: #fff;
}
.card-badge.category {
  background: rgba(30,56,120,0.82);
  color: #fff;
}

.card-duration {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 11.5px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  gap: 5px;
}

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

.card-destination {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 6px;
}

.card-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.35;
}

.card-rating {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  margin-bottom: 16px;
}
.stars { color: var(--gold); letter-spacing: 1px; font-size: 13px; }
.rating-val { font-weight: 600; color: var(--text); }
.rating-count { color: var(--text-light); font-size: 12px; }

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  gap: 10px;
}
.card-price .label {
  font-size: 10.5px;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.card-price .amount {
  font-size: 23px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
}
.card-price .original {
  font-size: 12px;
  color: var(--text-light);
  text-decoration: line-through;
  margin-left: 5px;
  font-weight: 400;
}
.card-price .per { font-size: 11px; color: var(--text-light); font-weight: 400; }

.card-action a {
  background: var(--red);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  box-shadow: 0 3px 12px rgba(204,34,40,0.25);
}
.card-action a:hover {
  background: var(--red-dark);
  box-shadow: 0 6px 18px rgba(204,34,40,0.35);
  transform: translateY(-1px);
}

/* ─── CATEGORIES SECTION ─── */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  gap: 18px;
}
.category-card {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 16px;
  text-align: center;
  transition: var(--transition);
  display: block;
  color: var(--text);
}
.category-card:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.cat-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--navy-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--navy);
  margin: 0 auto 14px;
  transition: var(--transition);
}
.category-card:hover .cat-icon { background: rgba(255,255,255,0.18); color: #fff; }
.category-card h3 { font-size: 13.5px; font-weight: 600; }

/* ─── FEATURES / WHY CHOOSE ─── */
.why-bg { background: var(--bg-light); }
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 26px;
}
.feature-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 34px 26px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  text-align: center;
  transition: var(--transition);
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--navy-pale);
}
.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  margin: 0 auto 20px;
}
.feature-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}
.feature-card p {
  color: var(--text-mid);
  font-size: 13.5px;
  line-height: 1.7;
  font-weight: 400;
}

/* ─── CTA BANNER ─── */
.cta-section {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 50%, var(--navy-light) 100%);
  padding: 88px 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -8%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
}
.cta-section::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(204,34,40,0.08);
  pointer-events: none;
}
.cta-section .cursive-tag {
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  color: rgba(255,255,255,0.72);
  margin-bottom: 10px;
}
.cta-section h2 {
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 700;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.cta-section p {
  opacity: 0.8;
  max-width: 500px;
  margin: 0 auto 36px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 300;
}
.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* ─── PAGE BANNER ─── */
.page-banner {
  position: relative;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.page-banner-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(21,38,96,0.75) 0%, rgba(30,56,120,0.6) 100%);
}
.page-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.page-banner-content .cursive-tag {
  font-family: 'Dancing Script', cursive;
  font-size: 22px;
  color: rgba(255,255,255,0.78);
  margin-bottom: 8px;
}
.page-banner-content h1 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 13.5px;
  color: rgba(255,255,255,0.75);
  font-weight: 400;
}
.breadcrumb a { color: rgba(255,255,255,0.82); transition: color 0.2s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb i { font-size: 10px; }

/* ─── ALL TOURS LAYOUT ─── */
.tours-layout {
  display: grid;
  grid-template-columns: 268px 1fr;
  gap: 36px;
  align-items: start;
  padding: 52px 0;
}

.filter-sidebar {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  padding: 28px;
  position: sticky;
  top: 96px;
}
.filter-sidebar h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--navy-pale);
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-sidebar h3 i { color: var(--red); }

.filter-group { margin-bottom: 22px; }
.filter-group > label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.filter-group select,
.filter-group input[type="number"],
.filter-group input[type="text"] {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 13.5px;
  color: var(--text);
  background: var(--bg-light);
  font-family: 'Poppins', sans-serif;
  outline: none;
  transition: var(--transition);
  font-weight: 400;
}
.filter-group select:focus,
.filter-group input:focus {
  border-color: var(--navy);
  background: #fff;
}
.price-range { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.filter-submit {
  width: 100%;
  padding: 13px;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(30,56,120,0.22);
}
.filter-submit:hover { background: var(--navy-dark); box-shadow: 0 6px 20px rgba(30,56,120,0.32); }

.filter-reset {
  display: block;
  text-align: center;
  color: var(--text-light);
  font-size: 12.5px;
  margin-top: 12px;
  cursor: pointer;
  transition: color 0.2s;
}
.filter-reset:hover { color: var(--red); }

.results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  flex-wrap: wrap;
  gap: 12px;
}
.results-count { font-size: 14px; color: var(--text-mid); font-weight: 400; }
.results-count strong { color: var(--navy); font-weight: 700; }

.sort-select {
  padding: 9px 16px;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  font-size: 13px;
  color: var(--text);
  outline: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  transition: border-color 0.2s;
}
.sort-select:focus { border-color: var(--navy); }

.no-results {
  text-align: center;
  padding: 70px 20px;
  color: var(--text-mid);
}
.no-results i { font-size: 52px; margin-bottom: 18px; opacity: 0.2; color: var(--navy); }
.no-results h3 { font-size: 20px; color: var(--navy); margin-bottom: 8px; font-weight: 700; }

/* ─── TOUR DETAIL ─── */
.tour-detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  padding: 52px 0;
  align-items: start;
}
.tour-main-img {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 32px;
  height: 430px;
  box-shadow: var(--shadow-md);
}
.tour-main-img img { width: 100%; height: 100%; object-fit: cover; }

.tour-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--border);
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.tab-btn {
  padding: 12px 22px;
  background: none;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-light);
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: var(--transition);
  letter-spacing: 0.1px;
}
.tab-btn.active { color: var(--navy); border-bottom-color: var(--red); }
.tab-btn:hover:not(.active) { color: var(--navy); }

.tab-content { display: none; }
.tab-content.active { display: block; }
.tab-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
}
.tab-content p {
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: 14px;
  font-weight: 400;
}

.highlights-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--text);
  background: var(--bg-light);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-weight: 400;
}
.highlight-item i { color: var(--gold); margin-top: 2px; flex-shrink: 0; }

.itinerary-day {
  border-left: 3px solid var(--navy-pale);
  padding-left: 20px;
  margin-bottom: 24px;
  position: relative;
}
.itinerary-day::before {
  content: '';
  width: 13px;
  height: 13px;
  background: var(--navy);
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 4px;
  box-shadow: 0 0 0 3px var(--navy-pale);
}
.itinerary-day h4 {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 5px;
}
.itinerary-day p { color: var(--text-mid); font-size: 13.5px; line-height: 1.7; }

.inclusion-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--text);
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-weight: 400;
}
.inclusion-item:last-child { border-bottom: none; }
.inclusion-item .inc { color: #16a34a; flex-shrink: 0; margin-top: 2px; }
.inclusion-item .exc { color: var(--red); flex-shrink: 0; margin-top: 2px; }

/* Tour info bar */
.tour-info-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: var(--navy);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 32px;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 22px;
  flex: 1;
  min-width: 140px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.info-item:last-child { border-right: none; }
.info-item i { color: var(--gold); font-size: 18px; flex-shrink: 0; }
.info-item .label { font-size: 10.5px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; }
.info-item .value { font-size: 13.5px; font-weight: 600; color: #fff; }

/* Booking card */
.booking-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  position: sticky;
  top: 96px;
}
.booking-card-header {
  background: var(--navy);
  padding: 24px 26px;
  text-align: center;
  color: #fff;
}
.booking-card-header .per-person {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.booking-card-header .main-price {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  margin: 6px 0;
}
.booking-card-header .orig-price {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  text-decoration: line-through;
}
.booking-card-header .save-badge {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  margin-top: 6px;
}

.booking-card-body { padding: 26px; }
.booking-card .form-group { margin-bottom: 14px; }
.booking-card .form-group label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.booking-card input,
.booking-card select,
.booking-card textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 13.5px;
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  outline: none;
  transition: border-color 0.2s;
  background: var(--bg-light);
  font-weight: 400;
}
.booking-card input:focus,
.booking-card select:focus,
.booking-card textarea:focus { border-color: var(--navy); background: #fff; }
.booking-card textarea { resize: vertical; min-height: 80px; }

.book-now-btn {
  width: 100%;
  padding: 15px;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  margin-top: 6px;
  box-shadow: 0 4px 16px rgba(204,34,40,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0.2px;
}
.book-now-btn:hover {
  background: var(--red-dark);
  box-shadow: 0 8px 24px rgba(204,34,40,0.4);
  transform: translateY(-1px);
}

.booking-meta {
  display: flex;
  gap: 14px;
  font-size: 12px;
  color: var(--text-light);
  justify-content: center;
  margin-top: 14px;
  flex-wrap: wrap;
}
.booking-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.booking-meta i { color: var(--navy); }

/* ─── SEARCH PAGE ─── */
.search-page { padding: 52px 0; }
.search-form-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  padding: 36px;
  margin-bottom: 44px;
}
.search-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 16px;
  align-items: end;
}
.form-field label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.form-field select,
.form-field input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 13.5px;
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  outline: none;
  transition: border-color 0.2s;
  background: var(--bg-light);
  font-weight: 400;
}
.form-field select:focus,
.form-field input:focus { border-color: var(--navy); background: #fff; }

/* ─── CONTACT PAGE ─── */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  padding: 64px 0;
  align-items: start;
}
.contact-info .cursive-tag { font-family: 'Dancing Script', cursive; font-size: 22px; color: var(--red); margin-bottom: 8px; }
.contact-info h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
  line-height: 1.25;
}
.contact-info > p { color: var(--text-mid); margin-bottom: 34px; line-height: 1.8; font-weight: 400; }

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.contact-detail-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--navy-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 17px;
  flex-shrink: 0;
}
.contact-detail h4 { font-size: 14.5px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.contact-detail p,
.contact-detail a { color: var(--text-mid); font-size: 13.5px; line-height: 1.6; font-weight: 400; }
.contact-detail a:hover { color: var(--navy); }

.office-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.office-card {
  background: var(--bg-light);
  border-radius: var(--radius-sm);
  padding: 20px;
  border-left: 3px solid var(--navy);
}
.office-card h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.office-card p { font-size: 13px; color: var(--text-mid); line-height: 1.65; font-weight: 400; }

.contact-form-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  padding: 38px;
}
.contact-form-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 14px;
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  outline: none;
  transition: border-color 0.2s;
  background: var(--bg-light);
  font-weight: 400;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--navy); background: #fff; }
.form-group textarea { resize: vertical; min-height: 120px; }

/* ─── ALERTS ─── */
.alert {
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.alert-success { background: #f0fdf4; color: #15803d; border-left: 4px solid #16a34a; }
.alert-error   { background: var(--red-pale); color: var(--red-dark); border-left: 4px solid var(--red); }

.flash-success {
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
  border-left: 4px solid #16a34a;
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

/* ─── TESTIMONIALS ─── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}
.testimonial-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: var(--transition);
  position: relative;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.testimonial-card::before {
  content: '\201C';
  font-family: Georgia, serif;
  font-size: 72px;
  color: var(--navy-pale);
  position: absolute;
  top: 12px;
  left: 24px;
  line-height: 1;
}
.testimonial-stars { color: var(--gold); font-size: 15px; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial-text {
  color: var(--text-mid);
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 22px;
  font-style: italic;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--navy-pale);
  flex-shrink: 0;
}
.author-avatar-initials {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.author-name { font-weight: 700; color: var(--navy); font-size: 14.5px; }
.author-trip { font-size: 12px; color: var(--text-light); margin-top: 2px; display: flex; align-items: center; gap: 4px; }
.author-trip i { color: var(--red); font-size: 11px; }

/* ─── LEGAL PAGES ─── */
.legal-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 64px 0;
}
.legal-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  margin: 36px 0 14px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}
.legal-content h2:first-of-type { border-top: none; margin-top: 0; }
.legal-content h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin: 20px 0 8px; }
.legal-content p { color: var(--text-mid); line-height: 1.85; margin-bottom: 14px; font-weight: 400; }
.legal-content ul { margin: 0 0 14px 22px; }
.legal-content ul li { color: var(--text-mid); line-height: 1.8; margin-bottom: 6px; font-weight: 400; list-style: disc; }
.legal-content a { color: var(--navy); text-decoration: underline; }
.legal-content .last-updated {
  background: var(--bg-light);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.legal-content .last-updated i { color: var(--navy); }

/* ─── FOOTER ─── */
.site-footer { background: #1a1a3d; color: rgba(255,255,255,0.82); }

.footer-top { padding: 64px 0 44px; background: #1a1a3d; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 44px;
}
.footer-logo img { height: 44px; width: auto; filter: brightness(0) invert(1); margin-bottom: 16px; }

/* Footer text brand (replaces broken logo image) */
.footer-brand {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 18px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}
.footer-brand-mark {
  font-family: 'Dancing Script', cursive;
  font-size: 34px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.5px;
}
.footer-brand-name {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}
.footer-map-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  font-size: 12px;
  color: var(--red) !important;
  font-weight: 500;
  transition: color 0.2s;
}
.footer-map-link:hover { color: #fff !important; text-decoration: underline; }
.footer-about {
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(255,255,255,0.62);
  font-weight: 400;
  margin-top: 4px;
}
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  transition: var(--transition);
}
.footer-social a:hover { background: var(--red); color: #fff; transform: translateY(-2px); }

.footer-col h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  letter-spacing: 0.2px;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  color: rgba(255,255,255,0.62);
  font-size: 13.5px;
  font-weight: 400;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.footer-col ul li a:hover { color: #fff; padding-left: 5px; }
.footer-col ul li a::before { content: '→'; font-size: 11px; opacity: 0; transition: opacity 0.2s; }
.footer-col ul li a:hover::before { opacity: 1; }

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13.5px;
  font-weight: 400;
}
.footer-contact li i { color: var(--gold); margin-top: 3px; flex-shrink: 0; font-size: 13px; }
.footer-contact li a,
.footer-contact li span { color: rgba(255,255,255,0.7); transition: color 0.2s; }
.footer-contact li a:hover { color: #fff; }

.footer-mid {
  background: rgba(0,0,0,0.18);
  border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 12px 0;
}
.footer-mid-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-mid-inner a {
  color: rgba(255,255,255,0.55);
  font-size: 12.5px;
  transition: color 0.2s;
  font-weight: 400;
}
.footer-mid-inner a:hover { color: rgba(255,255,255,0.9); }
.footer-mid-inner span { color: rgba(255,255,255,0.2); font-size: 12px; }

.footer-bottom {
  background: rgba(0,0,0,0.28);
  padding: 18px 0;
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.45); font-weight: 400; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 13px; color: rgba(255,255,255,0.45); font-weight: 400; transition: color 0.2s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.75); }
.footer-bottom-legal { display: flex; gap: 14px; align-items: center; }
.footer-bottom-legal a { font-size: 12.5px; color: rgba(255,255,255,0.42); font-weight: 400; transition: color 0.2s; }
.footer-bottom-legal a:hover { color: rgba(255,255,255,0.75); }
.footer-bottom-legal span { color: rgba(255,255,255,0.18); font-size: 11px; }

/* ─── FLOATING ACTION BUTTONS (Call / WhatsApp / Form) ─── */
.float-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 999;
}
.float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.22);
  transition: var(--transition);
  cursor: pointer;
  border: none;
  position: relative;
}
.float-btn:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 10px 28px rgba(0,0,0,0.28); }
.float-btn.call     { background: #1f9d55; }
.float-btn.whatsapp { background: #25d366; }
.float-btn.form     { background: var(--navy); }
.float-btn .float-tip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: #1a1f36;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.float-btn:hover .float-tip { opacity: 1; }

@media (max-width: 640px) {
  .float-actions { right: 14px; bottom: 14px; gap: 10px; }
  .float-btn { width: 48px; height: 48px; font-size: 19px; }
}

/* Old floating button — hide if any old markup still emits it */
.whatsapp-float { display: none !important; }

/* ─── INDIA TRIPS SECTION ─── */
.india-trips-section {
  background: linear-gradient(135deg, #f5f8ff 0%, #eef1f9 100%);
  padding: 80px 0;
}
.india-trips-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.india-trips-img {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  height: 440px;
  box-shadow: var(--shadow-lg);
}
.india-trips-img img { width: 100%; height: 100%; object-fit: cover; }
.india-trips-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 60%, rgba(21,38,96,0.3) 100%);
}
.india-trips-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--red);
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}
.india-trips-text .section-label { margin-bottom: 8px; }
.india-trips-text h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 6px;
}
.india-trips-text .sub-heading {
  font-family: 'Dancing Script', cursive;
  font-size: 22px;
  color: var(--red);
  margin-bottom: 20px;
  display: block;
}
.india-trips-text p { color: var(--text-mid); line-height: 1.85; margin-bottom: 14px; font-weight: 400; }
.india-trips-list { margin: 20px 0 28px; }
.india-trips-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  color: var(--text-mid);
  font-size: 14px;
  line-height: 1.5;
}
.india-trips-list li:last-child { border-bottom: none; }
.india-trips-list li i { color: var(--red); font-size: 13px; margin-top: 3px; flex-shrink: 0; }

/* ─── SCROLLING PACKAGES CAROUSEL ─── */
.scrolling-pkgs-section {
  background: linear-gradient(135deg, #152660 0%, #1e3878 50%, #273574 100%);
  padding: 64px 0;
  overflow: hidden;
}
.scrolling-pkgs-header {
  text-align: center;
  margin-bottom: 40px;
}
.scrolling-pkgs-header .section-label { color: rgba(255,255,255,0.6); }
.scrolling-pkgs-header h2 { color: #fff; }
.scrolling-pkgs-header p { color: rgba(255,255,255,0.65); }
.ticker-outer {
  overflow: hidden;
  position: relative;
}
.ticker-outer::before, .ticker-outer::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.ticker-outer::before { left: 0; background: linear-gradient(to right, #1e3878, transparent); }
.ticker-outer::after  { right: 0; background: linear-gradient(to left, #273574, transparent); }
.ticker-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollTrack 40s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
@keyframes scrollTrack {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-pkg-card {
  background: rgba(255,255,255,0.09);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  width: 256px;
  flex-shrink: 0;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  display: block;
}
.ticker-pkg-card:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.28);
}
.ticker-pkg-img {
  width: 100%;
  height: 148px;
  overflow: hidden;
  position: relative;
}
.ticker-pkg-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.ticker-pkg-card:hover .ticker-pkg-img img { transform: scale(1.08); }
.ticker-pkg-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 20px;
}
.ticker-pkg-body { padding: 16px; }
.ticker-pkg-dest {
  font-size: 10.5px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 5px;
}
.ticker-pkg-title { font-size: 13.5px; font-weight: 600; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.ticker-pkg-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ticker-pkg-price { font-size: 16px; font-weight: 800; color: #ffd166; }
.ticker-pkg-price small { font-size: 10px; color: rgba(255,255,255,0.45); font-weight: 400; display: block; }
.ticker-pkg-nights {
  font-size: 11px;
  background: rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 4px 10px;
  color: rgba(255,255,255,0.75);
}

/* ─── FOUNDER SECTION ─── */
.founder-section { padding: 80px 0; background: var(--bg-light); }
.founder-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 64px;
  align-items: center;
}
.founder-img {
  position: relative;
}
.founder-img-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  height: 520px;
  box-shadow: var(--shadow-lg);
}
.founder-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.founder-exp-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: var(--red);
  color: #fff;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(204,34,40,0.4);
  border: 4px solid #fff;
  text-align: center;
}
.founder-exp-badge .num { font-size: 28px; line-height: 1; }
.founder-exp-badge .lbl { font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; opacity: 0.9; }
.founder-text h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.founder-text .founder-role {
  font-size: 14px;
  font-weight: 600;
  color: var(--red);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.founder-text p { color: var(--text-mid); line-height: 1.85; margin-bottom: 14px; font-weight: 400; }
.founder-signature {
  font-family: 'Dancing Script', cursive;
  font-size: 32px;
  color: var(--navy);
  margin: 20px 0 4px;
}
.founder-sig-title { font-size: 12px; color: var(--text-light); font-weight: 500; }
.founder-socials { display: flex; gap: 10px; margin-top: 20px; }
.founder-socials a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--navy-pale);
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  transition: var(--transition);
}
.founder-socials a:hover { background: var(--navy); color: #fff; }

/* ─── ABOUT PAGE ─── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0;
}
.about-img {
  border-radius: var(--radius);
  overflow: hidden;
  height: 480px;
  box-shadow: var(--shadow-lg);
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-text .cursive-tag { font-family: 'Dancing Script', cursive; font-size: 22px; color: var(--red); margin-bottom: 8px; display: block; }
.about-text h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.28;
  margin-bottom: 18px;
}
.about-text p { color: var(--text-mid); line-height: 1.85; margin-bottom: 14px; font-weight: 400; }
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
}
.about-stat-num {
  font-size: 30px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}
.about-stat-label { font-size: 12px; color: var(--text-light); margin-top: 5px; font-weight: 500; }

/* ─── LIGHTBOX ─── */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-content { position: relative; max-width: 90vw; max-height: 90vh; }
.lightbox-content img { max-width: 90vw; max-height: 85vh; border-radius: 6px; }
.lb-close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 34px;
  cursor: pointer;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.lb-close:hover { opacity: 1; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .tours-layout { grid-template-columns: 240px 1fr; }
  .tour-detail-layout { grid-template-columns: 1fr; }
  .booking-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img { height: 340px; }
  .hero-search-box { grid-template-columns: 1fr 1fr; }
  .search-btn-cell { grid-column: 1 / -1; }
  .btn-search { border-radius: var(--radius-sm); height: 48px; width: 100%; justify-content: center; }
}

@media (max-width: 768px) {
  .mobile-toggle { display: flex; }
  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: var(--shadow-lg);
    padding: 90px 24px 24px;
    transition: right 0.32s ease;
    overflow-y: auto;
    z-index: 990;
  }
  .main-nav.open { right: 0; }
  .nav-list { flex-direction: column; align-items: flex-start; gap: 2px; width: 100%; }
  .nav-list > li { width: 100%; }
  .nav-list > li > a { padding: 12px 14px; border-radius: var(--radius-sm); }
  .nav-list > li > a::after { display: none; }
  .dropdown {
    position: static;
    opacity: 1;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transform: none;
    box-shadow: none;
    border: none;
    background: var(--bg-light);
    border-radius: var(--radius-sm);
    transition: max-height 0.3s ease, visibility 0.3s;
    margin-top: 4px;
  }
  .has-dropdown.open .dropdown { visibility: visible; max-height: 500px; }

  .stats-grid { grid-template-columns: 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .stat-item:last-child { border-bottom: none; }
  .tours-layout { grid-template-columns: 1fr; }
  .filter-sidebar { position: static; }
  .search-form-grid { grid-template-columns: 1fr 1fr; }
  .highlights-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .office-cards { grid-template-columns: 1fr; }
  .topbar-left { flex-direction: column; align-items: flex-start; gap: 5px; }
  .topbar-inner { flex-direction: column; align-items: flex-start; }
  .hero-search-box { grid-template-columns: 1fr; border-radius: var(--radius-sm); }
  .search-field { border-right: none; border-bottom: 1px solid var(--border); }
  .search-field:last-child { border-bottom: none; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .footer-bottom-links { justify-content: center; }
}

@media (max-width: 480px) {
  .hero { min-height: 520px; }
  .hero-content h1 { font-size: 28px; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .search-form-grid { grid-template-columns: 1fr; }
  .tours-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .section-pad { padding: 56px 0; }
}


/* ============================================================
   RESPONSIVE UX & DEVICE HARDENING — 2026
   ============================================================ */

/* Prevent long words/URLs from breaking layouts */
body { overflow-x: hidden; }
h1, h2, h3, h4, p, a, li, label { overflow-wrap: anywhere; }

/* Better image rendering + consistent card media */
img { max-width: 100%; }
.tour-card .card-img {
  aspect-ratio: 16 / 10;
  height: auto;
  min-height: 0;
}
.tour-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tour-main-img {
  aspect-ratio: 16 / 8;
  height: auto;
  max-height: 560px;
}
.tour-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-banner-bg {
  background-position: center center;
}

/* Accessible keyboard focus */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(204,34,40,.35);
  outline-offset: 2px;
}

/* Mobile nav backdrop */
.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15,24,52,.48);
  backdrop-filter: blur(2px);
  z-index: 980;
}
body.nav-open { overflow: hidden; }

/* Search fields behave well on touch screens */
.search-field select,
.search-field input,
.form-group input,
.form-group select,
.form-group textarea,
.filter-group select,
.price-range input {
  min-height: 48px;
  font-size: 16px; /* prevents iOS zoom */
}
.form-group textarea { min-height: 120px; resize: vertical; }

/* Prevent accidental horizontal overflow in grids */
.tours-grid, .categories-grid, .features-grid,
.stats-grid, .footer-grid, .tour-detail-layout,
.tours-layout, .about-grid, .india-trips-grid {
  min-width: 0;
}
.tour-card, .tour-main, .booking-card, main, aside { min-width: 0; }

/* Keep card footers aligned and readable */
.card-body { display: flex; flex-direction: column; }
.card-footer { margin-top: auto; }
.card-title { min-height: 2.7em; }

/* Make ticker less aggressive on small devices */
@media (max-width: 768px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .topbar { display: none; }
  .header-inner { height: 68px; }
  .logo img { height: 46px; width: auto; }
  .site-header { box-shadow: 0 3px 16px rgba(30,56,120,.12); }

  .nav-backdrop { display: block; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
  body.nav-open .nav-backdrop { opacity: 1; visibility: visible; }

  .main-nav {
    width: min(88vw, 340px);
    right: -110%;
    padding: 82px 16px 28px;
    z-index: 990;
  }
  .main-nav.open { right: 0; }
  .nav-list > li > a {
    font-size: 15px;
    padding: 13px 14px;
  }
  .dropdown li a { padding: 11px 14px; }

  .hero {
    min-height: 620px;
    padding: 54px 0 42px;
    display: flex;
    align-items: center;
  }
  .hero-content { width: 100%; }
  .hero-content h1 {
    font-size: clamp(29px, 8vw, 40px);
    line-height: 1.16;
  }
  .hero-content > p {
    font-size: 14px;
    line-height: 1.65;
    max-width: 100%;
  }
  .hero-search-box {
    width: 100%;
    margin-top: 26px;
    padding: 0;
    gap: 0;
    overflow: hidden;
  }
  .search-field { padding: 15px 16px; }
  .search-btn-cell { padding: 10px; background: #fff; }
  .btn-search { min-height: 50px; border-radius: 10px; }

  .section-header { margin-bottom: 32px; }
  .section-header h2 { font-size: clamp(25px, 7vw, 32px); }
  .section-pad { padding: 58px 0; }

  .india-trips-section { padding: 58px 0; }
  .india-trips-grid { gap: 34px; }
  .india-trips-img { height: auto; aspect-ratio: 4 / 3; }
  .india-trips-badge { left: 14px; bottom: 14px; padding: 8px 13px; font-size: 11px; }
  .india-trips-text p { line-height: 1.72; }

  .tour-detail-layout { gap: 26px; }
  .tour-main-img { aspect-ratio: 4 / 3; max-height: none; }
  .tour-info-bar { grid-template-columns: repeat(2, 1fr); }
  .tour-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
  .tab-btn { flex: 0 0 auto; white-space: nowrap; }
  .booking-card { border-radius: 14px; }
  .booking-card-body { padding: 20px 16px; }

  .filter-sidebar {
    padding: 18px;
    border-radius: 14px;
  }
  .results-bar { gap: 12px; align-items: flex-start; flex-direction: column; }
  .sort-select { width: 100%; }
  .tours-grid { gap: 18px; }

  .ticker-pkg-card { width: 238px; }
  .ticker-track { gap: 14px; animation-duration: 34s; }

  .home-gallery-grid { gap: 8px; }
  .float-actions { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); }
}

@media (max-width: 480px) {
  .container { padding-left: 15px; padding-right: 15px; }
  .header-inner { gap: 10px; }
  .logo img { height: 42px; }
  .mobile-toggle { width: 44px; height: 44px; }

  .hero { min-height: 670px; }
  .hero-content h1 { font-size: 29px; }
  .hero-tagline { font-size: 18px; }
  .search-field { padding: 14px; }

  .stats-bar { padding: 0; }
  .stat-item { padding: 22px 0; }
  .stat-text h3 { font-size: 15px; }
  .stat-text p { font-size: 11.5px; }

  .tour-card .card-img { aspect-ratio: 16 / 10; }
  .card-body { padding: 16px; }
  .card-title { font-size: 16px; min-height: 0; }
  .card-footer { gap: 12px; align-items: flex-end; }
  .card-price .amount { font-size: 19px; }

  .tour-main-img { aspect-ratio: 4 / 3; }
  .tour-info-bar { grid-template-columns: 1fr 1fr; gap: 0; }
  .info-item { padding: 13px 10px; }
  .info-item .value { font-size: 12px; }
  .info-item .label { font-size: 10px; }

  .tab-content { padding: 20px 16px; }
  .tab-content > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .price-range { grid-template-columns: 1fr; }
  .filter-submit { width: 100%; }
  .filter-reset { display: block; text-align: center; padding-top: 10px; }

  .ticker-pkg-card { width: 220px; }
  .ticker-pkg-img { height: 132px; }

  .cta-section { padding: 56px 0; }
  .cta-section h2 { font-size: 26px; }

  .lightbox-content { max-width: 94vw; }
  .lightbox-content img { max-width: 94vw; max-height: 78vh; }
  .lb-close { top: -40px; font-size: 30px; }
}

/* Tablets / landscape phones */
@media (min-width: 769px) and (max-width: 1100px) {
  .container { padding-left: 20px; padding-right: 20px; }
  .nav-list > li > a { padding-left: 9px; padding-right: 9px; font-size: 13px; }
  .logo img { height: 50px; }
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Header breakpoint: compact navigation on tablets */
@media (max-width: 900px) {
  .mobile-toggle { display: flex; }
  .mobile-toggle span { background: var(--navy); }
  .main-nav {
    position: fixed;
    top: 0;
    right: -110%;
    width: min(88vw, 340px);
    height: 100vh;
    background: #fff;
    box-shadow: var(--shadow-lg);
    padding: 82px 16px 28px;
    transition: right .32s ease;
    overflow-y: auto;
    z-index: 990;
  }
  .main-nav.open { right: 0; }
  .nav-list { flex-direction: column; align-items: flex-start; gap: 2px; width: 100%; }
  .nav-list > li { width: 100%; }
  .nav-list > li > a { padding: 13px 14px; font-size: 15px; }
  .nav-list > li > a::after { display: none; }
  .dropdown {
    position: static;
    opacity: 1;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transform: none;
    box-shadow: none;
    border: none;
    background: var(--bg-light);
    border-radius: var(--radius-sm);
    transition: max-height .3s ease, visibility .3s;
    margin-top: 4px;
  }
  .has-dropdown.open .dropdown { visibility: visible; max-height: 500px; }
  .nav-backdrop { display: block; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
  body.nav-open .nav-backdrop { opacity: 1; visibility: visible; }
  body.nav-open { overflow: hidden; }
}
@media (min-width: 769px) and (max-width: 900px) {
  .topbar-left { gap: 12px; }
}
