/* FLEET SEARCH */
/* ─── Fleet Filter ─────────────────────────────────────────────────────────── */

.st-fleet-count,
.st-fleet-count span {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #000000 !important;
}

.st-fleet-count[data-line="signature"],
.st-fleet-count[data-line="signature"] span {
  color: #ffffff !important;
}

.st-fleet-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.st-fleet-filter__group {
  display: flex;
  align-items: center;
  gap: 30px;
}

.st-fleet-filter__group + .st-fleet-filter__group {
  padding-left: 48px;
  border-left: 1px solid #d0cec9;
}

.st-fleet-filter__label {
  font-family: Unbounded, sans-serif;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  color: #000000;
}

.st-fleet-filter__options {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f0ede8;
  border-radius: 16px;
  padding: 4px 59.5px;
}

.st-fleet-filter__btn {
  padding: 3px 11px;
  border-radius: 12px;
  border: none;
  background: transparent;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400;
  color: #0d1b2a;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}

.st-fleet-filter__btn:hover,
.st-fleet-filter__btn.is-active {
  background: #ffffff;
  color: #000000;
  border-color: #beb598;
}

.st-fleet-filter__options[data-filter="passengers"] {
  gap: 10px;
  padding: 0px;
  background-color: transparent;
}

.st-fleet-filter__options[data-filter="passengers"] .st-fleet-filter__btn {
  border-color: #858585;
  background-color: white;
  padding: 7px 7px;
  width: 50px;
  font-weight: 500;
}

.st-fleet-filter__options[data-filter="passengers"] .st-fleet-filter__btn:hover,
.st-fleet-filter__options[data-filter="passengers"]
  .st-fleet-filter__btn.is-active {
  background-color: #072e58;
  color: white;
  border-color: #858585;
}

@media (max-width: 1150px) {
  .st-fleet-filter {
    flex-wrap: wrap;
    gap: 16px;
  }

  .st-fleet-filter__group {
    gap: 0px;
    width: 100%;
  }

  .st-fleet-filter__label {
    display: none;
  }

  .st-fleet-filter__group + .st-fleet-filter__group {
    padding-left: 0px;
    border: 0px;
  }

  .st-fleet-filter__options {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    justify-content: center;
  }
}

/* ─── Fleet Grid ────────────────────────────────────────────────────────────── */

/* .st-fleet-grid { */
/*   display: grid; */
/*   grid-template-columns: repeat(3, 1fr); */
/*   grid-template-columns: repeat(3, 352px); */
/*   justify-content: center; */
/*   gap: 24px; */
/* } */

.st-fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 352px));
  justify-content: center;
  gap: 24px;
}

/* @media (max-width: 1150px) { */
/*   .st-fleet-grid { */
/*     grid-template-columns: 1fr 1fr; */
/*   } */
/* } */
/**/
/* @media (max-width: 768px) { */
/*   .st-fleet-grid { */
/*     grid-template-columns: 1fr; */
/*   } */
/* } */

/* ─── Fleet Card (shared) ───────────────────────────────────────────────────── */

.fleet-card {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 351px;
}

.fleet-card.is-hidden {
  display: none;
}

@keyframes st-image-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.fleet-card__image {
  position: relative;
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  height: 182px;
  overflow: hidden;
  background-color: #d6e4f0;
  /* animation: st-image-pulse 1.5s ease-in-out infinite;*/
}

/*
.fleet-card__image.is-loaded {
  animation: none;
  background-color: transparent;
}*/

.fleet-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  transition: all 400ms ease;
}
/*
.fleet-card__image.is-loaded img {
  opacity: 1;
}*/

.fleet-card:hover img {
  scale: 1.1;
}

.fleet-card__badge {
  position: absolute;
  display: block;
  top: 9px;
  align-items: center;
  padding: 0px 8px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-repeat: no-repeat;
  z-index: 100;
}

.fleet-card__badge--popular {
  left: 10px;
  background: #c04820;
  color: #ffffff;
}

.fleet-card__badge--passengers {
  right: 10px;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 8px 50%;
}

.fleet-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 8px 16px;
}

.fleet-card__category {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #ffd700 !important;
}

.fleet-card__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 4px;
  font-family: "DM Sans", sans-serif;
}

.fleet-card__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 4px;
  font-family: "DM Sans", sans-serif;
}

.fleet-card__description {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  padding-bottom: 8px;
  flex: 1;
}

.fleet-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding-top: 8px;
  border-top: 1px solid;
}

.fleet-card__price-label {
  display: block;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: -2px;
}

.fleet-card__price-value {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
}

.fleet-card__cta {
  flex-shrink: 0;
  width: 147px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.fleet-card__cta:hover {
  text-decoration: none;
}

/* ─── Comfort variant ───────────────────────────────────────────────────────── */

.fleet-card--comfort {
  background: #ffffff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #d6d6d6;
}

.fleet-card--comfort .fleet-card__badge--passengers {
  background-color: #072e58;
  color: #ffffff;
  background-image: url("https://safetransfers20.kinsta.cloud/wp-content/uploads/2026/07/person-raised-hand.svg");
}

.fleet-card--comfort .fleet-card__title {
  color: #000000;
}

.fleet-card--comfort .fleet-card__description {
  color: #000000;
}

.fleet-card--comfort .fleet-card__footer {
  border-color: #d6d6d6;
}

.fleet-card--comfort .fleet-card__price-label {
  color: #000000;
}

.fleet-card--comfort .fleet-card__price-value {
  color: #0d1b2a;
}

.fleet-card--comfort .fleet-card__cta {
  border-color: #072e58;
  background: #0d4a8e;
  color: #ffffff;
}

.fleet-card--comfort .fleet-card__cta:hover {
  background-color: #1565c0;
}

/* ─── Signature variant ─────────────────────────────────────────────────────── */

.fleet-card--signature {
  background: #072e58;
  border: 1px solid #8f7800;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.14);
}

.fleet-card--signature .fleet-card__badge--passengers {
  background-color: #f5c518;
  color: #072e58 !important;
  background-image: url("https://safetransfers20.kinsta.cloud/wp-content/uploads/2026/07/person-raised-hand-2.svg");
}

.fleet-card--signature .fleet-card__category {
  color: #c9a236 !important;
}

.fleet-card--signature .fleet-card__title {
  color: #ffffff;
}

.fleet-card--signature .fleet-card__description {
  color: #ffffff;
}

.fleet-card--signature .fleet-card__footer {
  border-color: #ffd700;
}

.fleet-card--signature .fleet-card__price-label {
  color: #ffffff;
}

.fleet-card--signature .fleet-card__price-value {
  color: #ffd700 !important;
}

.fleet-card--signature .fleet-card__cta {
  border: 1px solid #000;
  background: #fff;
  color: #000000 !important;
}

.fleet-card--signature .fleet-card__cta:hover {
  background: #f8f5ec;
}

@keyframes st-card-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fleet-card {
  animation: st-card-in 0.35s ease both;
}
.st-fleet-grid.is-loading {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.st-fleet-grid.is-hidden {
  display: none;
}

.slick-slider .fleet-card {
  margin: 0px 8px;
  width: 290px;
  min-height: 370px;
}

.slick-slider .fleet-card__title {
  font-size: 19px;
}

.slick-slider .fleet-card__body {
  min-height: 185px;
}

.slick-slider .fleet-card__price-value {
  font-size: 17px;
}
