.our-fleet-page {
  background: #ffffff;
}
.circle-icon{
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background: #0e8c2f38;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  font-size: 12px;
  color: var(--tg-common-white);
  transform: translateY(2px);
  flex: 0 0 auto;
}

/* Hero */
.our-fleet-hero {
  position: relative;
  padding: 55px 0 90px;
  overflow: hidden;
}

.our-fleet-hero__overlay {
  position: absolute;
  inset: 0;
  background: #0e8c2f42;
  z-index: 1;
}

.our-fleet-hero .container {
  position: relative;
  z-index: 2;
}

.our-fleet-hero__content {
  max-width: 820px;
  margin: 0 auto;
}

.our-fleet-hero__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #000369;
  margin-bottom: 5px;
}

.our-fleet-hero__title {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 22px;
  text-transform: none;
}

.our-fleet-hero__desc {
  font-size: 18px;
  line-height: 1.65;
  color: #fff;
  margin-bottom: 0;
}

/* Vehicle grid */
.our-fleet-grid-section {
  padding: 56px 0 24px;
}

.our-fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.our-fleet-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.our-fleet-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.our-fleet-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.our-fleet-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #0e8c2f;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 2px 12px;
  border-radius: 999px;
}

.our-fleet-card__body {
  padding: 24px 26px 28px;
}

.our-fleet-card__title {
  font-size: 23px;
  font-weight: 500 !important;
  color: #000369;
  margin-bottom: 8px;
  line-height: 1.15;
}

.our-fleet-card__subtitle {
  font-size: 16px;
  color: #001b8a;
  margin-bottom: 18px;
  line-height: 1.5;
}

.our-fleet-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.our-fleet-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #2a3142;
}

.our-fleet-card__features i {
  color: #787171;
  font-size: 12px;
  flex-shrink: 0;
}

.our-fleet-grid__footer {
  margin-top: 32px;
  font-size: 15px;
  color: #4a5568;
}

.our-fleet-grid__footer a {
  color: #000369;
  font-weight: 600;
  text-decoration: none;
}

.our-fleet-grid__footer a:hover {
  text-decoration: underline;
}

/* CTA banner */
.our-fleet-cta-section {
  padding: 8px 0 48px;
}

.our-fleet-cta {
  background: #000369;
  border-radius: 30px;
  padding: 48px 32px;
}

.our-fleet-cta__title {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.15;
}

.our-fleet-cta__desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  max-width: 620px;
  margin: 0 auto 28px;
}

.our-fleet-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* Buttons */
.our-fleet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: opacity 0.2s ease;
}

.our-fleet-btn:hover {
  color: #fff;
}

.our-fleet-btn--red {
  background: #0e8c2f;
  color: #fff;
  border-color: #0e8c2f;
}

.our-fleet-btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
}

.our-fleet-btn--block {
  width: 100%;
}

/* Detail section */
.our-fleet-detail-section {
  padding-top: 8px;
}

.our-fleet-detail__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #001b8a;
  margin-bottom: 14px;
}

.our-fleet-detail__title {
  font-size: 28px;
  font-weight: 400;
  color: #000369;
  line-height: 1.2;
  margin-bottom: 24px;
}

.our-fleet-detail__scroll {
  max-height: 460px;
  overflow-y: auto;
  font-size: 15px;
  line-height: 1.7;
  color: #3a4252;
  background: #f4f6f8;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  margin-top: 1rem;
  padding: 22px 26px;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #a7b7d6 transparent;
}
.our-fleet-detail__scroll h3 {
  font-size: 19px;
  font-weight: 700;
  color: #000369;
}
.our-fleet-detail__scroll p {
  margin-bottom: 16px;
}

.our-fleet-callout {
  background: #f4f6f8d9;
  border: 1px solid #d9e4f7;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  padding: 14px 16px;
  color: #3a4252;
  line-height: 1.65;
  margin-top: 18px;
}

.our-fleet-callout__title {
  color: #000369;
  font-weight: 700;
}

.our-fleet-callout__link {
  font-weight: 600;
  text-decoration: none;
}

.our-fleet-callout__link:hover {
  text-decoration: underline;
}

.our-fleet-callout__link--quote {
  color: #0e8c2f;
}

.our-fleet-callout__link--packages {
  color: #000369;
}

.our-fleet-detail__lineup {
  margin: 6px 0 0;
  padding-left: 1.15rem;
}

.our-fleet-detail__lineup li {
  margin-bottom: 12px;
}

.our-fleet-detail__lineup strong {
  color: #000369;
}

/* Scrollbar styling (Chromium/WebKit) */
.our-fleet-detail__scroll::-webkit-scrollbar {
  width: 10px;
}

.our-fleet-detail__scroll::-webkit-scrollbar-track {
  background: transparent;
}

.our-fleet-detail__scroll::-webkit-scrollbar-thumb {
  background-color: rgba(167, 183, 214, 0.85);
  border-radius: 999px;
  border: 3px solid #fff;
}

.our-fleet-detail__scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(135, 160, 205, 0.95);
}

/* Sidebar — Fleet at a Glance card */
.our-fleet-sidebar {
  background: #f7f9fb;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 25px 32px;
  position: sticky;
  top: 110px;
}

.our-fleet-sidebar__label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4a7ab5;
  margin-bottom: 12px;
}

.our-fleet-sidebar__title {
  font-size: 20px;
  font-weight: 700;
  color: #000369;
  margin-bottom: 15px;
  line-height: 1.25;
}

.our-fleet-sidebar__list {
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.our-fleet-sidebar__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.our-fleet-sidebar__row dt {
  font-size: 13px;
  color: #718096;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

.our-fleet-sidebar__row dd {
  font-size: 16px;
  font-weight: 500;
  color: #000369;
  text-align: left;
  margin: 0;
  line-height: 1.1;
}

.our-fleet-sidebar__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.our-fleet-sidebar .our-fleet-btn {
  border-radius: 999px;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 12px 24px;
}

.our-fleet-sidebar .our-fleet-btn--red {
  background: #0e8c2f;
  border-color: #0e8c2f;
  color: #fff;
}

.our-fleet-sidebar .our-fleet-btn--outline {
  background: #fff;
  color: #000369;
  border-color: #d1dce8;
}

@media (max-width: 991px) {
  .our-fleet-grid {
    grid-template-columns: 1fr;
  }

  .our-fleet-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .our-fleet-hero {
    padding: 65px 0 60px;
  }
  .our-fleet-hero__content {
    margin: 0 0px;
  }
  .our-fleet-hero__title {
    font-size: 30px;
    line-height: 1.3;
  }

  .our-fleet-hero__desc {
    font-size: 15px;
    line-height: 1.55;
  }

  .our-fleet-grid-section {
    padding-top: 36px;
  }

  .our-fleet-card__title {
    font-size: 26px;
  }

  .our-fleet-cta {
    padding: 50px 40px;
  }

  .our-fleet-cta__title {
    font-size: 26px;
  }

  .our-fleet-cta__actions {
    /* flex-direction: column; */
    align-items: stretch;
  }

  .our-fleet-detail__title {
    font-size: 22px;
  }

  .our-fleet-detail__scroll {
    /* max-height: none; */
    overflow: auto;
  }

  .our-fleet-sidebar {
    padding: 28px 24px 26px;
    border-radius: 24px;
  }

  .our-fleet-sidebar__title {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .our-fleet-card__media {
    aspect-ratio: 16 / 10;
  }
}
