.elementor-4186 .elementor-element.elementor-element-d785c12{--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;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-4a95317 *//* =========================================================
   SPITI RIDERS — FULL BACKGROUND HERO
   THEME COLORS: #1361cc / #000000
   Keep HTML + JS same
========================================================= */

.sr-impact-hero,
.sr-impact-hero * {
  box-sizing: border-box;
}

.sr-impact-hero {
  --sr-accent: #1361cc;
  --sr-accent-dark: #0d4ea7;
  --sr-black: #000000;
  --sr-black-soft: #05070a;
  --sr-white: #ffffff;
  --sr-text-soft: rgba(255, 255, 255, 0.72);
  --sr-text-muted: rgba(255, 255, 255, 0.5);

  position: relative;
  width: 100%;
  min-height: clamp(760px, 92vh, 930px);
  overflow: hidden;
  isolation: isolate;

  color: var(--sr-white);
  background: #000000;
}

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

.sr-impact-hero__background {
  display: none;
}

/* =========================================================
   SLIDES
========================================================= */

.sr-impact-hero__slides,
.sr-impact-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sr-impact-hero__slides {
  z-index: 1;
}

.sr-impact-hero__slide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.9s ease,
    visibility 0.9s ease;
}

.sr-impact-hero__slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* =========================================================
   LAYOUT
========================================================= */

.sr-impact-hero__container {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding:
    110px
    max(45px, calc((100vw - 1480px) / 2 + 45px))
    165px;

  display: flex;
  align-items: center;
}

/* =========================================================
   FULL BACKGROUND IMAGE
========================================================= */

.sr-impact-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 1;

  width: 100%;
  min-height: 0;

  opacity: 0;
  transform: scale(1.05);

  transition:
    opacity 1s ease,
    transform 7s ease;
}

.sr-impact-hero__slide.is-active
.sr-impact-hero__visual {
  opacity: 1;
  transform: scale(1);
}

.sr-impact-hero__visual::before {
  display: none;
}

.sr-impact-hero__image-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;

  clip-path: none;
  background: #000000;
}

.sr-impact-hero__image-frame picture,
.sr-impact-hero__image-frame img {
  display: block;
  width: 100%;
  height: 100%;
}

.sr-impact-hero__image-frame img {
  object-fit: cover;
  object-position: center center;

  transform: scale(1.04);
  transition: transform 7s ease;
}

.sr-impact-hero__slide.is-active
.sr-impact-hero__image-frame img {
  transform: scale(1);
}

/* Main overlay for readability */
.sr-impact-hero__image-shade {
  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.84) 20%,
      rgba(0, 0, 0, 0.62) 38%,
      rgba(0, 0, 0, 0.26) 62%,
      rgba(0, 0, 0, 0.08) 82%,
      rgba(0, 0, 0, 0.14) 100%
    ),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.28) 32%,
      rgba(0, 0, 0, 0.02) 64%
    );

  pointer-events: none;
}

/* Blue mood glow */
.sr-impact-hero__image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;

  background:
    radial-gradient(
      circle at 78% 28%,
      rgba(19, 97, 204, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 25% 80%,
      rgba(19, 97, 204, 0.08),
      transparent 24%
    );

  pointer-events: none;
}

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

.sr-impact-hero__content {
  position: relative;
  z-index: 5;
  width: min(100%, 690px);

  opacity: 0;
  transform: translateY(24px);

  transition:
    opacity 0.75s ease 0.2s,
    transform 0.75s ease 0.2s;
}

.sr-impact-hero__slide.is-active
.sr-impact-hero__content {
  opacity: 1;
  transform: translateY(0);
}

/* Eyebrow */
.sr-impact-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 23px;

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

  font-family: inherit;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.sr-impact-hero__eyebrow-line {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--sr-accent);
}

/* Title */
.sr-impact-hero__title {
  max-width: 740px;
  margin: 0;

  color: #ffffff !important;

  font-family: inherit;
  font-size: clamp(62px, 6.2vw,56px);
  font-weight: 850;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.sr-impact-hero__title span {
  display: block;
  margin-top: 8px;
  color: var(--sr-accent);
}

/* Description */
.sr-impact-hero__description {
  max-width: 620px;
  margin: 28px 0 0;

  color: var(--sr-text-soft);

  font-family: inherit;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.75;
}

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

.sr-impact-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  margin-top: 32px;
}

.sr-impact-hero__stat {
  position: relative;
  min-width: 125px;
  padding: 0 23px;
}

.sr-impact-hero__stat:first-child {
  padding-left: 0;
}

.sr-impact-hero__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;

  width: 1px;
  height: 38px;

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

.sr-impact-hero__stat strong {
  display: block;

  color: #ffffff;

  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.sr-impact-hero__stat span {
  display: block;
  margin-top: 5px;

  color: var(--sr-text-muted);

  font-family: inherit;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.sr-impact-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;

  margin-top: 38px;
}

.sr-impact-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: inherit;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;

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

.sr-impact-hero__button--primary {
  gap: 13px;

  min-height: 58px;
  padding: 16px 25px;

  color: #ffffff;
  background: var(--sr-accent);
  border: 1px solid var(--sr-accent);
}

.sr-impact-hero__button--primary svg {
  width: 20px;
  height: 20px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.25s ease;
}

.sr-impact-hero__button--primary:hover {
  color: #ffffff;
  background: var(--sr-accent-dark);
  border-color: var(--sr-accent-dark);
  transform: translateY(-2px);
}

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

.sr-impact-hero__button--secondary {
  position: relative;
  padding: 9px 0;

  color: rgba(255, 255, 255, 0.9);
}

.sr-impact-hero__button--secondary::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 1px;
  background: rgba(255, 255, 255, 0.55);

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

.sr-impact-hero__button--secondary:hover {
  color: var(--sr-accent);
}

.sr-impact-hero__button--secondary:hover::after {
  background: var(--sr-accent);
  transform: scaleX(0.45);
}

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

.sr-impact-hero__tour-card {
  position: absolute;
  right: max(45px, calc((100vw - 1480px) / 2 + 45px));
  bottom: 145px;
  z-index: 7;

  width: 340px;
  padding: 24px 26px;

  color: #ffffff;
  background: rgba(5, 9, 14, 0.84);
  border: 1px solid rgba(19, 97, 204, 0.28);

  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.34);

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

.sr-impact-hero__tour-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 4px;
  background: var(--sr-accent);
}

.sr-impact-hero__tour-label {
  display: block;
  margin-bottom: 8px;

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

  font-family: inherit;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sr-impact-hero__tour-card > strong {
  display: block;

  color: #ffffff;

  font-family: inherit;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

.sr-impact-hero__tour-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 11px;

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

  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sr-impact-hero__tour-details i {
  width: 4px;
  height: 4px;

  border-radius: 50%;
  background: var(--sr-accent);
}

.sr-impact-hero__tour-card a {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-top: 17px;

  color: #ffffff;

  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.sr-impact-hero__tour-card a svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: var(--sr-accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.25s ease;
}

.sr-impact-hero__tour-card a:hover svg {
  transform: translateX(4px);
}

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

.sr-impact-hero__location {
  position: absolute;
  right: max(45px, calc((100vw - 1480px) / 2 + 45px));
  bottom: 112px;
  z-index: 5;

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

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

  font-family: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sr-impact-hero__location svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: var(--sr-accent);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.sr-impact-hero__slide-number {
  position: absolute;
  top: 108px;
  right: max(45px, calc((100vw - 1480px) / 2 + 45px));
  z-index: 6;

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

  font-family: inherit;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.07em;

  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.sr-impact-hero__slide-number::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);

  width: 42px;
  height: 2px;

  background: var(--sr-accent);
}

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

.sr-impact-hero__bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;

  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(3, 5, 8, 0.72);

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

.sr-impact-hero__bottom-inner {
  width: min(100%, 1480px);
  min-height: 96px;
  margin-inline: auto;
  padding: 20px 45px;

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

.sr-impact-hero__route {
  display: flex;
  align-items: center;
  gap: 13px;

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

  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sr-impact-hero__route i {
  position: relative;

  width: 25px;
  height: 1px;

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

.sr-impact-hero__route i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;

  width: 4px;
  height: 4px;

  border-top: 1px solid var(--sr-accent);
  border-right: 1px solid var(--sr-accent);

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

.sr-impact-hero__controls {
  display: flex;
  align-items: center;
  gap: 22px;
}

.sr-impact-hero__counter {
  display: flex;
  align-items: center;
  gap: 9px;

  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
}

.sr-impact-hero__current {
  color: #ffffff;
}

.sr-impact-hero__total {
  color: rgba(255, 255, 255, 0.38);
}

.sr-impact-hero__counter-line {
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.27);
}

/* Dots */
.sr-impact-hero__dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.sr-impact-hero__dot {
  width: 7px;
  height: 7px;
  padding: 0;

  border: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.3);

  cursor: pointer;

  transition:
    width 0.3s ease,
    background-color 0.3s ease;
}

.sr-impact-hero__dot.is-active {
  width: 29px;
  background: var(--sr-accent);
}

/* Arrows */
.sr-impact-hero__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sr-impact-hero__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 43px;
  height: 43px;
  padding: 0;

  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;

  cursor: pointer;

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

.sr-impact-hero__arrow svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-impact-hero__arrow:hover {
  background: var(--sr-accent);
  border-color: var(--sr-accent);
  transform: translateY(-2px);
}

/* =========================================================
   PROGRESS BAR
========================================================= */

.sr-impact-hero__progress {
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
}

.sr-impact-hero__progress span {
  display: block;
  width: 100%;
  height: 100%;

  background: var(--sr-accent);

  transform: scaleX(0);
  transform-origin: left;
}

@keyframes srImpactProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) and (min-width: 768px) {
  .sr-impact-hero__container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .sr-impact-hero__content {
    width: min(100%, 610px);
  }

  .sr-impact-hero__title {
    font-size: clamp(58px, 7vw, 82px);
  }

  .sr-impact-hero__tour-card {
    right: 30px;
    width: 310px;
  }

  .sr-impact-hero__slide-number {
    right: 30px;
  }

  .sr-impact-hero__location {
    right: 30px;
  }

  .sr-impact-hero__bottom-inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .sr-impact-hero__route {
    display: none;
  }

  .sr-impact-hero__controls {
    width: 100%;
    justify-content: space-between;
  }
}

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

@media (max-width: 767px) {
  .sr-impact-hero {
    min-height: 1050px;
    background: #000000;
  }

  .sr-impact-hero__slides,
  .sr-impact-hero__slide {
    min-height: 1050px;
  }

  .sr-impact-hero__container {
    min-height: 1050px;
    padding: 25px 20px 115px;

    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 445px auto;
    align-items: start;
    gap: 55px;
  }

  .sr-impact-hero__visual {
    position: relative;
    inset: auto;
    grid-row: 1;
    z-index: 3;

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

    transform: translateY(-12px);
  }

  .sr-impact-hero__slide.is-active
  .sr-impact-hero__visual {
    transform: translateY(0);
  }

  .sr-impact-hero__visual::before {
    content: "";
    position: absolute;
    top: 16px;
    right: -8px;
    bottom: -12px;
    left: 16px;
    z-index: -1;

    display: block;

    border: 1px solid rgba(19, 97, 204, 0.42);
  }

  .sr-impact-hero__image-frame {
    position: absolute;
    inset: 0;

    border-radius: 18px;
    clip-path: none;
  }

  .sr-impact-hero__image-frame img {
    object-position: center center;
  }

  .sr-impact-hero__image-shade {
    background:
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.12) 48%,
        rgba(0, 0, 0, 0.04) 100%
      );
  }

  .sr-impact-hero__image-frame::after {
    background:
      radial-gradient(
        circle at 80% 20%,
        rgba(19, 97, 204, 0.16),
        transparent 30%
      );
  }

  .sr-impact-hero__content {
    grid-row: 2;
    z-index: 5;
    width: 100%;
  }

  .sr-impact-hero__eyebrow {
    margin-bottom: 17px;
    font-size: 9px;
  }

  .sr-impact-hero__eyebrow-line {
    width: 28px;
  }

  .sr-impact-hero__title {
    max-width: 580px;
    font-size: clamp(46px, 13vw, 62px);
    line-height: 0.94;
  }

  .sr-impact-hero__description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.65;
  }

  .sr-impact-hero__tour-card {
    right: 15px;
    bottom: -32px;
    left: 15px;

    width: auto;
    padding: 19px 20px;
  }

  .sr-impact-hero__tour-card > strong {
    font-size: 18px;
  }

  .sr-impact-hero__tour-card a {
    margin-top: 14px;
  }

  .sr-impact-hero__slide-number {
    top: -13px;
    right: 14px;
    font-size: 53px;
  }

  .sr-impact-hero__slide-number::before {
    width: 27px;
  }

  .sr-impact-hero__location {
    display: none;
  }

  .sr-impact-hero__stats {
    width: 100%;
    margin-top: 25px;
  }

  .sr-impact-hero__stat {
    min-width: 0;
    padding: 0 10px;
  }

  .sr-impact-hero__stat strong {
    font-size: 13px;
  }

  .sr-impact-hero__stat span {
    font-size: 8px;
  }

  .sr-impact-hero__actions {
    gap: 18px;
    margin-top: 28px;
  }

  .sr-impact-hero__button--primary {
    width: 100%;
    min-height: 54px;
  }

  .sr-impact-hero__bottom-inner {
    min-height: 79px;
    padding: 15px 20px;
  }

  .sr-impact-hero__route,
  .sr-impact-hero__dots {
    display: none;
  }

  .sr-impact-hero__controls {
    width: 100%;
    justify-content: space-between;
  }

  .sr-impact-hero__arrow {
    width: 41px;
    height: 41px;
  }
}

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

@media (max-width: 420px) {
  .sr-impact-hero,
  .sr-impact-hero__slides,
  .sr-impact-hero__slide,
  .sr-impact-hero__container {
    min-height: 1080px;
  }

  .sr-impact-hero__container {
    padding-right: 17px;
    padding-left: 17px;
    grid-template-rows: 415px auto;
  }

  .sr-impact-hero__visual {
    min-height: 415px;
  }

  .sr-impact-hero__stat {
    padding-right: 7px;
    padding-left: 7px;
  }

  .sr-impact-hero__bottom-inner {
    padding-right: 17px;
    padding-left: 17px;
  }
}

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

.sr-impact-hero__button:focus-visible,
.sr-impact-hero__tour-card a:focus-visible,
.sr-impact-hero__dot:focus-visible,
.sr-impact-hero__arrow:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .sr-impact-hero__slide,
  .sr-impact-hero__content,
  .sr-impact-hero__visual,
  .sr-impact-hero__image-frame img,
  .sr-impact-hero__button,
  .sr-impact-hero__tour-card a svg,
  .sr-impact-hero__dot,
  .sr-impact-hero__arrow,
  .sr-impact-hero__progress span {
    animation: none !important;
    transition: none !important;
  }
}/* End custom CSS */