.elementor-650 .elementor-element.elementor-element-1d3b37d{--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-650 .elementor-element.elementor-element-9ba7e5d{--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-650 .elementor-element.elementor-element-ccefd45{--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-650 .elementor-element.elementor-element-83cccc7{--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-bb104a3 *//* =========================================================
   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-279cd83 *//* =========================================================
   SPITI RIDERS
   ABOUT INTRO — OUR STORY
========================================================= */

.sr-about-intro {
  --sr-blue: #1361cc;
  --sr-blue-dark: #0e4fa9;
  --sr-soft-blue: #eef5ff;
  --sr-heading: #090d14;
  --sr-text: #5d6671;
  --sr-muted: #7d8792;
  --sr-white: #ffffff;
  --sr-border: #e6e9ee;

  width: 100%;

  padding:
    clamp(80px, 8vw, 130px)
    clamp(22px, 5vw, 70px);

  background: var(--sr-white);

  font-family:
    var(--sr-font-primary),
    Inter,
    Arial,
    sans-serif;
}


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

.sr-about-intro__inner {
  width: min(100%, 1380px);

  margin: 0 auto;

  display: grid;

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

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

  align-items: center;
}


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

.sr-about-intro__visual {
  position: relative;
}


.sr-about-intro__image-wrap {
  position: relative;

  width: 100%;

  overflow: visible;
}


.sr-about-intro__image {
  display: block;

  width: 100%;

  aspect-ratio: 5 / 4;

  object-fit: cover;

  object-position: center;

  border-radius: 3px;
}


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

.sr-about-intro__badge {
  position: absolute;

  right: -28px;
  bottom: -28px;

  width: 155px;
  min-height: 155px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 22px;

  color: var(--sr-white);

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


.sr-about-intro__badge strong {
  margin-bottom: 2px;

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

  line-height: 1.3;

  letter-spacing: 0.12em;
  text-transform: uppercase;

  opacity: 0.82;
}


.sr-about-intro__badge > span {
  display: block;

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

  line-height: 1;

  letter-spacing: -0.045em;
}


.sr-about-intro__badge small {
  display: block;

  margin-top: 8px;

  max-width: 90px;

  font-size: 11px;
  font-weight: 500;

  line-height: 1.45;

  opacity: 0.86;
}


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

.sr-about-intro__content {
  width: 100%;
}


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

.sr-about-intro__eyebrow {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 20px;

  color: var(--sr-blue);

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

  line-height: 1.4;

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


.sr-about-intro__eyebrow::before {
  content: "";

  width: 30px;
  height: 2px;

  flex: 0 0 auto;

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


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

.sr-about-intro__title {
  margin: 0;

  max-width: 650px;

  color: var(--sr-heading);

  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;

  line-height: 1.06;

  letter-spacing: -0.045em;
}


.sr-about-intro__title span {
  display: block;

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


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

.sr-about-intro__lead {
  margin:
    28px
    0
    0;

  max-width: 650px;

  color: var(--sr-heading);

  font-size: 18px;
  font-weight: 500;

  line-height: 1.7;
}


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

.sr-about-intro__text {
  margin:
    16px
    0
    0;

  max-width: 650px;

  color: var(--sr-text);

  font-size: 15.5px;
  font-weight: 400;

  line-height: 1.8;
}


/* =========================================================
   STATEMENT
========================================================= */

.sr-about-intro__statement {
  display: grid;

  grid-template-columns:
    3px
    1fr;

  gap: 18px;

  margin-top: 30px;

  max-width: 650px;
}


.sr-about-intro__statement-line {
  width: 3px;
  height: 100%;

  min-height: 48px;

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


.sr-about-intro__statement p {
  margin: 0;

  color: var(--sr-text);

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

  font-style: italic;

  line-height: 1.7;
}


.sr-about-intro__statement strong {
  color: var(--sr-heading);
  font-weight: 700;
}


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

.sr-about-intro__stats {
  display: grid;

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

  margin-top: 38px;

  padding-top: 28px;

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


.sr-about-intro__stat {
  position: relative;

  padding-right: 20px;
}


.sr-about-intro__stat:not(:first-child) {
  padding-left: 24px;

  border-left: 1px solid var(--sr-border);
}


.sr-about-intro__stat strong {
  display: block;

  margin-bottom: 5px;

  color: var(--sr-heading);

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

  line-height: 1.1;

  letter-spacing: -0.03em;
}


.sr-about-intro__stat span {
  display: block;

  color: var(--sr-muted);

  font-size: 11px;
  font-weight: 600;

  line-height: 1.4;

  letter-spacing: 0.03em;
}


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

@media (max-width: 1024px) {

  .sr-about-intro__inner {
    grid-template-columns:
      minmax(0, 0.95fr)
      minmax(0, 1.05fr);

    gap: 55px;
  }


  .sr-about-intro__badge {
    right: -18px;
    bottom: -22px;

    width: 135px;
    min-height: 135px;

    padding: 18px;
  }


  .sr-about-intro__badge > span {
    font-size: 35px;
  }


  .sr-about-intro__title {
    font-size: clamp(37px, 5vw, 48px);
  }


  .sr-about-intro__lead {
    font-size: 16px;
  }

}


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

@media (max-width: 767px) {

  .sr-about-intro {
    padding:
      65px
      20px
      70px;
  }


  .sr-about-intro__inner {
    display: flex;
    flex-direction: column;

    gap: 58px;
  }


  .sr-about-intro__visual,
  .sr-about-intro__content {
    width: 100%;
  }


  .sr-about-intro__image {
    aspect-ratio: 4 / 3;
  }


  /* BADGE */

  .sr-about-intro__badge {
    right: 14px;
    bottom: -30px;

    width: 126px;
    min-height: 126px;

    padding: 17px;
  }


  .sr-about-intro__badge > span {
    font-size: 32px;
  }


  .sr-about-intro__badge small {
    font-size: 10px;
  }


  /* CONTENT */

  .sr-about-intro__eyebrow {
    margin-bottom: 16px;

    font-size: 11px;
  }


  .sr-about-intro__title {
    font-size: clamp(35px, 10vw, 45px);

    line-height: 1.05;
  }


  .sr-about-intro__lead {
    margin-top: 22px;

    font-size: 16px;

    line-height: 1.7;
  }


  .sr-about-intro__text {
    font-size: 14.5px;

    line-height: 1.75;
  }


  /* STATS */

  .sr-about-intro__stats {
    margin-top: 30px;
    padding-top: 24px;
  }


  .sr-about-intro__stat {
    padding-right: 10px;
  }


  .sr-about-intro__stat:not(:first-child) {
    padding-left: 14px;
  }


  .sr-about-intro__stat strong {
    font-size: 21px;
  }


  .sr-about-intro__stat span {
    font-size: 10px;
  }

}


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

@media (max-width: 480px) {

  .sr-about-intro {
    padding-left: 18px;
    padding-right: 18px;
  }


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

    gap: 0;
  }


  .sr-about-intro__stat {
    padding:
      15px
      0;
  }


  .sr-about-intro__stat:first-child {
    padding-top: 0;
  }


  .sr-about-intro__stat:not(:first-child) {
    padding-left: 0;

    border-left: 0;
    border-top: 1px solid var(--sr-border);
  }


  .sr-about-intro__stat strong {
    font-size: 24px;
  }


  .sr-about-intro__stat span {
    font-size: 11px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac8c542 *//* =========================================================
   SPITI RIDERS
   ABOUT — WHY WE'RE DIFFERENT
========================================================= */

.sr-about-difference {
  --sr-blue: #1361cc;
  --sr-blue-dark: #0e4fa9;
  --sr-soft-blue: #eef5ff;
  --sr-heading: #090d14;
  --sr-text: #5d6671;
  --sr-muted: #7d8792;
  --sr-white: #ffffff;
  --sr-border: #e6e9ee;

  width: 100%;

  padding:
    clamp(85px, 9vw, 140px)
    clamp(22px, 5vw, 70px);

  background: #f7f9fc;

  font-family:
    var(--sr-font-primary),
    Inter,
    Arial,
    sans-serif;
}


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

.sr-about-difference__inner {
  width: min(100%, 1380px);

  margin: 0 auto;
}


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

.sr-about-difference__header {
  display: grid;

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

  gap: clamp(50px, 8vw, 130px);

  align-items: end;

  margin-bottom: 65px;
}


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

.sr-about-difference__eyebrow {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 18px;

  color: var(--sr-blue);

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

  line-height: 1.4;

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


.sr-about-difference__eyebrow::before {
  content: "";

  width: 30px;
  height: 2px;

  flex: 0 0 auto;

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


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

.sr-about-difference__title {
  margin: 0;

  color: var(--sr-heading);

  font-size: clamp(42px, 5vw, 68px);
  font-weight: 700;

  line-height: 1.02;

  letter-spacing: -0.05em;
}


.sr-about-difference__title span {
  color: var(--sr-blue);
}


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

.sr-about-difference__intro {
  max-width: 500px;

  padding-bottom: 5px;
}


.sr-about-difference__intro p {
  margin: 0;

  color: var(--sr-text);

  font-size: 16px;
  font-weight: 400;

  line-height: 1.8;
}


/* =========================================================
   DIFFERENCE LIST
========================================================= */

.sr-about-difference__list {
  border-top: 1px solid var(--sr-border);
}


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

.sr-about-difference__item {
  display: grid;

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

  gap: 28px;

  align-items: center;

  padding: 34px 10px;

  border-bottom: 1px solid var(--sr-border);

  transition:
    padding-left 0.3s ease,
    background-color 0.3s ease;
}


.sr-about-difference__item:hover {
  padding-left: 22px;

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


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

.sr-about-difference__number {
  color: var(--sr-muted);

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

  letter-spacing: 0.08em;
}


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

.sr-about-difference__icon {
  width: 52px;
  height: 52px;

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

  border-radius: 50%;

  color: var(--sr-blue);

  background: var(--sr-soft-blue);
}


.sr-about-difference__icon svg {
  width: 23px;
  height: 23px;

  fill: none;

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


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

.sr-about-difference__item-content {
  display: grid;

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

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

  align-items: center;
}


.sr-about-difference__item-content h3 {
  margin: 0;

  color: var(--sr-heading);

  font-size: clamp(21px, 2vw, 28px);
  font-weight: 700;

  line-height: 1.2;

  letter-spacing: -0.025em;
}


.sr-about-difference__item-content p {
  margin: 0;

  max-width: 600px;

  color: var(--sr-text);

  font-size: 14.5px;
  font-weight: 400;

  line-height: 1.75;
}


/* =========================================================
   HOVER
========================================================= */

.sr-about-difference__item:hover
.sr-about-difference__icon {
  color: var(--sr-white);

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


/* =========================================================
   BOTTOM STATEMENT
========================================================= */

.sr-about-difference__bottom {
  display: grid;

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

  gap: 40px;

  align-items: center;

  margin-top: 50px;

  padding: 34px 40px;

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


/* LABEL */

.sr-about-difference__bottom-label {
  color: rgba(255, 255, 255, 0.55);

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

  line-height: 1.4;

  letter-spacing: 0.14em;
}


/* TEXT */

.sr-about-difference__bottom-text p {
  margin: 0;

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

  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;

  line-height: 1.5;
}


.sr-about-difference__bottom-text strong {
  color: var(--sr-white);

  font-weight: 600;
}


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

@media (max-width: 1024px) {

  .sr-about-difference__header {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(280px, 0.7fr);

    gap: 50px;

    margin-bottom: 50px;
  }


  .sr-about-difference__item {
    grid-template-columns:
      45px
      60px
      minmax(0, 1fr);

    gap: 20px;
  }


  .sr-about-difference__item-content {
    gap: 35px;
  }

}


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

@media (max-width: 767px) {

  .sr-about-difference {
    padding:
      70px
      20px;
  }


  /* HEADER */

  .sr-about-difference__header {
    display: block;

    margin-bottom: 42px;
  }


  .sr-about-difference__title {
    font-size: clamp(37px, 10vw, 48px);

    line-height: 1.04;
  }


  .sr-about-difference__intro {
    margin-top: 24px;

    max-width: 100%;
  }


  .sr-about-difference__intro p {
    font-size: 14.5px;

    line-height: 1.75;
  }


  /* ITEMS */

  .sr-about-difference__item {
    position: relative;

    display: grid;

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

    gap: 16px;

    padding: 26px 0;
  }


  .sr-about-difference__item:hover {
    padding-left: 0;

    background: transparent;
  }


  .sr-about-difference__number {
    position: absolute;

    top: 29px;
    right: 0;
  }


  .sr-about-difference__icon {
    width: 48px;
    height: 48px;
  }


  .sr-about-difference__item-content {
    display: block;
  }


  .sr-about-difference__item-content h3 {
    padding-right: 35px;

    font-size: 20px;
  }


  .sr-about-difference__item-content p {
    margin-top: 10px;

    padding-right: 5px;

    font-size: 13.5px;

    line-height: 1.7;
  }


  /* BOTTOM */

  .sr-about-difference__bottom {
    display: block;

    margin-top: 38px;

    padding: 28px 24px;
  }


  .sr-about-difference__bottom-label {
    margin-bottom: 13px;
  }


  .sr-about-difference__bottom-text p {
    font-size: 18px;
  }

}


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

@media (max-width: 420px) {

  .sr-about-difference {
    padding-left: 18px;
    padding-right: 18px;
  }


  .sr-about-difference__eyebrow {
    font-size: 10.5px;
  }


  .sr-about-difference__title {
    font-size: 36px;
  }


  .sr-about-difference__item-content h3 {
    font-size: 19px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5a8676 *//* =========================================================
   SPITI RIDERS
   ABOUT — FOUNDER / LOCAL CONTACT
========================================================= */

.sr-about-founder {
  --sr-blue: #1361cc;
  --sr-blue-dark: #0e4fa9;
  --sr-soft-blue: #eef5ff;
  --sr-heading: #090d14;
  --sr-text: #5d6671;
  --sr-muted: #7d8792;
  --sr-white: #ffffff;
  --sr-border: #e6e9ee;

  width: 100%;

  padding:
    clamp(90px, 9vw, 145px)
    clamp(22px, 5vw, 70px);

  background: var(--sr-white);

  font-family:
    var(--sr-font-primary),
    Inter,
    Arial,
    sans-serif;
}


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

.sr-about-founder__inner {
  width: min(100%, 1380px);

  margin: 0 auto;

  display: grid;

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

  gap: clamp(60px, 8vw, 120px);

  align-items: center;
}


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

.sr-about-founder__content {
  max-width: 620px;
}


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

.sr-about-founder__eyebrow {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 19px;

  color: var(--sr-blue);

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

  line-height: 1.4;

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


.sr-about-founder__eyebrow::before {
  content: "";

  width: 30px;
  height: 2px;

  background: var(--sr-blue);

  flex: 0 0 auto;
}


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

.sr-about-founder__title {
  margin: 0;

  color: var(--sr-heading);

  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 700;

  line-height: 1.03;

  letter-spacing: -0.05em;
}


.sr-about-founder__title span {
  display: block;

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


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

.sr-about-founder__lead {
  margin: 28px 0 0;

  color: var(--sr-heading);

  font-size: 18px;
  font-weight: 500;

  line-height: 1.7;
}


.sr-about-founder__text {
  margin: 16px 0 0;

  color: var(--sr-text);

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

  line-height: 1.8;
}


/* =========================================================
   PERSON
========================================================= */

.sr-about-founder__person {
  display: flex;
  align-items: center;

  margin-top: 30px;
  padding-top: 27px;

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


.sr-about-founder__person-info strong {
  display: block;

  color: var(--sr-heading);

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

  line-height: 1.3;
}


.sr-about-founder__person-info span {
  display: block;

  margin-top: 4px;

  color: var(--sr-muted);

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

  letter-spacing: 0.03em;
}


/* =========================================================
   QUOTE
========================================================= */

.sr-about-founder__quote {
  position: relative;

  margin: 25px 0 0;

  padding:
    20px
    0
    20px
    24px;

  border-left: 3px solid var(--sr-blue);
}


.sr-about-founder__quote p {
  margin: 0;

  color: var(--sr-text);

  font-size: 16px;
  font-weight: 400;

  font-style: italic;

  line-height: 1.75;
}


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

.sr-about-founder__actions {
  margin-top: 29px;
}


.sr-about-founder__button {
  min-height: 54px;

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

  gap: 10px;

  padding: 0 25px;

  border-radius: 4px;

  color: var(--sr-white);

  background: var(--sr-blue);

  text-decoration: none;

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

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


.sr-about-founder__button:hover {
  color: var(--sr-white);

  background: var(--sr-blue-dark);

  transform: translateY(-2px);
}


.sr-about-founder__button svg {
  width: 19px;
  height: 19px;

  fill: none;

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

  transition: transform 0.25s ease;
}


.sr-about-founder__button:hover svg {
  transform: translateX(3px);
}


/* =========================================================
   VISUAL
========================================================= */

.sr-about-founder__visual {
  min-width: 0;
}


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

.sr-about-founder__image-wrap {
  position: relative;

  overflow: hidden;

  background: #e8ebef;
}


.sr-about-founder__image {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 5.8;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.7s ease;
}


.sr-about-founder__image-wrap:hover
.sr-about-founder__image {
  transform: scale(1.025);
}


/* =========================================================
   FLOATING LABEL
========================================================= */

.sr-about-founder__label {
  position: absolute;

  left: 0;
  bottom: 0;

  width: min(310px, 72%);

  padding:
    23px
    28px
    26px;

  color: var(--sr-white);

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


.sr-about-founder__label span {
  display: block;

  margin-bottom: 8px;

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

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

  line-height: 1.4;

  letter-spacing: 0.13em;
}


.sr-about-founder__label strong {
  display: block;

  font-size: clamp(20px, 2vw, 27px);
  font-weight: 700;

  line-height: 1.2;

  letter-spacing: -0.025em;
}


/* =========================================================
   META STRIP
========================================================= */

.sr-about-founder__meta {
  display: grid;

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

  border:
    1px solid
    var(--sr-border);

  border-top: 0;
}


.sr-about-founder__meta-item {
  min-width: 0;

  padding:
    20px
    18px;
}


.sr-about-founder__meta-item:not(:first-child) {
  border-left:
    1px solid
    var(--sr-border);
}


.sr-about-founder__meta-item span {
  display: block;

  margin-bottom: 5px;

  color: var(--sr-blue);

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

  letter-spacing: 0.12em;
}


.sr-about-founder__meta-item strong {
  display: block;

  color: var(--sr-heading);

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

  line-height: 1.45;
}


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

@media (max-width: 1024px) {

  .sr-about-founder__inner {
    grid-template-columns:
      minmax(0, 0.95fr)
      minmax(0, 1.05fr);

    gap: 50px;
  }


  .sr-about-founder__title {
    font-size: clamp(40px, 5vw, 52px);
  }


  .sr-about-founder__lead {
    font-size: 16px;
  }


  .sr-about-founder__label {
    padding: 20px 22px;
  }

}


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

@media (max-width: 767px) {

  .sr-about-founder {
    padding:
      70px
      20px;
  }


  .sr-about-founder__inner {
    display: flex;
    flex-direction: column;

    gap: 48px;
  }


  .sr-about-founder__content {
    max-width: 100%;
  }


  .sr-about-founder__title {
    font-size: clamp(37px, 10vw, 46px);

    line-height: 1.04;
  }


  .sr-about-founder__lead {
    margin-top: 22px;

    font-size: 16px;
  }


  .sr-about-founder__text {
    font-size: 14.5px;
  }


  /* IMAGE */

  .sr-about-founder__image {
    aspect-ratio: 4 / 3;
  }


  /* LABEL */

  .sr-about-founder__label {
    width: 70%;

    padding:
      18px
      20px;
  }


  .sr-about-founder__label strong {
    font-size: 20px;
  }


  /* META */

  .sr-about-founder__meta-item {
    padding:
      16px
      12px;
  }


  .sr-about-founder__meta-item strong {
    font-size: 11px;
  }

}


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

@media (max-width: 520px) {

  .sr-about-founder {
    padding-left: 18px;
    padding-right: 18px;
  }


  .sr-about-founder__image {
    aspect-ratio: 1 / 1.05;

    object-position: center top;
  }


  .sr-about-founder__label {
    width: 78%;
  }


  /* META STACK */

  .sr-about-founder__meta {
    grid-template-columns: 1fr;
  }


  .sr-about-founder__meta-item {
    padding:
      15px
      17px;
  }


  .sr-about-founder__meta-item:not(:first-child) {
    border-left: 0;

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


  .sr-about-founder__button {
    width: 100%;
  }

}/* End custom CSS */