/* Spring Tours — Main Stylesheet */
/* Preserved 100% from original — DO NOT modify design */

/* ===================== ROOT & RESET ===================== */
:root {
  --primary-color: #F9F9F9;
  --secondary-color: #1a8c00;
  --secondary-light: #1d9900;
  --tertiary-color: #1a1a1a;
  --font: 'Jost', 'Inter', sans-serif;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --blur-color: #ffffff80;
  --blur-color-2: #3D6C454D;
  --dark-section: #111e11;
  --green-light: #eaf5e9;
}
* { box-sizing: border-box; font-family: var(--font); margin: 0; padding: 0; font-size: 15px; scrollbar-color: #167300 #e8f0e8; scrollbar-width: thin; }
body { font-family: var(--font); }
h1, h2, h3 { font-family: var(--font-display); }
button, input, select, textarea { font-family: var(--font); }
nav, .menu, .menu ul li a, .btn, p, span, label, td, th { font-family: var(--font); }
*::-webkit-scrollbar { width: 6px; height: 6px; }
*::-webkit-scrollbar-track { background: #e8f0e8; }
*::-webkit-scrollbar-thumb { background: #167300; border-radius: 999px; }
*::-webkit-scrollbar-thumb:hover { background: #0d5200; }
body { line-height: 1.7; overflow-x: hidden; }
html { overflow-x: hidden; }
p { line-height: 1.7; }
h1, h2, h3, h4, h5, h6 { line-height: 1.2; }
li { line-height: 1.6; }
button, input, textarea { line-height: 1.5; }

/* === DISPLAY FONT for headings === */
h1, h2, h3,
.hero-home h1,
.hero-home h2,
.cruises-copy h2,
.cruises-container > h1,
.cruises-ships-layout > h1,
.history-container h1,
.mission-vision-container h1,
.mission-container h2,
.vision-container h2,
.collaboration-content h2,
.testimonials-container h1,
.plan-container h1,
.mice-content-container h1,
.mice-content-container h2,
.mice-media-title,
.destinations-container h1,
.travel-packages-detail h1,
.cruise-overview h2,
.cruise-hero-title,
.pkg-detail-title,
.footer-logo-text {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Specific size & weight tweaks */
h1 { font-size: 2.6rem; font-weight: 700; }
h2 { font-size: 2rem; font-weight: 600; }
h3 { font-size: 1.4rem; font-weight: 600; }

.hero-home h1 { font-size: 3.8rem; font-weight: 700; font-style: italic; letter-spacing: 0.02em; }
.hero-home h2 { font-family: var(--font); font-size: 1.1rem !important; font-weight: 300; letter-spacing: 0.08em; text-transform: uppercase; }

/* Nav links — keep Inter, uppercase, tracked */
.menu ul li a {
  font-family: var(--font);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Cruise title on ships page */
.cruises-copy h2 { font-size: 2.4rem; font-style: italic; }
.cruises-copy p { font-family: var(--font); font-size: 15px;  font-weight: 300; }

/* Buttons */
.btn { font-family: var(--font); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }

/* Body text */
p, li, span, input, textarea, select, button { font-family: var(--font); }

/* Section headings special */
.mice-media-title { font-family: var(--font-display); font-size: 44px; font-weight: 700; letter-spacing: 0.08em; font-style: italic; }
.cruise-hero-title { font-family: var(--font-display); font-size: 2.2rem; font-style: italic; font-weight: 600; }
.footer-logo-text { font-family: var(--font-display); font-size: 22px; font-weight: 700; letter-spacing: 0.05em; }
.footer-content h3, .contact-location-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; }

/* Plan overlay */
.plan-carousel-item-overlay h4 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; }

/* Testimonial names */
.testimonial-item-header h4 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; }
.testimonial-item-content h4 { font-family: var(--font-display); font-size: 1rem; font-style: italic; }
.testimonial-item-content p { font-size: 14px;  font-weight: 300; }

/* Destination cards */
.destination-item-content h4 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; }

/* Help form */
.help-form h2 { font-size: 1.8rem; }
.help-form p { font-size: 14px; font-weight: 300;  }

/* Package card */
.travel-package-card-body h2 { font-family: var(--font-display); font-size: 1.4rem; font-style: italic; font-weight: 600; }
.travel-package-card-body p { font-size: 13px; font-weight: 300; font-family: var(--font); }
.travel-package-code { font-family: var(--font); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; }

/* Itinerary */
.cruise-itinerary-tab-panel ol { font-family: var(--font-display); font-size: 1.2rem; }
.cruise-itinerary-tab-panel ol p { font-family: var(--font); font-size: 15px; font-weight: 300; }

/* About page */
.history-content p { font-size: 17px;  font-weight: 300; }
.collaboration-content p { font-size: 16px; font-weight: 300;  }

/* Contact */
.contact-location-card ul li { font-size: 13px; font-weight: 300; }

/* Mobile responsive font fixes */
@media (max-width: 900px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .hero-home h1 { font-size: 2.2rem !important; }
  .hero-home h2 { font-size: 0.85rem !important; }
  .menu ul li a { font-size: 16px !important; letter-spacing: 0.06em; }
  .cruises-copy h2 { font-size: 1.8rem; }
  .mice-media-title { font-size: 24px !important; }
}
body { background: #fff; color: var(--tertiary-color); }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: var(--font); }
img { max-width: 100%; }

/* ===================== PAGE TRANSITIONS ===================== */
.page { display: none; animation: fadeUp 0.35s ease both; }
.page.active { display: block; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===================== SCROLL REVEAL ===================== */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ===================== SECTION DIVIDERS ===================== */
h1, h2, h3, h4, h5, h6 { margin: 0; }
p { margin: 0; }
p + p { margin-top: 14px; }
h2 + p, h3 + p { margin-top: 10px; }
h3 { margin-bottom: 16px; }
.section-divider {
  width: 100px; height: 2px;
  background: var(--secondary-color);
  border-radius: 999px;
  margin: 12px auto 32px;
  opacity: 0.45;
}

/* ===================== NAVBAR ===================== */
nav {
  width: 100%; padding: 14px 60px;
  display: flex; align-items: center; justify-content: space-between;
  z-index: 1000; position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
}
nav.navbar-home {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  position: absolute; top: 0; left: 0; right: 0;
}
nav.nav-scrolled {
  background: rgba(255,255,255,0.92) !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(0,0,0,0.15) !important;
  padding: 14px 60px !important;
  position: fixed !important;
}
nav.nav-scrolled .menu ul li a { color: var(--tertiary-color) !important; }
nav.nav-scrolled .menu ul li a:hover { color: var(--secondary-color) !important; }
nav.nav-scrolled .menu ul li a.active { color: var(--secondary-color) !important; }

/* ===== Logo variants ===== */
/* Default (white/scrolled navbar / inner pages): show dark logo */
nav .logo img.logo-light { display: none; }
nav .logo img.logo-dark  { display: inline-block; }
/* Home transparent state: show light logo */
nav.navbar-home:not(.nav-scrolled) .logo img.logo-light { display: inline-block; }
nav.navbar-home:not(.nav-scrolled) .logo img.logo-dark  { display: none; }

/* links */
.menu ul { display: flex; gap: 40px; align-items: center; }
.menu ul li a {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--tertiary-color);
  text-shadow: none;
  transition: color 0.25s;
  position: relative; padding-bottom: 4px;
}
.menu ul li a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--secondary-color);
  transition: width 0.3s ease;
}
.menu ul li a:hover { color: var(--secondary-color); }
.menu ul li a:hover::after { width: 100%; }
.menu ul li a.active { color: var(--secondary-color); }
.menu ul li a.active::after { width: 100%; }

/* on hero - white links */
nav.navbar-home .menu ul li a { color: rgba(255,255,255,0.88); }
nav.navbar-home .menu ul li a::after { background: #fff; }
nav.navbar-home .menu ul li a:hover { color: #fff; }
nav.navbar-home .menu ul li a.active { color: #fff; }

/* scrolled - dark links */
nav.nav-scrolled .menu ul li a { color: var(--tertiary-color) !important; }
nav.nav-scrolled .menu ul li a:hover { color: var(--secondary-color) !important; }
nav.nav-scrolled .menu ul li a.active { color: var(--secondary-color) !important; }

/* ===================== BTN ===================== */
.btn {
  color: var(--tertiary-color); border-radius: 8px;
  padding: 12px 28px; font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; font-family: var(--font);
  background: transparent;
  border: 1.5px solid var(--tertiary-color);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
  display: inline-flex; align-items: center; justify-content: center;
}
.btn:hover {
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
  box-shadow: 0 6px 20px rgba(22,115,0,0.25);
  transform: translateY(-1px);
}
.btn:active { transform: translateY(0); }
.btn.is-active-tab { background-color: var(--blur-color-2); color: var(--secondary-color); }

/* ===================== HERO (HOME) ===================== */
/* ===================== HERO ===================== */
.hero {
  position: absolute; top: 0; left: 0; right: 0;
  height: 100vh; min-height: 680px;
  overflow: hidden; width: 100%;
  z-index: 1;
}
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.8s ease;
}
.hero-slide.is-active { opacity: 1; animation: heroZoomOut 6s ease forwards; }
@keyframes heroZoomOut {
  from { transform: scale(1.08); }
  to   { transform: scale(1.0); }
}
/* dark overlay */
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(130deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.28) 55%, rgba(0,0,0,0.55) 100%);
}
/* white fade at bottom */
.hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; pointer-events: none; height: 180px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
/* gold vertical line on left */
.hero-line {
  position: absolute; top: 0; left: 0; bottom: 0; width: 3px; z-index: 3;
  background: linear-gradient(to bottom, transparent 0%, var(--secondary-color) 35%, var(--secondary-color) 65%, transparent 100%);
  opacity: 0.6;
}
/* hero content */
.hero-home {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 10% 80px; color: #fff;
}
.hero-home h1 {
  font-family: var(--font-display);
  font-size: clamp(42px, 6vw, 88px);
  font-weight: 300; line-height: 1.05;
  color: #fff; letter-spacing: -.01em;
  margin-bottom: 16px;
  opacity: 0; animation: heroFadeUp 0.8s 0.4s forwards;
}
.hero-home h1 em { font-style: italic; color: #7dcc7d; font-size: 50px; }
.hero-home h2 {
  font-family: var(--font);
  font-size: 14px; font-weight: 300; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(255,255,255,0.72);
  max-width: 440px; width: auto; margin: 0 0 36px;
  opacity: 0; animation: heroFadeUp 0.8s 0.6s forwards;
  text-shadow: none;
}
.hero-eyebrow {
  font-size: 10px; font-weight: 500; letter-spacing: 0.3em;
  text-transform: uppercase; color: #7dcc7d;
  margin-bottom: 20px; display: flex; align-items: center; gap: 14px;
  opacity: 0; animation: heroFadeUp 0.8s 0.2s forwards;
}
.hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: #7dcc7d; }
.hero-btns {
  display: flex; gap: 14px; flex-wrap: wrap;
  opacity: 0; animation: heroFadeUp 0.8s 0.8s forwards;
}
.hero-btn-primary {
  padding: 13px 34px; background: var(--secondary-color); color: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  border-radius: 8px; border: none; cursor: pointer; transition: all 0.3s;
  font-family: var(--font);
}
.hero-btn-primary:hover { background: #0d5200; }
.hero-btn-secondary {
  padding: 13px 34px; background: transparent; color: #fff;
  font-size: 11px; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.35); border-radius: 8px; cursor: pointer; transition: all 0.3s;
  font-family: var(--font);
}
.hero-btn-secondary:hover { border-color: #7dcc7d; color: #7dcc7d; }

/* dots - right side vertical */
.hero-dots {
  position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 7px; z-index: 4;
  margin-bottom: 0;
}
.hero-dot {
  width: 52px; height: 38px; border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer; padding: 0; overflow: hidden;
  background-size: cover; background-position: center;
  opacity: 0.5;
  transition: opacity 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.hero-dot:hover { opacity: 0.85; transform: scale(1.08); }
.hero-dot.is-active {
  opacity: 1; border-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  transform: scale(1.06);
}

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

.gap { height: 100vh; width: 100%; }
.home-wrapper { position: relative; }

/* ===================== CONTENT CONTAINER ===================== */
.content-container { padding: 60px; }

/* ===================== CRUISES ===================== */
/* ===================== CONTRAST & VIBRANCY ===================== */

/* Section alternating backgrounds */
.cruises-container { background: #eaf5e9 !important; }
.section-bg-alt { background: #ffffff !important; }
.collaboration-container { background: none; }

/* Eyebrow text above section titles */
.destinations-container h1::before,
.plan-container h1::before,
.testimonials-container h1::before,
.history-container h1::before,
.mission-vision-container h1::before,
.mice-content-container h1::before {
  content: '';
  display: block;
  width: 40px; height: 3px;
  background: var(--secondary-color);
  border-radius: 999px;
  margin-bottom: 14px;
  display:none!important;
}

/* Stronger section titles */
h1 { color: #111; }
h2 { color: #1a1a1a; }

/* Primary buttons more vivid */
.btn:hover {
  background: var(--secondary-color) !important;
  color: #fff !important;
  border-color: var(--secondary-color) !important;
  box-shadow: 0 6px 20px rgba(22,115,0,0.35) !important;
}

/* Testimonial cards - add green top border on hover */
.testimonial-item {
  border-top: 2px solid transparent;
  transition: border-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.testimonial-item:hover { border-top-color: var(--secondary-color); transform: translateY(-4px); opacity: 1 !important; }

/* Destination items - green overlay instead of white */
.destination-item-content { background: rgba(240,247,240,0.92) !important; }

/* Plan carousel overlay */
.plan-carousel-item-overlay { background: rgba(240,247,240,0.95) !important; }

/* Feature cards on cruise detail */
.feature-card { border-bottom: 2px solid transparent; transition: border-color 0.3s, opacity 0.3s, transform 0.3s; }
.feature-card:hover { border-bottom-color: var(--secondary-color); transform: translateY(-4px); opacity: 1 !important; }
.feature-card i { color: var(--secondary-color); }

/* Section divider more visible */
.section-divider { opacity: 0.7 !important; width: 80px !important; }

/* About page custom card */
#page-about .mission-vision-container { background: var(--green-light); padding: 60px; border-radius: 16px; }

/* Contact location cards green border */
.contact-location-card { border-left: 3px solid var(--secondary-color); border-radius: 0 12px 12px 0; }

/* Cruise tabs active more vivid */
.cruise-tabs button.is-active-tab { background: var(--secondary-color) !important; color: #fff !important; }

/* Nav non-home - handled in main nav CSS */

/* Page hero overlay stronger */
.page-hero { position: relative; }
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 60%);
  pointer-events: none;
}

/* Mice & transport content inner */
.mice-content-container h1 { color: var(--secondary-color); }
.mice-content-container h2 { color: #1a1a1a; font-size: 1.3rem; }

.cruises-container { margin-bottom: 0; padding: 80px; }
.content-container { padding: 60px; }
.destinations-container { padding-bottom: 40px; }
.plan-container { padding-top: 20px; padding-bottom: 40px; }
.testimonials-container { padding-bottom: 40px; }
.collaboration-container { padding-top: 80px; padding-bottom: 80px; }
.cruises-container > h1 { text-align: center; margin-bottom: 60px; }
.cruises-layout {
  display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1.4fr);
  gap: 40px; align-items: center;
}
.cruises-copy h2 { font-size: 32px; margin-bottom: 16px; }
.cruises-copy p { font-size: 16px;  margin-bottom: 24px; max-width: 520px; }
.cruises-cta { padding-inline: 32px; }
.cruises-carousel-wrapper { position: relative; }
.cruises-cards {
  display: flex; align-items: center; gap: 16px;
  overflow: visible; padding: 8px 20px 28px;
}
/* Smooth fade for the title/description while the cards rotate (kept in sync via JS) */
.cruises-copy h2,
.cruises-copy p {
  transition: opacity 0.3s ease;
}
.cruises-copy.is-transitioning h2,
.cruises-copy.is-transitioning p {
  opacity: 0;
}
.cruise-card {
  flex: 0 0 200px; height: 300px; border-radius: 20px;
  background-size: cover; background-position: center;
  transition: flex-basis 0.6s cubic-bezier(0.4,0,0.2,1),
              height 0.6s cubic-bezier(0.4,0,0.2,1),
              transform 0.6s cubic-bezier(0.4,0,0.2,1),
              box-shadow 0.6s ease,
              opacity 0.6s ease;
  opacity: 0.45; border: none; cursor: pointer;
}
.cruise-card.is-active {
  flex-basis: 380px; height: 480px;
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.4); opacity: 1;
}
.cruises-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 2; width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(214,242,228,0.39) 50%, rgb(230,240,235) 100%);
  backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.85);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06); color: var(--tertiary-color);
  display: flex; align-items: center; justify-content: center;
  transition: background-color 0.2s, transform 0.2s;
}
.cruises-arrow:hover { background-color: #0d5c00; color: var(--primary-color); }
.cruises-arrow:active { transform: translateY(-50%) scale(0.96); }
.cruises-arrow-left { left: 0; }
.cruises-arrow-right { right: 20px; }
.cruises-dots { display: flex; gap: 10px; justify-content: center; margin-top: 16px; }
.cruise-dot {
  width: 10px; height: 10px; border-radius: 999px; border: none;
  background-color: #d0d7d4; cursor: pointer;
  transition: background-color 0.2s, width 0.2s;
}
.cruise-dot.is-active { width: 26px; background-color: var(--secondary-color); }

/* CRUISE SHIPS PAGE */
.cruises-ships-layout {
  position: relative; height: 100vh; width: 100%;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center; overflow: hidden; background: #111;
}
.cruises-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cruises-hero-bg-layer {
  position: absolute; inset: 0; background-size: cover;
  background-position: center; background-repeat: no-repeat;
  opacity: 0.55; transition: opacity 1.1s ease;
}
.cruises-hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(0,0,0,0.35); z-index: 0; pointer-events: none;
}
.cruises-ships-layout::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
  z-index: 1; pointer-events: none;
}
.cruises-ships-layout > h1 { position: relative; z-index: 2; color: #fff; }
.cruises-layout { position: relative; z-index: 2; width: 100%; }
.cruises-ships-layout .cruises-copy h2 { color: #fff; }
.cruises-ships-layout .cruises-copy p { color: rgba(255,255,255,0.75); }
.cruises-ships-layout .cruises-cta { border-color: rgba(255,255,255,0.6); color: #fff; }
.cruises-ships-layout .cruises-cta:hover { background: var(--secondary-color); border-color: var(--secondary-color); color: #fff; }
.cruises-ships-layout .cruise-dot { background-color: rgba(255,255,255,0.3); }
.cruises-ships-layout .cruise-dot.is-active { background-color: #fff; }

/* ===================== PAGE HERO BANNERS ===================== */
.page-hero {
  width: 100%; height: 60vh; min-height: 400px;
  background-size: cover; background-position: center;
  background-repeat: no-repeat;
}
.page-hero-transport { background-image: url('https://images.unsplash.com/photo-1570125909232-eb263c188f7e?w=1800&q=80'); }
.page-hero-mice { background-image: url('https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1800&q=80'); }
.page-hero-about { background-image: url('https://images.unsplash.com/photo-1568322445389-f64ac2515020?w=1800&q=80'); }
.page-hero-contact { background-image: url('https://images.unsplash.com/photo-1544535830-9df3f56fff6a?w=1800&q=80'); }

.page-content-inner {
  background: #f5f7f5;
  border-radius: 24px 24px 0 0;
  padding: 48px 60px 60px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .page-hero { height: 35vh; min-height: 220px; }
  .page-content-inner { padding: 28px 20px 40px; border-radius: 18px 18px 0 0; }
}

/* ===================== HOVER ANIMATIONS — subtle zoom + fade ===================== */
.cruise-card,
.destination-item,
.plan-carousel-item,
.cruise-gallery-item,
.mice-media-thumb,
.travel-package-card,
.feature-card {
  transition: transform 0.45s ease, opacity 0.45s ease;
  overflow: hidden;
}

.cruise-card:hover,
.destination-item:hover,
.plan-carousel-item:hover,
.cruise-gallery-item:hover,
.mice-media-thumb:hover {
  transform: scale(1.04);
  opacity: 0.88;
}

/* active cruise card keeps its elevated state */
.cruise-card.is-active:hover { transform: translateY(-8px) scale(1.02); }

/* ===================== DESTINATIONS ===================== */
.destinations-list {
  display: flex; flex-direction: row; gap: 24px;
  width: 90%; margin: 40px auto;
}
.destination-item {
  height: 460px; width: 100%; background-size: cover;
  background-position: center; border-radius: 24px; position: relative;
}
.destination-item-content {
  background-color: var(--blur-color); width: 90%; margin: auto;
  padding: 12px; border-radius: 0 0 18px 18px;
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  backdrop-filter: blur(1px);
}
.destination-item-content h4 { margin: 0;  }
.destination-item-description {
  display: flex; flex-direction: row; gap: 12px;
  align-items: center; justify-content: space-between;
}
.destination-item-description p { display: flex; align-items: center; gap: 12px; margin: 0; }
.right-side-button { display: flex; justify-content: flex-end; width: 80%; margin: 0 auto; }

/* ===================== PLAN CAROUSEL ===================== */
.plan-carousel-wrapper { position: relative; width: 100%; margin-top: 24px; }
.plan-carousel-track {
  display: flex; gap: 24px; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 12px 0; scrollbar-width: none; -ms-overflow-style: none;
}
.plan-carousel-track::-webkit-scrollbar { display: none; }
.plan-carousel-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 2; width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(214,242,228,0.39) 50%, rgb(230,240,235) 100%);
  backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.85);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06); color: var(--tertiary-color);
  display: flex; align-items: center; justify-content: center;
  transition: background-color 0.2s, transform 0.2s;
}
.plan-carousel-arrow:hover { background-color: #0d5c00; color: var(--primary-color); }
.plan-carousel-arrow:active { transform: translateY(-50%) scale(0.96); }
.plan-carousel-arrow-left { left: -12px; }
.plan-carousel-arrow-right { right: -12px; }
.plan-carousel-item {
  flex: 0 0 320px; height: 380px; position: relative;
  background-size: cover; background-position: center;
  border-radius: 24px; scroll-snap-align: start; cursor: pointer;
  overflow: hidden;
}
.plan-carousel-item::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,0); transition: background 0.35s ease; z-index: 1;
}
.plan-carousel-item:hover::before { background: rgba(0,0,0,0.25); }
/* plan card images loaded dynamically */
.plan-carousel-item-overlay {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  width: calc(100% - 24px); background: rgba(255,255,255,0.92);
  border-radius: 0 0 18px 18px; padding: 14px 16px;
  text-align: center; box-shadow: 0 1px 8px rgba(0,0,0,0.08);
  transition: background 0.35s ease, transform 0.35s ease; z-index: 2;
}
.plan-carousel-item:hover .plan-carousel-item-overlay {
  background: rgba(255,255,255,0.96);
  transform: translateX(-50%) translateY(-4px);
}
.plan-carousel-item-overlay h4 {
  margin: 0; font-size: 18px; font-weight: 600;
  color: #1a1a1a; transition: color 0.35s ease;
}
.plan-carousel-item:hover .plan-carousel-item-overlay h4 { color: var(--secondary-color); }

/* ===================== COLLABORATION ===================== */
.collaboration-container {
  text-align: center;
  background-image:
    linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%),
    url('assets/home/collabBanner.jpg');
  background-repeat: no-repeat; padding: 120px 60px;
  background-size: cover; background-position: center;
}
.collaboration-content {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  padding: 60px; text-align: justify;
}
.collaboration-list { display: flex; align-items: center; justify-content: center; gap: 40px; }
.collaboration-content h2 { font-size: 36px; }
.collaboration-content p { font-size: 18px; }
.collaboration-image { width: 350px; }
.collab-logo {
  width: 350px; background: var(--blur-color-2); border-radius: 16px;
  padding: 20px; display: flex; align-items: center; justify-content: center;
  font-size: 28px; font-weight: 900; color: var(--secondary-color);
}
.collab-logo2 { width: 180px; }

/* ===================== TESTIMONIALS ===================== */
.testimonials-list {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 80px;
  width: 80%; margin: 40px auto;
}
.testimonial-item {
  background-color: var(--blur-color-2); padding: 20px;
  border-radius: 12px;
}
.testimonial-item-header { display: flex; flex-direction: row; gap: 20px; align-items: center; margin-bottom: 16px; }
.testimonial-item-header h4 { margin: 0; }
.testimonial-item-header img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.testimonial-item-avatar-placeholder { width: 60px; height: 60px; border-radius: 50%; background: #ddd; flex-shrink: 0; }
.testimonial-item-rating { color: #f5a623; display: flex; gap: 2px; margin-top: 4px; }
.testimonials-empty { color: #666; text-align: center; padding: 24px; }
.testimonials-banner { background-image: url('https://images.unsplash.com/photo-1568322445389-f64ac2515020?w=1600&q=80'); }

/* ===================== FOOTER ===================== */
footer.footer {
  background: #f5f7f5;
  padding: 60px 100px;
  border-top: 1px solid #e0ebe0;
}
.footer-top { display: flex; flex-direction: column; gap: 20px; align-items: center; margin-bottom: 48px; }
.footer-logo { width: 250px; }
.social-media { display: flex; flex-direction: row; gap: 16px; align-items: center; justify-content: center; }
.social-media a {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1.5px solid #d0e8d0;
  display: flex; align-items: center; justify-content: center;
  color: #555; font-size: 15px; transition: all 0.25s;
}
.social-media a:hover { border-color: var(--secondary-color); color: var(--secondary-color); background: #eaf5e9; }
.footer-top p { font-size: 14px; font-weight: 300; color: #666; width: 55%; margin: auto; text-align: center; line-height: 1.8; }
.footer-content { display: flex; flex-direction: row; gap: 40px; justify-content: space-evenly; }
.footer-content h3 { margin-bottom: 16px; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--secondary-color); font-family: var(--font); }
.footer-content ul li {
  display: flex; flex-direction: row; gap: 10px; margin-bottom: 10px; font-size: 13px; font-weight: 300; color: #555;
}
.footer-content ul li a { color: #555; text-decoration: none; transition: color 0.2s; }
.footer-content ul li a:hover { color: var(--secondary-color); }
.footer-content ul li i { color: var(--secondary-color); opacity: 0.8; margin-top: 2px; flex-shrink: 0; }
.emailLink { color: #555 !important; font-weight: 400 !important; }
.emailLink:hover { color: var(--secondary-color) !important; }
.footer-bottom {
  text-align: center; font-size: 12px; font-weight: 400; color: #999;
  background: #f5f7f5; padding: 16px; border-top: 1px solid #e0ebe0;
  letter-spacing: 0.04em;
}
.footer-logo-text { font-size: 22px; font-weight: 700; color: var(--secondary-color); }

/* ===================== BANNERS ===================== */
.about-banner, .travel-packages-banner, .contact-banner, .testimonials-banner {
  background-size: cover; background-position: center; background-repeat: no-repeat;
  padding: 120px 60px; border-radius: 24px; height: 600px; width: 100%;
  display: flex; justify-content: center; text-align: center;
  color: var(--tertiary-color); font-size: 32px; font-weight: 600;
}
.about-banner { background-image: url('https://images.unsplash.com/photo-1568322445389-f64ac2515020?w=1600&q=80'); }
.travel-packages-banner {
  background-image: url('https://images.unsplash.com/photo-1553913861-c0fddf2619ee?w=1600&q=80');
  justify-content: flex-start; align-items: center; text-align: left; padding: 0 60px;
}
.contact-banner {
  background-image: url('https://images.unsplash.com/photo-1544535830-9df3f56fff6a?w=1600&q=80');
  justify-content: center; align-items: center; text-align: center; padding: 0 60px;
}
.testimonials-banner {
  background-image: url('https://images.unsplash.com/photo-1559827291-72ee739d0d9a?w=1600&q=80');
  align-items: center;
}

/* ===================== ABOUT ===================== */
.history-container { text-align: center; margin: 60px 0; }
.history-content {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 60px; text-align: justify;
}
.history-content img { width: 100%; max-height: 360px; border-radius: 24px; object-fit: cover; }
.history-content p { font-size: 20px;  margin: 0; }
.mission-vision-container { text-align: center; margin: 60px auto 100px; }
.mission-vision-content {
  display: grid; grid-template-columns: 1fr 1fr;
  justify-content: space-between; gap: 15px; padding: 20px; text-align: justify;
}
.mission-container, .vision-container {
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.mission-container img, .vision-container img { width: 108px; }
.container-image { min-height: 108px; display: flex; align-items: center; justify-content: center; }
.mission-icon { font-size: 80px; color: var(--secondary-color); }

/* ===================== MICE ===================== */
.mice-content-container { text-align: center; width: 80%; margin: 0 auto; font-size: 20px; }
.mice-media-container { margin-bottom: 40px; }
.mice-media-main {
  width: 100%; height: 700px; border-radius: 32px;
  background-size: cover; background-position: center;
  position: relative; overflow: hidden;
}
.mice-media-main::before {
  content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.18);
}
.mice-media-title {
  position: absolute; inset: 0; display: flex; justify-content: center;
  font-size: 44px; font-weight: 700; letter-spacing: 0.1em;
  color: #111; z-index: 1; padding-top: 120px;
}
.mice-media-thumbs-wrapper { position: relative; margin-top: 26px; }
.mice-media-thumbs-track { display: flex; gap: 18px; padding: 10px 80px; overflow-x: auto; }
.mice-media-thumb {
  flex: 0 0 180px; height: 140px; border-radius: 26px;
  background-size: cover; background-position: center; border: none;
  cursor: pointer; opacity: 0.5; transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}
.mice-media-thumb.is-active {
  opacity: 1; transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}
.mice-media-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(214,242,228,0.39) 50%, rgb(230,240,235) 100%);
  backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.85);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06); color: var(--tertiary-color);
  display: flex; align-items: center; justify-content: center;
  transition: background-color 0.2s, transform 0.2s;
}
.mice-media-arrow:hover { background-color: #0d5c00; color: var(--primary-color); }
.mice-media-arrow:active { transform: translateY(-50%) scale(0.96); }
.mice-media-arrow-left { left: 36px; }
.mice-media-arrow-right { right: 36px; }

/* ===================== CRUISE HOTEL GALLERY ===================== */
.cruise-hotel-gallery-section {
  padding: 60px 80px;
  background: #f5f7f5;
  max-width: 1280px;
  margin: 0 auto;
}
.cruise-hotel-gallery-section h2 {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 600; margin-bottom: 8px;
}
.cruise-hotel-gallery-section .section-divider { margin: 12px 0 32px; }

.hotel-gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 160px;
  gap: 6px;
}
.hotel-gal-grid.featured .hotel-gal-item:first-child {
  grid-column: span 2; grid-row: span 2;
}
.hotel-gal-grid.featured .hotel-gal-item:nth-child(6) {
  grid-column: span 2;
}
.hotel-gal-item {
  overflow: hidden; border-radius: 4px;
  position: relative; cursor: pointer; background: #ddd;
}
.hotel-gal-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.5s ease;
}
.hotel-gal-item:hover img { transform: scale(1.07); }
.hotel-gal-item::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,0); transition: background 0.3s;
}
.hotel-gal-item:hover::after { background: rgba(0,0,0,0.18); }

/* view more tile */
.hotel-gal-more {
  background: var(--tertiary-color); display: flex;
  align-items: center; justify-content: center; flex-direction: column;
  border-radius: 4px; cursor: pointer; gap: 8px;
  border: 1px solid rgba(22,115,0,0.2); transition: background 0.3s;
}
.hotel-gal-more:hover { background: #1a1a1a; }
.hotel-gal-more span:first-child { font-size: 28px; color: var(--secondary-color); }
.hotel-gal-more span:last-child {
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.8);
}

/* Hotel Gallery Lightbox */
.hotel-lb {
  position: fixed; inset: 0; background: rgba(0,0,0,0.96);
  z-index: 9999; display: none; align-items: center; justify-content: center;
}
.hotel-lb.open { display: flex; }
.hotel-lb img {
  max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: 6px;
}
.hotel-lb-close {
  position: absolute; top: 20px; right: 28px;
  font-size: 28px; color: rgba(255,255,255,0.6);
  cursor: pointer; background: none; border: none; transition: color 0.2s;
}
.hotel-lb-close:hover { color: var(--secondary-color); }
.hotel-lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.1); border: none; color: #fff;
  width: 52px; height: 52px; border-radius: 50%; font-size: 24px;
  cursor: pointer; z-index: 2; transition: background 0.2s;
}
.hotel-lb-nav:hover { background: rgba(22,115,0,0.5); }
.hotel-lb-prev { left: 20px; }
.hotel-lb-next { right: 20px; }
.hotel-lb-counter {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.5); font-size: 13px; letter-spacing: 0.1em;
}

/* Gallery Popup (all photos) */
.hotel-gal-popup {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.96); z-index: 2000; overflow-y: auto;
}
.hotel-gal-popup.open { display: block; }
.hotel-gal-popup-inner {
  max-width: 1100px; margin: 0 auto; padding: 60px 24px 40px;
}
.hotel-gal-popup-header {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;
}
.hotel-gal-popup-header h3 {
  font-family: var(--font-display); font-size: 24px;
  font-weight: 300; color: #fff;
}
.hotel-gal-popup-close {
  background: rgba(255,255,255,0.1); border: none; color: #fff;
  width: 44px; height: 44px; border-radius: 50%; font-size: 20px;
  cursor: pointer; transition: background 0.2s;
}
.hotel-gal-popup-close:hover { background: rgba(22,115,0,0.4); }
.hotel-gal-popup-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 8px;
}
.hotel-gal-popup-item {
  height: 160px; overflow: hidden; border-radius: 8px;
  cursor: pointer; background: rgba(255,255,255,0.05);
}
.hotel-gal-popup-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s;
}
.hotel-gal-popup-item:hover img { transform: scale(1.05); }

@media (max-width: 900px) {
  .cruise-hotel-gallery-section { padding: 40px 20px; }
  .hotel-gal-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .hotel-gal-grid.featured .hotel-gal-item:first-child { grid-column: span 1; grid-row: span 1; }
  .hotel-gal-popup-grid { grid-template-columns: repeat(2, 1fr); }
}
.cruise-hero-fullwidth { margin: 0; }
.cruise-hero-fullwidth .cruise-hero-image-wrapper {
  border-radius: 0; height: 70vh;
}
.cruise-hero-fullwidth .cruise-hero-image { height: 70vh; }

.cruise-gallery-fullwidth {
  padding: 16px 60px;
  background: #fff;
}

/* ===================== CRUISE MINI HERO ===================== */
.cruise-mini-hero {
  position: relative; width: 100%; height: 75vh; min-height: 500px;
  overflow: hidden; background: #111;
}
.cruise-mini-hero-line {
  position: absolute; top: 0; left: 0; bottom: 0; width: 3px; z-index: 3;
  background: linear-gradient(to bottom, transparent 0%, var(--secondary-color) 35%, var(--secondary-color) 65%, transparent 100%);
  opacity: 0.6;
}
.cruise-mini-hero-slides { position: absolute; inset: 0; }
.cruise-mini-slide {
  position: absolute; inset: 0;
  background: #111;
  opacity: 0; transition: opacity 1.4s ease;
  overflow: hidden;
}
.cruise-mini-slide.is-active { opacity: 1; }
.cruise-mini-slide.is-active img { animation: miniHeroZoom 6s ease forwards; }
.cruise-mini-slide img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
@keyframes miniHeroZoom {
  from { transform: scale(1.06); }
  to   { transform: scale(1.0); }
}
#transport-mini-slides .cruise-mini-slide img {
  object-position: center bottom;
}
.cruise-mini-hero-overlay {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(130deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.35) 100%);
}
.cruise-mini-hero-overlay::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 80px;
  background: linear-gradient(to bottom, rgba(245,247,245,0) 0%, rgba(245,247,245,0.6) 70%, rgba(245,247,245,1) 100%);
}
.cruise-mini-hero-dots {
  position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 7px; z-index: 4;
}
.cruise-mini-dot {
  width: 52px; height: 38px; border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer; padding: 0; overflow: hidden;
  background-size: cover; background-position: center;
  opacity: 0.5;
  transition: opacity 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.cruise-mini-dot:hover {
  opacity: 0.85; transform: scale(1.08);
}
.cruise-mini-dot.is-active {
  opacity: 1; border-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  transform: scale(1.06);
}

.cruise-content-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 60px 60px;
  background: #f5f7f5;
  border-radius: 24px 24px 0 0;
}

.cruise-overview {
  display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 48px;
}
.cruise-overview h2 { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.cruise-overview p { font-size: 15px; margin-bottom: 12px; text-align: justify; }

/* Technical info card */
#cruise-tech-info {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  height: fit-content;
  border-left: 3px solid var(--secondary-color);
}
#cruise-tech-info h2 { font-size: 0.75rem; font-weight: 700; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--secondary-color); }
#cruise-tech-info ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
#cruise-tech-info ul li { font-size: 13px; font-weight: 400; color: var(--tertiary-color); display: flex; align-items: center; gap: 8px; padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
#cruise-tech-info ul li:last-child { border-bottom: none; }
#cruise-tech-info ul li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--secondary-color); flex-shrink: 0; opacity: 0.6; }

@media (max-width: 900px) {
  .cruise-content-inner { padding: 20px 16px 40px; }
  .cruise-overview { grid-template-columns: 1fr; gap: 20px; }
  .cruise-hero-fullwidth .cruise-hero-image-wrapper { height: 40vh; }
  .cruise-hero-fullwidth .cruise-hero-image { height: 40vh; }
  .cruise-gallery-fullwidth { padding: 12px 20px; }
}
.cruise-hero { margin-bottom: 24px; }
.cruise-hero-image-wrapper {
  position: relative; border-radius: 32px; overflow: hidden; height: 600px;
  animation: fadeScale 0.3s ease both;
}
@keyframes fadeScale {
  from { opacity: 0; transform: scale(0.98); }
  to   { opacity: 1; transform: scale(1); }
}
.cruise-hero-image { width: 100%; display: block; object-fit: cover; height: 600px; }
.cruise-hero-title {
  position: absolute; bottom: 18px; left: 32px;
  font-size: 32px; font-weight: 700; color: #111;
  text-shadow: 0 4px 16px rgba(0,0,0,0.4);
}
.cruise-hero-placeholder {
  height: 320px; border-radius: 32px; background: #e5ece8;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; font-weight: 700;
}
/* ===================== CRUISE GALLERY ===================== */
.cruise-gallery {
  display: flex; gap: 10px; margin: 0; padding: 10px 0;
  overflow-x: auto; flex-wrap: nowrap;
  scrollbar-width: none; -ms-overflow-style: none;
}
.cruise-gallery::-webkit-scrollbar { display: none; }
.cruise-gallery.is-expanded { flex-wrap: wrap; }

.cruise-gallery-item {
  flex: 0 0 180px; height: 130px; border-radius: 16px; overflow: hidden;
  background: #ddd; border: none; padding: 0; cursor: pointer;
  opacity: 0.55; transition: opacity 0.3s ease, transform 0.3s ease;
  position: relative;
}
.cruise-gallery-item::after { display: none; }
.cruise-gallery-item:hover { opacity: 0.85; transform: translateY(-3px); }
.cruise-gallery-item.is-active {
  opacity: 1;
  outline: 2.5px solid var(--secondary-color);
  outline-offset: 3px;
  transform: translateY(-3px);
}
.cruise-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cruise-gallery-view-more {
  display: flex; align-items: center; justify-content: center;
  background: #f0f4f1; color: var(--secondary-color);
  font-weight: 600; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  border: 1px solid rgba(22,115,0,0.2); border-radius: 16px;
}


@media (max-width: 900px) {
  .cruise-gallery-item { flex: 0 0 120px; height: 90px; border-radius: 12px; }
  .cruise-gallery-fullwidth { padding: 0 16px; }
}

.cruise-tabs {
  display: flex; gap: 8px;
  margin: 48px 0 32px;
  background: #f0f4f1;
  border-radius: 12px;
  padding: 6px;
  width: fit-content;
}
.cruise-tabs button {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #666;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.cruise-tabs button:hover { color: var(--tertiary-color); background: rgba(255,255,255,0.6); }
.cruise-tabs button.is-active-tab {
  background: #fff;
  color: var(--secondary-color);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.cruise-tab-panel { animation: fadeUp 0.25s ease both; }
.cruise-features { margin: 48px 0; }
.cruise-features-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 40px; }
.feature-card {
  background: #3D6C451A; border-radius: 16px; padding: 24px 16px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.feature-card i { font-size: 32px; color: var(--secondary-color); margin-bottom: 12px; }
.feature-card p { margin: 0; font-size: 14px; font-weight: 500;  }
.features02 {
  background: #3D6C451A; border-radius: 16px; width: 100%;
  padding: 24px; margin-top: 0;
}
.features02-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  margin-top: 40px;
}
.features02-grid > .features02 { width: 100%; }
.features02-grid > .features02:only-child { grid-column: 1 / -1; max-width: 50%; }
.cruise-itinerary-content { display: grid; grid-template-columns: 2fr 1fr; gap: 80px; align-items: start; }

/* ---- Itinerary timeline style ---- */
.cruise-itinerary-tab-panel ol {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 0;
}
.cruise-itinerary-tab-panel ol li {
  display: flex; gap: 24px;
  padding-bottom: 32px;
  position: relative;
}
/* vertical line */
.cruise-itinerary-tab-panel ol li::before {
  content: '';
  position: absolute;
  left: 15px; top: 32px; bottom: 0;
  width: 1px;
  background: rgba(22,115,0,0.2);
}
.cruise-itinerary-tab-panel ol li:last-child::before { display: none; }

/* circle dot */
.cruise-itinerary-tab-panel ol li::after {
  content: '';
  position: absolute;
  left: 8px; top: 6px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--secondary-color);
  flex-shrink: 0;
}
.cruise-itinerary-tab-panel ol li > * { padding-left: 40px; }

.cruise-itinerary-tab-panel .itinerary-day-label {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondary-color);
  margin-bottom: 4px;
}
.cruise-itinerary-tab-panel .itinerary-day-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 6px;
}
.cruise-itinerary-tab-panel .itinerary-day-desc {
  font-size: 14px;
  font-weight: 300;
  color: #555;
  margin: 0;
}

/* Notes */
.cruise-itinerary-tab-panel .itinerary-notes-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--tertiary-color);
  margin: 8px 0 12px;
}
.cruise-itinerary-tab-panel ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.cruise-itinerary-tab-panel ul li {
  font-size: 14px; font-weight: 300; color: #555;
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 0;
}
.cruise-itinerary-tab-panel ul li::before {
  content: '—';
  color: var(--secondary-color);
  font-weight: 600;
  flex-shrink: 0;
}
.cruise-itinerary-tab-panel ul li::after { display: none; }

/* ===================== CRUISE ITINERARY SECTION ===================== */
.cruise-itin-section {
  background: #f5f7f5;
  padding: 60px 80px;
  max-width: 1280px;
  margin: 0 auto;
}
.cruise-itin-inner {
  max-width: 1280px; margin: 0 auto;
}
.cruise-itin-header {
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e0ebe0;
}
.cruise-itin-eyebrow {
  font-size: 10px; font-weight: 600; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--secondary-color);
  margin-bottom: 8px; display: flex; align-items: center; gap: 12px;
}
.cruise-itin-eyebrow::before {
  content: ''; width: 32px; height: 1px; background: var(--secondary-color);
}
.cruise-itin-title {
  font-family: var(--font-display); font-size: 2.4rem;
  font-weight: 400; font-style: italic; color: #1a1a1a;
  margin: 0 0 20px;
}
/* Option tabs under title */
.cruise-itin-tabs {
  display: inline-flex; background: #e8f0e8; border-radius: 10px;
  padding: 4px; gap: 4px;
}
.cruise-itin-tabs button {
  background: transparent; border: none;
  font-family: var(--font); font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: #555;
  cursor: pointer; padding: 9px 18px; border-radius: 8px;
  transition: all 0.2s; white-space: nowrap;
}
.cruise-itin-tabs button:hover { color: var(--secondary-color); }
.cruise-itin-tabs button.is-active-tab {
  background: #fff; color: var(--secondary-color);
  font-weight: 700; box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
/* Body layout */
.cruise-itin-body {
  display: grid; grid-template-columns: 1fr 300px; gap: 60px; align-items: start;
}
/* Form card */
.cruise-itin-form { position: sticky; top: 90px; }
.cruise-itin-form-inner {
  background: #fff; border-radius: 16px; padding: 28px 24px;
  border: 1px solid #e0ebe0;
}
.cruise-itin-form-eyebrow {
  font-size: 10px; font-weight: 600; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--secondary-color); margin-bottom: 8px;
}
.cruise-itin-form-inner h3 {
  font-family: var(--font-display); font-size: 1.4rem;
  font-weight: 500; font-style: italic; margin-bottom: 8px; color: #1a1a1a;
}
.cruise-itin-form-inner > p { font-size: 13px; color: #777; font-weight: 300; line-height: 1.7; margin-bottom: 16px; }
.cruise-itin-form-inner form { display: flex; flex-direction: column; gap: 10px; }
.cruise-itin-form-inner input,
.cruise-itin-form-inner textarea {
  width: 100%; padding: 10px 14px; border: 1px solid #dde8dd;
  border-radius: 8px; font-size: 13px; font-family: var(--font);
  background: #f8faf8;
}
.cruise-itin-form-inner textarea { min-height: 80px; resize: vertical; }
.cruise-itin-form-inner button[type=submit] {
  width: 100%; padding: 12px; background: var(--secondary-color);
  color: #fff; border: none; border-radius: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; cursor: pointer;
  transition: background 0.2s; font-family: var(--font);
}
.cruise-itin-form-inner button[type=submit]:hover { background: #0d5200; }

@media (max-width: 900px) {
  .cruise-itin-section { padding: 40px 20px; }
  .cruise-itin-body { grid-template-columns: 1fr; }
  .cruise-itin-form { position: static; }
}

/* ===================== HELP FORM ===================== */
.help-form {
  grid-column: 2 / span 1; background: #3D6C4526;
  padding: 40px; border-radius: 16px; text-align: center;
}
.help-form h2 { margin-bottom: 12px; }
.help-form p { margin-bottom: 16px; }
.help-form form textarea,
.help-form form input {
  width: 100%; padding: 12px; border-radius: 8px; border: none;
  background: var(--blur-color); color: var(--tertiary-color);
  margin-bottom: 12px; font-size: 18px; font-weight: 500;
}
.help-form form textarea { height: 120px; resize: vertical; }
.help-form form button {
  width: 40%; padding: 12px; border-radius: 8px; border: none;
  background: var(--blur-color-2); color: var(--tertiary-color);
  font-size: 18px; font-weight: 900;
}
.help-form-status { margin-top: 8px; font-size: 14px; }
.help-form-status-success { color: #0a7a26; }
.help-form-status-error { color: #b00020; }

/* ===================== TRAVEL PACKAGES ===================== */
.travel-packages-nav {
  display: flex; justify-content: center;
  padding: 0; margin: 32px auto 0;
}
.travel-packages-nav ul {
  display: flex; flex-direction: row; gap: 4px;
  background: #f0f7f0; border-radius: 10px;
  padding: 4px; flex-wrap: wrap; justify-content: center;
}
.travel-packages-nav ul li {
  display: flex; align-items: center; list-style: none;
}
.travel-packages-nav ul li button {
  background: transparent; border: none;
  font-family: var(--font); font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: #555;
  cursor: pointer; padding: 11px 22px; border-radius: 8px;
  transition: all 0.2s; white-space: nowrap;
}
.travel-packages-nav ul li button:hover:not(.active) { color: var(--secondary-color); }
.travel-packages-nav ul li button.active {
  background: #fff; color: var(--secondary-color);
  font-weight: 700; box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.travel-packages-nav hr { display: none; }
.travel-packages-select {
  display: block; width: 100%; max-width: 320px; margin: 24px auto 0;
  padding: 12px 18px; border-radius: 999px; border: none;
  background: var(--blur-color-2); color: var(--tertiary-color);
  font-size: 12px; font-weight: 500; font-family: var(--font);
  letter-spacing: 0.1em; text-transform: uppercase;
  appearance: none; -webkit-appearance: none;
}
.travel-packages-error { color: #b00020; text-align: center; margin-top: 32px; }
.travel-packages-empty { text-align: center; margin-top: 32px; color: var(--tertiary-color); }
.travel-packages-carousel {
  position: relative; padding: 0 64px; overflow: hidden;
  width: 80%; margin: 60px auto;
}
.travel-packages-track { display: flex; align-items: center; justify-content: center; gap: 24px; }
.travel-package-card { border-radius: 20px; overflow: hidden; background: #fff; flex-shrink: 0; transition: transform 0.35s, opacity 0.35s; }
.travel-package-card img { display: block; width: 360px; height: 400px; object-fit: cover; }
.travel-package-card-left, .travel-package-card-right { opacity: 0.5; transform: scale(0.88); }
.travel-package-card-left { margin-right: -60px; }
.travel-package-card-right { margin-left: -60px; }
.travel-package-card-center { width: 400px; z-index: 2; opacity: 1; transform: scale(1); }
.travel-package-card-center img { height: 300px; width: 400px; }
.travel-package-card-body {
  background-color: var(--blur-color-2); border: 1px solid rgba(22,115,0,0.25);
  border-top: none; padding: 20px; border-radius: 0 0 20px 20px; text-align: left;
}
.travel-package-card-body-content {
  background: rgba(255,255,255,0.1); border-radius: 16px; padding: 20px;
  backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-top: 16px; text-align: center;
}
.travel-package-card-body h2 { margin: 12px; font-size: 24px; font-weight: 700; text-align: center; }
.travel-package-card-body p { margin: 0 0 12px; font-size: 14px;  }
.travel-package-code { font-size: 13px; text-align: right; opacity: 0.9; }
.travel-package-explore {
  display: block; width: 100%; margin: 20px auto 0; padding: 14px 24px;
  background: var(--blur-color-2); border: none; font-size: 16px; font-weight: 600; border-radius: 18px;
}
.travel-packages-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 3; width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(214,242,228,0.39) 50%, rgb(230,240,235) 100%);
  backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.85);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06); color: var(--tertiary-color);
  display: flex; align-items: center; justify-content: center; transition: background 0.2s, color 0.2s;
}
.travel-packages-arrow:hover { background: var(--blur-color-2); color: var(--secondary-color); }
.travel-packages-arrow-left { left: 8px; }
.travel-packages-arrow-right { right: 8px; }

/* Travel Package Details */
.travel-packages-detail { padding-top: 40px; }
.travel-packages-details-back-btn { width: 50px; height: 50px; margin-bottom: 20px; }
.travel-packages-details-back-btn .btn {
  border-radius: 50%; width: 50px; height: 50px;
  display: flex; align-items: center; justify-content: center; padding: 0;
}
/* package detail uses same styles as cruise */
.travel-packages-details-overview h2 {
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 600;
  margin-bottom: 16px; color: var(--tertiary-color);
}
.travel-packages-details-overview ol { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.travel-packages-details-overview ol li {
  font-size: 14px; font-weight: 300; color: #444;
  display: flex; align-items: flex-start; gap: 10px;
  padding: 10px 0; border-bottom: 1px solid #e8ede9;
}
.travel-packages-details-overview ol li:last-child { border-bottom: none; }
.travel-packages-details-overview ol li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--secondary-color); flex-shrink: 0; margin-top: 6px; opacity: 0.7; }

/* itinerary — timeline like cruise */
.travel-packages-details-itinerary ol { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
.travel-packages-details-itinerary ol li {
  display: flex; gap: 24px; padding-bottom: 28px; position: relative;
}
.travel-packages-details-itinerary ol li::before {
  content: ''; position: absolute; left: 15px; top: 28px; bottom: 0;
  width: 1px; background: rgba(22,115,0,0.2);
}
.travel-packages-details-itinerary ol li:last-child::before { display: none; }
.travel-packages-details-itinerary ol li::after {
  content: ''; position: absolute; left: 8px; top: 6px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #fff; border: 2px solid var(--secondary-color);
}
.travel-packages-details-itinerary ol li > * { padding-left: 40px; }
.travel-packages-details-itinerary .itin-day { font-family: var(--font-display); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--secondary-color); margin-bottom: 4px; }
.travel-packages-details-itinerary .itin-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; color: var(--tertiary-color); margin-bottom: 6px; }
.travel-packages-details-itinerary .itin-desc { font-size: 14px; font-weight: 300; color: #555; margin: 0; }
.travel-packages-details-itinerary ul { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-direction: column; gap: 8px; }
.travel-packages-details-itinerary ul li { font-size: 14px; font-weight: 300; color: #555; display: flex; align-items: center; gap: 10px; }
.travel-packages-details-itinerary ul li::before { content: '—'; color: var(--secondary-color); font-weight: 600; flex-shrink: 0; }
.travel-packages-details-itinerary h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 600; margin: 20px 0 10px; }
.travel-packages-details-empty { color: #888; font-size: 15px; font-style: italic; }

/* ===================== CONTACT ===================== */
.contact-content {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 0 0 40px; text-align: justify;
}
.contact-office ul li { display: flex; flex-direction: row; gap: 10px; margin-bottom: 10px; }
.contact-locations-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 24px; padding: 0 0 40px;
}
.contact-location-card { padding: 20px; border-radius: 16px; background: #fff; }
.contact-location-card h3 { margin: 0 0 14px; font-size: 16px; font-weight: 700; }
.contact-location-card ul li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; font-size: 13px; }
.contact-location-card ul li i { flex-shrink: 0; margin-top: 2px; color: #666; }
.contact-location-card ul li a { color: var(--tertiary-color); }
.contact-location-card ul li a:hover { color: var(--secondary-color); }
.contact-map-wrap { position: relative; padding: 0 0 40px; }
.contact-map-wrap iframe { display: block; width: 100%; height: 500px; border-radius: 12px; }

/* ===================== SPINNER ===================== */
.loading-spinner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 24px; }
.loading-spinner-block { min-height: 200px; }
.loading-spinner-wheel {
  width: 48px; height: 48px; border: 4px solid #e0e0e0;
  border-top-color: var(--secondary-color); border-radius: 50%;
  animation: spin 0.9s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.loading-spinner-label { margin: 0; font-size: 14px; color: var(--tertiary-color); opacity: 0.85; }

/* ===================== WHATSAPP ===================== */
/* ===== Floating social icons (WhatsApp + Facebook + Instagram) ===== */
.social-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  gap: 10px;
}
.social-float-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.social-float-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.24);
  filter: brightness(1.08);
}
.social-float-btn:active { transform: translateY(0) scale(0.95); }

.social-float-whatsapp  { background: #25d366; }
.social-float-facebook  { background: #1877f2; }
.social-float-instagram {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

/* ===================== RESPONSIVE ===================== */
.nav-toggle { display: none; }
@media (max-width: 900px) {

  /* --- NAVBAR --- */
  nav { padding: 14px 20px; }
  nav.nav-scrolled { padding: 10px 20px !important; }
  .footer-logo-text { font-size: 18px !important; }
  .nav-toggle { display: inline-flex; background: rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.1); border-radius: 8px; padding: 8px 12px; color: var(--tertiary-color); font-size: 0; }
  .nav-toggle i, .nav-toggle svg { font-size: 16px; }
  nav.navbar-home .nav-toggle { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.2); color: #fff; }
  .menu {
    position: fixed; top: 0; left: 0; right: 0;
    background: #fff;
    transform: translateY(-110%); opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 9999999;
    padding-top: 70px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    border-bottom: 2px solid var(--secondary-color);
  }
  .menu.menu-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .menu ul { flex-direction: column; gap: 0; padding: 0 0 16px; }
  .menu ul li a {
    font-size: 12px !important; display: block;
    color: var(--tertiary-color) !important;
    padding: 15px 28px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    letter-spacing: 0.14em; text-transform: uppercase;
  }
  .menu ul li a::after { display: none; }
  .menu ul li a:hover { color: var(--secondary-color) !important; background: rgba(22,115,0,0.04); }
  .menu ul li a.active { color: var(--secondary-color) !important; font-weight: 600; }

  /* --- HERO --- */
  .hero { height: 65vh; }
  .hero-home h1 { font-size: 2rem !important; width: 90%; }
  .hero-home h2 { font-size: 0.85rem !important; width: 90%; }
  .hero-home { padding-bottom: 48px; }
  .gap { height: 58vh; }

  /* --- GENERAL --- */
  .content-container { padding: 40px 20px; }
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.4rem; }
  .section-divider { width: 70px; margin: 10px auto 24px; }

  /* --- CRUISES SECTION --- */
  .cruises-container { padding: 48px 20px; }
  .cruises-layout { grid-template-columns: 1fr; gap: 24px; }
  .cruises-copy { text-align: center; }
  .cruises-copy h2 { font-size: 1.6rem; }
  .cruises-copy p { font-size: 14px; }
  .cruises-cards { justify-content: center; padding: 16px 0 32px; gap: 0; }
  .cruise-card { flex: 0 0 260px; height: 360px; }
  .cruise-card:not(.is-active) { display: none; }
  .cruises-arrow-right { right: 0; }
  .cruises-container > h1 { margin-bottom: 32px; }

  /* --- CRUISE SHIPS PAGE --- */
  .cruises-ships-layout { height: auto; min-height: 100vh; padding: 80px 0 40px; }
  .cruises-layout { padding: 0 20px !important; }

  /* --- DESTINATIONS --- */
  .destinations-container { text-align: center; }
  .destinations-list { flex-direction: column; width: 100%; gap: 20px; margin: 24px auto; }
  .destination-item { height: 320px; }
  .right-side-button { justify-content: center; }

  /* --- PLAN CAROUSEL --- */
  .plan-container { text-align: center; }
  .plan-carousel-track { gap: 12px; padding: 12px 20px; }
  .plan-carousel-item { flex: 0 0 260px; height: 320px; }
  .plan-carousel-arrow-left { left: 0; }
  .plan-carousel-arrow-right { right: 0; }

  /* --- COLLABORATION --- */
  .collaboration-container { padding: 60px 20px; }
  .collaboration-content { grid-template-columns: 1fr; gap: 24px; padding: 20px 0; text-align: center; }
  .collaboration-list { flex-direction: column; gap: 20px; }
  .collaboration-content h2 { font-size: 1.4rem; text-align: center; }
  .collaboration-content p { font-size: 14px; text-align: center; }

  /* --- TESTIMONIALS --- */
  .testimonials-list { grid-template-columns: 1fr; gap: 16px; width: 100%; }
  .testimonials-container { text-align: center; }

  /* --- FOOTER --- */
  footer.footer { padding: 40px 20px 24px; }
  .footer-top { gap: 16px; margin-bottom: 32px; }
  .footer-top p { width: 100%; font-size: 14px; }
  .footer-content { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-content div:nth-child(1) { grid-column: 1 / span 2; }
  .footer-content h3 { font-size: 1rem; margin-bottom: 12px; }
  .footer-content ul li { font-size: 13px; margin-bottom: 8px; }

  /* --- BANNERS --- */
  .about-banner, .travel-packages-banner, .contact-banner, .testimonials-banner {
    height: 180px; padding: 20px;
    justify-content: center; align-items: center; text-align: center;
    border-radius: 16px;
  }
  .about-banner h1, .contact-banner h1, .testimonials-banner h1,
  .travel-packages-banner h1 { font-size: 1.8rem; }

  /* --- ABOUT --- */
  .history-container { margin: 40px 0; }
  .history-content { padding: 0; grid-template-columns: 1fr; gap: 20px; }
  .history-content p { font-size: 15px; }
  .mission-vision-container { width: 100%; margin: 40px auto 60px; }
  .mission-vision-content { grid-template-columns: 1fr; gap: 32px; padding: 0; }

  /* --- MICE & TRANSPORT --- */
  .mice-media-main { height: 240px; border-radius: 20px; }
  .mice-media-title { font-size: 26px !important; padding-top: 90px; }
  .mice-media-thumbs-track { padding: 10px 60px; gap: 12px; }
  .mice-media-thumb { flex: 0 0 120px; height: 90px; border-radius: 16px; }
  .mice-media-arrow-left { left: 4px; }
  .mice-media-arrow-right { right: 4px; }
  .mice-content-container { width: 100%; font-size: 16px; }
  .mice-content-container h1 { font-size: 1.8rem; }
  .mice-content-container h2 { font-size: 1.2rem; }

  /* --- CRUISE DETAIL --- */
  .cruise-hero-image-wrapper { height: 220px; border-radius: 20px; }
  .cruise-hero-image { height: 220px; }
  .cruise-hero-title { font-size: 1.4rem; left: 20px; bottom: 14px; }
  .cruise-gallery { gap: 8px; max-height: none; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .cruise-gallery-item { flex: 0 0 110px; height: 85px; border-radius: 16px; }
  .cruise-tabs { gap: 10px; margin: 24px 0 32px; flex-wrap: wrap; }
  .cruise-tabs button { font-size: 12px; padding: 8px 14px; }
  .cruise-overview { grid-template-columns: 1fr; gap: 24px; }
  .cruise-features-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .feature-card { padding: 16px 10px; }
  .feature-card i { font-size: 24px; }
  .feature-card p { font-size: 12px; }
  .features02 { width: 100%; }
  .features02-grid { grid-template-columns: 1fr; gap: 16px; }
  .features02-grid > .features02:only-child { max-width: 100%; }
  .cruise-itinerary-content { grid-template-columns: 1fr; gap: 24px; }
  .help-form { grid-column: 1; padding: 24px 16px; }

  /* --- TRAVEL PACKAGES --- */
  .travel-packages-nav { display: none; }
  .travel-packages-nav-mobile { display: block; }
  .travel-packages-carousel { padding: 0; width: 100%; margin: 32px auto; overflow: visible; }
  .travel-packages-track { gap: 0; }
  .travel-package-card-left, .travel-package-card-right { display: none; }
  .travel-package-card-center { width: 100%; }
  .travel-package-card-center img { width: 100%; height: 240px; }
  .travel-packages-arrow-left { left: -10px; }
  .travel-packages-arrow-right { right: -10px; }

  /* --- CONTACT --- */
  .contact-content { grid-template-columns: 1fr; padding: 0; gap: 32px; }
  .contact-locations-grid { grid-template-columns: 1fr 1fr; padding: 20px 0; gap: 16px; }
  .contact-map-wrap { padding: 0; }
  .contact-map-wrap iframe { height: 300px; }

  /* --- FLOATING SOCIAL ICONS (mobile) --- */
  .social-float { right: 16px; bottom: 16px; gap: 8px; }
  .social-float-btn { width: 40px; height: 40px; font-size: 16px; }
}

/* extra small screens */
@media (max-width: 480px) {
  .contact-locations-grid { grid-template-columns: 1fr; }
  .cruise-features-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-content { grid-template-columns: 1fr; }
  .footer-content div:nth-child(1) { grid-column: 1; }
  .hero-home h1 { font-size: 1.6rem !important; }
  .destination-item { height: 260px; }
  .mice-media-main { height: 180px; }
}
/* ===================== 404 NOT FOUND PAGE ===================== */
.not-found-wrap {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  background: #f5f7f5;
}
.not-found-inner {
  width: 100%;
  max-width: 920px;
  text-align: center;
}
.not-found-number {
  font-size: 9rem;
  font-weight: 700;
  color: var(--secondary-color);
  font-family: var(--font-display);
  line-height: 1;
  margin: 0 0 8px;
  letter-spacing: -0.04em;
}
.not-found-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a1a1a;
  font-family: var(--font-display);
  margin: 0 0 16px;
}
.not-found-desc {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto 48px;
}
.not-found-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: #888;
  font-weight: 600;
  margin: 0 0 24px;
}
.not-found-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0 auto 48px;
}
.not-found-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  padding: 28px 18px;
  text-decoration: none;
  border: 1px solid #e5ebe5;
  transition: all 0.25s ease;
  color: inherit;
}
.not-found-card:hover {
  transform: translateY(-3px);
  border-color: var(--secondary-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.not-found-card i {
  font-size: 28px;
  color: var(--secondary-color);
  display: block;
  margin-bottom: 12px;
}
.not-found-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 4px;
}
.not-found-card p {
  font-size: 12px;
  color: #888;
  margin: 0;
}
.not-found-back {
  display: inline-block;
  text-decoration: none;
}
.not-found-back .btn { padding: 13px 36px; font-size: 12px; letter-spacing: 0.12em; }
.not-found-back .btn i { margin-right: 8px; }

@media (max-width: 900px) {
  .not-found-number { font-size: 6rem; }
  .not-found-title  { font-size: 1.4rem; }
  .not-found-cards  { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media (max-width: 480px) {
  .not-found-cards  { grid-template-columns: 1fr; }
}

/* ===== Download Photos button (cruise detail) ===== */
.gallery-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.gallery-title-row h2 { margin: 0; flex: 1 1 auto; min-width: 0; }
.gallery-title-row .btn-download-photos { flex: 0 0 auto; }

@media (max-width: 480px) {
  .gallery-title-row { flex-wrap: wrap; }
}

.btn-download-photos {
  background: var(--secondary-color);
  color: #fff !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}
.btn-download-photos:hover {
  background: #2d5333;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(61, 108, 69, 0.25);
}

/* ===== Scroll-to-Top floating button ===== */
.scroll-top-btn {
  position: fixed;
  bottom: 88px;             /* sits above the WhatsApp button */
  right: 24px;
  z-index: 9998;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #2d5333;       /* brand dark green — solid, bold */
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s, background-color 0.2s, box-shadow 0.2s;
  padding: 0;
  line-height: 1;
}
.scroll-top-btn i { line-height: 1; }
.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top-btn:hover {
  background: #3d6c45;
  box-shadow: 0 6px 18px rgba(0,0,0,0.24);
  transform: translateY(-3px);
}
.scroll-top-btn:active {
  transform: translateY(0) scale(0.95);
}

@media (max-width: 600px) {
  .scroll-top-btn {
    bottom: 78px;
    right: 16px;
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}

/* ============================================================
   Home Video Section — professional video showcase with popup
   ============================================================ */
.home-video-section {
  padding: 100px 40px 100px;   /* extra bottom padding to clear the dots beneath the video */
  background: linear-gradient(180deg, #e8f0e8  0%, #fff 100%);
  position: relative;
}
.home-video-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 80px;
  align-items: center;
}

/* ---- Right: clickable thumbnail with decorative frame ---- */
.home-video-thumb-wrap {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  padding: 18px 18px 0 0;     /* space for accent frame */
}
/* Decorative offset frame behind the video — subtle architectural framing */
.home-video-thumb-accent {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: -18px;
  left: 36px;
  border: 1px solid rgba(61, 108, 69, 0.35);
  border-radius: 200px 200px 4px 4px;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-video-thumb-wrap:hover .home-video-thumb-accent {
  transform: translate(-6px, 6px);
}

.home-video-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;        /* portrait — editorial / cinematic feel */
  border: none;
  padding: 0;
  margin: 0;
  background: #1a1a1a;
  border-radius: 200px 200px 4px 4px;  /* arched top, slight bottom radius */
  overflow: hidden;
  cursor: pointer;
  box-shadow:
    0 30px 60px -20px rgba(0,0,0,0.4),
    0 18px 36px -18px rgba(0,0,0,0.25);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}
.home-video-thumb:hover {
  transform: translateY(-6px);
  box-shadow:
    0 38px 76px -20px rgba(0,0,0,0.45),
    0 22px 44px -18px rgba(0,0,0,0.3);
}

/* ---- Left: copy ---- */
.home-video-copy {
  padding: 12px 0;
}
.home-video-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.home-video-eyebrow-line {
  width: 36px;
  height: 1px;
  background: #3d6c45;
}
.home-video-eyebrow-text {
  font-family: var(--font, 'Inter', sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #3d6c45;
}
.home-video-title {
  font-family: var(--font-display, 'Playfair Display', serif);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.18;
  color: #1a1a1a;
  margin: 0 0 22px;
  letter-spacing: -0.01em;
}
.home-video-desc {
  font-family: var(--font, 'Inter', sans-serif);
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  margin: 0;
  max-width: 480px;
  font-weight: 300;
}

/* ---- Right: clickable thumbnail (image + overlay inside) ---- */
.home-video-thumb-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}
.home-video-thumb:hover .home-video-thumb-img {
  transform: scale(1.04);
  filter: brightness(0.8);
}
.home-video-thumb-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}

/* ---- Play button (the only "trigger") ---- */
.home-video-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 78px; height: 78px;
  border-radius: 50%;
  background: rgba(255,255,255,0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 22px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s, color 0.3s;
  box-shadow: 0 10px 32px rgba(0,0,0,0.35);
}
.home-video-play i { margin-left: 4px; } /* visual centering of play icon */
.home-video-thumb:hover .home-video-play {
  transform: translate(-50%, -50%) scale(1.08);
  background: #2d5333;
  color: #fff;
}
.home-video-play-pulse,
.home-video-play-pulse-2 {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.55);
  animation: video-pulse 2.5s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  pointer-events: none;
}
.home-video-play-pulse-2 { animation-delay: 1.25s; }
@keyframes video-pulse {
  0%   { transform: scale(1);   opacity: 0.7; }
  100% { transform: scale(1.8); opacity: 0;   }
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .home-video-section { padding: 80px 32px 60px; }
  .home-video-wrap { grid-template-columns: 1fr; gap: 56px; }
  .home-video-thumb-wrap { margin: 0 auto; max-width: 380px; }
  .home-video-title { font-size: 2.4rem; }
}
@media (max-width: 640px) {
  .home-video-section { padding: 60px 20px 60px; }
  .home-video-title { font-size: 1.9rem; }
  .home-video-desc { font-size: 15px; }
  .home-video-thumb-wrap { padding: 14px 14px 0 0; max-width: 320px; }
  .home-video-thumb-accent { top: 28px; left: 28px; bottom: -14px; }
  .home-video-play { width: 64px; height: 64px; font-size: 18px; }
  /* Hide arrows on mobile — dots are enough, and arrows would overflow */
  .home-video-arrow { display: none; }
}

/* ============================================================
   Video Popup (Lightbox)
   ============================================================ */
.video-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.video-popup.is-open {
  opacity: 1;
  visibility: visible;
}
.video-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(6px);
  cursor: pointer;
}
.video-popup-frame {
  position: relative;
  width: min(1100px, 92vw);
  aspect-ratio: 16 / 9;
  max-height: 86vh;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  transform: scale(0.96);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.video-popup.is-open .video-popup-frame { transform: scale(1); }
.video-popup-content {
  position: absolute;
  inset: 0;
}
.video-popup-content iframe,
.video-popup-content video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.video-popup-close {
  position: absolute;
  top: -46px; right: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  z-index: 2;
}
.video-popup-close:hover { background: rgba(255,255,255,0.22); transform: rotate(90deg); }

@media (max-width: 640px) {
  .video-popup-frame { width: 96vw; }
  .video-popup-close { top: -40px; right: 4px; }
}

/* ===== Home Video — dots navigation ===== */
/* Prev/Next arrows */
.home-video-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #2d5333;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s, color 0.25s;
}
.home-video-arrow:hover {
  background: #2d5333;
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}
.home-video-arrow-prev { left: -22px; }
.home-video-arrow-next { right: -22px; }
.home-video-arrow:hover { transform: translateY(-50%) scale(1.08); }
.home-video-arrow:active { transform: translateY(-50%) scale(0.96); }

/* Multi-video stacking:
   - First thumb stays in flow (provides the wrap's height).
   - Subsequent thumbs are absolutely positioned on top of it.
   - Only the .is-active thumb is visible (fade transition). */
.home-video-thumb-wrap.has-multiple .home-video-thumb {
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.home-video-thumb-wrap.has-multiple .home-video-thumb:not(:first-of-type) {
  position: absolute;
  top: 18px;       /* match the wrap's padding so the absolutes line up with the first thumb */
  right: 18px;
  bottom: 0;
  left: 0;
}
.home-video-thumb-wrap.has-multiple .home-video-thumb.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.home-video-dots {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}
.home-video-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(45, 83, 51, 0.25);
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, width 0.3s ease;
}
.home-video-dot:hover { background: rgba(45, 83, 51, 0.5); }
.home-video-dot.is-active {
  background: #2d5333;
  width: 28px;
  border-radius: 4px;
}