/* ============================================================
   Travel Vista — Main Stylesheet
   ============================================================ */

/* ---------- Google Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

/* ---------- Base ---------- */
:root {
  --brand-blue: #0E009A;
  --brand-blue-dark: #08005f;
  --brand-yellow: #FFF000;
  --brand-yellow-soft: rgba(255, 240, 0, 0.18);
}

*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Albert Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Albert Sans', sans-serif;
}

/* ---------- Material Symbols helper ---------- */
.site-header {
  isolation: isolate;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-bottom: 1px solid rgba(226, 232, 240, 0);
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0);
  opacity: 0;
  transition: opacity 0.3s ease, background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.is-scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-header.is-scrolled::before {
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(3px);
  opacity: 1;
}

.site-header.is-scrolled .header-shell {
  border-color: transparent;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

.site-header.is-scrolled .site-logo {
  filter: none;
  color: rgb(15, 23, 42);
}

.site-header.is-scrolled nav {
  color: rgba(15, 23, 42, 0.72);
}

.site-header.is-scrolled nav a:hover {
  color: rgb(2, 132, 199);
}

.trip-whatsapp-card {
  cursor: pointer;
}

.trip-whatsapp-card:focus-visible {
  outline: 3px solid #0d9488;
  outline-offset: 6px;
  border-radius: 12px;
}

/* ---------- Mobile navigation ---------- */
.mobile-menu-toggle,
.mobile-nav-drawer,
.mobile-menu-overlay {
  display: none;
}

@media (max-width: 991px) {
  .about-img-r {
    display: none;
  }

  .desktop-nav {
    display: none !important;
  }

  .desktop-header-cta {
    display: none !important;
  }

  .site-header .header-shell {
    gap: 12px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
  }

  .mobile-menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform .25s ease, opacity .2s ease;
  }

  .mobile-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .mobile-menu-overlay {
    display: block;
    position: fixed;
    z-index: 80;
    inset: 0;
    background: rgba(15, 23, 42, .48);
    opacity: 0;
    pointer-events: none;
    transition: opacity .32s ease;
  }

  .mobile-nav-drawer {
    display: flex;
    position: fixed;
    z-index: 81;
    top: 0;
    right: 0;
    width: min(86vw, 380px);
    height: 100dvh;
    flex-direction: column;
    padding: 24px;
    background: #fff;
    box-shadow: -18px 0 46px rgba(15, 23, 42, .18);
    transform: translateX(100%);
    transition: transform .36s cubic-bezier(.2,.75,.2,1);
  }

  .mobile-nav-open { overflow: hidden; }
  .mobile-nav-open .mobile-menu-overlay { opacity: 1; pointer-events: auto; }
  .mobile-nav-open .mobile-nav-drawer { transform: translateX(0); }

  .mobile-nav-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid #e2e8f0; }
  .mobile-nav-head img { width: auto; height: 42px; object-fit: contain; }
  .mobile-menu-close { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid #e2e8f0; border-radius: 50%; background: #f8fafc; color: #0f172a; cursor: pointer; }
  .mobile-menu-close .icon { font-size: 22px; }
  .mobile-nav-links { display: flex; flex-direction: column; margin: 20px 0; }
  .mobile-nav-links a { padding: 15px 0; border-bottom: 1px solid #e2e8f0; color: #0f172a; font-size: 16px; font-weight: 700; text-decoration: none; }
  .mobile-nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; margin-top: auto; padding: 14px 18px; border-radius: 999px; background: var(--brand-blue); color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; }
  .mobile-nav-cta .icon { font-size: 18px; }
}

@media (min-width: 992px) {
  .desktop-nav { display: flex !important; }
}

.site-logo {
  filter: brightness(0) invert(1);
}

.icon {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.icon-filled {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ---------- Slide transitions ---------- */
.hero-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}

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

/* ---------- Ken-Burns pan on bg image ---------- */
.hero-bg {
  transform: scale(1.08);
  transition: transform 7s ease;
}

.hero-slide.active .hero-bg {
  transform: scale(1.16) translateX(-20px);
}

/* ---------- Content entrance animations ---------- */
.hero-badge,
.hero-title,
.hero-desc,
.hero-chips,
.hero-counter,
.hero-card {
  opacity: 0;
  transform: translateY(28px);
}

.hero-slide.active .hero-badge   { animation: fadeUp 0.8s ease 0.05s forwards; }
.hero-slide.active .hero-title   { animation: fadeUp 0.9s ease 0.15s forwards; }
.hero-slide.active .hero-desc    { animation: fadeUp 0.9s ease 0.30s forwards; }
.hero-slide.active .hero-chips   { animation: fadeUp 0.9s ease 0.45s forwards; }
.hero-slide.active .hero-counter { animation: fadeUp 0.9s ease 0.55s forwards; }
.hero-slide.active .hero-card    { animation: fadeUp 0.9s ease 0.65s forwards; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Floating guide card ---------- */
.float-card {
  animation: floatCard 4s ease-in-out infinite;
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}

/* ---------- Slide progress bar ---------- */
.progress-bar {
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 9999px;
  overflow: hidden;
  width: 72px;
}

.progress-fill {
  height: 100%;
  background: white;
  border-radius: 9999px;
  width: 0%;
  transition: width 5.5s linear;
}

/* ---------- Heading text shadow for depth ---------- */
.hero-title {
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.45);
}

/* ---------- Upcoming tour card hover ---------- */
.upcoming-tours article {
  border-radius: 12px;

  transition: transform .3s ease, filter .3s ease;
}

.upcoming-tours article > div:first-child {
  transition: box-shadow .3s ease, transform .3s ease;
}

.upcoming-tours article:hover {

  transform: translateY(-10px);
}


.upcoming-tours article img {
  transition: transform .7s ease, filter .3s ease;
}

.upcoming-tours article:hover img {
  filter: saturate(1.12) contrast(1.05);
}

.upcoming-tours article > div:first-child > div,
.upcoming-tours article a {
  transition: transform .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease;
}

.upcoming-tours article:hover > div:first-child > div {
  transform: translateY(-3px);
}

.upcoming-tours article a:hover {
  transform: translateY(-2px);
}

/* ---------- Services mobile auto-slide ---------- */
@media (max-width: 991px) {
  #kerala {
    overflow: hidden;
  }

  .service-card-slider {
    display: flex !important;
    overflow-x: auto;
    overflow-y: visible;
    gap: 18px;
    margin-inline: 0;
    padding: 10px 0 14px;
    mask-image: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .service-card-slider > a {
    flex: 0 0 clamp(300px, 58vw, 430px);
    min-height: 260px;
    scroll-snap-align: start;
  }

  .tour-card-slider {
    display: flex !important;
    overflow-x: auto;
    overflow-y: visible;
    gap: 20px;
    margin-inline: 0;
    padding: 10px 0 14px;
    mask-image: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .tour-card-slider > article {
    flex: 0 0 clamp(310px, 58vw, 430px);
    scroll-snap-align: start;
  }

  .destination-card-slider {
    display: flex !important;
    overflow-x: auto;
    overflow-y: visible;
    gap: 18px;
    margin-inline: 0;
    padding: 10px 0 14px;
    mask-image: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .destination-card-slider > a {
    flex: 0 0 clamp(310px, 62vw, 480px);
    min-height: 320px;
    scroll-snap-align: start;
  }

  .service-card-slider::-webkit-scrollbar,
  .tour-card-slider::-webkit-scrollbar,
  .destination-card-slider::-webkit-scrollbar {
    display: none;
  }

  .mobile-slider-controls {
    display: flex !important;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 14px;
  }

  .mobile-slider-control {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 50%;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    cursor: pointer;
  }

  .mobile-slider-control .icon {
    font-size: 22px;
  }
}

.mobile-slider-controls {
  display: none;
}

@media (max-width: 640px) {
  .service-card-slider > a {
    flex-basis: calc(100vw - 52px);
  }

  .tour-card-slider > article {
    flex-basis: calc(100vw - 52px);
  }

  .destination-card-slider > a {
    flex-basis: calc(100vw - 52px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-card-slider,
  .tour-card-slider,
  .destination-card-slider {
    scroll-behavior: auto;
  }
}

/* ---------- Domestic tours background ---------- */
.domestic-tours {
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(240, 249, 255, 0.96), rgba(236, 253, 245, 0.9) 48%, rgba(255, 255, 255, 0.96)),
    url("image/travel-mountain.png") center / cover no-repeat;
}

.domestic-tours::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(2px);
}

.domestic-tours::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(14, 165, 233, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 233, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 88%, transparent);
  opacity: 0.65;
}

.domestic-tours > div {
  position: relative;
  z-index: 1;
}

.domestic-tours h2 {
  color: #082f49;
}

/* ---------- Home gallery preview ---------- */
.home-gallery-section {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(240, 249, 255, 0.98), rgba(236, 253, 245, 0.9) 52%, rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 12% 18%, rgba(8, 145, 178, 0.14), transparent 28%);
}

.home-gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.78fr);
  gap: 38px;
  align-items: end;
  margin-bottom: 34px;
}

.home-gallery-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #ffffff;
  padding: 9px 14px;
  color: #0891b2;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.home-gallery-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #a3e635;
}

.home-gallery-head h2 {
  max-width: 760px;
  margin-top: 18px;
  color: #020617;
  font-size: clamp(38px, 5.4vw, 72px);
  font-weight: 900;
  line-height: 0.95;
}

.home-gallery-intro {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.home-gallery-intro p {
  max-width: 600px;
  color: #526477;
  font-size: 15px;
  line-height: 1.8;
}

.home-gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #0891b2;
  padding: 13px 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(8, 145, 178, 0.23);
  transition: transform 0.2s ease, background 0.2s ease;
}

.home-gallery-link:hover {
  transform: translateY(-2px);
  background: #0f172a;
}

.home-gallery-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.22fr) minmax(220px, 0.7fr) minmax(260px, 0.95fr);
  grid-template-rows: 245px 245px;
  gap: 18px;
}

.home-gallery-item,
.home-gallery-cta {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.1);
}

.home-gallery-feature {
  grid-row: span 2;
  border-radius: 30px;
}

.home-gallery-tall {
  grid-row: span 2;
}

.home-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.7s ease;
}

.home-gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.02);
}

.home-gallery-overlay {
  position: absolute;
  inset: auto 16px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  padding: 11px 14px;
  color: #0f172a;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
}

.home-gallery-overlay span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-gallery-overlay strong {
  font-size: 13px;
  font-weight: 900;
}

.home-gallery-cta {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  background: #07111f;
  color: #ffffff;
}

.home-gallery-cta .icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #facc15;
  font-size: 24px;
}

.home-gallery-cta strong {
  margin-top: 30px;
  font-size: 54px;
  font-weight: 900;
  line-height: 0.9;
}

.home-gallery-cta p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.home-gallery-cta small {
  display: inline-flex;
  width: max-content;
  margin-top: 24px;
  border-bottom: 2px solid #facc15;
  color: #facc15;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .home-gallery-head {
    grid-template-columns: 1fr;
  }

  .home-gallery-grid {
    display: flex !important;
  }

  .home-gallery-grid > a {
    min-height: 360px;
  }

  .home-gallery-cta {
    flex: 0 0 clamp(260px, 52vw, 360px);
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .home-gallery-head {
    gap: 24px;
    margin-bottom: 24px;
  }

  .home-gallery-intro p {
    font-size: 14px;
  }

  .home-gallery-grid > a {
    min-height: 330px;
  }

  .home-gallery-overlay {
    border-radius: 16px;
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ---------- Farm trip auto-scroll ---------- */
.farm-trip-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 20%, rgba(132, 204, 22, 0.18), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(14, 165, 233, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7fee7 48%, #ffffff 100%);
}

.farm-trip-section::before {
  content: "FARM";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(15, 23, 42, 0.045);
  font-size: clamp(96px, 18vw, 280px);
  font-weight: 900;
  letter-spacing: 0.08em;
  pointer-events: none;
  white-space: nowrap;
}

.farm-trip-section > div {
  position: relative;
  z-index: 1;
}

.farm-trip-marquee {
  margin-inline: -20px;
  overflow: hidden;
  padding: 18px 20px 26px;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.farm-trip-track {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: farmTripScroll 34s linear infinite;
}

.farm-trip-marquee:hover .farm-trip-track {
  animation-play-state: paused;
}

.farm-trip-card {
  position: relative;
  flex: 0 0 290px;
  height: 360px;
  overflow: hidden;
  border-radius: 12px;
  background: #e2e8f0;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16);
  transform: translateY(18px);
}

.farm-trip-card-tall {
  height: 410px;
  transform: translateY(0);
}

.farm-trip-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform .7s ease, filter .3s ease;
}

.farm-trip-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.74), rgba(15, 23, 42, 0.08) 58%, transparent);
}

.farm-trip-card div {
  position: absolute;
  inset-inline: 18px;
  bottom: 18px;
  z-index: 1;
  color: white;
}

.farm-trip-card span {
  display: inline-flex;
  margin-bottom: 10px;
  border-radius: 9999px;
  background: rgba(190, 242, 100, 0.92);
  padding: 6px 10px;
  color: #1a2e05;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.farm-trip-card h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
}

.farm-trip-card p {
  margin-top: 8px;
  max-width: 220px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.6;
}

.farm-trip-card:hover img {
  filter: saturate(1.1) contrast(1.05);
  transform: scale(1.08);
}

@keyframes farmTripScroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 12px)); }
}

@media (max-width: 640px) {
  .farm-trip-card {
    flex-basis: 245px;
    height: 320px;
  }

  .farm-trip-card-tall {
    height: 360px;
  }
}

/* ---------- Review auto-scroll ---------- */
.review-scroll-section {
  position: relative;
  isolation: isolate;
  background-color: #eef6ff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(239, 246, 255, 0.95) 84%, #e0f2fe 100%),
    linear-gradient(115deg, rgba(248, 250, 252, 0.96) 0%, rgba(239, 246, 255, 0.94) 42%, rgba(240, 253, 244, 0.9) 100%),
    url("image/travel-hero.png") center / cover no-repeat;
  box-shadow: inset 0 -80px 120px rgba(224, 242, 254, 0.95);
}

.review-scroll-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 14% 28%, rgba(14, 165, 233, 0.18), transparent 25%),
    radial-gradient(circle at 86% 18%, rgba(132, 204, 22, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.9));
  backdrop-filter: blur(5px);
  pointer-events: none;
}

.review-scroll-section::after {
  content: "REVIEWS";
  position: absolute;
  z-index: 0;
  right: -1vw;
  top: 18%;
  color: rgba(15, 23, 42, 0.055);
  font-size: clamp(78px, 13vw, 210px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
}

.review-scroll-section > div {
  position: relative;
  z-index: 2;
}

.review-marquee {
  margin-inline: -20px;
  overflow: hidden;
  padding: 18px 20px 54px;
  mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent);
}

.review-track {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: reviewScroll 38s linear infinite;
}

.review-marquee:hover .review-track {
  animation-play-state: paused;
}

.review-card {
  display: grid;
  grid-template-columns: 150px minmax(250px, 360px);
  align-items: center;
  gap: 26px;
  flex: 0 0 auto;
  min-height: 260px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(226, 232, 240, 0.8);
  padding: 24px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  transition: transform .3s ease, box-shadow .3s ease;
}

.review-card:hover {
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
  transform: translateY(-8px);
}

.review-card-alt {
  transform: translateY(24px);
}

.review-card-alt:hover {
  transform: translateY(14px);
}

.review-avatar {
  position: relative;
  height: 150px;
  width: 150px;
  overflow: hidden;
  border-radius: 9999px;
  background: #dbeafe;
  box-shadow: inset 0 0 0 8px white, 0 20px 38px rgba(14, 165, 233, 0.18);
}

.review-avatar::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  border: 2px dashed rgba(132, 204, 22, 0.85);
  animation: reviewSpin 18s linear infinite;
}

.review-avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.review-card:hover .review-avatar img {
  transform: scale(1.08);
}

.review-content {
  position: relative;
}

.review-quote {
  display: inline-flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #0284c7;
  color: white;
  box-shadow: 0 14px 30px rgba(2, 132, 199, 0.25);
  font-size: 28px;
}

.review-content p {
  margin-top: 18px;
  max-width: 340px;
  color: #475569;
  font-size: 15px;
  line-height: 1.8;
}

.review-content h3 {
  margin-top: 20px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
}

.review-content div span {
  margin-top: 4px;
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

/* ---------- Gallery auto image fade ---------- */
.gallery-section [data-gallery-image] {
  opacity: 1;
  transition: opacity .55s ease, transform .7s ease;
}

.gallery-section [data-gallery-image].is-changing {
  opacity: 0;
}

@keyframes reviewScroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 12px)); }
}

@keyframes reviewSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 640px) {
  .review-card {
    grid-template-columns: 1fr;
    width: 290px;
    gap: 18px;
  }

  .review-avatar {
    height: 118px;
    width: 118px;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 640px) {
  .hero-section { min-height: 92vh; }
}

 /* Orbit rings */
 .orbit-ring { transform-origin: center; }
 .orbit-ring-1 { animation: orbitSpin 20s linear infinite; }
 .orbit-ring-2 { animation: orbitSpin 28s linear infinite reverse; }
 .orbit-ring-3 { animation: orbitSpin 15s linear infinite; }
 @keyframes orbitSpin { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }

 /* Float badges */
 .float-badge { animation: floatBob 3.6s ease-in-out infinite; }
 .float-badge-1 { animation-delay: 0s; }
 .float-badge-2 { animation-delay: 1.1s; }
 .float-badge-3 { animation-delay: 0.55s; }
 .float-badge-4 { animation-delay: 1.7s; }
 .float-badge-exp{ animation-delay: 0.8s; }
 @keyframes floatBob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

 /* Scroll-in */
 .about-badge, .about-heading, .about-body, .about-points, .about-stats, .about-cta {
   opacity:0; transform:translateY(20px);
   transition: opacity .6s ease, transform .6s ease;
 }
 .about-img-r { opacity:0; transform:translateX(32px); transition: opacity .7s ease .1s, transform .7s ease .1s; }
 .about-section.in-view .about-badge   { opacity:1;transform:none;transition-delay:.0s; }
 .about-section.in-view .about-heading { opacity:1;transform:none;transition-delay:.1s; }
 .about-section.in-view .about-body    { opacity:1;transform:none;transition-delay:.2s; }
 .about-section.in-view .about-points  { opacity:1;transform:none;transition-delay:.3s; }
 .about-section.in-view .about-stats   { opacity:1;transform:none;transition-delay:.4s; }
 .about-section.in-view .about-cta     { opacity:1;transform:none;transition-delay:.5s; }
 .about-section.in-view .about-img-r   { opacity:1;transform:none; }
 @media (max-width: 1023px) {
   .about-img-r { transform:translateY(24px); }
 }

/* ---------- International destination page ---------- */
.destination-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(14, 0, 154, 0.05), transparent 25%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 70%);
}

.destination-section::before {
  content: "";
  position: absolute;
  top: 60px;
  right: -100px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(14, 0, 154, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.destination-toolbar {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 72px;
  align-items: center;
  margin-bottom: 54px;
}

.destination-heading {
  max-width: 650px;
}

.destination-heading > p:first-child {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.destination-heading > p:first-child::before {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: #fff000;
}

.destination-heading h2 {
  max-width: 610px;
  color: #07172d;
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.destination-heading h2 span {
  color: #079b98;
}

.destination-heading > p:last-child {
  max-width: 590px;
  font-size: 16px;
  line-height: 1.8;
}

.destination-search {
  position: relative;
  width: 100%;
  max-width: 590px;
  justify-self: end;
}

.destination-search input {
  width: 100%;
  height: 72px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 22px;
  outline: none;
  background: rgba(255, 255, 255, 0.94);
  padding: 0 138px 0 64px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(12px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.destination-search input:focus {
  border-color: #0e009a;
  box-shadow: 0 0 0 4px rgba(14, 0, 154, 0.09), 0 24px 60px rgba(15, 23, 42, 0.14);
  transform: translateY(-2px);
}

.destination-search-icon {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  color: #0e009a;
  font-size: 24px;
}

.destination-search p {
  position: absolute;
  top: 27px;
  right: 24px;
  color: #0e009a;
  font-size: 12px;
  font-weight: 900;
}

.destination-card {
  display: block;
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border-radius: 24px;
  background: #0f172a;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.destination-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.4s ease;
}

.destination-card:hover img {
  transform: scale(1.07);
  filter: saturate(1.08);
}

.destination-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.96), rgba(2, 6, 23, 0.08) 70%);
}

.destination-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  color: #ffffff;
}

.destination-content span {
  display: inline-block;
  margin-bottom: 10px;
  color: #fde047;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.destination-content h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.destination-content p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 479px) {
  .destination-search input {
    height: 64px;
    padding-right: 52px;
  }

  .destination-search p {
    position: static;
    margin-top: 10px;
    padding-left: 4px;
  }
}

@media (max-width: 900px) {
  .destination-toolbar {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .destination-search {
    max-width: 680px;
    justify-self: start;
  }

  .destination-heading h2 {
    max-width: 680px;
  }
}

/* ---------- Trip detail page ---------- */
.trip-detail-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #0f172a;
}

.trip-detail-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trip-detail-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.94), rgba(15, 23, 42, 0.58) 48%, rgba(7, 155, 152, 0.18));
}

.trip-detail-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 520px;
  max-width: 1180px;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 142px 20px 64px;
  color: #ffffff;
}

.trip-back-link {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  margin-bottom: auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 14px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.trip-detail-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 900;
  line-height: 0.95;
}

.trip-detail-lead {
  max-width: 720px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.8;
}

.trip-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trip-primary-action,
.trip-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.trip-primary-action {
  background: #fde047;
  color: #0f172a;
}

.trip-secondary-action {
  background: #ffffff;
  color: #0f172a;
}

.trip-detail-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 20px 86px;
}

.trip-summary-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: -68px;
  position: relative;
  z-index: 3;
}

.trip-summary-card {
  position: relative;
  isolation: isolate;
  min-height: 142px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94)),
    #ffffff;
  padding: 18px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.11);
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.trip-summary-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 4px;
  background: linear-gradient(90deg, #079b98, #fff000);
}

.trip-summary-card::after {
  content: "";
  position: absolute;
  right: -32px;
  top: -40px;
  z-index: -1;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(7, 155, 152, 0.08);
}

.trip-summary-card:hover {
  border-color: rgba(7, 155, 152, 0.34);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.15);
  transform: translateY(-4px);
}

.trip-summary-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(7, 155, 152, 0.1);
  color: #079b98;
  font-size: 23px;
}

.trip-summary-strip strong {
  display: block;
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.trip-summary-strip p {
  margin-top: 8px;
  color: #53657f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.trip-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  margin-top: 34px;
  align-items: start;
}

.trip-detail-main {
  display: grid;
  gap: 22px;
}

.trip-detail-section,
.trip-price-panel {
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 22px;
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.trip-section-label,
.trip-price-label {
  color: #079b98;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.trip-detail-section h2,
.trip-price-panel h2 {
  margin-top: 10px;
  color: #0f172a;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.trip-detail-section > p:last-child {
  margin-top: 14px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.8;
}

.trip-image-board {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: repeat(2, 190px);
  gap: 14px;
  position: relative;
}

.trip-image-board img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.trip-image-board img:first-child {
  grid-row: 1 / 3;
}

.trip-image-price-highlight {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: min(330px, calc(100% - 36px));
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(7, 155, 152, 0.88));
  padding: 18px;
  color: #ffffff;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(14px);
}

.trip-image-price-highlight span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trip-image-price-highlight strong {
  display: inline-flex;
  margin-top: 8px;
  border-radius: 14px;
  background: #fff000;
  padding: 8px 12px;
  color: #0f172a;
  font-size: clamp(30px, 4.4vw, 48px);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(255, 240, 0, 0.28);
}

.trip-image-price-highlight p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.trip-highlight-grid,
.trip-inclusion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.trip-highlight-grid article,
.trip-inclusion-grid div {
  border-radius: 18px;
  background: #f8fafc;
  padding: 18px;
}

.trip-highlight-grid .icon,
.trip-inclusion-grid .icon {
  color: #079b98;
  font-size: 26px;
}

.trip-highlight-grid h3 {
  margin-top: 12px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
}

.trip-highlight-grid p,
.trip-inclusion-grid p {
  margin-top: 8px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

.trip-timeline {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.trip-timeline article {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 16px;
  border-radius: 18px;
  background: #f8fafc;
  padding: 18px;
}

.trip-timeline span {
  display: inline-flex;
  min-width: 0;
  max-width: none;
  min-height: 0;
  padding: 2px 0;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0;
  background: transparent;
  color: #079b98;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
}

.trip-timeline h3 {
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
}

.trip-timeline p {
  margin-top: 6px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.trip-price-panel {
  position: sticky;
  top: 108px;
}

.trip-price-box {
  margin-top: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f172a, #079b98);
  padding: 24px;
  color: #ffffff;
}

.trip-price-box span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.trip-price-box strong {
  display: inline-flex;
  margin-top: 6px;
  border-radius: 14px;
  background: #fff000;
  padding: 8px 12px;
  color: #0f172a;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(255, 240, 0, 0.25);
}

.trip-price-box p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.7;
}

.trip-price-panel ul {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.trip-price-panel li {
  display: flex;
  gap: 9px;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

.trip-price-panel li .icon {
  color: #079b98;
  font-size: 18px;
}

.trip-price-cta,
.trip-call-cta {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.trip-price-cta {
  background: #079b98;
  color: #ffffff;
}

.trip-call-cta {
  margin-top: 10px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
}

@media (max-width: 991px) {
  .trip-detail-grid {
    grid-template-columns: 1fr;
  }

  .trip-summary-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -50px;
  }

  .trip-price-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .trip-summary-strip {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: -36px;
  }

  .trip-summary-card {
    min-height: 118px;
    padding: 16px;
  }

  .trip-summary-icon {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }
}

@media (max-width: 680px) {
  .trip-detail-hero-inner {
    padding-bottom: 44px;
  }

  .trip-image-board,
  .trip-highlight-grid,
  .trip-inclusion-grid,
  .trip-timeline article {
    grid-template-columns: 1fr;
  }

  .trip-timeline span {
    justify-self: start;
    max-width: min(100%, 180px);
  }

  .trip-image-board {
    grid-template-rows: none;
  }

  .trip-image-board img {
    min-height: 230px;
  }

  .trip-image-board img:first-child {
    grid-row: auto;
  }

  .trip-image-price-highlight {
    position: static;
    max-width: 100%;
  }
}

/* ---------- Shared site footer ---------- */
footer.hidden[aria-hidden="true"] {
  display: none !important;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: #079b98;
  color: #ffffff;
}

.site-footer::before {
  display: none;
}

.site-footer-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1376px);
  margin: 0 auto;
  padding: 58px 0 24px;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.9fr 1.05fr;
  gap: 54px;
  align-items: start;
}

.site-footer h2 {
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.site-footer h2::after {
  display: none;
}

.site-footer-brand img {
  width: auto;
  height: 58px;
  object-fit: contain;
}

.site-footer-brand {
  display: block;
  grid-column: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.site-footer-brand p {
  max-width: 390px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
}

.site-footer-contact,
.site-footer-team,
.site-footer-social {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: none;
}

.site-footer-contact:hover,
.site-footer-team:hover,
.site-footer-social:hover {
  transform: none;
  border-color: transparent;
  background: transparent;
}

.site-footer-contact {
  background: transparent;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.footer-round-icon,
.footer-social-links a {
  display: flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 185, 181, 0.62);
  color: #ffffff;
}

.footer-round-icon {
  color: #ffffff;
  font-size: 21px;
}

.footer-contact-item div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-phone-list {
  gap: 6px !important;
}

.footer-contact-item div span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.footer-contact-item a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  transition: color 0.2s ease;
}

.footer-contact-item a:hover {
  opacity: 0.75;
  color: #ffffff;
}

.footer-team-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-team-list > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.footer-team-list > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-team-list span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-team-list strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.footer-team-list a {
  align-self: flex-start;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.footer-team-list a:hover {
  color: #ffffff;
  opacity: 0.75;
}

.footer-social-links {
  display: flex;
  gap: 12px;
}

.footer-social-links a {
  transition: transform 0.2s ease, background 0.2s ease;
}

.footer-social-links a:hover {
  transform: translateY(-3px);
  background: #fff000;
  color: #079b98;
}

.footer-social-links svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 2;
}

.footer-social-links svg rect,
.footer-social-links svg circle:not(.footer-social-dot) {
  fill: none;
}

.footer-social-dot {
  fill: currentColor;
  stroke: none;
}

.site-footer-social > p {
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.68);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
}

.site-footer-bottom .icon {
  margin: 0 5px;
  color: #ff5b8d;
  font-size: 17px;
  vertical-align: -3px;
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 20;
}

@media (max-width: 900px) {
  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .site-footer-brand {
    grid-column: auto;
    padding-bottom: 0;
  }

  .site-footer-social {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .site-footer-inner {
    width: min(100% - 32px, 1376px);
    padding-top: 54px;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .site-footer-brand {
    display: block;
    grid-column: auto;
    padding: 0;
  }

  .site-footer-social {
    grid-column: auto;
  }

  .site-footer h2 {
    margin-bottom: 20px;
  }

  .site-footer-brand p {
    margin-top: 24px;
    text-align: left;
  }

  .site-footer-contact,
  .site-footer-team,
  .site-footer-social {
    padding: 0;
  }

  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 32px;
    padding-top: 24px;
  }
}

/* ---------- Customized trip page ---------- */
.custom-trip-types {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 240, 0, 0.09), transparent 23%),
    #f8fafc;
}

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

.custom-package-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 24px;
  background: #0f172a;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.custom-package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(15, 23, 42, 0.2);
}

.custom-package-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.35s ease;
}

.custom-package-card:hover > img {
  transform: scale(1.07);
  filter: saturate(1.08);
}

.custom-package-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.97), rgba(2, 6, 23, 0.06) 72%);
}

.custom-package-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  color: #ffffff;
}

.custom-package-content > span {
  color: #fff000;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.custom-package-content h3 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
}

.custom-package-content p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.7;
}

.trip-type-card {
  padding: 30px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.trip-type-card:hover {
  transform: translateY(-7px);
  border-color: rgba(14, 0, 154, 0.2);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}

.trip-type-card > .icon {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(14, 0, 154, 0.08);
  color: #0e009a;
  font-size: 26px;
}

.trip-type-card h3 {
  margin-top: 24px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
}

.trip-type-card p {
  margin-top: 10px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.customization-options {
  background: #ffffff;
}

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

.customization-option-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.customization-option-card::after {
  content: "";
  position: absolute;
  top: -45px;
  right: -45px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(14, 0, 154, 0.045);
  transition: transform 0.35s ease;
}

.customization-option-card:hover {
  transform: translateY(-7px);
  border-color: rgba(14, 0, 154, 0.2);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.11);
}

.customization-option-card:hover::after {
  transform: scale(1.25);
}

.customization-option-card > .icon {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #079b98;
  color: #ffffff;
  font-size: 25px;
}

.customization-option-card h3 {
  margin-top: 23px;
  color: #0f172a;
  font-size: 19px;
  font-weight: 900;
}

.customization-option-card p {
  min-height: 72px;
  margin-top: 10px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
}

.customization-option-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 22px;
  color: #0e009a;
  font-size: 12px;
  font-weight: 900;
}

.customization-option-card a .icon {
  font-size: 16px;
  transition: transform 0.2s ease;
}

.customization-option-card a:hover .icon {
  transform: translateX(4px);
}

.custom-contact-cta {
  background: #f8fafc;
  padding: 0 20px 64px;
}

.custom-contact-cta-inner {
  position: relative;
  display: flex;
  width: min(100%, 1152px);
  margin: 0 auto;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 25%, rgba(255, 240, 0, 0.2), transparent 24%),
    linear-gradient(135deg, #071a2b, #079b98);
  padding: 48px 54px;
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.custom-contact-cta-inner::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 48px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.custom-contact-cta-inner > div {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.custom-contact-cta-inner > div > p {
  color: #fff000;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.custom-contact-cta-inner h2 {
  margin-top: 10px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.08;
}

.custom-contact-cta-inner > div > span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.custom-contact-cta-inner > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  border-radius: 14px;
  background: #fff000;
  padding: 16px 22px;
  color: #071a2b;
  font-size: 13px;
  font-weight: 900;
  transition: transform 0.2s ease, background 0.2s ease;
}

.custom-contact-cta-inner > a:hover {
  transform: translateY(-3px);
  background: #ffffff;
}

.custom-form-section {
  background: #f8fafc;
}

.custom-form-intro {
  position: relative;
  overflow: hidden;
  padding: 46px 40px;
  border-radius: 28px;
  background: linear-gradient(145deg, #079b98, #075e63);
  color: #ffffff;
}

.custom-form-intro::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border: 45px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.custom-form-intro h2 {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.05;
}

.custom-form-intro > p:not(:first-child) {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

.custom-form-intro ul {
  position: relative;
  z-index: 1;
  margin-top: 34px;
}

.custom-form-intro li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
}

.custom-form-intro li .icon {
  color: #fff000;
  font-size: 19px;
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 20;
}

.custom-trip-form {
  padding: 38px;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.09);
}

.custom-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.custom-trip-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.custom-trip-form label > span {
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.custom-trip-form input,
.custom-trip-form select,
.custom-trip-form textarea {
  width: 100%;
  border: 1px solid #dbe3ed;
  border-radius: 13px;
  outline: none;
  background: #f8fafc;
  padding: 14px 15px;
  color: #0f172a;
  font: inherit;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.custom-trip-form input:focus,
.custom-trip-form select:focus,
.custom-trip-form textarea:focus {
  border-color: #0e009a;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(14, 0, 154, 0.08);
}

.custom-trip-form textarea {
  resize: vertical;
}

.custom-form-wide {
  grid-column: 1 / -1;
}

.custom-trip-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 26px;
  border: 0;
  border-radius: 13px;
  background: #079b98;
  padding: 15px 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.custom-trip-form button:hover {
  transform: translateY(-2px);
  background: #071a5b;
}

@media (max-width: 640px) {
  .customization-options-grid {
    grid-template-columns: 1fr;
  }

  .customization-option-card p {
    min-height: auto;
  }

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

  .custom-package-card {
    min-height: 390px;
  }

  .custom-contact-cta {
    padding-right: 16px;
    padding-bottom: 48px;
    padding-left: 16px;
  }

  .custom-contact-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 25px;
  }

  .custom-contact-cta-inner > a {
    width: 100%;
    justify-content: center;
  }

  .custom-form-intro,
  .custom-trip-form {
    padding: 28px 22px;
  }

  .custom-form-intro h2 {
    font-size: 34px;
  }

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

  .custom-form-wide {
    grid-column: auto;
  }

  .custom-trip-form button {
    width: 100%;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .customization-options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------- Contact page ---------- */
.contact-hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  color: #ffffff;
}

.contact-hero-bg,
.contact-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-hero-bg {
  object-fit: cover;
}

.contact-hero-overlay {
  background: linear-gradient(90deg, rgba(4, 20, 40, 0.97) 0%, rgba(7, 32, 56, 0.9) 50%, rgba(7, 25, 45, 0.68) 100%);
}

.contact-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100% - 48px, 1280px);
  min-height: 850px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
  gap: 54px;
  align-items: center;
  padding: 126px 0 70px;
}

.contact-eyebrow,
.contact-form-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-hero-copy h1 {
  max-width: 700px;
  margin-top: 30px;
  font-size: clamp(54px, 5.4vw, 82px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.contact-lead {
  max-width: 650px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.2s ease, background 0.2s ease;
}

.contact-actions a:hover {
  transform: translateY(-3px);
}

.contact-call {
  background: #ffffff;
  color: #0e009a;
}

.contact-whatsapp {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.contact-benefits {
  display: grid;
  margin-top: 58px;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(5, 25, 45, 0.78);
  backdrop-filter: blur(10px);
}

.contact-benefits article {
  min-height: 165px;
  padding: 25px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-benefits article:last-child {
  border-right: 0;
}

.contact-benefits .icon {
  color: #fff000;
  font-size: 20px;
}

.contact-benefits h3 {
  margin-top: 17px;
  font-size: 14px;
  font-weight: 900;
}

.contact-benefits p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.7;
}

.contact-enquiry-form {
  padding: 36px;
  border-radius: 28px;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 28px 80px rgba(2, 6, 23, 0.28);
}

.contact-form-eyebrow {
  color: #0891b2;
}

.contact-enquiry-form h2 {
  margin-top: 14px;
  font-size: 30px;
  font-weight: 900;
}

.contact-form-intro {
  margin-top: 10px;
  color: #64748b;
  font-size: 13px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  margin-top: 28px;
}

.contact-enquiry-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-enquiry-form label > span {
  color: #334155;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-form-wide {
  grid-column: 1 / -1;
}

.contact-enquiry-form input,
.contact-enquiry-form select,
.contact-enquiry-form textarea {
  width: 100%;
  border: 1px solid #d7e2ea;
  border-radius: 12px;
  outline: none;
  background: #f8fbfd;
  padding: 13px 14px;
  color: #0f172a;
  font: inherit;
  font-size: 13px;
}

.contact-enquiry-form input:focus,
.contact-enquiry-form select:focus,
.contact-enquiry-form textarea:focus {
  border-color: #0891b2;
  box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.09);
}

.contact-enquiry-form button {
  display: flex;
  width: 100%;
  min-height: 54px;
  margin-top: 18px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  background: #0891b2;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-enquiry-form button:hover {
  transform: translateY(-2px);
  background: #079b98;
}

.contact-form-note {
  margin-top: 18px;
  border-radius: 12px;
  background: #eaf7fc;
  padding: 14px;
  color: #526477;
  font-size: 11px;
  line-height: 1.6;
}

.gallery-page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(8, 145, 178, 0.7)),
    url("image/Gallery/ga-(1).jpeg") center / cover;
  padding: 170px 24px 90px;
  color: #ffffff;
}

.gallery-page-hero-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.gallery-page-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 10px 15px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(16px);
}

.gallery-page-label {
  margin-top: 34px;
  color: #facc15;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gallery-page-hero h1 {
  max-width: 820px;
  margin-top: 16px;
  font-size: clamp(44px, 7vw, 82px);
  font-weight: 900;
  line-height: 0.96;
}

.gallery-page-hero p:last-child {
  max-width: 680px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.gallery-page-section {
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
  padding: 70px 0 92px;
}

.gallery-page-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.gallery-page-toolbar p {
  color: #0e009a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gallery-page-toolbar h2 {
  margin-top: 8px;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  line-height: 1;
}

.gallery-page-toolbar span {
  border-radius: 999px;
  background: #ffffff;
  padding: 11px 16px;
  color: #0891b2;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
}

.gallery-page-grid {
  columns: 4 260px;
  column-gap: 18px;
}

.gallery-page-card {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 0 18px;
  break-inside: avoid;
  border: 0;
  border-radius: 18px;
  background: #e2eef4;
  padding: 0;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  cursor: pointer;
}

.gallery-page-card img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.gallery-page-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 23, 0.92);
  padding: 22px;
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox img {
  max-width: min(100%, 1180px);
  max-height: 86vh;
  border-radius: 18px;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.gallery-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
  transform: scale(1.05);
  background: #ffffff;
}

.gallery-lightbox-close {
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
}

.gallery-lightbox-nav {
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}

.gallery-lightbox-nav:hover {
  transform: translateY(-50%) scale(1.05);
}

.gallery-lightbox-prev {
  left: 22px;
}

.gallery-lightbox-next {
  right: 22px;
}

@media (max-width: 700px) {
  .gallery-page-hero {
    padding: 140px 18px 70px;
  }

  .gallery-page-section {
    width: min(100% - 28px, 1440px);
    padding: 48px 0 68px;
  }

  .gallery-page-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-page-grid {
    columns: 1;
  }

  .gallery-lightbox {
    padding: 14px;
  }

  .gallery-lightbox-nav {
    width: 42px;
    height: 42px;
  }
}

.contact-details-section {
  background: #f1f9fc;
  padding: 74px 0 82px;
}

.contact-details-inner {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
}

.contact-details-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  gap: 60px;
}

.contact-details-heading > p {
  color: #0e009a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-details-heading h2 {
  margin-top: 17px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.08;
}

.contact-details-heading > span {
  display: block;
  margin-top: 20px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

.contact-detail-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.contact-detail-cards article {
  padding: 28px 22px;
  border: 1px solid #dce8ee;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.contact-detail-cards .icon {
  display: flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #e1f6ff;
  color: #0891b2;
  font-size: 21px;
}

.contact-detail-cards h3 {
  margin-top: 22px;
  font-size: 15px;
  font-weight: 900;
}

.contact-detail-cards p {
  margin-top: 12px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.65;
}

.contact-steps {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  margin-top: 8px;
  border-radius: 22px;
  background: #ffffff;
}

.contact-steps article {
  padding: 28px 24px;
  border-right: 1px solid #dce8ee;
}

.contact-steps article:last-child {
  border-right: 0;
}

.contact-steps span {
  color: #0891b2;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-steps h3 {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 900;
}

.contact-steps p {
  margin-top: 9px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 1023px) {
  .contact-hero-inner {
    grid-template-columns: 1fr;
    padding-top: 140px;
  }

  .contact-benefits {
    max-width: 760px;
  }

  .contact-enquiry-form {
    max-width: 760px;
  }

  .contact-details-inner {
    grid-template-columns: 1fr;
  }

  .contact-detail-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .contact-hero-inner,
  .contact-details-inner {
    width: min(100% - 32px, 1280px);
  }

  .contact-hero-copy h1 {
    font-size: 48px;
  }

  .contact-benefits,
  .contact-detail-cards,
  .contact-steps {
    grid-template-columns: 1fr;
  }

  .contact-benefits article,
  .contact-steps article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .contact-steps article {
    border-bottom-color: #dce8ee;
  }

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

  .contact-form-wide {
    grid-column: auto;
  }

  .contact-enquiry-form {
    padding: 28px 20px;
  }

  .contact-details-heading h2 {
    font-size: 36px;
  }
}
