/* ==========================================
   FLEETTECH PAGE
========================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  color: #111111;
  background: #ffffff;
}

.fleet-container {
  width: calc(100% - 96px);
  max-width: 1200px;
  margin: 0 auto;
}


/* ==========================================
   SHARED TYPOGRAPHY
========================================== */

.fleet-eyebrow {
  margin: 0 0 18px;

  color: #0096d5;

  font-size: 12px;
  font-weight: 600;
  line-height: 16px;

  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.fleet-section-title {
  margin: 0;

  color: #063767;

  font-size: 36px;
  font-weight: 700;
  line-height: 44px;

  letter-spacing: -0.3px;
}


/* ==========================================
   HERO
========================================== */

.fleet-hero {
  padding: 90px 0 105px;

  background: #ffffff;
}

.fleet-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 80px;
}

.fleet-hero__content {
  width: 58%;
}

.fleet-hero__title {
  margin: 0;

  color: #063767;

  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;

  letter-spacing: -0.7px;
}

.fleet-hero__subtitle {
  margin: 27px 0 0;

  color: #111111;

  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.fleet-hero__text {
  margin: 17px 0 0;

  color: #454545;

  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.fleet-hero__image {
  width: 37%;
}

.fleet-hero__image img {
  width: 100%;
  height: auto;

  display: block;

  object-fit: contain;
}


/* ==========================================
   EVERYTHING YOU NEED
========================================== */

.fleet-needs {
  padding: 110px 0 120px;

  background: #f7f9fb;
}

.fleet-needs__intro,
.fleet-needs__text,
.fleet-needs__label {
  color: #454545;

  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.fleet-needs__intro {
  margin: 25px 0 0;
}

.fleet-needs__text {
  max-width: 1120px;

  margin: 17px 0 0;
}

.fleet-needs__label {
  margin: 20px 0 0;
}

.fleet-feature-columns {
  margin-top: 30px;

  display: grid;
  grid-template-columns: 320px 420px;

  gap: 50px;
}

.fleet-feature-column,
.fleet-why__features > div {
  display: flex;
  flex-direction: column;

  gap: 13px;
}

.fleet-feature-item {
  display: flex;
  align-items: center;

  gap: 10px;

  color: #111111;

  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fleet-tick {
  width: 18px;
  height: 18px;

  flex-shrink: 0;

  object-fit: contain;
}


/* ==========================================
   MORE THAN VEHICLES
========================================== */

.fleet-more {
  padding: 110px 0;

  background: #ffffff;
}

.fleet-more__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 80px;
}

.fleet-more__content {
  width: 43%;
}

.fleet-more__content p {
  margin: 22px 0 0;

  color: #454545;

  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.fleet-more__image {
  width: 52%;
}

.fleet-more__image img {
  width: 100%;
  height: 350px;

  display: block;

  object-fit: cover;

  border-radius: 8px;
}


/* ==========================================
   HOW FLEETTECH WORKS
========================================== */

.fleet-process {
  padding: 95px 0;

  background: #f7f9fb;
}

.fleet-process__card {
  width: 100%;

  padding: 32px;

  background: #075a98;

  border-radius: 14px;

  box-shadow:
    0 14px 32px rgba(6, 55, 103, 0.16);
}

.fleet-process__label {
  margin: 0 0 20px;

  color: rgba(255, 255, 255, 0.6);

  font-size: 12px;
  font-weight: 400;
}

.fleet-process__item {
  min-height: 92px;

  padding: 20px 22px;

  display: flex;
  align-items: flex-start;

  gap: 14px;

  background: rgba(255, 255, 255, 0.08);

  border:
    1px solid rgba(255, 255, 255, 0.08);

  border-radius: 10px;
}

.fleet-process__item + .fleet-process__item {
  margin-top: 14px;
}

.fleet-process__number {
  width: 28px;
  height: 28px;

  flex: 0 0 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #0096d5;

  color: #ffffff;

  border-radius: 50%;

  font-size: 13px;
  font-weight: 600;
}

.fleet-process__item h3 {
  margin: 2px 0 0;

  color: #ffffff;

  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.fleet-process__item p {
  margin: 8px 0 0;

  color: rgba(255, 255, 255, 0.65);

  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}


/* ==========================================
   WHY ENTERPRISES CHOOSE
========================================== */

.fleet-why {
  padding: 115px 0;

  background: #ffffff;
}

.fleet-why__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 70px;
}

.fleet-why__content {
  width: 67%;
}

.fleet-why__intro {
  margin: 22px 0 0;

  color: #454545;

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fleet-why__label {
  margin: 21px 0 0;

  color: #454545;

  font-size: 15px;
  font-weight: 400;
}

.fleet-why__features {
  margin-top: 28px;

  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 55px;
}

.fleet-why__image {
  width: 31%;
}

.fleet-why__image img {
  width: 100%;
  height: auto;

  display: block;

  object-fit: contain;
}



/* ==========================================
   TABLET
========================================== */

@media (max-width: 1000px) {

  .fleet-hero__inner,
  .fleet-more__inner,
  .fleet-why__inner {
    flex-direction: column;
  }

  .fleet-hero__content,
  .fleet-hero__image,
  .fleet-more__content,
  .fleet-more__image,
  .fleet-why__content,
  .fleet-why__image {
    width: 100%;
  }

  .fleet-feature-columns {
    grid-template-columns: 1fr 1fr;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 768px) {

  .fleet-container {
    width: calc(100% - 48px);
  }


  .fleet-hero {
    padding: 65px 0;
  }

  .fleet-hero__title {
    font-size: 38px;
    line-height: 44px;
  }

  .fleet-section-title {
    font-size: 30px;
    line-height: 38px;
  }


  .fleet-needs,
  .fleet-more,
  .fleet-why {
    padding: 75px 0;
  }


  .fleet-feature-columns,
  .fleet-why__features {
    grid-template-columns: 1fr;

    gap: 14px;
  }


  .fleet-more__image img {
    height: auto;
  }


}