.singleFleetGallery .mainGalleryImageWrapper {
  position: relative;
}
.singleFleetGallery .mainGalleryImageWrapper .mainGalleryImage {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
@media (max-width: 1399.98px) {
  .singleFleetGallery .mainGalleryImageWrapper .mainGalleryImage {
    min-height: 350px;
  }
}
@media (max-width: 1199.98px) {
  .singleFleetGallery .mainGalleryImageWrapper .mainGalleryImage {
    min-height: 310px;
  }
}
@media (max-width: 991.98px) {
  .singleFleetGallery .mainGalleryImageWrapper .mainGalleryImage {
    min-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .singleFleetGallery .mainGalleryImageWrapper .mainGalleryImage {
    min-height: 240px;
  }
}
.singleFleetGallery .galleryThumbs {
  position: relative;
  padding: 20px 30px 15px 30px;
}
.singleFleetGallery .galleryThumbs .thumbsSlider {
  width: 100%;
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  overflow: hidden;
}
.singleFleetGallery .galleryThumbs .thumbsSlider .thumbImage {
  display: block;
  width: 130px;
  height: 105px;
  background-color: #f5f5f5;
  border-bottom: 5px solid #fff;
  transition: all 0.3s ease-in-out;
}
.singleFleetGallery .galleryThumbs .thumbsSlider .thumbnail.active .thumbImage,
.singleFleetGallery .galleryThumbs .thumbsSlider .thumbnail:hover .thumbImage {
  border-bottom: 5px solid #0e3052;
}
.singleFleetGallery .galleryThumbs .prevFleetThumb,
.singleFleetGallery .galleryThumbs .nextFleetThumb {
  cursor: pointer;
  height: 100px;
  width: 24px;
  background: #0e3052;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.singleFleetGallery .galleryThumbs .prevFleetThumb img,
.singleFleetGallery .galleryThumbs .nextFleetThumb img {
  transition: all 0.3s ease-in-out;
}
.singleFleetGallery .galleryThumbs .prevFleetThumb:hover,
.singleFleetGallery .galleryThumbs .nextFleetThumb:hover {
  background: #000;
}
.singleFleetGallery .galleryThumbs .prevFleetThumb:hover img,
.singleFleetGallery .galleryThumbs .nextFleetThumb:hover img {
  filter: brightness(0) invert(1);
}
.singleFleetGallery .galleryThumbs .prevFleetThumb {
  left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.singleFleetGallery .galleryThumbs .nextFleetThumb {
  right: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.singleFleetContent .paxLug {
  display: flex;
  gap: 20px;
}

/* Tabs wrapper */
.fleetTabsWrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Tabs row */
.fleetTabs {
  display: flex;
  justify-content: center;
  gap: 46px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.fleetTabs::-webkit-scrollbar {
  display: none;
}

/* Tab */
.fleetTab {
  background: transparent;
  border: 0;
  padding: 14px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  transition: color 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
  outline: none;
}

/* Hover */
.fleetTab:hover {
  color: rgba(0, 0, 0, 0.85);
}

/* Active */
.fleetTab.is-active {
  color: #b7922a;
}

.fleetTab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  height: 2px;
  background: #b7922a;
}

/* Responsive spacing */
@media (max-width: 992px) {
  .fleetTabs {
    gap: 24px;
    justify-content: flex-start;
  }
  .fleetTabsWrap {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.fleetSplit .fleetTitle {
  margin: 0 0 14px 0;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 800;
  color: #b7922a; /* gold */
}

.fleetSplit .fleetDesc {
  color: rgba(0, 0, 0, 0.65);
  font-size: 18px;
  line-height: 1.75;
}

/* CTA buttons */
.fleetCtas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btnFleet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 2px solid transparent;
  min-width: 190px;
  text-decoration: none;
}

.btnFleetPrimary {
  background: #0b2a4a;
  color: #fff;
}

.btnFleetPrimary:hover {
  opacity: 0.92;
  color: #fff;
}

.btnFleetOutline {
  background: transparent;
  color: #0b2a4a;
  border-color: #0b2a4a;
}

.btnFleetOutline:hover {
  background: #0b2a4a;
  color: #fff;
}

/* Right column images */
.fleetImages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.fleetImg {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #f3f4f6;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.fleetImg img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Meta row under images */
.fleetMetaRow {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
}

.fleetMetaItem {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #0b2a4a;
}

.fleetMetaItem span {
  font-weight: 900;
}

/* Responsive */
@media (max-width: 992px) {
  .fleetSplit .fleetTitle {
    font-size: 36px;
  }
  .fleetMetaRow {
    margin-top: 12px;
  }
}/*# sourceMappingURL=css_part_fleet.css.map */