/* 13 aug 25 */
#searchvehicle {
  padding: 5px 15px;
  border-radius: 7px;
  background: aliceblue;
  box-shadow: none;
  border:none;
}


/* 3-june-25 */
.upcoming-rating{
  background: #e6ffe4;
    padding: 2px 15px;
    border-radius: 15px;
    font-size: 14px;
    text-transform: uppercase;
}



/* 29-may-25 */
.upcoming-label {
  position: absolute;
    top: 5px;
    left: 5px;
    background: #e6ffe4;
    padding: 2px 15px;
    border-radius: 15px;
    font-size: 14px;
    text-transform: uppercase;
}

/*16-apr-25*/
a.tableLink {
    color: #000;
}
a.tableLink:hover {
    color: #4a881f;
}
.brandname {
    padding: 0px 10px;
}
.brandname a{
    color: #66b335;
}
/*16-apr-25*/
/* 9-apr */
.allEvehicles a {
  color: #66b336;
  text-decoration: none;
  cursor: pointer;
}
/*2-apr*/
.selectcity span.select2 {
    width: 100% !important;
}
.selectcity span.select2 span.select2-selection {
    height: 30px;
    border-radius: 20px;
}
.variantPricelist {
    padding: 20px;
    height: 100%;
}
.variantPricelist h4 {
    font-size: 15px;
}
/*2-apr*/
/*27-march*/
form.evfinder {
    background: #fff !important;
    box-shadow: #000 0px 8px 24px;
}
.single_brand_wrap {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 20px;
}
.single_brand_wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    text-decoration: none;
}
.single_brand_wrap .brand_title {
    margin: 10px auto 0px;
}
.mySwiper .nav:after {
    content: none !important;
}
.sliderNav{
    color: #10badc;
    font-size: 30px;
}
.sliderNav:hover{
    color: #64b43b;
}
.swiper-slide {
    padding-bottom: 1px;
}
.mySwiper{
    padding: 0px 20px !important;
}
/*27-march*/

/*25-mar*/
div#sectionnavLinks {
    display: flex;
    position: sticky;
    top: 55px;
    background: linear-gradient(to right, #f8fff3, #effcff);
    gap: 10px;
    padding: 10px 20px;
    z-index: 999;
    width: 100%; 
    overflow-x: auto; 
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    white-space: nowrap; 
    border: solid 1px #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
a.custom-scroll-link {
    color: #444444;
    text-decoration: none;
    display: block;
    padding: 2px 10px;
    background: #66b43717;
    border-radius: 20px;
    border: solid 1px #dbdbdb;
}
a.custom-scroll-link.active {
    background: #66b437;
    color: #fff;
}
/*25-mar*/
/*19-03*/
.allEvehicles .owl-nav {
    margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
}
.owl-carousel.allEvehicles .owl-nav button {
    margin: 0px;
    padding: 0px !important!;
    line-height: 22px;
}
.allEvehicles .owl-nav button i {
    font-size: 30px;
    color: #10badc;
}
.owl-carousel.allEvehicles .owl-nav button:hover i {
    color: #64b43b;
}
.allEvehicles {
    position: relative;
    padding: 0px 20px;
}
.allEvehicles .owl-dots {
    padding: 0px;
    display: none;
}
.owl-carousel.allEvehicles .owl-nav button:hover {
    background: none;
}

.ev-vehicle-card {
    border-radius: 20px;
    height: 100%;
position: relative;
  }
.ev-vehicle-card .vehicle-image {
    border-radius: 20px 20px 0px 0px;
    height: 170px;
    object-fit: cover;
    border-bottom:solid 1px #dee2e6;
}
.ev-vehicle-card a.vehiclelink {
    color: #000;
    text-decoration: none;
}
.ev-vehicle-card .vehiclename {
    font-weight: 700;
    text-align: left;
}
.ev-vehicle-card p {
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
.ev-vehicle-card p span {
    font-weight: 400;
    text-align: left;
}
.ev-vehicle-card .ev-vehicle-info {
    padding: 15px;
}
.headButton .heading {
    margin: 0px;
}
select#variantdrop {
    padding: 3px 10px;
    border-radius: 20px;
}
.toggle-btn {
    position: fixed;
    bottom: 0px;
    right: 10px;
    background-color: #66b336;
    color: #fff;
    padding: 7px 15px 0px 15px;
    border: none;
    border-radius: 20px 20px 0px 0px;
    z-index: 1000;
    cursor: pointer;
    display: none; /* Hidden by default */
    transition: bottom 0.3s ease-in-out; /* Smooth transition */
}
.drawer {
    position: fixed;
    bottom: -250px;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #fff;
    background-image: linear-gradient(90deg, rgba(11, 186, 229, 0.24), rgba(106, 179, 46, 0.24));
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
    transition: bottom 0.3s ease-in-out;
    padding: 10px 15px;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 999;
}
a.drawerButton {
    display: block;
    width: fit-content;
    background: linear-gradient(to right, #0bbae5, #6ab32e);
    border-radius: 20px;
    text-decoration: none;
    padding: 5px 20px;
}
a.drawerButton:hover {
    background: linear-gradient(to right, #6ab32e, #0bbae5);
    color: #fff;
}
.drawerButtonWrap {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.drawer.open {
    bottom: 0;
}
.toggle-btn.moved {
    bottom: 250px; 
}
.tablelink.comparevarient {
    width: 100%;
    text-align: center;
}
#drawer .vehicle-image {
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
}
#drawer .image_wrap {
    position: relative;
    padding: 5px;
    border: solid 1px #fff;
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
/*    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
}
#drawer .removeEV {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    border: none;
    color: #fff;
    background: red;
    border-radius: 0px 15px 0px 15px;
    padding: 2px 12px;
}
#drawer .removeEV:hover {
    background: #f86262;
}
p.Drawernotice {
    margin: 0px;
    text-align: center;
    margin-top: 10px;
}
p.Drawernotice em {
    background: #fff;
    padding: 2px 10px;
}
/*19-03*/
/* The Modal (background) */
.interior-lightbox-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 100px; /* 15px from the top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Black w/ opacity */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
    text-decoration: none;
}
.item .caption {
    color: #6ab32f;
    font-style: italic;
    font-size: 14px;
}
/* Modal Content (Image) */
.interior-modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

/* Caption of Modal */
#interiorCaption {
    color: #ccc;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

/* Close Button */
.interior-close {
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 100;
}

.interior-close:hover,
.interior-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Next and Previous Buttons */
.interior-prev, .interior-next {
    text-decoration: none;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    padding: 16px;
    margin-top: -22px;
    cursor: pointer;
    transition: 0.3s ease;
}

.interior-prev {
    left: 0;
}

.interior-next {
    right: 0;
}

.interior-prev:hover,
.interior-next:hover {
    color: #bbb;
}


.mobile-pictures {
  background-image: url('/assets/tata500x500.webp');
  background-size: contain;  /* Ensures the whole image fits */
  background-repeat: no-repeat;
  background-position: center;
  width: 441px; 
  height: 441px; 
}
p.scrollHead {
    width: fit-content;
    position: relative;
    font-style: italic;
}
p.scrollHead:after {
    content: "";
    width: 300px;
    border-bottom: solid 1px #000;
    position: absolute;
    z-index: 9;
    margin-left: 9px;
    top: 50%;
}
.scroll-container {
    display: flex;
    height: 380px;
}
.buttons-container {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    justify-content: space-between;
}
.scroll-button {
    padding: 5px;
    border: none;
    background: none;
    text-align:left;
}
.scroll-button:hover {
    background-color: #d4efff;
}
.scroll-button.active {
    background-color: #d4efff;
    font-weight: bold;
    position: relative;
}
.scroll-button.active:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translate(0, -50%) rotate(45deg);
    z-index: 9;
    background: #d4efff;
}
.scroll-content-container {
    flex: 1;
    height: 375px;
    overflow-y: auto;
    position: relative;
    padding: 20px;
    border-radius: 20px;

}
.scroll-content-container::-webkit-scrollbar {
  width: 8px;
}
.scroll-content-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #000;
}
.scroll-content-container::-webkit-scrollbar-thumb {
  background: #000;
}
.scroll-content {
    margin-bottom: 30px; 
}
.scroll-content p {
    font-size: 15px;
    margin-bottom: 10px;
}
.scroll-content strong {
    font-weight: bold;
}
a.tablelink {
    display: block;
    color: #000;
    text-decoration: none;
    width: fit-content;
    background: #d9edff;
    padding: 0px 10px;
    border-radius: 20px;
    border: solid 1px #d9edff;
    cursor: pointer;
}
a.tablelink:hover {
    background: #c5ffd6;
    border:solid 1px #88c69a;
}
.product-ratingreviews {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.product-ratingreviews h1 {
    margin: 0px;
}
.socialshare a {
    color: #62b43e;
    font-size: 20px;
}
.socialshare {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 10px 0px;
    align-items: center;
}
.socialshare p {
    margin: 0px;
}
.product-description a#toggle-link {
    color: #6ab32f;
    font-style: italic;
    font-size: 14px;
}
.key-specifications .pros{
    padding: 19px;
    background: #e6ffe4;
    border-radius: 20px;
    height: 100%;
}
.key-specifications .cons{
    padding: 19px;
    background: #ffe4e4;
    border-radius: 20px;
    height: 100%;
}
/*single-vehicle*/
.product-picture{
border-radius:20px;
}
.owl-carousel.news .newssmcards {
    display: flex;
    flex-direction: column;
}
.owl-carousel.news .newssmcards img {
    border-radius: 20px;
    height: 195px;
}
.owl-carousel.news .newssmcards .newscontent {
    padding: 20px;
    text-align: left;
}
.owl-carousel.news .newssmcards .newscontent p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* single product page css */
.quick-images ul {
  padding: 0;
  text-align: center;
}

.quick-images ul li {
  margin-bottom: 10px;
  list-style: none;
}

.quick-images ul li a img {
  width: 85px;
  border-radius: 10px;
}

.image-text-container {
  position: relative;
  display: inline-block;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* Text color */
  font-size: 14px; /* Font size */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Optional text shadow */
}

.image-text-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, /7%); /* Black semi-transparent overlay */
  z-index: 1; /* Makes sure the overlay appears over the image */
}

.car-picture {
  img {
    border-radius: 10px;
  }
}

.product-description {
  padding: 10px;
  p {
    color: rgba(36, 39, 44, 0.7);
    margin-bottom: 0px;
    font-size: 13px;
  }
}

.price-point {
  padding: 10px;
  p {
    span {
      a {
        color: #6ab32e;
        text-decoration: none;
        font-size: 12px;
      }
    }
  }

  p:first-of-type {
    font-size: 20px; /* Example style */
    font-weight: 500;
    margin-bottom: 0px;
  }
}

table,
th,
td {
  border: none;
}
.inner-specfications {
  td:nth-child(odd) {
    color: #4b4343; /* Grey color for the first td in each row */
    text-align: start;
  }

  td:nth-child(even) {
    font-weight: 600; /* Bold text for the second td in each row */
  }
  text-align: end;
}

.key-specifications {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    h2 {
        font-size: 1.3rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 1rem;
    }
  .spec-heading {
    ul {
      display: flex;
      padding-left: 0px;

      li {
        list-style: none;
        margin-left: 20px;
        color: #66b436;
      }

      li:first-child {
        margin-left: 0px;
      }
    }
  }
}

.singe-image-carosuel-previous,
.singe-image-carosuel-next {
  display: block !important;
}

.specs tbody tr {
  border-bottom: 1px solid black;
}

.specs tbody tr td {
  padding: 10px;
}

.specs tbody tr td i {
  font-size: 22px;
  font-weight: 700;
  color: #6ab32e;
}

.standout-picture {
  img {
    border-radius: 10px;
  }
  p {
    padding: 5px;
    font-weight: 700;
  }
}

.ratingnreview {
  display: flex;
  justify-content: space-between;

  .ratingnreview-inner {
    display: flex;
    align-items: center;
    h4 {
      padding: 0px 10px;
      margin-bottom: 0px;

      i {
        color: gold;
      }
    }
  }
}

.explore-more {
  p {
    padding-bottom: 0px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  a {
    color: #6ab32e;
    font-weight: 700;
  }
}

.price-table {
  td, th {
    text-align: left;
    padding: 8px;

    span {
      color: grey;
      font-size:14px;
    }
  }

  tr {
    border-bottom: 1px solid black;
  }

  tr:nth-child(1) {
    background-color: #dddddd;
    border-bottom: none;
  }

  tr:last-child {
    border-bottom: none;
}
    margin-bottom: 0px;
}

.evcars li .nav-link{
  color:#000;
}
.evcars .nav-link.active{
 color:#fff;
 background-image:linear-gradient(to right, #0bbae5, #6ab32e);
 border-radius:10px;
 border-color:transparent;
}
.evcars .nav-link:hover{
border:transparent;
}
.price-list {
    list-style: none;
    padding: 0;
    width: 100%;
}
.price-item {
    position: relative;
    width: 100%;
    padding: 7px 0px;
    /* border-bottom: 1px solid #ddd; */
    cursor: pointer;
    /* background: #f9f9f9; */
    display: flex;
    flex-direction: column;
}

.price-item:last-child {
    border-bottom: none;
}

.dropdown-icon {
    transition: transform 0.3s ease;
    margin-right: 10px;
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
}

.price-info {
    display: none;
    width: 100%;
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid #ddd;
}

.rotate {
    transform: rotate(180deg);
}

/* compare car prices  css */
.compare-prices {
    border: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
    /* Only top-left rounded */
    border-radius: 8px 0 0 8px;
    /* Only top-right rounded */

    overflow: hidden;
    margin-bottom: 20px;
    background: #f8f8f8;
    /* Grey background */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.car-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.car-info {
    background: #ffffff;
    /* Light grey background */
    padding: 15px;
}

.car-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.car-price {
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.compare-btn {
    background: linear-gradient(to right, #0bbae5, #6ab32e);
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 20px !important;
    width: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
}


.compare-btn:hover {
    background: #0056b3;
}

.features-list {
    list-style: none;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.features-list li {
    font-size: 16px;
    padding-bottom: 2px;
    display: flex;
    align-items:flex-start;


  }

.features-list i {
    color: #0bbae5;
    margin-right: 10px;
    font-size: 18px;
}

/* Carousel Wrapper */
.car-carousel-wrapper {
    /* max-width: 900px; */
    margin: auto;
    overflow: hidden;
    position: relative;
}

/* Carousel Track */
.car-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    justify-content:center;
}

/* Single Car Card */
.car-item {
    min-width: 33.33%;
    text-align: center;
    padding: 10px;
}

.car-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* Navigation Buttons */
.car-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    z-index: 10;
}

.car-prev-btn {
    left: 10px;
}

.car-next-btn {
    right: 10px;
}

/* Color Selector Buttons */
.car-color-selector {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.car-color-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    margin: 0 5px;
    cursor: pointer;
}

.car-color-btn.active {
    border: 2px solid #191a18k;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .car-item {
        min-width: 100%;
    }
}

/* thumbnail images design css */
.xy-gallery-container {
    max-width: 900px;
    margin: auto;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.xy-category-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.xy-category-tabs button {
    padding: 8px 12px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.xy-category-tabs .xy-active {
    background: blue;
    color: white;
}

.xy-main-carousel img {
    width: 100%;
    border-radius: 8px;
}

.xy-thumbnail-carousel {
    margin-top: 8px;
}

.xy-thumbnail-carousel img {
    width: 84px;
    height: 60px;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

.xy-thumbnail-carousel img.xy-active {
    border: 2px solid blue;
}

.xy-thumbnail-carousel {
    margin-top: 5px !important;
    /* Reduce space */
}

.xy-main-carousel {
    margin-bottom: 5px !important;
    /* Reduce gap between carousel and thumbnails */
}

.owl-stage-outer {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

/* Mahindra BE 6 Specs & Features */
.feature-tabs {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}

.feature-tab {
    text-align: center;
    padding: 2px 15px;
    border: 1px solid #6ab32e;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.feature-tab:hover {
    background-color: #ffffff;
}

.active-tab {
    background: linear-gradient(to right, #0bbae5, #6ab32e);
    color: #fff !important;
    border: none;
}


/*secnd color section */

       /* Wrapper styling */
    .car-carousel-wrapper {
        text-align: center;
        max-width: 100%;
        margin: auto;
    }

    /* Car images */
    .car-carousel img {
        width: 100%;
        max-width: 600px;
        display: none; /* Hide all images initially */
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

    .car-carousel img.active {
        display: block; /* Show active image */
        opacity: 1;
    }

    /* Color selection buttons */
    .car-color-selector {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .car-color-btn {
        width: 30px;
        height: 30px;
        margin: 5px;
        border: none;
        cursor: pointer;
        transition: transform 0.2s;
        border-radius: 50%;
    }

    /* Active button style */
    .car-color-btn.active {
        transform: scale(1.2);
        border: 2px solid #000;
    }
/* Change color of previous and next icons */
.singe-image-carosuel-previous,
.singe-image-carosuel-next {
    filter: drop-shadow(2px 4px 6px black);
}
.new-offers{
padding:20px 0px;
}
/*end-single-vehicle*/


button{
  font-family: play !important;
}

h1{
font-family:play;
font-weight:700;
}

p{ 
font-family:sans-serif !important;
}
.comparewrap .color_wrap {
    max-width: fit-content;
    margin: auto;
}
.comparewrap .colorbox {
    display: flex;
    flex-direction: row;
    margin-bottom: 3px;
}
.row.smallcardnews {
    background: linear-gradient(    90deg,    rgba(11, 186, 229, 0.24),    rgba(106, 179, 46, 0.24)  );
    border-radius: 20px;
    min-height: 130px;
}
.imagewrap {
    border-radius: 20px 0px 0px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contentwrap {
    padding: 15px 10px;!;!importan;!i;!;
}
.contentwrap a {
    color: #000;
    text-decoration: none;
}


/*5-feb*/
.faqsection h2 {
    margin: 0px !important;
}
.faqsection a {
    color: #10b9da;
}
.faqsection h2 button.accordion-button {
    font-weight: 800;
}
.faqsection h2 .accordion-button:not(.collapsed)::after {
    background-image: url('/assets/drop-up-arrow.png');
    transform: none;
}
.faqsection h2 button.accordion-button::after {
    background-image: url('/assets/drop-down-arrow.png');
    transform: none;
}
  .toggleSearchBtns.mobile{
    display: none;
  }
.vehicles {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.single-vehicle img {
    max-width: 100%;
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px 0px 0px 0px;
}
.content {
    padding: 10px 10px;
}
.single-vehicle.second img {
    border-radius: 0px 10px 0px 0px;
}
.comparecard {
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.single-vehicle.second:before {
    content: 'vs';
    position: absolute;
    left: -16px;
    top: 28px;
    height: 30px;
    width: 30px;
    background: #66b437;
    font-size: 22px;
    line-height: 16px;
    padding: 5px;
    color: #fff;
    border-radius: 30px;
}
.single-vehicle.second {
    position: relative;
}
.single-vehicle {
    width: 50%;
    background: #fff;
    border-radius: 10px;
}
.single-vehicle h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}
.comparecard a {
    background: #12bad9;
    padding: 5px;
    display: block;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
}
.comparecard a:hover {
    background: #0d849a;
}
.comparecard .link {
    padding: 10px;
    text-align: center;
}
/*5-feb*/
/*04-feb*/
.suggest-dropdown {
    position: relative;
}
ul.suggestions-list {
    position: absolute;
    z-index: 999;
    background: aliceblue;
    left: 0;
    right: 0;
    list-style: none;
    text-align: left;
    padding: 0px;
    border-radius: 7px;
    max-height: 150px;
    overflow-y: scroll;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
ul.suggestions-list::-webkit-scrollbar {
  width: 6px;
}
ul.suggestions-list::-webkit-scrollbar-track {
  border-radius: 5px;
}
ul.suggestions-list::-webkit-scrollbar-thumb {
  background: #14b9d4; 
  border-radius: 5px;
}
ul.suggestions-list::-webkit-scrollbar-thumb:hover {
  background: #0c90a6; 
}
ul.suggestions-list li {
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: dotted 1px #0dbae1;
}
.addvehiclecompare {
    text-align: center;
    padding: 8px 8px;
    border: dashed 1px #b2b2b2;
    border-radius: 10px;
    position: relative;
}
.clearbtn {
    position: absolute;
    top: -3px;
    right: -3px;
    border: none;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 600;
    background: red;
    color: #fff;
}
.clearbtn:hover {
    top: -2px;
    right: -2px;
}
.addvehiclecompare label {
    font-size: 14px;
}
.addvehiclecompare .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 20px;
}
.addvehiclecompare .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 20px;
}
.addvehiclecompare .select2-container--default .select2-selection--single {
    height: 24px;
}
.addvehiclecompare i {
    font-size: 60px;
    color: #0cbae3;
    cursor: pointer;
}
.addvehiclecompare i:hover {
    color: #0b8caa;
}
.comparebtnwrap button.CompareEVbutton {
    border: none;
    line-height: 16px;
    border-radius: 50px;
    padding: 8px 15px;
    background: linear-gradient(to right, #0bbae5, #6ab32e);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.comparebtnwrap button.CompareEVbutton:hover {
    background: linear-gradient(to right, #6ab32e, #0bbae5);
}
.comparebtnwrap {
    display: flex;
    padding-top: 20px;
    flex-direction: row;
    justify-content: center;
}
/*04-feb*/
/*30jan*/
.comparetable {
    width: 100%;
    table-layout: fixed;
    overflow-x: auto;
    border-collapse: collapse;
}
.comparewrap {
    margin: auto;
    margin-bottom: 30px;
    padding: 10px 20px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
}
.comparetable img.vehicle-image {
    width: 200px;
    max-width: 100%;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
}
.comparetable tbody tr th {
    border: solid 1px #cecbcb !important;
    max-width: 150px;
    width: 150px;
}
.comparetable tbody {
    border-top: solid 1px #cecbcb !important;
}
.viewallrowsbtn {
    background: linear-gradient(to right, #0bbae5, #6ab32e);
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    padding: 2px 8px;
    color: #ffffff;
}
.viewallrowsbtn:hover {
    color: #fff;
}
.compare_table_heading h2 {
    font-size: 20px;
}
.comparetable thead tr th {
    background: #dedede;
    text-align: center;
    border: solid 1px #cecbcb !important;
}
.comparetable thead tr th:first-child {
    text-align: left;
    max-width: 150px;
    width: 150px;
}
.comparetable th {
    font-size: 14px;
    padding: 5px;
    text-transform: capitalize;
    word-wrap: break-word;
}
.comparetable td {
    font-size: 14px;
    text-align: center;
    padding: 5px;
    word-wrap: break-word;
    border: solid 1px #cecbcb !important;
}
i.green {
    color: #5fb444;
    font-size: 20px;
}
i.red {
    color: red;
    font-size: 20px;
}
i.star {
    color: #ff9901;
    font-size: 20px;
}
/*30jan*/
/* 28jan */
.banner-fixform-wrapper #charging_stationcardone {
    position: absolute;
    transform: translate(0%, -50%);
    z-index: 999;
    height: auto;
    width: 300px;
    background: #fff;
    top: 50%;
    left: 5%;
    border-radius: 20px;
}
.banner-fixform-wrapper {
  position: relative;
}
.listing_blogs .buttonwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
        
                
/*23-jan*/
.buttonwrap {
    text-align: center;
    padding: 20px;
}
.loadmoreBtn {
    background: linear-gradient(to right, #0bbae5, #6ab32e);
    border: none;
    padding: 7px 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 20px;
}
.loadmoreBtn:hover {
    background: linear-gradient(to right, #6ab32e, #0bbae5);
}
.preloaderwrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}
/*21/jan25 css start*/
.owl-carousel .item {
    text-align: center;
}
.tiles-image {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 200px;
}
.tiles-image a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.inner-video-info h5{
    text-align:start;
}
.owl-nav{
  display:none;
}
.owl-dots{
  padding:10px 0px;    
}
.row.banner {
    display: flex;
    align-items: center;
}
.banner-form{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/*13/jan/2025 start*/
.main-blog .blog-information table td {
  border: solid 1px #000 !important;
  padding: 5px;
  text-align: center;
}
.main-blog .blog-information table th {
    border: solid 1px #000 !important;
    padding: 5px;
    text-align: center;
}
.main-blog .blog-information table td p {
  padding: 0px;
}
.main-blog .blog-information table {
  margin: 20px 0px;
  width: 100%;
}
.main-blog .blog-information li {
  margin-bottom: 10px;
}
.main-blog .blog-information ul,
.blog-information ol {
  margin-bottom: 20px;
}
.main-blog .blog-information h1,
.blog-information h2,
.blog-information h3,
.blog-information h4,
.blog-information h5,
.blog-information h6 {
  margin: 15px 0px;
}


.blog-information h2,
.blog-information h3
 {
font-size:1.75rem;
}


.blog-information h4 {
  font-size:1.55rem;
}


.blog-information h5 {
  font-size:1.25rem;
}

.blog-information h6 {
  font-size:1.00rem;
}

/*13/jan/2025 end*/

form.login-form {
  text-align: left;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
}
.passwrap {
  position: relative;
}
.passtoggle {
  position: absolute;
  top: 6px;
  right: 10px;
}

.table_wrap .tablehead {
  background: #0cbae4;
  padding: 10px;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
}
.comming-soon-design {
  padding: 60px 30px;
  text-align: center;
  background: rgb(106, 179, 46);
  background: linear-gradient(
    306deg,
    rgba(106, 179, 46, 0.3395483193277311) 0%,
    rgba(135, 214, 70, 0.20789565826330536) 25%,
    rgba(255, 255, 255, 0.698091736694678) 50%,
    rgba(177, 233, 247, 0.2415091036414566) 75%,
    rgba(11, 186, 229, 0.34515056022408963) 100%
  );
  border-radius: 20px;
}
.comming-soon-design h1 {
  font-size: 100px !important;
}
.comming-soon-design p {
  margin-bottom: 40px;
  font-size: 20px;
}
.table_wrap .tablehead h5 {
  margin: 0px;
}
.table_wrap .tablebody {
  border: solid 1px;
  border-top: 0px;
  border-color: #0cbae4;
  padding: 20px;
  border-radius: 0px 0px 20px 20px;
}
.table_wrap {
  margin-bottom: 20px;
}
.tablebody th {
  width: 200px;
  border: solid 1px #e7e7e7 !important;
  padding: 5px 10px !important;
  background: #0cbae414;
}
.tablebody td {
  border: solid 1px #e7e7e7 !important;
  padding: 5px 10px !important;
}
.row.ajaxblogs {
  row-gap: 20px;
}
.main-blog .blog-information img {
  max-width: 100%;
  margin: 20px auto;
  border-radius: 10px;
}
.single-image img.img-fluid {
  border-radius: 10px 10px 0px 0px;
}
/*7jan*/
/*7jan2025 start*/

.thereesixy-picture {
  background-color: #f7f7f7;
  border-radius: 10px;
  text-align: center;
  img {
    width: 225px;
  }
}

.our-box {
  border: 1px solid #dee2e6;
  margin-top: 20px;
}

/* 7 jan2025 end*/

.newsinfo {
  padding: 20px;
}
.newscard {
  background: linear-gradient(
    90deg,
    rgba(11, 186, 229, 0.24),
    rgba(106, 179, 46, 0.24)
  );
  border-radius: 20px;
  height: 100%;
}
.newsimage img {
  border-radius: 20px 20px 0px 0px;
}
.newsinfo a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.newsinfo span {
  font-weight: 500;
}
.newssmcards img {
    border-radius: 20px 0px 0px 20px;
    min-height: 100px;
    object-fit: cover;
    height: 100%;
}
.newssmcards a {
  color: #000;
  text-decoration: none;
}
.newssmcards p {
  margin: 0px;
}
.row.newssmcards {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.col-md-6.second-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.newssmcards .col-md-8 {
  padding: 10px 20px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newssmcards .col-md-4 {
  padding: 0px;
}
.subscribersection {
  margin-top: 30px;
}
/*newinfo*/

/*single page css start*/
.terms a {
  color: #000;
}

.quick-images ul {
  padding: 0;
  text-align: center;
}

.quick-images ul li {
  margin-bottom: 10px;
  list-style: none;
}

.quick-images ul li a img {
  width: 85px;
  border-radius: 10px;
}

.image-text-container {
  position: relative;
  display: inline-block;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* Text color */
  font-size: 14px; /* Font size */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Optional text shadow */
}

.image-text-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, /7%); /* Black semi-transparent overlay */
  z-index: 1; /* Makes sure the overlay appears over the image */
}

.car-picture {
  img {
    border-radius: 10px;
  }
}

.car-picture-info {
  .info-splits {

    i {
      color: #6ab32e;
      padding-left: 5px;
    }

    .product-ratingreviews {
      padding: 10px;
      h2 {
        font-family: play, sanserif;
      }
      ul {
        display: flex;
        padding-left: 0px;
        margin-bottom: 0px;
        li {
          list-style: none;
          /* margin-left: 10px; */

          i {
            color: gold;
          }
          a {
            cursor: pointer;
          }
        }
      }
    }
  }
}

.product-description {
  padding: 10px;
  p {
        color: #000;
        margin-bottom: 0px;
        font-size: 15px;
        line-height: 23px;
  }
}

.price-point {
  padding: 10px;
  p {
    span {
      a {
        color: #6ab32e;
        text-decoration: none;
        font-size: 12px;
      }
    }
  }

  p:first-of-type {
    font-size: 20px; /* Example style */
    font-weight: 500;
    margin-bottom: 0px;
  }
}

table,
th,
td {
  border: none;
}
.inner-specfications {
  td:nth-child(odd) {
    color: #4b4343; /* Grey color for the first td in each row */
    text-align: start;
  }

  td:nth-child(even) {
    font-weight: 600; /* Bold text for the second td in each row */
  }
  text-align: end;
}

.key-specifications {
  padding: 20px;
  border-radius: 20px;

  .spec-heading {
    ul {
      display: flex;
      padding-left: 0px;

      li {
        list-style: none;
        margin-left: 20px;
        color: #66b436;
      }

      li:first-child {
        margin-left: 0px;
      }
    }
  }
}

.singe-image-carosuel-previous,
.singe-image-carosuel-next {
  display: block !important;
}

.specs tbody tr {
  border-bottom: 1px solid black;
}

.specs tbody tr td {
  padding: 10px;
}

.specs tbody tr td i {
  font-size: 22px;
  font-weight: 700;
  color: #6ab32e;
}

.standout-picture {
  img {
    border-radius: 10px;
  }
  p {
    padding: 5px;
    font-weight: 700;
  }
}

.ratingnreview {
  display: flex;
  justify-content: space-between;

  .ratingnreview-inner {
    display: flex;
    align-items: center;
    h4 {
      padding: 0px 10px;
      margin-bottom: 0px;

      i {
        color: gold;
      }
    }
  }
}

.explore-more {
  p {
    padding-bottom: 0px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  a {
    color: #6ab32e;
    font-weight: 700;
  }
}
.price-table th {
    background: #d9edff;
}
.price-table {
  td,
  th {
    text-align: left;
    padding: 8px;
    white-space:nowrap;
    span {
      color: grey;
      font-size: 14px;
    }
  }

  tr {
    border-bottom: 1px solid black;
  }
  tr:nth-child(1) {
    background-color: #dddddd;
    border-bottom: none;
  }
}

.evcars li .nav-link {
  color: #000;
  border: transparent;
}

.evcars .nav-link.active {
  color: #fff;
  background-image: linear-gradient(to right, #0bbae5, #6ab32e);
  border-radius: 10px;
  border-color: transparent;
}

.evcars .nav-link:hover {
  border: transparent;
}


table,
th,
td {
  border: none !important;
}
.inner-specfications {
  td:nth-child(odd) {
    color: #4b4343; /* Grey color for the first td in each row */
    text-align: start;
  }

  td:nth-child(even) {
    font-weight: 600; /* Bold text for the second td in each row */
  }
  text-align: end;
}

.carouse-picture img {
  border-radius: 10px;
}

.inner-specfications tbody tr {
  padding-bottom: 10px;
}

.other-car-info {
  padding: 12px;

  h4 {
    text-align: start;
  }

  span {
    display: block;
  }

  button {
    padding: 7px 108px;
    margin-top: 10px;
    border: none;
    color: #fff;
    border-radius: 10px;
    background-image: linear-gradient(to right, #6ab32e, #0bbae5);
    font-weight: 600;

    a {
      text-decoration: none;

      &:hover {
        color: #fff;
        background-image: linear-gradient(to right, #6ab32e, #0bbae5);
      }
    }
  }
}

/* single page css end */

.searchblogs {
    width: 100%;
    border: 0px;
    background: #f0f8ff;
    padding: 5px 15px;
    border-radius: 7px;
}
.searchblogs:focus-visible {
    border: none;
    outline: none;
}
select.form-select.filterselect {
  width: 100%;
  border-radius: 7px;
  background-color: aliceblue;
  border: none;
  padding: 5px 15px;
}
select.form-select.filterselect:focus {
  box-shadow: none;
}
label.filterselectlable {
  padding: 4px 10px;
  font-size: 15px;
}
p.nothingfound {
  text-align: center;
  padding: 20px;
  border: solid 1px red;
  background: #ffe5e5;
  border-radius: 8px;
}
.subscriptionmessege p {
  text-align: center;
  padding: 10px;
  font-weight: 600;
}
/*06-jan-25*/
.blogwrapper {
  background: linear-gradient(
    90deg,
    rgba(11, 186, 229, 0.24),
    rgba(106, 179, 46, 0.24)
  );
  border-radius: 20px;
  height: 100%;
}
.blogimage img {
  height: 225px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}
.blog-content {
  padding: 15px;
}
.blog-content h2 {
  font-size: 19px;
}
.blog-content h2 a {
  color: #000;
  text-decoration: none;
}
a.permalink {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.blog-content span {
  font-size: 14px;
  font-weight: 700;
}
.blog-content p {
  font-size: 14px;
  margin: 10px 0px;
}
/*blog*/
.short-news-info a {
  color: #000;
  text-decoration: none;
}
ul.tool-active {
  padding: 0px;
  margin: 0px;
}
.tool-active a {
  color: #000;
  font-size: 16px;
}
.footer_social {
  display: flex;
  gap: 10px;
}
.footer_social a {
  color: #000;
  font-size: 20px;
}
.preloader {
  width: 100%;
  text-align: center;
  border: dotted 2px #66b436;
  padding: 50px;
}
.preloader img.findinglocationgif {
  height: 100px;
  width: 100px;
  object-fit: contain;
  animation: smoothbounceball 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes smoothbounceball {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -20px, 0);
  }
}
.preloader span {
  font-size: 20px;
  font-weight: 500;
}
span.citynameinline {
  color: #0cbae2;
}
span.editcityinline {
  margin-left: 5px;
  font-size: 20px;
  color: #0cbae2;
  cursor: pointer;
}
.editcitymodel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: #0000009e;
}
.modelinner {
  width: 290px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 27-jan */
#myHeader.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
input.texttype {
  width: 100%;
  margin-top: 15px;
  border-radius: 7px;
  background: aliceblue;
  border: none;
  padding: 5px 15px;
}
form.searching_form {
  padding: 20px;
  border: solid 1px #fff;
  border-radius: 20px;
  height: 100%;
  background: #fff;
  box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.searching_form label {
  font-size: 18px;
  font-weight: 500;
}
input.texttype:focus-visible {
  border: none;
  outline: none;
}
.detection i {
  font-size: 18px;
}
.detection {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin: 15px auto;
  width: max-content;
}
.detection p {
  margin: 0px;
  font-size: 16px;
  text-decoration: underline;
}
.detection:hover {
  color: #0081ff;
}
.searchingformbtn {
  border: none;
  padding: 5px 10px;
  border-radius: 11px;
  width: 100%;
  background-image: linear-gradient(to right, #0bbae5, #6ab32e);
  color: #fff;
  margin-top: 15px;
}
.searchingformbtn:hover {
  background-image: linear-gradient(to right, #6ab32e, #0bbae5);
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 15px;
}
.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #000;
}
.separator:not(:empty)::before {
  margin-right: 0.25em;
}
.separator:not(:empty)::after {
  margin-left: 0.25em;
}
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.detection:hover .rotateicon {
  animation: animName 2s linear infinite;
}
.currentlocation {
  position: relative;
}
.locatorcurrent {
  position: absolute;
  top: 17px;
  right: 5px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  background: #0db9df;
  color: #fff;
  border-radius: 26px;
  cursor: pointer;
}
.locatorcurrent:after {
  content: "Get My Location";
  position: absolute;
  top: 32px;
  right: 0;
  width: max-content;
  font-size: 10px;
  background: #000;
  padding: 5px;
  display: none;
  line-height: 10px;
}
.locatorcurrent:hover:after {
  display: block;
}
.charging_staion_wrapper {
  margin: 50px auto;
}
.liststations h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.info_station h4 {
  font-size: 18px;
}
.info_station p {
  font-size: 16px;
}
.direction_station a {
  color: black;
}
.info_station {
  width: 60%;
}
.direction_station {
  width: 30%;
}
.single_liststations {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: aliceblue;
  margin-bottom: 10px;
  border-radius: 20px;
}
.direction_station p {
  text-align: center;
  margin: 0;
}
.direction_station p a:hover {
  color: #0081ff;
}
.liststations {
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 20px;
}
.liststations::-webkit-scrollbar {
  width: 10px;
}
.liststations::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}
.liststations::-webkit-scrollbar-thumb {
  background: #0bbae5;
  border-radius: 5px;
}
.map a {
  color: #000;
}
div#map {
  border-radius: 20px;
}
/* 26-dec-24 */
.play-regular {
  font-family: "Play", serif;
  font-weight: 400;
  font-style: normal;
}
.play-bold {
  font-family: "Play", serif;
  font-weight: 700;
  font-style: normal;
}
.pt-0 {
  padding-top: 0px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-100 {
  padding-top: 100px;
}
/* Padding Bottom (pb) */
.pb-0 {
  padding-bottom: 0px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-100 {
  padding-bottom: 100px;
}
/* Padding Left (pl) */
.pl-0 {
  padding-left: 0px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-75 {
  padding-left: 75px;
}
.pl-100 {
  padding-left: 100px;
}
/* Padding Right (pr) */
.pr-0 {
  padding-right: 0px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-75 {
  padding-right: 75px;
}
.pr-100 {
  padding-right: 100px;
}
/* Margin Top (mt) */
.mt-0 {
  margin-top: 0px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-100 {
  margin-top: 100px;
}
/* Margin Bottom (mb) */
.mb-0 {
  margin-bottom: 0px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-100 {
  margin-bottom: 100px;
}
/* Margin Left (ml) */
.ml-0 {
  margin-left: 0px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-100 {
  margin-left: 100px;
}
/* Margin Right (mr) */
.mr-0 {
  margin-right: 0px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-100 {
  margin-right: 100px;
}
.logo {
  width: 200px;
  height: 50px;
  object-fit: contain;
}
h2 {
  font-family: "Play", serif;
  font-weight: 700;
}
.img-radius {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
a {
  color: #fff;
}
.stickybar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  /* margin-top: 15px;
     */
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
/*div#contentCarousel {
  padding: 20px 0px;
}*/
.hero-image {
  background-position: center;
  background: #fff;
}
/* .navbar-expand-lg .navbar-collapse {
     justify-cotnet:end;
}
 */
/* .hero-image .hero-content {
     height: 600px;
}
 */
/* .hero-picture {
     margin-top: 133px;
}
 */
.grade-box {
  position: absolute;
  top: 310px;
  margin: 0px;
  height: 188px;
  width: 230px;
  z-index: 99;
  border: 10px solid #fff;
  color: #fff;
  border-radius: 10px;
  margin-top: 0px;
  P {
    height: 30px;
    background-color: #fff;
    color: grey;
    text-align: center;
  }
}
.grade-box-two {
  position: absolute;
  top: 88px;
  margin: 0px;
  height: 147px;
  width: 174px;
  left: 404px;
  border: 10px solid #fff;
  color: #fff;
  border-radius: 10px;
  P {
    height: 30px;
    background-color: #fff;
    color: grey;
    text-align: center;
  }
}
.main-image {
  position: relative;
  z-index: 9;
}
/* .carousel-control-next-icon {
     display: none;
}
 .carousel-control-prev-icon {
     display: none;
} */

.previous-icon-bn-design {
  display: none;
}

.next-icon-bn-design {
  display: none;
}

.navbar-default {
  background: transparent !important;
}
.hero-click {
  color: #fff;
  background: linear-gradient(to right, #0bbae5, #6ab32e);
  padding: 10px 22px;
  font-weight: 700;
  border-radius: 20px;
}
.hero-click:hover {
  background: linear-gradient(to right, #6ab32e, #0bbae5);
}
.hero-info {
  h1 {
    font-family: "Play", serif;
    font-weight: 900;
    font-size: 46px;
  }
  p {
    line-height: 30px;
    font-family: sans-serif;
  }
  a:hover {
    color: #ffffff;
  }
}
.clicktwo {
  margin-left: 30px;
  text-decoration: none;
}
.clicktwo i {
  font-size: 25px;
  color: #92d13f;
  border-radius: 50%;
  background-color: #000;
  padding: 10px;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.carousel-indicators {
  z-index: 99;
}

.carousel-indicators [data-bs-target] {
  background-color: #92d13f;
  height: 5px;
}
.desc-info-cities {
  p {
    font-weight: 700;
    text-align: center;
  }
}
/* .citi-info {
     img {
         background-color: rgba(11, 186, 229, 0.25);
         border-radius:50%;
         padding:20px;
    }
}
 */
/* .topbar .navbar {
     border-radius: 20px;
}
 */
.navbar {
  .nav-item {
    .nav-link {
      font-weight: 500;
      color: #000;
      font-size: 16px;
    }
  }
}
.sticky .navbar {
  padding: 0px !important;
}
.nav-item a.nav-link.navBtn {
  background: linear-gradient(to right, #0bbae5, #6ab32e);
  color: #fff !important;
  border-radius: 20px;
  padding: 5px 20px !important;
  margin-left: 10px;
}
a.nav-link.navBtn:hover {
  background: linear-gradient(to right, #6ab32e, #0bbae5);
}
ul.navbar-nav {
  align-items: center;
}
#navbarNav button {
  border: none;
  background-color: #171717;
  font-weight: 700;
  color: #fff;
  padding: 10px 22px;
  border-radius: 20px;
}
/* hero-section-2 start */
.advancesection-design {
  border: none;
  background: none;
  a {
    text-decoration: none;
    padding: 10px 20px;
    background-image: linear-gradient(to right, #0bbae5, #6ab32e);
    color: #fff !important;
    border-radius: 20px;
  }
  a:hover {
    background-image: linear-gradient(to right, #6ab32e, #0bbae5);
  }
}
.vehicle-info {
  /* display: block;
     */
  font-weight: 600;
}
.dropvehicle {
  padding: 10px;
  background-color: #0bbae5;
  border: none;
  border-radius: 10px;
  border: 1px solid #0bbae5;
  width: 260px;
  margin-bottom: 10px;
}
.new-card {
  width: 534px;
  background-color: rgba(106, 179, 46, 0.15);
  border-radius: 10px;
  padding: 25px 10px;
}
.inne-info {
  padding: 10px 25px;
}
.news-products-image img {
  min-height: 200px;
  max-height: 320px;
  height: auto;
  width: 100%;
}
.new-info {
  background: linear-gradient(
    90deg,
    rgba(11, 186, 229, 0.24),
    rgba(106, 179, 46, 0.24)
  );
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  span {
    font-weight: 500;
    a {
      text-decoration: none;
      color: #000;
    }
    a:hover {
      text-decoration: underline;
    }
  }
  h5 {
    a {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }
  }
}
.news-card {
  display: flex;
}
.card-1 {
  width: 50%;
  margin-right: 10px;
}
.card-2 {
  width: 50%;
  margin-left: 10px;
}
.shorts-news {
  img {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    margin-bottom: 20px;
    object-fit: cover;
  }
}
.short-news-info {
  background: linear-gradient(
    90deg,
    rgba(11, 186, 229, 0.24),
    rgba(106, 179, 46, 0.24)
  );
  max-height: 120px;
  margin: 0px 0px 20px 0px;
  border-radius: 10px;
}
.latest-ev {
  padding: 10px;
  p {
    margin-bottom: 0rem;
  }
  h3 {
    margin-bottom: 0px;
  }
  p:nth-of-type(2) {
    font-size: 19px;
  }
  span {
    font-size: 14px;
  }
}
.latest-ev-info {
  background-color: rgba(11, 186, 229, 0.05);
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  p {
    margin-bottom: 0rem;
  }
  h4 {
    margin-bottom: 0px;
    font-size: 1.25rem;
    font-weight: 700;
  }
  p:nth-of-type(2) {
    font-size: 19px;
  }
}
.latest-ev-info i {
  color: gold;
  margin-right: 5px;
}
.compar-info {
  text-align: center;
  button {
    border: none;
    background-color: rgba(106, 179, 46, 1);
    padding: 8px;
    color: #fff;
    font-size: 600;
    border-radius: 5px;
    width: 170px;
  }
}
.card-new-feature-left {
  padding-left: 2.5px;
}
.card-new-feature-right {
  padding-right: 2.5px;
}
/* hero-section-2 end */
/* hero-section-4 start*/
.charging-station {
  /* background-color: rgba(11, 186, 229, 0.25); */
  background-color:#fff;
  border-radius: 20px;
  img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
  }
}
select {
  border-radius: 5px;
  color: #fff;
}
.latest-ev {
  background-color: rgba(11, 186, 229, 0.25);
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.mail-section {
  display: flex;
  width: 100%;
}
.mail-section input {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  background: rgba(11, 186, 229, 0.2);
  border-radius: 10px;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.mail-section input:focus {
  outline: none;
}
.mail-section button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: rgba(11, 186, 229, 1);
  color: white;
  border: none;
  cursor: pointer;
  width: 312px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 700;
}
.mail-section button:hover {
  background-color: #0056b3;
}
/* hero-section-4 end */
.footer-design {
  background: linear-gradient(
    306deg,
    rgba(106, 179, 46, 0.3395483193277311) 0%,
    rgba(135, 214, 70, 0.20789565826330536) 25%,
    rgba(255, 255, 255, 0.698091736694678) 50%,
    rgba(177, 233, 247, 0.2415091036414566) 75%,
    rgba(11, 186, 229, 0.34515056022408963) 100%
  );
}
.footer-card {
  /* color: #fff;
     */
  h5 {
    padding-bottom: 10px;
    /* padding-left: 32px;
         */
    line-height: 1.5;
    /* Increase line height for more space above the text */
    text-decoration: underline;
    text-underline-offset: 10px;
    font-family: "Play", serif;
    font-size: 28px;
    font-weight: 700;
  }
  a {
    text-decoration: none;
  }
}
.one {
  p {
    line-height: 28px;
  }
  ul {
    list-style: none;
    padding-left: 0;
    li {
      position: relative;
      padding-left: 40px;
      margin-bottom: 10px;
    }
    i {
      position: absolute;
      left: 0;
      /* Position the icon at the left edge of the list item */
      top: 50%;
      /* Vertically center the icon */
      transform: translateY(-50%);
      color: #6ab32e;
      font-size: 25px;
    }
    a {
      color: #000 !important;
    }
  }
}
.tool-active li {
  padding: 0px 0px 10px 0px;
  list-style: none;
  /* position: relative;
     */
}
/* .tool-active li i {
     position: absolute;
     left: -15px;
     top: 15px;
     font-size: 16px;
}
 */
/* .social-media-links ul {
     display: flex;
     justify-content: center;
     li {
         margin-left: 35px;
         list-style: none;
         a {
             padding: 21px 0px 20px 2px;
             color: #000 !important;
             i {
                 padding: 10px;
                 background-color: rgb(255 244 244 / 54%);
                 font-size: 21px;
                 color: #000;
            }
        }
    }
}
 */
.three {
  ul {
    list-style: none;
    /* Remove default bullets */
    padding-left: 0;
    /* Remove any padding on the left */
    display: flex;
    justify-content: center;
    /* Center the list items horizontally */
    flex-wrap: wrap;
    /* Allow items to wrap in smaller screens */
  }
  li {
    position: relative;
    /* Allow positioning of the icon */
    display: flex;
    align-items: center;
    /* Vertically center the content */
    margin-bottom: 15px;
    /* Add spacing between list items */
    text-align: center;
    /* Center the text */
    width: 33.33%;
    /* Each item takes 1/3 of the width (similar to col-md-4) */
    justify-content: center;
  }
  i {
    font-size: 24px;
    /* Set icon font size to 24px */
    margin-right: 10px;
    /* Space between the icon and the text */
    color: #6ab32e;
    /* Set the icon color */
  }
  a {
    color: #000 !important;
    /* Ensure the link text is black */
  }
}
.social-media-links ul {
  display: flex;
  justify-content: center;
  padding: 0;
  /* Ensure no padding on the ul */
}
.social-media-links ul li {
  list-style: none;
  margin-left: 15px;
  /* Space between the icons */
  flex: 1;
  /* Makes each list item take equal space */
  display: flex;
  justify-content: center;
  /* Center the icon inside the li */
}
.social-media-links ul li a {
  display: block;
  padding: 21px 0px 20px 2px;
  color: #000 !important;
  font-family: "Play", serif;
  font-weight: 700;
  font-size: 20px;
}
.social-media-links ul li a i {
  padding: 10px;
  background-color: rgb(255 244 244 / 54%);
  font-size: 21px;
  color: #000;
  border-radius: 50%;
  /* Optional: Make icons round */
}
.footer_social a:hover {
  color: #0bbae5;
}
.quick-links {
  a {
    text-decoration: underline !important;
    margin-left: 10px;
  }
  a:hover {
    color: #0bbae5;
  }
}
.copyright a:hover {
  color: #0bbae5;
}
.bar {
  border-top: 5px solid rgba(11, 186, 229, 1);
  position: relative;
  top: -6px;
}
.range-slider {
  position: relative;
  width: 260px;
  margin: 20px 0;
}
.slider {
  position: absolute;
  pointer-events: none;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  z-index: 1;
  left: 1px;
  top: -12px;
}
.slider::-webkit-slider-thumb {
  pointer-events: all;
  width: 15px;
  height: 15px;
  background: rgba(106, 179, 46, 1);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.slider-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.footer-bar {
  height: 50px;
  align-items: center;
  .copyright {
    p {
      margin-bottom: 0px;
    }
  }
}
/* breadcrum start*/
.breadcrumdesign {
  background-image: url("/assets/gradient-2.jpg");
  padding: 10px;
  background-size: cover;
}
.innercrum {
  align-items: center;
}
.breadlinks {
  display: flex;
  justify-content: end;
  ul {
    display: flex;
    padding: 0px;
    margin:0px;
    li {
      margin-right: 5px;
      list-style: none;
      a {
        text-decoration: none;
        color: #000;
        cursor: pointer;
      }
    }
  }
}
/* breadcrum end */
/* about page start */
.who-section-picture {
  padding: 20px;
  img {
    border-radius: 20px;
  }
}
.who-section {
  padding: 20px;
  span {
    color: #000;
    font-weight: 500;
    padding: 10px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #0bbae540, #6ab32e30);
  }
  h2 {
    margin: 15px 0px;
  }
}
.who-section {
  h2 {
    .special {
      border: none;
      color: rgba(106, 179, 46, 1);
      background-image: none;
    }
  }
}
.about-hero-section-2 {
  background: url("/assets/gradient-3.png") no-repeat center center;
  margin-top: 20px;
}
.about-hero-section-2 {
  position: relative;
  overflow: hidden;
  /* Hide anything that overflows the container */
}
.moving-headline {
  display: inline-block;
  /* Make the headline take up only as much space as it needs */
  white-space: nowrap;
  /* Keep the text from wrapping */
}
.moving-headline h4 {
  font-size: 4rem;
  color: white;
  font-weight: bold;
  white-space: nowrap;
  animation: move 13s linear infinite;
  padding: 20px 0px;
  font-family:play;

}
@keyframes move {
  0% {
    transform: translateX(100%);
    /* Start from the right edge */
  }
  100% {
    transform: translateX(-100%);
    /* End at the left edge */
  }
}
.about-section-section-3 {
  background: url("/assets/gradient-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* about page end */
.charging-info {
  h4 {
    color: #0bbae5;
  }
  p {
    margin-bottom: 0px;
  }
}
.charging-main {
  border-bottom: 1px solid grey;
}
.direction-info {
  text-align: center;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  i {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #92d13f;
  }
  span {
    color: #92d13f;
  }
}
.mydesign-custom {
  display: flex;
  .mydesign-card-one {
    width: 20%;
  }
}
#searchBarContainer {
  display: none;
  padding: 10px 0px;
  background-color: #f8f9fa;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.search-station input {
  padding: 10px;
  font-size: 16px;
  background: rgba(11, 186, 229, 0.2);
  border-radius: 10px;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 70%;
}
.search-station input:focus {
  box-shadow: none;
  outline: none;
}
.search-station button {
  background-image: linear-gradient(to right, #0bbae5, #6ab32e);
  color: #fff;
  border: none;
  padding: 0px 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.search-station button:hover {
  background-image: linear-gradient(to right, #6ab32e, #0bbae5);
}
.nav-item i {
  font-size: 22px;
}
.nav-item .nav-link.navBtn i {
  font-size: 16px;
}
#toggleSearchBtns {
  cursor: pointer;
}
.compare-vehicles {
  background: linear-gradient(
    90deg,
    rgba(11, 186, 229, 0.24),
    rgba(106, 179, 46, 0.24)
  );
  border-radius: 10px;
}
.conv-vehicle {
  display: flex;
  align-items: center;
  h2 {
    font-size: 22px;
  }
  img {
    height: 79px;
    width: auto;
  }
}
.ev-vehicle {
  display: flex;
  align-items: center;
  padding: 0px 6px;
  h2 {
    font-size: 22px;
  }
  img {
    height: 79px;
    width: auto;
  }
}
.inner-values {
  display: flex;
  justify-content: space-between;
}
.ev-range-bar {
  width: 100%;
}
.type-values {
  /* display: flex;
     */
  ul {
    display: flex;
    border: 1px solid black;
    padding-left: 0px;
    padding: 5px;
    li {
      list-style: none;
      margin: 0px 15px;
    }
    li:hover {
      background-color: rgba(106, 179, 46, 1);
      cursor: pointer;
      color: #fff;
      padding: 0px 15px;
    }
    li:active {
      background-color: rgba(106, 179, 46, 1);
    }
  }
}
.calculate-btn-design button {
  border: none;
  outline: none;
  background: none;
  a {
    background-image: linear-gradient(to right, #0bbae5, #6ab32e);
    padding: 10px 60px;
    cursor: pointer;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
  }
}
.vision-card-left {
  .vision-card-inner-left {
    padding: 30px 20px;
    h2 {
      font-family: "Play", serif;
      font-weight: 700;
      font-size: 51px;
    }
  }
}
.vision-card-inner {
  padding: 20px;
}
.vision-card-right {
  .vision-card-inner-right {
    padding: 10px;
    span {
      font-size: 26px;
      padding: 20px 0;
      font-weight: 700;
      display: block;
    }
    p {
      color: #000;
    }
    ul {
      padding-left: 20px;
      li {
        color: #000;
        margin-bottom: 10px;
      }
    }
  }
}
.location-butn {
  input {
    margin-bottom: 0.6rem;
    width: 260px;
    border-radius: 10px;
    border: none;
    padding: 10px;
  }
  button {
    display: block;
    background-image: linear-gradient(to right, #0bbae5, #6ab32e);
    width: 260px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    outline: none;
    border: none;
    color: #fff;
  }
}
/* blogs css */
.single-heading {
  h1 {
    padding: 20px 0px;
  }
}
.author-details {
  padding: 10px;
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(11, 186, 229, 0.24),
    rgba(106, 179, 46, 0.24)
  );
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  .social-icons {
    ul {
      display: flex;
      justify-content: end;
      list-style: none;
      margin: 0;
      li {
        margin-right: 5px;
        a {
          cursor: pointer;
          padding: 4px 10px;
          color: #6ab32e;
        }
      }
    }
  }
}
.author-picture {
  display: flex;
  align-items: center;
  gap: 20px;
  p {
    margin: 0;
  }
}
.blog-information {
  padding-top: 30px;
  a{
    color: #428e1f;
    font-weight: 600;
  }
  p {
    padding: 12px 0px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  ul {
    padding: 10px 20px 0px 20px;
    list-style: disc;
    padding-left: 20px;
  }
}
img.recent_blogs_fimage {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 10px;
}
.other-section-blogs {
  margin: 10px 0px;
  background: linear-gradient(
    90deg,
    rgba(11, 186, 229, 0.24),
    rgba(106, 179, 46, 0.24)
  );
  border-radius: 10px;
  padding: 10px;
}
.other-section-blogs a {
    color: #000;
    text-decoration: none;
}
.other-blog-picture {
  margin: auto;
  padding-right: 0px;
}
.slidebarblog {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 20px;
}
.other-blog-details {
  padding: 10px;

  h4 {
    font-size: 17px;
    margin: 0px;
  }
  p {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    span {
      padding: 10px 0px;
    }
    span:first-of-type {
      font-weight: 700;
      /* This applies to the first span */
    }
  }
}
.addbanner {
  text-align: center;
}
.ad-banner-design {
  height: 280px;
  width: 320px;
}
.newupdtes {
  padding: 20px 0px;
}
.faq-data {
  padding: 20px 0px;
  h3 {
    padding: 20px 0px;
  }
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background: #6ab32e;
}
.accordion-item {
  margin-bottom: 10px;
  border: solid 3px #6ab32e !important;
  border-radius: 10px !important;
}
button.accordion-button {
  border-radius: 6px !important;
}
.accordion-button:focus {
  box-shadow: none;
}
table,
th,
td {
  border: 1px solid black;
  padding-bottom: 12px;
}
.field-design {
  padding: 8px 20px;
  label {
    font-family: "Play", serif;
    font-weight: 700;
  }
  input {
    display: block;
    width: 100%;
    padding: 9px 5px;
    border-radius: 10px;
    border: 1px solid #ccc;
    /* Default border */
  }
  input:focus {
    border: 2px solid #007bff;
    /* Focus border color */
    outline: none;
  }
  textarea {
    display: block;
    width: 100%;
    height: 220px;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
}
.office-details-picture {
  img {
    border-radius: 10px;
  }
}
.location-pro {
  li {
    padding-top: 10px;
    list-style: none;
    i {
      padding-right: 5px;
      font-size: 22px;
      color: #6ab32e;
    }
    label {
      font-weight: 600;
    }
    a {
      color: #000;
      text-decoration: none;
      display: block;
    }
  }
}

/*21/jan/25 start*/
.main-banner-design{
    margin-bottom:0px;
    bottom:-28px;    
}
/* Add spacing between each card */
.inner-video-tiles {
    margin-right: 15px;
  }
  
  .inner-video-tiles{
    h5 {
        font-size: 15px;
    tex-align:center; 
    
    }
}
  
.inner-video-info{
    padding:20px;
    background-image:linear-gradient(
        90deg,
        rgba(11, 186, 229, 0.24),
        rgba(106, 179, 46, 0.24)
      );
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;

    }


  

  .inner-video-tiles span {
    color: #050303;
    font-size: 16px;
  }
  
  /* Custom Carousel Button Styling */
  .carousel-prev-btn,
  .carousel-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background:none;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
   justify-content: center;
    z-index: 1;
    cursor: pointer;

  }
  
  .carousel-prev-btn {
    left: -34px; /* Adjust position as needed */
  }
  
  .carousel-next-btn {
    right: -20px; /* Adjust position as needed */
  }
  
  .carousel-prev-btn:hover,
  .carousel-next-btn:hover {
    /* background-color: rgba(0, 0, 0, 0.8); */
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(1); /* Makes the icon white for better visibility */
  }
  



  

  .tiles-info{
display:flex;
justify-content:space-between;
  
span a{
color:#000;
font-size:16px;
text-decoration:none;
font-weight:600;
}
}

.tiles-image {
    background-image: url('./assets/fff.png');
    height: 178px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-size: cover; /* Ensures the background image scales properly */
    background-position: center; /* Centers the background image */
  }
  

.tiles-image img{
    max-width: 50px;
    height: auto;

}

.main-banner-container{

padding:0px 35px;
}


.custom-indi{
    bottom:-53px;
}

.custom-indi [data-bs-target]{
    background-color:#0d6efd;
}



/* popup section css */

.popup-section{

position:absolute;   
top:0;
left:0;
right:0;
bottom:0;
background:#000;
z-index:9999;
}



.inner-part{

width:100%;
bottom:389px;
}
/*21/jan/25 css*/




/* 12feb css*/

.mobile-latest-updates{
display:none !important;

}

#submit-contact{
  text-decoration: none;
        padding: 10px 20px;
        background-image: linear-gradient(to right, #0bbae5, #6ab32e);
        color: #fff !important;
        border-radius: 20px;
}

 .mobile-view{
  display:none;   
     
 }
.car-info {
  span {
    font-size: 16px;
    font-weight: 700;
    margin-left:5px;
  }
  h1 {
    font-weight: 700;
  }
  a {
    font-weight: 700;
    color:#000;
    text-decoration:none;
    i {
      font-size: 19px;
      color: #0bbae5;
    }
  }
}

/* Add spacing between each card */
.inner-video-tiles {
  margin-right: 15px;
}

.inner-video-tiles {
  h5 {
    font-size: 15px;
    tex-align: center;
  }
}

.inner-video-info {
  padding: 20px;
  background-image: linear-gradient(
    90deg,
    rgba(11, 186, 229, 0.24),
    rgba(106, 179, 46, 0.24)
  );
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.inner-video-tiles span {
  color: #050303;
  font-size: 16px;
}

/* Custom Carousel Button Styling */
.carousel-prev-btn,
.carousel-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.carousel-prev-btn {
  left: -34px; /* Adjust position as needed */
}

.carousel-next-btn {
  right: -20px; /* Adjust position as needed */
}

.carousel-prev-btn:hover,
.carousel-next-btn:hover {
  /* background-color: rgba(0, 0, 0, 0.8); */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* Makes the icon white for better visibility */
}

.tiles-info {
  display: flex;
  justify-content: space-between;

  span a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
  }
}

.tiles-image {
  background-image: url("./assets/fff.png");
  height: 197px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-size: cover; /* Ensures the background image scales properly */
  background-position: center; /* Centers the background image */
}

.tiles-image img {
  max-width: 50px;
  height: auto;
}

.main-banner-container {
  padding: 0px 35px;
}

.custom-indi {
  bottom: -53px;
}

.custom-indi [data-bs-target] {
  background-color: #0d6efd;
}

/* popup section css */

.popup-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 9999;
}

.inner-part {
  width: 100%;
  bottom: 389px;
}

.det-banner p{
    font-size:13px;
}


/* ol ul li list styling */
.blog-information ol li{
  font-family:sans-serif;
line-height:inherit !important;  
}
  

.inside-tab{
background:none !important;
border:none !important;
}



.dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
width:fit-content;
}

.cumenubar{
min-width:fit-content;
border-radius:10px;
}

/* Desktop: Show dropdown on hover */
@media (min-width: 769px) {
  .inner-dropdownmnu:hover .dropdown-menu {
      display: block;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
  }
  .dropdown-menu show{
    text-align:start;
    
      }

}

/* Mobile: Show only on click */
@media (max-width: 768px) {
  .dropdown-menu.show {
      display: block;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      text-align:center;
    }
  .main-link{
text-align:center;
  }
}



