.fleet-hero-section {
  background: url("../images/About-us/aboutsection/about-bg-hero.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 60px 80px;
  overflow: hidden;
  position: relative;
  /* max-height: 600px; */
}

.hero-content h1 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 5%;
  color: #083640;
  margin-bottom: 36px;
  padding-left: 30px;
}

.hero-content p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2%;

  color: #364052;
  margin-bottom: 42px;
  max-width: 597px;
  padding-left: 30px;
}

.hero-dashboard-image img {
  width: 575px;
  height: 490px;
  /* margin-left  : 41px; */
}

.hero-btn {
  width: 146px !important;
  height: 40px !important;
  border: none;
  border-radius: 4px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  gap: 4;
  opacity: 1;
  background-color: #0659f5;
  color: white;
  font-family: Space Grotesk;
  font-weight: 500;
  font-style: Medium;
  font-size: Font/Size/md;
  line-height: 24px;
  letter-spacing: -0.3px;
  vertical-align: middle;
  text-transform: capitalize;
  /* padding-left: 30px; */
  margin-left: 30px;
}

/* complete control section  */

.complete-control {
  /* height: 1000px; */
  padding: 80px;
  background-color: white;
}

.section-titlee {
  text-align: center;
  margin-bottom: 70px;
}

.section-titlee h2 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: center;

  background:
    linear-gradient(90deg, #101828 32%, #193cb8 50%, #101828 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 22px;
}

.section-titlee p {
  color: #45556c !important;
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 32.5px;
  letter-spacing: 0px;
  text-align: center;

  max-width: 1000px;
  margin: auto;
}
.control-card {
  border-radius: 24px;
  border: 1px solid #dce5f2;
  padding: 45px;
  max-height: 530px;
  width: 513px;
  justify-self: center;
}

.control-card.light {
background: linear-gradient(135deg, #EFF6FF 0%, #FFFFFF 50%, #FFFFFF 100%);
}

.control-card.green {
background: linear-gradient(135deg, #F0FDFA 0%, #FFFFFF 50%, #FFFFFF 100%);
}

.control-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #2563eb;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 34px;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
}

.control-card h3 {
  font-family: Bricolage Grotesque;
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;

  margin-bottom: 24px;
}

.control-card p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: 0px;

  color: #45556c;
  margin-bottom: 35px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  gap: 18px;
  margin-bottom: 4px;
}

.check {
  min-width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #e8f0ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.feature-list h5 {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0f172b;
  /* margin-bottom: 4px; */
}

.feature-list p {
  /* margin: 4px; */
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: #62748e;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 4px;
}

/* everthing 1 section  */

.everything {
  padding: 80px;
  background-color: #f9fafc;
}

.complete-control .g-4 {
  justify-self: center;
  max-width: 1200px;
}

.everything-image {
  justify-self: center;
}

.everything-image img {
  max-width: 1200px;
  height: 841px;
  border-radius: 24px;
  border-width: 0.8px;
  padding-top: 0.8px;
  padding-right: 0.8px;
  padding-bottom: 0.8px;
  padding-left: 0.8px;
  opacity: 1;
  margin-top: 30px;
}

.everything-at-yours h1 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: center;

  text-align: center;
  background:
    linear-gradient(90deg, #101828 32%, #193cb8 50%, #101828 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) !important;

  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.everything-at-yours p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 32.5px;
  letter-spacing: 0px;
  text-align: center;
  color: #45556c;
}

/* powerful features section  */

.features-section {
  padding: 110px 100px;
  background: #fff;
}

.power-title {
  text-align: center;
  margin-bottom: 70px;
}

.power-title h2 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: center;

  text-align: center;
  background:
    linear-gradient(90deg, #101828 32%, #193cb8 50%, #101828 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) !important;

  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
}

.power-title p {
  max-width: 719px;
  margin: auto;
  color: #55627b;
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 32.5px;
  letter-spacing: 0px;
  text-align: center;
}

.features-section .row {
  --bs-gutter-x: -55px;
  --bs-gutter-y: 30px;
}

.feature1-card {
  background: white;
  border: 1px solid #dbe5f3;
  border-radius: 10px;
  padding: 36px;
  height: 100%;
  max-width: 390px;
  transition: 0.4s;
}


.feature1-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.features-section .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.feature1-icon {
  width: 56px;
  height: 56px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: 56px;
  margin-bottom: 32px !important;
}

.feature1-card h3 {
  font-family: Bricolage Grotesque;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  max-width: 259px;
  color: #111827;
  margin-bottom: 24px;
}

.feature1-card p {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;

  color: #45556c;
  margin: 0;
}

/* everything-at-your fingerthips  */

.fingertips-section {
  padding: 120px 100px 60px;
  background: #f9fafc;
  margin-bottom: 200px;
}

.fingertips-section .section--title {
  text-align: center;
  margin-bottom: 60px;
}

.fingertips-section .section--title h2 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: center;

  text-align: center;
  background:
    linear-gradient(90deg, #101828 32%, #193cb8 50%, #101828 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) !important;

  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}

.fingertips-section .section--title p {
  max-width: 802px;
  margin: auto;
  color: #45556c !important;
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 32.5px;
  letter-spacing: 0px;
  text-align: center;
}

#everything-para {
  color: #45556c !important;
}



.features-section .row,
.fingertips-section .row {
  --bs-gutter-y: 24px;
}

.first-dashboard-row {
  margin-bottom: 24px;
}

.dashboard-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  transition: 0.4s ease;
  max-width: 590px;
  max-height: 565px;
  display: flex;
  flex-direction: column;
}

.dashboard-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.06),
    0 8px 18px rgba(0, 0, 0, 0.04);
}

.dashboard-preview {
  padding: 24px 24px 0;
}

.dashboard-preview img {
  width: 100%;
  max-width: 513px;
  max-height: 289px;
  display: block;
  border-radius: 16px;
}

.large-card .dashboard-preview img {
  height: 300px;
  object-fit: cover;
  justify-self: center;
}
.small-card {
  max-width: 380px;
}

.small-card .dashboard-preview img {
  height: 210px;
  max-width: 330px;
  object-fit: cover;
  justify-self: center;
}

.dashboard-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.dashboard-content h3 {
  font-family: Bricolage Grotesque;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  margin-bottom: 16px;
  color: #0f172b;
  padding-left: 16px;
}

.dashboard-content p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #45556c;
  margin: 0;
  padding-left: 16px;
}

/* cta section  */

.footer-ctam {
  top: 160px;
}

.footer-ctam {
  background-image: url("../images/About-us/aboutsection/future-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  border-radius: 30px;
  padding: 90px 30px;
  text-align: center;
  z-index: 2;
  margin-top: -300px;
  box-shadow: 0px 12px 70px -36px #ffffff99;
  width: 1200px;
  max-height: 400px;
  justify-self: center;
}

.footer-ctam h2 {
  font-family: Bricolage Grotesque;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-ctam p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  max-width: 760px;
  margin: auto;
  margin-bottom: 40px;
  color: #cad5e2;
}

.join-btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 153px;
  height: 46px;
  background: #fff;
  color: #0c57db;
  font-family: Space Grotesk;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  margin: 40px;
  border-radius: 4px;
  transition: 0.3s ease;
  text-decoration: none;
}

/* footer section   */

.footer-section {
  padding: 220px 60px 60px !important;
}



/* ==========================================
   MOBILE RESPONSIVE
========================================== */

@media (max-width: 991px) {

  .fleet-hero-section {
    padding: 120px 0 50px;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 34px;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 26px;
    padding-left: 0;
    margin-bottom: 25px;
  }

  .hero-btn {
    margin-left: 0;
  }

  .hero-dashboard-image {
    margin-top: 40px;
    text-align: center;
  }

  .hero-dashboard-image img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin-left: 0;
  }

  .complete-control {
    padding: 60px 20px;
  }

  .control-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 30px;
  }

  .section-titlee h2,
  .power-title h2,
  .everything-at-yours h1,
  .fingertips-section .section--title h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .section-titlee p,
  .power-title p,
  .everything-at-yours p,
  .fingertips-section .section--title p {
    font-size: 16px;
    line-height: 28px;
  }

  .everything {
    padding: 60px 20px;
  }

  .everything-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .features-section {
    padding: 60px 20px;
  }

  .feature1-card {
    max-width: 100%;
  }

  .fingertips-section {
    padding: 60px 20px;
    margin-bottom: 100px;
  }

  .dashboard-card,
  .small-card {
    max-width: 100%;
  }

  .dashboard-preview img,
  .large-card .dashboard-preview img,
  .small-card .dashboard-preview img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .dashboard-content h3 {
    font-size: 22px;
    line-height: 30px;
    padding-left: 0;
  }

  .dashboard-content p {
    padding-left: 0;
  }

  .footer-ctam {
    width: 100%;
    margin-top: -120px;
    padding: 60px 20px;
    max-height: none;
  }

  .footer-ctam h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .footer-section {
    padding: 180px 0 60px !important;
  }
}

/* ==========================================
   MOBILE (576px)
========================================== */

@media (max-width: 576px) {

  .fleet-hero-section {
    padding: 100px 0 40px;
  }

  .hero-content h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 24px;
  }

  .section-titlee h2,
  .power-title h2,
  .everything-at-yours h1,
  .fingertips-section .section--title h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .control-card {
    padding: 24px;
  }

  .control-card h3 {
    font-size: 24px;
  }

  .feature1-card {
    padding: 24px;
  }

  .feature1-card h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .dashboard-content {
    padding: 20px;
  }

  .dashboard-content h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-ctam {
    margin-top: -80px;
    border-radius: 20px;
  }

  .footer-ctam h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .join-btn {
    width: 140px;
    height: 42px;
    margin: 25px auto 0;
  }
}