.elementor-30 .elementor-element.elementor-element-04c09a4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-6f3e3eb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-755bf2a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-48f9332 *//* =================================
   FONT — SAME AS PAGE 1
================================= */

:root {
  --ink: #092a30;
  --ink-deep: #041c22;
  --red: #c94732;
  --red-dark: #aa3928;
  --cream: #fff4d2;
  --blue: #477796;
  --white: #ffffff;
  --muted: #a8bcbc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #e9ece8;
  color: var(--white);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

/* =================================
   PAGE 2 HERO
================================= */

.fleet-page-hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: var(--ink);
}

/* =================================
   TOP BRAND BAR
================================= */

.fleet-topbar {
  position: relative;
  z-index: 10;

  width: min(1240px, calc(100% - 50px));
  min-height: 105px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-bottom:
    1px solid
    rgba(255, 255, 255, 0.14);
}

.fleet-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.fleet-brand img {
  width: 58px;
  height: 58px;

  border:
    2px solid
    rgba(255, 255, 255, 0.65);

  border-radius: 50%;

  object-fit: cover;
}

.fleet-brand > div {
  display: grid;
  gap: 5px;
}

.fleet-brand strong {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fleet-brand span {
  color: var(--cream);

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fleet-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;

  color: #779091;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fleet-breadcrumb a:hover {
  color: var(--cream);
}

.fleet-breadcrumb strong {
  color: var(--white);
}

/* =================================
   MAIN HERO GRID
================================= */

.fleet-hero-main {
  position: relative;

  width: min(1240px, calc(100% - 50px));
  min-height: 650px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
}

/* =================================
   LEFT CONTENT
================================= */

.fleet-hero-content {
  position: relative;
  z-index: 5;

  padding: 70px 0;
}

.fleet-eyebrow {
  margin: 0 0 23px;

  display: flex;
  align-items: center;
  gap: 12px;

  color: var(--cream);

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.fleet-eyebrow::before {
  content: "";

  width: 38px;
  height: 3px;

  background: var(--red);
}

.fleet-hero-content h1 {
  max-width: 650px;
  margin: 0;

  color: var(--white);

  font-family: "Archivo Black", sans-serif;
  font-size: clamp(65px, 7vw, 105px);
  font-weight: 400;
  line-height: 0.83;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.fleet-hero-content h1 span {
  display: block;
  color: var(--red);
}

.fleet-description {
  max-width: 550px;
  margin: 30px 0 0;

  color: var(--muted);

  font-size: 13px;
  line-height: 1.85;
}

.fleet-actions {
  margin-top: 31px;

  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fleet-button {
  min-height: 53px;
  padding: 0 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  transition: 180ms ease;
}

.fleet-button:hover {
  transform: translateY(-3px);
}

.fleet-button-primary {
  background: var(--red);
  color: var(--white);
}

.fleet-button-primary:hover {
  background: var(--red-dark);
}

.fleet-button-secondary {
  border:
    1px solid
    rgba(255, 255, 255, 0.45);

  color: var(--white);
}

.fleet-button-secondary:hover {
  border-color: var(--cream);
  background: rgba(255, 255, 255, 0.06);
}

/* SUMMARY */

.fleet-summary {
  margin-top: 48px;
  padding-top: 27px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;

  border-top:
    1px solid
    rgba(255, 255, 255, 0.14);
}

.fleet-summary div {
  display: grid;
  gap: 6px;
}

.fleet-summary strong {
  color: var(--cream);

  font-family: "Archivo Black", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.fleet-summary span {
  color: #70898a;

  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* =================================
   FEATURED VEHICLE
================================= */

.fleet-featured {
  position: relative;

  min-height: 570px;
  padding: 33px;

  overflow: hidden;

  border:
    1px solid
    rgba(255, 255, 255, 0.20);

  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(71, 119, 150, 0.42),
      transparent 42%
    ),
    linear-gradient(
      145deg,
      #103d44,
      #06262d
    );
}

.fleet-featured::before {
  content: "";

  position: absolute;
  right: -140px;
  bottom: -170px;

  width: 430px;
  height: 430px;

  border:
    70px solid
    rgba(255, 244, 210, 0.04);

  border-radius: 50%;
}

.fleet-featured-number {
  position: absolute;
  top: 28px;
  right: 30px;

  color: rgba(255, 255, 255, 0.09);

  font-family: "Archivo Black", sans-serif;
  font-size: 80px;
  line-height: 1;
}

.fleet-featured-title {
  position: relative;
  z-index: 3;

  display: grid;
  gap: 7px;
}

.fleet-featured-title span {
  color: var(--cream);

  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fleet-featured-title strong {
  font-family: "Archivo Black", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

/* CAR CUTOUT */

.fleet-car-image {
  position: relative;

  height: 310px;
  margin-top: 15px;

  display: grid;
  place-items: center;
}

.fleet-car-glow {
  position: absolute;

  width: 75%;
  height: 55%;

  border-radius: 50%;

  background:
    rgba(255, 244, 210, 0.11);

  filter: blur(35px);
}

.fleet-car-image img {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 600px;
  max-height: 300px;

  object-fit: contain;

  filter:
    drop-shadow(
      0 28px 28px
      rgba(0, 0, 0, 0.38)
    );
}

/* VEHICLE SPECS */

.fleet-vehicle-specs {
  position: relative;
  z-index: 3;

  padding: 20px 0;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;

  border-top:
    1px solid
    rgba(255, 255, 255, 0.15);

  border-bottom:
    1px solid
    rgba(255, 255, 255, 0.15);
}

.fleet-vehicle-specs div {
  display: grid;
  gap: 5px;
}

.fleet-vehicle-specs div + div {
  padding-left: 15px;

  border-left:
    1px solid
    rgba(255, 255, 255, 0.13);
}

.fleet-vehicle-specs small {
  color: #789293;

  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fleet-vehicle-specs strong {
  font-size: 9px;
  text-transform: uppercase;
}

.featured-vehicle-button {
  position: relative;
  z-index: 3;

  min-height: 48px;
  margin-top: 18px;
  padding: 0 17px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: var(--cream);
  color: var(--ink);

  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;

  transition: 180ms ease;
}

.featured-vehicle-button:hover {
  background: var(--red);
  color: var(--white);
}

/* =================================
   CATEGORY NAVIGATION
================================= */

.fleet-category-navigation {
  position: relative;
  z-index: 10;

  width: min(1240px, calc(100% - 50px));
  min-height: 135px;
  margin: 0 auto 45px;

  display: grid;
  grid-template-columns: auto 1fr;

  background: var(--cream);
  color: var(--ink);

  box-shadow:
    0 20px 50px
    rgba(0, 0, 0, 0.18);
}

.category-intro {
  min-width: 180px;
  padding: 28px;

  display: flex;
  align-items: center;
  gap: 12px;

  border-right:
    1px solid
    rgba(9, 42, 48, 0.15);
}

.category-dot {
  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: var(--red);

  box-shadow:
    0 0 0 5px
    rgba(201, 71, 50, 0.13);
}

.category-intro p {
  margin: 0;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fleet-category-navigation nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.fleet-category-navigation nav a {
  padding: 27px 19px;

  display: flex;
  align-items: flex-start;
  gap: 12px;

  transition:
    background 180ms ease,
    color 180ms ease;
}

.fleet-category-navigation nav a + a {
  border-left:
    1px solid
    rgba(9, 42, 48, 0.15);
}

.fleet-category-navigation nav a:hover {
  background: var(--red);
  color: var(--white);
}

.fleet-category-navigation nav a > span {
  color: var(--red);

  font-family: "Archivo Black", sans-serif;
  font-size: 12px;
}

.fleet-category-navigation nav a:hover > span {
  color: var(--cream);
}

.fleet-category-navigation nav div {
  display: grid;
  gap: 6px;
}

.fleet-category-navigation nav strong {
  font-size: 9px;
  text-transform: uppercase;
}

.fleet-category-navigation nav small {
  color: #738789;

  font-size: 7px;
  line-height: 1.5;
}

.fleet-category-navigation nav a:hover small {
  color: #ffdcd3;
}

.fleet-page-continuation {
  min-height: 80px;
  background: #e9ece8;
}

/* =================================
   TABLET
================================= */

@media (max-width: 980px) {
  .fleet-hero-main {
    grid-template-columns: 1fr;
  }

  .fleet-hero-content {
    padding-bottom: 25px;
  }

  .fleet-category-navigation {
    grid-template-columns: 1fr;
  }

  .category-intro {
    border-right: 0;
    border-bottom:
      1px solid
      rgba(9, 42, 48, 0.15);
  }

  .fleet-category-navigation nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .fleet-category-navigation nav a:nth-child(4) {
    border-top:
      1px solid
      rgba(9, 42, 48, 0.15);

    border-left: 0;
  }

  .fleet-category-navigation nav a:nth-child(5) {
    border-top:
      1px solid
      rgba(9, 42, 48, 0.15);
  }
}

/* =================================
   MOBILE
================================= */

@media (max-width: 600px) {
  .fleet-topbar,
  .fleet-hero-main,
  .fleet-category-navigation {
    width: calc(100% - 30px);
  }

  .fleet-topbar {
    min-height: 90px;
  }

  .fleet-brand img {
    width: 48px;
    height: 48px;
  }

  .fleet-brand span,
  .fleet-breadcrumb {
    display: none;
  }

  .fleet-hero-content {
    padding: 65px 0 35px;
  }

  .fleet-hero-content h1 {
    font-size: 53px;
  }

  .fleet-actions {
    display: grid;
  }

  .fleet-button {
    width: 100%;
    justify-content: space-between;
  }

  .fleet-summary {
    gap: 10px;
  }

  .fleet-summary strong {
    font-size: 18px;
  }

  .fleet-featured {
    min-height: 550px;
    padding: 25px 20px;
  }

  .fleet-car-image {
    height: 275px;
  }

  .fleet-vehicle-specs {
    grid-template-columns: 1fr 1fr;
    gap: 17px 0;
  }

  .fleet-vehicle-specs div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .fleet-category-navigation nav {
    grid-template-columns: 1fr;
  }

  .fleet-category-navigation nav a + a,
  .fleet-category-navigation nav a:nth-child(4),
  .fleet-category-navigation nav a:nth-child(5) {
    border-top:
      1px solid
      rgba(9, 42, 48, 0.15);

    border-left: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b086879 */<style>
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");


/* =========================================
   GLOBAL RESET
========================================= */

.fleet-section,
.fleet-section * {
  box-sizing: border-box;
}

.fleet-section button,
.fleet-section a {
  font-family: inherit;
}


/* =========================================
   MAIN SECTION
========================================= */

.fleet-section {
  --ink: #092a30;
  --navy: #041c22;
  --red: #c94732;
  --blue: #477796;
  --cream: #fff4d2;
  --white: #ffffff;
  --whatsapp: #25d366;
  --whatsapp-dark: #128c7e;

  position: relative;
  overflow: hidden;
  padding: 125px 0 110px;
  background: #e9ece8;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
}

.fleet-section::before {
  content: "PANDA";
  position: absolute;
  top: 35px;
  right: -30px;
  color: rgba(9, 42, 48, 0.035);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(130px, 18vw, 280px);
  line-height: 1;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.fleet-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.fleet-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.fleet-heading-copy {
  width: 100%;
  max-width: 780px;
}

.fleet-section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.fleet-section-label::before {
  content: "";
  flex-shrink: 0;
  width: 36px;
  height: 3px;
  background: var(--red);
}

.fleet-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(45px, 5.2vw, 76px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.fleet-heading h2 span {
  display: block;
  color: var(--red);
}

.fleet-description {
  max-width: 680px;
  margin: 24px 0 0;
  color: #5e7577;
  font-size: 14px;
  line-height: 1.8;
}


/* =========================================
   DESKTOP PAGINATION ARROWS
========================================= */

.fleet-navigation {
  display: flex;
  flex-shrink: 0;
  gap: 7px;
}

.fleet-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(9, 42, 48, 0.26);
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.fleet-arrow:hover,
.fleet-arrow:focus-visible,
.fleet-arrow-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.fleet-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.fleet-arrow:disabled:hover {
  border-color: rgba(9, 42, 48, 0.26);
  background: transparent;
  color: var(--ink);
}


/* =========================================
   VEHICLE FILTERS
========================================= */

.fleet-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 48px 0 29px;
  padding-bottom: 14px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(9, 42, 48, 0.14);
  scrollbar-width: thin;
}

.filter-button {
  flex-shrink: 0;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: #657a7c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}


/* =========================================
   VEHICLE GRID
========================================= */

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  min-height: 565px;
}
/* =========================================
   VEHICLE CARD
========================================= */

.vehicle-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(9, 42, 48, 0.14);
  border-bottom: 4px solid var(--ink);
  background: var(--white);
  box-shadow: 8px 8px 0 rgba(9, 42, 48, 0.06);
  animation: fleetCardEnter 350ms ease both;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.vehicle-card:hover {
  transform: translate(-3px, -6px);
  border-bottom-color: var(--red);
  box-shadow: 12px 14px 0 rgba(9, 42, 48, 0.1);
}

.vehicle-card-featured {
  border-color: var(--red);
}

@keyframes fleetCardEnter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* =========================================
   FEATURED LABEL
========================================= */

.featured-label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  max-width: 60%;
  padding: 8px 12px;
  background: var(--red);
  color: var(--white);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}


/* =========================================
   VEHICLE IMAGE
========================================= */

.vehicle-image {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: linear-gradient(
    145deg,
    #f4f5f1,
    #dfe5e1
  );
}

.vehicle-image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 30%;
  background: linear-gradient(
    0deg,
    rgba(9, 42, 48, 0.16),
    transparent
  );
  pointer-events: none;
}

.vehicle-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 350ms ease;
}

.vehicle-card:hover .vehicle-image img {
  transform: scale(1.035);
}


/* =========================================
   VEHICLE CATEGORY
========================================= */

.vehicle-category {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
  max-width: calc(100% - 32px);
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 3px solid var(--red);
  background: rgba(5, 30, 36, 0.82);
  color: var(--white);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}


/* =========================================
   AVAILABILITY BADGE
========================================= */

.availability-badge {
  position: absolute;
  bottom: 15px;
  left: 16px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.availability-badge span {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--whatsapp);
  box-shadow:
    0 0 0 3px rgba(37, 211, 102, 0.15);
}


/* =========================================
   VEHICLE CONTENT
========================================= */

.vehicle-content {
  min-width: 0;
  padding: 23px;
}


/* =========================================
   VEHICLE TITLE AND PRICE
========================================= */

.vehicle-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.vehicle-title > div:first-child {
  min-width: 0;
}

.vehicle-title p {
  margin: 0 0 6px;
  color: #809092;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.vehicle-title h3 {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-family: "Archivo Black", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.vehicle-price {
  display: grid;
  flex-shrink: 0;
  min-width: 76px;
  justify-items: end;
  text-align: right;
}

.vehicle-price span,
.vehicle-price small {
  color: #809092;
  font-size: 8px;
}

.vehicle-price strong {
  margin-top: 2px;
  color: var(--red);
  font-family: "Archivo Black", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
}
/* =========================================
   VEHICLE SPECIFICATIONS
========================================= */

.vehicle-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin: 23px 0;
  padding: 17px 0;
  border-top: 1px solid rgba(9,42,48,.11);
  border-bottom: 1px solid rgba(9,42,48,.11);
}

.vehicle-specs > div{
  display:flex;
  align-items:center;
  gap:8px;
}

.spec-icon{
  display:grid;
  place-items:center;
  flex-shrink:0;
  width:34px;
  height:34px;
  border-left:3px solid var(--red);
  background:var(--cream);
  color:var(--red);
}

.spec-icon svg{
  width:17px;
  height:17px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.vehicle-specs p{
  margin:0;
  color:var(--ink);
  font-size:9px;
  font-weight:800;
  line-height:1.35;
}

.vehicle-specs small{
  display:block;
  margin-bottom:3px;
  color:#667b7d;
  font-size:7px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}


/* =========================================
   WHATSAPP BUTTON
========================================= */

.vehicle-button{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  width:100%;
  min-height:54px;
  padding:0 10px 0 16px;
  border:0;
  border-left:4px solid #25D366;
  background:var(--ink);
  color:#fff;
  cursor:pointer;
  transition:.25s;
}

.vehicle-button:hover{
  background:#25D366;
}

.vehicle-button__text{
  flex:1;
  color:#fff;
  font-size:9px;
  font-weight:800;
  line-height:1.35;
  text-transform:uppercase;
}

.vehicle-whatsapp-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#25D366;
}

.vehicle-whatsapp-icon i{
  color:#fff;
  font-size:22px;
}

.vehicle-button:hover .vehicle-whatsapp-icon{
  background:#fff;
}

.vehicle-button:hover .vehicle-whatsapp-icon i{
  color:#25D366;
}
/* =========================================
   PAGINATION
========================================= */

.fleet-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
}

.fleet-pagination > span {
  color: #718486;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.fleet-page-status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fleet-page-status strong {
  color: var(--red);
  font-family: "Archivo Black", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.fleet-page-status span {
  width: 35px;
  height: 2px;
  background: rgba(9,42,48,.18);
}

.fleet-page-status small {
  color: #718486;
  font-size: 10px;
  font-weight: 800;
}


/* =========================================
   WHATSAPP NOTICE
========================================= */

.fleet-whatsapp-notice {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 50px;
  margin-top: 65px;
  padding: 38px 42px;
  border: 1px solid rgba(9,42,48,.15);
  border-left: 7px solid var(--red);
  background: #fff;
  box-shadow: 11px 11px 0 rgba(9,42,48,.07);
}

.fleet-whatsapp-notice__content {
  max-width: 650px;
}

.fleet-whatsapp-notice__label {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.fleet-whatsapp-notice__label::before {
  content: "";
  width: 30px;
  height: 3px;
  background: var(--red);
}

.fleet-whatsapp-notice__content h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(27px,3vw,39px);
  line-height: 1;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.fleet-whatsapp-notice__content p {
  margin-top: 15px;
  color: #667b7d;
  font-size: 11px;
  line-height: 1.75;
}

.fleet-whatsapp-notice__steps {
  display: grid;
  grid-template-columns: repeat(3,minmax(100px,1fr));
  gap: 9px;
}

.fleet-whatsapp-notice__steps > div {
  min-width: 110px;
  padding: 16px 14px;
  border-top: 3px solid var(--red);
  background: #f1f3ef;
}

.fleet-whatsapp-notice__steps strong {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-family: "Archivo Black", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.fleet-whatsapp-notice__steps span {
  display: block;
  color: var(--ink);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}


/* =========================================
   FOOTER
========================================= */

.fleet-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 45px;
  padding-top: 25px;
  border-top: 1px solid rgba(9,42,48,.16);
}

.fleet-count {
  display: flex;
  align-items: center;
  gap: 17px;
}

.fleet-count strong {
  flex-shrink: 0;
  color: var(--red);
  font-family: "Archivo Black", sans-serif;
  font-size: 37px;
  line-height: 1;
}

.fleet-count p {
  max-width: 420px;
  margin: 0;
  color: #63787a;
  font-size: 10px;
  line-height: 1.6;
}

.view-fleet-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s;
}

.view-fleet-button:hover {
  background: var(--ink);
  color: #fff;
  transform: translateY(-2px);
}

.view-fleet-button i {
  font-size: 17px;
}
/* =========================================
   TABLET
========================================= */

@media (max-width: 980px) {

  .fleet-section {
    padding: 105px 0 90px;
  }

  .fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fleet-whatsapp-notice {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: 34px;
  }

  .fleet-whatsapp-notice__content {
    max-width: 760px;
  }

  .fleet-whatsapp-notice__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fleet-whatsapp-notice__steps > div {
    min-width: 0;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 680px) {

  .fleet-section {
    padding: 80px 0 70px;
  }

  .fleet-section::before {
    top: 22px;
    right: -20px;
    font-size: 110px;
  }

  .fleet-container {
    width: calc(100% - 28px);
  }

  .fleet-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }

  .fleet-heading-copy {
    width: 100%;
  }

  .fleet-heading h2 {
    font-size: clamp(37px, 11vw, 48px);
    line-height: .98;
  }

  .fleet-description {
    font-size: 12px;
    line-height: 1.75;
  }

  .fleet-navigation {
    display: none;
  }

  .fleet-filters {
    margin-top: 34px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .fleet-filters::-webkit-scrollbar {
    display: none;
  }

  .fleet-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    min-height: 0;
  }

  .vehicle-card,
  .vehicle-image,
  .vehicle-content {
    width: 100%;
    min-width: 0;
  }

  .vehicle-card:hover {
    transform: none;
    box-shadow: 8px 8px 0 rgba(9, 42, 48, .06);
  }

  .vehicle-image {
    min-height: 0;
  }

  .vehicle-image img {
    height: auto;
    aspect-ratio: 1 / .88;
  }

  .vehicle-content {
    padding: 20px;
  }

  .vehicle-title h3 {
    font-size: 22px;
  }

  .vehicle-price strong {
    font-size: 22px;
  }

  .vehicle-specs {
    gap: 7px;
  }

  .vehicle-specs p {
    font-size: 11px;
    line-height: 1.4;
  }

  .vehicle-specs small {
    margin-bottom: 4px;
    font-size: 8px;
  }

  .spec-icon {
    width: 36px;
    height: 36px;
  }

  .spec-icon i {
    font-size: 17px;
  }

  .vehicle-button {
    min-height: 56px;
    padding: 0 10px 0 14px;
    font-size: 10px;
  }

  .vehicle-button span {
    width: 38px;
    height: 38px;
  }

  .vehicle-button i {
    font-size: 20px;
  }

  .fleet-pagination {
    justify-content: flex-start;
  }

  .fleet-page-status {
    display: none;
  }

  .fleet-whatsapp-notice {
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
    margin-top: 45px;
    padding: 26px 19px;
    box-shadow: 7px 7px 0 rgba(9, 42, 48, .07);
  }

  .fleet-whatsapp-notice__content h3 {
    font-size: 29px;
  }

  .fleet-whatsapp-notice__content p {
    font-size: 11px;
  }

  .fleet-whatsapp-notice__steps {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .fleet-whatsapp-notice__steps > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 14px;
    border-top: 0;
    border-left: 3px solid var(--red);
  }

  .fleet-whatsapp-notice__steps strong {
    margin: 0;
    font-size: 16px;
  }

  .fleet-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .fleet-count {
    align-items: flex-start;
  }

  .view-fleet-button {
    width: 100%;
    min-height: 54px;
  }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 390px) {

  .fleet-container {
    width: calc(100% - 22px);
  }

  .fleet-heading h2 {
    font-size: 35px;
  }

  .vehicle-content {
    padding: 17px;
  }

  .vehicle-title {
    flex-direction: column;
  }

  .vehicle-price {
    justify-items: start;
    text-align: left;
  }

  .vehicle-specs {
    grid-template-columns: minmax(0, 1fr);
  }

  .vehicle-specs > div {
    gap: 11px;
  }

  .vehicle-button {
    font-size: 9px;
  }

  .fleet-whatsapp-notice {
    padding: 22px 15px;
  }

  .fleet-whatsapp-notice__content h3 {
    font-size: 25px;
  }

  .fleet-count {
    width: 100%;
  }

  .fleet-count p {
    font-size: 9px;
  }

  .view-fleet-button {
    font-size: 8px;
  }
}

</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c81bf89 *//* =================================
   PAGE 2 — SECTION 3
   FINAL FLEET BOOKING CTA
================================= */

.fleet-booking-section {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
  background: #f5f3ea;
  color: var(--ink);
}

.fleet-booking-section::before {
  content: "";

  position: absolute;
  top: -230px;
  right: -200px;

  width: 520px;
  height: 520px;

  border:
    90px solid
    rgba(201, 71, 50, 0.05);

  border-radius: 50%;

  pointer-events: none;
}

.fleet-booking-container {
  position: relative;
  z-index: 2;

  width: min(1240px, calc(100% - 50px));
  margin: 0 auto;
}

/* MAIN PANEL */

.fleet-booking-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;

  overflow: hidden;

  background: var(--ink);
  color: var(--white);

  box-shadow:
    0 25px 60px
    rgba(4, 28, 34, 0.16);
}

/* LEFT SIDE */

.fleet-booking-message {
  position: relative;
  padding: clamp(45px, 6vw, 85px);

  overflow: hidden;
}

.fleet-booking-message::after {
  content: "13";

  position: absolute;
  right: -20px;
  bottom: -90px;

  color: rgba(255, 255, 255, 0.025);

  font-family: "Archivo Black", sans-serif;
  font-size: 260px;
  line-height: 1;

  pointer-events: none;
}

.fleet-booking-label {
  position: relative;
  z-index: 2;

  margin: 0 0 19px;

  display: flex;
  align-items: center;
  gap: 12px;

  color: var(--cream);

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fleet-booking-label::before {
  content: "";

  width: 37px;
  height: 3px;

  background: var(--red);
}

.fleet-booking-message h2 {
  position: relative;
  z-index: 2;

  max-width: 650px;
  margin: 0;

  font-family: "Archivo Black", sans-serif;
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 400;
  line-height: 0.89;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.fleet-booking-message h2 span {
  display: block;
  color: var(--red);
}

.fleet-booking-description {
  position: relative;
  z-index: 2;

  max-width: 570px;
  margin: 28px 0 0;

  color: var(--muted);

  font-size: 12px;
  line-height: 1.8;
}

.fleet-booking-button {
  position: relative;
  z-index: 2;

  width: max-content;
  min-height: 54px;
  margin-top: 30px;
  padding: 0 20px;

  display: flex;
  align-items: center;
  gap: 35px;

  background: var(--red);
  color: var(--white);

  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  transition: 180ms ease;
}

.fleet-booking-button:hover {
  background: var(--red-dark);
  transform: translateY(-3px);
}

/* RIGHT SIDE */

.fleet-booking-information {
  padding: clamp(40px, 5vw, 70px);

  border-left:
    1px solid
    rgba(255, 255, 255, 0.14);

  background:
    linear-gradient(
      145deg,
      rgba(71, 119, 150, 0.19),
      transparent
    );
}

.booking-information-heading {
  padding-bottom: 23px;

  display: grid;
  gap: 8px;

  border-bottom:
    1px solid
    rgba(255, 255, 255, 0.14);
}

.booking-information-heading span {
  color: var(--cream);

  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-information-heading strong {
  font-family: "Archivo Black", sans-serif;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}

.booking-information-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.booking-information-item {
  min-height: 150px;
  padding: 23px 20px 23px 0;

  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  gap: 14px;

  border-bottom:
    1px solid
    rgba(255, 255, 255, 0.13);
}

.booking-information-item:nth-child(even) {
  padding-left: 20px;

  border-left:
    1px solid
    rgba(255, 255, 255, 0.13);
}

.booking-information-item > span {
  color: var(--red);

  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
}

.booking-information-item p {
  margin: 0;

  color: #829b9a;

  font-size: 8px;
  line-height: 1.6;
}

.booking-information-item strong {
  display: block;
  margin-bottom: 6px;

  color: var(--white);

  font-size: 9px;
  text-transform: uppercase;
}

/* RATE NOTE */

.fleet-rate-note {
  min-height: 92px;
  padding: 22px 27px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  border-right:
    1px solid
    rgba(9, 42, 48, 0.16);

  border-bottom:
    1px solid
    rgba(9, 42, 48, 0.16);

  border-left:
    1px solid
    rgba(9, 42, 48, 0.16);

  background: var(--cream);
}

.rate-note-status {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rate-note-status > span {
  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: var(--red);

  box-shadow:
    0 0 0 5px
    rgba(201, 71, 50, 0.13);
}

.rate-note-status p {
  margin: 0;

  color: var(--ink);

  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.rate-note-items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}

.rate-note-items span {
  position: relative;

  color: #667a7c;

  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rate-note-items span + span::before {
  content: "";

  position: absolute;
  top: 50%;
  left: -14px;

  width: 3px;
  height: 3px;

  border-radius: 50%;

  background: var(--red);

  transform: translateY(-50%);
}

/* TABLET */

@media (max-width: 900px) {
  .fleet-booking-panel {
    grid-template-columns: 1fr;
  }

  .fleet-booking-information {
    border-top:
      1px solid
      rgba(255, 255, 255, 0.14);

    border-left: 0;
  }

  .fleet-rate-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .rate-note-items {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

/* MOBILE */

@media (max-width: 600px) {
  .fleet-booking-section {
    padding: 75px 0 60px;
  }

  .fleet-booking-container {
    width: calc(100% - 30px);
  }

  .fleet-booking-message {
    padding: 45px 23px;
  }

  .fleet-booking-message h2 {
    font-size: 45px;
  }

  .fleet-booking-button {
    width: 100%;
    justify-content: space-between;
  }

  .fleet-booking-information {
    padding: 38px 23px;
  }

  .booking-information-grid {
    grid-template-columns: 1fr;
  }

  .booking-information-item,
  .booking-information-item:nth-child(even) {
    min-height: 120px;
    padding: 20px 0;

    border-left: 0;
  }

  .rate-note-items {
    display: grid;
    gap: 11px;
  }

  .rate-note-items span + span::before {
    display: none;
  }
}/* End custom CSS */