@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --main-color: #C41E3A;
  --hover-color: #fff;
  --hover-border: #C41E3A;
  --white-color: #fff;
  --new-color:#c45a6c;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "DM Sans", serif;
  overflow-x: hidden;
}


section {
  padding: 60px 0px;
}

@media (max-width:767px) {
  section {
    padding: 25px 0px;
  }
}

/* header-css */
.bg-light {
  background-color: #fff !important;
  backdrop-filter: blur(40px);
  box-shadow: 0px 4px 4px 0px #00000026;
  padding: 20px 0px;
}

.nav-link {
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: var(--main-color);
  font-weight: 700;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: #1A1A1A;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link:hover {
  color: var(--main-color);
}

.navbar-nav>li {
  padding-right: 25px;
}

@media (min-width:993px) and (max-width:1400px) {
  .navbar-nav>li {
    padding-right: 10px;
  }
}

.login_btn {
  background-color: var(--main-color);
  color: #fff;
  padding: 8px 25px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
}

.login_btn:hover {
  background-color: var(--hover-color);
  border: 1px solid var(--hover-border);
  color: #000;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.nav-item-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-items-data {
  display: flex;
  flex-direction: column;
}

.nav-items-data p {
  margin-top: 0;
  margin-bottom: 0rem;
  font-size: 14px;
}

.nav-items-data p a {
  color: var(--main-color);
}


#myHeader {
  background-color: #fff;
  width: 100%;
  /* padding: 20px; */
  transition: all 0.3s ease-in-out;
  /* box-shadow: none; */
  z-index: 9999;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.nav-item-icon .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
}

.nav-item-icon i {
  font-size: 20px;
  color: var(--white-color);
}

.nav-items-data p a {
  color: #1A1A1A;
}

.nav-items-data p a:hover {
  color: var(--main-color);
}

.nav-items-data p a span {
  color: var(--main-color);
}

.navbar-brand img {
  width: 163px;
}

/* header-end */

/* banner-section-start */
.carousel-control-next-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF0000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.carousel-control-prev-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF0000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.container-banner {
  background-color: #ffffffeb;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 900px;
  text-align: center;
  position: relative;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
}



.container-banner h1 {
  font-family: 'DM Sans';
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--main-color);
  text-align: left;

}

.container-banner h2 {
  margin-bottom: 20px;
  font-family: 'DM Sans';
  font-size: 40px;
  font-weight: 700;
  color: #545454;
  text-align: left;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  border: 3px solid #C41E3A;
  border-radius: 20px;
}

.feature {
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.feature img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 100%;
  object-fit: cover;
}

.feature span {
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #000000;
}

@media (max-width: 768px) {
  .container-banner {
    padding: 15px;
  }

  .container-banner h1 {
    font-size: 1.5rem;
  }

  .container-banner h2 {
    font-size: 1.2rem;
  }

  .feature img {
    width: 40px;
    height: 40px;
  }

  .feature span {
    font-size: 0.9rem;
  }
}

/* banner-section-end */

/* counter-css-start */

.our-counter {
  /* height: 200px; */
  /* background-image: url(../images/download.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #C41E3A;
}

/* @media (max-width:767px) { */
/* .our-counter { */
/* margin: 30px 0px; */
/* } */
/* } */

.counter-up {
  padding: 0 50px;
  /* position: relative; */
  display: flex;
  align-items: center;
  height: 100%;
  /* background-image: url(../images/download.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.counter-up::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #C41E3A;
  /* background-color: rgba(0, 0, 0, 0.8); */
  background-color: #c41e3ac7;
}

.counter::after {
  content: "+";
}

.counter-up .content {
  z-index: 1;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center; */
  justify-content: space-between;
}

.counter-up .content .box {
  width: calc(25% - 30px);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 20px 0px;
}

.content .box .icon {
  font-size: 45px;
  /* color: #004286; */
  color: #fff;
}

.content .box .counter {
  font-family: 'DM Sans';
  font-size: 35px;
  font-weight: 700;
  line-height: 45.57px;
  text-align: left;
  color: #fff;
}

.content .box .text {
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1036px) {
  .counter-up {
    padding: 50px 50px 0 50px;
  }

  .counter-up .content .box {
    width: calc(50% - 30px);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 580px) {
  .counter-up .content .box {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .counter-up {
    padding: 30px 20px 0 20px;
  }
}

/* .counter-overlay{ */
/* background-color: #0000006b; */
/* width: 50%; */
/* } */
.couter-left {

  /* background-color: #000000B0; */
  background-color: #0000006b;
  color: #ffff;
  padding: 20px;
  height: 100%;
  transform: skew(16deg);
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 3%;
}

.couter-left h1 {
  /* width: 100%; */
  font-family: 'DM Sans';
  font-size: 30px;
  font-weight: 700;
  line-height: 45.57px;
  text-align: left;
  color: #fff;
  transform: skew(-16deg);
  /* padding-left: 18%; */
}

@media (max-width:991px) {
  .couter-left {
    background: #721122;
    color: #ffff;
    padding: 20px;
    transform: skew(0deg);
    position: relative;
    z-index: 1;
    overflow: hidden;
    right: 0;
  }

  .couter-left {
    transform: skew(0deg);
  }

  .couter-left h1 {

    transform: skew(0deg);
  }
}


.couter-left-heading {
  font-family: 'DM Sans';
  font-size: 30px;
  font-weight: 700;
  line-height: 45.57px;
  text-align: left;
  color: #fff;
  transform: skew(15deg);
  position: relative;
  left: 15%;

}

@media (max-width:767px) {
  .couter-left {
    transform: skew(0deg);
  }

  .couter-left-heading {

    transform: skew(0deg);
    left: 0%;
    text-align: center;
  }
}

@media (min-width:768px) and (max-width:1280px) {
  .couter-left {
    right: 0;
  }

  .couter-left-heading {
    left: 0%;

  }
}

.abouts-us-dots {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  position: absolute;
  right: 7PX;
  bottom: -10px;
}

.abouts-us-dots .dot {
  width: 8px;
  height: 8px;
  background: #C41E3A80;
}

.about_us_sec h2 {
  font-family: DM Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.66px;
  text-align: left;
  color: var(--main-color);

}

.about_us_sec h3 {
  font-family: 'DM Sans';
  font-size: 36px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000000;
}

.about_us_sec p {
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: left;
  color: #686868;
}

.vision_mission_sec p {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #000000;
}

.vision_mission_sec .our_mission h3 {
  font-family: 'DM Sans';
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: var(--main-color);
}

.vision_mission_sec .our_vision h3 {
  font-family: 'DM Sans';
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: var(--main-color);

}

.our_mission {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
}

.our_vision {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
}

.about_us_img {
  position: relative;
}

.feature-box a {
  color: #000;
}

.about_us_img .about-col-img {
  overflow: hidden;
  position: relative;
}

.about_us_img img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.about_us_img img:hover {
  transform: scale(1.1);
}

.about_us_bg-color {
  position: relative;
}

.overlay_div {
  width: 131px;
  height: 350px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 33%;
  right: 14px;
}

.learn-more {
  font-family: 'DM Sans';
  background-color: var(--main-color);
  color: #fff;
  padding: 10px 30px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
}

.learn-more:hover {
  background: var(--hover-color);
  border: 1px solid var(--hover-border);
  color: #000;
}

.view_more {
  font-family: 'DM Sans';
  background-color: #fff;
  color: #C41E3A;
  padding: 10px 30px;
  border: 1px solid #C41E3A;
  border-radius: 5px;
}

.view_more:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);

}

.download-sec {
  /* background-image: url(../images/download.png); */
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 70px 0px; */
  background-attachment: fixed;
  position: relative;
}

.download-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.download-sec>* {
  position: relative;
  z-index: 2;
}

.download-sec h2 {
  font-family: 'DM Sans';
  font-size: 24px;
  font-weight: 700;
  color: #C41E3A;
  margin-top: 15px;
}

.download-sec h3 {
  font-family: 'DM Sans';
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  color: #fff;
  margin: 20px 0px;
}

.download-sec p {
  font-family: 'DM Sans';
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  color: #fff;
}

.app-buttons {
  display: flex;
  gap: 25px;
  margin-top: 30px;
}

.app-store {
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  color: white;
  border-radius: 8px;
  padding: 10px 30px;
  transition: transform 0.2s, background-color 0.2s;
}

.app-store:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

.app-store:hover .text p {
  color: var(--white-color);
}

.google-play {
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #000;
  color: white;
  border-radius: 8px;
  padding: 10px 30px;
  transition: transform 0.2s, background-color 0.2s;
}


.store-button img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}

.store-button .text {
  display: flex;
  flex-direction: column;
}

.app-store .text p {
  color: #000;
}

.store-butto p {
  font-size: 12px;
  color: #000;
  line-height: 4px;
}

.store-button p {
  font-size: 16px;
  line-height: 4px;
}

.store-button:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

.text_title {
  text-align: left;
  font-family: 'DM Sans';
  font-size: 32px;
  font-weight: 600;
  color: var(--main-color);
}


.download-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.btn-store {
  display: flex;
  align-items: center;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-store i {
  font-size: 30px;
  margin-right: 15px;
}

.btn-store:hover {
  background-color: var(--hover-color);
  color: var(--white-color);
}

.btn-appstore {
  background-color: var(--hover-color);
  color: var(--main-color);
  border-radius: 8px;
  padding: 5px 30px;
  transition: transform 0.2s, background-color 0.2s;
  border: 1px solid var(--main-color);
}

.btn-appstore:hover {
  background-color: var(--main-color);
}

.btn-playstore {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  border-radius: 8px;
  padding: 10px 30px;
  transition: transform 0.2s, background-color 0.2s;
}


.btn-store:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); */
}

.btn-playstore:hover {
  background-color: var(--hover-color);
  color: #000;
  border: 1px solid var(--hover-border);
}

/* @media (max-width:767px) { */
/* .download-buttons { */
/* flex-direction: column; */
/* width: 80%; */
/* } */
/* } */

@media (max-width:993px) {
  .download-buttons {
    flex-direction: column;
    width: 80%;
  }
}

/* counter-css-end */

/* our-product-section-css */
.product-us-dots {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  position: absolute;
  left: -15px;
  top: 25px;
  z-index: -1;
}

.product-us-dots .dot {
  width: 8px;
  height: 8px;
  background: #C41E3A80;
}

.indexProduct .swiper-slide{
  width: 100%;
}

.indexProduct .charger-card-tabs{
  margin: 40px auto 0 auto;
}

.charger-card-tabs {
  /* max-width: 900px; */
  margin: 50px auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* display: flex; */
  overflow: hidden;
  /* height: 630px; */
}



.charger-image {
  background-color: #f7f7f7;
  height: 100%;
}

@media (max-width:767px) {
  .charger-card-tabs {
    overflow: visible;
  }
}

.charger-image img {
  max-width: 100%;
  max-height: auto;
}

.charger-info-tabs {
  padding: 30px;
}

.charger-info-tabs h2 {
  color: #d12229;
  font-family: 'DM Sans';
  font-size: 24px;
  font-weight: 700;
}

.connectors button {
  margin: 5px;
  color: #d12229;
  background-color: transparent;
  border-radius: 10px;
  padding: 5px 18px;
  font-size: 14px;
  border: 1px solid #C41E3A;
}

.connectors button:hover {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
}

.features_tabs div {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.features_tabs i {
  font-size: 20px;
  margin-right: 10px;
  color: #d12229;
}

/* .buttons_grps { */
/* display: flex; */
/* gap: 200px; */
/* } */

/* .buttons button {
  margin-right: 10px;
  padding: 10px 30px;
  border-radius: 5px;
  border: none;
} */
.btn-enquiry {
  background-color: #d12229;
  color: #fff;
}

.btn-details {
  border: 1px solid #d12229;
  color: #d12229;
  background-color: #fff;
}

.features_tabs {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.charger-info-tabs h3 {
  font-family: 'DM Sans';
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

.charger-info-tabs p {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 400;
  color: #686868;
}

.charger-info-tabs p span {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

@media (max-width:767px) {
  .charger-card-tabs {
    flex-direction: column;
  }

  .charger-image img {
    max-width: 100%;
  }

  .features_tabs {
    grid-template-columns: 1fr;
  }

  .buttons_grps {
    gap: 10px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .buttons_grps {
    gap: 10px;
  }

  .features_tabs {
    grid-template-columns: 1fr;
  }
}

/* our-product-section-css-end */

/* our-services-css-start */
.our-services {
  /* background-image: url(../images/services.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.our-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.our-services>* {
  position: relative;
  z-index: 2;
}



.services-title {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 1px 0;
  padding: 1px;
}

.services-title h2 {
  font-family: 'DM Sans';
  font-size: 32px;
  font-weight: 600;
  line-height: 26.04px;
  color: var(--white-color);
}

.services-title span {
  display: block;
  height: 2px;
  width: 50px;
  background-color: #7BCB5F;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .services-title h2 {
    font-size: 20px;
  }

  .services-title span {
    width: 40px;
  }
}

.services-title-sapn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px 0;
  padding: 1px;
}

@media (max-width:767px) {
  .services-title-sapn {
    margin-top: 15px;
  }
}

.about-span-title {
  justify-content: flex-start;
}

.services-title-sapn h2 {
  padding: 0 20px;
  font-family: 'DM Sans';
  font-size: 20px;
  font-weight: 500;
  line-height: 26.04px;
  color: #004286;
  ;
}

.about-span-title h2 {

  padding: 0px 20px 0px 0px;
}

.services-title-sapn span {
  display: block;
  height: 2px;
  width: 50px;
  background-color: #004286;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .services-title-sapn h2 {
    font-size: 20px;
  }

  .services-title-sapn span {
    width: 40px;
  }
}

.services-title_two h3 {
  font-family: 'DM Sans';
  font-size: 40px;
  font-weight: 700;
  line-height: 52.08px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media(max-width:767px) {
  .services-title_two h3 {
    margin-bottom: 10px;
    font-size: 30px;
  }
}

.services-title_two p {
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: center;
  color: #D4D4D4;
}

.services-title_three h3 {
  font-family: 'DM Sans';
  font-size: 40px;
  font-weight: 700;
  line-height: 52.08px;
  text-align: center;
  color: #FFFFFF;
  color: #2B2B2B;
  margin-bottom: 20px;
}

@media(max-width:767px) {
  .services-title_three h3 {
    margin-bottom: 10px;
    font-size: 30px;
  }
}

.services-title_three p {
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: center;
  color: #686868;
}



.services-card:hover {
  background-color: var(--hover-color);

}


.services-icon-contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid #FFFFFF;
  align-items: center;
}

.services-icon-contain h4 {
  font-family: 'DM Sans';
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
  text-align: left;
  color: #FFFFFF;
}

.services-icon-contain i {
  font-size: 35px;
  color: var(--white-color);
}

.services-card p {
  color: #fff;
  margin-top: 10px;
}

.services-card {
  background-color: #68686873;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}

.services-card:hover {
  background-color: var(--hover-color);
  background-color: var(--secondhover-color);

}

.services-icon-contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid #FFFFFF;
  align-items: center;
}

.services-icon-contain h4 {
  font-family: 'DM Sans';
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
  text-align: left;
  color: #FFFFFF;
}



.services-card p {
  color: #fff;
  margin-top: 10px;
}


.services-card-two p {
  height: 150px;
  overflow-y: scroll;
  line-height: 35px;
}

.services-card-two p::-webkit-scrollbar {
  display: none;
}

@media (max-width:767px) {
  .services-card-two {
    height: auto;
  }

  .learn-more,
  .view_more {
    width: 100%;
  }
}

/* Swiper Custom Styles */
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  bottom: -20px;
  background-color: #686868;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  /* Adjust arrow size */
}

/* Center both buttons horizontally */
.swiper-button-prev {
  left: 45%;
}

@media (max-width:767px) {
  .swiper-button-prev {
    left: 30%;
  }
}

/* .swiper-button-next {
  right: 45%;
} */
.swiper-button-next {

  left: 51%;
  top: 48px;
}

@media (min-width:767px) and (max-width:992px) {
  .swiper-button-next {
    left: 54%;
    top: 48px;
  }
}

/* Hide the overflow content from left and right */
.swiper-container {
  overflow: hidden;
  padding-bottom: 30px;
}

.swiper-slide {
  width: auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}


/* our-services-css-end */

/* testimonial-css-start */
.testi_sec {
  background: #9933680a;
  /* position: relative; */
}

/* .testi_sec::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1;
}
.testi_sec > *{
  position: relative;
  z-index: 2;
} */

.testi_sec h2 {
  font-family: 'DM Sans';
  font-size: 32px;
  font-weight: 600;
  color: var(--main-color);
}

.testi_sec h3 {
  font-size: 22px;
}

.custom-prev-btn,
.custom-next-btn {
  background-color: #d61b3c !important;
  width: 45px;
  height: 45px;
  border-radius: 0%;
  position: absolute;
  /* top: 35%; */
  top: 14%;
  transform: translateY(-50%);
  right: 15px;
  left: auto;
  z-index: 10;
}

.custom-prev-btn {
  /* right: 220px; */
  right: 360px;

}

.custom-next-btn {
  /* right: 140px;
  top: 35% */
  right: 302px;
  top: 14%
}

.swiper-slide-testimonial {
  padding: 20px 0px;
}


.form-range {
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
}

.form-range:focus {
  background: #999;
}

.form-label {
  font-size: 14px;
  color: #333;
}


/* Responsive Adjustments */
@media (max-width: 768px) {

  .custom-prev-btn,
  .custom-next-btn {
    width: 35px;
    height: 35px;
  }

}

@media (max-width: 576px) {
  .carousel-inner .row>div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custom-prev-btn,
  .custom-next-btn {
    top: 100%;
    width: 30px;
    height: 30px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}


/* ------ */
.carousel_inner_btm {
  overflow: visible;
}

.testimonial-card {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  gap: 20px;
}

.image-container {
  flex: 1;
  background-color: #C41E3A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* border-top-right-radius: 300px; */
  border-bottom-right-radius: 300px;
  box-shadow: 0px 17.26px 35.96px 0px #4747B933;
}

.image-container img {
  border-radius: 100%;
  width: 140px;
  height: 140px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
}

.text-container {
  flex: 2;
  padding: 20px;
  height: 320px;
  overflow-y: scroll;
}

.text-container::-webkit-scrollbar {
  display: none;
}

h2 {
  color: #d90429;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.designation {
  color: #666;
  margin-bottom: 20px;
  font-size: 1rem;
}

.testimonial-card .quote {
  line-height: 33px;
  color: #333;
  font-size: 1rem;
}


@media screen and (max-width: 768px) {
  /* .testimonial-card {
    flex-direction: column;
  } */

  .image-container {
    padding: 10px;
  }

  .image-container img {
    width: 130px;
    height: 130px;
    left: 75%;
  }
}
@media (min-width: 768px) and (max-width:1200px) {
 
  .image-container img {
    width: 130px;
    height: 130px;
  }
}

.abouts-us-dots-test {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  position: absolute;
  right: 271PX;
  bottom: 68px;
}

.abouts-us-dots-test .dot {
  width: 8px;
  height: 8px;
  background: #C41E3A80;
}

/* testimonial-css-end */


/* breadcums-section-css */
.breadcrumb-section {
  /* background-image: url('../images/Rectangle\ 4090.webp'); */
  background-size: cover;
  background-position: center;
  padding: 130px 0;
  position: relative;
}

.breadcrumb-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.breadcrumb-section .container {
  position: relative;
  z-index: 2;
}

.breadcrumb-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 80px;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #ccc;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "»";
  color: #fff;
  padding: 0 5px;
}

/* breadcums-section-end */


/* contact-us-page-css-start */

.aboutus-pattern {
  position: relative;
}

.aboutus-pattern_img img {
  position: absolute;
  right: 0;
  top: -50px;
}

.info-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 30px;
}

.info-box h2 {

  color: var(--main-color);
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 700;


}

.info-box h3 {
  font-family: 'DM Sans';
  font-size: 40px;
  font-weight: 700;
  color: #24231D;
}

.info-box p {

  color: #686868;
}

.info-box i {
  color: var(--main-color);
  font-size: 20px;
  margin-right: 10px;
}

.info-box p a {
  color: #686868;
  cursor: pointer;
}

.info-box p:hover a {
  color: var(--main-color);
}

.contact-details {
  display: flex;
  gap: 15px;
  align-items: center;
}

.info-box .des {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #686868;
}

.contact-details .contact-item i {
  border: 1px solid #DDDDDD;
  padding: 10px 15px;
  color: var(--main-color);
  border-radius: 8px;
}

.contact-details .contact-item i:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}

.contact-details-des h3 {
  font-family: 'DM Sans';
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #24231D;
}

.contact-details-des h3 {
  margin: 17px 0px 3px 0px;
}

.contact-form {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.contact-form h2 {
  color: var(--main-color);
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 700;
}

.contact-form h3 {
  margin-bottom: 20px;
  font-family: 'DM Sans';
  font-size: 40px;
  font-weight: 700;
  color: #24231D;
}

.photex_contact {
  border-radius: 10px;
  border: 2px solid #E3E3E3;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  outline: none;
}

.photex_label {
  font-weight: 600;
  font-size: 15px;
}

.contact_us_btn {
  display: flex;
  align-items: center;
  justify-content: start;
}

.categories_box {
  height: auto;
  overflow: hidden;
}

@media (max-width:767px) {
  .categories_box {
    height: auto;
  }
}

.vrt-clients {
  padding: 0px 0px 50px 0px;
}

.send_btn {
  background-color: var(--main-color);
  color: #fff;
  padding: 10px 22px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
}

.send_btn:hover {
  background-color: var(--hover-color);
  border: 1px solid var(--hover-border);
  color: #000;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 95%;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #C41E3A;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);

  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

@media (max-width:767px) {
  .swiper-pagination {
    display: none;
  }
}

/* contact-us-page-css-end */


/* apply-new-css-start */

.apply-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-container {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 0px;
}

.form-container {
  padding: 40px;
  flex: 1;
}

.form-container h2 {
  font-family: 'DM Sans';
  font-weight: 700;
  color: #292929;
}

.form-container .btn-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.form-container .btn-group button {
  flex: 1;
  margin-right: 10px;
}

.form-container .btn-group button:last-child {
  margin-right: 0;
}

.info-container {
  /* background: radial-gradient(circle, rgba(54,186,47,1) 3%, rgba(0,66,134,1) 73%, rgba(0,66,134,1) 100%); */
  background: #d4d5d98c;
  /* color: white; */
  color: #000;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
}

.info-container .info-text img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.info-container .info-text:hover img {
  transform: rotateY(5deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}


.info-text h3 {
  margin-bottom: 10px;
  margin: 15px 0px;
  font-size: 30px;
  font-weight: bold;
  font-family: 'DM Sans';
  font-weight: 700;
}

.info-text p {
  font-size: 16px;
  margin-bottom: 0;
}

.apply-now-top-img {
  position: absolute;
  top: 0;
  left: 10px;
}

.apply-now-top-img img {
  width: 130px;
  aspect-ratio: 1/1;
}

.apply-now-btm-img {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.apply-now-btm-img img {
  width: 100px;
  aspect-ratio: 1/1;
}

@media (max-width:1024px) {
  .apply-now-top-img {
    display: none;
  }

  .apply-now-btm-img {
    display: none;
  }
}

/* contact-css-start*/
.contact-list-items {
  box-shadow: 0px 0px 60px 0px #0000000D;
  padding: 30px;
}

@media (max-width:767px) {
  .contact-list-items {
    padding: 8px;
  }

}

.contact-list-items span {
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #7BCB5F;
}



.unique-contact-form input,
.unique-contact-form textarea {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  outline: none;
}

.unique-contact-form textarea {
  resize: none;
}

.unique-contact-form input::placeholder,
.unique-contact-form textarea::placeholder {
  color: #b0b0b0;
}

.unique-submit-button {
  border-radius: 5px;
  border: 0.81px solid #004286;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  width: 50%;
  margin: auto;
}

.unique-submit-button:hover {
  background-color: var(--hover-color);
  color: white;
}

@media (max-width: 767px) {
  .unique-contact-form {
    padding: 0 5px;

  }
}

@media (max-width:992px) {
  .unique-submit-button {
    width: auto;
  }
}

.uniquecontact-form {
  /* max-width: 700px; */
  margin: auto;
}

.unique-input {
  /* margin-bottom: 15px; */
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  outline: none;
}

.unique-input-file {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px dashed #4D4D4D;
  padding: 35px;
  font-size: 16px;
  /* width: 100%; */
  outline: none;
}

@media (max-width:767px) {
  .unique-input-file {
    width: 100%;
  }
}

.uniquecontact-form .btn-check+.btn {
  width: 100%;
}

.uniquecontact-form .d-flex {
  gap: 15px;
}

.uniquecontact-form .text-center button {
  width: auto;
  padding: 10px 50px;
  background-color: var(--main-color);
  border: 1px solid var(--hover-border);
  color: #fff;
}

.uniquecontact-form .text-center button:hover {
  background-color: var(--hover-color);
  color: #000;
}

.apply-form h2 {
  font-family: 'DM Sans';
  font-size: 40px;
  font-weight: 700;
  line-height: 52.08px;

  color: #292929;

}

.apply-form p {
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;

}

.apply-form-bg {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
}

.dealers-one-box {
  box-shadow: 0px 0px 7px 0px #00000099;
}

.dealers-one img:hover {
  transform: rotateY(5deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width:1024px) {
  .dealers-one {
    padding: 40px 0px;
  }
}

@media (min-width:1025px) {
  .dealers-one {
    padding: 40px 0px;
  }
}

.apply-now-btn {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  padding: 15px;
  font-size: 16px;
  color: #424242;
}

/* contact-end*/
/* apply-new-css-end */


.myTestimonial {
  position: relative;
}

.testimonial-section-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-left-new {
  flex: 1;
  max-width: 40%;
  padding-right: 20px;
}

.myTestimonial {
  flex: 4;
}

.download-sec_img {

  overflow: hidden;
  height: 100%;
}

.download-sec_img img {
  position: relative;
  top: 30px;
  left: 0;
  /* width: 100%; */
  height: auto;
  transform: translateY(0);
}

.download-sec-data {
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width:767px) {
  .testimonial-section-new {
    display: inline;
  }

  .text-left-new {
    flex: 1;
    max-width: 100%;
    padding-right: 0px;
  }

  .custom-next-btn {
    right: 145px;
  }

  .custom-prev-btn {
    right: 211px;
  }

}

@media (min-width:768px) and (max-width:992px) {
  .testimonial-section-new {
    display: inline;
  }
}

@media (min-width:993px) and (max-width:1024px) {
  .custom-next-btn {
    right: 120px;
    top: 14%;
  }
}

/* 3d-css-start */

.cube-container {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1200px;
}

.cube {
  width: 300px;
  height: 300px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateY(0deg);
  cursor: grab;
  transition: transform 0.1s ease-in-out;
}

.face {
  position: absolute;
  width: 300px;
  height: 300px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.front {
  transform: translateZ(150px);
  opacity: 1;
}

.back {
  transform: rotateY(180deg) translateZ(150px);
  opacity: 1;
}

.left {
  transform: rotateY(-90deg) translateZ(150px);
  opacity: 1;
}

.right {
  transform: rotateY(90deg) translateZ(150px);
  opacity: 1;
}

.face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s ease-in-out;
}

/* .swiper_cubes {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
} */
.swiper_cubes {
  display: flex;
  align-items: center;
}

/* .swiper_cubes_slider { */
/* background-position: center; */
/* background-size: cover; */
/* } */

.swiper_cubes_slider img {
  /* display: block; */
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* new-css-3d */
.rotationContainer {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

#rotationMain {
  position: relative;
  width: 100%;
  height: 423px;
}

#rotationMain img {
  width: 100%;
  height: 100%;
  /* Adjust to maintain aspect ratio */
  object-fit: contain;
}

#rotationRange {
  position: absolute;
  width: 100%;
  top: 5%;
  height: 500px;
  z-index: 2;
  cursor: grabbing;
  opacity: 0;
}

/* Make the .threed-sec container responsive */
.rotation-threed-sec {
  width: 100%;
  max-width: 550px;
  height: 550px;
  padding-bottom: 45%;
  border-radius: 100%;
  background-color: #FAF7F7;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .rotation-threed-sec {
    width: 80%;
    height: auto;
    padding-bottom: 80%;
  }

  #rotationMain {
    height: 350px;
  }

  #rotationRange {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .rotation-threed-sec {
    width: 100%;
    padding-bottom: 100%;
    border-radius: unset;

  }

  #rotationMain {
    height: 300px;
  }

  #rotationRange {
    height: 300px;
  }
}

/* 3d-css-end*/

.login-sec {
  background: linear-gradient(to right, #C41E3A, #D94F6A, #F1A7B7);
  padding: 80px 0px;
}

/* login-page-css */
.login-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
  margin: auto;


}

.form-label-new {
  font-size: 20px;
  font-weight: 500;
}

.login-container h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
}

.form-control-login {
  padding: 15px 6px;
}

.form-control-login:focus {
  box-shadow: none;
  border-color: #86b7fe;
}

/* .btn-primary {
  width: 100%;
} */
.forgot-password {
  text-align: left;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

/* login-page-end */

/* reponsive-css */

@media (min-width:768px) and (max-width:992px) {
  .container-banner {
    max-width: 700px;
    text-align: center;
    position: relative;
    left: 43%;
    top: 60%;
    transform: translate(-50%, 5%)
  }

  .container-banner h1 {
    font-size: 20px;
  }

  .container-banner h2 {
    font-size: 20px;
  }

  .features {
    gap: 3px;
  }

  .feature span {
    font-size: 15px;
  }

  .feature {
    padding: 3px;
    gap: 10px;
  }

  .custom-next-btn {
    right: 99px;
    top: 28%;
  }

  .custom-prev-btn {
    right: 149px;
    top: 28%;
  }

  .download-sec_img {
    overflow: visible;
  }
}

@media (min-width:993px) and (max-width:1279px) {
  .container-banner {
    max-width: 700px;
    text-align: center;
    position: relative;
    left: 43%;
    top: 60%;
    transform: translate(-50%, -20%)
  }

  .container-banner h1 {
    font-size: 20px;
  }

  .container-banner h2 {
    font-size: 20px;
  }

  .features {
    gap: 3px;
  }

  .feature span {
    font-size: 15px;
  }

  .feature {
    padding: 5px;
    gap: 10px;
  }
}

@media (min-width:1280px) and (max-width:1400px) {
  .container-banner {
    max-width: 700px;
    text-align: center;
    position: relative;
    left: 40%;
    top: 60%;
    transform: translate(-50%, -20%)
  }
}


@media (max-width:767px) {
  .myTestimonial {
    padding: 0px 0px 20px 0px;
  }

  .location_sec {
    padding: 20px 0px 0px;
  }

  .about_us_img img {
    width: 100%;
  }

  .abouts-us-dots {
    display: none;
  }



  .download-sec_img img {

    width: 100%;
  }

  .learn-more {
    padding: 10px 10px;
  }

  .download-sec h3 {
    font-size: 25px;
  }

  .app-buttons {
    flex-direction: column;
  }

  .about_us_img img {
    height: auto;
  }

  .navbar-brand img {
    width: 160px;
  }

  .download-sec-data {
    padding: 15px;
  }

  .app-buttons {
    width: 68%;
  }

  .footer_logo-btm {
    text-align: left;
  }
}

/* reponsive-end */
/*--------------------------------------------------------------

# Calculation
--------------------------------------------------------------*/
/* .ev-bg-fill {
  background: var(--main-color) !important;
} */

/* .calculation p.description{
  max-width: 60%;
} */

.calculation .row {
  padding-top: 40px;
}

.calculation .ev-es {
  /* padding: 40px; */
  padding: 10px;
}

.calculation .ev-es div {
  /* padding: 20px 0; */
  padding: 10px 0;
}

@media (max-width:767px) {
  .calculation .ev-es div {
    padding: 10px;
  }

  .mt-rlt-ng {
    padding: 25px;
  }
}

.ev-es h3,
.ev-es h2,
.ev-es p {
  color: #fff;
}

.calculation .ev-range-calculator {
  width: calc(100% - 50px);
}

.calculation .ev-range-calculator h3 {
  /* max-width: 60%; */
}

.calculation .range-wrapper {
  /* padding: 60px 0; */
  padding: 50px 0;
  width: 100%;
}

.calculation .counte h4 span {
  font-size: 42px;
  font-weight: 600;
}

#RangeKm-count,
#RangeRs-count {
  min-width: 112px;
}



input[type=range] {
  accent-color: #00adba;
  background: #ddd;
  border-radius: 5px;
  height: 7px;
  outline: none;
  transition: 0.4s all ease-out;
}

.btn-outline {
  color: #000;
  padding: 8px 20px;
  border: 1px solid #656565;
  background-color: var(--white-color);
  border: 1px solid var(--main-color);
  transition: 0.3s;
  border-radius: 5px;
  padding: 10px 30px;
  cursor: pointer;
}

.btn-outline:hover {
  background-color: var(--main-color);
  color: var(--white-color);

}

.calculation_heading span {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.calculation_heading h2 {
  font-family: 'DM Sans';
  font-size: 32px;
  font-weight: 600;
  color: var(--main-color);
  padding: 7px 0px;
}

/*thumb image style*/
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 96px;
  height: 60px;
  border: 0;
  cursor: ew-resize;
  margin-top: -62px;
}

.form-range::-moz-range-thumb {
  width: 96px;
  height: 60px;
  border: 0;
  cursor: ew-resize;
  margin-top: -62px;
  top: -62px;
}

/*thumb image*/
#numChargers::-webkit-slider-thumb {
  width: 60px;
  background: url('../static/fuelpumphandle.png');
}

#avgChargeCycle::-webkit-slider-thumb {
  width: 60px;
  background: url('../static/time.png');
  background-repeat: no-repeat;
  background-position: center;

}

#avgChargeCycle::-moz-range-thumb {
  /* width: 60px; */
  height: 40px;
  background: url('../static/time.png');
  background-repeat: no-repeat;
  background-position: center;
}

#RangeKm::-webkit-slider-thumb {
  width: 60px;
  background: url('../static/fuelpumphandle.png');
}

#RangeKm::-moz-range-thumb {
  width: 60px;
  background: url('../static/fuelpumphandle.png');
  margin-top: -62px;
}

#RangeRs::-webkit-slider-thumb {
  /* width: 60px; */
  background: url('../static/time.png');
  background-repeat: no-repeat;
  background-position: center;

}

#RangeRs::-moz-range-thumb {
  /* width: 60px; */
  height: 40px;
  background: url('../static/time.png');
  background-repeat: no-repeat;
  background-position: center;
}


.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 96px;
  height: 60px;
  border: 0;
  cursor: ew-resize;
  margin-top: -62px;
}

.form-range::-moz-range-thumb {
  width: 96px;
  height: 60px;
  border: 0;
  cursor: ew-resize;
  margin-top: -62px;
}

input[type=range]:focus::-webkit-slider-thumb {
  outline: none !important;
  box-shadow: none;
}

/* Grey track */
input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: #ddd;
  border-radius: 5px;
}

input[type="range"]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: #ddd;
  border-radius: 5px;
}

/* Dynamic progress color */
input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #c41e3a var(--progress), #ddd var(--progress));
}

input[type="range"]::-moz-range-progress {
  background-color: var(--main-color);
  height: 8px;
}

input[type="range"]::-ms-fill-upper {
  background: #ddd;
}

input[type="range"]::-ms-fill-lower {
  background: #018790;
}







hr.hr {
  border-bottom: 4px solid #eaeaea;
}


@media (max-width: 767px) {

  .calculation p.description,
  .calculation .ev-range-calculator h3 {
    max-width: 100%;
  }

  .calculation .ev-range-calculator {
    width: 100%;
  }

  .calculation .ev-range-calculator .float-end {
    float: none !important;
  }

  .ev-es {
    margin-top: 40px;
  }

  .features .feature-icons .feature-footer h3,
  .features .feature-icons .feature-footer h2 {
    text-align: center;
  }

  .features .feature-icons .feature-footer h3 {}

  .features .feature-icons .feature-footer h2 {
    font-size: 40px;
  }
}

/* proposition-section-css-start */
.proposition-section {
  text-align: center;
  padding: 60px 0 0 0;
}

@media (max-width:767px) {
  .proposition-section {
    padding: 30px 0px 0px 0px;
  }
}

.proposition-section span {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.proposition-section h2 {
  font-family: 'DM Sans';
  font-size: 32px;
  font-weight: 600;
  color: var(--main-color);
  padding: 7px 0px;
}

.feature-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}

.feature-icon i {
  color: white;
  font-size: 30px;
}

.feature-icon:hover {
  background-color: var(--white-color);
  border: 1px solid var(--main-color);
}

.feature-icon:hover i {
  color: var(--main-color);
}

/* .feature-text {
  text-align: left;
} */
.feature-text h3 {
  font-size: 22px;
  margin: 0;
}

.feature-text p {
  color: #666;
  margin: 5px 0 0;
}

.book-btn {
  background-color: #fff;
  border: 1px solid var(--main-color);
  padding: 15px 25px;
  font-size: 18px;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}

.book-btn:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

/* proposition-section-css-start */

/* product-page-css-start */
.product-cover {
  height: 550px;
  position: relative;
  background-image: url('../images/product-design.webp');
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /* background-position: center; */
  transition: all 0.3s ease-in;
}

.product-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.product-cover .content {
  position: relative;
  z-index: 2;
}

@media (max-width: 812px) {
  .product-cover {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center;
    background-attachment: scroll !important;
  }
}


.product-sec-title {
  background-color: var(--main-color);
  color: var(--white-color);
  padding: 20px 0px;
}

.product-sec-title h2 {
  font-family: 'DM Sans';
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: var(--white-color);
}


.product-slider {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.container-my {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55vh;
  padding: 20px;
  box-sizing: border-box;
}

.left-swiper {
  flex: 1;
  max-width: 30%;
}

.right-swiper {
  flex: 2;
  max-width: 65%;
}

.mySwiper2 {
  height: 100%;
  width: 100%;
}

.mySwiperrr {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiperrr .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0.4;
  border: 1px solid #ddd;
  /* padding: 10px 0px; */
}

.mySwiperrr .swiper-slide-thumb-active {
  opacity: 1;
}

.product-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiperrr .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid var(--main-color) !important;
  /* padding: 7px; */
}

/* .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #ddd;
} */
.product_line {
  border: 1px solid #ddd;
}

.product_line img {
  /* padding: 89px; */
  overflow: hidden;
  object-fit: fill;
}

.pre_next-line img {
  object-fit: cover !important;
}

.product_d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mySwiperrr .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid var(--main-color) !important;
  /* padding: 7px; */
}

.product_h-title {
  font-family: 'DM Sans';
  font-size: 32px;
  font-weight: 600;
  color: #000000;
}

.product-details-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
}

.product-modal-title {
  font-family: 'DM Sans';
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
}

.product-details-data p {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 400;
  color: #6B6363;
}

.Features_Specifications {
  background: #F9F3F4;

}

.Features_Specifications h2 {
  font-family: 'DM Sans';
  font-size: 32px;
  font-weight: 600;
  color: var(--main-color);
}

.spec-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 1rem;
}

.spec-card-header {
  background-color: var(--main-color);
  color: #fff;
  padding: 1rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 700;
}

.spec-card-body {
  padding: 1rem;
  display: flex;
  align-items: center;
}

.spec-card-body i {
  color: var(--main-color);
  font-size: 20px;
  padding: 0px 10px 0px 0px;
}

.spec-card-body p {
  margin: 0;
  font-size: 16px;
}

.spec-card-body table {
  color: rgb(102, 102, 102);
  font-family: helvetica neue, helvetica, arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0px !important;
}

.threed-sec {
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-color: #FAF7F7;
}

.threed-sec img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.threed-data-sec span {
  font-family: 'DM Sans';
  font-size: 30px;
  font-weight: 600;
  color: var(--main-color);
}

.threed-data-sec h2 {
  font-family: 'DM Sans';
  font-size: 40px;
  font-weight: 600;
  color: #747474;
  padding: 7px 0px;
}

.threed-data-sec p {
  font-family: 'DM Sans';
  font-size: 35px;
  font-weight: 600;
  color: #747474;
  padding: 8px 0px;
}

.threed-data-sec p span {
  font-family: 'DM Sans';
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

.slider img {
  width: 100%;
  border-radius: 8px;
}

.gallery-sec h2 {
  font-family: 'DM Sans';
  font-size: 32px;
  font-weight: 600;
  color: var(--main-color);
}

.collection-slider a {
  height: 200px;
  width: 300px;

  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 5px #000;
}

.collection-slider a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/12;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
}

.collection-slider a:hover {
  transform: scale(1.1);
}

.features-img img {
  border-radius: 20px;
}

.ev-range-cal_grid {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.ev-range-cal_grid-cost {
  display: grid;
  grid-template-columns: auto auto auto auto;
  column-gap: 20px;
  /* border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.mt-rlt-ng {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.rlt-bg {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-image: url(../images/services.png);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
}

.rlt-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2125297a;
  z-index: 1;
}

.rlt-bg>* {
  position: relative;
  z-index: 2;
}



.product-rotation {
  height: auto;
}

.product-properties {
  width: 100%;
  height: auto;
}

.properties-content {
  height: 195px;
  width: 100%;
  padding: 24px;
  font-size: 24px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.properties-content i {
  font-size: 70px;
  color: #C41E3A;
  transition: color 0.3s ease;
}

.properties-content:hover {
  background-color: #C41E3A;
  color: white;
  transform: translateY(-5px);
}

.properties-content:hover i {
  color: white;
}

.product-list {
  background-color: #F9F3F44D;
}

.product-list-slider {
  width: 226px;
  height: 346px;
  padding: 20px;
  background-color: white;
  border: 1px solid #00000026;
  border-radius: 5px;
  overflow: hidden;

}

.product-list-slider img {
  width: 100%;
  height: 182px;
  object-fit: cover;
  transition: transform 0.3s ease;

}

.product-list-img {
  border: 1px solid #00000061;
  border-radius: 5px;
  overflow: hidden;
}

.product-list-slider p {
  text-align: center;
  color: black;
  padding: 40px 0;
}

.product-list-slider:hover {
  border: 1px solid #00000080;
}

.product-list-slider:hover img {
  transform: scale(1.1);

}

.product-list-right-content {
  width: 225px;
  height: 350px;
  position: absolute;
  left: 295px;
  background-color: #C41E3A;
  top: -15px;
  z-index: -1;
}

.product-list-right {
  width: 503px;
}

.product-list-right-img {
  overflow: hidden;
  border-radius: 8px;

}

.product-list-right-img img {
  width: 100%;
  height: 355px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.product-list-right:hover img {
  transform: scale(1.1);
}

.product-list-right-img p {
  position: absolute;
  /* bottom: 8px; */
  /* right: 16px; */
  left: 22px;
  top: 265px;
  width: 248px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  font-weight: 600;
}

.product-list-dots {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10.72px;
  position: absolute;
  left: 480px;
  bottom: -20px;
}

.product-list-dots .dot {
  width: 8px;
  height: 8px;
  background: #C41E3A80;
}

@media(max-width:1440px) {
  .product-list-right {
    width: 385px;
  }

  .product-list-right-img img {
    height: 275px;
  }

  .product-list-right-content {
    height: 275px;
    left: 175px;
  }

  .product-list-dots {
    left: 345px;
  }
}

@media (max-width:1199px) {
  .product-list-right {
    width: 920px;
  }

  .product-list-right-img img {
    height: 400px;

  }

  .product-list-right-content {
    height: 400px;
    left: 711px;
  }

  .product-list-dots {
    left: 872px;
  }
}

@media (max-width: 991px) {
  .container-my {
    height: auto;
  }

  .left-swiper {
    max-width: 100%;
  }

  .right-swiper {
    max-width: 100%;
  }

  /* .product_line img {
    padding: 20px;
  } */

  .product-list-right {
    width: 680px;
  }

  .product-list-right-content {
    left: 470px;
  }

  .product-list-dots {
    left: 635px;
  }
}

@media (max-width: 425px) {
  .product-list-right {
    width: 385px;
  }

  .product-list-right-img img {
    height: 276px;

  }

  .product-list-right-content {
    height: 275px;
    left: 176px;
  }

  .product-list-right-img p {
    top: 190px;
  }

  .product-list-dots {
    left: 335px;
  }
}

@media (max-width: 375px) {
  .product-list-right {
    width: 335px;
  }

  .product-list-right-img img {
    height: 241px;

  }

  .product-list-right-content {
    height: 240px;
    left: 206px;
    width: 145px;
  }

  .product-list-dots {
    left: 287px;
  }

  .product-list-right-img p {
    top: 157px;
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width:320px) {
  .product-list-right {
    width: 280px;
  }

  .product-list-right-img img {
    height: 204px;  

  }

  .product-list-right-img p {
    top: 145px;

  }

  .product-list-right-content {
    height: 204px;
    left: 150px;
    top: -15px;
  }

  .product-list-dots {
    left: 230px;
  }


}

/* product-page-css-start */

/* footer-css-start */
.footer {
  background-color: #fff;
  /* padding: 30px 0px; */
}

.footer .footer-logo {
  width: 200px;
}

.footer p {
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

.footer h5 {
  font-family: 'DM Sans';
  font-size: 22px;
  font-weight: 700;
  color: #C41E3A;
  border-bottom: 2px solid var(--main-color);
  display: inline-block;
  padding: 0px 0px 6px 0px;
  width: auto;
  position: relative;
}

@media (max-width:767px) {
  .footer p {
    text-align: left;
  }

  .footer h5 {
    border-bottom: none;
    display: block;
    padding: 0px 0px 6px 0px;
    width: auto;
    position: relative;
    text-align: left;
  }

  .footer h5::after {
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    background-color: var(--main-color);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.footer-btm {
  background-color: #C41E3A;
  color: #fff;
}

.footer-btm-btm {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* new */
  /* justify-content: space-between; */
}
.copyright{
  font-size: 16px;
}

@media (max-width:767px) {
  .footer-btm-btm {
    flex-direction: column;
  }
}

.copyright a {
  color: #fa9c00 !important;
}

.copyright a:hover {
  color: var(--main-color) !important;
}

.footer a {
  font-family: 'DM Sans';
  font-size: 17px;
  font-weight: 500;
  color: #000000;
}


.footer a:hover {
  color: var(--main-color);
}

.footer-icon-i i {
  color: #C41E3A;
  padding: 0px 7px 0px 0px;
}

.footer-social-link {

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 0px;
}

.footersection__item__icons__link {
  padding: 13px;
  border: 1px solid #3861ae;
  border: 1px solid #fff;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.footersection__item__icons__link i {
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
}


.footersection__item__icons__link:hover,
.footersection__item__icons__link:hover i {
  /* background-color: var(--secondhover-color); */
  color: #fff;
}

.footer-social-link i {
  padding: 0px !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: #fff;
}

/* .footer-btm-line {
  border: 3px solid #C41E3A;
  width: 20%;
  border-top: none;
  opacity: 1;
} */
.bg-body-tertiary {
  border-top: 1px solid #c41e3a21;
  width: 100%;
}

.footer_last-child p {
  font-family: 'DM Sans';
  font-size: 17.98px;
  font-weight: 500;
  color: #000000;
}

.footer_social_link ul {
  display: flex;
  gap: 30px;
  padding: 0px;
  margin: 0px;
}

.footer_social_link ul li i {
  font-size: 20px;
  color: #fff;
}
.footer_social_link ul li i:hover {
  color: #000;
}


@media (min-width:993px) and (max-width:1400px) {
  .footer a {
    font-size: 15px;
  }

  .footer_last-child p {
    font-size: 15px;
  }
}



/* footer-css-section-end */

.container-banner {
  opacity: 0;
  transition: opacity 2.5s ease-in-out;
}

.container-banner.show {
  opacity: 1;
}




/* animation_section-start  */
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-top {
  animation: fade-top 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-top {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }

  100% {
    transform: translateY(50px);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* animation_section-end */

/* pagination  */
.pagination-nav a{
  color: black;
}
.pagination-nav .active a{
  background: #C41E3A;
  border: none;
}
.pagination-nav .disabled{
display: none;
}
.new-sub-heading{
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: left;
  color: #686868;
}


/* suggestion */
.leaflet-control {
  display: none;
}
.search-box-div- {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  z-index: 1000;
  top: 2%;
  left: 2%;
}
.input-group-{
display: flex;
flex-direction: column;
width: 40%;
}
@media (max-width:797px) {
  .input-group-{
    width: 95%;
  }
}
.suggestions-box {
  border:none;
  overflow-y: auto;
  background-color: white;
  width: 100%;
  left: 55px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width:768px){
  .suggestions-box{
    max-height: 150px;
    left: 0px;
    border:none;
  }
}

.suggestion-item {
  padding: 10px;
  cursor: pointer; 
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

/* Why Us  */
.process-steps {
  padding: 50px 10px;
  background-color: #fff;
  min-height: 80vh;
}
.section-div{
    min-height: 80vh;
}

.container-why-us {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.step {
  background-color: #f4f4f4;
  border-radius: 10px;
  text-align: left;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.step:hover {
  transform: scale(1.1);
}

.step .icon {
  margin-bottom: 20px;
  text-align: center;
}

.step .icon img {
  width: 80px;
  height: 80px;
}

.step h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #000;
}

.step p {
  font-size: 1em;
  text-align: justify;
  color: #555;
}

@media (max-width: 768px) {
  .container-why-us {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .container-why-us {
    grid-template-columns: 1fr;
  }
}
/* End why us  */

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--main-color);
}