/* for pagination  */
.pagination {
  display: flex;
  flex-wrap: wrap;
  /* 🔥 mobile pe line break allow */
  justify-content: center;
  gap: 6px;
}

.page-item .page-link {
  padding: 6px 10px;
  font-size: 14px;
  min-width: 36px;
  text-align: center;
}

@media (max-width: 576px) {
  .pagination .page-item:not(.active):not(:first-child):not(:last-child) {
    display: none;
  }
}

/* end pagination */
.nav-links span:hover {
  background-color: red;
  color: white;
  padding: 2px;
  border-radius: 7px
}

.nav-links li a:hover {
  background-color: red;
  color: white;
  padding: 2px;
  border-radius: 7px
}


.dropdown-menu li {
  border-bottom: 1px dotted gray;
}

/* Mobile dropdown default hidden */
.nav-links-two .dropdown-menu {
  display: none !important;
}

/* When open */
.nav-links-two .dropdown.open>.dropdown-menu {
  display: block !important;
}

.dropdown-menu {
  min-width: 9rem !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
  /* white transparent */

  /* font-weight: 700 !important; */
}

@media (max-width: 768px) {

  .nav-links-two li {
    list-style: none !important;
  }
}

@media (min-width: 1024px) {
  .foote-icon-wrapper {
    padding-left: 158px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* html, body {
  -ms-overflow-style: none;
  scrollbar-width: none;
} */


body {
  font-family: "Montserrat", sans-serif !important;
}

a {
  text-decoration: none !important;
}

img {
  width: 100%;
}

.accordin_title img {
  width: 25px;

}

.nav-links {
  padding-left: 0;
  margin-bottom: 0;
}

.nav-links li {
  list-style: none !important;
}

/* nav section start */
.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-wrapper>div {
  display: flex;
  gap: 10px;
}

.search-input-one {
  display: none;
}

.search-wrapper i {
  font-size: 21px;
  background-color: #2125292b;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.search-wrapper .form-control {
  position: absolute;
  right: -65px;
  top: 46px;
  border-radius: 10px;
  width: 200px;
  border: 1px solid #ff000061 !important;
  background-color: #fff !important;
}

.navbar-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px;
  background-color: #ffeddb;
  color: white;
}

.navheader-mobile {
  display: none;
}

.nav-logo {
  width: 250px;
  object-fit: fill;
}

.nav-logo-two {
  width: 120px;
  object-fit: fill;
  display: none;
}

.nav-links {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  padding-right: 30px;
  position: relative;
}

.nav-links a {
  color: #12343b;
  text-decoration: none;
  font-size: 14px;
  font-weight: bolder;
}

.navbar-header .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #12343b;
  list-style: none;
  padding: 2px;
  margin: 0;
  border-radius: 5px;
}

.navbar-header .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-header .dropdown-menu li {
  padding: 5px 0;
}

.navbar-header .dropdown-menu li a {
  color: black;
  text-decoration: none;
  font-size: 14px;
}

/* .navbar-header .dropdown-menu li:hover{
    color:rgb(252, 28, 28) !important;
  }
  .navbar-header .dropdown-menu li a:hover{
        color:white !important;

  } */
.navbar-header .dropdown-menu li:hover {
  /* background-color: transparent !important; */
  color: inherit !important;
}

.navbar-header .dropdown-menu li a:hover {
  color: red !important;
  background-color: transparent !important;
}

.dropdown-menu li a:hover {
  color: red !important;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.nav-actions input {
  padding: 5px 10px;
  border: 2px solid #12343b;
  border-radius: 20px;
  background-color: #ffeddb;
  width: 150px;
  height: 26.935px;
}

.search-btn {
  position: absolute;
  right: 46px;
}

.user-icon {
  font-size: 20px;
  cursor: pointer;
}

.mobile-toggle {
  display: none;
  background-color: transparent;
  border: none;
  color: red;
  font-weight: 700 !important;
  font-size: 24px;
}

@media (max-width: 768px) {
  .saved-data {
    border: 1px solid #c89666;
    border-radius: 50px;
    color: #12343b;
    margin-bottom: 0;
    padding: 0px 12px;
  }

  .login-card {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    background-color: #fff;
    border-radius: 10px;
  }

  .btn-login button {
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 40px;
    background-color: #cd7017;
    border: 1px solid #cd7017;
  }

  .logout-img {
    width: 20px;
    height: 20px;
    position: absolute;
    /* left: 0; */
    top: 71%;
    right: -25%;
  }

  .nav-actions {
    display: none;
  }

  .g-data {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-list-img img {
    width: 200px;
    height: 214px;
  }
}

/* xdd */
/* .slider-data-two {
    position: absolute;
    top: 13%;
    left: 6%;
    overflow-y: scroll;
    scrollbar-width: none;
    height: 400px;
  } */
.slider-data-two {
  position: absolute;
  top: 12%;
  left: 6%;
  overflow-y: scroll;
  scrollbar-width: none;
  height: 516px;
}

@media screen and (max-width: 1250px) {
  .slider-data-two {
    left: 2%;
  }
}

.slider-data-two-wrapper .up-arrow {
  position: absolute;
  left: 12%;
  top: 11%;
  background-color: #000;
  color: #fff;
  width: 7%;
}

.slider-data-two-wrapper .down-arrow {
  position: absolute;
  bottom: 6%;
  left: 12%;
  background-color: #000;
  color: #fff;
  width: 7%;
}

.image-box {
  position: relative;
  width: 80%;
}

.image-box img {
  margin-top: 10px;
  height: 200px;
  border-radius: 10px;
}

/* .image-box {
    margin-top: 10px;
    height: 176px;
    border-radius: 10px;
  } */
.image-box p {
  position: absolute;
  margin-bottom: 0;
  /* top: 82%; */
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.32);
  top: 69%;
  left: 0%;
  color: #ffff;
  font-weight: 600;
  padding-left: 12px;
}

.hero {
  position: relative;
}

.section-newly-launched {
  background: #eeeeee;
  padding: 5px;
}

.title-newly-launched {
  background: #ff2a28;
  padding: 5px;
  border-radius: 3px;
}

.title-newly-launched h5 {
  color: white;
  margin-bottom: 0;
}

.newly-paragraph h5 {
  font-size: 18px;
}

.newly-content {
  padding: 10px;
  background: white;
}

/* //new added by e */
.newly-content2 {
  padding: 1rem;
  padding-bottom: 20px;
  background: white;
}

.blog-title {
  display: flex;
  font-size: 18px;
  font-weight: bold;
}

.arrows {
  color: #ff2a28;
  font-size: 40px;
  margin-right: 4px;
  margin-top: -20px;
}

.title-text {
  color: black;
  text-transform: uppercase;
}

.banner-ev-section {
  background-color: #eeeeee;
  padding: 35px 0;
}

/* toggle switch car and bike */
.two-wheel-blog {
  justify-content: space-between;
  align-items: flex-end;
}

.toggle-switch {
  display: inline-flex;
  float: right;
  position: relative;
  background: #f1f1f1;
  border-radius: 50px;
  padding: 2px;
  font-family: Arial, sans-serif;
}

.option {
  padding: 5px 15px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
}

input[type="radio"] {
  display: none;
}

.toggle-bg {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 50%;
  height: 80%;
  background: green;
  border-radius: 50px;
  transition: 0.3s;
  z-index: 1;
}

#car:checked~.toggle-bg {
  left: 2px;
  width: 50%;
}

#bike:checked~.toggle-bg {
  left: 50%;
  width: 50%;
}

#car:checked+.car {
  color: black;
}

#bike:checked+.bike {
  color: white;
}

/* carousel blog */

.outer_container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  overflow-y: hidden;
  overflow-x: inherit;
}

.inner_container {
  padding-bottom: 34.5%;
  position: relative;
}

.inner_container1 {
  padding-bottom: 32.5%;
  position: relative;
}

/* Small desktop screens (zoomed in or actual smaller displays) */
@media (max-width: 1400px) {
  .inner_container {
    padding-bottom: 33.7%;
  }

  .inner_container1 {
    padding-bottom: 36.7%;
  }
}



.ul_container {
  position: absolute;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
}

.ul_container-new {
  position: absolute;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
}

.item_container {
  flex: 1 1 0%;
  align-items: flex-start;
  width: 35px;
  height: 100%;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #111;
  background-image: linear-gradient(0deg, transparent, #000);
  box-shadow: 0 0 10px 5px #000;
}

.item_container:hover:not(.expanded) {
  flex-basis: 8%;
}

.item_container:hover:not(.expanded) .img-classy {
  opacity: 0.7;
}

.item_container:hover:not(.expanded) .item_number {
  opacity: 0.9;
}


.item_container-second {
  flex: 1 1 0%;
  align-items: flex-start;
  width: 35px;
  height: 100%;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #111;
  background-image: linear-gradient(0deg, transparent, #000);
  box-shadow: 0 0 10px 5px #000;
}

.item_container-second:hover:not(.expanded) {
  flex-basis: 8%;
}

.item_container-second:hover:not(.expanded) .img-classy {
  opacity: 0.7;
}

.item_container-second:hover:not(.expanded) .item_number {
  opacity: 0.9;
}

.expanded {
  flex-basis: 56.25%;
  padding-left: 256px;
}

.expanded .img-classy {
  opacity: 1 !important;
}

.expanded .item_number {
  opacity: 0;
}

.item_number {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  text-shadow: 0px 0px 2px black;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.image_info_container {
  position: relative;
  height: 100%;
  width: 100%;
}

.info_container {
  height: 100%;
  width: 256px;
  margin-left: -256px;
  position: relative;
}

.info_container_inner {
  height: 100%;
}

.info_number {
  display: flex;
  justify-content: center;
  height: 66%;
}

.info_bottom_container {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}

.info_bottom_text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 2.3rem;
  font-weight: 600;
  padding: 0 1.5rem;
}

.info_bottom_text>strong {
  font-weight: 800;
}

.info_bottom_text a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  /* font-weight: 300;
      padding: 5px;
      font-size: 1.2rem;
      white-space: nowrap; */
}

.info_bottom_text a:hover {
  color: #fff;
}

.number_image {
  object-fit: cover;
  align-self: flex-start;
  max-width: 100%;
  height: auto;
}

.imagetwoclass {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  padding-left: 100%;
}

.image:hover .bottom_title_text {
  opacity: 1;
}

.img-classy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 0px;
  max-width: 100%;
  opacity: 0.4;
  transition: opacity 0.3s;
}

.bottom_title {
  padding: 1rem;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  text-shadow: black 0px 0px 2px, black 0px 0px 10px;
  background-image: linear-gradient(transparent 0px, rgba(0, 0, 0, 0.5) 100%);
}

.bottom_title_text {
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}

/* mid section start */
.mid-section-wrapper {
  background-image: url("https://autonexa.com/img/neweb/home_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
  margin-top: 20px;
  position: relative;
}

.mid-section-wrapper h2 {
  font-size: 34px;
  max-width: 400px;
  font-weight: bold;
}

.section-centent {
  margin-top: 24px;
  padding: 10px 120px;
  align-items: center;
}

.mid-section-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.btn-content {
  font-size: 22px !important;
  font-weight: 600 !important;
}

/* mid section end */
/* drum section start */
.bg-color {
  background-color: #eee;
}

.section-padding {
  padding: 26px 0;
}

.section-padding-two {
  padding: 80px;
}

.car-content,
.car-content-two {
  display: inline-flex;
  gap: 10px;
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.car-wrapper h4 {
  position: absolute;
  top: 57%;
  font-size: 21px;
  padding: 7px;
  color: #fff;
  word-wrap: break-word;
  max-width: 287px;
  background-color: #000000;
}

.verses-class {
  position: absolute;
  background-color: #000000a3;
  color: #fff;
  top: 33%;
  padding: 10px;
  left: 77px;
}

.toggle-switch-two {
  display: inline-flex;
  position: relative;
  background: #ffff;
  border-radius: 50px;
  padding: 2px;
  font-family: Arial, sans-serif;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.option1 {
  padding: 5px 15px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  color: black;
  transition: color 0.3s;
}

.toggle-switch-three {
  display: inline-flex;
  position: relative;
  background: #ffff;
  border-radius: 50px;
  padding: 2px;
  font-family: Arial, sans-serif;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.option2 {
  padding: 5px 15px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  color: black;
  transition: color 0.3s;
}

.toggle-switch-two input[type="radio"] {
  display: none;
}

.toggle-switch-three input[type="radio"] {
  display: none;
}

/* Background for toggle switch */
.toggle-bg-two {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 50%;
  height: 80%;
  background: #ff2a28;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  z-index: 1;
}

.toggle-bg-three {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 50%;
  height: 80%;
  background: #ff2a28;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  z-index: 1;
}

/* Move the toggle background based on selection */
#car1:checked~.toggle-bg-two,
#car2:checked~.toggle-bg-two,
#car2:checked~.toggle-bg-three {
  left: 2px;
}

#bike1:checked~.toggle-bg-two,
#bike2:checked~.toggle-bg-two,
#bike3:checked~.toggle-bg-three {
  left: 50%;
}

/* Change text color when selected */
#car1:checked+label.car,
#car2:checked+label.car2,
#car3:checked+label.car3 {
  color: #fff;
}

#bike1:checked+label.bike,
#bike2:checked+label.bike2,
#bike3:checked+label.bike3 {
  color: #fff;
}

.colan-data {
  background-color: #fff;
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 368px;
}

.text-color-content {
  color: #a1a1a1;
}

.slider-container {
  width: 100%;
  margin: auto;
}

.slider-data .car-img {
  max-width: 400%;
}

.slider-data.slick-dots li button:before {
  font-size: 12px;
  color: #ff0000;
  /* #ff2a28 color for dots */
}

.wrap-data {
  margin-top: 63px;
}

.wrap-data img {
  height: 319px;
}

/* drum section end */
/* footer section start */
.footer-wrapper {
  background-image: url("https://autonexa.com/img/neweb/Footer Image.webp");
  position: relative;
  height: 400px;
  background-position: center;
  background-size: cover;
}

.footer-content {
  position: absolute;
  padding: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust opacity as needed */
  z-index: 1;
}

.img-data {
  width: 50px;
  height: 50px;
}

.gap-30 {
  gap: 20px;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 26px;
  float: right;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #000;
  font-size: 20px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #ff2a28;
  color: #fff !important;
}

/* footer section end */
/* banner section- start */
.slider-data-wrapper {
  width: 100%;
  max-width: 100% !important;
  /* Adjust width as needed */
  margin: auto;
}

.slider-data-banner img {
  width: 100%;
  height: 600px;
  border-radius: 10px;
}

.slider-data-banner .content {
  margin-top: 10px;
}

.slider-data-banner .text-color-content {
  font-size: 14px;
  color: #555;
}

.slider-data-banner .text-danger {
  color: #ff2a28;
}

/* Slick Dots Styling */
.slider-data-banner .slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
}

.slider-data-banner .slick-dots li button:before {
  font-size: 12px;
  color: #ff2a28;
  /* Change dot color */
  opacity: 0.6;
}

.slider-data-banner .slick-dots li.slick-active button:before {
  color: dark#ff2a28;
  /* Active dot color */
  opacity: 1;
}

.slider-data-wrapper .slick-dots {
  bottom: 19px !important;
  display: flex;
  width: 0 !important;
  left: 93% !important;
}

.slider-data-wrapper .slick-dots li {
  margin: 0 5px;
  /* Space between dots */
}

.slider-data-wrapper .slick-dots li button:before {
  font-size: 12px;
  color: #fff !important;
  /* Default dot color */
  opacity: 0.6;
}

.slider-data-wrapper .slick-dots li.slick-active button:before {
  color: #ff2a28 !important;
  /* Active dot color */
  opacity: 1;
}

/* banner section- end */
/* ev calculater section start */

.container-calculator {
  /* background: linear-gradient(45deg, #ff00004d, #0000ff38); */
  background: #a7c9b8;
}

.calculator-dropdown {
  display: flex;
  justify-content: space-between;
}

.btn-secondary {
  padding: 13px;
  background: linear-gradient(135deg, #69cf65 60%, cyan);
  color: #fff;
  /* background-color: #6c757d; */
  border-color: #6c757d;
}

.range-counter-section {
  display: flex;
  /* justify-content: space-between; */
}

.range-count-content {
  border-radius: 10px;
  border: 1px solid #66bb6a;
  font-size: 13px;
  padding: 0 10px 0 10px;
  margin-top: 20px;
}

.km-range {
  display: flex;
  justify-content: space-between;
  /* margin-top:-10px; */
}

.fuel-cost-section {
  border-radius: 10px;
  border: 2px solid #000000;
  margin-bottom: 30px;
}

.fuel-cost-content {
  background: #0d9215;
  width: 95%;
  border-radius: 10px;
  margin: 10px 18px;
  font-weight: 500;
  font-size: 15px;
  padding: 5px;
  color: white;
}

.item-1,
.item-2,
.item-3 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

/* p.text-white.text-center {
    font-size: 13px;
    font-weight: 500;
    } */
.running-cost-section {
  display: flex;
  justify-content: space-between;
  color: #000000;
  padding: 20px;
}

.running-cost-section .table td,
.running-cost-section .table th {
  padding: 4px !important;
}

/* p.text-white {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #000000 !important;
    } */
.accordin {
  position: relative;
}

hr:not([size]) {
  height: 2px;
  color: #d2c5c5;
  margin: 0;
  /* Reset margin */
}

.accordin input[type="checkbox"] {
  display: none;
}

.accordin label {
  position: relative;
  display: block;
  cursor: pointer;
}

.accordin label:after {
  content: "+";
  position: absolute;
  display: inline-block;
  right: 20px;
  padding: 1px 7px 0px 7px;
  border: 2px solid white;
  border-radius: 50px;
}

.accordin input[type="checkbox"]:checked+label:after {
  content: "-";
}

.accordin .accordin_title {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
}

.accordin .accordin_detail {
  display: block;
  overflow: hidden;
  max-height: 0;
  padding: 0 1em;
  height: 100%;
  transition: all 0.3s ease;
  color: #000000;
}

.accordin input[type="checkbox"]:checked~.accordin_detail {
  max-height: 1000px;
  padding: 1em;
}

.accordin-section {
  margin-bottom: 30px;
}

/* contact form */

/* calc start */

.range-section {
  width: 100%;
}

.form-range {
  width: 100%;
}

/* calc end */

/* range css */
/* Style the range input */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 15px;
  background: transparent;
  /* Transparent background to show the track color */
  outline: none;
  /* Remove default outline */
}

/* Style the track */
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  /* Height of the track */
  background: #ccc;
  /* Default track color */
  border-radius: 3px;
  /* Rounded corners for the track */
}

/* Style the thumb (slider handle) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  /* Width of the thumb */
  height: 16px;
  /* Height of the thumb */
  background: #fff;
  /* Thumb color */
  border-radius: 50%;
  /* Rounded shape for the thumb */
  border: 2px solid #ccc;
  /* Border around the thumb */
  cursor: pointer;
  /* Cursor style */
}

/* Change the color of the track when slider is active */
input[type="range"]:active::-webkit-slider-runnable-track {
  background: #66bb6a;
  /* Active track color */
}

/* Change the color of the thumb when slider is active */
input[type="range"]:active::-webkit-slider-thumb {
  background: #66bb6a;
  /* Active thumb color */
}

/* Style the selection (filled part of the track) */
input[type="range"]::-moz-range-progress {
  background-color: #66bb6a;
  /* Selection color */
}

/* Style the selection (filled part of the track) for WebKit browsers */
input[type="range"]::-webkit-slider-runnable-track {
  background-color: #66bb6a;
  /* Selection color */
}

/* end range color slider css */

/* ev calculater section end */
.data-val {
  position: absolute;
  bottom: 0px;
  background-color: #0d9215;
  padding: 15px;
  left: 30px;
  color: white;
}

.table-ev.table-borde#ff2a28 {
  overflow: scroll;
}

.nav-wrapper {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

/* compare secrtions start */
.compare-section-wrapper {
  background-image: url(../images/mid.webp);
  background-size: cover;
  background-position: center;
  height: 200px;
  position: relative;
}

.data-compare-two .compare-container select {
  min-width: 333px;
}

.compare-data-wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  max-width: 1299px;
  margin: 0 auto;
  position: absolute;
  top: 9%;
  left: 0;
  right: 0;
}

.compare-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
}

.compare-title {
  color: #ff2a28;
  font-weight: bold;
  margin-right: 10px;
}

.compare-container select {
  padding: 10px;
  border: none;
  background-color: #f1f1f1;
  border-radius: 8px;
  font-size: 14px;
  color: #555;
  /* min-width: 238px; */

  width: 20%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.vs-circle {
  background: #ff2a28;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.compare-button {
  background-color: #ff2a28;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.line-data {
  content: "";
  width: 1px;
  height: 39px;
  background-color: #ff2a28;
  position: absolute;
  z-index: 99999;
}

.section-header {
  background-image: url('https://autonexa.com/img/neweb/bnr3.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.section-header-list {
  background-image: url(../images/page-title-bg-4.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.compare-wrap {
  padding-top: 130px;
}

.section-header::before {
  content: "";
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.badger-wrap {
  background-color: #fff;
  opacity: 0.5;
  padding: 20px;
}

.menu-wrap {
  background-color: #000;
  padding: 20px;
}

.menu-wrap ul {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}

.menu-wrap ul li {
  list-style: none;
}

.menu-wrap ul li a {
  color: #fff;
}

.menu-wrap ul li a:hover {
  color: #ff2a28;
}

.icon-box {
  border-width: 1px;
  border-style: solid;
  border-color: #ebedf2;
  padding: 20px;
}

.form-control {
  box-shadow: none !important;
}

.form-control:focus {
  border: 1px solid #ff2a28;
}

.compare-pic-subwrapper {
  background-color: #f9f9f9;
  text-align: center;
  padding: 20px;
}

.val-data p {
  padding: 4px;
  border: 1px solid #ff2a28;
}

.similar-wrapper {
  position: relative;
}

.similar-wrapper .slick-initialized .slick-slide {
  margin: 10px !important;
}

.slider-controls {
  position: absolute;
  top: -52px;
  left: 93%;
  right: 0;
}

.slider-controls button {
  border: 1px solid #000;
}

.slider-controls button i {
  color: #000;
}

.slider-controls button:hover i {
  color: #fff;
}

/* compare secrtions end */
/* card list start */
.heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-wrapper-car {
  display: flex;
  gap: 10px;
}

.list-wrapper-car i {
  font-size: 25px;
  font-weight: 700;
  color: #ff2a28;
}

.product-default {
  position: relative;
  overflow: hidden;
  background: #eee;
  transition: all 0.3s ease-out;
  border-color: rgb(232, 232, 232);
  padding: 20px;
}

.product-default:hover {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.1);
  border-bottom: 1px solid #ff2a28 !important;
}

.product-default .fa-heart {
  color: #ff2a28;
  padding: 10px;
}

.product-default:hover .fa-heart {
  border: 1px solid #ff2a28;
}

.author img {
  width: 50px;
  height: 50px;
}

.data-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.content-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.content-list p {
  margin-bottom: 0;
}

.content-list i {
  color: #ff2a28;
}

.author {
  display: flex;
  gap: 10px;
  align-items: center;
}

.accordian-wrapper-data .toggle {
  display: none;
}

.accordian-wrapper-data .option {
  position: relative;
  margin-bottom: 1em;
}

.accordian-wrapper-data .title,
.accordian-wrapper-data .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}

.accordian-wrapper-data .title {
  background: #fff;
  padding: 1em;
  display: block;
  color: #16171a;
  font-weight: bold;
  border: 1px solid #16171a;
}

.accordian-wrapper-data .title:after,
.accordian-wrapper-data .title:before {
  content: "";
  position: absolute;
  right: 26px;
  top: 43%;
  width: 1.5px;
  height: 10px;
  background-color: #16171a;
  transition: all 0.2s;
  transform: rotate(-45deg);
}

.accordian-wrapper-data .title:after {
  transform: rotate(45deg);
  right: 20px;
}

.accordian-wrapper-data .content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;

  p {
    margin: 0;
  }
}

.accordian-wrapper-data .toggle:checked {

  &+.title,
  &+.title+.content {
    box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd;
    display: block;
  }

  &+.title+.content {
    max-height: 500px;
  }

  &+.title:before {
    transform: rotate(45deg) !important;
  }

  &+.title:after {
    transform: rotate(-45deg) !important;
  }
}

.data-list {
  margin-bottom: 0;
  padding: 15px;
  list-style: none;
  font-weight: 600;
}

.list-group label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-radio .form-radio-label {
  position: relative;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  padding-inline-start: 20px;
}

.custom-radio .form-radio-label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  border: 1px solid #ff2a28;
  border-radius: 50%;
}

.custom-radio input[type="radio"]+.form-radio-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff2a28;
  transition: all 0.2s ease-out;
}

.custom-radio input[type="radio"]:checked+.form-radio-label::after {
  opacity: 1;
}

.looking-data {
  padding: 20px;
}

.slider-#ff2a28 {
  width: 100%;
  accent-color: #ff2a28;
  position: absolute;
  top: 0;
}

.range-slider-wrapper input[type="range"]:nth-child(2) {
  z-index: 1;
}

.custom-checkbox {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-weight: 600;
}

.custom-checkbox li {
  margin-top: 10px;
}

.custom-checkbox input[type="checkbox"]:checked+.form-check-label::before {
  background-color: #ff2a28;
  border-color: #ff2a28;
}

.custom-checkbox input[type="checkbox"]:checked+.form-check-label::after {
  opacity: 1;
}

.custom-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  padding-inline-start: 22px;
}

.custom-checkbox .form-check-label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 15px;
  border: 1px solid #ff2a28;
  border-radius: 2px;
}

.custom-checkbox input[type="checkbox"]+.form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 50%;
  left: 2px;
  opacity: 0;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-65%) rotate(-45deg);
  transition: all 0.2s ease-out;
}

.custom-checkbox .input-checkbox {
  display: none;
}

/* card list end */
/* car specification start */
.car-detail-wrapper .slick-prev,
.car-detail-wrapper .slick-next {
  background: #ff2a28;
  color: #fff;
  border: none;
  padding: 9px 8px;
  font-size: 41px;
  position: absolute;
  top: 58%;
  z-index: 1;
  cursor: pointer;
}

.car-detail-wrapper .slick-prev:before,
.car-detail-wrapper .slick-next:before {
  content: none;
}

.car-detail-wrapper .slick-prev {
  left: 10px;
  width: 50px;
  height: 50px;
}

.car-detail-wrapper .slick-next {
  right: 10px;
  width: 50px;
  height: 50px;
}

.nav-tab-wrapper .nav-link {
  color: #000 !important;
}

.nav-tab-wrapper .nav-pills .nav-link.active,
.nav-tab-wrapper .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #ff2a28 !important;
}

.table-detail-wrapper {
  border-width: 1px;
  border-style: solid;
  border-color: #ebedf2;
}

.table-detail-wrapper ul {
  padding-left: 0;
  padding: 10px;
}

.table-detail-wrapper ul li {
  list-style: none;
  display: flex;
}

.table-detail-wrapper ul li div {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  width: 50%;
  font-weight: 600;
}

/* car specification end */
/* blog section start */
.blog-section-wrapper {
  background-image: url('https://autonexa.com/img/neweb/Blog Image.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 328px;
  position: relative;
  z-index: 0;
  /* Changed from -1 to 0 */
}

.blog-section-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}

.blog-content-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-bottom: 21px;
  /* margin-right: 25px; */
}

.blog-img {
  position: relative;
}

.blog-img img {
  border-radius: 10px;
}

.blog-wrap-data {
  padding: 20px;
}

.date-container {
  position: absolute;
  /* left: 80px; */
  right: 19px;
  bottom: -29px;
  background-color: #ff2a28;
  /* padding: 10px; */
  width: 100px;
  border-radius: 10px;
  text-align: center;
}

.blog-nav {
  padding-top: 162px;
}

.social-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.data-one {
  display: none;
}

.show {
  display: block;
}

.pagination-wrapper {
  padding: 7px;
  text-align: center;
  margin-top: 30px;
  border-radius: 10px;
}

.border-10 {
  border-radius: 10px;
}

.pagination-wrapper .page-item.active .page-link {
  background-color: #ff2a28;
  border-color: #ff2a28;
}

.pagination-wrapper .page-link {
  color: #ff2a28;
}

.main-data-wrap {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.text-one {
  color: #eee;
}

.pagination-wrapper .pagination {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  /* gap: 30px; */
}

.page-item.disabled .page-link {
  color: #ff2a28;
}

.side-subwrapper-data-two .slick-dots li button:before {
  color: #ff2a28 !important;
}

.side-wrapper-second {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.data-slider {
  position: absolute;
  top: 100px;
  padding: 10px;
}

.social-wrapper-two {
  display: flex;
  gap: 20px;
}

.key-light-subwrapper {
  display: grid;
  grid-template-columns: 1fr;
  border: 2px solid #000;
  border-collapse: collapse;
}

.data-key {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-top: 1px solid #000;
}

.data-key:first-child {
  border-top: none;
}

.data-key p {
  margin: 0;
  padding: 13px;
  border-left: 1px solid #000;
}

.data-key p:first-child {
  border-left: none;
}

.stat-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.stat-icon {
  border: 1px solid red;
  border-radius: 50%;
  padding: 7px 13px;
  font-size: 23px;
  width: 50px;
  height: 50px;
  color: red;
}

/* blog section end */
/* media query section start */
/* @media screen and (max-width: 1024px) {
    .dropdown-menu li a {
      color: #ff2a28 !important;
      font-weight:700 !important;
      
    }
  } */
@media screen and (max-width: 1024px) {
  .dropdown-menu li a {
    color: #ff2a28 !important;
    font-weight: 700 !important;
  }

  .dropdown-menu li a:hover {
    color: darkred !important;
    background-color: transparent !important;
  }
}

.dropdown-menu {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.dropdown-menu li a {
  font-size: 12px !important;
}

@media screen and (max-width: 1024px) {
  .nav-logo {
    display: none;
  }

  .nav-logo-two {
    width: 120px;
    object-fit: fill;
    display: block;
  }

  .navheader-mobile {
    display: flex;
    justify-content: space-between;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .nav-links {
    display: none;
  }

  .search-wrapper {
    display: none;
  }

  .nav-links-two .icon-img {
    width: 20px;
    height: 20px;
  }

  .fw-600 {
    font-weight: 600 !important;
  }

  .nav-links-two {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    height: 100%;
    background: #000;
    padding: 20px;
    transition: right 1s ease-in-out;
    overflow: scroll;
    z-index: 1;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
  }

  .nav-links-two.active {
    right: 0;
  }

  .nav-links-two li {
    text-align: center;
    margin: 10px 0;
  }

  .nav-links-two li a {
    font-size: 16px;
    font-weight: 700 !important;
    display: flex;
    color: #fff;
  }

  .nav-links-two p {
    color: #2d545e;
    margin-bottom: 0;
    font-weight: 600;
  }

  .mobile-toggle {
    display: block;
  }

  .compare-container {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .social-wrapper-two {
    display: block;
  }

  .data-key {
    display: block;
  }

  .section-centent {
    padding: 20px;
  }

  .blog-nav {
    padding: 20px;
    padding-top: 90px;
  }

  .blog-section-wrapper {
    height: auto;
  }

  .navbar-data>div {
    gap: 0 !important;
  }

  .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .slider-data-two-wrapper .up-arrow {
    position: relative;
    width: 40%;
    left: 29%;
  }

  .slider-data-two-wrapper .down-arrow {
    position: relative;
    width: 40%;
    left: 29%;
  }

  .slider-data-two {
    position: relative;
    top: 10%;
    left: 0;
    overflow-y: scroll;
    scrollbar-width: none;
    height: 600px;
  }

  .section-padding-two,
  .section-padding {
    padding: 20px 0;
  }

  .compare-wrap {
    padding-top: 120px;
  }

  .menu-wrap ul {
    display: block;
    margin: 0 auto;
  }

  .slider-controls {
    display: none;
  }

  .table-wrapper-compare {
    overflow-x: scroll;
  }

  .compare-section-wrapper {
    height: 500px;
  }

  .compare-data-wrapper {
    position: relative;
    top: 17px;
    margin: 10px;
    padding: 10px;
  }

  .btn-content {
    font-size: 16px !important;
  }

  .blog-title {
    display: block;
  }

  .vs-circle {
    margin: 0 auto;
    margin-top: 10px;
  }

  .compare-button {
    margin-top: 20px;
  }

  .compare-container select {
    margin-top: 10px;
    min-width: 100% !important;
  }

  .slider-data-wrapper .slick-dots {
    left: 0 !important;
  }

  .slider-data-banner img {
    height: auto;
  }

  .slider-data-wrapper {
    padding-top: 73px;
    height: auto !important;
  }

  .expanded {
    padding-left: 90px !important;
  }

  .info_container {
    width: 136px !important;
    margin-left: -110px !important;
  }

  .info_bottom_text {
    padding: 0px 2.5rem !important;
    font-size: 1rem !important;
  }

  .inner_container {
    height: 250px !important;
  }

  .section-centent {
    display: block !important;
  }

  .mid-section-wrapper h2 {
    font-size: 24px;
  }

  .verses-class {
    position: absolute;
    background-color: #000000a3;
    color: #fff;
    top: 17%;
    padding: 10px;
    left: 27%;
    font-size: 16px;
  }

  .car-content,
  .car-content-two {
    display: block;
  }

  .car-wrapper h4 {
    position: relative;
    font-size: 21px;
    padding: 7px;
    color: #000;
    max-width: 100%;
  }

  .footer-wrapper {
    height: 683px;
  }

  .running-cost-section {
    overflow: auto;
  }

  .social-icons {
    gap: 5px;
  }

  .manage-data {
    margin-top: 10px !important;
  }

  .searchInputWrapper {
    margin-top: 17px !important;
  }

  .data-ceontent-nav {
    margin-top: 10px !important;
  }

  .main-top-social-icons {
    display: none;
  }

  .top-nav {
    text-align: center;
  }
}

/* media query section end */

/* 
  //hero section media query */
/* Default: show desktop, hide mobile */
.desktop-hero {
  display: block;
}

.mobile-hero {
  display: none;
}

/* Mobile only */
@media screen and (max-width: 767px) {
  .desktop-hero {
    display: none;
  }

  .mobile-hero {
    display: block;
  }

  .mobile-carousel {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
  }

  .mobile-carousel::-webkit-scrollbar {
    display: none;
  }

  .mobile-carousel .mobile-image-box {
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: center;
  }

  .mobile-carousel .mobile-image-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }
}


/* .carr{
  height: 523px;
} */


.content tbody,
td,
tfoot,
th,
thead,
tr {
  border: 2px solid gray;
}

@media screen and (min-width: 768px) {
  .content td p {
    padding: 10px;
  }
}
.content td p {
    text-align: center;
}

.content h2 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.content p {
  margin-top: 15px;
}



/* for sidebar card blog and category */

/* ===== WHITE BOX ===== */
.sidebar-box {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    margin-bottom: 24px;
}

/* ===== LINK ===== */
.sidebar-link {
    text-decoration: none;
    color: inherit;
}

/* ===== VERTICAL CARD ===== */
.vertical-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* ===== IMAGE TOP ===== */
.vertical-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

/* ===== TITLE ===== */
.vertical-card h6 {
    padding: 10px;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.35;
    color: #222;
    margin: 0;
}

/* ===== HOVER EFFECT ===== */
.vertical-card {
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    transform: translateY(-3px);
    
}

/* ===== REMOVE LAST GAP ===== */
.vertical-card:last-child {
    margin-bottom: 10px;
}

/* ===== REMOVE OLD SLIDER ===== */
.simple-slider,
.slider-track,
.slider-dots {
    display: none;
}





/* footer ev */
.left-footer h3 {
  color: white !important;
  font-size: 25px !important;
  font-family: "Montserrat", sans-serif !important;
}

.left-footer p.text-white {
  color: white !important;
  font-size: 17px !important;
  font-weight: 100 !important;
  text-align: left !important;
  font-family: "Montserrat", sans-serif !important;
}

.text-white1 {
  color: white !important;

}

.btn1 {
  padding: 0.5rem 1rem;
  gap: 20px;
  height: 39px;
  border: none;
  outline: none;
  cursor: pointer;

}

.form-cntrl {
  height: 39px !important;
}

body p {
  font-family: "Montserrat", sans-serif !important;
  line-height: 149% !important;
}

p {
  margin: 0 0 8px !important;
}

@media (min-width: 1024px) {
  .featured-slider-1 {
    padding-top: 106px !important;
  }
}


/* table of content  */
.toc-box {
    background: color-mix(in srgb, #f75815, transparent 95%);
    border-radius: 12px;
    padding: 1.5rem;
    /* margin: 2.5rem 0; */
    margin-top: 10px;
}

/* Header */
.toc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.toc-header h3 {
    margin: 0;
    color: #2d465e;
}

/* Arrow */
.toc-arrow {
    font-size: 20px;
    color: #2d465e;
    transition: transform 0.3s ease;
}

/* Content */
#tocContent {
    margin-top: 1rem;
    padding-left: 0;
    /* list-style: none; */
    display: none;
}

#tocContent li {
    margin-bottom: 8px;
}

#tocContent a {
    text-decoration: none;
    color: #2d465e;
    font-weight: 600;
    font-size: 16px;
}

/* Open state */
.toc-open #tocContent {
    display: block;
}

.toc-open .toc-arrow {
    transform: rotate(180deg); /* ▼ → ▲ */
}

/* end table of content  */

/* ai icons */
.ai .social-icon{
  background-color: #000;
}