.image-section {
  margin-top: 4%;
  width: 100%;
  height: 465px;
  /* You can adjust height */
  background-image: url('../images/img69.jpeg');
  /* 🔁 Replace this with your actual image path */
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.overlay-text {
  position: absolute;
  bottom: 27px;
  left: 32px;
  font-size: 50px;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.overlay-text:hover {
  opacity: 0.9;
}


.image-section::before {
  border-radius: 12px;
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 33, 71, 0.4);
  /* dark blue with transparency */
}

@media (max-width: 768px) {
  .overlay-text {

    font-size: 24px;
    bottom: 11px;
    right: 14px;
  }


  .image-section {
    height: 250px;


  }
}



.partner-hero {
  padding: 60px 20px;
  background-color: #ffffff;
  text-align: center;
}

.partner-header .partner-subtitle {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 8px;
}

.partner-header .partner-title {
  font-size: 40px;
  font-weight: 600;
  color: #193153;
  margin-bottom: 40px;
}

.partner-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.partner-card {
  background-color: #F0F3F8;
  border-radius: 12px;
  width: 348px;
  padding: 60px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.partner-btn {
  align-self: flex-start;
  display: inline-block;
  padding: 12px 38px;
  font-size: 16px;
  border: 1px solid #193153;
  color: #193153b7;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;


}

.partner-btn:hover {
  border: 1px solid #193153;
  border-radius: 8px;
  background: #F7F8FC;

}

.partner-text h3 {
  font-size: 30px;
  color: #193153;
  font-weight: 500;
  margin-bottom: 15px;
}

.partner-text img {
  width: 95px;
  height: auto;
  padding-top: 30px;
}



.partner-info {
  max-width: 700px;
  margin: 40px auto 0;
  text-align: left;
  font-size: 23px;
  color: #193153;
  font-weight: 300;
  line-height: 1.8;
  padding: 0 20px;
}

/* .info-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #0f2c4f;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
} */

@media (max-width: 768px) {
  .partner-header .partner-title {
    font-size: 30px;
  }

  .partner-text h3 {
    font-size: 19px;
  }
}


.info-btn {
  display: inline-block;
  background: #001d3f;
  color: #fff;
  padding: 13px 25px;
  border-radius: 12px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 300;
  transition: background 0.3s ease;
   text-decoration: none;
}

.info-btn:hover {
  border: 1px solid #193153;
  border-radius: 12px;
  background: #F7F8FC;
  color: #193153;
}



.info-btn:hover,
.info-btn:focus,
.info-btn:visited {
  text-decoration: none;
  /* color: inherit; */
}



.feature-benefits {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  padding: 60px 20px;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 5%;
}

.feature-item {
  width: auto;
  height: auto;
  color: #193153;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.feature-icon {
  width: 90px;
  height: auto;
  margin-bottom: 20px;
}


.hero-image-box {
  width: 90%;
  margin: 0 auto;
  height: 450px;
  /* adjust height as needed */
  background-image: url('../images/img70.jpeg');
  /* ⬅️ replace with your PNG path */
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  position: relative;
  overflow: visible;

}

.hero-button-text {
  position: absolute;
  bottom: 25px;
  right: 35px;
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-image-box::before {
  border-radius: 12px;
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 33, 71, 0.4);
  /* dark blue with transparency */
}

.hero-button-text:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .hero-button-text {

    font-size: 24px;
    bottom: 11px;
    right: 14px;
  }


  .hero-image-box {
    height: 250px;
    filter: brightness(80%);

  }

  .section h2 {
    font-size: 36px;
  }

  .fleet-header h2 {
    font-size: 32px;
  }

  .partner-info {

    font-size: 14px;

    line-height: 1.7;
    padding: 0 39px;
  }


}


.accordion-section {
  max-width: 600px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: sans-serif;
}

.accordion-heading {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #193153;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.accordion-toggle {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  color: #193153;
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-toggle .symbol {
  font-size: 30px;
  opacity: 0.60;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 0;
  padding-right: 0;
}

.accordion-content p {
  margin: 0 0 15px;
  line-height: 1.6;
  color: #193153b4;
  font-size: 16px;
  font-weight: 300;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
  padding: 0 0 20px 0;
}

.accordion-item.active .symbol {
  content: "-";
  font-size: 28px;
}

@media (max-width: 768px) {
  .accordion-heading {
    text-align: left;
    font-size: 26px;
  }

  .accordion-toggle {

    font-size: 17px;
    font-weight: 200;
  }

  .accordion-item.active .symbol {
    content: "-";
    font-size: 21px;
  }

  .accordion-content p {

    font-size: 15px;

  }


}


.testimonial-slider-section {
  background-color: #162A46;
  padding: 50px 17px;
  overflow: hidden;
  border-radius: 12px;
  margin: 0px 2%;
}

.testimonial-slider {
  overflow: visible;
  position: relative;
  width: 45%;
  ;
}

.testimonial-track {
  display: flex;
  width: calc(6 * 33.3333%);
  animation: slideLoop 14s cubic-bezier(0, 0, 0, 0) infinite;
}

.testimonial-card {
  flex: 0 0 31.3333%;
  background-color: #0c1e38;
  color: #fff;
  margin: 0 10px;
  padding: 30px 25px;
  border-radius: 8px;
  min-height: 280px;
  position: relative;
  box-sizing: border-box;
}

.testimonial-card h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.testimonial-card p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 10px;
  font-weight: 300;
  color: #ffffffe0;
  margin-top: 10%;
}

.quote-icon {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 28px;
  color: #2f4565;
}

@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100%);
  }

  50.01% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}


@media (max-width: 1024px) {
  .testimonial-slider {
    width: 100%;
    /* Take full width on tablets and below */
  }

  .testimonial-track {
    width: calc(6 * 50%);
    /* 2 cards visible per slide */
  }

  .testimonial-card {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .testimonial-track {
    width: calc(6 * 50%);
    /* 1 card visible per slide */
  }

  .testimonial-slider-section {

    padding: 50px 17px;
    overflow: hidden;
    border-radius: 12px;
    margin: 0px 2%;
  }

  .testimonial-card {
    flex: 0 0 25%;
    margin: 0 5px;
    /* reduce spacing */
    padding: 25px 18px;
  }

  .testimonial-card h4 {
    font-size: 16px;
  }

  .testimonial-card p {
    font-size: 14px;
  }

  .quote-icon {
    font-size: 24px;
    top: 16px;
    right: 16px;
  }

  .video-text h2 {
    font-size: 40px;

  }
}


.video-info-section {
  text-align: center;
  padding: 60px 20px;
}

.video-text h2 {
  font-size: 40px;
  color: #193153;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 400;
}

.arrow-icon {
  width: 60px;
  height: auto;
  margin-bottom: 30px;
}

.video-preview {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
}

.video-thumbnail {
  width: 100%;
  max-width: 65vw;
  border-radius: 12px;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1f2937;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.play-button:hover {
  background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 768px) {


  .video-text h2 {
    font-size: 23px;

  }

  .video-thumbnail {
    /* width: 100%; */
    max-width: 90vw;

  }

}