.transporttimeline_jz6h1 {
  position: relative;
  isolation: isolate;
  z-index: 0;
  width: 100%;
  min-height: 580px;
  padding-top: var(--padding_tb);
  padding-bottom: var(--padding_tb);
  overflow: hidden;
  color: #ffffff;
  background: #0a1f44;
}

.transporttimeline_jz6h1,
.transporttimeline_jz6h1 * {
  box-sizing: border-box;
}

.transporttimeline_jz6h1__bg {
  position: absolute;
  inset: 0;
  background-image: var(--background_image, none);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.transporttimeline_jz6h1__overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay_color, rgba(10, 31, 68, 0.88));
  z-index: 1;
  pointer-events: none;
}

.transporttimeline_jz6h1__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--custom-content-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding_lr);
  padding-right: var(--padding_lr);
}

.transporttimeline_jz6h1__header {
  width: min(700px, 100%);
  margin: 0 auto 60px;
  text-align: center;
}

.transporttimeline_jz6h1__eyebrow {
  display: inline-block;
  margin: 0 0 13px;
  color: var(--theme_color);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: 1.95px;
  text-transform: uppercase;
}

.transporttimeline_jz6h1__title {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.transporttimeline_jz6h1__divider {
  display: block;
  width: 60px;
  height: 5px;
  margin: 15px auto 0;
  border-radius: 2px;
  background: var(--theme_color);
}

.transporttimeline_jz6h1__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 24px;
  margin-top: 30px;
  counter-reset: timeline-step;
  z-index: 1;
}

.transporttimeline_jz6h1__timeline::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 0;
  pointer-events: none;
}

.transporttimeline_jz6h1__timeline:has(.transporttimeline_jz6h1__step:only-child)::before {
  display: none;
}

.transporttimeline_jz6h1__step {
  position: relative;
  z-index: 2;
  min-width: 0;
  text-align: center;
  counter-increment: timeline-step;
}

.transporttimeline_jz6h1__marker {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--theme_color);
  color: #031126;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 4px rgba(10, 31, 68, 0.96), 0 0 18px color-mix(in srgb, var(--theme_color) 50%, transparent);
}

.transporttimeline_jz6h1__marker::before {
  position: relative;
  z-index: 1;
  content: counter(timeline-step, decimal-leading-zero);
}

.transporttimeline_jz6h1__card {
  position: relative;
  z-index: 2;
  min-height: 116px;
  margin-top: 20px;
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.transporttimeline_jz6h1__step:hover .transporttimeline_jz6h1__card {
  transform: translateY(-5px);
  border-color: var(--theme_color);
  background: rgba(255, 255, 255, 0.14);
}

.transporttimeline_jz6h1__step-title {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.transporttimeline_jz6h1__step-description {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.rtlAr .transporttimeline_jz6h1 {
  direction: rtl;
}

@media (max-width: 1024px) {
  .transporttimeline_jz6h1 {
    min-height: 760px;
  }

  .transporttimeline_jz6h1__timeline {
    grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
  }

  .transporttimeline_jz6h1__timeline::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .transporttimeline_jz6h1 {
    min-height: auto;
    padding-top: calc(var(--padding_tb) * 0.72);
    padding-bottom: calc(var(--padding_tb) * 0.72);
  }

  .transporttimeline_jz6h1__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .transporttimeline_jz6h1__header {
    margin-bottom: 42px;
  }

  .transporttimeline_jz6h1__title {
    font-size: 30px;
    line-height: 1.25;
  }

  .transporttimeline_jz6h1__timeline {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .transporttimeline_jz6h1__card {
    margin-top: 16px;
  }
}
