.landing-out-fleet-card .ova-special-offer {
  position: relative !important;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.landing-out-fleet-card .ova-special-offer > a {
  display: block;
  width: 100%;
  height: 100%;
}
.landing-out-fleet-card .special-offer-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  transition: transform 0.5s ease;
}
.landing-out-fleet-card .ova-special-offer:hover .special-offer-img {
  transform: scale(1.05);
}

.landing-out-fleet-card .mask {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(to top, rgba(19, 23, 43, 0.9) 0%, rgba(19, 23, 43, 0.45) 40%, rgba(19, 23, 43, 0) 75%) !important;
}

.landing-out-fleet-card .special-offer-content {
  position: absolute !important;
  top: auto !important;
  left: 20px !important;
  right: 20px !important;
  bottom: 18px !important;
  width: auto !important;
  z-index: 2 !important;
  display: block !important;
  text-align: left !important;
  background: none!important;
}
.landing-out-fleet-card .special-offer-content,
.landing-out-fleet-card .special-offer-content * {
  text-align: left !important;
}

.landing-out-fleet-card .special-offer-content h1.title,
.landing-out-fleet-card .special-offer-content h2.title,
.landing-out-fleet-card .special-offer-content h3.title,
.landing-out-fleet-card .special-offer-content .title {
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  margin: 0 0 6px !important;
  line-height: 1 !important;
  width: 100% !important;
}

.landing-out-fleet-card .sub-title-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}
.landing-out-fleet-card .sub-title-wrapper,
.landing-out-fleet-card .sub-title-wrapper * {
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.85) !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

.landing-out-fleet-card .ova-special-offer::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 16px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'/%3E%3Cpolyline points='7 7 17 7 17 17'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.landing-out-fleet-card .ova-special-offer:hover::after {
  transform: translate(3px, -3px);
  opacity: 1;
}

.landing-out-fleet-card .ova-special-offer:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(19, 23, 43, 0.2) !important;
}

.landing-out-fleet-card .ova-special-offer.ova-special-offer-version_5 .special-offer-content {
    padding:0;
}

.fleet-grid {
    margin-bottom:0px;
}


.fleet-rest {
    padding-bottom:60px;
}

.landing-out-fleet-card .fleet-card-subtitle {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin: 4px 0 8px;
}


.fleet-more-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.fleet-more-categories  a {
  font-family: 'Work Sans'!important;
  font-size: 15px;
  font-weight: 400!important;
  padding: 9px 20px;
  border: none;
  border-radius: 999px;
  color: #13172B;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(19, 23, 43, 0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
.fleet-more-categories a::after { content: none !important; }
.fleet-more-categories a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(50, 86, 198, 0.20);
  color: #3256C6;
}

.fleet-more-categories h1 {
  display: contents;
  margin: 0;
} 
