.elementor-203 .elementor-element.elementor-element-164db19{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-203 .elementor-element.elementor-element-f6a8665{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c6a2f8f *//* ==================================================
   TOUR PACKAGES PAGE HERO
   GLOBAL BRAND VERSION
================================================== */

:root {
  /* Replace with your final banner images */
  --tour-page-hero-desktop-image:
    url("http://shimlainnrentals.com/wp-content/uploads/2026/07/banner-3.jpg");

  --tour-page-hero-mobile-image:
    url("http://shimlainnrentals.com/wp-content/uploads/2026/07/mobile-banner-2.jpg");


  /* Banner layout */
  --tour-page-hero-max-width:
    var(--brand-container-wide, 1400px);

  --tour-page-hero-height: 650px;
  --tour-page-hero-bottom-height: 88px;

  --tour-page-hero-desktop-position: center center;
  --tour-page-hero-mobile-position: center top;

  --tour-page-hero-side-space:
    var(--brand-page-gutter, 30px);

  --tour-page-hero-content-width: 700px;
  --tour-page-hero-title-size: 62px;


  /* Global brand connections */
  --tour-page-hero-green:
    var(--brand-primary, #193929);

  --tour-page-hero-dark-green:
    var(--brand-primary-dark, #102a1e);

  --tour-page-hero-light-green:
    var(--brand-primary-light, #315c45);

  --tour-page-hero-gold:
    var(--brand-accent, #b9924c);

  --tour-page-hero-light-gold:
    var(--brand-accent-light, #d6b264);

  --tour-page-hero-white:
    var(--brand-white, #ffffff);

  --tour-page-hero-heading-font:
    var(
      --brand-font-heading,
      "Manrope",
      Arial,
      sans-serif
    );

  --tour-page-hero-body-font:
    var(
      --brand-font-body,
      "Inter",
      Arial,
      sans-serif
    );

  --tour-page-hero-button-radius:
    var(--brand-radius-md, 10px);

  --tour-page-hero-small-radius:
    var(--brand-radius-sm, 6px);

  --tour-page-hero-pill-radius:
    var(--brand-radius-pill, 999px);

  --tour-page-hero-transition:
    var(--brand-transition, 280ms ease);

  --tour-page-hero-shadow:
    var(
      --brand-shadow-md,
      0 16px 38px rgba(16, 42, 30, 0.18)
    );
}


/* ==================================================
   HERO SECTION
================================================== */

.tour-page-hero {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 100%;
  min-height: var(--tour-page-hero-height);

  overflow: hidden;

  font-family: var(--tour-page-hero-body-font);

  background-image: var(--tour-page-hero-desktop-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: var(--tour-page-hero-desktop-position);
}

.tour-page-hero *,
.tour-page-hero *::before,
.tour-page-hero *::after {
  box-sizing: border-box;
}


/* ==================================================
   BACKGROUND OVERLAY
================================================== */

.tour-page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      color-mix(
        in srgb,
        var(--tour-page-hero-dark-green) 97%,
        transparent
      ) 0%,
      color-mix(
        in srgb,
        var(--tour-page-hero-dark-green) 92%,
        transparent
      ) 26%,
      color-mix(
        in srgb,
        var(--tour-page-hero-dark-green) 68%,
        transparent
      ) 48%,
      color-mix(
        in srgb,
        var(--tour-page-hero-dark-green) 20%,
        transparent
      ) 72%,
      color-mix(
        in srgb,
        var(--tour-page-hero-dark-green) 3%,
        transparent
      ) 100%
    ),
    linear-gradient(
      180deg,
      transparent 44%,
      color-mix(
        in srgb,
        var(--tour-page-hero-dark-green) 52%,
        transparent
      ) 100%
    );
}


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

.tour-page-hero__inner {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;

  width: min(
    var(--tour-page-hero-max-width),
    calc(
      100% -
      (var(--tour-page-hero-side-space) * 2)
    )
  );

  min-height:
    calc(
      var(--tour-page-hero-height) -
      var(--tour-page-hero-bottom-height)
    );

  margin: 0 auto;
  padding: 34px 0;
}

.tour-page-hero__content {
  width: 100%;
  max-width: var(--tour-page-hero-content-width);
}


/* ==================================================
   EYEBROW
================================================== */

.tour-page-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 15px;

  color: var(--tour-page-hero-light-gold);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tour-page-hero__eyebrow span {
  display: inline-block;

  width: 38px;
  height: 2px;

  background: var(--tour-page-hero-gold);
  border-radius: var(--tour-page-hero-pill-radius);
}


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

.tour-page-hero__title {
  max-width: 700px;
  margin: 0;

  color: var(--tour-page-hero-white);

  font-family: var(--tour-page-hero-heading-font);
  font-size: clamp(
    44px,
    4.7vw,
    var(--tour-page-hero-title-size)
  );
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2.6px;

  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.tour-page-hero__title span {
  display: block;
  color: var(--tour-page-hero-light-gold);
}


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

.tour-page-hero__description {
  max-width: 620px;
  margin: 18px 0 0;

  color: rgba(255, 255, 255, 0.82);

  font-size: 16px;
  line-height: 1.65;
}


/* ==================================================
   ACTION BUTTONS
================================================== */

.tour-page-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 25px;
}

.tour-page-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 52px;
  padding: 0 21px;

  border: 1px solid transparent;
  border-radius: var(--tour-page-hero-button-radius);

  font-family: var(--tour-page-hero-body-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  text-decoration: none;

  transition:
    background var(--tour-page-hero-transition),
    border-color var(--tour-page-hero-transition),
    color var(--tour-page-hero-transition),
    transform var(--tour-page-hero-transition),
    box-shadow var(--tour-page-hero-transition);
}

.tour-page-hero__button svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;

  fill: currentColor;
}

.tour-page-hero__button:hover {
  transform: translateY(-2px);
}


/* Primary button */

.tour-page-hero__button--primary {
  color: var(--tour-page-hero-dark-green);
  background: var(--tour-page-hero-gold);

  box-shadow: var(--tour-page-hero-shadow);
}

.tour-page-hero__button--primary:hover {
  color: var(--tour-page-hero-dark-green);
  background: var(--tour-page-hero-white);

  box-shadow:
    0 18px 34px
    color-mix(
      in srgb,
      var(--tour-page-hero-dark-green) 28%,
      transparent
    );
}


/* Call button */

.tour-page-hero__button--call {
  justify-content: flex-start;

  padding-left: 8px;

  color: var(--tour-page-hero-white);
  background: rgba(255, 255, 255, 0.12);

  border-color: rgba(255, 255, 255, 0.25);

  backdrop-filter: blur(10px);
}

.tour-page-hero__button--call:hover {
  color: var(--tour-page-hero-white);
  background: rgba(255, 255, 255, 0.2);

  border-color: var(--tour-page-hero-gold);
}


/* ==================================================
   CALL BUTTON CONTENT
================================================== */

.tour-page-hero__call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;
  flex-shrink: 0;

  color: var(--tour-page-hero-dark-green);
  background: var(--tour-page-hero-gold);

  border-radius: var(--tour-page-hero-small-radius);
}

.tour-page-hero__call-icon svg {
  width: 18px;
  height: 18px;
}

.tour-page-hero__call-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.tour-page-hero__call-content small {
  color: rgba(255, 255, 255, 0.66);

  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.tour-page-hero__call-content strong {
  color: var(--tour-page-hero-white);

  font-size: 14px;
  line-height: 1.1;
}


/* ==================================================
   BENEFIT POINTS
================================================== */

.tour-page-hero__points {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px 20px;

  margin-top: 23px;
}

.tour-page-hero__point {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: rgba(255, 255, 255, 0.87);

  font-size: 12px;
  font-weight: 600;
}

.tour-page-hero__point > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 23px;
  height: 23px;
  flex-shrink: 0;

  color: var(--tour-page-hero-light-gold);

  background:
    color-mix(
      in srgb,
      var(--tour-page-hero-gold) 20%,
      transparent
    );

  border:
    1px solid
    color-mix(
      in srgb,
      var(--tour-page-hero-light-gold) 35%,
      transparent
    );

  border-radius: 50%;
}

.tour-page-hero__point svg {
  width: 13px;
  height: 13px;

  fill: currentColor;
}


/* ==================================================
   BOTTOM INFORMATION BAR
================================================== */

.tour-page-hero__bottom {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;

  width: 100%;
  min-height: var(--tour-page-hero-bottom-height);

  background:
    color-mix(
      in srgb,
      var(--tour-page-hero-dark-green) 90%,
      transparent
    );

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

  backdrop-filter: blur(12px);
}

.tour-page-hero__bottom-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  width: min(
    var(--tour-page-hero-max-width),
    calc(
      100% -
      (var(--tour-page-hero-side-space) * 2)
    )
  );

  margin: 0 auto;
}


/* ==================================================
   BOTTOM ITEMS
================================================== */

.tour-page-hero__bottom-item {
  display: flex;
  align-items: center;
  gap: 12px;

  min-height: 60px;
  padding: 8px 24px;

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

.tour-page-hero__bottom-item:first-child {
  padding-left: 0;
}

.tour-page-hero__bottom-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.tour-page-hero__bottom-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  flex-shrink: 0;

  color: var(--tour-page-hero-gold);

  border:
    1px solid
    color-mix(
      in srgb,
      var(--tour-page-hero-gold) 40%,
      transparent
    );

  border-radius: 50%;
}

.tour-page-hero__bottom-icon svg {
  width: 19px;
  height: 19px;

  fill: currentColor;
}

.tour-page-hero__bottom-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tour-page-hero__bottom-content strong {
  color: var(--tour-page-hero-white);

  font-size: 12px;
  line-height: 1.2;
}

.tour-page-hero__bottom-content small {
  color: rgba(255, 255, 255, 0.6);

  font-size: 10px;
  line-height: 1.3;
}


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

@media (max-width: 1100px) {
  :root {
    --tour-page-hero-height: 520px;
    --tour-page-hero-title-size: 54px;
    --tour-page-hero-side-space: 20px;
  }

  .tour-page-hero__content {
    max-width: 600px;
  }

  .tour-page-hero__bottom-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .tour-page-hero__bottom-item:nth-child(2) {
    border-right: 0;
  }

  .tour-page-hero__bottom-item:first-child,
  .tour-page-hero__bottom-item:nth-child(3) {
    padding-left: 0;
  }
}


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

@media (max-width: 767px) {
  :root {
    --tour-page-hero-height: auto;
    --tour-page-hero-bottom-height: auto;
    --tour-page-hero-side-space: 18px;
  }

  .tour-page-hero {
    min-height: 630px;

    background-image: var(--tour-page-hero-mobile-image);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: var(--tour-page-hero-mobile-position);
  }

  .tour-page-hero__overlay {
    background:
      linear-gradient(
        180deg,
        color-mix(
          in srgb,
          var(--tour-page-hero-dark-green) 2%,
          transparent
        ) 0%,
        color-mix(
          in srgb,
          var(--tour-page-hero-dark-green) 8%,
          transparent
        ) 10%,
        color-mix(
          in srgb,
          var(--tour-page-hero-dark-green) 26%,
          transparent
        ) 20%,
        color-mix(
          in srgb,
          var(--tour-page-hero-dark-green) 66%,
          transparent
        ) 33%,
        color-mix(
          in srgb,
          var(--tour-page-hero-dark-green) 95%,
          transparent
        ) 43%,
        var(--tour-page-hero-dark-green) 100%
      );
  }

  .tour-page-hero__inner {
    align-items: flex-end;

    width: 100%;
    min-height: 545px;

    padding: 230px 18px 30px;
  }

  .tour-page-hero__content {
    max-width: 100%;
  }

  .tour-page-hero__eyebrow {
    margin-bottom: 12px;

    font-size: 10px;
    letter-spacing: 1px;
  }

  .tour-page-hero__eyebrow span {
    width: 28px;
  }

  .tour-page-hero__title {
    font-size: clamp(37px, 10vw, 49px);
    letter-spacing: -1.8px;
  }

  .tour-page-hero__description {
    margin-top: 15px;

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

  .tour-page-hero__actions {
    align-items: stretch;
    flex-direction: column;

    margin-top: 21px;
  }

  .tour-page-hero__button {
    width: 100%;
  }

  .tour-page-hero__button--call {
    justify-content: center;
  }

  .tour-page-hero__points {
    display: none;
  }

  .tour-page-hero__bottom {
    background: var(--tour-page-hero-dark-green);

    backdrop-filter: none;
  }

  .tour-page-hero__bottom-inner {
    grid-template-columns: repeat(2, 1fr);

    width: 100%;
  }

  .tour-page-hero__bottom-item {
    min-height: 84px;
    padding: 12px 14px;

    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .tour-page-hero__bottom-item:first-child,
  .tour-page-hero__bottom-item:nth-child(3) {
    padding-left: 14px;
  }

  .tour-page-hero__bottom-item:nth-child(2),
  .tour-page-hero__bottom-item:nth-child(4) {
    border-right: 0;
  }

  .tour-page-hero__bottom-item:nth-child(3),
  .tour-page-hero__bottom-item:nth-child(4) {
    border-bottom: 0;
  }

  .tour-page-hero__bottom-icon {
    width: 35px;
    height: 35px;
  }

  .tour-page-hero__bottom-icon svg {
    width: 17px;
    height: 17px;
  }
}


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

@media (max-width: 480px) {
  .tour-page-hero {
    min-height: 600px;
  }

  .tour-page-hero__inner {
    min-height: 520px;

    padding: 190px 14px 28px;
  }

  .tour-page-hero__title {
    font-size: 37px;
  }

  .tour-page-hero__description {
    font-size: 14px;
  }

  .tour-page-hero__button {
    min-height: 50px;
  }

  .tour-page-hero__bottom-item {
    gap: 8px;
    padding: 10px 9px;
  }

  .tour-page-hero__bottom-item:first-child,
  .tour-page-hero__bottom-item:nth-child(3) {
    padding-left: 9px;
  }

  .tour-page-hero__bottom-icon {
    width: 32px;
    height: 32px;
  }

  .tour-page-hero__bottom-icon svg {
    width: 15px;
    height: 15px;
  }

  .tour-page-hero__bottom-content strong {
    font-size: 10px;
  }

  .tour-page-hero__bottom-content small {
    font-size: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-650592d *//* ==================================================
   SPITI PACKAGES CONTROLS
================================================== */

:root {
  --spiti-max-width: 1400px;
  --spiti-side-space: 30px;

  --spiti-padding-top: 85px;
  --spiti-padding-bottom: 85px;

  --spiti-card-gap: 22px;
  --spiti-card-radius: 18px;
  --spiti-image-height: 245px;

  --spiti-primary: #193929;
  --spiti-primary-dark: #102a1e;
  --spiti-primary-light: #315c45;

  --spiti-cream: #f7f1e6;
  --spiti-cream-light: #fcfaf6;

  --spiti-gold: #b9924c;
  --spiti-gold-dark: #98743a;

  --spiti-heading: #182720;
  --spiti-text: #45534c;
  --spiti-muted: #748078;

  --spiti-white: #ffffff;
  --spiti-border: #e8e0d4;
}

/* ==================================================
   FULL-WIDTH SECTION
================================================== */

.spiti-packages-breakout {
  position: relative;

  width: 100vw;
  max-width: 100vw;

  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);

  overflow: hidden;
}

.spiti-packages-section {
  position: relative;

  width: 100%;

  padding:
    var(--spiti-padding-top)
    var(--spiti-side-space)
    var(--spiti-padding-bottom);

  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(185, 146, 76, 0.11),
      transparent 27%
    ),
    linear-gradient(
      180deg,
      var(--spiti-white) 0%,
      var(--spiti-cream-light) 100%
    );
}

.spiti-packages-container {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: var(--spiti-max-width);

  margin: 0 auto;
}

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

.spiti-packages-heading {
  margin-bottom: 40px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 35px;
}

.spiti-packages-heading-content {
  max-width: 820px;
}

.spiti-packages-kicker {
  display: block;

  margin-bottom: 10px;

  color: var(--spiti-gold-dark);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.spiti-packages-heading h2 {
  margin: 0;

  color: var(--spiti-primary-dark);

  font-size: clamp(36px, 4.2vw, 54px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
}

.spiti-packages-heading p {
  max-width: 720px;

  margin: 15px 0 0;

  color: var(--spiti-text);

  font-size: 16px;
  line-height: 1.7;
}

.spiti-packages-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  flex-shrink: 0;

  color: var(--spiti-primary);

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

  text-decoration: none;
}

.spiti-packages-view-all svg {
  width: 18px;
  height: 18px;

  fill: currentColor;

  transition: transform 0.2s ease;
}

.spiti-packages-view-all:hover {
  color: var(--spiti-gold-dark);
}

.spiti-packages-view-all:hover svg {
  transform: translateX(4px);
}

/* ==================================================
   THREE-COLUMN GRID
================================================== */

.spiti-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  align-items: stretch;

  gap: var(--spiti-card-gap);
}

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

.spiti-package-card {
  min-width: 0;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  background: var(--spiti-white);

  border: 1px solid var(--spiti-border);
  border-radius: var(--spiti-card-radius);

  box-shadow:
    0 15px 38px
    rgba(25, 57, 41, 0.09);

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

.spiti-package-card:hover {
  border-color: rgba(185, 146, 76, 0.55);

  transform: translateY(-7px);

  box-shadow:
    0 24px 50px
    rgba(25, 57, 41, 0.15);
}

.spiti-package-featured {
  border-color: rgba(185, 146, 76, 0.65);
}

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

.spiti-package-image {
  position: relative;

  width: 100%;
  height: var(--spiti-image-height);

  overflow: hidden;

  background: var(--spiti-cream);
}

.spiti-package-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center;

  transition: transform 0.5s ease;
}

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

.spiti-package-image-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(16, 42, 30, 0.03) 28%,
      rgba(16, 42, 30, 0.74) 100%
    );
}

.spiti-package-number {
  position: absolute;
  top: 16px;
  left: 16px;

  width: 41px;
  height: 41px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.9);
  color: var(--spiti-primary-dark);

  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;

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

  backdrop-filter: blur(8px);
}

.spiti-featured-label {
  position: absolute;
  top: 17px;
  right: 16px;

  padding: 7px 11px;

  background: var(--spiti-gold);
  color: var(--spiti-primary-dark);

  border-radius: 50px;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.spiti-package-duration {
  position: absolute;
  right: 16px;
  bottom: 16px;

  min-height: 37px;
  padding: 0 12px;

  display: inline-flex;
  align-items: center;
  gap: 7px;

  background: rgba(16, 42, 30, 0.9);
  color: var(--spiti-white);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50px;

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

  backdrop-filter: blur(8px);
}

.spiti-package-duration svg {
  width: 15px;
  height: 15px;

  fill: var(--spiti-gold);
}

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

.spiti-package-content {
  padding: 23px 22px 22px;

  display: flex;
  flex: 1;
  flex-direction: column;
}

.spiti-package-route-type {
  display: block;

  margin-bottom: 8px;

  color: var(--spiti-gold-dark);

  font-size: 9px;
  font-weight: 750;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.spiti-package-content h3 {
  margin: 0;

  color: var(--spiti-heading);

  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.spiti-package-content > p {
  margin: 13px 0 0;

  color: var(--spiti-text);

  font-size: 13px;
  line-height: 1.65;
}

/* ==================================================
   ROUTE
================================================== */

.spiti-route {
  margin-top: 18px;
  padding: 13px;

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

  overflow-x: auto;

  background: var(--spiti-cream-light);

  border: 1px solid var(--spiti-border);
  border-radius: 9px;

  scrollbar-width: none;
}

.spiti-route::-webkit-scrollbar {
  display: none;
}

.spiti-route span {
  flex-shrink: 0;

  color: var(--spiti-primary);

  font-size: 10px;
  font-weight: 700;
}

.spiti-route i {
  position: relative;

  width: 19px;
  height: 1px;

  flex-shrink: 0;

  background: var(--spiti-gold);
}

.spiti-route i::after {
  content: "";

  position: absolute;
  top: 50%;
  right: 0;

  width: 5px;
  height: 5px;

  border-top: 1px solid var(--spiti-gold);
  border-right: 1px solid var(--spiti-gold);

  transform:
    translateY(-50%)
    rotate(45deg);
}

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

.spiti-package-features {
  margin: 19px 0 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  gap: 9px;

  list-style: none;
}

.spiti-package-features li {
  display: flex;
  align-items: center;
  gap: 8px;

  color: var(--spiti-text);

  font-size: 11px;
  line-height: 1.4;
}

.spiti-check {
  width: 20px;
  height: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  background: rgba(25, 57, 41, 0.08);
  color: var(--spiti-primary);

  border-radius: 50%;

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

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

.spiti-package-footer {
  margin-top: auto;
  padding-top: 21px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 12px;
}

.spiti-package-button {
  min-height: 47px;
  padding: 0 17px;

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

  background: var(--spiti-primary);
  color: var(--spiti-white) !important;

  border: 1px solid var(--spiti-primary);
  border-radius: 8px;

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

  text-decoration: none;

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

.spiti-package-button svg {
  width: 16px;
  height: 16px;

  fill: currentColor;
}

.spiti-package-button:hover {
  background: var(--spiti-gold);
  border-color: var(--spiti-gold);

  color: var(--spiti-primary-dark) !important;

  transform: translateY(-2px);
}

.spiti-package-enquiry {
  color: var(--spiti-muted);

  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

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

.spiti-packages-bottom {
  margin-top: 32px;
  padding: 29px 32px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;

  background:
    linear-gradient(
      110deg,
      var(--spiti-primary-dark) 0%,
      var(--spiti-primary-light) 100%
    );

  border-radius: 17px;

  box-shadow:
    0 18px 42px
    rgba(16, 42, 30, 0.17);
}

.spiti-packages-bottom-content {
  max-width: 850px;
}

.spiti-packages-bottom-content > span {
  display: block;

  margin-bottom: 7px;

  color: var(--spiti-gold);

  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.spiti-packages-bottom h3 {
  margin: 0;

  color: var(--spiti-white);

  font-size: 27px;
  font-weight: 800;
  line-height: 1.25;
}

.spiti-packages-bottom p {
  margin: 9px 0 0;

  color: rgba(255, 255, 255, 0.7);

  font-size: 13px;
  line-height: 1.65;
}

.spiti-custom-button {
  min-height: 51px;
  padding: 0 20px;

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

  flex-shrink: 0;

  background: var(--spiti-gold);
  color: var(--spiti-primary-dark);

  border-radius: 8px;

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

  text-decoration: none;

  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.spiti-custom-button svg {
  width: 17px;
  height: 17px;

  fill: currentColor;
}

.spiti-custom-button:hover {
  background: var(--spiti-white);

  transform: translateY(-2px);
}

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

@media (max-width: 1100px) {
  :root {
    --spiti-side-space: 20px;
    --spiti-padding-top: 70px;
    --spiti-padding-bottom: 70px;
    --spiti-image-height: 230px;
  }

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

  .spiti-package-card:last-child {
    grid-column: 1 / -1;

    width: calc(50% - (var(--spiti-card-gap) / 2));
    justify-self: center;
  }
}

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

@media (max-width: 767px) {
  :root {
    --spiti-side-space: 18px;
    --spiti-padding-top: 55px;
    --spiti-padding-bottom: 55px;
    --spiti-image-height: 235px;
  }

  .spiti-packages-heading {
    margin-bottom: 30px;

    align-items: flex-start;
    flex-direction: column;
  }

  .spiti-packages-heading h2 {
    font-size: 37px;
  }

  .spiti-packages-heading p {
    font-size: 15px;
  }

  .spiti-packages-grid {
    grid-template-columns: 1fr;
  }

  .spiti-package-card:last-child {
    grid-column: auto;

    width: 100%;
  }

  .spiti-packages-bottom {
    padding: 27px 23px;

    align-items: flex-start;
    flex-direction: column;
  }

  .spiti-custom-button {
    width: 100%;
  }
}

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

@media (max-width: 480px) {
  :root {
    --spiti-side-space: 14px;
    --spiti-image-height: 215px;
  }

  .spiti-packages-heading h2 {
    font-size: 32px;
  }

  .spiti-package-content {
    padding: 20px 17px;
  }

  .spiti-package-content h3 {
    font-size: 21px;
  }

  .spiti-package-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .spiti-package-button {
    width: 100%;
  }

  .spiti-package-enquiry {
    text-align: center;
  }

  .spiti-packages-bottom {
    padding: 24px 19px;
  }

  .spiti-packages-bottom h3 {
    font-size: 24px;
  }
}/* End custom CSS */