/* Banner section */
#bannerSwiper.swiper {
  width: 100%;
  height: 100%;
}
.banner-section {
  position: relative;
}
.slide-container {
  display: flex;
  justify-content: end;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 10;
}
.logo-banner {
  height: fit-content;
  width: 150px;
}
.logo-banner img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.submit-button {
  justify-content: space-between;
  align-items: center;
}
.banner-slide1 {
  
  /* min-height: calc(100vh - 110px); */
}
.banner-slide2 {
  /* min-height: calc(100vh - 110px); */
}
.banner-container {
  display: flex;
  align-items: center;
  height: 600px;
}
.banner-content {
  font-size: 40px;
  max-width: 65%;
  color: #ffffff;
  -webkit-text-stroke: 2px #001d53;
  font-weight: 800;
  /* background: rgba(0, 0, 0, 0.2);
backdrop-filter: blur(20px); */
}
#bannerSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* State permit */
.state-permit {
  padding: 50px 0;
  background-color: #ffffff;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-190px * 8));
    transform: translateX(calc(-190px * 8));
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-190px * 8)); /* shift only 6, then loop */
  }
}

.slider {
  background: linear-gradient(
    165deg,
    white,
    rgb(112, 176, 236),
    rgb(14, 14, 121)
  );
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  height: 130px;
  margin: auto;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  padding-block: 15px;
  border-block: 2px #3f71b3;
  border-style: inset;
  border-radius: 15px;
}
.slider::before,
.slider::after {
  /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(190px * 16); /* doubled because we duplicated slides */
}
.slider .slide-track:hover {
  animation-play-state: paused;
}

.slider .slide {
  height: 100px;
  width: 180px;
}
.slider .slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* About section */
.about-section {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.left-ab-cont {
  width: 100%;
  height: fit-content;
  margin-left: auto;
}
.left-ab-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.right-ab-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.right-ab-cont p {
  font-size: 14px;
  color: #777777;
}
.right-ab-cont .ab-btn {
  color: white;
  text-align: left;
  background: #1848a0;
  padding: 8px 25px;
  width: fit-content;
}
.ab-btn:hover {
    background:#ff9500;
  .fa-arrow-right {
    color: black;
    transform: translateX(10px);
  }
  transition: all 0.3s ease-in-out;
}
/* Service */
.service-section {
  padding: 50px 0;
  background: linear-gradient(122deg, #3f71b3, rgb(89, 194, 243), white);
}
.service-section .title2 {
  color: #001d53;
}
.service-section .title2 span {
  color: #25801d;
}
.service-section p {
  color: white;
  max-width: 620px;
  margin: 0 auto 30px;
  text-align: center;
}
.service-row {
  row-gap: 20px;
}
.cart-img {
  height: 60%;
  width: 85%;
  border-top-right-radius: 62px;
  padding-top: 1px;
}
.cart-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-top-right-radius: 62px;
}
.slide-cart {
  width: 100%;
  height: 275px;
  overflow-y:auto;
  background-color: #ffffff;
  border-top-right-radius: 62px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
.slide-cart:hover {
  transform: scale(1.02);
  background-color: #fffbfb;
  transition: all 0.5s ease-in-out;
  .slide-btn {
    color: #ff9500;
    transition: all 0.4s ease-out;
  }
  .fa-arrow-right {
    transform: translateX(10px);
  }
}
.slide-cont .title4 {
  font-size: 22px;
  text-transform: capitalize;
  text-align:start;
}
.slide-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slide-cart p {
  color: rgb(1, 21, 40);
  font-weight: 500;
  font-size: 14px !important;
  text-align: left;
  margin-bottom: 10px;
}
.slide-btn {
  color: #ac6400;
  text-align: left;
}


.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
}
/* Authorised Section */
.authorised-section {
  padding: 50px 0;
}
.authorised-section .title2 {
  text-align: center;
  margin-bottom: 36px;
  color: #001d53;
}
.authorised-section .title2 span {
  color: #25801d !important;
}
.authorised-section .para {
  font-size: 15px;
  text-align: center;
  color: #919191;
}
.authorised-section .submit-button{
    margin-top:16px;
    width:170px;
    margin-left:auto;
    
}
.authorised-section .sub-head {
  box-shadow: -1px -1px 5px black;
  border-left: 8px solid #3f71b3;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.reg-form2 {
  padding: 20px 10px 10px 12px;
  background-color: #ebebeb;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
  /* border-radius: 10px; */
  border-right: 5px solid #001d53;
  border-bottom: 5px solid #25801d;
}

#aadhar {
  margin-left: auto;
  border: 1px solid black;
  border-radius: 10px;
  padding: 5px 10px;
  width: 100%;
  background-color: white;
}
.authorised-section .form-label {
  margin-bottom: 0;
  font-size: 14px;
}
.reg-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.reg-box > div {
  width: 40%;
}
.reg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 180px;
  width: 160px;
}
.reg-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.authorised-section .form-control {
  width: 100%;
}
.authorised-section .submit-btn {
  width: 100%;
}
/* Insurance */
.insurance-section {
  padding: 50px 0;
  background-color: #071229;
  position: relative;
}
.insurance-section .title2 {
  text-align: center;
  color: white;
  margin-bottom:25px;
}
.insurance-section .title2 span {
  color: #3bff2a;
  
}
.insurance-section .para {
  /*max-width: 625px;*/
margin: 14px auto 28px;
  color: #fff;
  text-align: center;
  background: #0071b6;
  padding: 18px 15px;
  border-left: 8px solid white;
  box-shadow: -1px -1px 5px #123077;
}
.offer {
  position: absolute;
  top: 0;
  right: 10px;
}

.ins-cart {
  background-color: white;
  padding: 10px 15px;
  border-top: 3px solid #e98903;
  border-right: 3px solid #e98903;
  border-bottom: 3px solid #25801d;
  border-left: 3px solid #25801d;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotateY(0deg); /* Initial state */
  transition: transform 1s linear;
  overflow-y:auto;
}

.ins-icon {
  height: 90px;
  width: 100px;
}
.ins-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/*  */
/* Testimonial Section */
.testimonial-sec {
  padding: 50px 0;
  background-color: #0c2c70;
}
.testimonial-sec .title2 {
  color: #ffffff;
}
.testimonial-slide {
  width: 100%;
  height: 260px;
  overflow-y:auto;
  padding: 15px 10px 10px 7px;
  background-color: transparent;
  border-radius: 7px;
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid #ffffff;
  color: white;
}
/* #testimonialSwiper .swiper-slide-next .testimonial-slide {
  background-color: #e98903;
  transition: all 0.3s ease-in-out;
  color: white;
} */
.profile-img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  border: 1px solid white;
}
.profile-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.top-part{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.testimonial-slide p{
  background: rgba(7, 23, 53, 0.6);
  margin-top: 15px;
   padding-inline: 5px;

}
.testimonial-slide .title4+p{
   margin-left: 0;
}
#testimonialSwiper .swiper-slide {
  padding-top: 55px !important;
  padding:10px;
}

#testimonialSwiper .swiper-button-prev,
#testimonialSwiper .swiper-button-next {
  top: 24% !important;
}
#testimonialSwiper .swiper-button-prev {
  left: 0;
}
#testimonialSwiper .swiper-button-next {
  right: 0;
}
.swiper-button-prev,
.swiper-button-next {
  color: #ff9500;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  height: 40px;
  width: 40px;
  top: 52% !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #ff9500;
  color: white;
  transition: all 0.3s ease-in-out;
}
/* Registration */
.contact-sec {
  padding: 50px 0;
  background-color: rgb(255, 255, 255);
}
.reg-form {
  padding: 20px 10px 10px 12px;
  background-color: #f5f5f5;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  border: 2px solid #3f71b3;
}
.form-label {
  margin-bottom: 0;
  font-size: 14px;
}
.form-control {
  border: 1px solid #252525;
  width: 60%;
  font-size: 14px;
  margin-left: auto;
  text-transform: capitalize;
  border-radius: 12px;
}
.form-control2 {
  border: 1px solid #252525;
  width: 100%;
  font-size: 14px;
  margin-left: auto;
  text-transform: capitalize;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 12px;

}

#location {
  padding: 5px 10px;
  border: 1px solid #252525;
  border-radius: 10px;
  width: 60%;
  margin-left: auto;
}
#vehicle-rc {
  padding: 5px 10px;
  border: 1px solid #252525;
  border-radius: 10px;
  margin-left: auto;
  width: 60%;
  font-size: 12px;
}
.map-img {
  height: fit-content;
  max-width: 350px;
  margin-top: 15px;
}
.map-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.submit-btn {
  background-color: rgb(0, 105, 204);
  color: white;
  border: none;
  padding: 7px 5px;
  border-radius: 16px;
  font-weight: 500;
  min-width: 100px;
}
.submit-btn:hover {
  background-color: #ff9500;
  transition: all 0.3s ease-in-out;
}
/* FAQ Section */
/* .faq-section {
  padding: 10px 0;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: 2px solid #ff9500;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
} */
.accordion {
  width: 100%;
  /* border-radius: 8px; */
  margin-bottom: 20px;
  overflow: hidden;
}

.accordion-header {
  background: #f4f4f4;
  cursor: pointer;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  /* border-bottom: 1px solid #000000; */

  /* border-bottom: 1px solid #ccc; */
}
.accordion-header:hover,
.active .accordion-header {
  background-color: #bee9fd !important;
}
.accordion-header p {
  margin-bottom: 0;
}

.accordion-header span {
  font-size: 24px;
  font-weight: 500;
  background-color: #001d53;
  border-radius: 50%;
  color: white;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-content {
  display: none;
  padding: 15px;
  background: #fff;
  font-size: 16px;
}
.accordion-content p {
  margin-bottom: 0;
}
.accordion.active .accordion-content {
  display: block;
}
.faq-title {
  position: relative;
  max-width: 150px;
  margin: 0 auto 30px;
}
.faq-title::after,
.faq-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 3px;
  background-color: #ff9500;
}
.faq-title::after {
  right: -60px;
}
.faq-title::before {
  left: -60px;
}
.faq-btn {
  color: #ac6400;
  margin-left: 15px;
  margin-bottom: 20px;
}
.faq-btn:hover {
  color: #ff9500;
  transition: all 0.3s ease-in-out;
}
/* Blog Section */
.blog-sec{
    padding: 50px 0;
    background-color: antiquewhite;
}
.blog-cart{
    box-shadow: 0 4px 5px gray;
    border-radius: 12px;
    margin-bottom: 30px;
    height:425px;
    overflow-y:auto;

}

.blog-content{
    padding: 10px 15px;
}
.blog-img{
    height: 200px;
    max-width: 100%;
}
.blog-img img{
    height: 100%;
    width: 100%;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    /*object-fit: contain;*/
}
.blog-title{
    font-size: 20px;
    color: #25801d;
    margin-bottom: 14px;
}
.blog-para{
    max-width: 100%;
    font-size: 14px;
    color: black;
    margin-bottom:14px;
}
.blog-link{
    color: #ff9500;
    margin-bottom: 10px;
}
.blog-link:hover{
    transform:scale(1.1)
}

/* media screen */
@media screen and (max-width: 992px) {
  .map-img {
    margin: 20px auto;
  }
  .choose-left {
    margin-bottom: 20px;
  }
  .banner-content {
    max-width: 50%;
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .left-ab-cont,
  .choose-left-cont p,
  .choose-right-img {
    margin-inline: auto;
  }
   .left-ab-cont{
       max-width:500px;
       margin:0 auto 20px;
   }
  .choose-left-cont {
    text-align: center;
  }
  .ins-cart {
    margin-bottom: 15px;
  }
  /* authorized sec */
  .reg-box {
    display: block;
    margin-bottom: 0;
  }
  .reg-logo {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    left: auto;
    transform: none;
  }
  .reg-box > div {
    width: 60%;
  }
  .form-control {
    margin-bottom: 15px;
  }
  /* insurance  */
  .insurance-section .title2,
  .insurance-section .para {
    text-align: left;
    margin-inline: 0;
    margin-bottom: 20px;
  }
  #aadhar {
    margin-bottom: 15px;
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .reg-box > div {
    width: 100%;
  }
  .reg-logo {
    display: none;
  }
  .authorised-section .para {
    font-size: 12px;
  }
  .insurance-section {
    padding-top: 100px;
  }
  .banner-slide1,
  .banner-slide2,
  .banner-container {
    height: 750px;
  }
  .banner-content {
    max-width: 100%;
    font-size: 28px;
    text-align: center;
  }
  .slide-container {
    transform: translateX(0);
    top: 25%;
    padding-top: 15px;
  }
  .banner-container {
    align-items: start;
  }
  .form-label,
  .form-control,
  #location {
    font-size: 12px;
  }
  #vehicle-rc {
    font-size: 10px;
    padding: 4px 6px;
  }
  .authorised-section .sub-head {
    padding: 12px 10px;
  }
  .authorised-section .para {
    text-align: left;
  }
}




