
        body {
            font-family: 'Anek Latin', sans-serif;        
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }

        .section-heading{
            font-size: 48px;
            font-family: 'Lexend Deca', sans-serif;
        }
        .section-para{
            font-size: 18px;
            font-family: 'Anek Latin', sans-serif;        
        }
        .section-padding{
            padding: 4rem 0; 
        }

        @media screen and (min-width: 769px) and (max-width: 1280px) { 
            .section-heading{
                font-size: 32px;  
            }
        }

        @media (max-width: 768px) {
            .section-heading{
                font-size: 30px;  
            }
            .section-padding{
                padding: 3rem 0;
            }
        }



/*banner*/
.about-banner-section{
    position: relative;
}
.about-banner-wrapper img{
    width: 100%;
    height: auto;
}

.about-banner-text{
    position: absolute;
    top: 30%;
    left: auto;
    width: 30%;
}

.about-banner-text h1{
    color: #1C204F;
}

.about-banner-text p{
    color: #000;
    line-height: 26px;
}

.mobile-banner{
    display: none;
    width: 100%;
}

/*banner css end*/

/*journey -card section css start*/
.core-values-section {
  background: #FAFAFA;
}

.core-values-section .section-title {
  font-weight: 600;
  color: #000;
}

.core-values-section .value-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  background: #fff;
  height: 100%;
  transition: all 0.3s ease;
}

.core-values-section .core-value-card-main-wrapper>div{
    margin-bottom: 20px;
}

.core-values-section .value-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.core-values-section .icon-box {
  width: 65px;
  height: 65px;
  background: #0d6efd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.core-values-section .icon-box img {
  width: 100%;
  height: auto;
}

.core-values-section .value-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #000;
    font-family: 'Lexend Deca', sans-serif;
}

.core-values-section .value-card p {
  font-size: 16px;
  color: #626262;
  font-weight: 400;
  margin-bottom: 0;
}


/*benifits section*/
.benefits-section {
  background: #ffffff;
}

.benefits-section .benefits-title {
  font-weight: 600;
  color: #000;
}

.benefits-section .benefit-card {
  background: #E2EBFF;
  border-radius: 12px;
  padding: 32px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #E6E6E6;
}

.benefits-section .benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.benefits-section .benefit-icon {
  margin-bottom: 20px;
}

.benefits-section .benefit-icon img {
    width: 100%;
    height: auto;
    max-width: 20%;
}

.benefits-section .benefit-card h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
font-family: 'Lexend Deca', sans-serif;
}

.benefits-section .benefit-card h5{
  font-size: 32px;
  font-weight: 500;
  color: #0276FD;
  font-weight: 700;
  text-transform: uppercase;
}

.benefits-section .benefit-card p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
}


/*jounery cta section*/
.journey-cta-section {
  background: #ffffff;
}

/* Images layout */
.journey-cta-section .cta-images-wrapper {
    display: flex;
    gap: 20px;
}

.journey-cta-section .cta-img {
  overflow: hidden;
}

.journey-cta-section .cta-heading{
  font-size: 32px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  font-family: 'Lexend Deca', sans-serif;
}

.journey-cta-section .cta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-cta-section .cta-content p {
  color: #000;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 300;
}

.journey-cta-section .cta-content{
    padding-right: 4rem;
}

.journey-cta-section .cta-btn {
  background: #06439C;
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 20px;
  font-weight: 400;
}


/*best practices*/
.best-practices-section {
  background: #FAFAFA;
}

.best-practices-section .best-practices-title {
  font-weight: 700;
  color: #1C204F;
}

.best-practices-section .practice-card {
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  padding: 18px;
  height: 100%;
  transition: all 0.3s ease;
}

.best-practices-section .practice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.best-practices-section .practice-icon {
  width: 48px;
  height: 48px;
  background: #E2EBFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.best-practices-section .practice-icon img {
  width: 100%;
  height: auto;
}

.best-practices-section .practice-card h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #000;
  font-family: 'Lexend Deca', sans-serif;
}

.best-practices-section .practice-card p {
  font-size: 16px;
  color: #626262;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
}

.best-practices-section .practice-inner-wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
}


/*other services section*/
.other-services-section {
  background: #FAFAFA;
}

.other-services-section .other-services-title {
  font-weight: 700;
  color: #1C204F;
}

.other-services-section .other-services-subtitle {
  color: #626262;
}

.other-services-section .services-card-main-wrapper{
  width: 70%;
  margin: 0 auto;
}

.other-services-section .service-card {
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: all 0.25s ease;
}

.other-services-section .service-card:hover {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.other-services-section .service-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.other-services-section .service-body {
  padding: 26px 26px 22px;
}

.other-services-section .service-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.other-services-section .service-icon {
  width: 50px;
  height: 50px;
  background: #E2EBFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.other-services-section .service-icon img {
  /*width: 100%;*/
  height: auto;
}

.other-services-section .service-body h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin: 0;
  height: 50%;
}

.other-services-section .service-body p {
  font-size: 16px;
  color: #626262;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 22px;
}

.other-services-section .service-arrow {
  width: 100%;
  height: auto;
  max-width: 20%;
  padding: 0px 20px;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
  color: #000;
}

.other-services-section .service-card:hover .service-arrow {
  background: #0b4ecb;
  color: #fff;
  border-color: #0b4ecb;
}

.other-services-section .service-arrow:hover .white-arrow{
  display: block;
}

.other-services-section .service-arrow:hover .blue-arrow{
  display: none;
}


/*vechical showcase*/
.vehicle-showcase-section {
  background: #ffffff;
}

.vehicle-title {
  font-weight: 700;
  color: #1C204F;
}

.vehicle-showcase-section .vehicle-card {
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.vehicle-showcase-section .vehicle-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.vehicle-showcase-section .vehicle-card p {
  padding: 14px 16px 18px;
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin: 0;
  line-height: 26px;
}

.vehi.vehicle-showcase-section cle-carousel .owl-dots {
  margin-top: 24px;
}

.vehicle-showcase-section .vehicle-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #E2EBFF !important;
}

.vehicle-showcase-section .vehicle-carousel .owl-dot.active span {
  background: #06439C !important;
}


.vehicle-showcase-section .custom-owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.vehicle-showcase-section .custom-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
  border: none;
  padding: 0;
  cursor: pointer;
}

.vehicle-showcase-section .custom-dot.active {
  background: #1c1f4a;
  transform: scale(1.3);
}

.vehicle-showcase-section .vehicle-carousel .owl-stage {
  display: flex;
}

.vehicle-showcase-section .vehicle-carousel .owl-item {
  display: flex;
}

.vehicle-showcase-section .vehicle-carousel .owl-item > div {
  height: 100%;
  padding: 0 2px;
}


/*testomonial section*/
.testimonials-section {
  background: #E2EBFF;
  overflow: hidden;
}

.section-title {
  color: #1C204F;
}

.section-subtitle {
  color: #626262;
}

/* Fade edges */
.testimonials-wrapper::before,
.testimonials-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 140px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.testimonials-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #eaf0ff 0%, transparent 100%);
}

.testimonials-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #eaf0ff 0%, transparent 100%);
}

.testimonial-card {
  background: #1C204F;
  color: #fff;
  border-radius: 12px;
  border:1px solid #89B0F1;
  padding: 45px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Quote */
.quote-icon img{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}


/* User */
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}

.testimonial-user img {
  width: 100%;
  height: auto;
  max-width: 30%;
}

/* Partial side look */
.testimonials-carousel .owl-item {
  opacity: 0.35;
  transform: scale(0.96);
  transition: 0.3s ease;
}

.testimonials-carousel .owl-item.active {
  opacity: 1;
  transform: scale(1);
}

/* ===== IMAGE MATCH DOTS ===== */
.testimonials-carousel .owl-dots {
  margin-top: 40px !important;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.testimonials-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ffffff !important;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s;
}

.testimonials-carousel .owl-dot.active span {
  width: 10px;
  height: 10px;
  background: #06439C !important;
  opacity: 1;
}

.testimonials-carousel .owl-stage{
  display: flex;
}

.testimonials-carousel .owl-item{
  display: flex;
}

.testimonials-carousel .owl-item>div{
  height: 100%;
}



@media screen and (min-width: 1025px) and (max-width: 1380px) {
  .journey-cta-section .cta-heading{
    font-size: 28px;
  }
  .core-values-section .value-card h4{
    font-size: 20px;
  }
  .best-practices-section .practice-card h4{
    font-size: 19px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .journey-cta-section .cta-heading{
    font-size: 22px;
  }
  .core-values-section .value-card h4{
    font-size: 15px;
  }
  .core-values-section .value-card p{
    font-size: 14px;
  }
  .benefits-section .benefit-card h4{
    font-size: 20px;
  }
  .benefits-section .benefit-card h5{
    font-size: 28px;
  }
  .best-practices-section .practice-card h4{
    font-size: 16px;
  }
  .best-practices-section .practice-card p{
    font-size: 14px;
  }
  .other-services-section .service-body h4{
    font-size: 18px;
  }
  .about-banner-text{
    left: 5%;
  }
} 

@media screen and (min-width: 768px) and (max-width: 991px) {
  .other-services-section .service-body h4{
    height: 85px !important;
  }
}


@media (max-width: 991px) {
    .best-practices-section .practice-card h4{
      font-size: 18px;
    }
    .about-banner-text{
        width: 40%;
        top: 10%;
    }
    br{
        display: none;
    }
    .journey-cta-section .cta-content{
      padding: 0;
    }
    .journey-cta-section .cta-images-wrapper{
        gap: 8px;
    }
    .core-values-section .value-card h4{
        font-size: 19px;
    }
    .core-values-section .value-card p{
        font-size: 16px;
    }
    .benefits-section .benefit-card h4{
        font-size: 20px;
    }
    .form-card{
        padding: 30px;
    }
    .journey-cta-section .cta-heading{
      font-size: 30px;
    }
    .other-services-section .services-card-main-wrapper{
      width: 100%;
    }
    .benefit-card-main-wrapper>div{
      margin-bottom: 20px;
    }
    .benefits-section .benefit-card h5{
      font-size: 26px;
    }
    .testimonials-wrapper::before{
      background: linear-gradient(to right, #eaf0ff 0%, transparent 50%);
    }
    .testimonials-wrapper::after{
      background: linear-gradient(to right, #eaf0ff 0%, transparent -50%);
    }

}


@media (max-width: 767px) {
  .mobile-banner{
        display: block;
    }
    .desktop-banner{
        display: none;
    }
    .about-banner-text{
        top: 4%;
        width: 90%;
    }
    .best-practices-section .practice-icon, .best-practices-section .practice-card h4{
      margin-bottom: 0;
    }
    .best-practices-section .practice-inner-wrapper{
      margin-bottom: 10px;
    }
}