:root {
  --home-navy: #16182f;
  --home-orange: #ff671f;
  --home-orange-dark: #e84f12;
  --home-text: #202234;
  --home-muted: #667085;
  --home-line: #e9edf3;
  --home-soft: #f7f8fc;
}

body {
  background: #fff !important;
}

header,
header.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .08);
  padding: 0;
}

header .row {
  align-items: center;
  min-height: 58px;
}

#logo_home h1,
header.sticky #logo_home h1 {
  margin: 0;
}

#logo_home h1 a,
#logo_home .logo-mark,
header.sticky #logo_home h1 a,
header.sticky #logo_home .logo-mark {
  background-image: url(../img/logo_sticky.png) !important;
}

nav,
.sticky nav {
  margin-top: 0 !important;
}

.main-menu > ul > li > a,
.sticky .main-menu > ul > li > a {
  color: #152034 !important;
  font-size: 13px;
  font-weight: 700;
  padding: 19px 10px 18px;
}

.main-menu > ul > li:hover > a,
.sticky .main-menu > ul > li:hover > a {
  color: var(--home-orange);
}

.home-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #edf2f8;
}

body:has(.home-hero) header,
body:has(.home-hero) header#plain {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .08);
}

body:has(.home-hero) header .main-menu > ul > li > a,
body:has(.home-hero) header .main-menu > ul > li > a:hover {
  color: #152034 !important;
}

body:has(.home-hero) header #logo_home h1 a,
body:has(.home-hero) header #logo_home .logo-mark {
  background-image: url("../img/logo_sticky.png") !important;
}

.home-hero-track {
  position: absolute;
  inset: 0;
}

.home-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease, visibility .45s ease;
}

.home-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.home-hero-bg {
  position: absolute;
  inset: 0;
}

.home-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .74) 34%, rgba(255, 255, 255, .08) 68%),
    linear-gradient(0deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, 0) 32%);
}

.home-hero-bg picture,
.home-hero-bg img,
.home-hero-video {
  width: 100%;
  height: 100%;
}

.home-hero-bg picture {
  display: block;
}

.home-hero-bg img,
.home-hero-video {
  object-fit: cover;
  object-position: center;
}

.home-hero-video {
  position: absolute;
  inset: 0;
}

.home-hero-slide > .container {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-hero-content {
  width: min(530px, 100%);
  padding: 54px 0 120px;
}

.hero-eyebrow,
.section-kicker {
  margin: 0 0 8px;
  color: var(--home-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-hero h1 {
  margin: 0 0 18px;
  color: var(--home-navy);
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.03;
  font-weight: 800;
}

.home-hero h1 span {
  color: var(--home-orange-dark);
}

.home-hero ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  color: #34364a;
  font-size: 16px;
  font-weight: 600;
}

.home-hero li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.home-hero li i {
  color: var(--home-orange);
  font-size: 18px;
}

.hero-cta,
.home-search-form button,
.call-assist a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 6px;
  background: var(--home-orange);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(255, 103, 31, .28);
}

.hero-cta:hover,
.home-search-form button:hover,
.call-assist a:hover {
  background: var(--home-orange-dark);
  color: #fff;
}

.hero-category-row {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 22px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3px;
  padding: 0 8px;
}

.home-hero-tabs-container {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-slide-tab {
  flex: 0 0 150px;
  width: 150px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--home-navy);
  text-align: center;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  pointer-events: auto;
}

.hero-slide-tab img {
  display: block;
  width: 136px;
  height: 136px;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, .96);
  box-shadow: 0 16px 35px rgba(22, 24, 47, .18);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hero-slide-tab span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: -12px;
  padding: 10px 12px 8px;
  border: 1px solid #dfe4ee;
  border-radius: 6px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 10px 20px rgba(17, 24, 39, .09);
  line-height: 1.15;
  position: relative;
  z-index: 1;
}

.hero-slide-tab.is-active img,
.hero-slide-tab:hover img {
  border-color: var(--home-orange);
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(255, 103, 31, .22);
}

.hero-slide-tab.is-active span,
.hero-slide-tab:hover span {
  color: var(--home-orange-dark);
}

.home-search-panel {
  padding: 12px 0 12px;
  background: linear-gradient(180deg, #fbf7ff 0%, #fff 100%);
}

.home-search-card {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 24px;
  align-items: end;
  padding: 22px;
  border: 1px solid #f0e8f8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(25, 18, 45, .08);
}

.home-search-card h2,
.section-heading h2,
.trust-strip h2,
.season-copy h2 {
  margin: 0;
  color: var(--home-navy);
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.15;
  font-weight: 800;
}

.home-search-form {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(190px, 1.2fr) 140px;
  gap: 12px;
}

.home-search-form label {
  margin: 0;
}

.home-search-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.home-search-form select,
.home-search-form input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--home-line);
  border-radius: 6px;
  padding: 0 14px;
  color: var(--home-text);
  background: #fff;
  font-weight: 600;
}

.home-section {
  padding: 58px 0;
}

.home-popular {
  padding-top: 52px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--home-navy);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.section-link:hover {
  color: var(--home-orange);
}

.home-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-package-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(17, 24, 39, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.home-package-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(17, 24, 39, .12);
}

.home-package-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef2f6;
}

.home-package-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease;
}

.home-package-card:hover .home-package-media img {
  transform: scale(1.04);
}

.home-package-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px;
}

.home-package-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 700;
}

.home-package-meta i {
  color: #f8b400;
}

.home-package-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
}

.home-package-card h3 a {
  display: -webkit-box;
  min-height: 42px;
  overflow: hidden;
  color: var(--home-navy);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-package-card p {
  min-height: 20px;
  margin: 0 0 14px;
  overflow: hidden;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-package-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: auto;
}

.home-price {
  min-width: 0;
}

.home-price small {
  display: block;
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-price strong {
  display: block;
  color: var(--home-navy);
  font-size: 22px;
  line-height: 1.12;
  font-weight: 800;
}

.home-package-actions {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 10px;
}

.home-detail-link,
.home-callback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--home-orange);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
}

.home-detail-link {
  background: var(--home-orange);
  color: #fff;
}

.home-callback {
  background: #fff;
  color: var(--home-orange-dark);
}

.home-detail-link:hover,
.home-callback:hover {
  background: var(--home-orange-dark);
  border-color: var(--home-orange-dark);
  color: #fff;
}

.home-empty {
  grid-column: 1 / -1;
  color: var(--home-muted);
}

/* ===== UPDATED SUMMER / SEASON PACKAGE SECTION ===== */

.season-showcase {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #f6f0e7;
  color: #fff;
}

.season-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.season-tabs {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0 15px;
  background: transparent;
}

.season-tabs button {
  --season-tab-accent: var(--home-orange);
  --season-tab-accent-dark: var(--home-orange-dark);
  --season-tab-shadow: rgba(255, 103, 31, .22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border: 1px solid rgba(22, 24, 47, .12);
  border-radius: 6px;
  padding: 0 22px;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--home-navy);
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(17, 24, 39, .08);
  transition: all .22s ease;
}

.season-tabs button i {
  color: var(--season-tab-accent);
  font-size: 19px;
}

.season-tabs .season-tab-winter {
  --season-tab-accent: #034293;
  --season-tab-accent-dark: #023c87;
  --season-tab-shadow: rgba(37, 99, 235, .22);
}

.season-tabs .season-tab-monsoon {
  --season-tab-accent: #16825d;
  --season-tab-accent-dark: #0f6f4e;
  --season-tab-shadow: rgba(22, 130, 93, .22);
}

.season-tabs .season-tab-summer {
  --season-tab-accent: var(--home-orange);
  --season-tab-accent-dark: var(--home-orange-dark);
  --season-tab-shadow: rgba(255, 103, 31, .22);
}

.season-tabs button.active,
.season-tabs button:hover {
  border-color: var(--season-tab-accent);
  background: var(--season-tab-accent);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px var(--season-tab-shadow);
}

.season-tabs button.active i,
.season-tabs button:hover i {
  color: #fff;
}

.season-panel {
  display: none;
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 120px 6.5vw 62px;
  background-color: #f6f0e7;
  background-image: var(--season-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.season-panel.active {
  display: block;
}

/* ===== CORRECT SEASON SHADOW ===== */

.season-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* ❄️ WINTER */
.season-winter::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(220,230,240,.55) 40%, rgba(255,255,255,.08) 100%);
}

/* ☀️ SUMMER */
.season-summer::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,190,80,.45) 40%, rgba(255,140,0,.18) 100%);
}

/* 🌧️ MONSOON */
.season-monsoon::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(90,140,120,.50) 40%, rgba(20,60,45,.30) 100%);
}

/* ===== CORRECT SEASON SHADOW END ===== */
.season-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: none;
}

.season-layout {
  position: relative;
  z-index: 2;
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(290px, 340px) minmax(0, 1fr);
  gap: 44px;
  align-items: stretch;
}

.season-copy {
  min-height: 410px;
  padding: 38px 30px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  color: #3f3f3f;
  box-shadow: 0 18px 42px rgba(17, 24, 39, .11);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.season-copy .section-kicker {
  margin-bottom: 12px;
  color: var(--home-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.season-copy h2 {
  margin: 0 0 18px;
  color: #363636;
  font-size: clamp(28px, 2.35vw, 40px);
  line-height: 1.12;
  font-weight: 800;
}

.season-copy p:last-of-type {
  margin: 0;
  color: #4f4f4f;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.6;
  font-weight: 600;
}

.season-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 24px;
  padding: 0 18px;
  border: 1px solid var(--home-orange);
  border-radius: 5px;
  background: rgba(255,255,255,.9);
  color: var(--home-orange-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.season-view-all:hover {
  background: var(--home-orange);
  color: #fff;
}

.season-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.season-mini-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, .68);
  color: #444;
  box-shadow: 0 16px 38px rgba(17, 24, 39, .10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.season-mini-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 48px rgba(17, 24, 39, .16);
}

.season-mini-media {
  display: block;
  margin: 16px 16px 0;
  overflow: hidden;
  border-radius: 8px;
  background: #eef2f6;
}

.season-mini-card img {
  display: block;
  width: 100%;
  height: 252px;
  object-fit: cover;
  transition: transform .28s ease;
}

.season-mini-card:hover img {
  transform: scale(1.035);
}

.season-mini-body {
  display: flex;
  min-height: 121px;
  flex-direction: column;
  padding: 16px 18px 18px;
}

.season-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
  padding: 0 !important;
  color: #444;
  font-size: 13px;
  font-weight: 700;
}

.season-rating i {
  color: #f8b400;
  font-size: 14px;
}

.season-mini-card h3 {
  min-height: 44px;
  margin: 0 0 8px;
  color: #3f3f3f;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.22;
  font-weight: 800;
}

.season-mini-card h3 a {
  display: -webkit-box;
  max-height: 44px;
  overflow: hidden;
  color: #3f3f3f;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.season-city-text {
  min-height: 22px;
  margin: 0 0 12px;
  overflow: hidden;
  color: #555;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.season-mini-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 0 !important;
}

.season-mini-card span {
  display: block;
  color: #555;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}

.season-mini-card strong {
  display: block;
  color: var(--home-orange-dark);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.1;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.season-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 15px;
  padding: 0 14px;
  border-radius: 5px;
  background: var(--home-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.season-detail-btn:hover {
  background: var(--home-orange-dark);
  color: #fff;
}

.home-popular-cities {
  background: #fff;
}

.home-destination-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.home-destination-card {
  margin: 0;
}

.home-destination-card a {
  display: block;
  overflow: hidden;
  height: 100%;
  border: 1px solid #e5eaf0;
  border-radius: 8px;
  background: #fff;
  color: #18233a;
  box-shadow: 0 12px 28px rgba(22, 33, 55, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.home-destination-card a:hover {
  color: #18233a;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(22, 33, 55, .13);
}

.home-destination-card figure {
  position: relative;
  height: 132px;
  margin: 0;
  background: #e8edf4;
}

.home-destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-destination-card .destination-card-body {
  display: grid;
  min-height: 134px;
  padding: 13px 14px 15px;
}

.home-destination-card h2 {
  margin: 0 0 2px;
  color: #18233a;
  font-size: 16px;
  line-height: 1.24;
  font-weight: 800;
}

.home-destination-card .destination-state {
  margin: 0 0 8px;
  color: #5d6b7f;
  font-size: 11px;
  font-weight: 700;
}

.home-destination-card .destination-copy {
  display: -webkit-box;
  min-height: 51px;
  margin: 0 0 12px;
  overflow: hidden;
  color: #42516a;
  font-size: 12px;
  line-height: 1.42;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-destination-card .destination-link {
  align-self: end;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--home-orange-dark);
  font-size: 12px;
  font-weight: 900;
}

.destination-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  max-width: calc(100% - 52px);
  padding: 4px 8px;
  border: 2px solid currentColor;
  border-radius: 6px;
  background: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.destination-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .66);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
  backdrop-filter: blur(4px);
}

.destination-badge--heritage {
  color: #ff7a00;
}

.destination-badge--culture,
.destination-badge--spiritual {
  color: #a64cff;
}

.destination-badge--historical {
  color: #2396c8;
}

.destination-badge--romantic {
  color: #ff3f86;
}

.destination-badge--adventure {
  color: #0b9a6d;
}

.destination-badge--nature {
  color: #37a83d;
}

.destination-badge--wildlife {
  color: #f59f00;
}

.destination-badge--beach,
.destination-badge--default {
  color: #1976d2;
}

.destination-badge--metropolitan {
  color: #2f7ccf;
}

.home-seo-intro {
  background: #fff;
}

.seo-intro-layout {
  display: grid;
  grid-template-columns: minmax(260px, 430px) 1fr;
  gap: 36px;
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.seo-intro-layout p:last-child {
  margin: 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
}

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

.interest-card {
  position: relative;
  display: block;
  min-height: 210px;
  overflow: hidden;
  border-radius: 8px;
  background: #111827;
}

.interest-card img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  opacity: .88;
  transition: transform .24s ease, opacity .24s ease;
}

.interest-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .45);
}

.interest-card:hover img {
  opacity: 1;
  transform: scale(1.04);
}

.home-quick-links {
  padding-top: 0;
}

.quick-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-link-row a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  background: #fff;
  color: var(--home-navy);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(17, 24, 39, .05);
}

.quick-link-row a:hover {
  border-color: var(--home-orange);
  color: var(--home-orange-dark);
}

.trust-strip {
  padding: 50px 0;
  background: #fbf7ff;
  text-align: center;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.trust-grid div {
  padding: 18px 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 24, 39, .07);
}

.trust-grid i {
  display: block;
  margin-bottom: 10px;
  color: var(--home-orange);
  font-size: 28px;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: var(--home-navy);
  font-size: 15px;
  font-weight: 800;
}

.trust-grid span {
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 600;
}

.home-faq {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-grid article {
  padding: 20px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, .06);
}

.faq-grid h3 {
  margin: 0 0 8px;
  color: var(--home-navy);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.faq-grid p {
  margin: 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.call-assist {
  background: #fff4e8;
}

.call-assist-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  color: var(--home-navy);
  font-size: 17px;
  font-weight: 800;
}

.call-assist-inner i {
  color: #16803a;
  margin-right: 8px;
}

@media (max-width: 1199.98px) {
  .home-package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-destination-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  header .container {
    position: relative;
  }

  header nav.col-9 {
    position: static;
    min-height: 58px;
  }

  header .cmn-toggle-switch {
    top: 50%;
    right: 15px;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    z-index: 10001;
  }

  header .cmn-toggle-switch span {
    top: 17px;
    background: var(--home-navy);
  }

  header .cmn-toggle-switch span::before,
  header .cmn-toggle-switch span::after,
  header.sticky .cmn-toggle-switch span,
  header.sticky .cmn-toggle-switch span::before,
  header.sticky .cmn-toggle-switch span::after {
    background-color: var(--home-navy);
  }

  header .cmn-toggle-switch__htx.active {
    transform: translateY(-50%);
  }

  header .cmn-toggle-switch__htx.active span {
    background: none;
  }

  .home-hero {
    margin-top: 0;
    min-height: 520px;
  }

  .home-hero-slide > .container {
    min-height: 520px;
    justify-content: flex-start;
  }

  .home-hero-content {
    padding-top: 78px;
    padding-bottom: 138px;
  }

  .hero-category-row {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 4px 6px;
    scrollbar-width: none;
  }

  .hero-category-row::-webkit-scrollbar {
    display: none;
  }

  .home-search-card,
  .season-layout,
  .seo-intro-layout {
    grid-template-columns: 1fr;
  }

  .home-search-form {
    grid-template-columns: 1fr 1fr;
  }

  .home-search-form button {
    grid-column: 1 / -1;
  }

  .home-package-grid,
  .home-destination-grid,
  .season-card-row,
  .interest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .home-hero,
  .home-hero-slide > .container {
    min-height: 530px;
  }

  .home-hero-bg img,
  .home-hero-video {
    object-position: center top;
  }

  .home-hero-bg::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .82) 46%, rgba(255, 255, 255, .22) 100%),
      linear-gradient(0deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, 0) 40%);
  }

  .home-hero-content {
    padding-top: 42px;
    padding-bottom: 132px;
  }

  .home-hero h1 {
    margin-bottom: 16px;
    font-size: 38px;
    line-height: 1.08;
  }

  .home-hero ul {
    gap: 7px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.35;
  }

  .hero-category-row {
    bottom: 14px;
  }

  .hero-slide-tab {
    flex-basis: 118px;
    width: 118px;
    font-size: 12px;
  }

  .hero-slide-tab img {
    width: 92px;
    height: 92px;
  }

  .hero-slide-tab span {
    min-height: 38px;
    padding: 9px 8px 7px;
  }

  .home-search-card {
    padding: 18px;
  }

  .home-search-form,
  .home-package-grid,
  .home-destination-grid,
  .season-card-row,
  .interest-grid,
  .trust-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .home-package-actions {
    grid-template-columns: 1fr;
  }

  .home-destination-card figure {
    height: 210px;
  }

  .home-destination-card .destination-card-body {
    min-height: 0;
  }

  .section-heading,
  .call-assist-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-section {
    padding: 44px 0;
  }
}


/* ===== UPDATED SUMMER / SEASON RESPONSIVE OVERRIDES ===== */
@media (max-width: 1199.98px) {
  .season-panel {
    padding: 112px 4vw 52px;
  }

  .season-layout {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: 28px;
  }

  .season-card-row {
    gap: 18px;
  }

  .season-mini-card img {
    height: 240px;
  }
}

@media (max-width: 991.98px) {
  .season-tabs {
    top: 22px;
    padding: 0 12px;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .season-tabs::-webkit-scrollbar {
    display: none;
  }

  .season-tabs button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 18px;
    font-size: 15px;
  }

  .season-panel {
    min-height: auto;
    padding: 95px 18px 42px;
  }

  .season-layout {
    grid-template-columns: 1fr !important;
    gap: 22px;
  }

  .season-copy {
    min-height: auto;
    padding: 30px 24px;
  }

  .season-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px;
  }

  .season-mini-card img {
    height: 240px;
  }
}

@media (max-width: 575.98px) {
  .season-tabs {
    top: 18px;
    gap: 8px;
  }

  .season-tabs button {
    min-height: 40px;
    padding: 0 13px;
    font-size: 13px;
  }

  .season-tabs button i {
    font-size: 16px;
  }

  .season-panel {
    padding: 80px 14px 34px;
    background-position: center center;
  }

  .season-copy {
    padding: 24px 20px;
  }

  .season-copy h2 {
    font-size: 30px;
  }

  .season-copy p:last-of-type {
    font-size: 15px;
  }

  .season-card-row {
    grid-template-columns: 1fr !important;
  }

  .season-mini-media {
    margin: 14px 14px 0;
  }

  .season-mini-card img {
    height: 245px;
  }

  .season-mini-body {
    padding: 15px 16px 18px;
  }

  .season-mini-card h3,
  .season-mini-card h3 a {
    max-height: 42px;
    min-height: 42px;
    font-size: 17px;
  }

  .season-mini-card span {
    font-size: 14px;
  }

  .season-mini-card strong {
    font-size: 16px;
  }

  .season-mini-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .season-mini-card strong {
    text-align: left;
  }
}
