:root {
  --ev-color: #00aac6;
  --ev-text-desc: #676767;
  --peach: #efefef;
  --font-head: clamp(2rem, 1.4608rem + 2.212vw, 5rem);
  --font-title: clamp(2rem, 1.5282rem + 1.9355vw, 4.625rem);
  --font-description: clamp(1rem, 0.8203rem + 0.7373vw, 2rem);
}

html, body{
  /* background-color: #f7f7f7; */
  background-color: #fff;
  color: #353638;
}

.font-description{
  font-size: var(--font-description);
}

.mx-ev{
  margin-left: 3% !important;
  margin-right: 3% !important;
}

.rounded-ev{
  border-radius: 2vw !important;
}

.ev-col {
  color: var(--ev-color) !important;
}

.ev-bg_col, .ev-bg_col:hover  {
  background-color: var(--ev-color) !important;
}

.bg_peach{
  background-color: var(--peach) !important;
}

.rotate-180{
  transform: rotate(180deg) !important;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* @font-face {
  font-family: 'NeonBold';
  font-style: normal;
  font-weight: 700;
  src: url(assets/lib/font-family/Neon-Bold.woff2) format('woff2');

} */

@font-face {
  font-family: 'TradeGothicInline';
  font-style: normal;
  font-weight: 400;
  src: url(../lib/font-family/TradeGothicInline.woff2) format('woff2');
}

@font-face {
  font-family: 'Work-Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../lib/font-family/WorkSans-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Work-Sans';
  font-style: normal;
  font-weight: 600;
  src: url(../lib/font-family/WorkSans-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Work-Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../lib/font-family/WorkSans-Bold.ttf) format('truetype');
}

/*AeroxE Css Start*/
html,
body {
  font-family: "Work-Sans", sans-serif;
}

/* @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} */

@font-face {
  font-family: 'NeonBold';
  font-style: normal;
  font-weight: 700;
  src: url(../lib/font-family/Neon-Bold.woff2) format('woff2');
}

/* .about_ev{
  background: linear-gradient(180deg, rgb(0 170 198 / 30%), transparent) 30%;
} */

.about_desc{
  color: var(--ev-text-desc);
}

#colorPrice {
  /* margin: 0rem; */
  background-color: #F3F4EF;
  padding: 2vw;
  margin-left: 3%;
  border-radius: 2vw 0 0 2vw;
}

.watermark {
  top: 2%;
  left: 2%;
  font-size: 14vw;
  font-weight: 400;
  color: #fff;
  z-index: 0;
  letter-spacing: 10px;
  opacity: 0.7;
}

/* Choose COlor */
.color-option {
  padding: 6px;
  border: 2px solid #ccc;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: 0.2s;
}

.color-option input {
  display: none;
}

.color-box {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px;
  background-clip: content-box;
  transition: 0.2s;
  border: none !important;
}

/* Scale on select */
.color-option input:checked+.color-box {
  transform: scale(1.05);
}

/* Only outer border should highlight */
.color-option:has(input:checked) {
  border-color: #000 !important;
}

#selected_color_name {
  font-size: 2rem;
}

#selected_color_name p {
  font-size: 1rem !important;
}

#selected_color_name p span {
  font-size: 1rem !important;
  background-color: #cdcdcd;
  padding: 0 0.5rem;
}

#select_state {
  width: 100%;
  max-width: 480px;
}

.disclaimer {
  font-size: 12px;
}

.btn.btn-prime {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.btn.btn-second {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  padding: 0.5rem 1.5rem;
}

/* FAQ */
.faq_heading {
  font-size: 4rem;
  font-weight: 800;
  color: #18191F;
}

ul#itemList {
  border: 1px solid #eee;
  border-radius: 10px;
}

.list-group-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px !important;
  background: #fff;
  border: none;
  border-bottom: 1px solid #eee;
}

.list-group-item.active-item {
  background-color: #ecfcfc;

}

.list-group-item span {
  color: #888888;
}

.list-group-item.active-item span {
  color: #000;
}

.circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #dadada;
  margin-right: 10px;
  flex-shrink: 0;
}

.circle.active-circle {
  background-color: #13d9df;
}

.content-box {
  background-color: #FAFBFF;
  padding: 24px 30px;
  border-radius: 12px;
  min-height: 220px;
}

.arrow {
  font-size: 22px;
  color: #A5A6F6;
}

.list-group-item.active-item .arrow {
  color: #13d9df;
}

/* Active circle */
.circle.active-circle {
  background-color: #13d9df;
}

/* Right content box */
.content-box {
  background-color: #ecfcfc;
  padding: 24px 30px;
  border-radius: 12px;
  min-height: 220px;
}

.faq {
  padding: 4rem 0rem;
}

/*AeroxE CSS End*/

.heading {
  font-size: var(--font-head);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  /* margin: 20px auto; */
}

.home_about p{
  font-size: var(--font-description);
}

.coming_soon_water_mark {
  font-family: 'NeonBold', sans-serif;
  font-size: 7rem;
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
  opacity: 0.2;

}

.coming_soon {
  font-family: 'NeonBold', sans-serif;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 1rem;
}

body {
  padding-top: 80px;
  /* space below fixed header */
}

.content-box {
  background-color: #FAFBFF;
  padding: 24px 30px;
  border-radius: 12px;
  min-height: 220px;
}

#enquiry_form {
  /* background-color: #fff; */
  top: 50%;
  right: 0;
  z-index: 99999;
  padding: 1rem;
}

#contactSidebar {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  background: #ffffff;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  transition: 0.4s ease-in-out;
  z-index: 9999;
}

/* When Active */
#contactSidebar.active {
  right: 0;
}

/* Open Button */
#openSidebarBtn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  background: linear-gradient(133.99deg, #18A1CC 16.37%, #92D1FF 94.77%);
  color: #fff;
  border: none;
  padding: 12px 0;
  width: 60px;
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
  z-index: 10000;
  transition: right 0.4s ease-in-out;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 2px;
  font-weight: 600;
}

span#cell-span {
  background: rgba(79, 170, 255, 0.5);
  height: 12px;
  width: 24px;
  top: 100%;
  position: inherit;
  text-align: center;
  left: 1rem;
}

#openSidebarBtn.slide-left {
  right: 350px;
}

/* Close Button */
.close-btn {
  cursor: pointer;
  font-size: 22px;
  float: right;
}

#contactSidebar h4 {
  color: #3796B6;
  font-size: 1.25rem;
  font-weight: 600;
}

select::placeholder {
  color: #6c757d !important;
  opacity: 1;
}

button.btn,
button.btn:hover {
  background-color: #3796B6;
  color: #fff;
}

@media screen and (max-width: 450px) {
  #contactSidebar {
    width: 300px;
  }

  #openSidebarBtn.slide-left {
    right: 300px;
  }
}

@media screen and (max-width: 767px) {
  .faq_heading {
    font-size: 8vw !important;
  }
}

.nav-link.active {
  font-weight: 600;
  color: #007bff !important;
}

.navbar-nav .nav-link.active {
  color: var(--ev-color) !important;
  font-weight: 600;
}

.navbar-nav .nav-item.active .nav-link {
  color: var(--ev-color) !important;
}

body {
  padding-top: 82px;
  /* space below fixed header */
}

/*--------------------------------------------------------------
# EV Benefit
--------------------------------------------------------------*/
#ev_benefit_sec{
  position: relative;
  overflow: hidden;
}

#ev_benefit_sec > .position-relative{
  position: relative;
  z-index: 1;
}

/* Blurred background */
#ev_benefit_sec > .position-relative::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/home/benefit_bg.webp) center / cover no-repeat;
  filter: blur(6px);
  transform: scale(1.1);
  z-index: -2;
}

/* Gradient overlay */
#ev_benefit_sec > .position-relative::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(245, 247, 248, 0.95) 0%,
    rgba(245, 247, 248, 0.85) 30%,
    rgba(245, 247, 248, 0.4) 60%,
    rgba(245, 247, 248, 0) 100%
  );
  z-index: -1;
  pointer-events: none;
}

.ev_benefit_col{
  background: rgba(255, 255, 255, 0.50);
}

.ev_benefit{
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
  position: relative;
  z-index: 2;
}

.ev_benefit_head{
  font-size: var(--font-head);
  color: #000;
  font-weight: 700;
  text-align: center;
  padding-top: 2rem;
}



