/*----------------------BANNER-------------------------- */

.hero-banner {
  position: relative;
  overflow: hidden;
  height: 95vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

.hero-banner video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.banner-content-container {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-content-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .banner-content-container {
    width: 70%;
  }
}

.banner-header-text {
  font-weight: bold;
  font-size: 35px;
  background: linear-gradient(to right, #25ff56, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}

.banner-header-para {
  font-size: 18px;
  color: var(--tertiary-color);
  line-height: normal;
}

/* --------------------ABOUT SECTION -------------------*/
.about-container {
  background-image: url("/assets/images/About background image.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
}

@media (max-width: 600px) {
  .about-container {
    height: 100%;
    background-size: cover;
    background-position: center;
    margin-top: -20px;
  }
}

.about-first-image {
  width: 100%;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
}

.about-second-image {
  width: 100%;
  height: 50%;
  border-radius: 0px 10px 0px 0px;
}
.about-third-image {
  width: 100%;
  height: 50%;
  border-radius: 0px 0px 10px 0px;
}
.about-header {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
}

.about-sub-header {
  font-size: 29px;
  font-weight: 500;
}

.about-para {
  text-align: justify;
}

/* -----------------PROPOSITION SECTION---------------------- */

.proposition-section {
  background-image: url(/assets/images/Proposition\ bg\ image.png);
  background-position: center;
  background-size: cover;
  color: var(--tertiary-color);
  margin: 5% 0%;
}

.proposition-cards {
  border-radius: 12px;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(11.25px);
  padding: 30px 10px;
  color: var(--tertiary-color);
  margin-bottom: 30px;
}

.proposition-container {
  position: relative;
  height: 375px;
  width: 375px;
}

.proposition-middle-col-bg-img {
  height: 100%;
  width: 100%;
}

.proposition-md-text {
  font-size: 18px;
  font-weight: 600;
  width: 70%;
  height: 100%;
  position: absolute;
  text-transform: uppercase;
  color: var(--tertiary-color);
  top: 21%;
  left: 15%;
  z-index: 99;
}
.li-on-text {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
.lightning-icon {
  height: 70px;
  width: 70px;
}

@media (max-width: 600px) {
  .proposition-container {
    top: 25px;
    margin-bottom: 20px;
  }
}

/* ---------------------MORE INFO SECTION------------------- */
.more-info-container {
  background-image: url(/assets/images/abstract-dark-background-with-green-lines-generative-ai.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 10px;
}

.more-info-header-text {
  color: var(--tertiary-color);
  font-weight: 500;
  font-size: 27px;
  line-height: 40px;
  text-align: left;
  padding: 0px 25px;
}

.more-info-sub-header {
  color: var(--tertiary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  padding: 0px 25px 40px 25px;
}

@media (min-width: 768px) {
  .more-info-header-text,
  .more-info-sub-header {
    text-align: center;
    padding: 0px 45px;
  }
  .more-info-sub-header {
    padding: 0px 45px 40px 45px;
  }
}

@media (min-width: 992px) {
  .more-info-container {
    height: 90vh;
    padding: 100px 97px;
  }
}
.more-info-cards {
  border-radius: 12px;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(11.25px);
  padding: 30px 10px;
}

.card-img-top {
  width: 52px;
  height: 52px;
}

.more-info-card-title {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
  padding-top: 12px;
}

.more-info-card-text {
  color: var(--tertiary-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  font-style: normal;
}

/* --------------------------------SERVICES SECTION--------------- */

.services-header-title {
  color: var(--primary-color);
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.slider {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  color: #fff;
}

.slider-card {
  max-width: 300px;
  min-height: 355px;
  background-color: white;
  margin: 50px auto;
  border-radius: 15px;
  box-shadow: 0 15px 45px -20px rgba(140, 119, 119, 0.844);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
  padding: 12px;
}

.service-card-image {
  width: 315px;
  height: 185px;
  object-fit: cover;
  border-radius: 8px;
}

.services-card-title {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 500;
}

.services-card-text {
  color: var(--secondary-text-color);
  font-size: 14px;
  font-weight: 400;
}

/* ------------------BATTERY MANAGEMENT PORTAL SECTION ------------ */

.portal-container {
  border: 10px solid #0da02e;
  border-bottom-width: 0;
  border-radius: 67px;
}

.battery-management-text-container h4 {
  font-weight: 600;
  font-size: 24px;
  color: #232323;
}

.portal-para {
  font-weight: 300;
  font-size: 14px;
  color: #707070;
}

.client-1-img,
.client-2-img,
.client-3-img {
  width: 41px;
  height: 41px;
}

.client-1-img {
  z-index: 3;
  margin-left: 0;
}
.client-2-img {
  z-index: 2;
  margin-left: -5px;
}
.client-3-img {
  z-index: 1;
  margin-left: -5px;
}

.client-first-text {
  font-weight: 700;
  font-size: 18px;
  color: #232323;
  margin-bottom: 0;
}

.client-second-text {
  font-weight: 300;
  font-size: 12px;
  color: #6d6d6d;
  margin-bottom: 0;
}

.screens-text {
  font-weight: 600;
  font-size: 16px;
  color: #636363;
}

/* swiper */

.mySwiper {
  width: 100%;
  padding: 10px;
  position: relative;
}

.mySwiper .swiper-slide {
  padding: 10px;
  width: 350px;
  height: 310px;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  transform: scale(0.9);
  z-index: 1;
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-slide-active {
  transform: scale(1.2);
  z-index: 3;
}

.mySwiper .swiper-slide-prev,
.mySwiper .swiper-slide-next {
  transform: scale(0.5);
  z-index: 2;
}

.mySwiper .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

@media (max-width: 576px) {
  .mySwiper .swiper-slide {
    width: 85vw;
    height: auto;
    transform: scale(1);
  }

  .mySwiper .swiper-slide-active,
  .mySwiper .swiper-slide-prev,
  .mySwiper .swiper-slide-next {
    transform: scale(1);
  }
}

/* -----------------------CONTACT SECTION------------------- */

/* -------------------WHY CHOOSE US SECTION----------------- */

.why-choose-us-container {
  background-color: var(--primary-color);
}

.why-choose-us-container h2 {
  font-size: 30px;
  color: var(--tertiary-color);
}

.step-indicator {
  position: relative;
  width: 100%;
  text-align: justify;
}

@media (min-width: 768px) {
  .step-indicator {
    width: 60%;
  }
}

.step-indicator .list-group-item {
  border: none;
  padding-left: 60px;
  background-color: var(--primary-color);
}

.step-indicator .list-group-item::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 2px;
  border-left: 2px dotted #ddd;
}

.step-indicator .list-group-item:first-child::before {
  top: 10%;
}

.step-indicator .list-group-item:last-child::before {
  bottom: 90%;
}

.step-indicator .circle {
  position: absolute;
  left: 16px;
  top: 10px;
  width: 18px;
  height: 18px;
  border: 2px dotted #ddd;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.step-indicator .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}

.list-group-item p {
  color: var(--tertiary-color);
  font-size: 14px;
}
.list-group-item h5 {
  color: var(--tertiary-color);
  font-size: 18px;
  font-weight: 600;
}
/* -----------CONTACT US SECTION----------------- */

.contact-container {
  position: relative;
  background-image: url(/assets/images/download\ background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

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

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

.download-header-text {
  color: var(--tertiary-color);
  font-size: 30;
  margin-top: 90px;
}

.download-container {
  height: 100%;
}

.scanner-parent-container {
  width: 100%;
}

.scanner-container {
  background-color: white;
  width: 170px;
  height: 170px;
  border-radius: 8px;
}

.scanner-container img {
  width: 78%;
  height: 78%;
}

.connect-text {
  font-weight: 600px;
  font-size: 18.75px;
  color: var(--tertiary-color);
}

.playstore-link-container h3 {
  font-weight: 600;
  font-size: 18.75px;
}

.playStore-button-image {
  width: 119px;
  height: 35px;
}

.phone-image {
  width: 100%;
  height: 367px;
}

@media (max-width: 600px) {
  .phone-image {
    height: auto;
  }
}

/* ----------------OUR CUSTOMERS AND PARTNERS SECTION--------- */

.partners-section {
  margin: 5% auto;
  z-index: 100;
}
.partners-section h2 {
  color: #009a4e;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 6%;
}
.logo-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid #dedede;
  padding: 5% 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  transition: transform 0.2s;
  background-color: #fff;
  overflow: hidden;
}

.logo-card:hover {
  transform: scale(1.05);
}

.logo-card img {
  width: 85%;
  height: 85%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.logo-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.76);
  pointer-events: none;
}

.logo-card:hover img {
  filter: grayscale(0%);
}

.logo-card:hover::before {
  background: none;
}

.logo-img-wrapper {
  position: relative;
  width: 85%;
  height: 85%;
}

.logo-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.g-power-card .logo-hover {
  display: none;
}

.g-power-card:hover .logo-hover {
  display: block;
}

.g-power-card:hover .logo-default {
  display: none;
}

.g-power-card:hover {
  background-color: #e0e0e0;
}

@media (max-width: 576px) {
  .logo-card {
    width: 70%;
    margin: auto;
  }
  .logo-card img,
  .logo-card:hover img {
    filter: grayscale(0%) !important;
  }
  .g-power-card .logo-default {
    display: none !important;
  }

  .g-power-card .logo-hover {
    display: block !important;
    width: 50%;
    height: 50%;
    object-fit: contain;
  }

  .g-power-card {
    padding: 0;
  }

  .g-power-card .logo-img-wrapper {
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .g-power-card .logo-img-wrapper img {
    top: 23%;
    left: 23%;
  }
}

.modal-content {
  position: relative;
}

.modal-close-button {
  position: absolute;
  background-color: #ffffff;
  right: -10px;
  top: -10px;
}
