/* ==========================================================================
   MONGUIDE SRI LANKA
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
  /* French Flag Theme Color Palette (Bleu, Blanc, Rouge) */
  --color-primary: #002654;
  /* Official French Bleu Marine (Royal Navy) */
  --color-primary-light: #0A3161;
  /* Slate French Blue */
  --color-primary-dark: #001737;
  /* Deep Midnight French Navy */

  --color-blue: #0055A5;
  /* French Tricolore Royal Blue */
  --color-blue-light: #2563EB;
  /* Vibrant French Blue */
  --color-blue-soft: rgba(0, 38, 84, 0.08);

  --color-accent: #ED2939;
  /* Official French Carmine Red (Rouge) */
  --color-accent-light: #EF4444;
  /* Vibrant French Red */
  --color-accent-dark: #B91C1C;
  /* Deep French Crimson */
  --color-accent-glow: rgba(237, 41, 57, 0.25);
  --color-accent-soft: rgba(237, 41, 57, 0.08);

  --color-emerald: #059669;
  /* Highlight / Verified Status */
  --color-emerald-light: #10B981;
  --color-emerald-soft: rgba(16, 185, 129, 0.12);

  /* Neutrals (Blanc / Crisp Pearl & Slate) */
  --bg-page: #F8FAFC;
  /* Clean French Pearl White */
  --bg-surface: #FFFFFF;
  /* Pure Surface White */
  --bg-subtle: #F1F5F9;
  /* Crisp Slate Mist */
  --bg-dark: #002654;
  /* French Royal Navy Dark Background */

  --text-main: #0F172A;
  /* Midnight Slate Primary Text */
  --text-muted: #475569;
  /* Secondary Body Text */
  --text-light: #94A3B8;
  /* Subdued Labels */
  --text-inverse: #FFFFFF;
  /* Pure White on Dark */
  --text-inverse-muted: #CBD5E1;

  --border-subtle: #E2E8F0;
  --border-warm: #E2E8F0;
  --border-focus: #ED2939;

  /* Typography */
  --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-heading: 'Outfit', var(--font-body);
  --font-serif: 'Playfair Display', Georgia, serif;

  /* Shadows & Elevation */
  --shadow-sm: 0 1px 3px rgba(0, 38, 84, 0.06), 0 1px 2px rgba(0, 38, 84, 0.04);
  --shadow-md: 0 4px 14px rgba(0, 38, 84, 0.08);
  --shadow-lg: 0 12px 28px rgba(0, 38, 84, 0.12);
  --shadow-xl: 0 20px 40px rgba(0, 38, 84, 0.16);
  --shadow-glow: 0 0 30px var(--color-accent-glow);

  /* Layout dimensions */
  --sidebar-width: 280px;
  --header-height-mobile: 68px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;
  --radius-full: 9999px;

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   CSS RESET & GLOBAL STYLES
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--text-main);
  background-color: var(--bg-page);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}

/* Focus styles for accessibility */
:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
}

/* Container */
.container {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-fluid {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

/* Desktop layout: maintain sidebar panel width clearance equally from BOTH sides of the screen */
@media (min-width: 1024px) {
  .container {
    padding-left: 230px;
    padding-right: 230px;
  }

  .container-fluid {
    padding-left: 230px;
    padding-right: 230px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding-left: 260px;
    padding-right: 260px;
  }

  .container-fluid {
    padding-left: 260px;
    padding-right: 260px;
  }
}

/* Typography styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--color-primary);
  line-height: 1.25;
  font-weight: 700;
}

h1 {
  font-size: clamp(2rem, 3.5vw + 1rem, 3.25rem);
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.6rem, 2.5vw + 0.8rem, 2.35rem);
  letter-spacing: -0.015em;
}

h3 {
  font-size: clamp(1.25rem, 1.5vw + 0.6rem, 1.65rem);
}

h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

.text-gradient-gold {
  background: linear-gradient(135deg, #ED2939 0%, #DC2626 50%, #002654 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-accent);
  margin-bottom: 12px;
}

.section-label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: var(--color-accent);
}

.section-heading {
  margin-bottom: 14px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-muted);

  margin-bottom: 36px;
}

/* ==========================================================================
   APP SHELL / DESKTOP SIDEBAR + CONTENT WRAPPER
   ========================================================================== */

/* Main Site Layout */
.site-wrapper {
  display: block;
  position: relative;
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

/* Left Sidebar (Desktop Navigation) - 100% Floating Overlay with No Background */
.site-sidebar {
  width: auto;
  max-width: 320px;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-right: none !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 16px;
  overflow: visible;
  box-shadow: none !important;
  pointer-events: none;
  transition: transform var(--transition-normal);
}

/* Top: Floating Logo Container */
.sidebar-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  pointer-events: auto;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  width: fit-content;
  transition: transform var(--transition-fast);
}

.sidebar-brand:hover {
  transform: scale(1.04);
}

.sidebar-brand img,
.sidebar-brand svg {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}

/* Middle: Floating Menu in Tablet-Shaped Wrappers (Vertically Centered) */
.sidebar-nav {
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px 0;
  pointer-events: auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 0;
  /* Reduced distance from screen left */
  width: fit-content;
}

.nav-item {
  position: relative;
  width: fit-content;
}

/* Tablet / Pill Capsule Shaped Menu Item with Separate Background */
.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 5px 16px;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 38, 84, 0.08);
  border-radius: 9999px;
  /* Tablet / pill capsule shape */
  box-shadow: 0 4px 16px rgba(0, 38, 84, 0.08);
  transition: all var(--transition-fast);
  cursor: pointer;
  width: fit-content;
  white-space: nowrap;
}

.nav-link-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-link svg.nav-icon {
  width: 18px;
  height: 18px;
  stroke: var(--text-muted);
  transition: stroke var(--transition-fast);
}

.nav-link:hover {
  background-color: #FFFFFF;
  color: var(--color-accent);
  border-color: rgba(237, 41, 57, 0.3);
  box-shadow: 0 6px 20px rgba(237, 41, 57, 0.18);
  transform: translateX(6px);
}

.nav-link:hover svg.nav-icon {
  stroke: var(--color-accent);
}

/* Active Item with Separate Highlighted Pill Background */
.nav-item.active>.nav-link {
  background: linear-gradient(135deg, #002654 0%, #0A3161 100%);
  color: #FFFFFF;
  font-weight: 700;
  border: 1px solid #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(0, 38, 84, 0.28);
}

.nav-item.active>.nav-link svg.nav-icon {
  stroke: #FFFFFF;
}

/* Dropdown / Submenu in Sidebar */
.nav-dropdown-toggle {
  cursor: pointer;
  width: fit-content;
}

.dropdown-arrow {
  width: 16px;
  height: 16px;
  transition: transform var(--transition-fast);
}

.nav-item.has-dropdown.open .dropdown-arrow,
.nav-item.has-dropdown:hover .dropdown-arrow {
  transform: rotate(-90deg);
}

/* Desktop Submenu: Floating Popup Panel in Front of Tour Packages */
@media (min-width: 1024px) {
  .nav-item.has-dropdown {
    position: relative;
  }

  .sub-nav-list {
    position: absolute;
    left: calc(100% + 14px);
    top: 50%;
    transform: translateY(-50%) translateX(-8px);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 38, 84, 0.1);
    border-radius: var(--radius-lg);
    padding: 10px;
    box-shadow: 0 16px 40px rgba(0, 38, 84, 0.18), 0 4px 14px rgba(0, 0, 0, 0.06);
    min-width: 240px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 200;
  }

  /* Arrow Pointer toward Tour Packages Button */
  .sub-nav-list::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-left: 1px solid rgba(0, 38, 84, 0.1);
    border-bottom: 1px solid rgba(0, 38, 84, 0.1);
    z-index: 1;
  }

  /* Invisible Bridge connecting Tour Packages Button and Submenu so mouse never loses hover */
  .sub-nav-list::after {
    content: '';
    position: absolute;
    left: -26px;
    top: -15px;
    bottom: -15px;
    width: 30px;
    background: transparent;
    pointer-events: auto;
  }

  /* Show popup on Click (.open) or Hover */
  .nav-item.has-dropdown.open .sub-nav-list,
  .nav-item.has-dropdown:hover .sub-nav-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%) translateX(0);
  }

  .sub-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-main);
    background: transparent;
    border: none;
    border-radius: var(--radius-md);
    box-shadow: none;
    transition: all var(--transition-fast);
    white-space: nowrap;
    width: 100%;
  }

  .sub-nav-link:hover {
    color: var(--color-accent);
    background-color: var(--bg-subtle);
    transform: translateX(4px);
    box-shadow: none;
  }

  .sub-nav-item.active .sub-nav-link {
    color: #FFFFFF;
    background: linear-gradient(135deg, #002654 0%, #0A3161 100%);
    border: 1px solid #FFFFFF;
  }
}

/* Mobile Submenu: Accordion inside Drawer */
@media (max-width: 1023px) {
  .sub-nav-list {
    list-style: none;
    padding-left: 0;
    margin-top: 8px;
    margin-bottom: 4px;
    display: none;
    flex-direction: column;
    gap: 6px;
    margin-left: 14px;
    width: fit-content;
  }

  .nav-item.has-dropdown.open .sub-nav-list {
    display: flex;
  }

  .nav-item.has-dropdown.open .dropdown-arrow {
    transform: rotate(180deg);
  }

  .sub-nav-link {
    display: block;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 8px 18px;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--text-muted);
    border-radius: 9999px;
    border: 1px solid rgba(0, 38, 84, 0.08);
    box-shadow: 0 3px 12px rgba(0, 38, 84, 0.06);
    transition: all var(--transition-fast);
    white-space: nowrap;
    width: fit-content;
  }

  .sub-nav-link:hover {
    color: var(--color-accent);
    background-color: #FFFFFF;
    border-color: rgba(237, 41, 57, 0.25);
    box-shadow: 0 4px 14px rgba(237, 41, 57, 0.12);
    transform: translateX(4px);
  }

  .sub-nav-item.active .sub-nav-link {
    color: #FFFFFF;
    background-color: #002654;
    border-color: #002654;
  }
}

/* Main Content Area - Full 100% Screen Width */
.site-main {
  margin-left: 0 !important;
  width: 100% !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-page);
}

/* Mobile Header (Hidden on Desktop) - Fixed Floating Header with Centered Logo & Burger Icon */
.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none !important;
  border-bottom: none !important;
  z-index: 1100;
  padding: 16px 20px;
  align-items: center;
  justify-content: center;
  /* Center the logo in the screen */
  pointer-events: none;
}

.mobile-brand {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.mobile-brand img,
.mobile-brand svg {
  height: 72px;
  width: auto;
  max-width: 240px;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
}

.mobile-menu-toggle {
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: transform var(--transition-fast);
}

.mobile-menu-toggle:hover {
  transform: translateY(-50%) scale(1.08);
}

.mobile-menu-icon {
  width: 28px;
  height: 28px;
  stroke: #000000;
  stroke-width: 2.5;
  filter: drop-shadow(0 0 1.5px #FFFFFF) drop-shadow(0 0 2.5px #FFFFFF) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
  transition: transform var(--transition-fast);
  display: block;
  overflow: visible;
}

.line-top {
  transform-origin: 12px 6px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.line-middle {
  transform-origin: 12px 12px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.line-bottom {
  transform-origin: 12px 18px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Morph burger to X close icon when menu is opened */
.mobile-menu-toggle.open .line-top,
.mobile-menu-toggle[aria-expanded="true"] .line-top {
  transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle.open .line-middle,
.mobile-menu-toggle[aria-expanded="true"] .line-middle {
  opacity: 0;
  transform: scaleX(0);
}

.mobile-menu-toggle.open .line-bottom,
.mobile-menu-toggle[aria-expanded="true"] .line-bottom {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 23, 55, 0.65);
  backdrop-filter: blur(4px);
  z-index: 98;
  opacity: 0;
  transition: opacity var(--transition-normal);
}

/* ==========================================================================
   HOMEPAGE: 3-ROW CONTINUOUS MARQUEE HERO SECTION
   ========================================================================== */

.hero-slider-section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background-color: var(--color-primary-dark);
}

/* 3-Row Container */
.hero-slider-rows {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  z-index: 1;
}

.hero-slider-row {
  height: calc((100% - 16px) / 3);
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.slider-track {
  display: flex;
  gap: 12px;
  height: 100%;
  width: max-content;
  will-change: transform;
}

/* Animation directions */
.row-ltr .slider-track {
  animation: marquee-ltr 180s linear infinite;
}

.row-rtl .slider-track {
  animation: marquee-rtl 180s linear infinite;
}

@keyframes marquee-ltr {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes marquee-rtl {
  0% {
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* Slide Item & Image Preloader Placeholder */
.slider-item {
  height: 100%;
  aspect-ratio: 16 / 10;
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: brightness(1.05) contrast(1.02);
  transition: opacity var(--transition-normal);
}

.slider-item img.loaded {
  opacity: 1;
}

/* Image Preloader Centered Loading Indicator */
.img-preloader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.8s infinite;
  z-index: 2;
  transition: opacity var(--transition-fast), visibility var(--transition-fast);
}

.slider-item.is-loaded .img-preloader {
  opacity: 0;
  visibility: hidden;
}

.spinner-icon {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--color-accent);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

/* Highly Translucent Gradient Scrim Overlay - Keeps Slider Bright & Clear */
.hero-overlay-scrim {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 38, 84, 0.18) 0%, rgba(0, 23, 55, 0.35) 100%);
  z-index: 3;
  pointer-events: none;
}

/* Hero Content Layer */
.hero-content {
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 32px 24px;
  color: var(--text-inverse);
  max-width: 900px;
  margin: 0 auto;
}

.hero-content-card {

  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 40px;
  padding: 44px 48px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 600;
  color: #FEF3C7;
  margin-bottom: 22px;
}

.hero-pill-dot {
  width: 8px;
  height: 8px;
  background-color: var(--color-emerald-light);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--color-emerald-light);
}

.hero-title {
  color: var(--text-inverse);
  font-size: clamp(2.2rem, 4.5vw + 1rem, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.hero-tagline {
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  color: var(--text-inverse-muted);
  max-width: 720px;
  margin-bottom: 32px;
  line-height: 1.55;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: all var(--transition-fast);
  text-decoration: none;
  min-height: 48px;
}

.btn-primary {
  background: linear-gradient(135deg, #ED2939 0%, #DC2626 100%);
  color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(237, 41, 57, 0.35);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(217, 119, 6, 0.45);
  color: #FFFFFF;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
  color: #FFFFFF;
}

.btn-outline {
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.btn-outline:hover {
  background-color: var(--color-primary);
  color: var(--text-inverse);
}

/* Scroll indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  animation: bounce 2s infinite;
}

.scroll-icon {
  width: 20px;
  height: 20px;
  stroke: var(--color-accent-light);
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translate(-50%, 0);
  }

  40% {
    transform: translate(-50%, -8px);
  }

  60% {
    transform: translate(-50%, -4px);
  }
}

/* ==========================================================================
   SECTIONS & COMPONENTS
   ========================================================================== */

.section-padding {
  padding-top: 30px;
  padding-bottom: 80px;
}

.section-padding-lg {
  padding-top: 50px;
  padding-bottom: 100px;
}

.bg-subtle {
  background-color: var(--bg-subtle);
}

.bg-dark {
  background-color: var(--bg-dark);
  color: var(--text-inverse);
}

.bg-dark h2,
.bg-dark h3,
.bg-dark h4 {
  color: var(--text-inverse);
}

.bg-dark .section-subtitle {
  color: var(--text-inverse-muted);
}

/* Value Proposition Bar / Cards */
.value-props-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.value-card {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(237, 41, 57, 0.4);
}

.value-card-icon {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(237, 41, 57, 0.15) 0%, rgba(217, 119, 6, 0.05) 100%);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-card-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--color-accent);
}

.value-card-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.value-card-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ==========================================================================
   TOUR PACKAGE CARDS & GRIDS
   ========================================================================== */

.tours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}

.tour-card {
  background-color: var(--bg-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  transition: all var(--transition-normal);
}

.tour-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(237, 41, 57, 0.3);
}

.tour-card-media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.tour-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.tour-card:hover .tour-card-media img {
  transform: scale(1.06);
}

.tour-badge-duration {
  position: absolute;
  top: 14px;
  left: 14px;
  background-color: rgba(0, 38, 84, 0.9);
  color: #FFFFFF;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  gap: 6px;
}

.tour-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.tour-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.tour-card-desc {
  font-size: 0.94rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.55;
}

.tour-highlights-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}

.tour-highlight-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text-main);
}

.tour-highlight-item svg {
  width: 16px;
  height: 16px;
  stroke: var(--color-emerald);
  flex-shrink: 0;
}

.tour-card-footer {
  padding-top: 16px;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-card-link {
  font-weight: 700;
  color: var(--color-accent);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
}

.tour-card-link:hover {
  color: var(--color-accent-dark);
  gap: 10px;
}

/* ==========================================================================
   PLACES OF INTEREST / DESTINATION CARDS
   ========================================================================== */

.destinations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 32px;
}

.destination-card {
  background-color: var(--bg-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-warm);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: all var(--transition-normal);
}

.destination-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(237, 41, 57, 0.4);
}

.destination-card-media {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.destination-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.destination-card:hover .destination-card-media img {
  transform: scale(1.05);
}

.destination-distance-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: rgba(0, 38, 84, 0.9);
  color: #FFFFFF;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 600;
  backdrop-filter: blur(4px);
}

.destination-card-body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}

.destination-card-title {
  font-size: 1.35rem;
  font-weight: 700;
}

.destination-card-text {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.destination-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.tag-pill {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  background-color: var(--bg-subtle);
  color: var(--text-muted);
}

.tag-pill-accent {
  background-color: rgba(237, 41, 57, 0.1);
  color: var(--color-accent-dark);
}

/* ==========================================================================
   TOUR ITINERARY TIMELINE (INTERIOR TOUR PAGES)
   ========================================================================== */

.itinerary-timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 36px;
  position: relative;
}

/* Tour Hero Section & Details Layout */
.tour-hero-section {
  background: linear-gradient(135deg, #002654 0%, #0A3161 100%);
  color: #FFFFFF;
  padding: 60px 0 50px;
}

.tour-hero-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.tour-hero-main {
  max-width: 680px;
  flex: 1 1 480px;
  min-width: 0;
}

.tour-hero-quote-card {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  text-align: center;
  flex: 0 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}

.tour-details-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
  width: 100%;
}

.tour-timeline-col {
  min-width: 0;
  width: 100%;
}

.tour-sidebar-col {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  width: 100%;
}

.itinerary-timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  width: 100%;
}

.itinerary-day-card {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--transition-fast);
  width: 100%;
  box-sizing: border-box;
}

.itinerary-day-card:hover {
  border-color: var(--color-accent);
}

.itinerary-day-header {
  padding: 20px 24px;
  background-color: var(--bg-surface);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
}

.day-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex: 1;
}

.day-badge {
  background: linear-gradient(135deg, #002654 0%, #0A3161 100%);
  color: var(--text-inverse);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--radius-sm);
  letter-spacing: 1px;
  flex-shrink: 0;
}

.day-title {
  font-size: 1.15rem;
  font-weight: 700;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.35;
}

.itinerary-day-content {
  padding: 0 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-sizing: border-box;
}

.day-description {
  font-size: 0.98rem;
  color: var(--text-muted);
  line-height: 1.65;
  word-break: break-word;
  overflow-wrap: break-word;
}

.day-highlights-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--color-accent-dark);
  background-color: rgba(237, 41, 57, 0.08);
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  align-self: flex-start;
  max-width: 100%;
  box-sizing: border-box;
}

/* ==========================================================================
   GALLERY PAGE GRID & LIGHTBOX
   ========================================================================== */

.gallery-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
  justify-content: center;
}

.filter-btn {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-warm);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.filter-btn:hover,
.filter-btn.active {
  background-color: var(--color-primary);
  color: var(--text-inverse);
  border-color: var(--color-primary);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.gallery-card {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-md);
  overflow: hidden;
  background-color: var(--bg-subtle);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.gallery-card:hover img {
  transform: scale(1.06);
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 15, 35, 0.96);
  backdrop-filter: blur(12px);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lightbox-modal.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  touch-action: pan-y;
}

.lightbox-img-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 80vh;
}

.lightbox-img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: var(--radius-sm);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: auto;
  cursor: grab;
}

.lightbox-img:active {
  cursor: grabbing;
}

.lightbox-img.slide-next-out {
  transform: translateX(-50px) scale(0.95);
  opacity: 0;
}

.lightbox-img.slide-next-in {
  transform: translateX(50px) scale(0.95);
  opacity: 0;
}

.lightbox-img.slide-prev-out {
  transform: translateX(50px) scale(0.95);
  opacity: 0;
}

.lightbox-img.slide-prev-in {
  transform: translateX(-50px) scale(0.95);
  opacity: 0;
}

.lightbox-close {
  position: absolute;
  top: -48px;
  right: 0;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
  padding: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color var(--transition-fast);
  z-index: 1020;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.35);
}

.lightbox-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  color: #FFFFFF;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform var(--transition-fast), color var(--transition-fast), opacity var(--transition-fast);
  z-index: 1010;
  font-size: 2.5rem;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.8));
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  opacity: 0.85;
}

.lightbox-nav-btn:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: #FFFFFF;
  opacity: 1;
  transform: translateY(-50%) scale(1.2);
}

.lightbox-prev {
  left: -70px;
}

.lightbox-next {
  right: -70px;
}

/* ==========================================================================
   CONTACT PAGE & DUAL OFFICE CARDS
   ========================================================================== */

.offices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.office-card {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.office-flag-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  background-color: var(--bg-subtle);
  color: var(--color-primary);
  margin-bottom: 14px;
}

.office-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.office-contact-person {
  font-size: 1.05rem;
  color: var(--color-accent);
  font-weight: 600;
  margin-bottom: 18px;
}

.office-details-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.office-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.94rem;
  color: var(--text-muted);
}

.office-detail-item svg {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  stroke: var(--color-accent);
  flex-shrink: 0;
  margin-top: 2px;
}

.office-detail-item a {
  color: var(--color-primary);
  font-weight: 600;
}

.office-detail-item a:hover {
  color: var(--color-accent);
}

/* Contact Form */
.contact-form-card {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-lg);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form-group-full {
  grid-column: span 2;
}

.form-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 6px;
}

.form-control {
  width: 100%;
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
  background-color: #FAFAFA;
  font-size: 0.96rem;
  color: var(--text-main);
  transition: all var(--transition-fast);
}

.form-control:focus {
  background-color: #FFFFFF;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px var(--color-accent-glow);
  outline: none;
}

textarea.form-control {
  resize: vertical;
  min-height: 130px;
}

/* Breadcrumbs */
.breadcrumbs-nav {
  padding: 4px;
  border-bottom: 1px dotted #eaeaea;
  font-size: 0.7rem;
  color: var(--text-muted);
}

.breadcrumb-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.breadcrumb-item a {
  color: var(--text-muted);
  font-weight: 500;
}

.breadcrumb-item a:hover {
  color: var(--color-accent);
}

.breadcrumb-item.active {
  color: var(--color-primary);
  font-weight: 700;
}

.breadcrumb-separator {
  color: var(--text-light);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.site-footer {
  background-color: var(--color-primary-dark);
  color: var(--text-inverse-muted);
  padding: 70px 0 30px;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 50px;
}

.footer-brand-col p {
  font-size: 0.92rem;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 20px;
  max-width: 320px;
}

.footer-col-title {
  color: var(--text-inverse);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.92rem;
}

.footer-links-list a:hover {
  color: var(--color-accent-light);
}

.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
}

/* ==========================================================================
   TOP RIGHT LANGUAGE SELECTOR (GOOGLE TRANSLATOR)
   ========================================================================== */
.lang-selector-container {
  position: fixed;
  top: 20px;
  right: 24px;
  z-index: 1200;
  pointer-events: auto !important;
}

.lang-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #FFFFFF;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  cursor: pointer !important;
  pointer-events: auto !important;
  box-shadow: none;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  transition: all var(--transition-fast);
}

.lang-toggle-btn:hover {
  background: transparent;
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: none;
  opacity: 0.9;
}

.lang-arrow {
  width: 12px;
  height: 12px;
  transition: transform var(--transition-fast);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
}

.lang-selector-container.open .lang-arrow {
  transform: rotate(180deg);
}

.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 140px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 38, 84, 0.12);
  border-radius: var(--radius-md);
  padding: 6px;
  box-shadow: 0 12px 32px rgba(0, 38, 84, 0.22), 0 4px 12px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  gap: 4px;
  z-index: 1250;
  pointer-events: auto !important;
}

/* Invisible Bridge connecting button and dropdown so mouse never loses hover */
.lang-dropdown::before {
  content: '';
  position: absolute;
  top: -18px;
  left: -12px;
  right: -12px;
  height: 22px;
  background: transparent;
  pointer-events: auto;
}

.lang-selector-container.open .lang-dropdown,
.lang-selector-container:hover .lang-dropdown {
  display: flex !important;
}

.lang-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-main);
  background: transparent;
  border: none;
  cursor: pointer !important;
  pointer-events: auto !important;
  width: 100%;
  text-align: left;
  transition: all var(--transition-fast);
}

.lang-option:hover {
  background-color: var(--bg-subtle);
  color: var(--color-accent);
}

.lang-option.active {
  background: linear-gradient(135deg, #002654 0%, #0A3161 100%);
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

/* Hide Google's default header panel, banner frame, widgets and layout artifacts */
body>.skiptranslate:not(#langSelector):not(.lang-selector-container),
body>div[class*="skiptranslate"]:not(#langSelector):not(.lang-selector-container),
body>iframe[class*="skiptranslate"],
iframe.goog-te-banner-frame,
iframe[name*="goog"],
iframe[id*="goog"],
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
[class*="VIpgJd"],
[id*="goog-gt-"],
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover,
.goog-te-gadget,
.goog-te-gadget-simple,
.goog-te-spinner-pos {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -99999px !important;
  left: -99999px !important;
  z-index: -9999 !important;
}

html {
  top: 0px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}

body {
  top: 0px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
  position: static !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES (MOBILE FIRST & BREAKPOINTS)
   ========================================================================== */

@media (max-width: 1023px) {
  .site-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    transform: translateX(-100%);
    transition: transform var(--transition-normal);
    z-index: 1000;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 20px 80px;
  }

  /* Hide logo inside sidebar menu panel on mobile screen size */
  .site-sidebar .sidebar-brand {
    display: none !important;
  }

  .sidebar-nav {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* Translator panel in mobile screen menu left aligned */
  .lang-selector-container {
    position: absolute;
    top: auto;
    bottom: 24px;
    left: 20px;
    right: auto;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: auto;
    pointer-events: auto !important;
  }

  .lang-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    padding: 6px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-primary);
    background: #FFFFFF;
    border: 1px solid var(--border-warm);
    border-radius: 9999px;
    box-shadow: 0 2px 10px rgba(0, 38, 84, 0.08);
    text-shadow: none;
    cursor: pointer !important;
    pointer-events: auto !important;
  }

  .lang-arrow {
    filter: none;
    stroke: var(--color-primary);
  }

  .lang-dropdown {
    top: auto;
    bottom: calc(100% + 8px);
    left: 0;
    right: auto;
    align-items: stretch;
    z-index: 1250;
    pointer-events: auto !important;
  }

  .nav-list {
    margin-left: 0;
    width: 100%;
  }

  .site-sidebar.open {
    transform: translateX(0);
  }

  .site-main {
    margin-left: 0;
    width: 100%;
    padding-top: 0;
  }

  /* Except home page, other pages have top padding on their first section: mobile header height (104px) + 10px = 114px */
  body:not(.home-page) .site-main > main > section:first-of-type,
  body:not(.home-page) .site-main > main > header:first-of-type,
  body:not(.home-page) .site-main > main > div:first-of-type {
    padding-top: 114px !important;
  }

  .mobile-header {
    display: flex;
  }

  .mobile-overlay.active {
    display: block;
    opacity: 1;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  /* Hero Action Buttons in Mobile Screen - Responsive Wrapping if Width Not Enough */
  .hero-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .hero-actions .btn {
    text-align: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.88rem;
    min-height: 44px;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.3;
  }

  .hero-actions .btn-primary {
    flex: 1 1 auto;
    padding: 12px 16px;
  }

  .hero-actions .btn-secondary {
    flex: 0 0 auto;
    padding: 12px 22px;
    /* Generous L and R padding for Contact Offices */
  }

  .hero-actions .btn svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
  }

  /* Tour Package Responsive Layout */
  .tour-details-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tour-sidebar-col {
    position: static;
    width: 100%;
  }

  .tour-hero-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .tour-hero-main {
    max-width: 100%;
    flex: 1 1 auto;
  }

  .tour-hero-quote-card {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* Itinerary Days on Mobile */
  .itinerary-day-header {
    padding: 16px 14px;
    gap: 10px;
  }

  .day-header-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .day-badge {
    padding: 4px 10px;
    font-size: 0.76rem;
  }

  .day-title {
    font-size: 1rem;
    line-height: 1.35;
  }

  .itinerary-day-content {
    padding: 0 14px 16px;
  }

  .hero-content-card {
    padding: 32px 18px;
    border-radius: 28px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .hero-actions {
    gap: 10px;
    flex-wrap: wrap;
  }

  .hero-actions .btn {
    font-size: 0.82rem;
    min-height: 44px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .hero-actions .btn-primary {
    flex: 1 1 auto;
    padding: 12px 14px;
  }

  .hero-actions .btn-secondary {
    flex: 0 0 auto;
    padding: 12px 20px;
    /* L and R padding for Contact Offices */
  }

  .hero-actions .btn svg {
    display: none;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-group-full {
    grid-column: span 1;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-slider-row {
    height: calc((100% - 12px) / 3);
  }

  .slider-item {
    aspect-ratio: 4 / 3;
  }

  .lightbox-modal {
    padding: 12px;
  }

  .lightbox-close {
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }

  .lightbox-nav-btn {
    width: 44px;
    height: 44px;
    font-size: 2.2rem;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slider-track {
    animation: none !important;
  }

  .img-preloader {
    animation: none !important;
  }

  .hero-scroll-indicator {
    animation: none !important;
  }
}