/* GRID */
.fleet-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
}

.mobile-view {
  display: none;
}

/* CARD */
.underwriting-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.underwriting-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 70px 25px 40px;
  text-align: center;
  box-shadow: 0 0 0 3px #d7eef3 inset;
  transition: 0.3s ease;
}

.underwriting-card:hover {
  transform: translateY(-5px);
}

/* Number Badge */
.underwriting-badge {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  color: white;
}

/* Badge Colors */
.underwriting-c1 {
  background: #0c5b5f;
}

.underwriting-c2 {
  background: #3b178f;
}

.underwriting-c3 {
  background: #f05a14;
}

.underwriting-c4 {
  background: #7a7a7a;
}

.underwriting-c5 {
  background: #0c5b5f;
}

.underwriting-c6 {
  background: #20b4c5;
}

.underwriting-c7 {
  background: #a88be3;
}

.underwriting-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.underwriting-card p {
  font-size: 16px;
  line-height: 1.6;
  /* color: #333; */
}

/* Second Row Centered (3 cards) */
.underwriting-row-2 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */

@media (max-width: 1024px) {
  .underwriting-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .underwriting-row-2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}

@media (max-width: 600px) {

  .underwriting-grid,
  .underwriting-row-2 {
    grid-template-columns: 1fr;
  }

  .underwriting-card {
    padding: 60px 20px 35px;
  }

  .underwriting-badge {
    width: 75px;
    height: 75px;
    font-size: 24px;
  }
}



/* CARD END */
.data-management-list li {
  flex: 1 1 50%;
  padding: 10px;
  box-sizing: border-box;
}

.ai-summary-block {
  background-color: #dfe9f11c;
  border-left: 4px solid #009AA6;
  padding: 1em;
  margin: 1.5em 0;
  font-size: 18px;
  line-height: 1.6;
}

.data-management-list li p {
  margin-bottom: -25px;
}

.data-management-implementation ul li::before {
  top: 15px;
  left: 15px;
  height: 25px;
  width: 25px;
}

.fleet-quote-banner {
  background: url(/transportation/fleet-management/img/strip-bg.webp);
  background-size: cover;
  padding: 25px 20px;
  text-align: center;
  color: white;
  font-family: Arial, sans-serif;
}

.teal-head {
  font-size: 50px;
  font-weight: bold;
}

.datainfo-bg {
  background: #f4fbfb;
  padding: 40px;
  width: 100%;
  min-height: 200px;
}

.site-button.site-button-fixed {
  background: #ef5a16;
  color: #fff !important;
}

.study-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.study-box {
  background: #fff;
  border: 2px solid #00a5b5;
  border-radius: 6px;
  padding: 20px;
  flex: 1 1 calc(50% - 40px);
  max-width: 500px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.logo-wrapper {
  margin-top: auto;
  text-align: center;
  margin-top: 20px;
}

.case-study-underline {
  width: 80%;
  height: 2px;
  background-color: #a5a5a5;
  margin: 0 auto 15px auto;
}

.grey-box {
  background-color: #ecf5f4;
  width: 100%;
  height: 100%;
}

.grey-box h4 {
  font-weight: 500;
  line-height: 45px;
  font-size: 36px;
  padding: 50px 30px 30px 30px;
}

.grey-box p {
  padding: 0px 30px 0px 30px;
  font-size: 20px;
  color: #3a3939;
  line-height: 28px;
}

.bg-grey {
  background: #f1f2f2;
}

.bg-blue {
  background: #ddf5f9;
}

.equal-div {
  display: flex;
}

.equal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.takeaways-box {
  background-color: #dbf2f5;
  border-radius: 10px;
  padding: 20px 30px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.takeaways-title {
  color: #1ca3b3;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.takeaways-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.takeaway-item {
  flex: 1 1 300px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.check-icon {
  color: #00b2b2;
  font-size: 22px;
}

.takeaway-text b {
  color: #000;
}

.takeaway-text {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .teal-head {
    font-size: 36px;
    font-weight: bold;
  }
}

@media (min-width: 1300px) and (max-width: 1550px) {
  .testimonial-box {
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 8%);
    border-radius: 50px;
    max-width: 320px;
    flex: 1 1 320px;
  }
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .equal-image-1 img {
    width: 100%;
    height: 65%;
    object-fit: cover;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .equal-div {
    width: 100% !important;
  }

  .bg-grey {
    background: #ecf5f4;
    width: 100%;
  }

  .equal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media(max-width:991px) {
  .datainfo-bg {
    padding: 20px !important;
  }

  .mobile-view {
    display: block;
  }

  .desktop-view {
    display: none;
  }

  .text-center-below-md {
    text-align: center;
  }
}

@media (max-width: 1100px) and (min-width: 320px) {
  .equal-div {
    flex-direction: column;
  }
}

@media(max-width: 768px) {
  .data-management-list {
    flex-direction: column;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .study-wrapper {
    display: grid;
    justify-content: center;
    gap: 30px;
  }
}

@media (min-width: 0px) and (max-width: 1100px) {
  .equal-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
}