/* Tour N Travel – Premium styles */
:root {
  --ink: #0a1618;
  --teal: #0d4550;
  --teal-mid: #176575;
  --gold: #aa7229;
  --gold-lt: #aa7229;
  --cream: #faf8f4;
  --sand: #f2ede6;
  --muted: #5f6e74;
  --white: #fff;
  --line: rgba(10,22,24,.08);
  --radius: 16px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --shadow: 0 20px 50px rgba(10,22,24,.1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font); color: var(--ink); background: var(--cream);
  line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: .25s var(--ease); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

/* NAV */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 100; padding: 20px 0;
  transition: .4s var(--ease);
}
.nav.solid {
  background: rgba(10,22,24,.95); backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px); padding: 12px 0;
  box-shadow: 0 8px 32px rgba(0,0,0,.28);
}
.nav-in { display: flex; align-items: center; justify-content: space-between; }
.brand {
  display: flex; align-items: center; gap: 11px;
  color: #fff; font-weight: 700; font-size: 1.12rem; letter-spacing: .02em;
}
.brand-mark {
  width: 40px; height: 40px; border-radius: 11px;
  background: linear-gradient(145deg, var(--gold), #a8841a);
  display: grid; place-items: center; font-size: 1.05rem; color: #fff;
  box-shadow: 0 4px 14px rgba(201,162,39,.4);
}
.brand em { font-style: normal; color: var(--gold-lt); font-weight: 800; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { color: rgba(255,255,255,.9); font-size: .9rem; font-weight: 500; }
.nav-links a:hover { color: var(--gold-lt); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 28px; border-radius: 999px; font-weight: 700; font-size: .92rem;
  transition: .3s var(--ease);
}
.btn-gold {
  background: var(--gold); color: var(--ink);
  box-shadow: 0 6px 22px rgba(201,162,39,.35);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201,162,39,.45); background: #cb9145;color:#fff !important; }
.btn-ghost {
  background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.65);
}
.btn-ghost:hover { background: #fff; color: var(--ink); }
.btn-sm { padding: 10px 18px; font-size: .84rem; }
.btn-outline-dark {
  background: transparent; color: var(--teal); border: 1.5px solid var(--teal);
}
.btn-outline-dark:hover { background: var(--teal); color: #fff; }
.menu-btn {
  display: none; width: 40px; height: 40px;
  flex-direction: column; justify-content: center; align-items: center; gap: 6px;
}
.menu-btn span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 1px; transition: .3s; }
.menu-btn.on span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-btn.on span:nth-child(2) { opacity: 0; }
.menu-btn.on span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media(max-width: 768px) {
 #navBook {
  padding: 10px 16px; font-size: .82rem;
 }
}


/* ========== HERO ========== */
/* =========================================================
   PREMIUM KASHMIR HERO
========================================================= */

.hero-v2 {
  position: relative;
  min-height: 100svh;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
  isolation: isolate;
  background: #07140f;
}

/* ---------------------------------------------------------
   BACKGROUND
--------------------------------------------------------- */

.hero-v2-bg {
  position: absolute;
  inset: -4%;
  z-index: -3;

  background-image:
    url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?auto=format&fit=crop&w=2400&q=90");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  transform: scale(1.06);
  animation: heroZoom 16s ease-out forwards;
  will-change: transform;
}

/* Cinematic overlay */
.hero-v2-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;

  background:
    linear-gradient(
      90deg,
      rgba(3, 16, 12, 0.01) 0%,
      rgba(3, 16, 12, 0.38) 28%,
      rgba(3, 16, 12, 0.22) 65%,
      rgba(3, 16, 12, 0.01) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.25) 0%,
      transparent 45%,
      rgba(0, 0, 0, 0.72) 100%
    );
}

/* Subtle cinematic grain */
.hero-v2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;

  opacity: 0.08;

  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

/* ---------------------------------------------------------
   CONTENT
--------------------------------------------------------- */

.hero-v2-content {
  width: min(760px, calc(100% - 80px));
  margin-left: clamp(40px, 8vw, 140px);

  padding-top: 50px;

  position: relative;
  z-index: 3;

  animation: contentReveal 1.1s cubic-bezier(.16, 1, .3, 1) both;
}

/* ---------------------------------------------------------
   BADGE
--------------------------------------------------------- */

.hero-v2-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  padding: 8px 14px;

  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 100px;

  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;

  color: #fff;

  animation: fadeSlide 0.8s 0.15s both;
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;

  background: #dca75b;

  box-shadow:
    0 0 0 4px rgba(220,167,91,0.13),
    0 0 15px rgba(220,167,91,0.65);

  animation: pulseDot 2s infinite;
}

/* ---------------------------------------------------------
   HEADING
--------------------------------------------------------- */

.hero-v2 h1 {
  max-width: 780px;

  margin: 25px 0 22px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 60px;
  line-height: 0.96;

  font-weight: 400;
  letter-spacing: -0.045em;

  color: #fff;

  animation: titleReveal 1.1s 0.25s cubic-bezier(.16,1,.3,1) both;
}

.hero-v2 h1 span {
  display: block;

  color: #aa7229;

  font-style: italic;

  padding-left: clamp(20px, 5vw, 70px);
}

/* ---------------------------------------------------------
   DESCRIPTION
--------------------------------------------------------- */

.hero-v2-lead {
  max-width: 560px;

  margin: 0 0 34px;

  color: #fff;

  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;

  animation: fadeSlide 0.9s 0.5s both;
}

/* ---------------------------------------------------------
   BUTTONS
--------------------------------------------------------- */

.hero-v2-actions {
  display: flex;
  align-items: center;
  gap: 13px;

  margin-bottom: 55px;

  animation: fadeSlide 0.9s 0.65s both;
}

.hero-btn {
  min-height: 54px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  padding: 0 25px;

  border-radius: 5px;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;

  text-decoration: none;

  cursor: pointer;

  transition:
    transform 0.35s cubic-bezier(.16,1,.3,1),
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.hero-btn span {
  font-size: 18px;

  transition:
    transform 0.35s ease;
}

.hero-btn-primary {
  color: #142219;
  background: #aa7229;

  border: 1px solid #aa7229;

  box-shadow:
    0 12px 30px rgba(0,0,0,0.2);
}

.hero-btn-primary:hover {
  transform: translateY(-4px);

  background: #f0c27b;

  box-shadow:
    0 18px 40px rgba(0,0,0,0.3);
}

.hero-btn-primary:hover span {
  transform: translate(4px, -4px);
}

.hero-btn-outline {
  color: #fff;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.4);

  backdrop-filter: blur(10px);
}

.hero-btn-outline:hover {
  transform: translateY(-4px);

  background: rgba(255,255,255,0.14);

  border-color: rgba(255,255,255,0.8);
}

/* ---------------------------------------------------------
   STATS
--------------------------------------------------------- */

.hero-v2-info {
  display: flex;
  align-items: center;

  width: fit-content;

  padding: 18px 22px;

  border-top: 1px solid rgba(255,255,255,0.22);
  border-bottom: 1px solid rgba(255,255,255,0.12);

  background: rgba(0,0,0,0.08);

  backdrop-filter: blur(5px);

  animation: statsReveal 1s 0.85s both;
}

.hero-info-item {
  display: flex;
  align-items: center;
  gap: 11px;

  min-width: 105px;
}

.hero-info-item strong {
  color: #aa7229;

  font-size: 20px;
  font-weight: 700;

  letter-spacing: 0.02em;
}

.hero-info-item span {
  color: #fff;

  font-size: 10px;
  line-height: 1.35;

  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-info-line {
  width: 1px;
  height: 34px;

  margin: 0 17px;

  background: rgba(255,255,255,0.2);
}

/* ---------------------------------------------------------
   LOCATION
--------------------------------------------------------- */

.hero-location {
  position: absolute;

  right: 45px;
  top: 50%;

  transform:
    translateY(-50%)
    rotate(90deg);

  transform-origin: center;

  display: flex;
  align-items: center;
  gap: 9px;

  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;

  color: #fff;

  animation: locationReveal 1s 1.2s both;
}

.location-icon {
  font-size: 26px;
  color: #aa7229;
}

/* ---------------------------------------------------------
   SCROLL INDICATOR
--------------------------------------------------------- */

.hero-scroll {
  position: absolute;

  right: 45px;
  bottom: 40px;

  display: flex;
  align-items: center;
  gap: 14px;

  z-index: 5;

  animation: fadeIn 1s 1.5s both;
}

.hero-scroll span {
  font-size: 9px;
  font-weight: 600;

  letter-spacing: 0.2em;

  color: #fff;
}

.scroll-line {
  width: 55px;
  height: 1px;

  background: rgba(255,255,255,0.4);

  position: relative;
  overflow: hidden;
}

.scroll-line::after {
  content: "";

  position: absolute;

  left: -100%;
  top: 0;

  width: 100%;
  height: 100%;

  background: #aa7229;

  animation: scrollLine 2.2s infinite;
}

/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes heroZoom {
  from {
    transform: scale(1.12);
  }

  to {
    transform: scale(1.06);
  }
}

@keyframes contentReveal {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

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

@keyframes titleReveal {
  from {
    opacity: 0;
    transform: translateY(55px);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

@keyframes statsReveal {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

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

@keyframes locationReveal {
  from {
    opacity: 0;
    transform:
      translateY(-50%)
      rotate(90deg)
      translateX(25px);
  }

  to {
    opacity: 1;
    transform:
      translateY(-50%)
      rotate(90deg);
  }
}

@keyframes pulseDot {
  0%, 100% {
    box-shadow:
      0 0 0 4px rgba(220,167,91,0.13),
      0 0 15px rgba(220,167,91,0.65);
  }

  50% {
    box-shadow:
      0 0 0 8px rgba(220,167,91,0.04),
      0 0 24px rgba(220,167,91,0.9);
  }
}

@keyframes scrollLine {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* =========================================================
   DESKTOP PARALLAX FEEL
========================================================= */

@media (min-width: 1000px) {
  .hero-v2:hover .hero-v2-bg {
    transform: scale(1.08);
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

  .hero-v2-content {
    width: min(720px, calc(100% - 70px));
    margin-left: 45px;
  }

  .hero-v2 h1 {
    font-size: clamp(3.4rem, 8vw, 5.2rem);
  }

  .hero-location {
    display: none;
  }

  .hero-scroll {
    right: 25px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .hero-v2 {
    min-height: 100svh;
    height: auto;

    align-items: flex-end;

    background: #07140f;
  }

  .hero-v2-bg {
    inset: 0;

    background-position: 58% center;

    animation:
      heroZoomMobile 14s ease-out forwards;
  }

  .hero-v2-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(3,16,12,0.18) 0%,
        rgba(3,16,12,0.35) 35%,
        rgba(3,16,12,0.88) 73%,
        #07140f 100%
      );
  }

  .hero-v2-content {
    width: calc(100% - 36px);

    margin: 0 auto;

    padding:
      120px 0 95px;

    animation-duration: 0.9s;
  }

  .hero-v2-badge {
    font-size: 9px;

    padding: 7px 11px;

    letter-spacing: 0.1em;
  }

  .hero-v2 h1 {
    margin: 19px 0 18px;

    font-size: clamp(3rem, 15vw, 4.5rem);

    line-height: 0.94;

    letter-spacing: -0.055em;
  }

  .hero-v2 h1 span {
    padding-left: 18px;
  }

  .hero-v2-lead {
    margin-bottom: 25px;

    font-size: 14px;

    line-height: 1.65;

    max-width: 100%;
  }

  .hero-v2-actions {
    flex-direction: column;

    align-items: stretch;

    gap: 9px;

    margin-bottom: 32px;
  }

  .hero-btn {
    width: 100%;

    min-height: 52px;
  }

  .hero-v2-info {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px 12px;

    padding: 17px 5px 0;

    background: transparent;

    backdrop-filter: none;

    border-bottom: none;
  }

  .hero-info-item {
    min-width: 0;

    gap: 9px;
  }

  .hero-info-item strong {
    font-size: 17px;
  }

  .hero-info-item span {
    font-size: 8px;
  }

  .hero-info-line {
    display: none;
  }

  .hero-scroll {
    right: 18px;
    bottom: 20px;
  }

  .hero-scroll span {
    display: none;
  }

  .scroll-line {
    width: 42px;
  }
}

@keyframes heroZoomMobile {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1.04);
  }
}

/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 380px) {

  .hero-v2-content {
    padding-top: 105px;
    padding-bottom: 78px;
  }

  .hero-v2 h1 {
    font-size: 2.75rem;
  }

  .hero-v2-lead {
    font-size: 13px;
  }

  .hero-info-item span {
    font-size: 7px;
  }
}

/* =========================================================
   REDUCE MOTION ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .hero-v2 *,
  .hero-v2::before,
  .hero-v2::after {
    animation: none !important;
    transition: none !important;
  }

  .hero-v2-bg {
    transform: scale(1.05);
  }
}


/* =========================================================
   TRAVEL HIGHLIGHTS
========================================================= */

.travel-highlights {

  position: relative;

  padding: 52px 0;

  overflow: hidden;

  background: #0f301d;

  font-family:
    "Poppins",
    sans-serif;
}


/* =========================================================
   DECORATIVE ELEMENTS
========================================================= */

.travel-highlights::before {

  content: "";

  position: absolute;

  width: 420px;
  height: 420px;

  left: -240px;
  top: -260px;

  border-radius: 50%;

  border:
    1px solid
    rgba(255,255,255,.08);
}


.travel-highlights::after {

  content: "";

  position: absolute;

  width: 300px;
  height: 300px;

  right: -170px;
  bottom: -200px;

  border-radius: 50%;

  background:
    rgba(167,121,50,.08);
}


/* =========================================================
   CONTAINER
========================================================= */

.highlights-wrap {

  position: relative;

  z-index: 2;

  width:
    min(
      1200px,
      calc(100% - 50px)
    );

  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.highlights-heading {

  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  gap: 40px;

  margin-bottom: 35px;
}


.highlights-kicker {

  display: block;

  margin-bottom: 9px;

  color: #d9ad61;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: .17em;

  text-transform: uppercase;
}


.highlights-heading h2 {

  margin: 0;

  color: #ffffff;

  font-size:
    clamp(
      2rem,
      4vw,
      3rem
    );

  font-weight: 600;

  line-height: 1.15;

  letter-spacing: -.04em;
}


.highlights-heading h2 em {

  color: #d9ad61;

  font-style: normal;
}


.highlights-heading > p {

  max-width: 410px;

  margin: 0 0 4px;

  color:
    rgba(255,255,255,.68);

  font-size: 12px;

  line-height: 1.75;

  text-align: right;
}


/* =========================================================
   GRID
========================================================= */

.highlights-grid {

  display: grid;

  grid-template-columns:
    repeat(5, 1fr);

  border-top:
    1px solid
    rgba(255,255,255,.16);

  border-bottom:
    1px solid
    rgba(255,255,255,.16);
}


/* =========================================================
   ITEM
========================================================= */

.highlight-item {

  position: relative;

  display: flex;

  align-items: flex-start;

  gap: 15px;

  min-width: 0;

  padding:
    27px 20px;

  border-right:
    1px solid
    rgba(255,255,255,.13);

  transition:
    background .35s ease,
    transform .35s ease;
}


.highlight-item:first-child {

  padding-left: 0;
}


.highlight-item:last-child {

  border-right: none;

  padding-right: 0;
}


.highlight-item:hover {

  background:
    rgba(255,255,255,.045);

  transform:
    translateY(-3px);
}


/* =========================================================
   ICON
========================================================= */

.highlight-icon {

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  width: 52px;
  height: 52px;

  border:
    1px solid
    rgba(217,173,97,.35);

  border-radius: 11px;

  background:
    rgba(255,255,255,.07);

  color: #d9ad61;

  font-size: 20px;

  transition:
    background .35s ease,
    color .35s ease,
    transform .35s ease;
}


.highlight-item:hover
.highlight-icon {

  background: #d9ad61;

  color: #0f301d;

  transform:
    scale(1.08)
    rotate(-4deg);
}


/* =========================================================
   TEXT
========================================================= */

.highlight-text {

  min-width: 0;
}


.highlight-text > span {

  display: block;

  margin-bottom: 4px;

  color:
    rgba(217,173,97,.75);

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .08em;
}


.highlight-text h3 {

  margin: 0 0 5px;

  color: #ffffff;

  font-size: 16px;

  font-weight: 600;

  line-height: 1.35;

  letter-spacing: -.02em;
}


.highlight-text p {

  margin: 0;

  color:
    rgba(255,255,255,.58);

  font-size: 9px;

  line-height: 1.5;
}


/* =========================================================
   ANIMATION
========================================================= */

.highlight-item {

  opacity: 0;

  transform:
    translateY(20px);

  animation:
    highlightReveal
    .7s
    cubic-bezier(.16,1,.3,1)
    forwards;
}


.highlight-item:nth-child(1) {
  animation-delay: .05s;
}

.highlight-item:nth-child(2) {
  animation-delay: .12s;
}

.highlight-item:nth-child(3) {
  animation-delay: .19s;
}

.highlight-item:nth-child(4) {
  animation-delay: .26s;
}

.highlight-item:nth-child(5) {
  animation-delay: .33s;
}


@keyframes highlightReveal {

  from {

    opacity: 0;

    transform:
      translateY(20px);
  }

  to {

    opacity: 1;

    transform:
      translateY(0);
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  .travel-highlights {

    padding: 48px 0;
  }


  .highlights-wrap {

    width:
      calc(100% - 32px);
  }


  .highlights-heading {

    align-items: flex-start;

    flex-direction: column;

    gap: 10px;

    margin-bottom: 28px;
  }


  .highlights-heading > p {

    max-width: 600px;

    text-align: left;
  }


  .highlights-grid {

    grid-template-columns:
      repeat(3, 1fr);

    border-bottom: none;
  }


  .highlight-item {

    border-bottom:
      1px solid
      rgba(255,255,255,.13);

    border-right: none;

    padding:
      22px 15px;
  }


  .highlight-item:nth-child(3) {

    border-right: none;
  }


  .highlight-item:first-child {

    padding-left: 15px;
  }


  .highlight-item:last-child {

    padding-right: 15px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

  .travel-highlights {

    padding: 42px 0;
  }


  .highlights-wrap {

    width:
      calc(100% - 24px);
  }


  /* Header */

  .highlights-kicker {

    font-size: 8px;
  }


  .highlights-heading h2 {

    font-size: 2rem;
  }


  .highlights-heading > p {

    font-size: 10px;

    line-height: 1.7;
  }


  /* Grid */

  .highlights-grid {

    grid-template-columns:
      1fr 1fr;
  }


  .highlight-item {

    gap: 11px;

    padding:
      19px 8px;
  }


  .highlight-item:nth-child(odd) {

    border-right:
      1px solid
      rgba(255,255,255,.12);
  }


  .highlight-item:first-child {

    padding-left: 4px;
  }


  .highlight-item:last-child {

    padding-right: 4px;
  }


  /* Icon */

  .highlight-icon {

    width: 42px;

    height: 42px;

    border-radius: 9px;

    font-size: 15px;
  }


  /* Text */

  .highlight-text > span {

    font-size: 7px;
  }


  .highlight-text h3 {

    font-size: 12px;

    line-height: 1.3;
  }


  .highlight-text p {

    font-size: 7.5px;

    line-height: 1.45;
  }


  /* Last item */

  .highlight-item:last-child {

    grid-column:
      1 / -1;

    border-right: none;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

  .highlights-wrap {

    width:
      calc(100% - 18px);
  }


  .highlights-heading h2 {

    font-size:
      1.8rem;
  }


  .highlight-item {

    gap: 8px;

    padding:
      16px 5px;
  }


  .highlight-icon {

    width: 38px;

    height: 38px;

    font-size: 13px;
  }


  .highlight-text h3 {

    font-size: 10px;
  }


  .highlight-text p {

    font-size: 6.5px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .highlight-item {

    opacity: 1;

    transform: none;

    animation: none;
  }

  .highlight-item,
  .highlight-icon {

    transition: none;
  }

}





/* =========================================================
   KASHMIR TOUR PACKAGES
========================================================= */

.kashmir-tours {
  position: relative;

  padding: 75px 0;

  overflow: hidden;

  background: #f6f8f8;
}


/* =========================================================
   CONTAINER
========================================================= */

.tour-container {
  width: min(1180px, calc(100% - 40px));

  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.tour-header {
  max-width: 650px;

  margin: 0 auto 40px;

  text-align: center;
}

.tour-eyebrow {
  display: inline-block;

  margin-bottom: 9px;

  color: #1b638d;

  font-size: 13px;

  font-weight: 800;

  letter-spacing: .16em;

  text-transform: uppercase;
}

.tour-header h2 {
  margin: 0 0 10px;

  color: #102d3e;

  font-family:poppins, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  font-size: 40px;

  font-weight: 700;

  line-height: 1.1;

  letter-spacing: -.035em;
}

.tour-header p {
  max-width: 710px;

  margin: 0 auto;

  color: #000;

  font-size: 12px;

  line-height: 1.7;
}


/* =========================================================
   3 CARDS PER ROW
========================================================= */

.tour-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 26px 20px;

  align-items: stretch;
}


/* =========================================================
   CARD
========================================================= */

.tour-card {
  display: flex;

  flex-direction: column;

  min-width: 0;

  overflow: hidden;

  background: #fff;

  border:
    1px solid
    rgba(19, 57, 78, .08);

  border-radius: 11px;

  box-shadow:
    0 4px 18px
    rgba(17, 48, 63, .05);

  opacity: 0;

  transform: translateY(18px);

  animation:
    cardReveal
    .65s
    cubic-bezier(.16,1,.3,1)
    forwards;

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.tour-card:nth-child(1) {
  animation-delay: .05s;
}

.tour-card:nth-child(2) {
  animation-delay: .12s;
}

.tour-card:nth-child(3) {
  animation-delay: .19s;
}

.tour-card:nth-child(4) {
  animation-delay: .26s;
}

.tour-card:hover {
  transform: translateY(-5px);

  border-color:
    rgba(27,99,141,.18);

  box-shadow:
    0 15px 35px
    rgba(17,48,63,.11);
}


/* =========================================================
   IMAGE
========================================================= */

.tour-image {
  position: relative;

  display: block;

  height: 205px;

  overflow: hidden;

  background: #dce5e9;

  text-decoration: none;
}

.tour-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .75s
    cubic-bezier(.16,1,.3,1);
}

.tour-card:hover .tour-image img {
  transform: scale(1.06);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.tour-image::after {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.01) 40%,
      rgba(0,0,0,.42) 100%
    );

  pointer-events: none;
}


/* =========================================================
   DURATION BADGE
========================================================= */

.tour-duration {
  position: absolute;

  right: 11px;
  bottom: 11px;

  z-index: 3;

  padding: 6px 9px;

  border-radius: 5px;

  background:
    rgba(18,62,89,.92);

  color: #fff;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .05em;

  backdrop-filter: blur(7px);
}


/* =========================================================
   NUMBER
========================================================= */

.tour-number {
  position: absolute;

  left: 13px;
  bottom: 7px;

  z-index: 3;

  color:
    rgba(255,255,255,.72);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 30px;

  line-height: 1;
}


/* =========================================================
   CONTENT
========================================================= */

.tour-content {
  display: flex;

  flex-direction: column;

  flex: 1;

  padding: 17px 16px 15px;
}


/* =========================================================
   TITLE ROW
========================================================= */

.tour-title-row {
  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  gap: 9px;
}

.tour-title {
  min-width: 0;
}


/* =========================================================
   PACKAGE TYPE
========================================================= */

.tour-type {
  display: block;

  margin-bottom: 5px;

  color: #0e2e1c;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .13em;

  text-transform: uppercase;
}


/* =========================================================
   TITLE
========================================================= */

.tour-title h3 {
  margin: 0;

  color: #102d3e;

  font-family:poppins, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  font-size: 22px;

  font-weight: 700;

  line-height: 1.18;

  letter-spacing: -.02em;
}


/* =========================================================
   WHATSAPP
========================================================= */

.tour-whatsapp {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  width: 36px;
  height: 36px;

  border-radius: 8px;

  background: #174f73;

  color: #fff;

  font-size: 18px;

  text-decoration: none;

  transition:
    background .25s ease,
    transform .25s ease;
}

.tour-whatsapp:hover {
  background: #20b967;

  color: #fff;

  transform:
    translateY(-2px)
    scale(1.04);
}


/* =========================================================
   DURATION
========================================================= */

.tour-duration-text {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 4px;

  margin: 11px 0 0;

  color: #6a7880;

  font-size: 13px;

  line-height: 1.5;
}

.tour-duration-text i {
  color: #0e2e1c;

  font-size: 9px;

  margin-right: 1px;
}

.tour-duration-text strong {
  color: #263d4a;

  font-weight: 600;
  font-size: 13px !important;
}


/* =========================================================
   FEATURES
========================================================= */

.tour-features {
  display: grid;

  grid-template-columns:
    repeat(5, minmax(0, 1fr));

  margin-top: 13px;

  padding: 10px 0 9px;

  border-top:
    1px solid #e1e6e8;

  border-bottom:
    1px solid #e1e6e8;
}

.tour-feature {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 4px;

  min-width: 0;

  color: #193f57;

  text-align: center;

  font-size: 10px;

  font-weight: 600;

  white-space: nowrap;
}

.tour-feature + .tour-feature {
  border-left:
    1px solid #edf0f1;
}

.tour-feature i {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 23px;

  color: #174764;

  font-size: 17px;
}

.tour-feature.muted {
  color: #aeb6ba;
}

.tour-feature.muted i {
  color: #c6cbcd;
}


/* =========================================================
   DESTINATIONS
========================================================= */

.tour-destinations {
  margin-top: 11px;

  color: #263a45;

  font-size: 13px;

  line-height: 1.6;
}

.tour-destinations strong {
  color: #142f40;

  font-weight: 800;
}

.tour-destinations span {
  color: #52626a;
}


/* =========================================================
   HIGHLIGHTS
========================================================= */

.tour-highlights {
  margin-top: 11px;
}

.tour-highlights h4 {
  display: flex;

  align-items: center;

  gap: 5px;

  margin: 0 0 7px;

  color: #173344;

  font-size: 13px;

  font-weight: 700;
}

.tour-highlights h4 i {
  color: #d19a3c;

  font-size: 13px;
}

.tour-highlights ul {
  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 5px 10px;

  margin: 0;

  padding: 0;

  list-style: none;
}

.tour-highlights li {
  display: flex;

  align-items: flex-start;

  gap: 5px;

  color: #6b7980;

  font-size: 10px;

  line-height: 1.45;
}

.tour-highlights li i {
  flex-shrink: 0;

  margin-top: 7px;

  color: #2180a5;

  font-size: 7px;
}


/* =========================================================
   FOOTER
========================================================= */

.tour-footer {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 10px;

  margin-top: auto;

  padding-top: 13px;

  border-top:
    1px solid #e2e7e8;
}


/* =========================================================
   PRICE
========================================================= */

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

.tour-price small {
  display: block;

  margin-bottom: 2px;

  color: #000;

  font-size: 8px;

  line-height: 1;
}

.tour-price strong {
  display: block;

  color: #123f5b;

  font-size: 19px;

  font-weight: 800;

  line-height: 1.15;

  letter-spacing: -.025em;
}

.tour-price span {
  display: block;

  margin-top: 2px;

  color: #000;

  font-size: 10px;

  line-height: 1.2;
}


/* =========================================================
   BUTTON
========================================================= */

.tour-button {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 6px;

  flex-shrink: 0;

  min-height: 32px;

  padding: 9px 20px;

  border-radius: 5px;

  background: #174f73;

  color: #fff;

  font-size: 15px;

  font-weight: 700;

  text-decoration: none;

  white-space: nowrap;

  transition:
    background .25s ease,
    transform .25s ease;
}

.tour-button i {
  font-size: 8px;

  transition:
    transform .25s ease;
}

.tour-button:hover {
  background: #123f5c;

  color: #fff;

  transform: translateY(-1px);
}

.tour-button:hover i {
  transform: translateX(3px);
}


/* =========================================================
   FEATURED 4TH CARD
========================================================= */

.tour-card-featured {
  border-color:
    rgba(24,82,64,.18);
}

.tour-card-featured .tour-type {
  color: #a47734;
}

.tour-card-featured .tour-duration {
  background: #174f73;
}

.tour-card-featured .tour-number {
  color:
    rgba(255,255,255,.8);
}


/* =========================================================
   NOTE
========================================================= */

.tour-note {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 7px;

  max-width: 760px;

  margin: 28px auto 0;

  padding-top: 17px;

  border-top:
    1px solid
    rgba(18,61,87,.1);

  text-align: center;
}

.tour-note i {
  flex-shrink: 0;

  color: #0e2e1c;

  font-size: 9px;
}

.tour-note p {
  margin: 0;

  color: #7a878d;

  font-size: 13px;

  line-height: 1.6;
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes cardReveal {

  from {
    opacity: 0;

    transform:
      translateY(18px);
  }

  to {
    opacity: 1;

    transform:
      translateY(0);
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  .tour-container {
    width:
      min(
        calc(100% - 32px),
        760px
      );
  }

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

    gap: 20px;
  }

  .tour-image {
    height: 205px;
  }

  .tour-title h3 {
    font-size: 18px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

  .kashmir-tours {
    padding: 55px 0;
  }

  .tour-container {
    width:
      calc(100% - 24px);
  }


  /* Header */

  .tour-header {
    margin-bottom: 28px;
  }

  .tour-eyebrow {
    font-size: 8px;
  }

  .tour-header h2 {
    font-size: 1.9rem;
  }

  .tour-header p {
    font-size: 10px;
  }


  /* Grid */

  .tour-grid {
    grid-template-columns: 1fr;

    max-width: 420px;

    margin: 0 auto;

    gap: 17px;
  }


  /* Image */

  .tour-image {
    height: 195px;
  }


  /* Content */

  .tour-content {
    padding: 17px 15px 15px;
  }

  .tour-title h3 {
    font-size: 18px;
  }


  /* Features */

  .tour-features {
    margin-top: 12px;
  }

  .tour-feature {
    font-size: 7px;
  }

  .tour-feature i {
    font-size: 17px;
  }


  /* Destinations */

  .tour-destinations {
    font-size: 9px;
  }


  /* Highlights */

  .tour-highlights li {
    font-size: 8px;
  }


  /* Footer */

  .tour-price strong {
    font-size: 16px;
  }

  .tour-button {
    min-height: 32px;

    padding: 0 10px;
  }

}


/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width: 380px) {

  .tour-container {
    width:
      calc(100% - 18px);
  }

  .tour-grid {
    gap: 14px;
  }

  .tour-image {
    height: 175px;
  }

  .tour-content {
    padding: 15px 13px;
  }

  .tour-title h3 {
    font-size: 16px;
  }

  .tour-type {
    font-size: 6px;
  }

  .tour-whatsapp {
    width: 33px;
    height: 33px;

    font-size: 16px;
  }

  .tour-duration-text {
    font-size: 8.5px;
  }

  .tour-feature {
    font-size: 6.5px;
  }

  .tour-feature i {
    font-size: 15px;

    height: 21px;
  }

  .tour-destinations {
    font-size: 8.5px;
  }

  .tour-highlights h4 {
    font-size: 10px;
  }

  .tour-highlights li {
    font-size: 7.5px;
  }

  .tour-price strong {
    font-size: 15px;
  }

  .tour-button {
    min-height: 30px;

    padding: 0 8px;

    font-size: 7px;
  }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .tour-card {
    opacity: 1;

    transform: none;

    animation: none;
  }

  .tour-card,
  .tour-image img,
  .tour-button,
  .tour-button i,
  .tour-whatsapp {
    transition: none;
  }

}



/* =========================================================
   DESTINATIONS SECTION
========================================================= */

.destinations-section {
  position: relative;

  padding: 85px 0;

  overflow: hidden;

  background: #ffffff;
}

.destinations-container {
  width: min(1180px, calc(100% - 40px));

  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.destinations-header {
  max-width: 780px;

  margin: 0 auto 45px;

  text-align: center;
}

.destinations-eyebrow {
  display: inline-block;

  margin-bottom: 11px;

  color: #0f301d;

  font-size: 13px;

  font-weight: 800;

  letter-spacing: .17em;

  text-transform: uppercase;
}

.destinations-header h2 {
  margin: 0 0 13px;

  color: #102d3e;

  font-family:poppins, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  font-size:40px;

  font-weight: 700;

  line-height: 1.1;

  letter-spacing: -.035em;
  
}

.destinations-header p {
  max-width: 570px;

  margin: 0 auto;

  color: #000;

  font-size: 13px;

  line-height: 1.75;
}


/* =========================================================
   GRID
========================================================= */

.destinations-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 17px;
}


/* =========================================================
   CARD
========================================================= */

.destination-card {
  position: relative;

  min-width: 0;

  min-height: 390px;

  overflow: hidden;

  border-radius: 13px;

  background: #102d3e;

  box-shadow:
    0 5px 20px
    rgba(12, 45, 62, .08);

  opacity: 0;

  transform:
    translateY(30px);

  animation:
    destinationReveal
    .75s
    cubic-bezier(.16,1,.3,1)
    forwards;

  transition:
    transform .4s
      cubic-bezier(.16,1,.3,1),
    box-shadow .4s ease;
}


/* staggered animation */

.destination-card:nth-child(1) {
  animation-delay: .05s;
}

.destination-card:nth-child(2) {
  animation-delay: .14s;
}

.destination-card:nth-child(3) {
  animation-delay: .23s;
}

.destination-card:nth-child(4) {
  animation-delay: .32s;
}


.destination-card:hover {
  transform:
    translateY(-7px);

  box-shadow:
    0 22px 45px
    rgba(12,45,62,.18);
}


/* =========================================================
   IMAGE
========================================================= */

.destination-image {
  position: absolute;

  inset: 0;

  overflow: hidden;
}

.destination-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 1s
      cubic-bezier(.16,1,.3,1),
    filter .6s ease;
}

.destination-card:hover
.destination-image img {
  transform:
    scale(1.09);

  filter:
    saturate(1.1)
    contrast(1.02);
}


/* =========================================================
   SHADE
========================================================= */

.destination-shade {
  position: absolute;

  inset: 0;

  z-index: 1;

  background:
    linear-gradient(
      to bottom,
      rgba(5,20,30,.08) 0%,
      rgba(5,20,30,.08) 30%,
      rgba(5,20,30,.32) 48%,
      rgba(4,18,28,.9) 100%
    );
}


/* =========================================================
   NUMBER
========================================================= */

.destination-number {
  position: absolute;

  top: 16px;
  left: 16px;

  z-index: 3;

  color:
    rgba(255,255,255,.82);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 30px;

  line-height: 1;
}


/* =========================================================
   LOCATION
========================================================= */

.destination-location {
  position: absolute;

  top: 14px;
  right: 13px;

  z-index: 3;

  display: flex;

  align-items: center;

  gap: 5px;

  padding: 6px 9px;

  border:
    1px solid
    rgba(255,255,255,.25);

  border-radius: 5px;

  background:
    rgba(6,28,40,.48);

  color: #fff;

  font-size: 8px;

  font-weight: 700;

  backdrop-filter:
    blur(8px);
}

.destination-location i {
  color: #e0b05f;

  font-size: 9px;
}


/* =========================================================
   CONTENT
========================================================= */

.destination-content {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  z-index: 3;

  padding: 21px 18px 18px;

  transform:
    translateY(7px);

  transition:
    transform .45s
      cubic-bezier(.16,1,.3,1);
}

.destination-card:hover
.destination-content {
  transform:
    translateY(0);
}


/* =========================================================
   TYPE
========================================================= */

.destination-type {
  display: block;

  margin-bottom: 6px;

  color: #e0b05f;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .14em;

  text-transform: uppercase;
}


/* =========================================================
   BIG DESTINATION TITLE
========================================================= */

.destination-content h3 {
  margin: 0 0 7px;

  color: #ffffff;

  font-family:"poppins, system-ui, -apple-system, BlinkMacSystemFont, sans-serif" !important;

  font-size: 28px;

  font-weight: 500;

  line-height: 1.05;

  letter-spacing: -.025em;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.destination-desc {
  margin: 0;

  color:
    rgba(255,255,255,.82);

  font-size: 10px;

  line-height: 1.55;
}


/* =========================================================
   HIGHLIGHTS
========================================================= */

.destination-highlights {
  display: flex;

  flex-wrap: wrap;

  gap: 6px;

  margin-top: 13px;
}

.destination-highlights span {
  display: inline-flex;

  align-items: center;

  gap: 5px;

  padding: 6px 8px;

  border:
    1px solid
    rgba(255,255,255,.18);

  border-radius: 4px;

  background:
    rgba(255,255,255,.1);

  color: #ffffff;

  font-size: 8px;

  font-weight: 600;

  line-height: 1;

  backdrop-filter:
    blur(5px);

  transition:
    background .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

.destination-card:hover
.destination-highlights span {
  background:
    rgba(224,176,95,.16);

  border-color:
    rgba(224,176,95,.4);
}

.destination-highlights span:hover {
  transform:
    translateY(-2px);
}

.destination-highlights i {
  color: #e0b05f;

  font-size: 8px;
}


/* =========================================================
   EXPLORE BUTTON
========================================================= */

.destination-link {
  display: inline-flex;

  align-items: center;

  gap: 7px;

  margin-top: 13px;

  color: #ffffff;

  font-size: 9px;

  font-weight: 700;

  text-decoration: none;

  transition:
    color .3s ease;
}

.destination-link i {
  font-size: 9px;

  transition:
    transform .3s ease;
}

.destination-link:hover {
  color: #e0b05f;
}

.destination-link:hover i {
  transform:
    translateX(4px);
}


/* =========================================================
   SPECIAL CARD
========================================================= */

.destination-card-special {
  border:
    1px solid
    rgba(164,119,53,.2);
}


/* =========================================================
   FOOTER
========================================================= */

.destinations-footer {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  max-width: 760px;

  margin: 30px auto 0;

  padding-top: 18px;

  border-top:
    1px solid
    rgba(16,45,62,.1);

  text-align: center;
}

.destinations-footer-icon {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  width: 28px;
  height: 28px;

  border-radius: 50%;

  background: #edf4f7;

  color: #0f301d;

  font-size: 11px;
}

.destinations-footer p {
  margin: 0;

  color: #78858b;

  font-size: 9px;

  line-height: 1.6;
}


/* =========================================================
   REVEAL ANIMATION
========================================================= */

@keyframes destinationReveal {

  0% {
    opacity: 0;

    transform:
      translateY(30px)
      scale(.97);
  }

  100% {
    opacity: 1;

    transform:
      translateY(0)
      scale(1);
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  .destinations-container {
    width:
      min(
        calc(100% - 32px),
        760px
      );
  }

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

    gap: 18px;
  }

  .destination-card {
    min-height: 340px;
  }

  .destination-content h3 {
    font-size: 26px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

  .destinations-section {
    padding: 60px 0;
  }

  .destinations-container {
    width:
      calc(100% - 24px);
  }


  /* Header */

  .destinations-header {
    margin-bottom: 30px;
  }

  .destinations-eyebrow {
    font-size: 8px;
  }

  .destinations-header h2 {
    font-size: 2rem;

    line-height: 1.12;
  }

  .destinations-header p {
    font-size: 10px;
  }


  /* Grid */

  .destinations-grid {
    grid-template-columns: 1fr;

    max-width: 430px;

    margin: 0 auto;

    gap: 15px;
  }


  /* Card */

  .destination-card {
    min-height: 300px;

    border-radius: 10px;
  }


  /* Content */

  .destination-content {
    padding:
      20px 17px 17px;
  }

  .destination-content h3 {
    font-size: 27px;
  }

  .destination-desc {
    font-size: 10px;

    max-width: 360px;
  }


  /* Highlights */

  .destination-highlights {
    gap: 5px;
  }

  .destination-highlights span {
    padding: 6px 7px;

    font-size: 7.5px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

  .destinations-container {
    width:
      calc(100% - 18px);
  }

  .destinations-grid {
    gap: 12px;
  }

  .destination-card {
    min-height: 280px;
  }

  .destination-number {
    top: 13px;
    left: 13px;

    font-size: 25px;
  }

  .destination-location {
    top: 12px;
    right: 11px;

    padding: 5px 7px;

    font-size: 7px;
  }

  .destination-content {
    padding:
      17px 14px 14px;
  }

  .destination-type {
    font-size: 7px;
  }

  .destination-content h3 {
    font-size: 24px;
  }

  .destination-desc {
    font-size: 9px;
  }

  .destination-highlights span {
    padding: 5px 6px;

    font-size: 7px;
  }

  .destination-link {
    font-size: 8px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .destination-card {
    opacity: 1;

    transform: none;

    animation: none;
  }

  .destination-card,
  .destination-image img,
  .destination-content,
  .destination-highlights span,
  .destination-link,
  .destination-link i {
    transition: none;
  }

}




/* =========================================================
   ABOUT SECTION
========================================================= */

.about-section {
  position: relative;

  padding: 90px 0;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #f6f9fa 0%,
      #ffffff 55%,
      #f7fafb 100%
    );
}


.about-container {
  width: min(1180px, calc(100% - 40px));

  margin: 0 auto;
}


/* =========================================================
   GRID
========================================================= */

.about-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  align-items: center;

  gap: 65px;
}


/* =========================================================
   IMAGE AREA
========================================================= */

.about-visual {
  position: relative;

  padding: 0 14px 18px 0;
}


/* =========================================================
   IMAGE
========================================================= */

.about-image-wrap {
  position: relative;

  overflow: hidden;

  height: 500px;

  border-radius: 16px;

  background: #dfe8ec;

  box-shadow:
    0 20px 55px
    rgba(15,48,65,.13);
}

.about-image-wrap img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 1.1s
    cubic-bezier(.16,1,.3,1),
    filter .7s ease;
}

.about-visual:hover
.about-image-wrap img {
  transform: scale(1.06);

  filter:
    saturate(1.06);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.about-image-overlay {
  position: absolute;

  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(5,25,38,.02) 30%,
      rgba(5,25,38,.18) 100%
    );
}


/* =========================================================
   DECORATIVE BORDER
========================================================= */

.about-image-wrap::after {
  content: "";

  position: absolute;

  inset: 12px;

  border:
    1px solid
    rgba(224,176,95,.65);

  border-radius: 11px;

  pointer-events: none;
}


/* =========================================================
   EXPERIENCE BADGE
========================================================= */

.about-experience {
  position: absolute;

  left: -12px;

  bottom: 48px;

  z-index: 4;

  display: flex;

  align-items: center;

  gap: 10px;

  min-width: 160px;

  padding: 12px 15px;

  border-radius: 9px;

  background: #ffffff;

  box-shadow:
    0 12px 30px
    rgba(15,45,60,.14);

  animation:
    aboutFloat
    4s
    ease-in-out
    infinite;
}

.about-experience-icon {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  width: 35px;
  height: 35px;

  border-radius: 8px;

  background: #edf4f7;

  color: #0f301d;

  font-size: 17px;
}

.about-experience strong {
  display: block;

  margin-bottom: 2px;

  color: #173548;

  font-family:
    poppins, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  font-size: 17px;

  font-weight: 600;
}

.about-experience span {
  display: block;

  color: #7b888e;

  font-size: 8px;

  font-weight: 600;
}


/* =========================================================
   FLOAT CARD
========================================================= */

.about-float-card {
  position: absolute;

  right: -12px;

  top: 35px;

  z-index: 4;

  display: flex;

  align-items: center;

  gap: 9px;

  max-width: 190px;

  padding: 10px 12px;

  border:
    1px solid
    rgba(20,59,79,.08);

  border-radius: 8px;

  background:
    rgba(255,255,255,.95);

  box-shadow:
    0 10px 28px
    rgba(15,45,60,.12);

  backdrop-filter:
    blur(10px);
}

.about-float-card > i {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 30px;
  height: 30px;

  flex-shrink: 0;

  border-radius: 50%;

  background: #f7eee0;

  color: #c38e3d;

  font-size: 11px;
}

.about-float-card strong {
  display: block;

  margin-bottom: 2px;

  color: #173548;

  font-size: 10px;

  font-weight: 800;
}

.about-float-card span {
  display: block;

  color: #7b888e;

  font-size: 9px;
}


/* =========================================================
   CONTENT
========================================================= */

.about-content {
  min-width: 0;
}


.about-eyebrow {
  display: inline-block;

  margin-bottom: 10px;

  color: #0f301d;

  font-size: 13px;

  font-weight: 800;

  letter-spacing: .16em;

  text-transform: uppercase;
}


/* =========================================================
   HEADING
========================================================= */

.about-content h2 {
  max-width: 520px;

  margin: 0 0 17px;

  color: #102d3e;

  font-family:
   poppins, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  font-size: 40px;

  font-weight: 700;

  line-height: 1.12;

  letter-spacing: -.035em;
}

.about-content h2 em {
  color: #0f301d;

  font-style: normal;
}


/* =========================================================
   PARAGRAPHS
========================================================= */

.about-intro {
  max-width: 570px;

  margin: 0 0 11px;

  color: #415964;

  font-size: 13px;

  font-weight: 600;

  line-height: 1.75;
}

.about-text {
  max-width: 570px;

  margin: 0;

  color: #000;

  font-size: 12px;

  line-height: 1.75;
}


/* =========================================================
   BENEFITS
========================================================= */

.about-benefits {
  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 12px 20px;

  margin-top: 24px;

  padding-top: 20px;

  border-top:
    1px solid
    rgba(16,45,62,.1);
}


.about-benefit {
  display: flex;

  align-items: flex-start;

  gap: 9px;

  min-width: 0;
}


.about-benefit-icon {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  width: 31px;
  height: 31px;

  border-radius: 7px;

  background: #edf4f7;

  color: #0f301d;

  font-size: 12px;

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

.about-benefit:hover
.about-benefit-icon {
  transform:
    translateY(-2px);

  background: #e2eef3;
}


.about-benefit h3 {
  margin: 0 0 3px;

  color: #173548;

  font-size: 13px;

  font-weight: 800;

  line-height: 1.3;
}

.about-benefit p {
  margin: 0;

  color: #7b888e;

  font-size: 12px;

  line-height: 1.45;
}


/* =========================================================
   STATS
========================================================= */

.about-stats {
  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap: 8px;

  margin-top: 25px;

  padding-top: 19px;

  border-top:
    1px solid
    rgba(16,45,62,.1);
}


.about-stat {
  min-width: 0;

  padding-right: 9px;

  border-right:
    1px solid
    rgba(16,45,62,.09);
}

.about-stat:last-child {
  border-right: none;
}


.about-stat-icon {
  margin-bottom: 5px;

  color: #0f301d;

  font-size: 15px;
}


.about-stat strong {
  display: block;

  margin-bottom: 2px;

  color: #123f5b;

  font-size: 17px;

  font-weight: 800;

  line-height: 1.1;
}

.about-stat span {
  display: block;

  color: #7d898f;

  font-size: 12px;

  line-height: 1.3;
}


/* =========================================================
   ANIMATION
========================================================= */

.reveal-about {
  opacity: 0;

  transform:
    translateY(25px);

  animation:
    aboutReveal
    .8s
    cubic-bezier(.16,1,.3,1)
    forwards;
}

.about-content {
  animation-delay: .15s;
}


@keyframes aboutReveal {

  from {
    opacity: 0;

    transform:
      translateY(25px);
  }

  to {
    opacity: 1;

    transform:
      translateY(0);
  }

}


@keyframes aboutFloat {

  0%,
  100% {
    transform:
      translateY(0);
  }

  50% {
    transform:
      translateY(-6px);
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  .about-section {
    padding: 70px 0;
  }

  .about-grid {
    gap: 45px;
  }

  .about-image-wrap {
    height: 430px;
  }

  .about-content h2 {
    font-size: 2.1rem;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .about-section {
    padding: 60px 0;
  }

  .about-container {
    width:
      calc(100% - 24px);
  }

  .about-grid {
    grid-template-columns: 1fr;

    gap: 40px;
  }


  /* Image */

  .about-visual {
    padding:
      0 7px 12px 7px;
  }

  .about-image-wrap {
    height: 390px;

    border-radius: 13px;
  }

  .about-image-wrap::after {
    inset: 9px;
  }


  /* Floating cards */

  .about-experience {
    left: -2px;

    bottom: 28px;

    padding: 10px 12px;
  }

  .about-float-card {
    right: -2px;

    top: 20px;
  }


  /* Content */

  .about-content h2 {
    max-width: 500px;

    font-size: 2.15rem;
  }

  .about-intro {
    font-size: 11px;
  }

  .about-text {
    font-size: 9px;
  }


  /* Benefits */

  .about-benefits {
    gap: 14px;
  }


  /* Stats */

  .about-stats {
    gap: 5px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

  .about-container {
    width:
      calc(100% - 18px);
  }

  .about-image-wrap {
    height: 330px;
  }

  .about-content h2 {
    font-size: 1.9rem;
  }

  .about-eyebrow {
    font-size: 8px;
  }

  .about-intro {
    font-size: 10px;
  }

  .about-text {
    font-size: 8.5px;
  }


  .about-benefits {
    grid-template-columns: 1fr;

    gap: 12px;
  }


  .about-stat strong {
    font-size: 15px;
  }

  .about-stat span {
    font-size: 6.5px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .reveal-about {
    opacity: 1;

    transform: none;

    animation: none;
  }

  .about-experience {
    animation: none;
  }

  .about-image-wrap img,
  .about-benefit-icon {
    transition: none;
  }

}




/* =========================================================
   HOW IT WORKS
   PREMIUM FOREST GREEN VERSION
========================================================= */

.how-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #f7f8f4;
}

.how-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.how-header {
  max-width: 760px;
  margin: 0 auto 65px;
  text-align: center;
}

.how-eyebrow {
  display: inline-block;
  margin-bottom: 14px;

  color: #0f301d;

  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.how-header h2 {
  margin: 0 0 17px;

  color: #0f301d;

  font-family:
  poppins, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.how-header h2 em {
  color: #a97a2d;
  font-style: normal;
}

.how-header p {
  max-width: 650px;
  margin: 0 auto;

  color: #53645a;

  font-size: 15px;
  line-height: 1.8;
}


/* =========================================================
   STEPS
========================================================= */

.how-steps {
  position: relative;

  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 22px;
}


/* =========================================================
   CONNECTING LINE
========================================================= */

.how-steps::before {
  content: "";

  position: absolute;

  top: 43px;
  left: 10%;
  right: 10%;

  height: 2px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(15,48,29,.22),
      rgba(15,48,29,.22),
      transparent
    );

  z-index: 0;
}


/* =========================================================
   STEP CARD
========================================================= */

.how-step {
  position: relative;

  min-width: 0;

  padding: 0 12px;

  opacity: 0;

  transform: translateY(35px);

  animation:
    howReveal
    .8s
    cubic-bezier(.16,1,.3,1)
    forwards;
}

.how-step:nth-child(1) {
  animation-delay: .05s;
}

.how-step:nth-child(2) {
  animation-delay: .15s;
}

.how-step:nth-child(3) {
  animation-delay: .25s;
}

.how-step:nth-child(4) {
  animation-delay: .35s;
}


/* =========================================================
   ICON
========================================================= */

.how-step-top {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: center;
}

.how-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 86px;
  height: 86px;

  border: 1px solid rgba(15,48,29,.15);

  border-radius: 50%;

  background: #ffffff;

  color: #0f301d;

  font-size: 28px;

  box-shadow:
    0 10px 30px
    rgba(15,48,29,.09);

  transition:
    transform .4s ease,
    background .4s ease,
    color .4s ease,
    box-shadow .4s ease;
}

.how-step:hover .how-icon {
  transform:
    translateY(-7px)
    scale(1.06);

  background: #0f301d;

  color: #ffffff;

  box-shadow:
    0 18px 35px
    rgba(15,48,29,.22);
}


/* =========================================================
   NUMBER
========================================================= */

.how-number {
  position: absolute;

  top: -4px;

  margin-left: 76px;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 27px;
  height: 27px;

  border-radius: 50%;

  background: #a97a2d;

  color: #ffffff;

  font-size: 9px;
  font-weight: 800;

  box-shadow:
    0 5px 14px
    rgba(169,122,45,.25);
}


/* =========================================================
   CONNECTOR BELOW ICON
========================================================= */

.how-step-line {
  width: 2px;
  height: 25px;

  margin: 0 auto;

  background:
    rgba(15,48,29,.12);
}


/* =========================================================
   CONTENT
========================================================= */

.how-content {
  text-align: center;
}

.how-label {
  display: block;

  margin-bottom: 8px;

  color: #a97a2d;

  font-size: 9px;
  font-weight: 800;

  letter-spacing: .15em;
}

.how-content h3 {
  margin: 0 0 11px;

  color: #0f301d;

  font-family:
   poppins, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  font-size: 20px;
  font-weight: 700;

  line-height: 1.2;

  letter-spacing: -.02em;
}

.how-content p {
  max-width: 250px;

  min-height: 78px;

  margin: 0 auto;

  color:#000;

  font-size: 13px;

  line-height: 1.75;
}


/* =========================================================
   LINK
========================================================= */

.how-link {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  margin-top: 14px;

  color: #0f301d;

  font-size: 13px;
  font-weight: 800;

  text-decoration: none;

  transition:
    color .25s ease;
}

.how-link i {
  font-size: 9px;

  transition:
    transform .3s ease;
}

.how-link:hover {
  color: #a97a2d;
}

.how-link:hover i {
  transform:
    translateX(5px);
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.how-bottom {
  display: flex;

  align-items: center;

  gap: 17px;

  margin-top: 65px;

  padding: 20px 22px;

  border:
    1px solid
    rgba(15,48,29,.12);

  border-radius: 12px;

  background: #ffffff;

  box-shadow:
    0 10px 35px
    rgba(15,48,29,.06);
}

.how-bottom-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  width: 48px;
  height: 48px;

  border-radius: 10px;

  background: #edf2ed;

  color: #0f301d;

  font-size: 19px;
}

.how-bottom-text {
  display: flex;

  flex-direction: column;

  gap: 4px;

  flex: 1;
}

.how-bottom-text strong {
  color: #0f301d;

  font-size: 15px;
  font-weight: 800;
}

.how-bottom-text span {
  color: #68776d;

  font-size: 13px;

  line-height: 1.5;
}


/* =========================================================
   CTA BUTTON
========================================================= */

.how-bottom-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 8px;

  min-height: 42px;

  padding: 10px 28px;

  border-radius: 7px;

  background: #0f301d;

  color: #ffffff;

  font-size: 15px;
  font-weight: 800;

  text-decoration: none;

  white-space: nowrap;

  transition:
    background .3s ease,
    transform .3s ease,
    box-shadow .3s ease;
}

.how-bottom-btn:hover {
  background: #174a2a;

  color: #ffffff;

  transform:
    translateY(-2px);

  box-shadow:
    0 8px 20px
    rgba(15,48,29,.18);
}

.how-bottom-btn i {
  transition:
    transform .3s ease;
}

.how-bottom-btn:hover i {
  transform:
    translateX(4px);
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes howReveal {

  from {
    opacity: 0;

    transform:
      translateY(35px);
  }

  to {
    opacity: 1;

    transform:
      translateY(0);
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  .how-section {
    padding: 80px 0;
  }

  .how-container {
    width:
      min(
        calc(100% - 32px),
        760px
      );
  }

  .how-header {
    margin-bottom: 50px;
  }

  .how-header h2 {
    font-size: 2.8rem;
  }

  .how-header p {
    font-size: 13px;
  }

  .how-steps {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 48px 20px;
  }

  .how-steps::before {
    display: none;
  }

  .how-content h3 {
    font-size: 20px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

  .how-section {
    padding: 65px 0;
  }

  .how-container {
    width:
      calc(100% - 24px);
  }


  /* Header */

  .how-header {
    margin-bottom: 42px;
  }

  .how-eyebrow {
    font-size: 8px;
  }

  .how-header h2 {
    font-size: 2.35rem;

    line-height: 1.1;
  }

  .how-header p {
    font-size: 11px;

    line-height: 1.7;
  }


  /* Steps */

  .how-steps {
    grid-template-columns: 1fr;

    max-width: 480px;

    margin: 0 auto;

    gap: 30px;
  }


  .how-step {
    display: grid;

    grid-template-columns:
      82px 1fr;

    gap: 18px;

    padding: 0;

    text-align: left;
  }


  .how-step-top {
    align-self: start;
  }


  .how-icon {
    width: 76px;
    height: 76px;

    font-size: 25px;
  }


  .how-number {
    top: -4px;

    margin-left: 56px;
  }


  .how-step-line {
    display: none;
  }


  .how-content {
    text-align: left;

    padding-top: 3px;
  }


  .how-label {
    font-size: 8px;
  }


  .how-content h3 {
    font-size: 20px;
  }


  .how-content p {
    max-width: none;

    min-height: auto;

    margin: 0;

    font-size: 10px;
  }


  .how-link {
    margin-top: 10px;

    font-size: 9px;
  }


  /* CTA */

  .how-bottom {
    flex-wrap: wrap;

    margin-top: 42px;

    padding: 16px;
  }

  .how-bottom-icon {
    width: 42px;
    height: 42px;

    font-size: 16px;
  }

  .how-bottom-text {
    flex:
      1 1 calc(100% - 60px);
  }

  .how-bottom-text strong {
    font-size: 10px;
  }

  .how-bottom-text span {
    font-size: 8px;
  }

  .how-bottom-btn {
    width: 100%;

    margin-top: 5px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

  .how-container {
    width:
      calc(100% - 18px);
  }

  .how-header h2 {
    font-size: 2rem;
  }

  .how-header p {
    font-size: 10px;
  }

  .how-step {
    grid-template-columns:
      68px 1fr;

    gap: 14px;
  }

  .how-icon {
    width: 64px;
    height: 64px;

    font-size: 22px;
  }

  .how-number {
    width: 23px;
    height: 23px;

    margin-left: 47px;

    font-size: 8px;
  }

  .how-content h3 {
    font-size: 18px;
  }

  .how-content p {
    font-size: 9px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .how-step {
    opacity: 1;

    transform: none;

    animation: none;
  }

  .how-icon,
  .how-link,
  .how-link i,
  .how-bottom-btn,
  .how-bottom-btn i {
    transition: none;
  }

}








/* =========================================================
   FONT
========================================================= */

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


/* =========================================================
   WHY CHOOSE US
========================================================= */

.why-choose {

  position: relative;

  padding: 95px 0;

  overflow: hidden;

  background: #f5f7f3;

  font-family: "Poppins", sans-serif;
}


.why-wrap {

  width: min(
    1180px,
    calc(100% - 50px)
  );

  min-height: 520px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    38% 62%;

  align-items: center;

  gap: 55px;

  padding: 58px 60px;

  border-radius: 20px;

  background: #ffffff;

  box-shadow:
    0 20px 60px
    rgba(15,48,29,.08);

  position: relative;

  overflow: hidden;
}


/* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

.why-wrap::before {

  content: "";

  position: absolute;

  width: 430px;
  height: 430px;

  left: -230px;
  bottom: -250px;

  border-radius: 50%;

  background:
    rgba(15,48,29,.045);

  pointer-events: none;
}


.why-wrap::after {

  content: "";

  position: absolute;

  width: 250px;
  height: 250px;

  right: -140px;
  top: -130px;

  border-radius: 50%;

  background:
    rgba(169,122,45,.07);

  pointer-events: none;
}


/* =========================================================
   INTRO
========================================================= */

.why-intro {

  position: relative;

  z-index: 2;

  padding-right: 15px;
}


.why-kicker {

  display: inline-block;

  margin-bottom: 18px;

  color: #a77932;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: .17em;

  text-transform: uppercase;
}


.why-intro h2 {

  margin: 0 0 22px;

  color: #0f301d;

  font-family: "Poppins", sans-serif;

  font-size: clamp(
    2.7rem,
    4.5vw,
    4.2rem
  );

  font-weight: 600;

  line-height: 1.08;

  letter-spacing: -.055em;
}


.why-intro h2 span {

  display: block;

  color: #a77932;
}


.why-intro > p {

  max-width: 390px;

  margin: 0 0 28px;

  color: #657168;

  font-size: 13px;

  line-height: 1.85;
}


/* =========================================================
   MAIN BUTTON
========================================================= */

.why-main-btn {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  min-height: 45px;

  padding: 0 20px;

  border-radius: 7px;

  background: #0f301d;

  color: #ffffff;

  font-size: 15px;

  font-weight: 600;

  text-decoration: none;

  transition:
    transform .3s ease,
    background .3s ease,
    box-shadow .3s ease;
}


.why-main-btn i {

  font-size: 9px;

  transition:
    transform .3s ease;
}


.why-main-btn:hover {

  background: #19482b;

  color: #ffffff;

  transform:
    translateY(-3px);

  box-shadow:
    0 10px 22px
    rgba(15,48,29,.18);
}


.why-main-btn:hover i {

  transform:
    translateX(4px);
}


/* =========================================================
   FEATURES
========================================================= */

.why-features {

  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 0;
}


/* =========================================================
   FEATURE
========================================================= */

.why-feature {

  display: flex;

  align-items: flex-start;

  gap: 17px;

  min-width: 0;

  padding: 25px 22px;

  border-bottom:
    1px solid
    rgba(15,48,29,.1);

  transition:
    background .35s ease,
    transform .35s ease;
}


.why-feature:nth-child(odd) {

  border-right:
    1px solid
    rgba(15,48,29,.1);
}


.why-feature:nth-child(5),
.why-feature:nth-child(6) {

  border-bottom: none;
}


.why-feature:hover {

  background: #f7f9f5;

  transform:
    translateY(-3px);
}


/* =========================================================
   FEATURE ICON
========================================================= */

.why-feature-icon {

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  width: 55px;
  height: 55px;

  border-radius: 12px;

  background: #edf3ed;

  color: #0f301d;

  font-size: 20px;

  transition:
    background .35s ease,
    color .35s ease,
    transform .35s ease;
}


.why-feature:hover
.why-feature-icon {

  background: #0f301d;

  color: #ffffff;

  transform:
    scale(1.05)
    rotate(-3deg);
}


/* =========================================================
   FEATURE CONTENT
========================================================= */

.why-feature-content {

  min-width: 0;
}


.why-feature-content > span {

  display: block;

  margin-bottom: 4px;

  color: #a77932;

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .1em;
}


.why-feature-content h3 {

  margin: 0 0 7px;

  color: #0f301d;

  font-family: "Poppins", sans-serif;

  font-size: 17px;

  font-weight: 600;

  line-height: 1.35;

  letter-spacing: -.02em;
}


.why-feature-content p {

  margin: 0;

  color: #6c786f;

  font-family: "Poppins", sans-serif;

  font-size: 10px;

  line-height: 1.7;
}


/* =========================================================
   REVEAL ANIMATION
========================================================= */

.why-intro {

  opacity: 0;

  transform:
    translateX(-35px);

  animation:
    whyIntroReveal
    .8s
    cubic-bezier(.16,1,.3,1)
    forwards;
}


.why-feature {

  opacity: 0;

  transform:
    translateY(25px);

  animation:
    whyFeatureReveal
    .7s
    cubic-bezier(.16,1,.3,1)
    forwards;
}


.why-feature:nth-child(1) {
  animation-delay: .1s;
}

.why-feature:nth-child(2) {
  animation-delay: .18s;
}

.why-feature:nth-child(3) {
  animation-delay: .26s;
}

.why-feature:nth-child(4) {
  animation-delay: .34s;
}

.why-feature:nth-child(5) {
  animation-delay: .42s;
}

.why-feature:nth-child(6) {
  animation-delay: .50s;
}


@keyframes whyIntroReveal {

  from {

    opacity: 0;

    transform:
      translateX(-35px);
  }

  to {

    opacity: 1;

    transform:
      translateX(0);
  }

}


@keyframes whyFeatureReveal {

  from {

    opacity: 0;

    transform:
      translateY(25px);
  }

  to {

    opacity: 1;

    transform:
      translateY(0);
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  .why-choose {

    padding: 75px 0;
  }


  .why-wrap {

    width:
      calc(100% - 32px);

    grid-template-columns:
      1fr;

    gap: 45px;

    padding: 50px;
  }


  .why-intro {

    text-align: center;

    padding-right: 0;
  }


  .why-intro > p {

    margin-left: auto;
    margin-right: auto;
  }


  .why-features {

    width: 100%;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

  .why-choose {

    padding: 55px 0;
  }


  .why-wrap {

    width:
      calc(100% - 24px);

    min-height: auto;

    padding: 40px 22px;

    border-radius: 15px;

    gap: 35px;
  }


  /* Intro */

  .why-kicker {

    font-size: 9px;

    margin-bottom: 12px;
  }


  .why-intro h2 {

    font-size: 2.35rem;

    line-height: 1.1;

    margin-bottom: 17px;
  }


  .why-intro > p {

    font-size: 10px;

    line-height: 1.75;

    margin-bottom: 22px;
  }


  .why-main-btn {

    min-height: 42px;

    padding: 0 16px;

    font-size: 9px;
  }


  /* Features */

  .why-features {

    grid-template-columns: 1fr;
  }


  .why-feature {

    padding:
      20px 5px;

    gap: 14px;

    border-right: none !important;

    border-bottom:
      1px solid
      rgba(15,48,29,.1);
  }


  .why-feature:last-child {

    border-bottom: none;
  }


  .why-feature-icon {

    width: 48px;
    height: 48px;

    border-radius: 9px;

    font-size: 17px;
  }


  .why-feature-content h3 {

    font-size: 16px;
  }


  .why-feature-content p {

    font-size: 9px;

    line-height: 1.65;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

  .why-wrap {

    width:
      calc(100% - 18px);

    padding:
      34px 17px;
  }


  .why-intro h2 {

    font-size: 2rem;
  }


  .why-intro > p {

    font-size: 9px;
  }


  .why-feature {

    gap: 11px;

    padding:
      17px 2px;
  }


  .why-feature-icon {

    width: 43px;
    height: 43px;

    font-size: 15px;
  }


  .why-feature-content h3 {

    font-size: 14px;
  }


  .why-feature-content p {

    font-size: 8px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .why-intro,
  .why-feature {

    opacity: 1;

    transform: none;

    animation: none;
  }


  .why-feature,
  .why-feature-icon,
  .why-main-btn,
  .why-main-btn i {

    transition: none;
  }

}





/* ========== CTA ========== */
.cta {
  background: #0a1f18;
  color: #fff;
  padding: 72px 24px;
  text-align: center;
}

.cta-inner {
  max-width: 520px;
  margin: 0 auto;
}

.cta-label {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aa7229;
}

.cta h2 {
  margin: 0 0 14px;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #fff;
}

.cta p {
  margin: 0 auto 28px;
  max-width: 400px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.cta .btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  background: #aa7229;
  color: #0a1f18;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.cta .btn-gold:hover {
  background: #b28549;
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .cta {
    padding: 56px 20px;
  }
}











/* FOOTER */
.footer { background: #071012; color: rgba(255,255,255,.78); padding: 56px 0 24px; }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 40px;
}
.footer .brand { margin-bottom: 14px; }
.footer-brand p { font-size: .9rem; line-height: 1.7; max-width: 280px; opacity: .8; }
.footer h4 {
  color: var(--gold); font-size: .82rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px;
}
.footer ul { list-style: none; }
.footer li { margin-bottom: 9px; }
.footer a { font-size: .9rem; }
.footer a:hover { color: var(--gold-lt); }
.footer-contact p { font-size: .88rem; margin-bottom: 10px; display: flex; gap: 8px; }
.footer-bar {
  border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px;
  text-align: center; font-size: .82rem; opacity: .5;
}

/* PAGE HERO (inner) */
.page-hero {
  background:
    linear-gradient(160deg, rgba(10,22,24,.85), rgba(13,69,80,.65)),
    url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #fff; text-align: center; padding: 140px 20px 70px;
}
.page-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800;
  letter-spacing: -.02em; margin-bottom: 10px;
}
.page-hero p { opacity: .9; max-width: 520px; margin: 0 auto 12px; }
.crumb { font-size: .85rem; opacity: .75; }
.crumb a:hover { color: var(--gold-lt); }

/* PACKAGE DETAIL */
.detail { padding: 60px 0 80px; }
.detail-grid {
  display: grid; grid-template-columns: 1.55fr .9fr; gap: 36px; align-items: start;
}
.detail-main img.cover {
  width: 100%; height: 360px; object-fit: cover; border-radius: 18px;
  box-shadow: var(--shadow); margin-bottom: 36px;
}
.highlights {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px;
  margin-bottom: 40px; padding: 24px; background: var(--white);
  border-radius: var(--radius); border: 1px solid var(--line);
}
.highlights li {
  list-style: none; font-size: .9rem; color: var(--muted);
  padding-left: 22px; position: relative; line-height: 1.5;
}
.highlights li::before {
  content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 700;
}
.day {
  background: var(--white); border-radius: 14px; padding: 22px 24px;
  margin-bottom: 14px; border-left: 4px solid var(--gold);
  box-shadow: 0 2px 12px rgba(10,22,24,.04);
  transition: .3s var(--ease);
}
.day:hover { box-shadow: 0 8px 28px rgba(10,22,24,.08); transform: translateX(4px); }
.day h3 { font-size: 1.02rem; color: var(--teal); font-weight: 700; margin-bottom: 8px; }
.day p, .day li { font-size: .92rem; color: var(--muted); line-height: 1.65; }
.day ul { margin: 8px 0 0 18px; }
.day .meta { font-size: .82rem; color: var(--ink); font-weight: 600; margin-top: 10px; }
.incl-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px;
}
.incl-box {
  background: var(--white); border-radius: var(--radius); padding: 24px;
  border: 1px solid var(--line);c4a035
}

.incl-box h3 { font-size: 1.05rem; margin-bottom: 14px; color: var(--ink); }
.incl-box ul { list-style: none; }
.incl-box li {
  font-size: .9rem; color: var(--muted); padding: 6px 0 6px 22px; position: relative;
}
.incl-box.yes li::before { content: "✓"; position: absolute; left: 0; color: #1f9d55; font-weight: 700; }
.incl-box.no li::before { content: "✗"; position: absolute; left: 0; color: #c0392b; font-weight: 700; }
.stay-table {
  width: 100%; border-collapse: collapse; margin: 20px 0 32px;
  background: var(--white); border-radius: 12px; overflow: hidden;
  border: 1px solid var(--line);
}
.stay-table th, .stay-table td {
  padding: 12px 16px; text-align: left; font-size: .92rem; border-bottom: 1px solid var(--line);
}
.stay-table th { background: var(--teal); color: #fff; font-weight: 600; }
.stay-table tr:last-child td { border-bottom: none; font-weight: 700; }

.sidebar {
  position: sticky; top: 88px;
  background: var(--white); border-radius: 18px; padding: 28px;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.sidebar .price {
  font-size: 2rem; font-weight: 800; color: var(--teal); letter-spacing: -.02em;
}
.sidebar .price small { font-size: .85rem; font-weight: 500; color: var(--muted); display: block; margin-top: 4px; }
.sidebar .note {
  font-size: .82rem; color: var(--muted); margin: 12px 0 20px;
  padding: 12px; background: var(--sand); border-radius: 10px; line-height: 1.5;
}
.sidebar-list { list-style: none; margin-bottom: 22px; }
.sidebar-list li {
  font-size: .9rem; padding: 10px 0; border-bottom: 1px solid var(--line);
  display: flex; gap: 10px; color: var(--muted);
}
.sidebar-list li strong { color: var(--ink); min-width: 90px; font-weight: 600; }
.sidebar .btn { width: 100%; margin-top: 6px; }

/* MODAL */
.overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(7,16,18,.75); backdrop-filter: blur(8px);
  display: grid; place-items: center; padding: 20px;
  opacity: 0; visibility: hidden; transition: .35s var(--ease);
}
.overlay.open { opacity: 1; visibility: visible; }
.modal {
  width: min(500px, 100%); max-height: 92vh; overflow-y: auto;
  background: var(--white); border-radius: 20px;
  box-shadow: 0 40px 100px rgba(0,0,0,.4);
  transform: translateY(24px) scale(.97); transition: .4s var(--ease);
}
.overlay.open .modal { transform: none; }
.modal-top {
  background: linear-gradient(135deg, var(--ink), var(--teal));
  color: #fff; padding: 26px 28px 22px; position: relative; border-radius: 20px 20px 0 0;
}
.modal-top h2 { font-size: 1.3rem; font-weight: 800; margin-bottom: 4px; }
.modal-top p { font-size: .88rem; opacity: .88; }
.modal-x {
  position: absolute; top: 14px; right: 14px; width: 34px; height: 34px;
  border-radius: 50%; background: rgba(255,255,255,.15); color: #fff;
  display: grid; place-items: center; font-size: 1.3rem;
}
.modal-x:hover { background: rgba(255,255,255,.28); }
.modal-body { padding: 26px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: .8rem; font-weight: 700; margin-bottom: 5px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid #e0e6e8; border-radius: 11px;
  font-size: .94rem; font-family: inherit; background: var(--cream); transition: .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--teal-mid); box-shadow: 0 0 0 4px rgba(23,101,117,.12); background: #fff;
}
.field textarea { min-height: 80px; resize: vertical; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.done { display: none; text-align: center; padding: 32px 12px; }
.done.show { display: block; }
.done-icon {
  width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%;
  background: #e9f7ef; color: #1f9d55; display: grid; place-items: center;
  font-size: 1.6rem; font-weight: 700;
}

.reveal { opacity: 0; transform: translateY(24px); transition: .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .pkg-grid { grid-template-columns: 1fr; }
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .detail-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .highlights, .incl-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .menu-btn { display: flex; }
  .nav-links {
    position: fixed; top: 64px; left: 0; right: 0;
    background: rgba(10,22,24,.98); flex-direction: column; align-items: stretch;
    padding: 20px 24px 28px; gap: 4px;
    transform: translateY(-120%); opacity: 0; transition: .35s var(--ease);
  }
  .nav-links.open { transform: none; opacity: 1; }
  .nav-links a { padding: 12px 0; }
  .nav-links .btn { justify-content: center; margin-top: 8px; }
  .dest-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .row2 { grid-template-columns: 1fr; }
  .sec { padding: 64px 0; }
  .detail-main img.cover { height: 240px; }
  .about-img img { height: 280px; }
}
@media (max-width: 480px) {
  .hero-actions { flex-direction: column; max-width: 280px; margin-left: auto; margin-right: auto; }
  .pkg-foot { flex-direction: column; align-items: flex-start; }
}
