.elementor-398 .elementor-element.elementor-element-b600fbb{--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-398 .elementor-element.elementor-element-dcfea0f{--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-2cc89db *//* =========================================================
   SPITI RIDERS — WHITE PANEL HERO SLIDER
   Clean image • White content panel • No black image shadow
========================================================= */

.sr-home-hero {
  --sr-hero-blue: #1361cc;
  --sr-hero-blue-dark: #0e4fa9;
  --sr-hero-blue-soft: #eef5ff;

  --sr-hero-black: #000000;
  --sr-hero-heading: #090d14;
  --sr-hero-text: #5d6671;
  --sr-hero-muted: #7d8792;
  --sr-hero-white: #ffffff;
  --sr-hero-border: #e6e9ee;
  --sr-hero-gold: #f4b942;

  position: relative;
  left: 50%;
  width: 100vw;
  min-height: clamp(660px, 78vh, 800px);
  margin-left: -50vw;
  overflow: hidden;
  isolation: isolate;
  color: var(--sr-hero-heading);
  background: #eef2f6;
  font-family: var(--sr-font-primary, "Manrope", Arial, sans-serif);
}

.sr-home-hero,
.sr-home-hero *,
.sr-home-hero *::before,
.sr-home-hero *::after {
  box-sizing: border-box;
}

.sr-home-hero a {
  text-decoration: none !important;
}

.sr-home-hero button {
  margin: 0 !important;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  text-transform: none !important;
  -webkit-appearance: none;
  appearance: none;
}

/* =========================================================
   ELEMENTOR RESET
========================================================= */

.elementor-widget-html:has(.sr-home-hero),
.elementor-widget-html:has(.sr-home-hero)
  > .elementor-widget-container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

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

.sr-home-hero__slider {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #dbe4ec;
}

.sr-home-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;

  /*
   No black gradient or dark shadow over the image.
   Only a very light transparent wash for consistency.
  */

  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 46%,
      rgba(19, 97, 204, 0.03) 100%
    ),
    var(--desktop-image);

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  transform: scale(1.045);

  transition:
    opacity 900ms ease,
    transform 6500ms ease;
}

.sr-home-hero__slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

/* No dark overlay */

.sr-home-hero__slider::after {
  display: none;
}

/* =========================================================
   SHARED 1400PX CONTAINERS
========================================================= */

.sr-home-hero__media-ui,
.sr-home-hero__inner {
  width: min(calc(100% - 80px), 1400px);
  margin-inline: auto;
}

.sr-home-hero__media-ui {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.sr-home-hero__inner {
  position: relative;
  z-index: 5;
  min-height: clamp(660px, 78vh, 800px);
  pointer-events: none;
}

/* =========================================================
   WHITE CONTENT PANEL
========================================================= */

.sr-home-hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: min(720px, 60%);
  padding: clamp(40px, 4.4vw, 62px);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 26px;
  color: var(--sr-hero-heading);
  background: rgba(255, 255, 255, 0.94);

  /*
   Soft neutral/blue panel shadow.
   No black shadow on the banner image.
  */

  box-shadow:
    0 24px 60px rgba(19, 97, 204, 0.10),
    0 4px 16px rgba(19, 97, 204, 0.05);

  pointer-events: auto;
  transform: translateY(-50%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Small blue decorative edge */

.sr-home-hero__content::before {
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 0;
  width: 4px;
  border-radius: 0 5px 5px 0;
  background: var(--sr-hero-blue);
  content: "";
}

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

.sr-home-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--sr-hero-blue);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sr-home-hero__eyebrow::before {
  width: 31px;
  height: 2px;
  flex: 0 0 31px;
  border-radius: 999px;
  background: var(--sr-hero-blue);
  content: "";
}

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

.sr-home-hero__title {
  max-width: 570px;
  margin: 0;
  color: var(--sr-hero-heading);
  font-family: inherit;
  font-size: clamp(48px, 4.5vw, 70px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.sr-home-hero__title span {
  display: block;
  margin-top: 7px;
  color: var(--sr-hero-blue);
}

.sr-home-hero__copy {
  max-width: 530px;
  margin: 25px 0 0;
  color: var(--sr-hero-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

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

.sr-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.sr-home-hero__button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 25px;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;

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

.sr-home-hero__button:hover,
.sr-home-hero__button:focus {
  transform: translateY(-2px);
}

.sr-home-hero__button--primary {
  min-width: 230px;
  color: var(--sr-hero-white) !important;
  background: var(--sr-hero-blue) !important;
}

.sr-home-hero__button--primary:hover,
.sr-home-hero__button--primary:focus {
  color: var(--sr-hero-white) !important;
  background: var(--sr-hero-black) !important;
}

.sr-home-hero__button--secondary {
  min-width: 190px;
  border-color: #cfd5dc !important;
  color: var(--sr-hero-heading) !important;
  background: var(--sr-hero-white) !important;
}

.sr-home-hero__button--secondary:hover,
.sr-home-hero__button--secondary:focus {
  border-color: var(--sr-hero-blue) !important;
  color: var(--sr-hero-blue) !important;
  background: var(--sr-hero-blue-soft) !important;
}

.sr-home-hero__button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.sr-home-hero__button--primary:hover svg {
  transform: translateX(4px);
}

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

.sr-home-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 21px;
  margin-top: 28px;
}

.sr-home-hero__features span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #67717c;
  font-size: 11px;
  font-weight: 750;
}

.sr-home-hero__features svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--sr-hero-blue);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   FIVE-STAR RATING
========================================================= */

.sr-home-hero__rating {
  position: absolute;
  right: 0;
  bottom: 38px;
  z-index: 6;
  min-width: 280px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 13px;
  color: var(--sr-hero-heading);
  background: rgba(255, 255, 255, 0.92);

  box-shadow:
    0 16px 38px rgba(19, 97, 204, 0.10);

  text-align: right;
  pointer-events: auto;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sr-home-hero__stars {
  color: var(--sr-hero-gold);
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.sr-home-hero__trust {
  margin-top: 8px;
  color: var(--sr-hero-heading);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* =========================================================
   SLIDER CONTROLS
========================================================= */

.sr-home-hero__slider-controls {
  position: absolute;
  right: 0;
  bottom: 132px;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 9px;
  pointer-events: auto;
}

.sr-home-hero__arrow {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  border-radius: 50% !important;
  color: var(--sr-hero-blue) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  cursor: pointer;

  box-shadow:
    0 10px 25px rgba(19, 97, 204, 0.09);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

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

.sr-home-hero__arrow:hover,
.sr-home-hero__arrow:focus {
  border-color: var(--sr-hero-blue) !important;
  color: var(--sr-hero-white) !important;
  background: var(--sr-hero-blue) !important;
  transform: translateY(-2px);
}

.sr-home-hero__arrow svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   SLIDER DOTS
========================================================= */

.sr-home-hero__dots {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-right: 5px;
}

.sr-home-hero__dot {
  width: 8px;
  height: 8px;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.85) !important;
  cursor: pointer;

  transition:
    width 0.22s ease,
    border-radius 0.22s ease,
    background-color 0.22s ease;
}

.sr-home-hero__dot:hover,
.sr-home-hero__dot:focus {
  background: var(--sr-hero-white) !important;
}

.sr-home-hero__dot.is-active {
  width: 29px;
  border-radius: 999px !important;
  background: var(--sr-hero-blue) !important;
}

.sr-home-hero.is-single-slide
  .sr-home-hero__slider-controls {
  display: none;
}

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

.sr-home-hero a:focus-visible,
.sr-home-hero button:focus-visible {
  outline: 3px solid rgba(19, 97, 204, 0.65);
  outline-offset: 4px;
}

/* =========================================================
   ELEMENTOR BUTTON OVERRIDES
========================================================= */

.sr-home-hero button:hover,
.sr-home-hero button:focus,
.sr-home-hero button:active,
.sr-home-hero [type="button"]:hover,
.sr-home-hero [type="button"]:focus,
.sr-home-hero [type="button"]:active {
  box-shadow: none;
  outline: none;
}

.sr-home-hero .sr-home-hero__arrow {
  background: rgba(255, 255, 255, 0.92) !important;
}

.sr-home-hero .sr-home-hero__arrow:hover,
.sr-home-hero .sr-home-hero__arrow:focus {
  background: var(--sr-hero-blue) !important;
}

.sr-home-hero .sr-home-hero__dot {
  background: rgba(255, 255, 255, 0.85) !important;
}

.sr-home-hero .sr-home-hero__dot.is-active {
  background: var(--sr-hero-blue) !important;
}

/* =========================================================
   MEDIUM DESKTOP
========================================================= */

@media (max-width: 1180px) {

  .sr-home-hero__media-ui,
  .sr-home-hero__inner {
    width: min(calc(100% - 50px), 1400px);
  }

  .sr-home-hero__content {
    width: min(570px, 55%);
    padding: 44px 40px;
  }

  .sr-home-hero__title {
    font-size: clamp(47px, 5vw, 65px);
  }
}

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

@media (max-width: 767px) {

  .sr-home-hero {
    left: auto;
    width: 100%;
    min-height: auto;
    margin-left: 0;
    padding-top: 10px;
    background: #f4f7fa;
  }

  .sr-home-hero__slider {
    position: relative;
    inset: auto;
    width: calc(100% - 24px);
    height: clamp(440px, 70vh, 570px);
    min-height: 0;
    margin: 0 auto;
    border-radius: 22px;
    box-shadow: none;
  }

  .sr-home-hero__slide {
    background-image:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 50%,
        rgba(19, 97, 204, 0.07) 100%
      ),
      var(--mobile-image);

    background-position: center;
    background-size: cover;
  }

  .sr-home-hero__slider::after {
    display: none;
  }

  .sr-home-hero__media-ui {
    position: absolute;
    inset: 0;
    width: 100%;
    margin: 0;
  }

  .sr-home-hero__inner {
    width: 100%;
    min-height: auto;
  }

  .sr-home-hero__content {
    position: relative;
    top: auto;
    left: auto;
    width: min(calc(100% - 24px), 680px);
    max-width: none;
    margin: 16px auto 0;
    padding: 38px 27px 44px;
    border: 1px solid var(--sr-hero-border);
    border-radius: 20px;
    color: var(--sr-hero-heading);
    background: var(--sr-hero-white);

    box-shadow:
      0 18px 45px rgba(19, 97, 204, 0.08);

    text-align: center;
    transform: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .sr-home-hero__content::before {
    top: 0;
    right: 50%;
    bottom: auto;
    left: auto;
    width: 70px;
    height: 4px;
    border-radius: 0 0 5px 5px;
    transform: translateX(50%);
  }

  .sr-home-hero__eyebrow {
    justify-content: center;
    margin-bottom: 16px;
  }

  .sr-home-hero__title {
    max-width: 650px;
    margin-inline: auto;
    font-size: clamp(42px, 11vw, 62px);
    line-height: 1;
  }

  .sr-home-hero__copy {
    max-width: 610px;
    margin: 22px auto 0;
    font-size: 15px;
    line-height: 1.7;
  }

  .sr-home-hero__actions {
    justify-content: center;
    margin-top: 28px;
  }

  .sr-home-hero__features {
    justify-content: center;
  }

  .sr-home-hero__slider-controls {
    top: 18px;
    right: 18px;
    bottom: auto;
    left: auto;
    gap: 7px;
  }

  .sr-home-hero__dots {
    display: none;
  }

  .sr-home-hero__arrow {
    width: 43px;
    height: 43px;
  }

  .sr-home-hero__rating {
    top: auto;
    right: 22px;
    bottom: 22px;
    left: 22px;
    display: flex;
    width: auto;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 12px 15px;
    border-radius: 999px;
    text-align: center;
  }

  .sr-home-hero__stars {
    flex: 0 0 auto;
    font-size: 14px;
    letter-spacing: 0.12em;
  }

  .sr-home-hero__trust {
    margin-top: 0;
    font-size: 8px;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }
}

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

@media (max-width: 480px) {

  .sr-home-hero {
    padding-top: 8px;
  }

  .sr-home-hero__slider {
    width: calc(100% - 16px);
    height: 500px;
    border-radius: 18px;
  }

  .sr-home-hero__content {
    width: calc(100% - 16px);
    margin-top: 10px;
    padding: 34px 20px 40px;
    border-radius: 18px;
  }

  .sr-home-hero__eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .sr-home-hero__eyebrow::before {
    width: 25px;
    flex-basis: 25px;
  }

  .sr-home-hero__title {
    font-size: clamp(38px, 12vw, 51px);
  }

  .sr-home-hero__copy {
    margin-top: 20px;
    font-size: 14px;
  }

  .sr-home-hero__actions {
    flex-direction: column;
    align-items: center;
  }

  .sr-home-hero__button {
    width: min(100%, 320px);
  }

  .sr-home-hero__slider-controls {
    top: 14px;
    right: 14px;
  }

  .sr-home-hero__arrow {
    width: 40px;
    height: 40px;
  }

  .sr-home-hero__rating {
    right: 13px;
    bottom: 13px;
    left: 13px;
    gap: 7px;
    padding: 11px 8px;
  }

  .sr-home-hero__stars {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .sr-home-hero__trust {
    font-size: 7px;
    letter-spacing: 0.04em;
  }

  .sr-home-hero__features {
    gap: 12px 17px;
  }

  .sr-home-hero__features span {
    font-size: 10px;
  }
}

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

@media (max-width: 350px) {

  .sr-home-hero__title {
    font-size: 36px;
  }

  .sr-home-hero__rating {
    right: 9px;
    left: 9px;
    gap: 5px;
  }

  .sr-home-hero__stars {
    font-size: 10px;
  }

  .sr-home-hero__trust {
    font-size: 6px;
  }
}

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

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

  .sr-home-hero__slide {
    transition: opacity 300ms ease;
    transform: none;
  }

  .sr-home-hero a,
  .sr-home-hero button {
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95f0b96 *//* =========================================================
   SPITI RIDERS — BIKE TOUR PACKAGES GRID
========================================================= */

.sr-tour-grid {
  --sr-blue: #1361cc;
  --sr-blue-dark: #0e4fa9;

  --sr-black: #000000;
  --sr-heading: #090d14;
  --sr-text: #5d6671;
  --sr-muted: #7d8792;
  --sr-border: #e6e9ee;
  --sr-white: #ffffff;

  width: 100%;

  padding: 78px 30px 90px;

  background: var(--sr-white);

  font-family: var(
    --sr-font-primary,
    inherit
  );
}


.sr-tour-grid *,
.sr-tour-grid *::before,
.sr-tour-grid *::after {
  box-sizing: border-box;
}


.sr-tour-grid__container {
  width: min(1400px, 100%);

  margin: 0 auto;
}


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

.sr-tour-grid__header {
  display: grid;

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

  align-items: end;

  gap: clamp(50px, 7vw, 110px);

  margin-bottom: 38px;
}


.sr-tour-grid__heading {
  max-width: 760px;
}


.sr-tour-grid__eyebrow {
  display: inline-flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 11px;

  color: var(--sr-blue);

  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;

  letter-spacing: 1.8px;

  text-transform: uppercase;
}


.sr-tour-grid__eyebrow::before {
  width: 36px;
  height: 2px;

  border-radius: 10px;

  background: var(--sr-blue);

  content: "";
}


.sr-tour-grid__heading h2 {
  margin: 0;

  color: var(--sr-heading);

  font-size:
    clamp(40px, 4.2vw, 59px);

  font-weight: 800;
  line-height: 1.02;

  letter-spacing: -2.7px;
}


.sr-tour-grid__heading h2 span {
  display: block;

  color: var(--sr-blue);
}


.sr-tour-grid__header-right {
  display: flex;
  justify-content: flex-end;
}


.sr-tour-grid__header-right p {
  max-width: 520px;

  margin: 0;

  color: var(--sr-text);

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


/* =========================================================
   4-COLUMN GRID
========================================================= */

.sr-tour-grid__cards {
  display: grid;

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

  gap: 22px;
}


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

.sr-tour-card {
  min-width: 0;
}


.sr-tour-card__link {
  position: relative;

  display: block;

  height: 470px;

  overflow: hidden;

  border-radius: 25px;

  background: var(--sr-black);
  color: var(--sr-white) !important;

  text-decoration: none !important;

  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}


.sr-tour-card__link::after {
  position: absolute;

  inset: 14px;

  z-index: 3;

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

  border-radius: 18px;

  content: "";

  pointer-events: none;
}


.sr-tour-card:hover .sr-tour-card__link {
  transform: translateY(-7px);

  box-shadow:
    0 22px 45px
    rgba(17, 31, 50, 0.17);
}


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

.sr-tour-card__link > img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  display: block;

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

  transform: scale(1.01);

  transition:
    transform 650ms ease,
    filter 500ms ease;
}


.sr-tour-card:hover
.sr-tour-card__link > img {
  transform: scale(1.07);

  filter:
    saturate(1.05)
    contrast(1.03);
}


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

.sr-tour-card__overlay {
  position: absolute;

  inset: 0;

  z-index: 1;

  display: block;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.07) 0%,
      rgba(0, 0, 0, 0.02) 28%,
      rgba(0, 0, 0, 0.14) 45%,
      rgba(0, 0, 0, 0.42) 61%,
      rgba(0, 0, 0, 0.76) 75%,
      rgba(0, 0, 0, 0.94) 90%,
      rgba(0, 0, 0, 0.99) 100%
    );
}


.sr-tour-card__overlay::after {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      120deg,
      rgba(19, 97, 204, 0.12) 0%,
      rgba(19, 97, 204, 0) 48%
    );

  content: "";
}


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

.sr-tour-card__top {
  position: absolute;

  top: 25px;
  right: 25px;
  left: 25px;

  z-index: 5;

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

  gap: 10px;
}


.sr-tour-card__number {
  color: var(--sr-white);

  font-size: 12px;
  font-weight: 800;
  line-height: 1;

  letter-spacing: 1.5px;
}


.sr-tour-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 35px;

  padding: 0 14px;

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

  border-radius: 100px;

  background:
    rgba(19, 97, 204, 0.90);

  color: var(--sr-white);

  font-size: 8px;
  font-weight: 800;
  line-height: 1.2;

  letter-spacing: 1px;

  text-align: center;
  text-transform: uppercase;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


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

.sr-tour-card__content {
  position: absolute;

  right: 28px;
  bottom: 27px;
  left: 28px;

  z-index: 5;
}


.sr-tour-card__kicker {
  display: block;

  margin-bottom: 7px;

  color: #9dc5ff;

  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;

  letter-spacing: 1.5px;

  text-transform: uppercase;
}


.sr-tour-card__content h3 {
  margin: 0;

  color: var(--sr-white);

  font-size: 25px;
  font-weight: 800;
  line-height: 1.08;

  letter-spacing: -1px;

  text-shadow:
    0 3px 16px
    rgba(0, 0, 0, 0.35);
}


.sr-tour-card__content > p {
  margin: 11px 0 0;

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

  font-size: 12px;
  line-height: 1.58;

  text-shadow:
    0 2px 10px
    rgba(0, 0, 0, 0.28);
}


/* =========================================================
   PACKAGE INFORMATION
========================================================= */

.sr-tour-card__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 15px;

  margin-top: 20px;
  padding-top: 17px;

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


.sr-tour-card__info {
  display: flex;
  align-items: flex-end;

  gap: 15px;
}


.sr-tour-card__duration {
  display: inline-flex;
  align-items: center;

  min-height: 30px;

  padding: 0 10px;

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

  border-radius: 100px;

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

  color: var(--sr-white);

  font-size: 9px;
  font-weight: 750;
  line-height: 1;

  white-space: nowrap;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


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

.sr-tour-card__price {
  display: flex;

  flex-direction: column;

  gap: 3px;
}


.sr-tour-card__price small {
  color:
    rgba(255, 255, 255, 0.62);

  font-size: 7px;
  font-weight: 750;
  line-height: 1.2;

  letter-spacing: 0.8px;

  text-transform: uppercase;
}


.sr-tour-card__price strong {
  color: var(--sr-white);

  font-size: 17px;
  font-weight: 800;
  line-height: 1;

  white-space: nowrap;
}


.sr-tour-card__price strong span {
  color: #8fbdff;

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

  letter-spacing: 0.3px;
}


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

.sr-tour-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 39px;
  height: 39px;

  flex-shrink: 0;

  border-radius: 50%;

  background: var(--sr-white);
  color: var(--sr-heading);

  transition:
    background-color 200ms ease,
    color 200ms ease,
    transform 200ms ease;
}


.sr-tour-card__button svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition:
    transform 200ms ease;
}


.sr-tour-card:hover
.sr-tour-card__button {
  background: var(--sr-blue);
  color: var(--sr-white);

  transform: rotate(-7deg);
}


.sr-tour-card:hover
.sr-tour-card__button svg {
  transform: translateX(3px);
}


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

@media (max-width: 1100px) {

  .sr-tour-grid {
    padding:
      66px 20px
      76px;
  }


  .sr-tour-grid__header {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(300px, 0.8fr);

    gap: 42px;
  }


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

    gap: 20px;
  }


  .sr-tour-card__link {
    height: 480px;
  }

}


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

@media (max-width: 767px) {

  .sr-tour-grid {
    padding:
      54px 18px
      64px;
  }


  .sr-tour-grid__header {
    display: block;

    margin-bottom: 28px;
  }


  .sr-tour-grid__heading h2 {
    font-size:
      clamp(35px, 10vw, 44px);

    line-height: 1.05;

    letter-spacing: -1.8px;
  }


  .sr-tour-grid__header-right {
    display: block;

    margin-top: 15px;
  }


  .sr-tour-grid__header-right p {
    font-size: 14px;
  }


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

    gap: 18px;
  }


  .sr-tour-card__link {
    height: 470px;
  }

}


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

@media (max-width: 480px) {

  .sr-tour-grid {
    padding-right: 14px;
    padding-left: 14px;
  }


  .sr-tour-card__top {
    top: 23px;
    right: 23px;
    left: 23px;
  }


  .sr-tour-card__badge {
    min-height: 33px;

    padding: 0 12px;

    font-size: 7px;
  }


  .sr-tour-card__content {
    right: 25px;
    left: 25px;
  }


  .sr-tour-card__content h3 {
    font-size: 24px;
  }


  .sr-tour-card__info {
    gap: 10px;
  }

}


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

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

  .sr-tour-card__link,
  .sr-tour-card__link > img,
  .sr-tour-card__button,
  .sr-tour-card__button svg {
    transition: none !important;
  }

}/* End custom CSS */