.elementor-4200 .elementor-element.elementor-element-6d90442{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-ef45d7b *//* =========================================================
   SPITI RIDERS — CLEAN HEADER
   COLORS: #1361cc / #000000
========================================================= */

.sr-clean-header,
.sr-clean-header * {
  box-sizing: border-box;
}

.sr-clean-header {
  --sr-blue: #1361cc;
  --sr-blue-dark: #0d4fa9;
  --sr-black: #000000;
  --sr-white: #ffffff;
  --sr-header-height: 92px;

  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;

  width: 100%;
  padding: 14px 0;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.72),
      rgba(0, 0, 0, 0)
    );

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

.sr-clean-header.is-scrolled,
.sr-clean-header--solid {
  padding: 8px 0;
  background: rgba(0, 0, 0, 0.95);

  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);

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

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

.sr-clean-header__wrap {
  position: relative;

  width: min(calc(100% - 40px), 1460px);
  min-height: 72px;
  margin-inline: auto;
  padding: 0 14px 0 9px;

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

  background: rgba(0, 0, 0, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;

  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.16);

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

.sr-clean-header.is-scrolled
.sr-clean-header__wrap,
.sr-clean-header--solid
.sr-clean-header__wrap {
  background: rgba(5, 5, 5, 0.92);
}

/* =========================================================
   CIRCULAR LOGO
========================================================= */

.sr-clean-header__logo {
  position: relative;
  z-index: 5;

  display: inline-flex;
  flex: 0 0 auto;

  text-decoration: none;
}

.sr-clean-header__logo-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 72px;
  height: 72px;
  padding: 10px;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 50% 40%,
      rgba(19, 97, 204, 0.25),
      rgba(0, 0, 0, 0.95) 68%
    );

  border: 2px solid rgba(19, 97, 204, 0.8);
  border-radius: 50%;

  box-shadow:
    0 0 0 4px rgba(19, 97, 204, 0.1),
    0 0 25px rgba(19, 97, 204, 0.32);

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

.sr-clean-header__logo img {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: contain;

  filter: drop-shadow(0 0 5px rgba(65, 139, 255, 0.8));
}

.sr-clean-header__logo:hover
.sr-clean-header__logo-circle {
  transform: translateY(-2px);

  box-shadow:
    0 0 0 5px rgba(19, 97, 204, 0.12),
    0 0 32px rgba(19, 97, 204, 0.48);
}

/* =========================================================
   NAVIGATION
========================================================= */

.sr-clean-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex: 1;
}

.sr-clean-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.sr-clean-nav__item {
  position: static;
  margin: 0;
  padding: 0;
}

.sr-clean-nav__parent {
  display: flex;
  align-items: center;
}

.sr-clean-nav__link {
  position: relative;

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

  min-height: 70px;
  padding: 0 13px;

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

  font-family: inherit;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;

  transition: color 0.25s ease;
}

.sr-clean-nav__link::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 13px;
  left: 13px;

  height: 2px;

  background: var(--sr-blue);
  border-radius: 2px;

  transform: scaleX(0);
  transform-origin: center;

  transition: transform 0.25s ease;
}

.sr-clean-nav__link:hover,
.sr-clean-nav__link.is-active {
  color: #ffffff;
}

.sr-clean-nav__link:hover::after,
.sr-clean-nav__link.is-active::after {
  transform: scaleX(1);
}

/* DROPDOWN BUTTON */

.sr-clean-nav__dropdown-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 27px;
  height: 40px;
  margin-left: -9px;
  padding: 0;

  color: rgba(255, 255, 255, 0.58);
  background: transparent;
  border: 0;

  cursor: pointer;
}

.sr-clean-nav__dropdown-button svg {
  width: 14px;
  height: 14px;

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

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

.sr-clean-nav__item--dropdown:hover
.sr-clean-nav__dropdown-button,
.sr-clean-nav__item--dropdown.is-open
.sr-clean-nav__dropdown-button {
  color: var(--sr-blue);
}

.sr-clean-nav__item--dropdown.is-open
.sr-clean-nav__dropdown-button svg {
  transform: rotate(180deg);
}

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

.sr-clean-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 46px;
  padding: 13px 18px;

  color: #ffffff;
  background: var(--sr-blue);
  border-radius: 10px;

  box-shadow: 0 12px 28px rgba(19, 97, 204, 0.25);

  font-family: inherit;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;

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

.sr-clean-header__cta:hover {
  color: #ffffff;
  background: var(--sr-blue-dark);

  box-shadow: 0 15px 33px rgba(19, 97, 204, 0.36);

  transform: translateY(-2px);
}

/* =========================================================
   MEGA MENU
========================================================= */

.sr-clean-mega {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  z-index: 100;

  padding-top: 9px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(10px);

  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease;
}

.sr-clean-nav__item--dropdown:hover
> .sr-clean-mega,
.sr-clean-nav__item--dropdown:focus-within
> .sr-clean-mega,
.sr-clean-nav__item--dropdown.is-open
> .sr-clean-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateY(0);
}

.sr-clean-mega__inner,
.sr-clean-resources {
  overflow: hidden;

  background: #080a0d;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;

  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.55);
}

/* =========================================================
   TOURS MEGA MENU
========================================================= */

.sr-clean-mega__inner {
  display: grid;
  grid-template-columns: 270px minmax(500px, 1fr) 280px;
  min-height: 420px;
}

/* INTRO */

.sr-clean-mega__intro {
  padding: 34px 29px;

  background:
    radial-gradient(
      circle at 20% 15%,
      rgba(19, 97, 204, 0.28),
      transparent 40%
    ),
    #05080d;

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

.sr-clean-mega__eyebrow {
  display: block;
  margin-bottom: 15px;

  color: #5f9ff7;

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

.sr-clean-mega__intro h2 {
  margin: 0;

  color: #ffffff;

  font-family: inherit;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.sr-clean-mega__intro h2 span {
  display: block;
  color: var(--sr-blue);
}

.sr-clean-mega__intro p {
  margin: 17px 0 0;

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

  font-family: inherit;
  font-size: 12px;
  line-height: 1.65;
}

.sr-clean-mega__view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-top: 23px;

  color: #ffffff;

  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
  text-decoration: none;
  text-transform: uppercase;
}

.sr-clean-mega__view-all svg {
  width: 17px;
  height: 17px;

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

  transition: transform 0.25s ease;
}

.sr-clean-mega__view-all:hover svg {
  transform: translateX(4px);
}

/* TOUR LINKS */

.sr-clean-mega__tour-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 8px;

  padding: 27px;
}

.sr-clean-tour-link {
  display: flex;
  align-items: center;
  gap: 12px;

  min-height: 72px;
  padding: 12px 13px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 9px;

  text-decoration: none;

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

.sr-clean-tour-link:hover {
  color: #ffffff;
  background: rgba(19, 97, 204, 0.1);
  border-color: rgba(19, 97, 204, 0.38);

  transform: translateY(-2px);
}

.sr-clean-tour-link__month {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  color: #72aaf7;
  background: rgba(19, 97, 204, 0.12);
  border-radius: 50%;

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

.sr-clean-tour-link__copy {
  min-width: 0;
  flex: 1;
}

.sr-clean-tour-link__copy strong {
  display: block;

  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sr-clean-tour-link__copy small {
  display: block;
  margin-top: 4px;

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

  font-family: inherit;
  font-size: 9px;
  line-height: 1.3;
}

.sr-clean-tour-link__arrow {
  color: rgba(255, 255, 255, 0.25);

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

.sr-clean-tour-link:hover
.sr-clean-tour-link__arrow {
  color: var(--sr-blue);
  transform: translateX(3px);
}

.sr-clean-tour-link--featured {
  background:
    linear-gradient(
      135deg,
      rgba(19, 97, 204, 0.19),
      rgba(19, 97, 204, 0.05)
    );

  border-color: rgba(19, 97, 204, 0.42);
}

.sr-clean-tour-link__badge {
  padding: 5px 7px;

  color: #ffffff;
  background: var(--sr-blue);
  border-radius: 4px;

  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* FEATURED IMAGE */

.sr-clean-mega__featured {
  position: relative;

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

  min-height: 100%;
  padding: 27px 24px;
  overflow: hidden;

  color: #ffffff;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.12),
      rgba(0, 0, 0, 0.9)
    ),
    url("https://spitiriders.com/wp-content/uploads/2025/11/main-bg-1920-1080.png");

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

  border-left: 1px solid rgba(255, 255, 255, 0.08);

  text-decoration: none;
}

.sr-clean-mega__featured::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      135deg,
      rgba(19, 97, 204, 0.18),
      transparent 45%
    );
}

.sr-clean-mega__featured-label,
.sr-clean-mega__featured-content {
  position: relative;
  z-index: 2;
}

.sr-clean-mega__featured-label {
  display: inline-flex;
  align-self: flex-start;

  padding: 6px 8px;

  color: #ffffff;
  background: var(--sr-blue);
  border-radius: 4px;

  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sr-clean-mega__featured-content small {
  display: block;
  margin-bottom: 8px;

  color: #73aaf6;

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

.sr-clean-mega__featured-content h3 {
  margin: 0;

  color: #ffffff;

  font-family: inherit;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.sr-clean-mega__featured-meta {
  display: flex;
  align-items: center;
  gap: 8px;

  margin-top: 13px;

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

  font-size: 9px;
  font-weight: 650;
  text-transform: uppercase;
}

.sr-clean-mega__featured-meta i {
  width: 4px;
  height: 4px;

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

.sr-clean-mega__featured-content > strong {
  display: flex;
  align-items: center;
  gap: 9px;

  margin-top: 20px;

  color: #ffffff;

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

.sr-clean-mega__featured-content > strong span {
  color: #72aaf7;
}

/* =========================================================
   RESOURCES
========================================================= */

.sr-clean-resources {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 310px;
}

.sr-clean-resources__intro {
  padding: 33px 29px;

  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(19, 97, 204, 0.25),
      transparent 42%
    ),
    #05080d;

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

.sr-clean-resources__intro > span {
  display: block;
  margin-bottom: 14px;

  color: #67a3f5;

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

.sr-clean-resources__intro h2 {
  margin: 0;

  color: #ffffff;

  font-family: inherit;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.sr-clean-resources__intro p {
  margin: 15px 0 0;

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

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

.sr-clean-resources__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: center;
  gap: 9px;

  padding: 27px;
}

.sr-clean-resource-link {
  display: flex;
  align-items: center;
  gap: 12px;

  min-height: 78px;
  padding: 13px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 9px;

  text-decoration: none;

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

.sr-clean-resource-link:hover {
  color: #ffffff;
  background: rgba(19, 97, 204, 0.09);
  border-color: rgba(19, 97, 204, 0.37);

  transform: translateY(-2px);
}

.sr-clean-resource-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;

  width: 40px;
  height: 40px;

  color: #70a8f7;
  background: rgba(19, 97, 204, 0.12);
  border-radius: 50%;
}

.sr-clean-resource-link__icon svg {
  width: 18px;
  height: 18px;

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

.sr-clean-resource-link > span:nth-child(2) {
  min-width: 0;
  flex: 1;
}

.sr-clean-resource-link strong {
  display: block;

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

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

.sr-clean-resource-link small {
  display: block;
  margin-top: 4px;

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

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

.sr-clean-resource-link > i {
  color: rgba(255, 255, 255, 0.24);

  font-style: normal;

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

.sr-clean-resource-link:hover > i {
  color: var(--sr-blue);
  transform: translateX(3px);
}

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

.sr-clean-header__toggle {
  position: relative;
  z-index: 10;

  display: none;

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

  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9px;

  cursor: pointer;
}

.sr-clean-header__toggle span {
  position: absolute;
  left: 11px;

  width: 19px;
  height: 2px;

  background: #ffffff;
  border-radius: 2px;

  transition:
    top 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

.sr-clean-header__toggle span:nth-child(1) {
  top: 13px;
}

.sr-clean-header__toggle span:nth-child(2) {
  top: 20px;
}

.sr-clean-header__toggle span:nth-child(3) {
  top: 27px;
}

.sr-clean-header__toggle.is-active span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

.sr-clean-header__toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.sr-clean-header__toggle.is-active span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

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

@media (max-width: 1100px) {
  .sr-clean-header {
    padding: 8px 0;
  }

  .sr-clean-header__wrap {
    width: min(calc(100% - 24px), 1460px);
    min-height: 66px;
    padding: 0 10px;

    border-radius: 14px;
  }

  .sr-clean-header__logo-circle {
    width: 58px;
    height: 58px;
    padding: 8px;
  }

  .sr-clean-header__toggle {
    display: block;
    margin-left: auto;
  }

  .sr-clean-nav {
    position: fixed;
    top: 82px;
    right: 12px;
    bottom: 12px;
    z-index: 90;

    display: block;

    width: min(410px, calc(100% - 24px));
    padding: 10px 17px 25px;
    overflow-y: auto;

    background: rgba(0, 0, 0, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;

    box-shadow: -20px 25px 60px rgba(0, 0, 0, 0.45);

    transform: translateX(calc(100% + 30px));

    transition: transform 0.3s ease;
  }

  .sr-clean-nav.is-open {
    transform: translateX(0);
  }

  .sr-clean-nav__list {
    display: block;
    width: 100%;
  }

  .sr-clean-nav__item {
    width: 100%;

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

  .sr-clean-nav__parent {
    justify-content: space-between;
  }

  .sr-clean-nav__link {
    min-height: 55px;
    padding: 0 3px;

    font-size: 14px;
  }

  .sr-clean-nav__link::after {
    right: auto;
    bottom: 8px;
    left: 3px;

    width: 28px;
  }

  .sr-clean-nav__dropdown-button {
    width: 48px;
    height: 48px;
    margin: 0;
  }

  .sr-clean-header__cta {
    width: 100%;
    margin-top: 20px;
  }

  /* MOBILE DROPDOWNS */

  .sr-clean-mega {
    position: static;

    max-height: 0;
    padding: 0;
    overflow: hidden;

    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: none;

    transition: max-height 0.45s ease;
  }

  .sr-clean-nav__item--dropdown.is-open
  > .sr-clean-mega {
    max-height: 2200px;
  }

  .sr-clean-mega__inner,
  .sr-clean-resources {
    display: block;
    min-height: 0;
    margin-bottom: 14px;

    border-radius: 10px;
    box-shadow: none;
  }

  .sr-clean-mega__intro,
  .sr-clean-resources__intro {
    padding: 23px 19px;

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

  .sr-clean-mega__intro h2 {
    font-size: 25px;
  }

  .sr-clean-mega__tour-list {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .sr-clean-mega__featured {
    min-height: 250px;
    padding: 23px 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 0;
  }

  .sr-clean-resources__links {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  body.sr-clean-menu-open {
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .sr-clean-header__wrap {
    width: calc(100% - 18px);
  }

  .sr-clean-nav {
    right: 9px;
    width: calc(100% - 18px);
  }

  .sr-clean-tour-link__badge {
    display: none;
  }
}

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

.sr-clean-header__logo:focus-visible,
.sr-clean-nav__link:focus-visible,
.sr-clean-nav__dropdown-button:focus-visible,
.sr-clean-header__cta:focus-visible,
.sr-clean-tour-link:focus-visible,
.sr-clean-resource-link:focus-visible,
.sr-clean-header__toggle:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}/* End custom CSS */