:root {
  --normal-color: #e00000;
  --normal-hover-color: #ca0000;
  --normal-active-color: #b30000;
  --light-color: #fce6e6;
  --light-hover-color: #fad9d9;
  --light-active-color: #f5b0b0;
  --dark-color: #a80000;
  --dark-hover-color: #860000;
  --dark-active-color: #650000;
  --darker-color: #4e0000;
  --gray: #f2f2f2;
  --gray-100: #d8d8d8;
  --gray-200: #c5c5c5;
  --gray-300: #aaaaaa;
  --gray-400: #999999;
  --gray-500: #808080;
  --gray-600: #747474;
  --gray-700: #5b5b5b;
  --gray-800: #464646;
  --gray-900: #363636;
  --gray-1000: #838e9e;
  --black-50: #e6e6e6;
  --black-100: #b0b0b0;
  --black-200: #8a8a8a;
  --black-300: #545454;
  --black-400: #333333;
  --black-500: #000000;
  --black-600: #939399;
  --black-700: #8e8e8e;
  --black-800: #111111;
  --black-900: #616161;
  --black-1000: #061c3d;
}

html,
body {
  -webkit-font-smoothing: antialiased; /* WebKit/macOS */
  -moz-osx-font-smoothing: grayscale; /* Firefox/macOS */
  text-rendering: optimizeLegibility;
  font-synthesis: none; /* don’t fake bold/italic */
}
/* @font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.googleapis.com/css2?family=Lexend:wght@600&display=swap);
} */
/* @font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Lexend/Lexend-Regular.ttf);
} */
/* Lexend Thin */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Lexend/Lexend-Thin.woff2") format("woff2"),
    url("../fonts/Lexend/Lexend-Thin.woff") format("woff"),
    url("../fonts/Lexend/Lexend-Thin.ttf") format("truetype");
}

/* Lexend ExtraLight */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Lexend/Lexend-ExtraLight.woff2") format("woff2"),
    url("../fonts/Lexend/Lexend-ExtraLight.woff") format("woff"),
    url("../fonts/Lexend/Lexend-ExtraLight.ttf") format("truetype");
}

/* Lexend Light */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Lexend/Lexend-Light.woff2") format("woff2"),
    url("../fonts/Lexend/Lexend-Light.woff") format("woff"),
    url("../fonts/Lexend/Lexend-Light.ttf") format("truetype");
}

/* Lexend Regular */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lexend/Lexend-Regular.woff2") format("woff2"),
    url("../fonts/Lexend/Lexend-Regular.woff") format("woff"),
    url("../fonts/Lexend/Lexend-Regular.ttf") format("truetype");
}

/* Lexend Medium */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Lexend/Lexend-Medium.woff2") format("woff2"),
    url("../fonts/Lexend/Lexend-Medium.woff") format("woff"),
    url("../fonts/Lexend/Lexend-Medium.ttf") format("truetype");
}

/* Lexend SemiBold */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Lexend/Lexend-SemiBold.woff2") format("woff2"),
    url("../fonts/Lexend/Lexend-SemiBold.woff") format("woff"),
    url("../fonts/Lexend/Lexend-SemiBold.ttf") format("truetype");
}

/* Lexend Bold */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Lexend/Lexend-Bold.woff2") format("woff2"),
    url("../fonts/Lexend/Lexend-Bold.woff") format("woff"),
    url("../fonts/Lexend/Lexend-Bold.ttf") format("truetype");
}

/* Lexend ExtraBold */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Lexend/Lexend-ExtraBold.woff2") format("woff2"),
    url("../fonts/Lexend/Lexend-ExtraBold.woff") format("woff"),
    url("../fonts/Lexend/Lexend-ExtraBold.ttf") format("truetype");
}

/* Lexend Black */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Lexend/Lexend-Black.woff2") format("woff2"),
    url("../fonts/Lexend/Lexend-Black.woff") format("woff"),
    url("../fonts/Lexend/Lexend-Black.ttf") format("truetype");
}
.topheader {
  font-family: "Lexend", sans-serif !important ;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 400;
  line-height: 28.17px;
  color: white;
  text-align: left;
}

.Redcommoncolor {
  color: var(--normal-active-color);
}
.autoplanttop {
  margin-top: 40px;
}
.bgdark {
  background-color: var(--black-500);
}
.cardtitle {
  font-family: "Lexend", sans-serif !important ;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: var(--black-600);
}

.header-area.style-2 .menu-wrap .main-menu ul > li > a {
  font-family: "Lexend", sans-serif !important ;
  /* font-size: clamp(16px, 1.3889vw, 20px); */
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.productsubmenu li > a {
  font-family: Lexend;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #000;
}

.bannerh1 {
  font-family: "Lexend", sans-serif !important ;
  font-size: 80px;
  font-weight: 700;
  line-height: 88px;
  /* line-height: 86px; */
  letter-spacing: -0.02em;
  text-align: center;
  color: #000000 !important;
}

.bannerp {
  font-family: "Lexend", sans-serif !important ;
  /* font-size: clamp(18px, 1.6667vw, 24px); */
  /* font-size: clamp(16px, 1.3889vw, 20px); */
  /* font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.012em;
    text-align: center;
    color:#747474; */
  font-weight: 400;
  font-size: clamp(16px, 1.3889vw, 20px);
  line-height: 28px;
  letter-spacing: -1.2%;
  text-align: center;
  color: #363636;
}

.bannerpspan {
  font-size: 16px;
}

.getprimarybtn {
  cursor: pointer;
  color: #ffffff !important;
  font-family: "Lexend", sans-serif !important ;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  background-color: var(--normal-color);
  display: inline-flex;
  align-items: center;
  width: 220px;
  justify-content: center;
  /* padding: 20px; */
  padding: 15px 20px;
  /* border-radius: 4px; */
  border-radius: 32px !important;
  white-space: nowrap;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  /* z-index: 1; */
  z-index: 0;
  /* transition: all .6s */
}
.selectoptionautoplant {
  font-family: "Lexend", sans-serif !important ;
  width: 100%;
  height: 48px;
  top: 26px;
  /* padding: 12px 479px 12px 18px; */
  padding: 12px 5px 12px 18px;
  gap: 8px;
  border-radius: 5px;
  border: 1px solid #e6e8ec !important;
}

.selectlableoptionlable {
  font-family: "Lexend", sans-serif !important ;
  font-size: clamp(18px, 1.6667vw, 24px);
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #464646;
}

.getprimarybtnservices {
  color: #ffffff !important;
  font-family: "Lexend", sans-serif !important ;
  font-size: clamp(16px, 1.3889vw, 20px);
  cursor: pointer;
  font-weight: 500;
  /* line-height: 25px; */
  line-height: 15px;
  text-align: center;
  background-color: var(--normal-color);
  display: inline-flex;
  align-items: center;
  /* padding: 20px; */
  padding: 15px 20px;
  border-radius: 4px;
  white-space: nowrap;

  overflow: hidden;
  position: relative;
  z-index: 1;
}
.getprimarybtn:hover {
  /* background-color: var(--normal-color); */
  /* background-color:  #FCE6E6; */
  background-color: var(--normal-hover-color);
}
.home5-services-section .services-list ul li.active .autoplaydetails-btn a {
  background-color: #ffffff !important;
  border: 2px solid #e00000;
}
.home5-services-section .services-list ul li .details-btn a {
  background-color: #fce6e6 !important;
  border: 0px solid #e00000;
}
.getprimaryarrow {
  color: var(--normal-color);
}

.getprimary-outline-btn {
  /* color: var(--normal-color); */
  color: rgba(0, 0, 0, 1);
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  /* background-color: #ffffff; */
  background-color: transparent;
  /* background-color: #08002a00; */
  display: inline-flex;
  align-items: center;
  /* padding: 20px; */
  /* padding: 15px 20px; */
  padding: 18px 18.5px;
  /* border-radius: 4px; */
  border-radius: 32px;
  white-space: nowrap;
  border: 0px solid rgba(0, 0, 0, 1);
  /* border: 1px solid var(--normal-color); */
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* transition: all .6s */
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1.19px;
  text-underline-offset: 2px;
}

.getprimary-outline-btnservices {
  color: var(--normal-color);
  font-family: "Lexend", sans-serif !important ;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  /* background-color: #ffffff; */
  background-color: #08002a00;
  display: inline-flex;
  align-items: center;
  /* padding: 20px; */
  padding: 15px 20px;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid var(--normal-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* transition: all .6s */
}
.getprimary-outline-btnservices .bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  line-height: 0px !important;
}
.industrysec {
  background-color: #08002a00;
  padding: 0 0 170px;
}

.btngap {
  gap: 40px;
}

.imgwidth {
  padding: 10.59px 0px 10.61px 0px;
  gap: 0px;
  width: 72.21px;
  opacity: 0px;
}

.homep {
  font-family: "Lexend", sans-serif !important ;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  /* padding-top: 9px; */
  color: var(--gray-700);
}

.homebg {
  width: 403px;
}
.careerstitle {
  font-family: "Lexend", sans-serif !important ;
  /* font-size: 25.32px; */
  font-weight: 600;
  /* line-height: 33.76px; */
  font-size: clamp(18px, 1.7583vw, 25.32px);
  line-height: clamp(24px, 2.3444vw, 33.76px);
  letter-spacing: -0.012em;
  text-align: center;
  color: white;
}
.careerimageicon {
  width: 63.43px;
  height: 63.43px;
}
.careertitltposition {
  font-family: "Lexend", sans-serif !important;
  /* font-size: 40px; */
  font-weight: 700;
  /* line-height: 48px; */
  font-size: clamp(24px, 2.7778vw, 40px);
  line-height: clamp(32px, 3.3333vw, 48px);
  letter-spacing: -0.02em;
  text-align: left;
  color: #000;
}
.careersubtitle {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px);
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.012em;
  text-align: left;
  color: #000;
}
.careerexp {
  font-family: "Lexend", sans-serif !important;
  /* font-size: 16px; */
  font-weight: 500;
  /* line-height: 24px; */
  font-size: clamp(12px, 1.1111vw, 16px);
  line-height: clamp(18px, 1.6667vw, 24px);
  text-align: left;
  color: #808080;
}
.alldepartment {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.012em;
  text-align: left;
  color: #363636;
}
.form-select:focus {
  border-color: #86b6fe00;
  border: 0px;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0);
}
.careerdetails {
  background: #363636;
  padding: 200px 0 50px;
}
.careerdetaiilshead {
  font-family: "Lexend", sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #ffffff;
}
.careerdetailstitle {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px);
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  /* color: #C5C5C5; */
  color: #454545;
}
.responsibilities {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px);
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: left;
}
.responsibilitiesdetails {
  font-family: "Lexend", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #5b5b5b;
}
.careerformheading {
  font-family: "Lexend", sans-serif !important;
  /* font-size: 40px; */
  font-weight: 700;
  /* line-height: 48px; */
  font-size: clamp(24px, 2.7778vw, 40px);
  line-height: clamp(32px, 3.3333vw, 48px);
  letter-spacing: -0.02em;
  text-align: left;
  color: #363636;
}
.careerformtitle {
  font-family: "Lexend", sans-serif !important;
  font-size: 19.57px;
  font-weight: 400;
  line-height: 27.95px;
  height: 28px;
  text-align: left;
  color: #000000;
}
.careerforminput {
  height: 67.03px;
  gap: 11.18px;
  border-radius: 6.99px;
  border: 1.4px;
  opacity: 0px;
  border: 1.4px solid #e6e8ec;
}

.people-img img:hover {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}
@media (min-width: 1199px) {
  .marginleft {
    margin-left: 40px;
  }
}
.counternumber {
  /* color: #ffffff; */
  /* color: rgba(0, 0, 0, 1) !important; */
  font-family: "Lexend", sans-serif !important ;
  /* font-size: 48px; */
  font-size: 38px;
  font-weight: 500;
  /* line-height: 40px; */
  line-height: 56px;
  letter-spacing: -0.02em;
  text-align: center;
}
.counterpara {
  font-family: "Lexend", sans-serif !important ;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* text-align: left; */
  text-align: center;
  /* color: var(--black-700); */
  color: rgba(54, 54, 54, 1);
}
.cardbody {
  border-radius: 0px 0px 12px 12px;
}
.cardnumber {
  border-radius: 8px 8px 0px 0px;
}
.foldhead {
  font-family: "Lexend", sans-serif !important ;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  /* text-align: left; */
}
.foldpara {
  font-family: "Lexend", sans-serif !important ;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.services-wrap .selvices-tab-autoplant-new {
  width: 1220;
  height: 72;
  /* padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px; */
  /* padding: 8px 12px; */
  /* padding: 12px; */
  padding: 14px 12px;
  gap: 153px;
  border-radius: 80px;
  border-width: 1px;
  background: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}
.services-wrap .selvices-tab-autoplant {
  border: 0px solid #eee;
  /* padding: 45px 30px; */
  /* padding: 45px 25px; */
  padding: 35px 25px;
  width: 100%;
  border-radius: 15px;
  background-color: var(--black-800);
  /* max-height: 500px;  */
  /* max-height: 480px;  */
  max-height: 475px;
  overflow-y: auto;
}
/* Custom scrollbar styles */
.services-wrap .selvices-tab-autoplant::-webkit-scrollbar {
  width: 5px; /* Width of the scrollbar */
}

.services-wrap .selvices-tab-autoplant::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track */
  border-radius: 10px;
}

.services-wrap .selvices-tab-autoplant::-webkit-scrollbar-thumb {
  background: #888; /* Color of the thumb */
  border-radius: 10px;
}

.services-wrap .selvices-tab-autoplant::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the thumb on hover */
}

.autotabsouter {
  /* padding: 16px 20px 16px 20px; */
  /* padding: 16px; */
  /* padding: 11px; */
  display: flex;
  text-align: left !important;
  align-items: center;
  padding: 20px 25px;
  gap: 10px;
  border-radius: 50px;
  background-color: var(--gray-800);
}
.autotabs {
  font-family: "Lexend", sans-serif !important ;
  /* font-size: clamp(16px, 1.3889vw, 20px); */
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: var(--gray-100);
}
.venderdot {
  color: var(--dark-active-color);
}
.autotabslink {
  font-family: "Lexend", sans-serif !important ;
  /* font-size: clamp(16px, 1.3889vw, 20px); */
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  /* text-align: center; */
  text-align: start;
  color: var(--gray-300);
}
.nav-linkauto {
  background-color: #111111;
  border: 0;
  /* padding: 20px 30px; */
  padding: 20px 25px;
}
.vedorcolhead {
  font-family: "Lexend", sans-serif !important ;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  text-align: left;
  color: #ffffff;
}
.vedorcolpara {
  font-family: "Lexend", sans-serif !important ;
  font-size: 16.42px;
  font-weight: 400;
  line-height: 20.52px;
  text-align: left;
  color: var(--gray-700);
}
.blogheading {
  font-family: "Lexend", sans-serif !important ;
  /* font-size: 40px; */
  font-weight: 700;
  /* line-height: 48px; */
  font-size: clamp(24px, 2.7778vw, 40px);
  line-height: clamp(28px, 3.3333vw, 48px);

  letter-spacing: -0.02em;
  color: var(--black-900);
}
.blogtitle {
  font-family: "Lexend", sans-serif !important ;
  /* font-size: 32px; */
  font-weight: 700;
  /* line-height: 40px; */
  font-size: clamp(20px, 2.2222vw, 32px);
  line-height: clamp(28px, 2.7778vw, 40px);

  letter-spacing: -0.02em;
  text-align: center;
}
.widthpartner {
  /* width: 65%!important; */
  width: 70% !important;
}
.contactaddressform {
  font-family: "Lexend", sans-serif !important ;
  font-size: 15.03px;
  font-weight: 400;
  line-height: 22.55px;
  text-align: left;
  color: #ffffff;
}
.contact-form-areas .form-inner label {
  color: var(--black-1000) !important;
  font-family: "Lexend", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px;
}
.contact-form-areas .form-inner input,
.contact-form-area .form-inner textarea {
  font-family: "Lexend", sans-serif !important;
  color: var(--gray-1000) !important;
  font-size: 15.03px !important;
  font-weight: 400 !important;
  line-height: 22.55px;
  text-align: left;
  border: 0.94px solid #e6e8ec !important;
}
.contact-form-areas .form-inner input,
.contact-form-area .form-inner textarea {
  background-color: white;
}

.contacthead {
  font-family: "Lexend", sans-serif !important;
  font-size: 33.82px;
  font-weight: 700;
  line-height: 41.33px;
  letter-spacing: -0.02em;
  color: white;
}
.contactparatext {
  font-family: "Lexend", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--gray-500);
  text-transform: uppercase;
}
.contactparatext2 {
  font-family: "Lexend", sans-serif !important;
  /* font-size: 18.79px; */
  font-size: clamp(14px, 1.3vw, 18.79px);
  font-weight: 400;
  line-height: 26.3px;
  text-align: left;
  color: white;
}
.contactbgicon {
  background: #ffffff14;

  /* padding: 15.03px; */
  padding: 13px;
  gap: 9.39px;

  height: fit-content;
  border-radius: 142.79px;
}
.contactcard {
  position: relative;
  border-radius: 22.55px 0px 0px 22.55px;
  /* padding: 30px 50px; */
  /* padding: 30px 20px 0px 50px; */
  padding: 30px 20px 0px 40px;
}
.iconbg {
  /*background: #FFFFFF14;
    padding: 11.27px;
    gap: 9.39px;
    border-radius: 4.7px;
    */ /*background: #ffffff;
    */
  background: #e00000;
  /*padding: 10px 11.27px;
    */
  padding: 8px 11.27px 11.27px;
  width: 41.33px;
  height: 41.33px;
  gap: 9.39px;
  border-radius: 4.7px;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
}
.iconbg:hover {
  background: #ffffff;
  padding: 10px 11.27px;
  gap: 9.39px;
  border-radius: 4.7px;
}
.iconbg:hover p i {
  /* color: #0B63E5; */
  color: #e00000;
}
.iconbgi {
  /* color: #0B63E5; */
  /* color: #E00000; */
  color: white;
  font-size: 6rem !important;
}
.classfootertitle {
  font-family: "Lexend", sans-serif !important;
  font-size: 15.03px;
  font-weight: 500;
  line-height: 22.55px;
  color: white;
  /* position: relative; */
}

.contactcard::before {
  content: "";
  position: absolute;

  width: 198.92px;
  height: 245.18px;
  top: -44.15px;
  left: 285px;
  gap: 0px;
  border-radius: 10.08px 0px 0px 0px;

  /* background-image: url('assets/');  */
  background-image: url(../img/home/gif.png);
  background-size: cover;
  background-position: center;
  /* z-index: 100000; */
  z-index: 100;
}

.testimonypara {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px) !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  text-align: center;
  color: #111827 !important;
}

.homeauto {
  font-family: "Lexend", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.viceauto {
  font-family: "Lexend", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #4b5563;
}
.prevbtn:hover,
.nextbtn:hover {
  background-color: #e00000 !important;
  border-color: #e00000 !important;
}

.social-areaautoplant li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  color: white;
  width: 33px;
  height: 33px;
  padding: 9px;
  gap: 7.5px;
  border-radius: 27px;
  /* border-radius: 3.75px ;/ */
  opacity: 0px;
  transition: 0.35s;
  background-color: #ffffff1a !important;
}

.social-areaautoplantcontact li a:hover {
  color: #094fb7;
}
.social-areaautoplantcontact li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  color: var(--black-500);
  /* width: 33px;
    height: 33px; */
  width: 44px;
  height: 44px;
  font-size: clamp(16px, 1.3889vw, 20px);
  padding: 9px;
  gap: 7.5px;
  border-radius: 3.75px;
  opacity: 0px;
  transition: 0.35s;
  background-color: white !important;
  box-shadow: 0px 4px 9px 0px #0000002e !important;
}

.homeautoplant {
  font-family: "Lexend", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
}
.autoplantheight {
  /* color: #243752; */
  /* color: #5f89c6;
    margin: 20px 0px; */
  width: 486px;
  border: none;
  border-top: 0.75px solid #243752;
  opacity: 1;
  margin: 20px auto;
  transform: rotate(0deg);
}
.autoplantfooterhead {
  font-family: "Lexend", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 12px !important;
  letter-spacing: 0.01em !important;
  text-align: left;
  text-transform: uppercase !important;
}
.autoplantfooterpara {
  font-family: "Lexend", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  text-align: left;
  color: white;
}
.autoplantfooterlist {
  font-family: "Lexend", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #838e9e !important;
}
.casetitle {
  font-family: "Lexend", sans-serif !important;
  font-size: 18.67px !important;
  font-weight: 500 !important;
  line-height: 26.13px;
  text-align: left;
}

footer .footer-widget .autofootermenu ul li {
  margin-bottom: 10px;
}

.getfooterhead {
  font-family: "Lexend", sans-serif !important;
  /* font-size: 30px!important; */
  font-weight: 700 !important;
  /* line-height: 36px!important; */
  font-size: clamp(20px, 2.0833vw, 30px) !important;
  line-height: clamp(28px, 2.5vw, 36px) !important;
  letter-spacing: -0.02em;
  text-align: left;
}
.getfooter {
  font-family: "Lexend", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  text-align: left;
  color: white;
}

.primary-autoplantbtn {
  color: #ffffff !important;
  font-family: "Lexend", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  /* background-color: #0B63E5!important; */
  background-color: #e00000 !important;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  border-radius: 32px;
  /* border-radius: 4px; */
  white-space: nowrap;
  cursor: pointer;
  /* padding: 17px 28px; */
  padding: clamp(10px, 1.1806vw, 17px) clamp(14px, 1.9444vw, 28px);

  gap: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* transition: all .6s */
}
.primary-autoplantviewbtn {
  color: #ffffff !important;
  font-family: "Lexend", sans-serif !important;

  /* font-size: 10.5px!important;
line-height: 30px!important; */

  font-size: clamp(14px, 1.2vw, 14px) !important; /* scales with viewport */
  line-height: clamp(40px, 3vw, 44px); /* scales with viewport */
  width: 169px;
  height: 40px; /* lets height adjust with line-height */
  text-align: center;
  display: inline-block;

  padding: 0px 15px 0px 15px;
  gap: 6px;
  border-radius: 3.75px;
  border: 1.13px;

  letter-spacing: 0; /* exactly 0% */
  text-transform: capitalize;
  font-weight: 700 !important;
  /* font-weight: 500!important; */
  background-color: #0b62e500 !important;
  display: inline-flex;
  align-items: center;
  /* border-radius: 4px; */
  border-radius: 25px;
  /* border:1px solid #0B63E5!important; */
  border: 1px solid #e00000 !important;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* transition: all .6s */
}

.servicetitle {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px);
  font-weight: 400;
  /* line-height: 30px; */
  line-height: clamp(22px, 2.0833vw, 30px);
  color: #5b5b5b;
}

.servicestitles {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px) !important;
  font-weight: 400 !important;
  line-height: 30px;
  text-align: center;
  color: var(--black-500);
  margin-bottom: 7px;
}

.activeheader {
  border-top: 3px solid #000 !important;
  border-radius: 0px !important;
}
.homedate {
  font-family: "Lexend", sans-serif !important;
  font-size: 14.93px !important;
  font-weight: 500 !important;
  line-height: 22.4px;
  color: white;
  text-align: center;
}
.case-study-card2 .case-content .category-and-title > a {
  /* background-color: #0B63E5!important;
    border: 1px solid #0B63E5; */
  background-color: #e00000 !important;
  border: 1px solid #e00000;
  text-transform: uppercase;
  font-family: "Lexend", sans-serif !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.01em;
  text-align: center;
}
.readmorebtn {
  font-family: "Lexend", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px;
  text-align: center;
}
.servbtn {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(16px, 1.3889vw, 20px) !important;
  font-weight: 500 !important;
  line-height: 25px !important;
  text-align: center;
}

.addonservicepara {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px);
  font-weight: 300;
  line-height: 30px;
  color: #5b5b5b !important;
}
.addonpoints {
  font-family: "Lexend", sans-serif !important;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  /* line-height: 50px; */
  /* font-size: 18.51px!important;
font-weight: 600!important;
line-height: 23.13px; */
  color: #0b0b0b !important;
}
.vendorcollabration {
  font-family: "Lexend", sans-serif !important;
  font-size: 18.09px !important;
  font-weight: 400;
  line-height: 27.14px;
  color: #42526b !important;
}
.vedorclient {
  font-family: "Lexend", sans-serif !important;
  font-size: 15.83px;
  font-weight: 600;
  /* line-height: 22.62px; */
  color: #061c3d;
  margin-bottom: 6px;
}
.vedorclientd {
  font-family: "Lexend", sans-serif !important;
  font-size: 15.83px !important;
  font-weight: 400 !important;
  line-height: 22.62px;
  color: #6a778b;
}
.haveacliend {
  font-family: "Lexend", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19.5px !important;
  text-align: center;
  color: #ffffff;
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  font-weight: 600 !important;
  /* line-height: 2!important; */
}
.contact-form-areas .form-inner input::placeholder,
.contact-form-area .form-inner textarea::placeholder {
  font-family: "Lexend", sans-serif !important;
  font-size: 15.03px;
  font-weight: 400;
  line-height: 22.55px;
  color: #838e9e !important;
}
.contacttitle {
  font-family: "Lexend", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: left;
  color: var(--gray-800);
}
.contactsubtitle {
  font-family: "Lexend", sans-serif !important;
  /* font-size: 56px!important; */
  font-weight: 700 !important;
  /* line-height: 60px; */
  font-size: clamp(32px, 3.8889vw, 56px) !important;
  line-height: clamp(36px, 4.1667vw, 60px);
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--black-500) !important;
}
.contactbackground {
  background-color: var(--gray);
}
.contactwithus {
  font-family: "Lexend", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}
.contactmail {
  font-family: "Lexend", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: var(--gray-600);
  text-transform: uppercase;
}
.contactmails {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px);
  font-weight: 500;
  /* line-height: 32px; */
  line-height: 15px;
  color: var(--black-500);
}
.contactmailsnew {
  font-family: Lexend;
  font-weight: 500;
  /* font-size: 18px;
    line-height: 26px; */
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: clamp(20px, 1.8056vw, 26px);
  letter-spacing: 0%;
  color: var(--black-500);
}
.contactmailpara {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 400;
  line-height: 28px;
}

.contactheading {
  font-family: "Lexend", sans-serif !important;
  /* font-size: 40px!important; */
  font-weight: 700 !important;
  /* line-height: 48px; */
  font-size: clamp(24px, 2.7778vw, 40px) !important;
  line-height: clamp(32px, 3.3333vw, 48px);

  letter-spacing: -0.02em;
  color: var(--black-500);
}
.contactformheading {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px);
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: var(--gray-800);
}
.contactformpara {
  font-family: "Lexend", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: var(--gray-600);
}
.contact-form-areas {
  /* padding: 30px 40px!important; */
  padding: 0px 40px !important;
  /*border-radius: 24px!important;
     */
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
.contactlocationtitle {
  font-family: "Lexend", sans-serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: var(--black-500);
}
.contactparaheader {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 500;
  line-height: 28px;
}
.contactlocationmap {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 500;
  line-height: 28px;
}
.contactaddressp {
  font-family: "Lexend", sans-serif !important;
  /* font-size: 18px; */
  font-weight: 400;
  /* line-height: 26px; */
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: clamp(20px, 1.8056vw, 26px);

  text-align: left;
  color: var(--gray-500);
}
.contactaddresspara {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px);
  font-weight: 700 !important;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: left;
}
.contactbottomhead {
  font-family: "Lexend", sans-serif !important;
  /* font-size: 40px;
font-weight: 700;
line-height: 48px; */
  font-size: clamp(28px, 2.7778vw, 40px);
  font-weight: 700;
  line-height: clamp(36px, 3.3333vw, 48px);
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--black-500);
}
.contactbottompara {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 400;
  line-height: clamp(18px, 1.9444vw, 28px);
  text-align: left;
  color: var(--black-500);
}
.padcareer {
  padding: 32px 0px 0px 0px;
}
@media (min-width: 1200px) and (max-width: 1425px) {
  .header-area.style-2 .menu-wrap .main-menu ul > li > a {
    font-size: 18px;
  }
  .header-area.style-2 .menu-wrap {
    padding: 0 10px 0 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1340px) {
  .header-area.style-2 .menu-wrap .main-menu ul > li > a {
    font-size: 16px !important;
  }
  .header-area.style-2 .menu-wrap .main-menu ul > li {
    padding: 4px 14px;
  }
  .header-area.style-2 .menu-wrap .main-menu ul > li > a {
    padding: 4px 1px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .autotabs {
    font-family: "Lexend", sans-serif !important;
    /* font-size: 17px; */
    font-size: 16px;
  }
  .autotabsouter {
    /* padding: 15px 15px; */
    padding: 15px 10px;
  }
  .nav-linkauto {
    padding: 15px 20px;
  }
  .haveacliend {
    font-family: "Lexend", sans-serif !important;
    font-size: 14.6px !important;
    font-weight: 400 !important;
    line-height: 19.5px !important;
    text-align: center;
    color: #ffffff;
  }
  .autoplantmenulist li a.active {
    /* margin: 0 5px !important; */
    margin: 0 0px !important;
  }
  .bannerh1 {
    font-family: "Lexend", sans-serif !important;
    font-size: 71px;
  }
}
.abtcardblog .card-body {
  /* padding: 24px 31px; */
  padding: clamp(16px, 2vw, 24px) clamp(20px, 3vw, 31px);
}

@media (min-width: 1360px) and (max-width: 1389px) {
  @media (min-width: 1200px) and (max-width: 1389px) {
    .header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu {
      top: 30px;
    }
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .pb-50 {
    padding-bottom: 30px;
  }
  .bannerh1 {
    font-family: "Lexend", sans-serif !important;
    font-size: 71px;
  }
  .nav-linkauto {
    /* padding: 20px 2px; */
    padding: 11px 2px;
  }
  .case-study-card2 .case-content .category-and-title h4 a {
    font-size: 18px !important;
  }
  .autotabs {
    font-size: 17px !important;
    padding: 11px 18px !important;
  }
  .autotabsouter {
    /* padding: 11px 8px; */
    padding: 11px 18px;
  }
  .primary-btnautoplant {
    padding: 17px 20px !important;
  }
  .auplantpvc {
    font-size: clamp(16px, 1.3889vw, 20px) !important;
  }
  .timelinetest,
  .timelinetestspan {
    font-size: 21px !important;
  }
  .advhead {
    /* font-size: 38px!important; */
    font-size: clamp(20px, 2.6389vw, 38px) !important;
  }
  .counterpara {
    font-family: "Lexend", sans-serif !important ;
    /* font-size: 11px; */
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* text-align: left; */
    text-align: center;
    color: var(--black-700);
  }
  .autoplantborder {
    padding: 12px;
  }

  .counternumber {
    color: #ffffff;
    font-family: "Lexend", sans-serif !important;
    /* font-size: 45px; */
    /* font-weight: 700; */
    font-weight: 500;
    /* line-height: 56px; */
    /* font-size: clamp(28px, 3.125vw, 45px);  */
    /* font-size: clamp(28px, 3.125vw, 45px);  */
    font-size: clamp(28px, 3.125vw, 45px);
    line-height: clamp(36px, 3.8889vw, 56px);
    letter-spacing: -0.02em;
    text-align: center;
  }
  .header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu {
    top: 50px;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .advhead {
    font-size: 25px !important;
  }
  .primary-btnautoplant {
    color: #ffffff !important;
    font-family: "Lexend", sans-serif !important;
    font-size: 15px;
    display: flex;
    justify-content: center;
    width: 170px;
  }
  .header-area.style-2 .menu-wrap .main-menu ul > li i {
    font-size: 9px;
  }
  .header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu {
    top: 50px;
  }
  .services-wrap .selvices-tab-autoplant {
    border: 0px solid #eee;
    padding: 25px 30px;
    width: 100%;
    border-radius: 15px;
    background-color: var(--black-800);
  }
  .autotabs {
    font-family: "Lexend", sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: var(--gray-100);
  }
  .nav-linkauto {
    background-color: #111111;
    border: 0;
    /* padding: 20px 30px; */
    padding: 10px 15px;
  }
  .autotabslink {
    font-family: "Lexend", sans-serif !important;
    /* font-size: clamp(16px, 1.3889vw, 20px); */
    font-size: 15px;
  }
  .getprimarybtnservices {
    color: #ffffff !important;
    font-family: "Lexend", sans-serif !important;
    font-size: 16px;
  }
  .autotabsouter {
    padding: 10px 15px;
  }
}
.abtform .form-inner {
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* background: #0d1720; */
  background: var(--gray);
  display: flex;
  align-items: center;
  height: 60px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* padding: 11px 852px 11px 18px; */
  border-radius: 5px;
}

.abtform .form-inner input {
  width: 100%;
  color: #cacaca;
  font-family: var(--font-montserrat);
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border: none;
}

.abtform .form-inner button {
  border: none;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: var(--primary-color) */
  background-color: #e00000;
}
.aboutblogicon {
  width: 17.1px;
  height: 17.29px;
  /* top: 2.63px; */
  left: 2.75px;
  gap: 0px;
  opacity: 0px;
  color: #b4bbc5;
}
.aboutblogpara {
  font-family: "Lexend", sans-serif !important;
  font-size: 16.91px;
  font-weight: 500;
  line-height: 24.43px;
  text-align: left;
  color: var(--gray-600);
}
.blogclient {
  font-family: "Lexend", sans-serif !important;
  font-size: 15.03px;
  font-weight: 500;
  line-height: 2.55px;
  text-align: left;
  color: var(--black-1000);
}
.blogclientd {
  font-family: "Lexend", sans-serif !important;
  font-size: 13.15px;
  font-weight: 400;
  line-height: 1.79px;
  text-align: left;
  color: #42526b;
}
.blogcount {
  font-family: "Lexend", sans-serif !important;
  font-size: 15.03px !important;
  font-weight: 500 !important;
  line-height: 22.55px;
  text-align: center;
  color: var(--black-1000);
}
.blogcountspan {
  font-family: "Lexend", sans-serif !important;
  font-size: 15.03px !important;
  font-weight: 400 !important;
  line-height: 22.55px;
  text-align: center;
  color: var(--black-1000);
}
.cardblogborder {
  border: 0.94px solid #e6e8ec !important;
  border-radius: 15.03px;
}

.clientdetails {
  /* padding: 16px; */
  gap: 10px;
  border-radius: 150px !important;
}
.sliderblog .slider-btn {
  background-color: var(--gray) !important;
}
.sliderblog .slider-btn:hover {
  color: var(--gray) !important;
}
.abtcardblog {
  border-radius: 19.68px;
  width: 347.65px !important;
  /* height: 327.98px!important; */
  /* height: 500px!important; */
  /* height: 400px!important; */
  /* height: 320px!important; */
  height: 300px !important;
  gap: 0px;
}
.cardfooterimg {
  /* width:90px!important; */
  /* height: 40px; */
  /* height: auto; */
  height: 39px;
  width: auto;
  object-fit: contain;
}
.cardbg1 {
  background: #f0f5ff;
}
.cardbg2 {
  background: #fff9ee;
}
.cardbg3 {
  background: #e7f5e8;
}
.cardbg4 {
  /* background: #F5F6F7; */
  background: #f2f2f2;
}
.clientdetails .slider-btn {
  border-radius: 50% !important;
  background-color: #e00000 !important;
}
.clientexparrows {
  color: white !important;
  /* font-size: 32px; */
  font-size: clamp(18px, 2.2222vw, 32px);
}

/* timeline */
.timeline-centered {
  position: relative;
  margin-bottom: 0px;
}

.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  /* background: #f5f5f6; */
  background: #c5c5c5;
  /* left: 50%; */
  /* left: 44.2%; */
  left: 39.2%;
  top: 20px;
  /* bottom: 20px; */
  bottom: 100px;
  margin-left: -4px;
}

.timeline-centered .timeline-entry {
  position: relative;
  /* width: 55%; */
  width: 55.5%;
  float: right;
  margin-bottom: 70px;
  clear: both;
  height: 60px;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
  float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}

.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-time {
  left: auto;
  right: -100px;
  text-align: left;
}

.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-icon {
  float: right;
}

.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}

.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  /* margin-left: -22px; */
  margin-left: -60px;
  /* margin-left: -81px; */
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  /* left: -100px; */
  left: -200px;
  text-align: right;
  /* padding: 10px; */
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}

.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-time
  > span:first-child {
  font-size: 15px;
  font-weight: bold;
}

.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-time
  > span:last-child {
  font-family: "Lexend", sans-serif !important;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  margin-top: -5px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--gray-600);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  display: block;
  /* width: 40px;
    height: 40px; */
  width: 30.04px;
  height: 30.04px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f5f5f600;
  -webkit-box-shadow: 0 0 0 5px #f5f5f600;
  /* box-shadow: 0 0 0 5px #f5f5f600; */
  box-shadow: 20px 0 0 5px #f5f5f600;
  line-height: 40px;
  font-size: 15px;
  float: left;
}

.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-success {
  background-color: #e00000 !important;
  color: #fff;
}
/* timeline */

.autoplantpara {
  text-align: justify;
  margin: 0 20px;
  margin-left: 65px !important;
}
.timelinetestspan {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: left;
}
.timelinetest {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px) !important;
  font-weight: 400 !important;
  line-height: 32px;
  text-align: left;
}

.abttitles {
  font-family: "Lexend", sans-serif !important;
  /* font-size: 40px; */
  font-weight: 700;
  /* line-height: 48px; */
  font-size: clamp(24px, 2.7778vw, 40px);
  line-height: clamp(28px, 3.3333vw, 48px);
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--gray-800);
}
.abtusheading {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--black-500);
}
.aboutussubheading {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(16px, 1.3889vw, 20px) !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  text-align: left;
  color: var(--black-500);
}
.abtusformpara {
  font-family: "Lexend", sans-serif !important;
  /* font-size: 18px!important; */
  font-weight: 400 !important;
  /* line-height: 26px!important; */
  font-size: clamp(14px, 1.25vw, 18px) !important;
  line-height: clamp(20px, 1.8056vw, 26px) !important;
  text-align: left;
  color: var(--gray-600);
}
.abtuscolor {
  width: 263px;
  /* height: 173px; */
  height: auto;
  top: 248px;
  left: 210.86px;
  padding: 18px 1px 18px 1px;
  gap: 10px;
  border: 13px;
  background: #e00000;
  opacity: 0px;
  border: 13px solid #ffffff;
}
.abtusheadingcolor {
  font-family: "Lexend", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: center;
  color: white;
}
.abtusimg {
  width: 331.4px;
  height: 264.44px;
  top: 88px;
}
.abtusimgs {
  width: 331.4px;
  height: 264.44px;
  top: 352.44px;
  gap: 0px;
  border: 13px;
}
.whyautoplant {
  font-family: "Lexend", sans-serif !important;
  /* font-size: 40px; */
  font-weight: 700;
  /* line-height: 48px; */
  font-size: clamp(24px, 2.7778vw, 40px);
  line-height: clamp(32px, 3.3333vw, 48px);
  letter-spacing: -0.02em;
  text-align: center;
  color: white;
}
.aboutustitle {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: var(--gray-600);
}
.teamtritle {
  font-family: "Lexend", sans-serif !important;
  font-size: 18.75px;
  font-weight: 600;
  line-height: 26.26px;
  letter-spacing: -0.012em;
  text-align: left;
  color: var(--black-1000);
}
.teampara {
  font-family: "Lexend", sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.51px;
  text-align: left;
  color: #6a778b;
}
.linkicon {
  width: 41.33px;
  height: 41.33px;
  padding: 11.27px;
  gap: 9.39px;
  border-radius: 4.7px;
  color: #0e76a8;
}
.aboutusjheading {
  font-family: "Lexend", sans-serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--gray-800) !important;
}
.aboutusjtitle {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(18px, 1.6667vw, 24px);
  font-weight: 400;
  line-height: 32px;
  /* text-align: left; */
  text-align: center;
  color: var(--gray-600);
}
.aboutclienttitle {
  font-family: "Lexend", sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--gray-900);
}
.hometitle {
  font-family: "Lexend", sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #616161;
}
.aboutclientpara {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: var(--gray-600);
}
.clientsubhead {
  font-family: "Lexend", sans-serif !important;
  font-family: Lexend;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.012em;
  text-align: left;
}
.clientspansubhead {
  font-family: "Lexend", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #42526b;
}
.clientspancolr {
  color: #e00000 !important;
}
.mindtitle {
  font-family: "Lexend", sans-serif !important;
  /* font-size: 40px; */
  font-weight: 700;
  /* line-height: 48px; */
  font-size: clamp(24px, 2.7778vw, 40px);
  line-height: clamp(30px, 3.3333vw, 48px);
  letter-spacing: -0.02em;
  text-align: center;
  color: white;
}
.mindpara {
  font-family: "Lexend", sans-serif !important;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: var(--gray-400);
}
.minfform .form-inner input {
  font-family: "Lexend", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 26px;
  text-align: left;
  color: #6a778b !important;
}
.casestudy-sliderblog .slick-slide {
  /* width: 400px; */
}
@media (min-width: 1200px) and (max-width: 1398px) {
  .timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    /* margin-left: -22px; */
    /* margin-left: -73px; */
    margin-left: -54px;
  }
  .aboutusjheading {
    font-family: "Lexend", sans-serif !important;
    /* font-size: 35px!important; */
    font-weight: 700 !important;
    /* line-height: 48px; */
    font-size: clamp(20px, 2.4306vw, 35px) !important;
    line-height: clamp(28px, 3.3333vw, 48px);
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--gray-800) !important;
  }
  .casestudy-sliderblog .slick-slide {
    /* width: 375px; */
  }
}
@media (min-width: 1000px) and (max-width: 1198px) {
  .timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    /* margin-left: -22px; */
    margin-left: -63px;
  }
}
@media (min-width: 300px) and (max-width: 999px) {
  .counterpara {
    text-align: center;
  }
  .bannerh1 {
    font-family: "Lexend", sans-serif !important;
    font-size: 60px;
    font-weight: 700;
    /* line-height: 88px; */
    line-height: 70px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000000 !important;
  }
  .testimonypara {
    font-family: "Lexend", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    text-align: center;
    color: #111827 !important;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -50px;
  }
  .timelinetest {
    /* font-size: 21px !important; */
    font-size: 14px !important;
    font-weight: 400 !important;
    /* line-height: 25px; */
    line-height: 16px;
  }
  .timelinetestspan {
    /* font-size: 21px !important; */
    font-size: 14px !important;
    /* line-height: 25px; */
    line-height: 16px;
    font-weight: 700 !important;
  }
  .timeline-centered:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    /* background: #f5f5f6; */
    background: #c5c5c5;
    /* left: 50%; */
    /* left: 44.2%; */
    left: 35.2%;
    top: 20px;
    /* bottom: 20px; */
    bottom: 100px;
    margin-left: -4px;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    /* left: -100px; */
    left: -100px;
    text-align: right;
    /* padding: 10px; */
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .timeline-centered
    .timeline-entry
    .timeline-entry-inner
    .timeline-time
    > span:last-child {
    font-family: "Lexend", sans-serif !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    margin-top: -5px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--gray-600);
  }
  .contactbottompara {
    font-family: "Lexend", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    padding: 0px 30px 0px 0px;
    color: var(--black-500);
  }
  .contactbottomhead {
    font-size: 35px;
  }
  .vedorcolpara {
    font-size: 15.42px;
  }
  .counternumber {
    font-family: "Lexend", sans-serif !important;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .counterpara {
    font-family: "Lexend", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
  }
  .keytitle {
    font-family: "Lexend";
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
  }
  .supplychainheading {
    font-family: Lexend;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: -0.02em;
  }
  .supplychainpara {
    font-family: Lexend;
    font-weight: 400;
    font-size: 12px !important;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    color: #363636;
    text-align: center;
  }
  .pt-15 {
    padding-top: 10px;
  }
  .pb-20 {
    padding-bottom: 10px;
  }
  .autofonts {
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 45px !important;
  }
  .supplychainheading {
    font-family: Lexend;
    font-weight: 700;
    font-style: normal;
    font-size: 25px !important;
    line-height: 45px !important;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 768px) {
  .container-sm {
    max-width: 580px !important;
  }
}
.primaryautoplantabout {
  display: flex;
  padding: 12px 25px !important;
  justify-content: center;
}
.btnhomes {
  width: 80px;
  height: 18px;
  top: 7px;
  left: 59.75px;
  padding: 4.5px 9px 4.5px 9px;
  gap: 7.5px;
  border-radius: 75px;
  opacity: 0px;
  background: #a80000;
}
.btnhomestitle {
  font-family: "Lexend", sans-serif !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 9px;
  letter-spacing: 0.01em;
  text-align: center;
  color: white !important;
  text-transform: uppercase;
}
.footertextall a {
  font-family: "Lexend", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #838e9e !important;
}
.autoplantparas {
  font-family: "Lexend", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #061c3d;
}

.productsubmenu {
  list-style: none !important;
  /* 7/10/2025 */
  box-shadow: 4px 4px 8px 4px rgba(135, 135, 135, 0.1),
    0px 15px 15px 0px rgba(135, 135, 135, 0.09),
    0px 35px 21px 0px rgba(135, 135, 135, 0.05),
    0px 62px 25px 0px rgba(135, 135, 135, 0.01),
    0px 97px 27px 0px rgba(135, 135, 135, 0);
}
ul.productsubmenu > li > a {
  display: block;
  padding: 15px 34px;
  font-family: var(--font-montserrat);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 12px;
  height: 52px;
  letter-spacing: 3px;
  line-height: 1.4;
  /* transition: all .1s ease-out 0s; */
  position: relative;
  border-radius: 0;
  border: none;
  /* -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -ms-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s; */
}
.productsubmenu > li > a {
  /*font-family: 'Lexend', sans-serif !important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 20px!important;
    letter-spacing: -0.015em!important;
    text-align: left!important;
    color: #000000!important;
    padding: 9px 34px !important;
    */
  width: 100%;
  height: 56px;
  border-radius: 12px !important;
  padding: 16px 28px !important;
  /*shorthandfortop/bottom16px,left/right28px*/
  background: #f2f2f2 !important;
  font-family: "Lexend", sans-serif !important;
  /*MakesureLexendisimported*/
  font-weight: 600 !important;
  /*SemiBold*/
  font-style: normal;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: -0.012em !important;
  text-align: start !important;
  color: #464646 !important;
  opacity: 1;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
}
.productsubmenu > li:hover > a {
  /* color: #fff; */
  /* color: black!important;
    width: auto!important;
    height: 52px!important;
    top: 32px!important;
    left: 0.34px!important;
    gap: 0px!important;
    opacity: 0px!important;
    background: #FCE6E6!important;
    border-radius: 0%!important;
    padding: 9px 25px !important; */
  background: linear-gradient(90deg, #d92020 0%, #ff7c7c 100%) !important;
  width: 100%;
  /* height: 56px!important; 7/10/2025 */
  opacity: 1;
  border-radius: 12px;
  padding: 16px 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: start !important;
  gap: 10px;
  border: none;
  cursor: pointer;
  font-family: "Lexend", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: -0.25;
  text-align: center;
  color: #ffffff !important;
}
/* .autoparamenuu{ */
.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li > a.active {
  font-family: "Lexend", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #000000;
}
/* .headeractuive ul>li>a.active{
    border-bottom: 2px solid #E00000!important;
    border-radius: 0!important;
    margin: 0 10px!important;
} */
ul.productsubmenu > li > a::after {
  content: "";
  height: 0px !important;
  width: 0px !important;
  background-color: var(--white-color) !important;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  /* transition: all .1s ease-out 0s; */
  /* -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -ms-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s; */
}
ul.productsubmenu > li > a.active {
  padding: 9px 34px !important;
  display: flex !important;
  align-items: center;
}
ul.productsubmenu > li:hover > a {
  top: 0px !important;
  padding: 9px 34px !important;
}

#videoPlayer {
  object-fit: cover;
  border-radius: 20px;
}
.meneulaline {
  /* width: 183.21px;
height: 0px;
gap: 0px;
border: 0.5px;
border: 0.5px solid #999999 */
  /* display: block; */
  /* margin: 0 auto; */
  /* width: 183.21px;
  height: 0px;
  border-bottom: 0.5px solid #999999;  */
  /* margin-bottom: -2px; */
}

.autohomeimg {
  transform: scale(1.1) !important;
}
.autohomeimgaution {
  transform: scale(1.2) !important;
}
.autohomeimgenroute {
  transform: scale(1.4) !important;
}
@media (max-width: 767px) {
  .contact-form-areas {
    /* padding: 30px 40px !important; */
    padding: 0px 15px !important;
  }
  #submit_form {
    padding: 0px 20px;
  }
  .autohomeimgenroute {
    transform: scale(1) !important;
  }
  .autohomeimg {
    transform: scale(0.9) !important;
  }
}

.tabautos {
  display: grid !important;
  min-height: 100vh !important;
  align-items: center !important;
}

.topheadebrochure {
  font-family: "Lexend", sans-serif !important;
  color: #e00000 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  padding: 16px 28px;
}

.prodcutform {
  font-family: "Lexend", sans-serif !important;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.015em;
  padding: 30px !important;
}
/* .prodcutform option:hover{ */

/* 15-05-2024 */
.selectoptionautoplant option:checked,
.selectoptionautoplant option:hover {
  background-color: #fce6e6;
  padding: 16px 0px 16px 0px;
  gap: 10px;
  height: 222px;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #ffffff !important;
  font-family: "Lexend", sans-serif !important;
  /* border-radius: 5px!important; */
  border-radius: 30px !important;
  /* height: 48px!important; */
  height: 54px !important;
  /* width: 190% !important; */
  width: 200px !important;
  border: 1px solid #e6e8ec !important;
}
.bootstrap-select > .dropdown-toggle {
  font-family: "Lexend", sans-serif !important;
  background-color: #ffffff !important;
  border-radius: 5px !important;
  /* height: 48px!important; */
  height: 100% !important;
  /* width: 190% !important; */
  width: 550px !important;
  border: 0px solid #e6e8ec !important;
  margin: auto 0px;
}
.bootstrap-select > .dropdown-toggle:active {
  width: 550px !important;
  height: 100% !important;
  border: 1px solid transparent !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
.filter-option:focus-visible {
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  font-family: "Lexend", sans-serif !important;
}
.bootstrap-select .bs-ok-default:after {
  color: #219653;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #fce6e6;
}
.bootstrap-select .dropdown-menu li .selected {
  background: #fce6e6;
  color: #000000;
}
.headingfont {
  font-family: "Lexend", sans-serif !important ;
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .abtcardblog {
    width: auto !important;
    /* height: 450px!important; */
    height: 320px !important;
  }
}
@media (min-width: 300px) and (max-width: 1399px) {
  .abtcardblog {
    width: auto !important;
    /* height: 450px!important; */
    height: 320px !important;
  }
}

@media (max-width: 991px) {
  .topheader {
    font-size: 10.6px !important;
    line-height: 17px !important;
  }
  .contactheading {
    font-family: "Lexend", sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px;
  }
  .contactlocationtitle {
    font-family: "Lexend", sans-serif !important;
    font-size: 35px !important;
  }
  .contactbottomhead {
    font-size: 28px;
  }
  .bannerh1 {
    font-family: "Lexend", sans-serif !important;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    padding-top: 30px;
  }
  .autohomeimgaution {
    transform: scale(1) !important;
  }
  .nav-linkauto {
    background-color: #111111;
    border: 0;
    padding: 5px 10px;
  }
  .autotabslink {
    font-family: "Lexend", sans-serif !important;
    /* font-size: clamp(16px, 1.3889vw, 20px); */
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
  }
  .autotabs {
    font-family: "Lexend", sans-serif !important;
    font-size: 15px;
  }
  .autotabsouter {
    padding: 10px 10px;
  }
  .img-22 {
    position: relative;
    width: 100%;
    height: auto;
    right: 1%;
    left: 1%;
  }
  .img-22 {
    transform: scale(1);
  }
  .blogpara {
    font-family: "Lexend", sans-serif !important;
    font-size: 11px !important;
  }
  .advhead {
    font-family: "Lexend", sans-serif !important;
    font-size: 30px;
    font-weight: 500 !important;
    line-height: 40px;
  }
  .contactcard {
    position: relative;
    border-radius: 22.55px;
    /* padding: 30px 50px; */
    /* padding: 30px 20px 0px 50px; */
    padding: 30px 20px 0px 20px !important;
  }
}

.bggray {
  background-color: #d8d8d8;
}

.fonttsize {
  font-size: clamp(16px, 1.3889vw, 20px);
}
.autoplantborder {
  background-color: white;
  justify-content: space-between;
  border-radius: 20px;
  border-width: 4px;
  /* padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px; */
  padding-top: clamp(8px, 0.8333vw, 12px);
  padding-right: clamp(12px, 1.3889vw, 20px);
  padding-bottom: clamp(8px, 0.8333vw, 12px);
  padding-left: clamp(12px, 1.3889vw, 20px);
  border: 4px solid rgba(224, 0, 0, 1);
}
.autoplantstabs.active {
  padding: 12px 16px !important;
  gap: 10px !important;
  border-radius: 32px !important;
  background: rgba(255, 255, 255, 1) !important;
  font-family: Lexend;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: -1.2% !important;
  text-align: center !important;
  color: rgba(0, 0, 0, 1) !important;
}
.autoplantshome {
  font-family: Lexend !important;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0%;
  padding: 0px;
  text-align: center;
  color: rgba(255, 255, 255, 1) !important;
}
.autoplanthometabsubtitle {
  font-family: Lexend;
  font-weight: 600;
  font-size: clamp(18px, 1.6667vw, 24px);
  line-height: 100%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: rgba(116, 116, 116, 1);
}
.autoplanthometabtitle {
  font-family: Lexend;
  font-weight: 700;
  /* font-size: 36px;
line-height: 44px; */
  /* font-size: clamp(24px, 2.5vw, 36px);
line-height: clamp(32px, 3.0556vw, 44px); */
  font-size: clamp(16px, 2vw, 24px);
  line-height: clamp(20px, 2.5vw, 32px);
  /* letter-spacing: -2%; */
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 1);
}
.autoplanthometabpara {
  font-family: Lexend;
  font-weight: 400;
  /* font-size: clamp(16px, 1.3889vw, 20px)!important; */
  /* font-size: clamp(16px, 1.38vw, 20px) !important; */
  font-size: clamp(12px, 1.5vw, 16px) !important;
  line-height: clamp(20px, 2.5vw, 28px);
  line-height: 28px;
  letter-spacing: 0%;
  /* color: rgba(0, 0, 0, 1); */
  color: #5b5b5b;
}
.autoplantlinks {
  font-family: Lexend;
  font-weight: 700;
  /* font-size: clamp(18px, 1.6667vw, 24px); */

  font-size: clamp(12px, 1.5vw, 16px);
  line-height: clamp(18px, 2.2vw, 24px);

  /* line-height: 32px; */
  /* letter-spacing: -2%; */
  letter-spacing: -0.02em;
  color: rgba(224, 0, 0, 1);
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 3px;
  text-underline-offset: 2px;
  text-decoration-thickness: 0%;
}
.autoplantlinks:hover {
  /* text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 3px;
text-decoration-thickness: 0%; */
}
.autoplantlinkbutton {
  width: 200px;
  height: 54px;
  border-radius: 32px;
  gap: 10px;
  background: rgba(224, 0, 0, 1);
  padding: 20px !important;
  font-family: Lexend;
  font-weight: 500;
  font-size: clamp(16px, 1.3889vw, 20px);
  line-height: 50%;
  letter-spacing: 0%;
  text-align: center;
  display: flex; /* enable flex */
  justify-content: center; /* horizontal center */
  align-items: center; /* vertical center */
}
.autoplantbuttonblank {
  width: 200px;
  height: 54px;
  border-radius: 32px;
  border-width: 1px;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 1) !important;
  font-family: Lexend;
  font-weight: 500;
  font-size: clamp(16px, 1.3889vw, 20px);
  /* line-height: 100%; */
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 0, 0, 1) !important;
  line-height: 35px;
  background-color: white;
}
.autoplantbuttonblank:hover {
  width: 200px;
  height: 54px;
  border-radius: 32px;
  border-width: 1px;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 1) !important;
  font-family: Lexend;
  font-weight: 500;
  font-size: clamp(16px, 1.3889vw, 20px);
  /* line-height: 100%; */
  letter-spacing: 0%;
  text-align: center;
  background-color: rgba(0, 0, 0, 1) !important;
  color: #ffffff !important;
  line-height: 35px;
}
.titlesmegaheader:hover {
  background: linear-gradient(90deg, #d92020 0%, #ff7c7c 100%) !important;

  justify-content: space-between;
  border-radius: 12px;
  /* padding-top: 40px;
padding-right: 28px;
padding-bottom: 40px;
padding-left: 28px; */
  /* padding: 15px 13px!important; */
  /* padding: 30px 28px!important; */
  padding: 16px 28px !important;
}
.titlesmegaheader:hover .titlehead {
  color: #ffffff !important;
}
.titlesmegaheader:hover .titlehead i {
  color: #ffffff !important;
}
.titlesmegaheader:hover .titlehead .arrow-img {
  filter: brightness(0) invert(1); /* Makes image appear white */
}

.titlesmegaheader.active .titlehead {
  color: #fff !important;
}
.titlesmegaheader.active .titlehead .arrow-img {
  filter: brightness(0) invert(1); /* Makes image appear white */
}

.titlehead {
  font-family: Lexend;
  font-weight: 500;
  /* font-size: clamp(16px, 1.3889vw, 20px); */
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -1.2% !important;
  text-align: left;
  color: rgba(70, 70, 70, 1);
  display: flex !important;
  justify-content: space-between !important;
}
.custom-arrow-icon {
  font-size: clamp(16px, 1.3889vw, 20px) !important;
  font-weight: 200;
  color: #000000;
  position: absolute;
  top: 4px;
  right: -5px;
  z-index: 999;
  cursor: pointer;
  transition: all 0.5s ease-out;
}

.titlesmegaheader {
  font-family: Lexend;
  font-weight: 600;
  /* font-size: clamp(16px, 1.3889vw, 20px); */
  font-size: 16px !important;
  line-height: 28px;
  letter-spacing: -1.2%;
  text-align: left;
  color: rgba(70, 70, 70, 1);
  background: rgba(242, 242, 242, 1);

  justify-content: space-between;
  border-radius: 12px;
  /* padding: 30px 28px!important; */
  padding: 16px 28px !important;
  /* padding: 20px 18px!important; */
  /* padding: 15px 13px!important; */
  margin: 4px 0px;
}
.headerparas {
  font-family: Lexend;
  font-weight: 600;
  font-size: 13.41px;
  line-height: 20.11px;
  letter-spacing: -1.2%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}
.subtitleheadermenu {
  border-radius: 12px;
  gap: 10px;
  /* padding: 12px 16px; */
  padding: clamp(8px, 0.8333vw, 12px) clamp(10px, 1.1111vw, 16px);

  /* padding: 10px 15px; */
  height: 85px;
  background: rgb(255, 255, 255);
}
.subtitleheadermenu.active {
  border-radius: 12px;
  gap: 10px;
  height: 85px;
  padding: 12px 16px;
  background: rgba(252, 230, 230, 1);
}
/* Target the text inside active menu */
.subtitleheadermenu.active .hraderparatitle {
  color: #e00000;
}
.titlesmegaheader.active {
  background: linear-gradient(90deg, #d92020 0%, #ff7c7c 100%) !important;
  justify-content: space-between;
  border-radius: 12px;
  /* padding: 15px 13px !important; */
  /* padding: 30px 28px !important; */
  padding: 16px 28px !important;
}

.subtitleheadermenu:hover {
  border-radius: 12px;
  gap: 10px;
  height: 85px;
  padding: 12px 16px;
  /* padding: 10px 15px; */

  background: rgba(252, 230, 230, 1);
}
.hraderparatitle {
  font-family: Lexend;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: start;
  color: rgba(0, 0, 0, 1);
}
.subtitleheadermenu:hover .hraderparatitle {
  font-family: Lexend;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: start;
  color: rgba(224, 0, 0, 1);
}
.megaheaderbutton {
  font-family: Lexend;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -1.2%;
  text-align: center;

  border-radius: 32px;
  gap: 10px;
  padding: 6px !important;
  /* padding-top: 11px;
padding-right: 16px;
padding-bottom: 11px;
padding-left: 16px; */
  border-width: 1px;
  border: 1px solid rgba(224, 0, 0, 1);
  color: rgba(224, 0, 0, 1);
  background-color: white;
}
.meagheaderheadings {
  font-family: Lexend;
  font-weight: 600;
  /* font-size: clamp(18px, 1.6667vw, 24px);
line-height: 32px; */
  /* font-size: 21px; */
  font-size: clamp(18px, 1.6667vw, 24px);
  line-height: 32px;
  /* letter-spacing: -1.2%; */
  letter-spacing: -0.012em;
  color: rgba(54, 54, 54, 1);
  /* color: rgba(54, 54, 54, 1); */
  color: #363636;
}
.meagheaderparas {
  font-family: Lexend;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(116, 116, 116, 1);
}
.megamenusidebar {
  height: 100%;
  border-right: 1px solid rgba(197, 197, 197, 1);
}
.megamenusidebarbottom {
  border-bottom: 1px solid rgba(197, 197, 197, 1) !important;
  margin-top: 10px;
}

@media (min-width: 1250px) and (max-width: 1330px) {
  .mega-menu-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 1180px !important;
    height: 580px !important;
  }
  .tabs-menu {
    border-right: 1px solid rgba(197, 197, 197, 1);
    width: 420px !important;
  }
}
@media (min-width: 950px) and (max-width: 1250px) {
  .pb-20 {
    padding-bottom: 10px;
  }
  .mega-menu-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    top: 100px !important;
    background: #fff;
    width: 925px !important;
    height: 580px !important;
  }
  .tabs-menu {
    border-right: 1px solid rgba(197, 197, 197, 1);
    width: 320px !important;
  }
}
.pb-500 {
  padding-bottom: 200px;
}
/* @media(min-width:550px) and (max-width:945px) { */
@media (min-width: 550px) and (max-width: 975px) {
  .autoplanthometabtitle {
    font-family: Lexend;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
  }
  .autoplantlinks {
    font-family: Lexend;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
  }

  .autoplanthometabpara {
    font-family: Lexend;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 28px;
  }
  .autoplanthometabsubtitle {
    font-family: Lexend;
    font-weight: 600;
    font-size: clamp(16px, 1.3889vw, 20px);
  }
  .header-area.style-2 .menu-wrap .main-menu {
    width: 500px !important;
  }
  .tabs-menu {
    border-right: 1px solid rgba(197, 197, 197, 1);
    /* width: 280px!important; */
    width: 480px !important;
  }
  .megamenusidebar {
    height: 100%;
    border-right: 1px solid rgba(197, 197, 197, 1);
    margin: 20px 10px;
  }
  .mega-menu-wrapper {
    visibility: hidden;
    opacity: 0;
    /* position: absolute; */
    top: 100%;
    left: 0;
    background: #fff;
    width: 100% !important;
    /* height: auto!important; */
    height: 580px !important;
    border: 0px solid #ccc;
    z-index: 999;
    /* display: flex; */
    display: contents !important;
    padding: 20px;
    gap: 20px;
    transition: opacity 0.3s ease;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 0px rgba(135, 135, 135, 0.1),
      0px 15px 15px 0px rgba(135, 135, 135, 0.09),
      0px 35px 21px 0px rgba(135, 135, 135, 0.05),
      0px 62px 25px 0px rgba(135, 135, 135, 0.01),
      0px 97px 27px 0px rgba(135, 135, 135, 0);
  }
}
.autoimgg {
  height: 55px !important;
  width: auto !important;
}
@media (min-width: 746px) and (max-width: 845px) {
  .pb-500 {
    padding-bottom: 250px;
  }
  .pt-80 {
    padding-top: 50px;
  }
  .pb-40 {
    padding-bottom: 25px;
  }
  .pt-40 {
    padding-top: 25px;
  }
}
@media (min-width: 250px) and (max-width: 745px) {
  .bootstrap-select > .dropdown-toggle {
    font-family: "Lexend", sans-serif !important;
    background-color: #ffffff !important;
    border-radius: 5px !important;
    height: 95% !important;

    width: 280px !important;
    border: 0px solid #e6e8ec !important;
    margin: auto 0px;
  }
  .autoimgg {
    height: 35px !important;
    width: auto !important;
  }

  .pb-500 {
    padding-bottom: 80px;
  }
  .mega-menu-wrapper {
    visibility: hidden;
    opacity: 0;
    /* position: absolute; */
    top: 100%;
    left: 0;
    background: #fff;
    width: 100% !important;
    /* height: auto!important; */
    height: 580px !important;
    border: 0px solid #ccc;
    z-index: 999;
    /* display: flex; */
    display: contents !important;
    padding: 20px;
    gap: 20px;
    transition: opacity 0.3s ease;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 0px rgba(135, 135, 135, 0.1),
      0px 15px 15px 0px rgba(135, 135, 135, 0.09),
      0px 35px 21px 0px rgba(135, 135, 135, 0.05),
      0px 62px 25px 0px rgba(135, 135, 135, 0.01),
      0px 97px 27px 0px rgba(135, 135, 135, 0);
  }
  .autoplantparas {
    font-family: "Lexend", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #061c3d;
  }
  .tabs-menu {
    border-right: 1px solid rgba(197, 197, 197, 1);
    width: 200px;
    /* border-right: 1px solid #eee; */
    display: flex;
    flex-direction: column;
    padding-right: 10px;
  }
  .titlesmegaheader {
    font-family: Lexend;
    font-weight: 600;
    /* font-size: clamp(16px, 1.3889vw, 20px); */
    font-size: 16px !important;
    line-height: 28px;
    letter-spacing: 0.8%;
    text-align: left;
    color: rgba(70, 70, 70, 1);
    background: rgba(242, 242, 242, 1);
    justify-content: space-between;
    border-radius: 12px;
    /* padding: 40px 28px !important; */
    /* padding: 20px 18px !important; */
    padding: 10px 13px !important;
    margin: 4px 0px;
  }
  .titlehead {
    font-family: Lexend;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -1.2%;
    text-align: left;
    color: rgba(70, 70, 70, 1);
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
  }
  .titlesmegaheader.active {
    background: linear-gradient(90deg, #d92020 0%, #ff7c7c 100%) !important;
    justify-content: space-between;
    border-radius: 12px;
    /* padding: 15px 13px !important; */
    /* padding: 30px 28px !important; */
    padding: 10px 13px !important;
    /* margin: auto; */
  }
  .meagheaderheadings {
    font-family: Lexend;
    font-weight: 600;
    /* font-size: 21px; */
    font-size: clamp(16px, 1.6667vw, 24px);
    line-height: 20px;
    margin-top: 10px;
  }
  .meagheaderparas {
    font-family: Lexend;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 18px;
  }
  .arrow-img {
    width: 25px;
  }
}

.w-20 {
  width: 30px !important;
}
.ocrpara {
  font-family: Lexend;
  font-weight: 700;
  font-size: clamp(18px, 1.6667vw, 24px);
  line-height: 100%;
  letter-spacing: 0%;
}
.text-black {
  color: #000000 !important;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .pb-500 {
    padding-bottom: 240px;
  }
}
@media (min-width: 1250px) and (max-width: 1380px) {
  .contactcard {
    position: relative;
    border-radius: 22.55px 0px 0px 22.55px;
    /* padding: 30px 50px; */
    /* padding: 30px 20px 0px 50px; */
    padding: 30px 10px 0px 22px;
  }

  .autoplantstabs.active {
    padding: 12px 16px !important;
    gap: 10px !important;
    border-radius: 32px !important;
    background: rgba(255, 255, 255, 1) !important;
    font-family: Lexend;
    font-weight: 600 !important;
    /* font-size: 14px !important; */
    font-size: clamp(12px, 1.5vw, 14px) !important;
    line-height: 24px !important;
    letter-spacing: -1.2% !important;
    text-align: center !important;
    color: rgba(0, 0, 0, 1) !important;
  }
  .autoplantshome {
    font-family: Lexend !important;
    font-weight: 500;
    /* font-size: 14px !important; */
    font-size: clamp(12px, 1.5vw, 14px) !important;
    line-height: 20px !important;
    letter-spacing: 0%;
    padding: 0px;
    text-align: center;
    color: rgba(255, 255, 255, 1) !important;
  }
}
.w-80 {
  width: 55px !important;
}
.mailicontact {
  padding: 2px 16px 2px 0px;
}
.custom-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  font-size: 0.95rem;
  color: #5f6368;
  font-weight: 400;
  line-height: 1.5;
}

.custom-checkbox {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.custom-checkbox span {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #5b5b5b;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.custom-checkbox input:checked + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox-label {
  display: block;
  margin-top: 0px;
  line-height: 1.5;
}

.custom-checkbox-label a {
  color: #5f6368;
  text-decoration: none;
}

.custom-checkbox-label a:hover {
  text-decoration: underline;
}
.automodel {
  width: 226.97547912597656px;
  height: 51.794532775878906px;
}
.trusted {
  font-family: Lexend;
  font-weight: 700;
  font-size: clamp(18px, 1.6667vw, 24px);
  leading-trim: NONE;
  line-height: 32px;
  /* letter-spacing: -2%; */
  letter-spacing: -0.02em; /* ~ -2% of the font size */
}
.paralogistics {
  font-family: Lexend;
  font-weight: 400;
  /*font-size: 16px;
line-height: 28px;
letter-spacing: 0%;*/
  text-align: center;
  /* font-size: clamp(14px, 4vw, 20px);
line-height: clamp(24px, 7vw, 32px); */
  font-size: clamp(16px, 1vw, 16px); /* always 16px */
  line-height: 28px; /* fixed */

  letter-spacing: 0; /* keeps exactly 0% spacing */
  color: #5b5b5b;
}
.transformingbtn.active {
  background: linear-gradient(90deg, #ffefef 0%, #ffd4d4 100%);
  /*width: 553px;
    */
  width: 38.4vw;
  height: 78.5451431274414px;
  transform: rotate(0deg);
  opacity: 1;
  gap: 4px;
  border-radius: 46px;
  border: 1px solid #f5b0b0;
  padding: 8px 16px;
  /* padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px; */
  font-family: Lexend;
  /* font-weight: 700; */
  font-weight: 600;
  /*font-size: clamp(18px, 1.6667vw, 24px);*/
  font-size: clamp(16px, 2vw, 20px);
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #e00000 !important;
  text-align: start;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.transformingbtn {
  font-family: Lexend;
  /* font-weight: 700; */
  /* font-size: clamp(18px, 1.6667vw, 24px); */
  /* font-size: clamp(18px, 1.66vw, 24px); */
  font-weight: 600; /* SemiBold */
  font-size: clamp(16px, 2vw, 20px);
  line-height: 32px;
  /* letter-spacing: -2%; */
  letter-spacing: -0.02em;
  color: #e00000;
  padding: 12px 18px;
  text-align: start;
}
.transformingspan {
  margin-left: 8px;
}
#v-pills-transformingsupply .transformingbtn:not(:last-child) {
  /* margin-bottom: 16px; */
  margin-bottom: 8px;
}

.transformingbtn:hover {
  background: linear-gradient(90deg, #ffefef 0%, #ffd4d4 100%);
  color: #e00000 !important;
  border-radius: 46px;
}
.nav-pills .transformingbtn.active,
.nav-pills .show > .transformingbtn {
  background: linear-gradient(90deg, #ffefef 0%, #ffd4d4 100%);
  color: #e00000 !important;
  border-radius: 46px;
}
.supplychain {
  font-family: Lexend;
  font-weight: 600;
  /* font-size: clamp(16px, 1.3889vw, 20px)!important; */
  /* font-size: clamp(16px, 1.38vw, 20px) !important;
line-height: 28px;
letter-spacing: 0%; */
  color: #363636;
  font-size: clamp(14px, 2vw, 16px) !important; /* scales but max 16px */
  line-height: 24px;
  letter-spacing: -0.012em;
}
.supplychainheading {
  /* font-family: Lexend;
font-weight: 700;
font-style: Bold;
font-size: 36px;
line-height: 56px;
letter-spacing: -2%; 
    letter-spacing: -0.02em; */

  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 32px); /* responsive font size */
  line-height: clamp(32px, 6vw, 40px); /* optional responsive line-height */
  letter-spacing: clamp(-0.8px, -0.06vw, -0.64px);
}
.supplychainpara {
  font-family: Lexend;
  /* font-weight: 400;
font-size: 14px!important;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%; */
  /* color: #363636; */
  color: #5b5b5b;
  font-weight: 400;
  font-size: clamp(
    10px,
    1.5vw,
    12px
  ) !important; /* min 10px, scales with viewport, max 12px */
  line-height: clamp(14px, 2vw, 16px); /* responsive line-height */
  letter-spacing: 0em;
}
.autoplantts {
  border-top: 1px solid #e00000;
}
.contactbgs {
  background: linear-gradient(180deg, #fbfbfb 10.92%, #fef6f6 62.99%);
  opacity: 1;
  gap: 255px;
  border-radius: 20px;
  /* padding: 67.64px; */
  padding: 46px 61.86px;
}
.contactcardautoplant {
  background-color: transparent;
  border: 0px;
}
.contactnewtitle {
  font-family: Lexend;
  font-weight: 700;
  font-size: clamp(18px, 1.6667vw, 24px);
  leading-trim: NONE;
  line-height: 32px;
  /* letter-spacing: -2%; */
  letter-spacing: -0.02em;
  color: #e00000;
}
.colored {
  color: #e00000 !important;
}
.autofootercontact {
  background-color: transparent !important;
  border-top: none !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.contactformtitle {
  font-family: Lexend;
  font-weight: 700;
  font-size: clamp(18px, 1.6667vw, 24px);
  leading-trim: NONE;
  line-height: 32px;
  /* letter-spacing: -2%; */
  letter-spacing: -0.02em;
  color: #000000;
  padding-bottom: 11px !important;
}
.pt-20 {
  padding-top: 20px;
}
.pt-15 {
  padding-top: 15px;
}
.autoplant-services {
  width: 537.3046875px;
  height: 216px;
  gap: 24px;
}
.mb-62 {
  margin-bottom: 62px !important;
}
@media (min-width: 745px) and (max-width: 1199px) {
  .pb-500 {
    padding-bottom: 80px;
  }
  footer .footer-widget .widget-title {
    margin-bottom: 20px;
  }
  footer .footer-widget .autofootermenu ul li {
    margin-bottom: 5px;
  }
  .homeautoplant {
    font-family: "Lexend", sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
  }
  .autoplantheight {
    /*color: #243752;
    */
    width: 375px;
    border: none;
    border-top: 0.75px solid #243752;
    opacity: 1;
    margin: 15px auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  .autoplant-services {
    width: 537.3046875px;
    height: auto;
    gap: 24px;
    padding-bottom: 30px;
  }
  .clientdetails {
    padding: 10px 0;
  }
  .transformingbtn.active {
    background: linear-gradient(90deg, #ffefef 0%, #ffd4d4 100%);
    /* width: 553px; */
    width: 30.4vw;
    height: 78.5451431274414px;
  }
  .pb-30 {
    padding-bottom: 20px;
  }
  .pt-20 {
    padding-top: 15px;
  }
  #v-pills-transformingsupply .transformingbtn:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 250px) and (max-width: 745px) {
  .subtitleheadermenu.active {
    border-radius: 12px;
    gap: 10px;
    height: 75px;
    padding: 5px 10px;
    background: rgba(252, 230, 230, 1);
  }
  .transformingbtn.active {
    background: linear-gradient(90deg, #ffefef 0%, #ffd4d4 100%);
    width: 100%;
  }
  .autoplant-services {
    width: 537.3046875px;
    height: auto;
    gap: 24px;
  }
  .contactbgs {
    background: linear-gradient(180deg, #fbfbfb 10.92%, #fef6f6 62.99%);
    opacity: 1;
    gap: 255px;
    border-radius: 20px;
    padding: 10px;
  }
  .autoplanthometabpara {
    font-family: Lexend;
    font-weight: 400;
    /* font-size: clamp(16px, 1.3889vw, 20px) !important; */
    /* font-size: clamp(16px, 1.38vw, 20px) !important; */
    font-size: clamp(14px, 1.5vw, 16px) !important;
    line-height: clamp(20px, 2.5vw, 28px);
    line-height: 25px;
  }
  .mb-62 {
    margin-bottom: 32px !important;
  }
  .transformingbtn.active {
    background: linear-gradient(90deg, #ffefef 0%, #ffd4d4 100%);

    height: 65px;
    transform: rotate(0deg);
    opacity: 1;
    gap: 4px;
    border-radius: 46px;
    padding-top: 1px;
    padding-top: 6px;
    padding-bottom: 1px;
    padding-bottom: 6px;
  }
  .transformingbtn {
    font-family: Lexend;
    /* font-weight: 700; */
    /* font-size: clamp(18px, 1.6667vw, 24px); */
    /* font-size: clamp(18px, 1.66vw, 24px); */
    font-weight: 600; /* SemiBold */
    font-size: clamp(16px, 2vw, 20px);
    line-height: 20px;
    /* letter-spacing: -2%; */
    letter-spacing: -0.02em;
    color: #e00000;
    padding: 6px 18px;
    text-align: start;
  }
  .hraderparatitle {
    font-family: Lexend;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: start;
    color: rgba(0, 0, 0, 1);
  }
  .subtitleheadermenu {
    border-radius: 12px;
    gap: 10px;
    /* padding: 12px 16px; */
    padding: clamp(8px, 0.8333vw, 12px) clamp(10px, 1.1111vw, 16px);
    /* padding: 10px 15px; */
    height: 60px;
  }
  .contactformtitle {
    font-family: Lexend;
    font-weight: 700;
    font-size: clamp(18px, 1.6667vw, 24px);
    line-height: 25px;
    letter-spacing: -0.02em;
  }
}
.selvices-tab-autoplant-new ul li:last-child {
  /* margin-right: 12px !important; */
  padding-right: 12px !important;
}
/* Matches Figma spacing */
.figma-text {
  /* max-width: 869px;  */
  max-width: 90%; /* scale relative to screen width */
  width: min(90%, 869px); /* cap at 869px on large screens */
  padding: 16px 8px;
  margin: 0 auto;
}

.iconsform {
  font-size: 18.79px;
}

.custom-gaps {
  --bs-gutter-x: 65px; /* Horizontal gap */
  --bs-gutter-y: 0; /* Vertical gap if you don’t want any */
}
/* .casewhatsay {
  height: 200px !important;
} */
/* .whatsaycard {
  height: 350px !important;
} */

@media (min-width: 1250px) and (max-width: 1380px) {
  .autoplantshome {
    font-family: Lexend !important;
    font-weight: 500;

    font-size: clamp(10px, 1.2vw, 12px) !important;
    line-height: 20px !important;
    letter-spacing: 0%;
    padding: 0px;
    text-align: center;
    color: rgba(255, 255, 255, 1) !important;
  }
}
@media (max-width: 1348px) {
  .selvices-tab .nav-link {
    white-space: nowrap;
    padding: 0px 5px !important;
    margin: 0px;
    font-size: 0.775rem;
  }
}

@media (min-width: 1250px) and (max-width: 1380px) {
  .autoplantstabs.active {
    font-size: clamp(10px, 1.2vw, 12px) !important;
    padding: 10px 12px !important;
  }
  .whatsaycard {
    /* height: 300px !important; */
    /* border-radius: 20px !important; */
    /* width: 520px !important; */
  }
  .casewhatsay {
    /* height: 280px !important; */
  }
}
