
:root {
  --primary: #012A5E;
  --primaryLight: #E0EDFD;
  --secondary: #E6242C;
  --success: #24AE0D;
  --dark: #242424;
  --natural: #7A7A7A;
  --light: #FFFFFF;
  --danger: red;
  --orange: orange;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0px;
  padding-bottom: 0px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

.navbar-wrapper {
  width: 100%;
  display: flex;
}

 /* .container{max-width: 100%; padding: 0px 80px;} */
.navbar{padding:5px 0px;}
.right-section {
  display: flex;
  gap: 20px;
  align-items: center;
}

.exchange-wraper-img img {
  width: 100%;
}
.select-language {
  display: flex;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 40px;
  padding: 8px 20px 8px 20px;
  color: #141414;
  font-size: 14px;
  position: relative;
  background: #fff;
  gap: 8px;
  align-items: center;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
/******/
.two-wheeler-types {
  display: flex;
  column-gap: 10px;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  justify-content: center;
  margin-top: 30px;
}
.two-wheeler-types .two-wheeler-type {
  width: 25.333%;
  padding: 0px 0;
  position: relative;
  text-align: center;
  border: 1px solid var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.two-wheeler-types .two-wheeler-type input[type="radio"] {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;opacity: 0;z-index: 2; cursor: pointer;
}

input[type="radio"]:active, input[type="radio"]:checked {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: url(../images/icons/active.svg);
}
.two-wheeler-types .two-wheeler-type .twt-wrapper{  padding: 20px 0px;}
.two-wheeler-types .two-wheeler-type input[type="radio"]:checked ~ .twt-wrapper {
  background: #012A5E;
  width: 100%;

  color: #fff;
}
.two-wheeler-types .two-wheeler-type input[type="radio"]:checked ~ .twt-wrapper span{color: #fff;}

.two-wheeler-types .two-wheeler-type .twt-wrapper span{ width: 100%; display: inline-block; font-size: 24px; font-weight: 500;color: #ccc;}
.exchange-wraper {
  background: #B5D6FE80;
  padding: 50px 0px;
  margin: 50px 0px;
}
.exchange-wraper p {
  font-size: 16px;
  color: #012A5E;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 26px;
}
.select-vehicle {
  margin-top: 45px;
}
.select-vehicle h2  {
  font-size: 28px;
  color: #012A5E;
  line-height: 30px;
  text-align: center;
  margin: 0px;font-weight: 600;
}

.why-choose h2  {
  font-size: 28px;
  color: #012A5E;
  line-height: 30px;
  text-align: center;
  margin: 0px;font-weight: 600;
}
.faq_heading_h2  {
  font-size: 28px;
  color: #012A5E;
  line-height: 30px;
  text-align: center;
  margin: 0px;font-weight: 600;
}

.why-choose{margin-bottom: 50px; }
.why-choose-section {
  width: 100%;
  display: flex;
  justify-content: space-between; gap:20px;
  margin-top: 30px;
}
.wcs-box {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B5D6FE80;
  border-radius: 10px;
  flex-wrap: wrap;padding:50px 0px 30px;
}

.wcs-box img {
  width: 65px;
  height: 64px;
}

.main-slide img {
  border-radius: 16px;
}
.wot-breadcrumb {
  margin-bottom: 24px;
  padding: 12px 0;
  background-color: var(--primaryLight);
}
.wot-breadcrumb .breadcrumb-inner {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wot-breadcrumb .breadcrumb-inner li {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  color: #303030;
}
.wot-breadcrumb .breadcrumb-inner li a {
  color: #303030;
  text-decoration: none;
  transition: .5s ease-in-out;
}
.wcs-box h4{width: 100%;display: inline-block; text-align: center; font-size: 16px; font-weight: 600;color: #012A5E;line-height:28px;
  margin:25px 0px 20px;}
.wcs-box span{width: 100%;display: inline-block; text-align: center; font-size: 13px; color: #012A5E; padding: 0px 14px;}

.wcs-box:hover {
  background: #012A5E;
}
.wcs-box:hover img{filter: brightness(0) invert(1);}
.wcs-box:hover h4, .wcs-box:hover span{ color: #fff; }

.faq-wrapper{background:#DAEBFF; margin-bottom: 50px; padding:50px 0px; margin-top: 30px;}


.faq-wrapper .nav-pills .nav-link {
  border-radius: 8px;
  border: 1px solid #012A5E;
  text-align: center;
  font-size: 20px;
  color: #012A5E;margin-bottom: 15px;
}
.faq-wrapper .nav-pills .nav-link.active, .faq-wrapper .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #012A5E;
  font-weight: 600;
}
.faq-wrapper .btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 0px 0px;
  line-height: 40px;
}

.faq-wrapper .accordion > .card > .card-header {

  padding: .75rem 1.25rem;
  background-color: #fff;
  border-bottom: none;
  border-radius: 8px;
}

.faq-wrapper .accordion > .card {
 background-color: #fff;
  border: none; margin-bottom: 15px;border-radius: 8px; }

.faq-wrapper .btn-link:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.faq-wrapper .card-body {
  padding: .75rem 1.25rem 1.5rem;
  padding-top: 0px;
  font-size: 16px;
  line-height: 28px;
}
.faq-wrapper .btn-link::after {
      content: '+';
      font-weight: 400;
      float: right; font-size: 28px;
      margin-left: auto; color: #EE2326;
    }
.faq-wrapper .btn-link.collapsed::after {
      content: '+';
    }
   .faq-wrapper .btn-link:not(.collapsed)::after {
      content: '-';
    }
    /*************************** Footer QRcode***************************************/

    .copyright {
      background: #f3f3f3;
      padding: 15px 0px;
      text-align: center;
    }
    .copyright {
      background: #f3f3f3;
      padding: 20px 0px;
      text-align: center;
    }
    footer.container {
      background: #DAEBFF;
      text-align: center;
      line-height: 70px;
      display: flex;
      justify-content: center;
      gap: 20px;
    }
footer.container .footer-links{ color: #000; }
footer.container .footer-links a {
  color: #000;
  text-decoration: underline;
}
footer.container .footer-links a:hover{ color: #ff0000; }
footer.container {
  background: #DAEBFF;
  text-align: center;
  line-height: 70px;
  max-width: 100%;
}
footer.container p{margin-bottom: 0px;}

     #backToTop {
      visibility: hidden; /* Initially hidden */
      opacity: 1; /* Initially fully transparent */
      position: fixed;
      bottom:0px;
      right: 40px;
      z-index: 100;
     color:#012A5E;
      border: none;
      padding:0px;
      border-radius: 5px;
      font-size:38px;
      cursor: pointer;
      transition: opacity 0.5s ease, visibility 0.5s ease; /* Smooth transition */
    }
    #backToTop:hover {
       color:#EE2326; /* Darker blue on hover */
    }


/***************************************end*******************************************/




/* RESPONSIVE CSS
-------------------------------------------------- */



@media (max-width: 767px) {
 .container{max-width: 100%; padding: 0px 15px!important;}

.two-wheeler-types .two-wheeler-type {
    width: 33.333%;}
.two-wheeler-types .two-wheeler-type .twt-wrapper img {
    width: 60px;
}
.two-wheeler-types .two-wheeler-type .twt-wrapper span {
    font-size: 16px;
}
.exchange-wraper img {
    width: 100%;
    margin-bottom: 20px;
}
.exchange-wraper p {
  font-size: 16px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 32px;
}
.wcs-box {
    width: 100%;
    padding: 20px 15px 15px;
}
.why-choose-section {
    padding: 0px 0px 0px 20px;
}
.why-choose-section.owl-carousel .owl-stage {
    padding-left: 0 !important; /* Remove the left padding */
}
.owl-carousel .owl-item .wcs-box img {
    display: block;
    width: auto;
}


}


@media (max-width: 450px) {

  .select-vehicle h2 { font-size: 24px; line-height: 36px;}
  .select-language{font-size: 12px;margin-right: 5px;gap: 5px;padding: 8px 15px 8px 15px;}
.wheeltrust-logo img {
  width: 100%;
}
.wheeltrust-logo {
  width: 90px;
}
.right-section {
  display: flex;
  gap: 5px;
  align-items: center;
}
svg.bi.bi-chevron-down {
    width: 12px;
}

.wcs-box h4{font-size: 18px; line-height: 24px;}
.wcs-box span{ font-size: 14px; }

footer.container {
    background: #DAEBFF;
    text-align: center;
    line-height: 28px;
}
footer.container p {
    padding: 10px 0px;
}

    footer.container p {
        padding: 10px 0px;
        font-size: 16px;
    }

.owl-dots button.owl-dot{width: 9px; height: 9px;}


}