/* Fonts */
@import url("../fonts/stylesheet.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Saira:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

/*=====Reset CSS======*/
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="button"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

a:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

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

a,
label {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}

figure {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure,
img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.svg_container {
  display: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--ff-body);
  text-rendering: optimizeSpeed;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--clr-text-400);
  overflow-x: hidden;
}

::-webkit-scrollbar-thumb {
  background: var(--clr-accent);
  border-radius: 10px;
}

::-webkit-scrollbar {
  background: #fff;
  width: 14px;
}

::-moz-selection {
  background: var(--clr-accent);
  color: var(--white_color);
}
::selection {
  background: var(--clr-accent);
  color: #fff;
  -webkit-text-fill-color: #fff;
}

/* Reset-css--------------- */
.page-template-home-tmpl :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--ff-menu);
}

:root {
  --clr-accent: #1e1e1e;
  --clr-white: #fff;
  --clr-white-600: #fcfcfc;
  --clr-text-100: #5f5f5f;
  --clr-text-400: #21272a;
  --clr-black-300: #292929;
  --clr-black: #000;
  --clr-clr-grey: #767676;
  --ff-menu: "Michroma", sans-serif;
  /* --ff-heading: "Atyp Display TRIAL", sans-serif; */
  --ff-heading: "Albra Display", sans-serif;
  --ff-body: "Manrope", sans-serif;
  --swiper-scrollbar-bottom: 0px;
  --swiper-scrollbar-size: 2px;
  --swiper-scrollbar-drag-bg-color: var(--clr-accent);
  --swiper-pagination-color: var(--clr-accent);
  --swiper-pagination-progressbar-size: 3px;
  --swiper-pagination-progressbar-bg-color: #d6d6d6;
  /* fly */
  --fly-clr-grey: #969696;
  --fly-clr-light-grey: #f6f6f6;
  --fly-ff-primary: "Saira", sans-serif;
  /* sky */
  --ff-sky-heading: "Oswald", sans-serif;
  --sky-clr-accent: #7ab629;
  --clr-sky-grey: #838282;
  /* car */
  --clr-car-text: #737373;
  --clr-car-grey: #999999;
  --car-ff-heading: "Genesize Grotesk", sans-serif;
  --car-ff-sub-heading: "HelveticaNeueCyr", sans-serif;
  --clr-car-bg: #f9f9f9;
  --clr-car-light: #f4f4f4;
  /* wastemanagement */
  --clr-waste-title: #ffb800;
  --clr-waste-yellow: #efd923;
  --clr-waste-bg: #292e34;
  --clr-waste-text: #5a5a5a;
  --transition: 0.4s all ease-in-out;
  /* ev vehicle */
  --ev-blod-font: "Anton", sans-serif;
}

/* Global Headings */

.gap {
  padding: 75px 0;
}

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  font-family: var(--ff-body);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-heading);
  margin-bottom: 0;
}

h6 {
  letter-spacing: 0;
  text-transform: capitalize;
}

a {
  transition: var(--transition);
}

a:hover {
  text-decoration: none;
}

section {
  position: relative;
}

p {
  margin-bottom: 10px;
}

img,
picture,
svg {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1600px;
  padding: 0 30px;
}

/* old Fonts End */
/*  ++++++++ fly car  ++++++ */

::selection {
  background: var(--clr-accent);
  color: #fff;
  -webkit-text-fill-color: #fff;
}

section {
  position: relative;
  z-index: 1;
}

.swiper-container {
  overflow: hidden;
}

/* Utility old Classes start*/
.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.72);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.45;
}

.ev__bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.ev__bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: -1;
}

section[class^="ev__"] {
  position: relative;
  z-index: 3;
}

/* Theme Classes */
.ev__bg-light {
  background-color: #f9f9f9;
}

.ev__bg-dark {
  background-color: #171717;
}

/* Custom Properties */
.custom-pad {
  padding: 80px 0;
}

.ev__btn {
  display: inline-flex;
  background-color: var(--clr-accent);
  border: 1px solid var(--clr-accent);
  color: var(--clr-white);
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px 21px;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  flex-direction: row-reverse;
  gap: 12px;
  margin-top: 20px;
  min-height: 50px;
}

.ev__btn:not(:has(span)) {
  padding: 7px 20px;
}

input.ev__btn {
  padding-right: 21px;
}

.ev__btn span {
  width: 45px;
  display: inline-flex;
  height: 45px;
  background-color: var(--clr-accent);
  border-radius: 50%;
  justify-content: center;
  background-color: var(--clr-white);
  transition: all 0.3s ease-in-out;
}

.ev__btn:hover span {
  background-color: var(--clr-accent);
}

.ev__btn span img {
  object-fit: contain;
  width: 23px;
}

.ev__btn:hover span img {
  filter: invert(1);
}

.ev__btn:hover {
  background-color: var(--clr-white);
  border-color: var(--clr-accent);
  color: var(--clr-accent);
  transition: all 0.3s ease-in-out;
}

.ev__btn.ev__btn-light {
  background-color: var(--clr-white);
  color: var(--clr-accent);
}

.ev__btn.ev__btn-light:hover {
  background-color: var(--clr-accent);
  color: var(--clr-white);
}

.ev__btn.ev__btn-light span {
  background-color: var(--clr-accent);
}

.ev__btn.ev__btn-light:hover span {
  background-color: var(--clr-white);
}

.ev__btn.ev__btn-light span img {
  filter: invert(1);
}

.ev__btn.ev__btn-light:hover span img {
  filter: brightness(1) !important;
}

.ev__heading {
  position: relative;
  margin-bottom: 20px;
}

.ev__heading p {
  font-size: 22px;
  margin-top: 12px;
  font-style: italic;
  color: #6c6c6c;
}

.ev__heading span {
  display: inline-flex;
  font-family: var(--ff-accent);
  font-size: 90px;
  color: #d9d9d9;
  position: absolute;
  top: 0;
  line-height: 90px;
  z-index: -1;
  text-transform: capitalize;
}

.ev__heading-center {
  text-align: center;
}

.ev__heading-center span {
  left: 50%;
  transform: translateX(-50%);
}

.ev__heading__dots {
  padding: 25px 0 70px;
  margin-bottom: -20px;
}

.ev__heading h3 {
  color: var(--clr-black-300);
  font-weight: 400;
  font-size: 50px;
  text-transform: capitalize;
  line-height: 60px;
}
.ev__heading h3 {
  animation: wave2 5s ease-in-out infinite;
}
.ev__heading h6 {
  color: var(--clr-text-100);
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  font-family: var(--ff-body);
  margin-bottom: 15px;
  position: relative;
  padding-left: 68px;
  text-transform: capitalize;
}

.ev__heading h6::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 1px;
  background-color: #767676;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.ev__heading__abs {
  position: absolute;
  color: #f7f7f7;
  z-index: -1;
  font-weight: 700;
  text-transform: uppercase;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 16px;
  font-family: var(--ff-body);
  font-size: 200px;
  letter-spacing: -0.025em;
}

.ev__heading-white h3 {
  color: var(--clr-white);
}

.ev__heading-white h6 {
  color: #fcfcfc;
}

.ev__heading__dots::after {
  background-image: url("../images/dot.png");
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  content: "";
  z-index: -1;
}

.ev__content > :not(:last-child) {
  margin-bottom: 16px;
}

[class^="swiper-button-"]::after {
  content: "";
  display: none;
}

[class^="swiper-button-"] {
  position: absolute;
  background-color: var(--clr-accent);
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 50%;
  color: var(--clr-white);
}

[class^="swiper-button-next-"] {
  right: 15px;
}

[class^="swiper-button-prev-"] {
  left: 15px;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 0px;
}

.container {
  max-width: 1600px;
  padding: 0 30px;
}

/* 404 page End */

/* 10-11-25  industrial-vehicles */
/* ev__Vechicle-banner */

.ev__vechicle-choose-left p {
  font-weight: 600;
  font-size: 18px;
}

.ev__vechicle-choose-left li {
  position: relative;
  font-size: 20px;
  color: rgba(37, 37, 37, 1);
  padding-left: 25px;
  margin-bottom: 32px;
  font-family: var(--ff-menu);
}

.ev__vechicle-choose-right img {
  width: 100%;
}

.ev__vechicle-choose-left li:last-child {
  margin-bottom: 0;
}

.ev__vechicle-choose-left li::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 20px;
  background: url("../images/Icon.webp") no-repeat 0 0;
  background-size: 100%, 100%;
  content: "";
  height: 100%;
}

.ev__vechicle-choose-right {
  position: relative;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 92% 100%, 0 100%, 0 50%);
  padding-left: 10px;
}

.ev__vechicle-choose-right span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(3, 7, 30);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0px;
}

.ev__vechicle-choose-right h6 {
  padding: 10px 20px;
  background: rgba(255, 186, 8, 1);
  width: 45%;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--ff-menu);
}

.ev__vechicle-product-box {
  position: relative;
  width: 100%;
  background: #ebebeb;
  padding: 30px 20px;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 84% 100%, 0 100%, 0 50%);
}

.ev__vechicle-product-cont {
  position: relative;
  margin-bottom: 12px;
  text-align: center;
}

.ev__vechicle-product-cont h4 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
  height: 56px;
}

.ev__btn.vechicle__btn {
  flex-direction: row;
  border-radius: 0;
  background: rgba(255, 186, 8, 1);
  flex-direction: row;
  border: none;
  color: #000;
  font-family: var(--ff-menu);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 92% 100%, 0 100%, 0 50%);
  padding: 7px 20px;
}

.ev__btn.vechicle__btn span {
  background: none !important;
  border: inherit !important;
  width: auto !important;
  height: auto !important;
}

.ev__btn.vechicle__btn span img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(82%) saturate(7500%)
    hue-rotate(32deg) brightness(87%) contrast(117%);
}

.ev__vechicle-product-img img {
  height: 300px;
  object-fit: contain;
}

.ev__vechicle-product {
  position: relative;
  width: 100%;
}

.ev__vechicle-product::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  content: "";
  clip-path: polygon(100% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 9%);
}

.ev__vechicle-product .ev__content {
  position: relative;
  z-index: 9;
}

.ev__content.ev__vechicle-product-cont {
  margin-top: 30px;
}
.ev__vechicle-product-box .ev__vechicle-product-cont {
  margin-top: 0;
}

.ev__waste-cta {
  background-color: #f4f4f4;
}

.ev__vechicle-cta {
  position: relative;
  width: 100%;
}

.ev__vechicle-cta-img {
  width: 100%;
  position: relative;
}

.ev__vechicle-cta-img img {
  width: 100%;
}

.ev__vechicle-cta-content {
  position: relative;
  backdrop-filter: blur(19px);
  background: rgba(0, 0, 0, 0.33);
  padding: 50px 40px;
  clip-path: polygon(8% 0, 100% 0, 100% 85%, 92% 100%, 0 100%, 0 11%);
}

.ev__vechicle-cta-content h3 {
  color: #fff;
}

.ev__vechicle-cta-content p {
  color: #fff;
}

.ev__vechicle-product-cont .vechicle__btn {
  width: 100%;
}

.ev__vechicle-machines-right .ev__btn.vechicle__btn {
  padding: 0;
  margin: 0;
  background: none;
}

.ev__vechicle-machines-box {
  position: relative;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 87% 100%, 0 100%, 0 11%);
  background-color: #ffba08;
}
.ev__vechicle-machines-box a{display: block;}
.ev__vechicle-machines-box img {
  clip-path: polygon(0 0, 100% 0, 100% 87%, 87% 100%, 0 100%, 0 11%);
  width: 100%;
}

.ev__vechicle-industries-left .tab__manu li:last-child {
  margin-bottom: 0;
}

.ev__vechicle-industries-left .tab__manu li a {
  color: #252525;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
}

.ev__vechicle-industries-left .tab__manu li.active a {
  color: #ffba08;
}

.ev__vechicle-industries-text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 50px 32px;
  width: 100%;
}

.ev__vechicle-industries-text h6 {
  color: #ffba08;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ev__vechicle-industries-text h4 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
}

.ev__vechicle-industries .ev__heading {
  position: relative;
  z-index: 99;
}

.vechicle__industries-right {
  position: relative;
  z-index: 99;
}

.ev__vechicle-process {
  position: relative;
  width: 100%;
}

.ev__vechicle-process-left {
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: polygon(11% 0, 100% 0, 100% 88%, 89% 100%, 0 100%, 0 11%);
}

.ev__vechicle-process-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ev__vechicle-process-left::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(3, 7, 30, 0) 0%, #03071e 100%);
  content: "";
}

.ev__vechicle-process-cont {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 20px;
}

.ev__vechicle-process-cont h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--ff-menu);
  text-transform: capitalize;
  margin-bottom: 10px;
}

.ev__vechicle-process-cont p {
  color: #fff;
}

.ev__vechicle-process-box {
  position: relative;
  padding: 45px 20px;
  background: #ffba08;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 88% 100%, 0 100%, 0 67%);
}

.ev__vechicle-process-box h2 {
  color: rgba(37, 37, 37, 1);
  font-size: 20px;
  line-height: 30px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
  padding-right: 64px;
  height: 60px;
  margin-bottom: 10px;
}

.ev__vechicle-banner.ev__rounded {
  border-radius: 15px 15px 0 0;
}

.ev__btn.vechicle__btn img {
  width: 25px;
  height: 32px;
}

.ev__features-left .ev__heading h3 {
  font-size: 35px;
  line-height: 40px;
}

.ev__features-left .ev__heading {
  margin-bottom: 0;
}

.ev__vechicle-faq {
  position: relative;
  width: 100%;
}

.ev__vechicle-faq .accordion-item {
  border: none !important;
  background: none !important;
  margin-top: 15px;
}

.ev__vechicle-faq .accordion-button {
  background: none;
  border-radius: 10px;
  background: none;
  border-radius: 15px;
  border: none;
  position: relative;
  height: 100px;
  overflow: hidden;
  color: #fff;
  line-height: 20px;
  font-family: var(--ff-menu);
  text-transform: uppercas;
}

.ev__vechicle-faq .accordion-button::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.37) 0%, #000 100%);
  z-index: 2;
}

.ev__vechicle-faq .accordion-button img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ev__vechicle-faq .accordion-button span {
  position: relative;
  z-index: 99;
}

.ev__vechicle-faq .accordion-body {
  position: relative;
  margin-top: 20px;
  border: none;
  border-radius: 15px;
  background: #ebebeb;
}

.ev__vechicle-faq .ev__vechicle-industries-text {
  position: static;
  background: none;
}

.ev__vechicle-faq .ev__vechicle-industries-text h4 {
  color: #000;
}

.ev__vechicle-faq .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(128deg) brightness(108%) contrast(101%);
  z-index: 99;
}

.ev__vechicle-faq .accordion-button:focus {
  box-shadow: inherit;
}

.ev__vechicle-banner-img {
  overflow: hidden;
}
.ev__vechicle-banner-img video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.ev__vechicle-banner-img img {
  -webkit-animation: zoomeffect 30s infinite;
  -moz-animation: zoomeffect 30s infinite;
  animation: zoomeffect 30s infinite;
}

@keyframes zoomeffect {
  0% {
    background-position: center;
    transform: scale(1, 1);
  }

  50% {
    background-position: center;
    transform: scale(2, 2);
  }

  100% {
    background-position: center;
    transform: scale(1, 1);
  }
}

.ev__header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 15px 0;
}

.ev__header.fixed-top {
  position: fixed;
  background-color: rgb(0, 0, 0);
  z-index: 9999;
  transform: translateY(0%);
  transition: all 0.5s ease-out;
  top: 0;
  left: 0;
}

.home .ev__header.fixed-top {
  max-width: calc(100% - 14px);
  margin: 0 auto;
  border-radius: 0 0 15px 15px;
  transition: all 0.5s ease-in-out;
}

body:not(.home) .ev__header.fixed-top {
  position: fixed;
}

.ev__header-logo {
  padding: 0;
  margin: 0;
}

.ev__header-logo img {
  height: 70px !important;
  object-fit: contain;
}

.ev__header-nav .navbar-nav {
  gap: 20px 15px;
  width: 54%;
}

.ev__header-nav {
  padding: 0;
}

/* .ev__header-nav .navbar-nav .nav-link {
    --bs-nav-link-color: var(--clr-white);
    --bs-nav-link-hover-color: #C6C6C6;
    font-family: var(--ff-body);
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
} */

.ev__header-nav .navbar-nav .nav-link {
  --bs-nav-link-color: var(--clr-white);
  --bs-nav-link-hover-color: #c6c6c6;
  font-family: var(--ff-menu);
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  background-image: linear-gradient(190deg, #6e7474 0%, #fff 50%);
  color: #235050;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.ev__header-nav .navbar-nav .nav-link p {
  font-family: var(--ff-menu);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.ev__header-right {
  align-items: center;
  gap: 16px;
}

.ev__header-contact {
  margin-right: 32px;
}

.ev__header-contact a {
  display: inline-flex;
  align-items: center;
}

.ev__header-contact a .icon {
  margin-right: 10px;
}

.ev__header-contact a .icon img {
  height: 42px;
  object-fit: contain;
}

.ev__header-contact a .content {
  color: var(--clr-white);
}

.ev__header-contact a .content p {
  font-size: 14px;
  line-height: 20px;
}

.ev__header-contact a .content h5 {
  font-size: 20px;
  font-family: var(--ff-body);
  font-weight: 600;
  line-height: 28px;
}

.navbar-toggler {
  --bs-navbar-toggler-padding-y: 0;
  --bs-navbar-toggler-padding-x: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 30px;
  border: none;
  box-shadow: none !important;
}

.ev__header .navbar-toggler .icon-bar {
  height: 2px;
  background-color: var(--clr-white);
  display: inline-flex;
  width: 100%;
}

.offcanvas {
  --bs-offcanvas-bg: #151515;
}

/** ----------------------------
*      Section: Header End
**  --------------------------*/



/* ev__Vechicle-banner */

.ev__vechicle-banner {
  position: relative;
  width: 100T;
}

.ev__vechicle-banner-img {
  position: relative;
  width: 100%;
}

.ev__vechicle-banner-img img {
  width: 100%;
}

.ev__vechicle-banner-box {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 9;
}

.ev__vechicle-banner-content {
  position: relative;
}

.ev__vechicle-banner-content h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ev__vechicle-banner-content h1 {
  font-family: var(--ff-menu);
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

.ev__vechicle-banner-content span {
  margin-left: 20px;
  position: relative;
}

.ev__vechicle-banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: linear-gradient(359.91deg, rgba(0, 0, 0, 0.3) 31.61%, rgba(0, 0, 0, 0.6) 99.92%);
}

.ev__vechicle-banner::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 100px;
  background: url("../images/vechicle-shep2.webp") no-repeat 0 0;
  background-size: 100%, 100%;
  content: "";
  z-index: 9;
}

.ev__vechicle-technology-left {
  position: relative;
  width: 100%;
  height: 100%;
}

.ev__vechicle-technology-left::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 186, 8, 1);
  clip-path: polygon(0 0, 90% 0, 100% 12%, 100% 100%, 9% 100%, 0 88%);
  content: "";
}

.vechicle__heading h3 {
  font-family: var(--ff-menu);
  color: rgba(30, 30, 30, 1);
  font-size: 32px !important;
  font-weight: 400;
  text-transform: uppercase;
}

.ev__vechicle-technology-right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ev__vechicle-technology-right ul li {
  padding-left: 20px;
  border-left: 1px solid rgba(37, 37, 37, 1);
  width: 31%;
  text-align: center;
}

.ev__vechicle-technology-right ul li:first-child {
  padding-left: 0;
  border: inherit;
}

.ev__vechicle-technology-right h2 {
  font-size: 36px;
  color: rgba(255, 186, 8, 1);
  font-weight: 400;
  font-family: var(--ff-menu);
  margin-bottom: 10px;
}

.ev__vechicle-technology-right h2 span {
  color: rgba(37, 37, 37, 1);
}

.ev__vechicle-technology-right {
  padding-left: 20px;
}

.ev__vechicle-technology-left img {
  position: absolute;
  top: -98px;
}

.ev__vechicle-product-box .ev__vechicle-product-cont p {
 -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.vechicle__heading h3 span {
  font-size: 32px;
  line-height: 40px;
  color: rgba(255, 186, 8, 1);
  position: relative;
  display: unset;
  text-transform: uppercase;
}

.ev__vechicle-choose .vechicle__btn {
  border: none;
  color: rgba(37, 37, 37, 1);
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  flex-direction: row;
  gap: 12px;
  margin-top: 0;
  min-height: auto;
  font-family: var(--ff-menu);
  background-color: inherit;
  background: none !important;
}

.ev__vechicle-choose .vechicle__btn img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(82%) saturate(7500%)
    hue-rotate(32deg) brightness(87%) contrast(117%);
}

.ev__vechicle-choose .vechicle__btn:hover span {
  border: none;
  background: none;
  width: auto;
  height: auto;
  background-color: none;
  padding: 0;
}

.ev__vechicle-choose-left li {
  position: relative;
  font-size: 20px;
  color: rgba(37, 37, 37, 1);
  padding-left: 25px;
  margin-bottom: 32px;
  font-family: var(--ff-menu);
}

.ev__vechicle-choose-right img {
  width: 100%;
}

.ev__vechicle-choose-left li:last-child {
  margin-bottom: 0;
}

.ev__vechicle-choose-left li::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 20px;
  background: url("../images/Icon.webp") no-repeat 0 0;
  background-size: 100%, 100%;
  content: "";
  height: 100%;
}

.ev__vechicle-choose-right {
  position: relative;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 92% 100%, 0 100%, 0 50%);
  padding-left: 10px;
}

.ev__vechicle-choose-right span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(3, 7, 30);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0px;
}

.ev__vechicle-choose-right h6 {
  padding: 10px 20px;
  background: rgba(255, 186, 8, 1);
  width: 45%;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--ff-menu);
}

.ev__vechicle-product-box {
  position: relative;
  width: 100%;
  background: #ebebeb;
  padding: 30px 20px;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 84% 100%, 0 100%, 0 50%);
}

.ev__vechicle-product-cont {
  position: relative;
  margin-bottom: 12px;
  text-align: center;
}

.ev__vechicle-product-cont h4 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
  height: 56px;
}

.ev__btn.vechicle__btn {
  flex-direction: row;
  border-radius: 0;
  background: rgba(255, 186, 8, 1);
  flex-direction: row;
  border: none;
  color: #000;
  font-family: var(--ff-menu);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 92% 100%, 0 100%, 0 50%);
  padding: 7px 20px;
}

.ev__btn.vechicle__btn span {
  background: none !important;
  border: inherit !important;
  width: auto !important;
  height: auto !important;
}

.ev__btn.vechicle__btn span img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(82%) saturate(7500%)
    hue-rotate(32deg) brightness(87%) contrast(117%);
}

.ev__vechicle-product-img img {
  height: 300px;
  object-fit: contain;
}

.ev__vechicle-product {
  position: relative;
  width: 100%;
}

.ev__vechicle-product::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  content: "";
  clip-path: polygon(100% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 9%);
}

.ev__vechicle-product .ev__content {
  position: relative;
  z-index: 9;
}

.ev__content.ev__vechicle-product-cont {
  margin-top: 30px;
}
.ev__vechicle-product-box .ev__vechicle-product-cont {
  margin-top: 0;
}



.ev__waste-cta {
  background-color: #f4f4f4;
}

.ev__vechicle-cta {
  position: relative;
  width: 100%;
}

.ev__vechicle-cta-img {
  width: 100%;
  position: relative;
}

.ev__vechicle-cta-img img {
  width: 100%;
}


.ev__vechicle-cta-content {
  position: relative;
  backdrop-filter: blur(19px);
  background: rgba(0, 0, 0, 0.33);
  padding: 50px 40px;
  clip-path: polygon(8% 0, 100% 0, 100% 85%, 92% 100%, 0 100%, 0 11%);
}

.ev__vechicle-cta-content h3 {
  color: #fff;
}

.ev__vechicle-cta-content p {
  color: #fff;
}

.ev__vechicle-product-cont .vechicle__btn {
  width: 100%;
}

.ev__vechicle-machines-right .ev__btn.vechicle__btn {
  padding: 0;
  margin: 0;
  background: none;
}

.ev__vechicle-machines-box {
  position: relative;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 87% 100%, 0 100%, 0 11%);
  background-color: #ffba08;
}
.ev__vechicle-machines-box img {
  clip-path: polygon(0 0, 100% 0, 100% 87%, 87% 100%, 0 100%, 0 11%);
}
.ev__vechicle-machines-box h5 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  font-family: var(--ff-menu);
  text-transform: uppercase;
  color: #000;
  position: relative;
  padding: 20px;
  opacity: 1;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  text-align: center;
  width: 100%;
  background-color: #ffba08;
  min-height: 92px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.vechicle__industrie-img img {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.ev__vechicle-industries-left .tab__manu li:last-child {
  margin-bottom: 0;
}

.ev__vechicle-industries-left .tab__manu li a {
  color: #252525;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
}

.ev__vechicle-industries-left .tab__manu li.active a {
  color: #ffba08;
}

.ev__vechicle-industries-text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 50px 32px;
  width: 100%;
}

.ev__vechicle-industries-text h6 {
  color: #ffba08;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ev__vechicle-industries-text h4 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
}

.ev__vechicle-industries .ev__heading {
  position: relative;
  z-index: 99;
}

.vechicle__industries-right {
  position: relative;
  z-index: 99;
}

.ev__vechicle-process {
  position: relative;
  width: 100%;
}

.ev__vechicle-process-left {
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: polygon(11% 0, 100% 0, 100% 88%, 89% 100%, 0 100%, 0 11%);
}

.ev__vechicle-process-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ev__vechicle-process-left::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(3, 7, 30, 0) 0%, #03071e 100%);
  content: "";
}

.ev__vechicle-process-cont {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 20px;
}

.ev__vechicle-process-cont h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ev__vechicle-process-cont p {
  color: #fff;
}

.ev__vechicle-process-box {
  position: relative;
  padding: 45px 20px;
  background: #ffba08;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 88% 100%, 0 100%, 0 67%);
}

.ev__vechicle-process-box h2 {
  color: rgba(37, 37, 37, 1);
  font-size: 20px;
  line-height: 30px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
  padding-right: 64px;
  height: 60px;
  margin-bottom: 10px;
}

.ev__vechicle-banner.ev__rounded {
  border-radius: 15px 15px 0 0;
}

.ev__btn.vechicle__btn img {
  width: 25px;
  height: 32px;
}

.ev__features-left .ev__heading h3 {
  font-size: 35px;
  line-height: 40px;
}

.ev__features-left .ev__heading {
  margin-bottom: 0;
}

.ev__vechicle-faq {
  position: relative;
  width: 100%;
}

.ev__vechicle-faq .accordion-item {
  border: none !important;
  background: none !important;
  margin-top: 15px;
}

.ev__vechicle-faq .accordion-button {
  background: none;
  background: none;
  border-radius: 15px !important;
  border: none;
  position: relative;
  height: 100px;
  overflow: hidden;
  color: #fff;
  line-height: 20px;
  font-family: var(--ff-menu);
  text-transform: uppercas;
}

.ev__vechicle-faq .accordion-button::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.37) 0%, #000 100%);
  z-index: 2;
}

.ev__vechicle-faq .accordion-button img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ev__vechicle-faq .accordion-button span {
  position: relative;
  z-index: 99;
}

.ev__vechicle-faq .accordion-body {
  position: relative;
  margin-top: 20px;
  border: none;
  border-radius: 15px;
  background: #ebebeb;
}

.ev__vechicle-faq .ev__vechicle-industries-text {
  position: static;
  background: none;
}

.ev__vechicle-faq .ev__vechicle-industries-text h4 {
  color: #000;
}

.ev__vechicle-faq .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(128deg) brightness(108%) contrast(101%);
  z-index: 99;
}

.ev__vechicle-faq .accordion-button:focus {
  box-shadow: inherit;
}

.ev__vechicle-banner-img {
  overflow: hidden;
}

.ev__vechicle-banner-img img {
  -webkit-animation: zoomeffect 30s infinite;
  -moz-animation: zoomeffect 30s infinite;
  animation: zoomeffect 30s infinite;
}

@keyframes zoomeffect {
  0% {
    background-position: center;
    transform: scale(1, 1);
  }

  50% {
    background-position: center;
    transform: scale(2, 2);
  }

  100% {
    background-position: center;
    transform: scale(1, 1);
  }
}

/* vheicle 11-11-25 */

.ev__vechicle-banner-img {
  position: relative;
  width: 100%;
}

.ev__vechicle-banner-img img {
  width: 100%;
}

.ev__vechicle-banner-box {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 9;
}

.ev__vechicle-banner-content {
  position: relative;
}

.ev__vechicle-banner-content h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ev__vechicle-banner-content h1 {
  font-family: var(--ff-menu);
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

.ev__vechicle-banner-content span {
  margin-left: 20px;
  position: relative;
}

.ev__vechicle-banner-content span img {
  width: 28px;
  filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(0%)
    hue-rotate(75deg) brightness(105%) contrast(103%);
}

.ev__vechicle-banner-content span::before {
  position: absolute;
left: -9px;
    top: -9px;
  background: url("../images/banner_ic.webp") no-repeat 0 0;
  background-size: 100%, 100%;
  width: 50px;
  height: 50px;
  content: "";
  animation: rotateCircle 10s linear infinite;
}
@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ev__vechicle-technology-right h6 {
  color: rgba(37, 37, 37, 1);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--ff-menu);
  line-height: 24px;
}

.ev__vechicle-choose .vechicle__btn span {
  border: none;
  background: none;
  width: auto;
  height: auto;
  background-color: none;
  padding: 0;
}

.ev__vechicle-choose-left {
  position: relative;
  width: 96%;
  padding: 30px 20px;
  background: rgba(255, 186, 8, 1);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 92% 100%, 0 100%, 0 50%);
  height: 100%;
}

.ev__vechicle-choose-left p {
  font-weight: 600;
  font-size: 18px;
}

.ev__vechicle-choose-left li {
  position: relative;
  font-size: 20px;
  color: rgba(37, 37, 37, 1);
  padding-left: 25px;
  margin-bottom: 32px;
  font-family: var(--ff-menu);
}

.ev__vechicle-choose-right img {
  width: 100%;
}

.ev__vechicle-choose-left li:last-child {
  margin-bottom: 0;
}

.ev__vechicle-choose-right {
  position: relative;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 92% 100%, 0 100%, 0 50%);
  padding-left: 10px;
}

.ev__vechicle-choose-right span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(3, 7, 30);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0px;
}

.ev__vechicle-choose-right h6 {
  padding: 10px 20px;
  background: rgba(255, 186, 8, 1);
  width: 45%;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--ff-menu);
}

.ev__vechicle-product-box {
  position: relative;
  width: 100%;
  background: #ebebeb;
  padding: 30px 20px;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 84% 100%, 0 100%, 0 50%);
}

.ev__vechicle-product-cont {
  position: relative;
  margin-bottom: 12px;
  text-align: center;
}

.ev__vechicle-product-cont h4 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
  height: 56px;
}

.ev__btn.vechicle__btn {
  flex-direction: row;
  border-radius: 0;
  background: rgba(255, 186, 8, 1);
  flex-direction: row;
  border: none;
  color: #000;
  font-family: var(--ff-menu);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 92% 100%, 0 100%, 0 50%);
  padding: 7px 20px;
}

.ev__btn.vechicle__btn span {
  background: none !important;
  border: inherit !important;
  width: auto !important;
  height: auto !important;
}

.ev__btn.vechicle__btn span img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(82%) saturate(7500%)
    hue-rotate(32deg) brightness(87%) contrast(117%);
}

.ev__vechicle-product-img img {
  height: 300px;
  object-fit: contain;
}

.ev__vechicle-product {
  position: relative;
  width: 100%;
}

.ev__vechicle-product::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  content: "";
  clip-path: polygon(100% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 9%);
}

.ev__vechicle-product .ev__content {
  position: relative;
  z-index: 9;
}

.ev__content.ev__vechicle-product-cont {
  margin-top: 30px;
}
.ev__vechicle-product-box .ev__vechicle-product-cont {
  margin-top: 0;
}

.ev__vechicle-product-cont a {
  color: rgba(255, 186, 8, 1);
  text-decoration: underline;
  font-family: var(--ff-menu);
  font-size: 14px;
}
.ev__content.ev__vechicle-product-cont p a {
  font-weight: 600;
}
.ev__waste-cta {
  background-color: #f4f4f4;
}

.ev__vechicle-cta {
  position: relative;
  width: 100%;
}

.ev__vechicle-cta-img {
  width: 100%;
  position: relative;
}

.ev__vechicle-cta-img img {
  width: 100%;
}

.ev__vechicle-cta-box {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.ev__vechicle-cta.ev__vechicle-cta-1 .ev__vechicle-cta-box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  bottom: unset;
}
.ev__vechicle-cta-content {
  position: relative;
  backdrop-filter: blur(19px);
  background: rgba(0, 0, 0, 0.33);
  padding: 50px 40px;
  clip-path: polygon(8% 0, 100% 0, 100% 85%, 92% 100%, 0 100%, 0 11%);
}

.ev__vechicle-cta-content h3 {
  color: #fff;
}

.ev__vechicle-cta-content p {
  color: #fff;
}

.ev__vechicle-cta::before {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100px;
  background: url("../images/vechicle-shep1.webp") no-repeat 0 0;
  background-size: 100%, 100%;
  content: "";
  z-index: 9;
}

.ev__vechicle-product-cont .vechicle__btn {
  width: 100%;
}

.ev__vechicle-machines-right .ev__btn.vechicle__btn {
  padding: 0;
  margin: 0;
  background: none;
}

.ev__vechicle-machines-box:hover h5 {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.ev__vechicle-industries {
  position: relative;
  width: 100%;
}

.ev__vechicle-industries::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #f5f5f5;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
}

.vechicle__industries-right .vechicle__btn {
  padding: 0;
  margin: 0;
  background: none;
}

.ev__vechicle-industries-right {
  margin-top: 105px;
  position: relative;
  clip-path: polygon(11% 0, 100% 0, 100% 88%, 89% 100%, 0 100%, 0 11%);
}
.vechicle__industrie-img {
  position: relative;
  margin-bottom: 20px;
}
.ev__vechicle-industries-left .tab__manu {
  position: relative;
}
.ev__vechicle-industries-left .tab__manu li {
  margin-bottom: 25px;
}

.ev__vechicle-industries-left .tab__manu li:last-child {
  margin-bottom: 0;
}

.ev__vechicle-industries-left .tab__manu li a {
  color: #252525;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
}

.ev__vechicle-industries-left .tab__manu li.active a {
  color: #ffba08;
}

.ev__vechicle-industries-text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 50px 32px;
  width: 100%;
}

.ev__vechicle-industries-text h6 {
  color: #ffba08;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ev__vechicle-industries-text h4 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
}

.ev__vechicle-industries .ev__heading {
  position: relative;
  z-index: 99;
}

.vechicle__industries-right {
  position: relative;
  z-index: 99;
}

.ev__vechicle-process {
  position: relative;
  width: 100%;
}

.ev__vechicle-process-left {
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: polygon(11% 0, 100% 0, 100% 88%, 89% 100%, 0 100%, 0 11%);
}

.ev__vechicle-process-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ev__vechicle-process-left::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(3, 7, 30, 0) 0%, #03071e 100%);
  content: "";
}

.ev__vechicle-process-cont {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 20px;
}

.ev__vechicle-process-cont h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ev__vechicle-process-cont p {
  color: #fff;
}

.ev__vechicle-process-box {
  position: relative;
  padding: 45px 20px;
  background: #ffba08;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 88% 100%, 0 100%, 0 67%);
}

.ev__vechicle-process-box h2 {
  color: rgba(37, 37, 37, 1);
  font-size: 20px;
  line-height: 30px;
  font-family: var(--ff-menu);
  text-transform: uppercase;
  padding-right: 64px;
  height: 60px;
  margin-bottom: 10px;
}

.ev__vechicle-process-box span {
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  right: 26px;
  top: 22px;
  color: #252525;
  line-height: 50px;
  font-family: var(--ev-blod-font);
}

.ev__vechicle-banner.ev__rounded {
  border-radius: 15px 15px 0 0;
}

.ev__btn.vechicle__btn img {
  width: 25px;
  height: 32px;
}

.ev__features-left .ev__heading h3 {
  font-size: 35px;
  line-height: 40px;
}

.ev__features-left .ev__heading {
  margin-bottom: 0;
}

.ev__vechicle-faq {
  position: relative;
  width: 100%;
}

.ev__vechicle-faq .accordion-item {
  border: none !important;
  background: none !important;
  margin-top: 15px;
}

.ev__vechicle-faq .accordion-button {
  background: none;
  border-radius: 10px;
  background: none;
  border-radius: 15px;
  border: none;
  position: relative;
  height: 100px;
  overflow: hidden;
  color: #fff;
  line-height: 20px;
  font-family: var(--ff-menu);
  text-transform: uppercas;
}

.ev__vechicle-faq .accordion-button::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.37) 0%, #000 100%);
  z-index: 2;
}

.ev__vechicle-faq .accordion-button img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ev__vechicle-faq .accordion-button span {
  position: relative;
  z-index: 99;
}

.ev__vechicle-faq .accordion-body {
  position: relative;
  margin-top: 20px;
  border: none;
  border-radius: 15px;
  background: #ebebeb;
}

.ev__vechicle-faq .ev__vechicle-faq-img {
  border-radius: 15px;
  overflow: hidden;
}

.ev__vechicle-faq .ev__vechicle-industries-text {
  position: static;
  background: none;
}

.ev__vechicle-faq .ev__vechicle-industries-text h4 {
  color: #000;
}

.ev__vechicle-faq .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(128deg) brightness(108%) contrast(101%);
  z-index: 99;
}

.ev__vechicle-faq .accordion-button:focus {
  box-shadow: inherit;
}

.ev__vechicle-banner-img {
  overflow: hidden;
}

.ev__vechicle-banner-img img {
  -webkit-animation: zoomeffect 30s infinite;
  -moz-animation: zoomeffect 30s infinite;
  animation: zoomeffect 30s infinite;
}

@keyframes zoomeffect {
  0% {
    background-position: center;
    transform: scale(1, 1);
  }

  50% {
    background-position: center;
    transform: scale(2, 2);
  }

  100% {
    background-position: center;
    transform: scale(1, 1);
  }
}

@keyframes wave2 {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* footer */

.ev__footer {
  margin-top: 0;
}
.ev__rounded {
  border-radius: 15px;
  margin: 7px auto;
  margin-top: 7px;
  max-width: calc(100% - 14px);
  overflow: hidden;
}
.ev__footer {
  position: relative;
  z-index: 3;
  background-color: var(--clr-accent);
}
.ev__footer-logo img {
  height: 95px;
}

.ev__footer-heading {
  padding-bottom: 10px;
  position: relative;
}
.ev__footer-heading h4 {
  color: var(--clr-white);
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: var(--ff-body);
}
.ev__footer-heading::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--clr-white-600);
  bottom: 0;
}
.ev__footer-content {
  margin-top: 20px;
}
.ev__footer-list li {
  position: relative;
  padding-left: 20px;
  color: #fff;
}
.ev__footer-list li + li {
  margin-top: 18px;
}
.ev__footer-link {
  color: var(--clr-white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.ev__footer-list li::before {
  position: absolute;
  content: "\f054";
  font-family: "FontAwesome";
  color: var(--clr-white);
  left: 0;
  top: 2px;
}

.ev__footer-copy {
  background-color: #202020;
  color: var(--clr-white);
  padding: 25px 0;
  border-top: 1px solid #534b4bd6;
}
.ev__footer-copyright p {
  font-size: 15px;
}
.ev__footer-copyright p a {
  color: #fff;
}

.ev__footer-list p,
.ev__footer-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #fff;
}
.ev__footer-content p {
  color: #fff;
}
.ev__footer-col.ev__footer-info .ev__footer-content {
  margin-top: 50px;
}
.ev__footer-list.ev__footer-list-contact li::before {
  display: none;
}

/* vheicles details */

.ev__producinner {
  position: relative;
  width: 100%;
}
.ev__producinner-left {
  padding: 25px 20px 40px;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid var(--clr-accent);
}
.ev__producinner-left h4 {
  font-size: 30px;
  color: var(--clr-accent);
  line-height: 35px;
}
.ev__producinner .ev__product-single {
  padding: 25px 20px;
}
.ev__producinner .ev__product-desc {
  margin-bottom: 0;
}
.ev__producinner-left ul {
  padding-top: 20px;
}
.ev__producinner-left ul li {
  margin-bottom: 0;
  position: relative;
}
.ev__producinner-left ul li:last-child {
  margin-bottom: 0;
}
.ev__producinner-left ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  padding: 15px 25px;
  position: relative;
}
.ev__producinner-left ul li a:hover {
  color: var(--clr-accent);
}
.ev__producinner-left ul li.active a {
  color: var(--clr-accent);
}
.ev__producinner-left ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: var(--clr-accent);
}
.ev_producdetails {
  position: relative;
  width: 100%;
}
.ev_producdetails-left {
  padding: 25px 25px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}
.ev_producdetails-left img {
  width: 100%;
}
.ev_producdetails-right {
  position: relative;
}
.ev__producinner .woocommerce-pagination {
  margin-top: 50px;
}
.ev__producinner nav.woocommerce-pagination ul {
  border: inherit !important;
  gap: 10px;
}
.ev__producinner .woocommerce-pagination .page-numbers li {
  border: none;
  margin: 5px;
}
.ev__producinner .woocommerce-pagination .page-numbers li a {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: rgba(244, 244, 244, 1);
  border: none;
}
.ev__producinner .woocommerce-pagination .page-numbers li .current {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: rgba(244, 244, 244, 1);
  border: none;
}
.ev__producinner .woocommerce-pagination .page-numbers li :hover {
  color: #fff;
  background: var(--clr-accent);
}
.ev__producinner .woocommerce-pagination .page-numbers li .current {
  color: #fff;
  background: var(--clr-accent);
}
.ev__producinner .woocommerce-pagination .page-numbers li a.prev {
  transform: rotate(45deg);
}
.ev__producinner .woocommerce-pagination .page-numbers li a.next {
  transform: rotate(-45deg);
}

.ev_producdetails .ev__hero-heading ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.ev_producdetails .ev__hero-heading ul li {
  font-size: 14px;
  margin-right: 7px;
  padding: 0 12px 0 0;
  position: relative;
  margin-bottom: 6px;
}
.ev_producdetails .ev__hero-heading ul li a {
  font-weight: 700;
  color: var(--clr-text-400);
}
.ev_producdetails .ev__hero-heading ul li::after {
  position: absolute;
  content: "/";
  right: 0;
}
.ev_producdetails .ev__hero-heading ul li:last-child::after {
  position: absolute;
  content: "";
  right: 0;
  margin-bottom: 0;
}
.form-main-dropdown {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
}
.ev_producdetails .row {
  align-items: start !important;
}
.product_details-btn .ev__btn {
  border-radius: 5px;
  min-height: 40px;
  margin-top: 6px;
}
.form-check-single label {
  padding-bottom: 10px;
}

.ev__enquiry-form-field .form-group .form-check-single {
  flex: 0 0 auto;
  width: 23%;
  margin-right: 25px;
}
.ev__enquiry-form-field .form-group .form-check-single .form-check {
  padding-left: 0 !important;
}
.form-main-dropdown {
  padding: 10px 10px 0 10px !important;
  margin-top: 0 !important;
  height: 100% !important;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
}
.products_form-page .form-control {
  font-size: 14px;
  padding: 12px 15px;
}
.ev__enquiry-form-field1 .form-check-single br {
  display: none;
}
.ev__enquiry-form-field1 .form-check-single .form-check select {
  font-weight: 600;
}
.ev__enquiry-form-field1 .form-check-single .form-check option {
  font-weight: 600;
}

.ev_producdetails-right h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.ev_producdetails-right .woocommerce-product-details__short-description {
  padding-bottom: 15px;
}

.ev_producdetails-right .product_meta .sku_wrapper {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  color: rgba(70, 70, 70, 1);
}
.ev_producdetails-right .product_meta .sku_wrapper .sku {
  font-weight: 400;
}
.ev_producdetails-right .product_meta .posted_in {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 800;
  color: rgb(40 39 39);
}
.ev_producdetails-right .product_meta .posted_in a {
  font-weight: 400;
  margin-right: 8px;
  color: #1e1e1ebd;
}
.ev_producdetails-right .product_meta .posted_in a:hover {
  color: var(--clr-accent);
}
.list_content_description .table_design .table_row:first-child .table_col p {
  color: rgba(99, 35, 0, 1);
}
.ev_producdetails-right .product_meta {
  padding-bottom: 20px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 13px !important;
  padding: 16px 32px !important;
  border-radius: 0 !important;
  position: relative !important;
  background: var(--clr-accent) !important;
  overflow: hidden !important;
  height: 51px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 32px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
  height: 100%;
  background-color: #f8d2b3 !important;
  padding: 10px 17px !important;
  letter-spacing: 1.5px;
  font-size: 12px !important;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #000;
  border-color: var(--clr-accent);
  padding: 12px !important;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 25px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--clr-accent) !important;
  color: #fff !important;
}
.woocommerce .woocommerce-ordering {
  margin: 0 !important;
  float: unset !important;
  height: 32px;
}
.woocommerce .woocommerce-ordering select {
  padding: 0 20px 0 0;
  border: none;
  font-size: 15px;
  color: var(--clr-accent);
  font-weight: 600;
  text-transform: capitalize;
  background-color: transparent;
  margin-left: 15px;
}
.woocommerce .woocommerce-ordering select option {
  font-weight: 500;
}
.comment-form-rating {
  display: flex;
  gap: 15px;
  align-self: center;
}
.comment-form-rating p {
  margin-bottom: 0;
  line-height: 0;
}
.comment-form-rating p span a {
  color: #ffdc21;
}
.comment-form-rating p span:hover a {
  color: #ffdc21;
}
.ev_product-details-tabs .wc-tabs-wrapper {
  position: relative;
  padding: 40px;
  border: 1px solid rgba(180, 180, 180, 1);
  border-radius: 10px;
  margin-bottom: 25px !important;
}
.ev_product-details-tabs .wc-tabs {
  padding: 0 !important;
  border-bottom: 1px solid rgba(180, 180, 180, 1);
  justify-content: center;
  display: flex;
  gap: 15px;
}
.ev_product-details-tabs .woocommerce-tabs ul.tabs li {
  border: none !important;
}
.ev_product-details-tabs .woocommerce-tabs ul.tabs li {
  background-color: inherit !important;
}
.ev_product-details-tabs .woocommerce-tabs ul.tabs li a {
  border-bottom: 1px transparent;
  background: none !important;
  font-family: var(--ff-heading) !important;
  color: #000 !important;
  font-size: 20px;
  font-weight: 500 !important;
}
.ev_product-details-tabs .woocommerce-tabs ul.tabs li a:hover {
  border-bottom: 1px solid var(--clr-accent);
}
.ev_product-details-tabs .woocommerce-tabs ul.tabs li.active a {
  border-bottom: 1px solid var(--clr-accent);
  color: var(--clr-accent);
}
.ev_product-details-tabs .woocommerce-Reviews {
  width: 60%;
}
.ev_product-details-tabs h2 {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
  display: none;
}
.ev_product-details-tabs p {
  font-size: 16px;
  line-height: 27px;
  color: rgba(70, 70, 70, 1);
}
.ev_product-details-tabs .comment-form-comment {
  display: flex;
  align-items: center;
  width: 100%;
}
.ev_product-details-tabs .comment-form-comment label {
  width: 25%;
}
.ev_product-details-tabs .comment-form-comment textarea {
  width: 75%;
  resize: none;
  height: 70px;
}
.ev_product-details-tabs .comment-form-author {
  display: flex;
  align-items: center;
  width: 100%;
}
.ev_product-details-tabs .comment-form-author label {
  width: 23%;
}
.ev_product-details-tabs .comment-form-author input {
  width: 90%;
}
.ev_product-details-tabs .comment-form-email {
  display: flex;
  align-items: center;
  width: 100%;
}
.ev_product-details-tabs .comment-form-email label {
  width: 23%;
}
.ev_product-details-tabs .comment-form-email input {
  width: 90%;
}
.ev_product-details-tabs .form-submit input[type="submit"] {
  display: inline-flex;
  background-color: var(--clr-accent) !important;
  border: 1px solid var(--clr-accent) !important;
  color: var(--clr-white) !important;
  height: 45px !important;
  padding: 9px 20px 7px !important;
  font-family: var(--ff-body);
  font-size: 14px !;
  font-weight: 600;
  border-radius: 5px;
  letter-spacing: 0.8px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  overflow: hidden;
  text-transform: uppercase;
}
.ev_producdetails-right .woocommerce-breadcrumb a {
  padding: 0 10px !important;
  color: #000 !important;
}
.ev_producdetails-right .woocommerce-breadcrumb a:first-child {
  padding-left: 0 !important;
}
.ev_producdetails-right .woocommerce-breadcrumb a:hover {
  color: var(--clr-accent) !important;
}
.ev__result-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ev__result-count .woocommerce-notices-wrapper {
  display: none;
}
.ev__product-img-wrap {
  position: relative;
  overflow: hidden;
}
.ev__product-img-wrap img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.ev__product-single:hover .ev__product-img-wrap img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.archive_form {
  margin-top: 25px;
}
.archive_form_ev__choose-content {
  padding-bottom: 20px;
}
.archive_form .form-group .form-control {
  height: 50px;
  border: 1px solid #ada8a8;
  color: var(--clr-text-400);
  font-family: var(--ff-body);
  background: transparent;
}
.form-group .form-control {
  box-shadow: none;
}
.ev__productTab-wrap {
  padding-top: 30px;
}
.kickass_field.form_btn_wrapper {
  text-align: center;
}

.list_content_description {
  margin-top: 25px;
}
.list_content_description .table_design {
  border: 1px solid #eaeaea;
  padding: 0 12px;
}
.list_content_description .table_design .table_row {
  border-bottom: 1px solid #eaeaea;
}
.list_content_description .table_design .table_row:last-child {
  border-bottom: none;
}
.list_content_description .table_design .table_row:first-child p {
  font-weight: 600;
}
.list_content_description .table_design .table_row .table_col:first-child {
  border-right: 1px solid #eaeaea;
}
.list_content_description .table_design .table_row .table_col:first-child p {
  font-weight: 600;
  font-size: 15px;
}
.video_section {
  padding-top: 0 !important;
}
.video_section .video_play_session video {
  width: 100%;
}
.archive_form .form-check label {
  font-size: 16px;
  line-height: 20px;
  color: var(--clr-text-400);
  font-family: var(--ff-body);
}
.archive_form .form-check {
  padding: 0;
}
.archive_form .form-check .wpcf7-list-item.first {
  margin-left: 0;
}
.archive_form .form-check p {
  line-height: 24px;
}
.thubnail_gallery {
  margin-top: 25px;
}
.archive_form .form-check label .wpcf7-list-item-label {
  margin-left: 8px;
}
.thubnail_gallery {
  margin-top: 25px;
}

.ev__product-single {
  padding: 0;
  border: 1px solid #cfcfcf;
  border-radius: 15px;
  background-color: #f6f6f6;
  height: 100%;
}
.ev__product-title {
  display: inline-flex;
  color: var(--clr-text-400);
}
.ev__product-title h4 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  height: 50px;
}
.ev__product-desc p {
  margin-bottom: 15px;
}
.ev__product-desc .arrow__icon {
  position: inherit;
  margin-left: auto;
  display: flex;
}
.ev__product-desc ul > li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--clr-accent);
}
.ev__product-desc ul > li span {
  color: var(--fly-clr-grey);
}
.ev__product-desc ul {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfce;
  padding: 10px 0;
  margin-bottom: 8px;
}
.ev__productTab-wrap .nav-tabs .nav-link {
  padding: 0;
  background: rgb(246, 246, 246);
  border-radius: 15px;
  text-align: center;
  min-width: 100%;
  position: relative;
  overflow: hidden;
}
.ev__productTab-wrap .nav-tabs .nav-link.active {
  box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 12px 1px;
}
.ev__productTab-wrap .tab-content {
  margin-top: 50px;
}
.ev__productTab-expanded {
  display: flex;
  margin-top: 32px;
  gap: 15px;
}
.ev__productTab-expand-single {
  width: calc(2 * calc(1 / 6 * 100%));
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: width 0.8s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.ev__productTab-expanded:hover .ev__productTab-expand-single.active {
  width: calc(10 * calc(1 / 10 * 100%));
  transition: width 0.8s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.ev__productTab-expand-single > div {
  min-width: 1045px;
}
.ev__productTab-expanded:hover .ev__productTab-expand-single {
  width: 0;
  padding: 0;
  margin: 0;
}

.ev__productTab-expand-single .ev__img img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 610px;
}

@supports (writing-mode: sideways-lr) {
  .ev__productTab-expand-single .ev__productTab-expand-left h5 {
    writing-mode: sideways-lr;
    transform: unset;
  }
}
.ev__productTab-expand-single .ev__productTab-expand-left h5 {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--clr-white);
  z-index: 1;
  font-family: var(--ff--heading);
  transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.3s;
}
.ev__productTab-expand-single .ev__img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.ev__productTab-expand-single .ev__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.43) 100%
  );
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
}
.ev__productTab-expand-single .ev__img::after {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: -160%;
  position: absolute;
  top: 0;
  transform: skewX(25deg);
  width: 50%;
  z-index: 2;
  border-radius: 50%;
}
.ev__productTab-expand-single:hover .ev__img::after {
  -webkit-animation: shine-img 0.85s;
  animation: shine-img 0.85s;
}
@-webkit-keyframes shine-img {
  100% {
    left: 125%;
  }
}
@keyframes shine-img {
  100% {
    left: 125%;
  }
}
.ev__productTab-expand-wrap .ev__product-desc p {
  font-size: 16px;
  line-height: 28px;
}
.ev__productTab-expand-wrap .ev__product-info h4 {
  font-size: 22px;
  margin: 8px 0 3px;
}
.ev__productTab-expand-wrap .ev__product-desc ul li > * {
  font-size: 15px !important;
  font-weight: 500;
}
.ev__productTab-expand-title h6 {
  font-size: 26px;
  margin-bottom: 15px;
  text-align: center;
  font-family: var(--ff-heading);
}
.ev__discover {
  overflow: hidden;
}
.ev__features-icon img {
  height: 96px;
  object-fit: contain;
}
.ev__features-left .ev__features-list > *:nth-child(1),
.ev__features-right .ev__features-list > :nth-child(2) {
  margin-right: -100px;
}
.ev__features-content {
  max-width: 70%;
}
.ev__features-left .ev__features-list > :nth-child(2),
.ev__features-right .ev__features-list > *:nth-child(1) {
  margin-left: -100px;
}
.ev__features-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ev__features-single {
  background-color: #f6f6f6;
  border-radius: 15px;
  padding: 28px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.ev__features-center {
  margin-top: 55px;
}
.ev__features-left > .ev__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: var(--clr-white);
  padding: 30px;
  z-index: 9;
}
.ev__features-left {
  position: relative;
}
.ev__features-left > .ev__content .ev__heading h3 {
  color: var(--clr-white);
  margin: 0;
}
.ev__features-left > .ev__content .ev__heading h6 {
  color: var(--clr-white);
}
.ev__features-left > .ev__content .ev__heading h6::before {
  background-color: var(--clr-white);
}
.ev__sustainableV2-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.ev__gradient-bg {
  position: absolute;
  width: 97%;
  height: 100%;
  background: linear-gradient(to top, #f3f3f3 0%, #ccc 100%);
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
.ev__productSlider .ev__gradient-bg {
  width: 100% !important;
}
.ev__productSlider-main {
  overflow-x: hidden;
  max-width: 97%;
  margin: 0 auto;
}
.ev__productSlider-content {
  position: relative;
  margin-top: 35px;
}
.ev__productSlider-wrap {
  position: relative;
  width: 100%;
}
.ev__productSlider-wrap::before {
  position: absolute;
  content: attr(data-content);
  background: linear-gradient(to bottom, #fff 0%, #bfbfbf 100%);
  color: #000;
  background-clip: text;
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 200px;
  font-weight: 900;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  top: -80px;
  font-family: var(--ff-body);
  letter-spacing: 10px;
  z-index: -1;
}
.ev__productSlider-link img {
  height: 350px;
  margin: 0 auto;
  object-fit: contain;
}
.ev__productSlider-link {
  display: block;
  color: var(--clr-black-300);
}

.ev__product-related .arrow__icon {
  width: 42px;
  height: 42px !important;
}
.ev__product-related .ev__product-single .ev__product-info {
  padding: 12px 0 0 0;
}
.ev__product-related .ev__product-single {
  padding: 25px 20px !important;
}
.ev__product-related .ev__product-head a:nth-child(1) {
  width: 80%;
}
.ev__product-related .ev__product-desc ul li span {
  font-size: 16px;
}
.ev__product-related .ev__product-desc ul li strong {
  font-size: 16px;
}
.ev__product-related .ev__product-desc ul li span {
  font-size: 16px;
}
.ev__product-desc ul li span {
  color: #767676;
  font-weight: 400;
  font-size: 16px;
}
.ev__product-desc ul li strong {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
}
.ev_producdetails .ev__hero-heading ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.ev_producdetails .ev__hero-heading ul li {
  font-size: 14px;
  margin-right: 7px;
  padding: 0 12px 0 0;
  position: relative;
  margin-bottom: 6px;
}
.ev_producdetails .ev__hero-heading ul li a {
  font-weight: 700;
}
.ev_producdetails .ev__hero-heading ul li::after {
  position: absolute;
  content: "/";
  right: 0;
}
.ev_producdetails .ev__hero-heading ul li:last-child::after {
  position: absolute;
  content: "";
  right: 0;
  margin-bottom: 0;
}
.form-main-dropdown {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
}
.ev_producdetails .row {
  align-items: start !important;
}
.product_details-btn .ev__btn {
  border-radius: 5px;
  min-height: 40px;
  margin-top: 6px;
}
.form-check-single label {
  padding-bottom: 10px;
}
.products_form-page .form-group .form-check-single {
  flex: 0 0 auto;
  width: 18%;
  margin-right: 25px;
  overflow: hidden;
}
.ev__product-head .ev__product-title h4 {
  font-size: 24px;
  margin-bottom: 0;
  height: auto;
}
.ev__product-desc ul li {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.ev__singel-product-page {
  background: #f2f2f2;
}
.ev__heading {
  position: relative;
  margin-bottom: 20px;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.form-control::placeholder {
  color: #757575;
  opacity: 1;
}
.products_form-page .form-control {
  font-size: 14px;
  padding: 12px 15px;
}

.products_form-page .form-check-single label {
  font-weight: 800;
}
.form-check-single label {
  padding-bottom: 10px;
}

.products_form-page h3 {
  font-size: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce form textarea {
  min-height: 100px;
  resize: none;
}
.form-main-dropdown {
  padding: 10px 10px 0 10px !important;
  margin-top: 0 !important;
  height: 100% !important;
}
.form-main-dropdown {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
}

.products_form-page .form-check-single label {
  font-weight: 800;
}
.form-check-single label {
  padding-bottom: 10px;
}
.products_form-page .form-main-dropdown input {
  margin-right: 5px;
}
.products_form-page .form-group input {
  background-color: #fff;
  border: 1px solid #e5e0e0;
}
.products_form-page .form-main-dropdown input {
  margin-right: 5px;
}

.ev__enquiry-form-field .form-group .form-check-single {
  flex: 0 0 auto;
  width: 23%;
  margin-right: 25px;
}
.ev__enquiry-form-field .form-group .form-check-single .form-check {
  padding-left: 0 !important;
}
.products_form-page .form-check-single label {
  font-weight: 800;
}
.form-check-single label {
  padding-bottom: 10px;
}
.products_form-page .form-check-single span {
  margin-left: 5px;
}

.checkbox_para a {
  font-weight: 700;
  color: var(--clr-text-400);
}
.form-check-single.active .form-main-dropdown {
  display: block !important;
}
.products_form-page .form-main-dropdown span {
  font-weight: 600;
  margin-right: 6px;
  margin-left: 0;
}
.products_form-page .form-main-dropdown span {
  font-weight: 600;
}
body:not(.home) .ev__header {
  position: relative;
  background: #000;
}
.ev__footer-list.ev__footer-list-contact li span {
  display: inline-flex;
  flex: 0 0 auto;
  width: fit-content;
  height: fit-content;
  margin-top: 4px;
}

/* product-category/industrial-vehicles/ */
.ev__img-wrap {
  width: 100%;
  position: relative;
}
.ev__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ev__hero.innerbanner .ev__hero-wrap {
  z-index: 33333;
}
.innerbanner .ev__hero-wrap {
  top: 50%;
  transform: translateY(-50%);
}
.ev__hero-wrap {
  position: absolute;
  top: 22%;
  width: 100%;
  text-align: center;
  left: 0;
}
.innerbanner h1 {
  font-family: var(--ff-menu);
}
.innerbanner ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 15px;
  flex-wrap: wrap;
}
.innerbanner ul li {
  font-family: var(--ff-menu);
}
.innerbanner ul li a {
  position: relative;
  width: 100%;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.innerbanner ul li a::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: #fff;
}
.ev__hero::after {
  background: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

.ev__product-info {
  padding-top: 12px;
}

.ev__result-count select {
  border: none;
  background: transparent;
  color: var(--clr-accent);
}

.ev__product-sidebar-cta {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
}

.ev__product-sidebar-cta img {
  width: 100%;
}

.ev__product-sidebar-cta .ev__product-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px;
  text-align: center;
}

.ev__product-sidebar-cta .ev__product-count h5 {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 15px;
  color: #fff;
}

body:not(.home) .ev__header {
  position: relative;
  background: #000;
}

.ev_singel-banner .ev__hero-wrap {
  position: static;
  transform: inherit;
}

.ev_singel-banner {
  background: #d0d0d0;
  padding: 25px 0;
}

.ev_producdetails-right h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

.ev_producdetails-right .woocommerce-product-details__short-description {
  padding-bottom: 15px;
}

.ev_producdetails-right .product_meta .sku_wrapper {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  color: rgba(70, 70, 70, 1);
}

.ev_producdetails-right .product_meta .sku_wrapper .sku {
  font-weight: 400;
}

.ev_producdetails-right .product_meta .posted_in {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 800;
  color: rgb(40 39 39);
}

.ev_producdetails-right .product_meta .posted_in a {
  font-weight: 400;
  margin-right: 8px;
  color: #1e1e1ebd;
}

.ev_producdetails-right .product_meta .posted_in a:hover {
  color: var(--clr-accent);
}

.list_content_description .table_design .table_row:first-child .table_col p {
  color: rgba(99, 35, 0, 1);
}

.ev_producdetails-right .product_meta {
  padding-bottom: 20px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 13px !important;
  padding: 16px 32px !important;
  border-radius: 0 !important;
  position: relative !important;
  background: var(--clr-accent) !important;
  overflow: hidden !important;
  height: 51px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 32px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
  height: 100%;
  background-color: #f8d2b3 !important;
  padding: 10px 17px !important;
  letter-spacing: 1.5px;
  font-size: 12px !important;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #000;
  border-color: var(--clr-accent);
  padding: 12px !important;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 25px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--clr-accent) !important;
  color: #fff !important;
}

.woocommerce .woocommerce-ordering {
  margin: 0 !important;
  float: unset !important;
  height: 32px;
}

.woocommerce .woocommerce-ordering select {
  padding: 0 20px 0 0;
  border: none;
  font-size: 15px;
  color: var(--clr-accent);
  font-weight: 600;
  text-transform: capitalize;
  background-color: transparent;
  margin-left: 15px;
}

.woocommerce .woocommerce-ordering select option {
  font-weight: 500;
}

.comment-form-rating {
  display: flex;
  gap: 15px;
  align-self: center;
}

.comment-form-rating p {
  margin-bottom: 0;
  line-height: 0;
}

.comment-form-rating p span a {
  color: #ffdc21;
}

.comment-form-rating p span:hover a {
  color: #ffdc21;
}

.ev_product-details-tabs .wc-tabs-wrapper {
  position: relative;
  padding: 40px;
  border: 1px solid rgba(180, 180, 180, 1);
  border-radius: 10px;
  margin-bottom: 25px !important;
}

.ev_product-details-tabs .wc-tabs {
  padding: 0 !important;
  border-bottom: 1px solid rgba(180, 180, 180, 1);
  justify-content: center;
  display: flex;
  gap: 15px;
}

.ev_product-details-tabs .woocommerce-tabs ul.tabs li {
  border: none !important;
}

.ev_product-details-tabs .woocommerce-tabs ul.tabs li {
  background-color: inherit !important;
}

.ev_product-details-tabs .woocommerce-tabs ul.tabs li a {
  border-bottom: 1px transparent;
  background: none !important;
  font-family: var(--ff-heading) !important;
  color: #000 !important;
  font-size: 20px;
  font-weight: 500 !important;
}

.ev_product-details-tabs .woocommerce-tabs ul.tabs li a:hover {
  border-bottom: 1px solid var(--clr-accent);
}

.ev_product-details-tabs .woocommerce-tabs ul.tabs li.active a {
  border-bottom: 1px solid var(--clr-accent);
  color: var(--clr-accent);
}

.ev_product-details-tabs .woocommerce-Reviews {
  width: 60%;
}

.ev_product-details-tabs h2 {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
  display: none;
}

.ev_product-details-tabs p {
  font-size: 16px;
  line-height: 27px;
  color: rgba(70, 70, 70, 1);
}

.ev_product-details-tabs .comment-form-comment {
  display: flex;
  align-items: center;
  width: 100%;
}

.ev_product-details-tabs .comment-form-comment label {
  width: 25%;
}

.ev_product-details-tabs .comment-form-comment textarea {
  width: 75%;
  resize: none;
  height: 70px;
}

.ev_product-details-tabs .comment-form-author {
  display: flex;
  align-items: center;
  width: 100%;
}

.ev_product-details-tabs .comment-form-author label {
  width: 23%;
}

.ev_product-details-tabs .comment-form-author input {
  width: 90%;
}

.ev_product-details-tabs .comment-form-email {
  display: flex;
  align-items: center;
  width: 100%;
}

.ev_product-details-tabs .comment-form-email label {
  width: 23%;
}

.ev_product-details-tabs .comment-form-email input {
  width: 90%;
}

.ev_product-details-tabs .form-submit input[type="submit"] {
  display: inline-flex;
  background-color: var(--clr-accent) !important;
  border: 1px solid var(--clr-accent) !important;
  color: var(--clr-white) !important;
  height: 45px !important;
  padding: 9px 20px 7px !important;
  font-family: var(--ff-body);
  font-size: 14px !;
  font-weight: 600;
  border-radius: 5px;
  letter-spacing: 0.8px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  overflow: hidden;
  text-transform: uppercase;
}

.ev_producdetails-right .woocommerce-breadcrumb a {
  padding: 0 10px !important;
  color: #000 !important;
}

.ev_producdetails-right .woocommerce-breadcrumb a:first-child {
  padding-left: 0 !important;
}

.ev_producdetails-right .woocommerce-breadcrumb a:hover {
  color: var(--clr-accent) !important;
}

.ev__result-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ev__result-count .woocommerce-notices-wrapper {
  display: none;
}

.ev__product-img-wrap {
  position: relative;
  overflow: hidden;
}

.ev__product-img-wrap img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.ev__product-single:hover .ev__product-img-wrap img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.archive_form {
  margin-top: 25px;
}

.archive_form_ev__choose-content {
  padding-bottom: 20px;
}

.archive_form .form-group .form-control {
  height: 50px;
  border: 1px solid #ada8a8;
  color: var(--clr-text-400);
  font-family: var(--ff-body);
  background: transparent;
}

.form-group .form-control {
  box-shadow: none;
}

.ev__productTab-wrap {
  padding-top: 30px;
}

.kickass_field.form_btn_wrapper {
  text-align: center;
}

.sticky_wrapper_box {
  position: sticky;
  top: 120px;
}
.ev__product-head .ev__product-title h4 {
  font-size: 24px;
  margin-bottom: 0;
  height: auto;
}
.ev__product-head .arrow__icon {
  position: relative;
  inset: unset;
}
.arrow__icon {
  width: 52px;
  height: 52px !important;
  display: inline-flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: var(--clr-accent);
  border-radius: 50%;
  border: 4px solid var(--clr-white);
  object-fit: contain;
  align-items: center;
  justify-content: center;
}
.ev__product-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ev__productInner-main .ev__product-title {
  width: 85%;
}

.ev__result-count .woocommerce-ordering {
  display: none;
}

.ev__shopSidebar {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 4;
  padding: 32px 24px;
  border-radius: 12px;
  overflow: hidden;
  color: var(--clr-white);
}

.ev__shopSidebar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 12px;
}

.ev__shopSidebar-title {
  display: flex;
  gap: 17px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}

.ev__shopSidebar-title h4 {
  font-size: 1.75em;
  line-height: 1.36;
}

.ev__shopSidebar .product-categories > .cat-item {
  margin-top: 12px;
}

.ev__shopSidebar .product-categories > .cat-item > a {
  background-color: var(--clr-white);
  background-image: url("../images/productcat-parent-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
  overflow: hidden;
  padding: 12px 16px;
  width: 100%;
  color: #231f20;
}

.ev__shopSidebar .product-categories .cat-item .children {
  position: relative;
  border-radius: 12px;
  background-color: rgba(60, 59, 59, 0.35);
  z-index: 0;
  backdrop-filter: blur(20px);
  padding: 15px 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.625em;
}

.ev__shopSidebar .product-categories .cat-item .children::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 3px;
  /* stroke width */
  background: linear-gradient(
    to right,
    rgba(231, 231, 231, 1) 0%,
    rgba(231, 231, 231, 0) 50%,
    rgba(231, 231, 231, 1) 98%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.ev__shopSidebar .product-categories .children > .cat-item {
  flex: 0 0 auto;
  width: 47%;
  border-radius: 8px;
}

.ev__shopSidebar .product-categories .children > .cat-item.active {
  background-color: rgb(86 86 86);
}

.ev__shopSidebar .product-categories .children > .cat-item a {
  color: var(--clr-white);
  /*! height: auto; */
  font-size: 15px;
  padding: 10px;
  border-bottom: none !important;
}

.top-cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.ev__productInner-top-categories {
  margin-bottom: 30px;
}

.top-cat-list .top-cat-item {
  flex: 0 0 auto;
  width: 24%;
}

.top-cat-link {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

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

.top-cat-link h6 {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--clr-white);
  font-size: 20px;
  width: 90%;
  text-align: center;
  font-family: var(--ff-menu);
}

.innerbanner ul li {
  font-family: var(--ff-menu);
}

.innerbanner h1 {
  font-family: var(--ff-menu);
}

.ev__product-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ev__product-head .arrow__icon {
  position: relative;
  inset: unset;
}

.ev__product-head .ev__product-title h4 {
  font-size: 24px;
  margin-bottom: 0;
  height: auto;
}
.ev__contact-left .ev__img img {
  height: 100%;
}
.ev__img img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.form-group {
  margin-bottom: 15px;
}

.ev__contact-form .form-group .form-control {
  border-bottom: 1px solid #767676;
  border-radius: 0;
  padding-left: 0;
}
.form-group .form-control {
  box-shadow: none;
}
.form-group .form-control {
  border: none;
  height: 50px;
  font-size: 14px;
  padding: 12px 15px;
  padding-left: 15px;
}
.ev__contact-main textarea.form-control {
  height: 80px !important;
}
.form-group .form-control {
  box-shadow: none;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-weight: normal;
  display: block;
  font-size: 14px;
}
.ev__contact .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid #000 !important;
}
.ev__header .offcanvas {
  height: 100vh;
}
.ev__singel-product-page .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid #c2c2cc !important;
}
.ev__vechicle-cta.ev__vechicle-cta-2::before {
  display: none;
}
.ev__vechicle-cta.ev__vechicle-cta-2 .ev__vechicle-cta-box {
  top: 50px;
  bottom: unset;
}
.ev__vechicle-cta.ev__vechicle-cta-2 .ev__vechicle-cta-content {
  backdrop-filter: blur(19px);
  background: rgba(255, 255, 255, 0.2);
}
.ev__vechicle-cta-content::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: top;
  width: 50px;
  height: 50px;
  z-index: 9;
  border: 2px solid #ffba08;
  border-left: transparent;
  border-bottom: transparent;
}
.ev__vechicle-cta-content::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: top;
  width: 50px;
  height: 50px;
  z-index: 9;
  border: 2px solid #ffba08;
  border-right: transparent;
  border-top: transparent;
}
.ev__footer-list.ev__footer-list-contact li {
  padding-left: 0;
  display: flex;
}

/* modal */
.ev__vheicle-modal.modal {
  z-index: 99999;
  margin: 0 auto;
}
.ev__vheicle-modal textarea {
  resize: none;
  min-height: 100px;
  height: 100px;
  font-size: 14px;
}
.ev__vheicle-modal .modal-footer {
  border: none;
  justify-content: flex-start;
  margin: 0;
  padding-top: 0;
}
.ev__vheicle-modal .modal-content {
  background: #f2f2f2;
  border: none;
  overflow: hidden;
}

.ev__vheicle-modal .btn-close {
  opacity: 1;
  background-color: #ffba08;
  box-shadow: 2px 1px 2px 4px #0000000f;
}
.form-ev-check {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  height: 100%;
  border: 1px solid #dee2e6;
}
.form-ev-check span {
  font-weight: 500;
  margin-right: 10px;
  margin-left: 0;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-ev-check label {
  padding: 8px 0;
}
.form-ev-check input {
  margin-right: 5px;
}
   @media (min-width:991px) {
        .ev__header-nav .dropdown-toggle+.caret {
            display: none !important
        }

        .ev__header-nav .nav-item.dropdown {
            position: unset !important
        }

        .ev__header-nav .nav-item.dropdown .dropdown-menu {
            display: flex !important;
            width: calc(99vw);
            text-align: center;
            left: 50%;
            flex-wrap: wrap;
            height: auto;
            overflow-y: unset;
            padding: 2% 5% !important;
            border-radius: 15px 15px 0 0 !important;
            margin: 0;
        }

        .ev__header-nav .menu-item-has-children.dropdown .dropdown-menu {
            background-color: var(--clr-blue-100);
            border-radius: 0;
            border-bottom: 2px solid var(--clr-primary);
            top: 100%;
            visibility: hidden;
            display: block;
            transform-origin: 50% 0;
            -webkit-transform: perspective(3000px) rotateX(-90deg) translate(-50%);
            -moz-transform: perspective(3000px) rotateX(-90deg) translate(-50%);
            -ms-transform: perspective(3000px) rotateX(-90deg) translate(-50%);
            -o-transform: perspective(3000px) rotateX(-90deg) translate(-50%);
            transition: all .3s ease-in-out;
            border: none !important;
            padding: 0;
            box-shadow: 1px 1px 20px rgba(0, 0, 0, .14);
            background-color: #f7f7f7
        }

        .ev__header-nav .menu-item-has-children.dropdown:hover .dropdown-menu {
            visibility: visible;
            display: unset;
            transition: all .3s ease-in-out;
            opacity: 1;
            -webkit-transform: translate(-50%);
            -moz-transform: translate(-50%);
            -ms-transform: translate(-50%);
            -o-transform: translate(-50%)
        }

        .ev__header-nav ul:not(.dropdown-menu) .nav-item {
            padding: 0 3px;
            display: flex;
            align-items: center;
            color: #000 !important;
            position: relative
        }

        .ev__header-nav .dropdown .dropdown-menu .nav-item {
            padding: 0;
            width: 20%;
            flex: 0 0 auto;
            border-right: 1px solid #f2f2f2;
            text-align: center;
            justify-content: center;
            text-align: center;
        }

        .ev__header-nav .dropdown .dropdown-menu .nav-item .nav-link {
            background: transparent;
            -webkit-text-fill-color: #000;
        }

        .ev__header-nav .dropdown .dropdown-menu .nav-item .nav-link img {
            width: 100%;
            margin: 0 auto 12px;
            height: 100px;
            object-fit: contain;
        }

        .sub-menu-toggle {
            display: none;
        }

        .dropdown-toggle::after {
            display: none;
        }

        .ev__header-nav .industrila-vehicles-menu.nav-item.dropdown .dropdown-menu {
            display: flex !important;
            height: 450px;
            justify-content: space-between;
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item {
            margin-bottom: 0px;
            width: 35%;
            justify-content: start;
            border: none;
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item:nth-child(even) {
            text-align: right;
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item:nth-child(even) .nav-link {
            justify-content: end;
            margin-left: auto;
            flex-direction: row-reverse;
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item .nav-link::before {
            display: none !important;
        }

        /* .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item:last-child {
            margin-bottom: 0;
       } */

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item .nav-link {
            display: flex;
            gap: 10px;
            padding: 10px 15px;
            border-radius: 5px;
            background: transparent;
            font-size: 12px !important;
            align-items: center;

        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item .nav-link p {
            font-size: 10px !important;
            line-height: 18px;
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item .nav-link .icon {
            width: 25px;
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item:hover .nav-link {
            background: #fff;
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item.active .nav-link {
            background: #fff;
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item .sub-dropdown-menu {
            display: flex !important;
            gap: 20px;
            flex-wrap: wrap;
            justify-content: space-between;
            position: absolute;
            width: 45%;
            left: 50%;
            top: 0;
            padding: 30px 15px;
            opacity: 0;
            background: #f7f7f7;
            transition: all 0.5s ease-in-out;
            box-shadow: inherit;
            transform: translateX(-50%);
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item .sub-dropdown-menu .nav-item {
            width: 30%;
            text-align: center;
            justify-content: center;
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item .sub-dropdown-menu .nav-item .nav-link {
            flex-direction: column;
            background: none !important;
            padding: 0;
            font-size: 13px !important;
            margin: 0;
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item .sub-dropdown-menu .nav-item .nav-link:hover {
            background: none;
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item .sub-dropdown-menu .nav-item .nav-link img {
            height: 100px !important;
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item.active .sub-dropdown-menu {
            opacity: 1;
            z-index: 1;
            transition: all 0.5s ease-in-out;
        }

        .ev__header-nav .industrila-vehicles-menu>.dropdown-menu>.nav-item:hover .sub-dropdown-menu {
            opacity: 1;
            z-index: 1;
            transition: all 0.5s ease-in-out;
        }

        .ev__header-nav .industrila-vehicles-menu .dropdown-menu .nav-item .nav-link .icon img {
            width: 40px;
            height: 40px;
            margin: 0;
            filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(193deg) brightness(99%) contrast(99%);
        }

        .tunnel .ev__header {
            position: fixed !important;
            width: calc(100% - 14px);
            left: 0;
            top: 7px;
            z-index: 99;
            padding: 10px 0;
            background: linear-gradient(to top, #0000 0%, #000000a6 100%) !important;
            right: 0;
            margin: 0 auto;
            border-radius: 15px;
        }

        .tunnel .ev__header.fixed-top {
            top: 0;
            background: linear-gradient(to top, #000 0%, #000 100%) !important;
            padding: 0;
        }

        .mining .ev__header {
            position: fixed !important;
            width: calc(100% - 14px);
            left: 0;
            top: 7px;
            z-index: 99;
            padding: 10px 0;
            right: 0;
            margin: 0 auto;
            border-radius: 15px;
            background: transparent !important;
        }

        .mining .ev__header.fixed-top {
            top: 0;
            background: linear-gradient(to top, #000 0%, #000 100%) !important;
            padding: 0
        }
    }
    /* 25.11.25 add */
    .ev__vheicle-modal .ev_form-group .form-label{
      display: none ;
    }

.ev__footer-list p{
  margin-left: 5px;
}

.ev__vheicle-modal .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  color: #fff;
  padding: 0px ;
  font-size: 16px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(209, 213, 219, 0.88);
  border-radius: 6px;
  cursor: pointer;
}

.ev__vheicle-modal .wpcf7-checkbox .wpcf7-list-item input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.ev__vheicle-modal .wpcf7-checkbox .wpcf7-list-item:has([type="checkbox"]:checked),
.ev__vheicle-modal .wpcf7-checkbox .wpcf7-list-item:has([type="radio"]:checked) {
  background-color: rgba(255, 186, 8, 1);
  border: 1px solid rgba(255, 186, 8, 1);
}


.ev__vheicle-modal .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
  font-family: var(--paragraph-font);
  color: #828282;
}

.ev__vheicle-modal .wpcf7-checkbox .wpcf7-list-item:has([type="checkbox"]:checked) .wpcf7-list-item-label,
.ev__vheicle-modal .wpcf7-checkbox .wpcf7-list-item:has([type="radio"]:checked) .wpcf7-list-item-label {
  color: #000;
}
.ev_form-group .wpcf7-form-control-wrap input.form-control{
  min-height: 45px;
  font-size: 14px;
}
.ev__footer-main{
  padding-bottom: 35px;
}
.ev__vheicle-modal .vechicle__btn{
margin-top: 0;
}
   #menu-our_products{
    column-count: 2;
   } 
    /* 25.11.25 close */
