.elementor-250 .elementor-element.elementor-element-6f6c398{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-250 .elementor-element.elementor-element-6f6c398{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-7a6ca41 */.at-fleet {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-white: #ffffff;
  --at-muted: rgba(255, 255, 255, .72);
  --at-line: rgba(255, 255, 255, .12);
  --at-card: rgba(255, 255, 255, .055);
  --at-radius: 24px;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 86px 0;
  background:
    radial-gradient(circle at 82% 0%, rgba(16, 174, 232, .22), transparent 34%),
    linear-gradient(180deg, var(--at-dark) 0%, var(--at-dark-2) 100%);
  color: var(--at-white);
  overflow: hidden;
  box-sizing: border-box;
}

.at-fleet *,
.at-fleet *::before,
.at-fleet *::after {
  box-sizing: border-box;
}

.at-fleet__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-fleet__head {
  max-width: 920px;
  margin: 0 0 42px;
}

.at-fleet__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .12);
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-fleet__label::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .14);
}

.at-fleet__title {
  max-width: 1030px;
  margin: 0;
  color: var(--at-white);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.7px;
}

.at-fleet__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-fleet__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.at-fleet__card {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  background: var(--at-card);
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .18);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.at-fleet__card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .46);
  background: rgba(255, 255, 255, .075);
}

.at-fleet__card--accent {
  border-color: rgba(16, 174, 232, .42);
}

.at-fleet__image {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: #eef5f9;
  flex: 0 0 auto;
}

.at-fleet__carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.at-fleet__track {
  width: 100%;
  height: 100%;
  display: flex;
  transform: translate3d(0, 0, 0);
  transition: transform .32s ease;
}

.at-fleet__slide {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  overflow: hidden;
}

.at-fleet__slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center;
}

.at-fleet__arrow {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 42px !important;
  height: 34px !important;
  min-width: 42px !important;
  min-height: 34px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .34) !important;
  border-radius: 999px !important;
  background: rgba(7, 24, 39, .82) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer !important;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
  backdrop-filter: blur(10px);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.at-fleet__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.at-fleet__arrow--prev {
  left: 18px;
}

.at-fleet__arrow--next {
  right: 18px;
}

.at-fleet__arrow--prev::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.at-fleet__arrow--next::before {
  transform: rotate(45deg);
  margin-right: 4px;
}

.at-fleet__arrow:hover {
  background: var(--at-blue) !important;
  border-color: var(--at-blue) !important;
  transform: translateY(-50%) scale(1.04);
}

.at-fleet__arrow:focus,
.at-fleet__arrow:focus-visible {
  outline: none !important;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, .24),
    0 0 0 4px rgba(16, 174, 232, .28);
}

.at-fleet__dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 11;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(7, 24, 39, .72);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.at-fleet__dots button {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 9px !important;
  height: 9px !important;
  min-width: 9px !important;
  min-height: 9px !important;
  padding: 0 !important;
  display: block !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .55) !important;
  cursor: pointer !important;
  transition: width .2s ease, background .2s ease;
}

.at-fleet__dots button.is-active {
  width: 30px !important;
  background: var(--at-blue) !important;
}

.at-fleet__content {
  flex: 1;
  min-height: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.at-fleet__top {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.at-fleet__top h3 {
  margin: 0;
  color: var(--at-white);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-fleet__top span {
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.at-fleet__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.at-fleet__list li {
  position: relative;
  margin: 0;
  padding-left: 19px;
  color: var(--at-muted);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 500;
}

.at-fleet__list li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--at-blue);
}

.at-fleet__content a {
  width: fit-content;
  margin: auto 0 0;
  padding-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--at-blue);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  transition: gap .2s ease, color .2s ease;
  cursor: pointer;
}

.at-fleet__content a:hover {
  gap: 13px;
  color: var(--at-white);
}

.at-fleet__action {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}

.at-fleet__btn {
  min-height: 58px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(16, 174, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-fleet__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(16, 174, 232, .28);
}

@media (max-width: 1320px) {
  .at-fleet__container {
    width: min(100% - 48px, 1180px);
  }

  .at-fleet__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .at-fleet__image {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .at-fleet {
    padding: 58px 0 64px;
  }

  .at-fleet__container {
    width: min(100% - 28px, 430px);
  }

  .at-fleet__head {
    margin-bottom: 28px;
  }

  .at-fleet__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-fleet__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-fleet__subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-fleet__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-fleet__card {
    border-radius: 20px;
  }

  .at-fleet__image {
    height: 235px;
  }

  .at-fleet__arrow {
    width: 38px !important;
    height: 32px !important;
    min-width: 38px !important;
    min-height: 32px !important;
  }

  .at-fleet__arrow--prev {
    left: 12px;
  }

  .at-fleet__arrow--next {
    right: 12px;
  }

  .at-fleet__arrow::before {
    width: 9px;
    height: 9px;
    border-top-width: 3px;
    border-right-width: 3px;
  }

  .at-fleet__dots {
    bottom: 13px;
    padding: 6px 8px;
  }

  .at-fleet__dots button {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
  }

  .at-fleet__dots button.is-active {
    width: 26px !important;
  }

  .at-fleet__content {
    padding: 22px;
  }

  .at-fleet__top {
    margin-bottom: 18px;
  }

  .at-fleet__top h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .at-fleet__list {
    gap: 9px;
  }

  .at-fleet__list li {
    font-size: 15px;
  }

  .at-fleet__content a {
    width: 100%;
    min-height: 52px;
    margin-top: 22px;
    padding: 0 18px;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
    color: var(--at-white);
  }

  .at-fleet__action {
    margin-top: 26px;
  }

  .at-fleet__btn {
    width: 100%;
    min-height: 58px;
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .at-fleet {
    padding-top: 52px;
  }

  .at-fleet__container {
    width: min(100% - 24px, 430px);
  }

  .at-fleet__image {
    height: 215px;
  }

  .at-fleet__content {
    padding: 20px;
  }

  .at-fleet__title {
    font-size: 29px;
  }
}/* End custom CSS */