/* ===== CSS Reset ===== */
@import url('https://fonts.googleapis.com/css2?family=Play:wght@700&display=swap');
:root {
  --lg-red: #ea1f27;
  --lg-black: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===== Global Styles ===== */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #222;
    background-color: #ffffff;
    line-height: 1.6;
}

/* header for whole */
header {
  background-color: #000000;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.navbar-main-page {
  padding: 18px;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  z-index: 1000;
  box-sizing: border-box;

}
.navbar-main-page li {
  list-style: none;
  display: inline;
}

.navbar-main-page li a {
  text-decoration: none;
  margin-right: 10px;
  padding: 8px 10px;
  font-size: 15px;
  border-radius: 4px;
  color: #f2f2f2;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  transition: all .3s ease-in;
font-family:Arial, Helvetica, sans-serif;

}
.navbar-main-page ul {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 0;
}
.navbar-main-page li a:hover {
  background-color: var(--lg-red);
  border-radius: 20px;
}


.navbar-main-page .logo img {
  height: 45px;
  cursor: pointer;
}
header .header-transparent {
  background-color: transparent;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
}

/* country toggle */
.country-trigger {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgb(233, 6, 6);
  width: 120px;
  height: 35px;
  border-radius: 15px;
}

.country-icon {
  transition: transform 0.3s ease;
}


.country-panel {
  position: fixed;             
  top: 70px;                   
  left: 90%;
  width: 180px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-15px);
  transition: all 0.35s ease;
  z-index: 999999;
}


.country-panel.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}


.country-list {
  padding: 10px 0;
}

.country-option {
  padding: 5px 18px;
  cursor: pointer;
  transition: background 0.3s ease, padding-left 0.3s ease;
  font-size: 16px;
  display: flex;
   align-items: center;
  text-decoration: none;
  color: #000;
}

.country-option:hover {
  background: rgb(233, 6, 6);
  padding-left: 26px;
  color: #fff;
}
.country-option img{
  width: 12%;
  height: 20%;
  margin-right: 18px;
}

.country-option a {
  text-decoration: none;
}


/* slider video for home page open */
.fullwidth-slider {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        height: auto;
}
.fullwidth-slider video {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        margin: 0 auto;
}
/* slider video for home page  close*/

/* who we are  */
.solar-section {
  padding: 8px 20px;
  color: #222;
  font-family: inherit;
  margin-right:120px;
  width: 88%;
  margin-left: 25px;
  margin-bottom: -50px;
}

.solar-container {
  max-width: 1200px;
  margin: 0 auto
}
.solar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
  /* margin-bottom: 48px */
}

.solar-intro {
  flex: 1;
  animation: fadeInUp .8s ease both
}

.solar-title .accent {
  /*background: #e62429;*/
  color: #000000;
  padding: 6px 10px;
  border-radius: 3px
}
.solar-title .accent span{
  color: var(--lg-red);
}

.solar-title {
  font-size: 32px;
  margin: 0 0 12px;
  font-weight: 800;
  padding-top: 50px;
  text-align: center;
  margin-left: 85px;
  margin-top: -20px;
}
.solar-lead2 {
  color: black;
  line-height: 1.7;
  /*font-weight: 550;*/
  font-size: 25px;
  width: 112%;
}

/* new section */
.core-benefits-lithium-x {
  background-color: #fff;
}
.testimonial-carousel-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: -1px;
}


.video-features-section {
  padding: 2px 10px;
  max-width: 1400px;
  margin: 40px ;
  margin: 0 auto;
 
}

.vf-grid {
  display: flex;
  gap: 32px;
  align-items: center;
}

.vf-left {
  flex: 1;
  min-width: 180px;
  padding-top: 50px;
}

.vf-right {
  flex: 1;
  min-width: 260px
}

.vf-left .product-imge {
  width: 464px;
  height: 524px;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.vf-left video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.key-features {
  /* background: #fff; */
  border-radius: 12px;
  /* padding: 18px; */
  /* box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04); */
}

.key-features h3 {
  font-size: 44px;
  margin: -13px 0 18px;
  color: var(--lg-red);
  text-align: center;
}

.features-list {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 8px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #bcc0c78c;
  padding: 12px;
  border-radius: 10px;
  border-left: 4px solid #7be6b0;
  text-decoration: none;
    transition: transform 0.3s ease;
}
.feature-item:hover {
  transform: translateY(-8px);
}

.feature-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.feature-label {
  font-weight: 600;
  color: #334155;
}

.feature-item.color-2 {
  border-left-color: #9f7cff;
}

.feature-item.color-3 {
  border-left-color: #7fb0ff;
}
.feature-item.color-4 {
  border-left-color: #ffb36b;
}
.flag-icon {
  max-width: 100%;
  height: 40px;
}


/* new section */
.about-unique-title {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
  letter-spacing: -1px;
  margin-top: 30px;
}
.about-unique-title .highlight-red {
  color: var(--lg-red);
}

.about-unique-image1 {
  width: 100%;
  height: auto;
  display: flex;
}

.about-unique-image1 img {
  width: 100%;
  height: auto;
  /* border-radius: 8px; */
  transition: all 0.3s ease;
}

/* testimonils cards */
.testimonial-carousel-section {
  background: #ffffff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.testimonial-carousel-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: -1px;
}

.testimonial-carousel-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden; 
  padding-bottom: 16px;
  position: relative;
}

.testimonial-carousel-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: testimonialAutoScroll 45s linear infinite;
}
.testimonial-card {
  background: #8c848445;
  border-radius: 18px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.10);
  padding: 48px 36px 36px;
  min-width: 540px;
  max-width: 600px;
  height: 350px;
  flex: 0 0 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  cursor: pointer;
}

.testimonial-text {
  font-size: 1.35rem;
  color: #222;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 400;
}
.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e0e0e0 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><circle cx='16' cy='12' r='8' fill='%23bdbdbd'/><ellipse cx='16' cy='26' rx='12' ry='6' fill='%23bdbdbd'/></svg>") center/60% no-repeat;
  margin: 0 auto 18px;
}
.testimonial-author {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  text-align: center;
}
@keyframes testimonialAutoScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.testimonial-carousel-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: testimonialAutoScroll 45s linear infinite;
}

/* Pause on hover */
.testimonial-carousel-track:hover {
  animation-play-state: paused;
}
/* social media */

/* <!-- social media links with live feed start --> */
.tabs-section {
  padding: 3rem 1rem;
  background: linear-gradient(to right, #000000, var(--lg-red));
  font-family: 'Segoe UI', sans-serif;
  width: 100%;
}

.tabs-container {
  max-width: 1400px;
  margin: 0 auto;
  background: #ffffffdd;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Tab nav */
.tabs-nav {
  display: flex;
  background: #1877F2;
  background: linear-gradient(90deg, #000000, #e62429);
  list-style: none;
  margin: 0;
  padding: 0;
}

/* removed empty .tab1 rule */
.tab {
  flex: 1;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: 800;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 25px;
}

.tab1 {
  background-color: #1877F2;
}

.tab2 {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.tab svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.tab {
  /* background-color:#1877F2; */
  font-weight: 600;
  font-size: 30px;
}

/* Content panes */
.tabs-content {
  padding: 1rem;
  background-color: #fff;
}

.tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.container-social {
  max-width: 1400px;
  /* margin: 0 auto; */
  padding: 0px 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}


/* FAQ Section start here  */
/* faq slider */
.slider {
  width: 100%;
  height: 100%;
  aspect-ratio: 23 / 9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.slider img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transform: translateX(100%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.slider img.active {
  opacity: 1;
  transform: translateX(0);
}



.faq-section {
  background: #ffffff;
  padding: 48px 0 0px 0;
}
.faq-container {
  display: flex;
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
}
.faq-left {
  flex: 1 1 60%;
  margin-left: 40px;
}
.faq-heading {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 32px;
  margin-left: 8px;
  line-height: 1.1;
}

.faq-red {
  color: #e62429;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #fafbfc;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.faq-item.open {
  box-shadow: 0 6px 24px rgba(231, 74, 74, 0.13);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1.13rem;
  font-weight: 500;
  color: #222;
  text-align: left;
  padding: 18px 18px 18px 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
}

.faq-icon {
  font-size: 1.5rem;
  color: #888;
  margin-left: 12px;
  font-weight: 700;
}

.faq-answer {
  background: white;
  color: #444;
  font-size: 1.05rem;
  padding: 0 18px 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.open .faq-answer {
  padding: 0 18px 18px 18px;
}

.faq-right {
  flex: 2 2 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  padding-left: 10px;
}

.faq-illustration {
  max-width: 430px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  margin-bottom: 40px;
  margin-top: -40px;
}

/* Footer Section */
.main-footer {
  position: relative;
  background: #181818;
  color: #fff;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.footer-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('./assets/images/00745276d069a8ef37f89c4a670279c9.jpg') left center/cover no-repeat, #181818;
  z-index: 1;
  filter: blur(12px);
}

.footer-content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  /* margin: 100 auto;*/
    padding: 20px 0px 10px 10px;
  display: flex;
  flex-direction: column;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.footer-col {
  min-width: 220px;
  flex: 1 1 220px;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  color: var(--lg-red);
}
.footer-logo {
    width: 160px;
    margin-bottom: 18px;
}
.footer-company {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 18px;
    color: rgb(255, 255, 255);
}
.footer-contact {
    font-size: 1.08rem;
    margin-bottom: 18px;
}
.footer-social {
    display: flex;
    gap: 10px;
}
.footer-social-icon {
    display: inline-block;
    background: rgb(34, 34, 34);
    border-radius: 6px;
    padding: 7px 10px 5px;
    transition: background 0.2s;
}
.footer-social-icon img {
  width: 22px;
  height: 22px;
  display: block;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.08rem;
    transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: #e62429;
}


/* Copyright Bar */
.copyright-bar {
  background: #ed232a;
  color: #fff;
  text-align: center;
  font-size: 1.15rem;
  padding: 12px 0 10px 0;
  letter-spacing: 0.01em;
  width: 100%;
}



/* for become a partner */
/* Business Enquiry form styles */
.business-enquiry-section {
  padding: 100px 100px;
  background: #fff;
}

.business-enquiry-container {
  max-width: 1100px;
  margin: 0 auto;
}

.business-enquiry-title {
  font-size: 32px;
  margin-bottom: 24px;
  color: var(--lg-black);
}

.business-enquiry-form .be-row {
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
}

.be-col {
  flex: 1;
}

.be-col label {
  display: block;
  margin-bottom: 10px;
  color: #222;
  font-weight: 600;
}

.be-col .req {
  color: var(--lg-red);
  margin-left: 6px;
}

.be-col input {
  width: 100%;
  padding: 18px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.be-agree-row {
  margin-bottom: 30px;
}

.be-agree {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
}

.be-agree input {
  width: 18px;
  height: 18px;
}

.be-submit {
  background: var(--lg-red);
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}

.be-submit[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.be-success {
  margin-top: 16px;
  color: green;
  font-weight: 600;
}


.vc-content-item h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.vc-content-item p {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
}


/* global presence  video section*/
.vc-section-combined {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
/* Section Background Video */
.vc-section-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.vc-section-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vc-section-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.vc-row {
  display: flex;
  align-items: stretch;
  min-height: 494px;
  width: 100%;
  position: relative;
  z-index: 2;

}

.vc-video-side,
.vc-content-side {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom:100px; */
}

/* Left video layout */
.vc-row-left-video {
  flex-direction: row;
  margin-bottom: -70px;

}

.vc-row-left-video .vc-video-side {
  order: 1;
}

.vc-row-left-video .vc-content-side {
  order: 2;
  background: linear-gradient(135deg, #ffffff08 0%, #ffffff00 10%);
  /* padding: 60px 50px; */
  /* margin-top: -90px; */
  height: 430px;
}

/* Right video layout */
.vc-row-right-video {
  flex-direction: row;
  margin-bottom: -70px;
}

.vc-row-right-video .vc-content-side {
  order: 1;
  background: linear-gradient(135deg, #ffffff08 0%, #ffffff00 10%);
  /* padding: 60px 50px; */
  height: 430px;
}

.vc-row-right-video .vc-video-side {
  order: 2;
  height: 500px;
}

/* Video styling */
.vc-bg-video {
  position: relative;
  width: 670px;
  height: 100%;
  overflow: hidden;
}

.vc-bg-video .bg-video {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
  margin-top: -36px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%); */
  z-index: 1;
}

.vc-content-item {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding-left: 20px;
  /* background-color: #0056b3; */
}

/* Business Enquiry form styles */
.business-enquiry-section {
  padding: 100px 100px;
  background: #fff;
}

.business-enquiry-container {
  max-width: 1100px;
  margin: 0 auto;
}

.business-enquiry-title {
  font-size: 32px;
  margin-bottom: 24px;
  color: var(--lg-black);
}

.business-enquiry-form .be-row {
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
}

.be-col {
  flex: 1;
}

.be-col label {
  display: block;
  margin-bottom: 10px;
  color: #222;
  font-weight: 600;
}

.be-col .req {
  color: var(--lg-red);
  margin-left: 6px;
}

.be-col input {
  width: 100%;
  padding: 18px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.be-agree-row {
  margin-bottom: 30px;
}

.be-agree {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
}

.be-agree input {
  width: 18px;
  height: 18px;
}

.be-submit {
  background: var(--lg-red);
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}

.be-submit[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.be-success {
  margin-top: 16px;
  color: green;
  font-weight: 600;
}


.vc-content-item h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.vc-content-item p {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
}

/* enquries form  */
.enquiry-section {
  background: linear-gradient(180deg, #0b0b0b 0%, #111 100%);
  color: #fff;
  padding: 60px 20px;
}

.enquiry-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
}
.enquiry-title {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 12px;
}

.enquiry-desc {
  color: #ddd;
  line-height: 1.6;
}

.enquiry-right {
  background: white;
  padding: 22px;
  border-radius: 8px;
  border: 1px solid rgba(230, 31, 39, 0.06);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.enquiry-form .form-row {
  margin-bottom: 14px;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 6px;
  border: 1px solid #262626;
  color: #fff;
  font-size: 15px;
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.15s;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  outline: none;
  border-color: var(--lg-red);
  box-shadow: 0 6px 22px rgba(234, 31, 39, 0.12);
  transform: translateY(-2px);
}

.enquiry-form textarea {
  resize: vertical;
}

.enquiry-submit {
  background: var(--lg-red);
  color: #fff;
  padding: 12px 26px;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.enquiry-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(234, 31, 39, 0.18);
}

.enquiry-success {
  color: #9fe3b7;
  margin-left: 12px;
  font-weight: 700;
}

.enquiry-section {
  position: relative;
  overflow: hidden;
}
.enquiry-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.enquiry-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 120%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: brightness(0.45) saturate(0.95);
  will-change: transform, opacity;
}

.enquiry-bg__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.45) 0%, rgba(20, 6, 6, 0.45) 100%);
  mix-blend-mode: normal;
  z-index: 1;
  pointer-events: none;
}

.enquiry-container,
.enquiry-right,
.enquiry-left {
  position: relative;
  z-index: 2;
}





/* our peoduct section */

.pwfix-section {
  position: relative;
  padding: 80px 60px;
  overflow: hidden;
  color: #fff;
  margin-top: -100px;
}
.pwfix-container {
  max-width: 1300px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.pwfix-heading {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
  color: #e62429;
  /* margin-top: 30px; */
}
.pwfix-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;

}
.pwfix-box {
  border: 2px solid rgb(255 0 0);
  padding: 25px;
  border-radius: 16px;
  background: rgb(255 255 255);
  overflow: hidden;
}
.pwfix-title {
  font-size: 30px;
  margin-bottom: 10px;
  /* margin-left: 250px; */
  color: #e62429;
}
.pwfix-desc {
  color: #000;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
}
.pwfix-slider {
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.pwfix-track {
  display: flex;
  gap: 20px;
  width: max-content;
}
.pwfix-animate {
  animation: pwfix-slide 22s linear infinite;
}
@keyframes pwfix-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.pwfix-card {
  width: 220px;
  min-width: 220px;
  height: 260px;
  background: #000;
  border-radius: 14px;
  border: 1px solid rgba(255, 0, 0, 0.4);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin-top: 30px;
  cursor: pointer;
}

.pwfix-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 10px;
}

.pwfix-card h4 {
  font-size: px;
  margin-bottom: 6px;
  color: #fff;
}

.pwfix-card p {
  font-size: 15px;
  color: #ccc;
  line-height: 1.4;
}

.pwfix-card:hover {
  transform: scale(1.12);
  /* box-shadow: 0 0 28px rgba(255,0,0,0.6); */
}


/* our product solor */
.gs-solar-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
}

/* VIDEO BACKGROUND */
.gs-video-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.gs-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* DARK OVERLAY */
.gs-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

/* CONTENT ON TOP */
.gs-solar-content {
  position: relative;
  z-index: 3;
  padding: 80px 8%;
}


.gs-solar-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 40px;
}

.gs-solar-switch {
  text-align: center;
  margin-bottom: 50px;
}


.gs-solar-title {
  font-size: 38px;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

/* Switch */
.gs-solar-switch {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}

.gs-solar-btn {
  padding: 12px 26px;
  margin: 0 10px;
  border-radius: 30px;
  border: 2px solid #ff3a3a;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gs-solar-btn.gs-active,
.gs-solar-btn:hover {
  background: #e31616;
}

/* Tabs */
.gs-solar-tab {
  display: none;
  position: relative;
  z-index: 1;
}

.gs-solar-tab.gs-active {
  display: block;
}

/* Card Grid */
.gs-solar-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: auto;

}

/* Cards */
.gs-solar-card {
  background: rgb(255 255 255 / 22%);
  backdrop-filter: blur(12px);
  padding: 35px 25px;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
  animation: gsCardIn 0.8s ease forwards;
  /* opacity: 0; */
  transform: translateY(30px) scale(0.95);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 400px;
}

.gs-solar-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 35px 70px #ff656555;
}

.gs-solar-card h3 {
  color: #e21313;
  margin-bottom: 12px;
}

.gs-solar-card p {
  font-size: 15px;
  line-height: 1.6;
}
.gs-solar-card img{
  width: 242px;
  margin-left: 20px;
}
/* Stagger Animation */
.gs-solar-card:nth-child(1) {
  animation-delay: 0.1s;
}

.gs-solar-card:nth-child(2) {
  animation-delay: 0.25s;
}

.gs-solar-card:nth-child(3) {
  animation-delay: 0.4s;
}


.auto-power-section {
  position: relative;
  padding: 80px 40px;
  /* background: linear-gradient(135deg, #050505, #140000, #220000); */
  overflow: hidden;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  margin-top: -40px;
}

.auto-bg-anim span {
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgba(255, 0, 0, 0.15);
  border-radius: 50%;
  filter: blur(40px);
  animation: floatAnim 12s linear infinite;
}

.auto-bg-anim span:nth-child(1) {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.auto-bg-anim span:nth-child(2) {
  top: 60%;
  left: 10%;
  animation-delay: 3s;
}

.auto-bg-anim span:nth-child(3) {
  top: 20%;
  right: 10%;
  animation-delay: 6s;
}

.auto-bg-anim span:nth-child(4) {
  bottom: 10%;
  right: 20%;
  animation-delay: 9s;
}

.auto-power-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.auto-title {
  font-size: 38px;
  margin-bottom: 10px;
  color: #ff1a1a;
}

.auto-subtitle {
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.6;
  color: #000;
}


.auto-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}


.auto-card {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 0, 0, 0.25);
  border-radius: 16px;
  padding: 25px 20px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.auto-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 0, 0, 0.25), transparent);
  transform: translateX(-100%);
  transition: 0.5s;
}

.auto-card:hover::before {
  transform: translateX(100%);
}

.auto-card:hover {
  transform: scale(1.08);
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.6);
  border-color: #ff1a1a;
}


.auto-img {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auto-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.auto-card:hover .auto-img img {
  transform: scale(1.1);
}


.auto-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--lg-red);
}

.auto-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
}

.auto-card ul li {
  color: var(--lg-red);
  margin-left: 15px;
}

.auto-power-section {
  position: relative;
  overflow: hidden;
  /* background: radial-gradient(circle at center, #120000, #000000 80%); */
}
.auto-power-container {
  position: relative;
  z-index: 2;
}


#autoNetworkCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.lx2-section {
  width: 100%;
  height: 100vh;
  background: #050505;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}


.lx2-slider {
  position: relative;
  flex: 1;
}

.lx2-title {
  font-size: 40px;
  margin-bottom: 10px;
  color: #ff1a1a;
  margin-left: 380px;
  margin-top: 40px;
}


.lx2-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(60px) scale(0.95);
  transition: 0.8s ease;
  pointer-events: none;
  margin: -40px;

}

.lx2-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}


.lx2-bg {
  position: absolute;
  inset: 0;
  /* background:
    linear-gradient(120deg, rgba(255,0,0,0.18), transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255,0,0,0.35), transparent 45%);
  animation: lx2BgMove 6s linear infinite alternate; */
  z-index: 0;
}

.lx2-content {
  position: relative;
  z-index: 1;
  width: 85%;
  max-width: 1200px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.lx2-left {
  width: 45%;
  display: flex;
  justify-content: center;
}

.lx2-left img {
  max-width: 396px;
  filter: drop-shadow(0 0 25px rgba(255, 0, 0, 0.7));
  animation: lx2Float 4s ease-in-out infinite;
}

.lx2-right {
  width: 55%;
  color: #fff;
  margin-left: 150px;
}

.lx2-right h2 {
  font-size: 50px;
  margin-bottom: 12px;
}

.lx2-right p {
  color: #ddd;
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 20px;
}

.lx2-right ul {
  list-style: none;
  padding: 0;
  font-size: 20px;
}

.lx2-right li {
  margin-bottom: 10px;
  color: #ff3b3b;
  font-weight: 500;
}

.lx2-controls {
  width: 100%;
  padding: 20px 0 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  height: 100px;
  /* background: linear-gradient(120deg, rgba(255, 0, 0, 0.18), transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 0, 0, 0.35), transparent 45%);; */
}

.lx2-btn {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  padding: 10px 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}

.lx2-btn:hover {
  background: #ff0000;
  color: #fff;
  transform: scale(1.1);
}


/*  business-enquiry*/

.partner-hero__img {
  width: 100%;
  height: auto;
  display: block;
  
}
.partner-hero__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.partner-hero__inner h1 {
  color: #fff;
  font-size: 48px;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 320px;
  padding-right: 500px;
}
.partner-hero__inner h1 span {
  color: var(--lg-red);
}

.reveal-on-scroll {
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.be-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}

.be-form input,
.be-form select {
  padding: 16px 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  color: #999;
  font-family: inherit;
  transition: border-color 0.3s ease;
}

.be-form input::placeholder,
.be-form select option {
  color: #bbb;
}

.be-form input:focus,
.be-form select:focus {
  outline: none;
  border-color: var(--lg-red);
}

.be-form select {
  cursor: pointer;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 8l4 4 4-4"/></svg>') no-repeat right 12px center;
  background-size: 20px;
  padding-right: 40px;
  appearance: none;
}

.be-submit-btn {
  padding: 14px 32px;
  background: #ddd;
  color: #999;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: not-allowed;
  transition: background 0.3s ease;
  cursor: pointer;
}

.be-submit-btn:hover {
  background: var(--lg-red);
  color: #000000;
  cursor: pointer;
}

.be-success-msg {
  margin-top: 20px;
  color: green;
  font-weight: 600;
}


/* country product css */


/* NAVBAR */
.lgj-header {
  /* position: sticky; */
  top: 0;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.lgj-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 20px;
  gap: 34px;
  margin-right: 60px;

}

.lgj-menu a {
  text-decoration: none;
  color: #222;
  font-weight: 600;
  position: relative;
  transition: color 0.3s;
  font-size: 16px;
  font-family:Arial, Helvetica, sans-serif;
}


.lgj-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--lg-red);
  transition: width 0.3s;
}

.lgj-menu a:hover::after {
  width: 100%;
}

.lgj-menu a:hover {
  color: var(--lg-red);
}

.lgj-menu1 {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 20px;
  gap: 34px;
  margin-right: 60px;

}

.lgj-menu1 a {
  text-decoration: none;
  color: #222;
  font-weight: 600;
  position: relative;
  transition: color 0.3s;
  font-size: 16px;
   font-family:Arial, Helvetica, sans-serif;
}


.lgj-menu1 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--lg-red);
  transition: width 0.3s;
}

.lgj-menu1 a:hover::after {
  width: 100%;
}

.lgj-menu1 a:hover {
  color: var(--lg-red);
}


.lgj-section {
  padding: 24px 0%; 
  background: #fff;
  /* opacity: 0; */
  transform: translateY(40px);
  transition: all 0.8s ease;
  height: auto;
  
  
}

.lgj-dark {
  background: #00000017;
  color: #fff;

}

.lgj-section.lgj-show {
  opacity: 1;
  transform: translateY(0);

}

.lgj-container {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 40px;
}


.lgj-main-title {
  font-size: 45px;
  margin-bottom: 12px;
  margin-left: 500px;
  font-family: Arial, Helvetica, sans-serif;
}

.lgj-main-title span {
  color: var(--lg-red);
}

.lgj-category-title span {
  color: var(--lg-red);
}
/* First span - "Over" = Black */
.lgj-category-title span:first-child {
  color: black;
}

/* Second span - "view" = Red */
.lgj-category-title span:last-child {
  color: var(--lg-red);
}

.lgj-main-desc {
  max-width: 1400px;
  font-size: 22px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 40px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;

}

.lgj-category-title {
  font-size: 40px;
  margin-bottom: 100px;
  text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: var(--lg-red);
}

.lgj-category-title1 {
  font-size: 40px;
  margin-bottom: 100px;
  text-align: center;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.lgj-category-title1 span {
  color: var(--lg-red);
}

.lgj-category-desc {
  font-size: 22px;
  color: #000000;
  margin-bottom: 30px;
  margin-top: -80px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.lgj-category-desc1 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: -80px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}


.lgj-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: -30px;

}


.lgj-card {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 600px;
}

.lgj-card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.lgj-card1 {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 600px;
  
}

.lgj-card1:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.lgj-card-content {
  width: 65%;
}

.lgj-card-content h4 {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--lg-red);
}

.lgj-card-content h5 {
  color: white
}

.lgj-card-content p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.lgj-card-content ul {
  list-style: none;
  margin-bottom: 15px;
}

.lgj-card-content li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #000000;
}

.lgj-available {
  color: #1e8e3e;
  font-weight: 600;
}

/* IMAGE RIGHT */
.lgj-card-img {
  width: 80%;
  text-align: right;
}

.lgj-card-img img {
  max-width: 270px;
}

/* BUTTONS */
.lgj-btn-wrap {
  display: flex;
  gap: 10px;
}

.lgj-btn-main {
  background: var(--lg-red);
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
}

.lgj-btn-alt {
  background: #f1f1f1;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
}

/* CONTACT FORM */
.lgj-form {
  max-width: 450px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lgj-form input,
.lgj-form textarea {
  padding: 10px;
  border-radius: 4px;
  border: none;
}

/* CONTACT ALIGN RIGHT */
.lgj-contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.lgj-contact-text {
  width: 45%;
}

/* CONTACT ALIGN RIGHT */
.lgj-contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.lgj-contact-text {
  width: 45%;
}

.lgj-form {
  width: 40%;
  /* margin-left: auto; */
  /* pushes form to right */
}

.lgdealer-cards {
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
}

.lgdealer-card {
  width: 180px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.lgdealer-card:hover {
  transform: translateY(-10px) scale(1.05);
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.15));
}

/* Circle Icon */
.lgdealer-icon {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  position: relative;
  transition: all 0.5s ease;
  box-shadow: 0 0 0 2px #e5e5e5;
  overflow: hidden;
}

/* Hover glow ring */
.lgdealer-icon::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--lg-red);
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.5s ease;
}

.lgdealer-card:hover .lgdealer-icon::before {
  opacity: 1;
  transform: scale(1);
}

/* Icon zoom effect */
.lgdealer-card:hover .lgdealer-icon {
  background: #fff5f5;
  box-shadow: 0 10px 25px rgba(230, 0, 0, 0.25);
  transform: rotate(5deg) scale(1.1);
}

/* Text */
.lgdealer-card h4 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  transition: color 0.4s ease, letter-spacing 0.4s ease;
}

.lgdealer-card:hover h4 {
  color: var(--lg-red);
  letter-spacing: 0.5px;
}

/* Color Variants */
.lgdealer-temp {
  color: var(--lg-red);
}

.lgdealer-battery {
  color: #2a9d8f;
}

.lgdealer-service {
  color: #457b9d;
}


.feature-label a {
  text-decoration: none;
}


.lgj-video-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  
}

.lgj-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.lgj-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.281),
      rgba(0, 0, 0, 0.281));
  z-index: 2;
 
}


.lgj-video-content {
  position: relative;
  z-index: 3;
}

.solution-section {
  padding: 60px 20px;
  background: #f4f6f8;
  font-family: Arial, sans-serif;
  position: relative;
}

/* Tabs */
.solution-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 35px;
}

.solution-tab {
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background: #e0e0e0;
  transition: 0.3s;
}

.solution-tab.active {
  background: var(--lg-red);
  color: #fff;
}

/* Slider */
.solution-slider {
  position: relative;
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
}

.solution-track {
  display: flex;
  transition: transform 0.6s ease;
}

/* Card */
.solution-card {
  min-width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  animation: slideFade 0.6s ease;
}

.solution-card.active {
  display: flex;
}

.card-content {
  max-width: 55%;
}

.card-content h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 16px;
  color: #555;
}

.card-img img {
  width: 220px;
  animation: float 3s infinite ease-in-out;
}

/* Nav */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  font-size: 20px;
  padding: 10px 14px;
  border-radius: 50%;
  cursor: pointer;
}

.prev { left: -15px; }
.next { right: -15px; }

/* Animations */
@keyframes slideFade {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}


.solution-set {
  display: none;
}

.solution-set.active {
  display: block;
}

.solar-switch-section {
  max-width: 1400px;
  margin: 60px auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.solar-switch-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  margin-top: 40px;
}

.solar-switch-btn {
  padding: 12px 28px;
  border-radius: 30px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
  font-weight: 600;
}

.solar-switch-btn.active {
  background: var(--lg-red);
  color: #fff;
  border-color: var(--lg-red);
}

/* IMPORTANT */
.solar-card {
  display: none;
  background: #ffffff;
  border-radius: 20px;
  /* height: 600px; */
  height: auto;
  width: 900px;
  margin-left: auto;   
  margin-right: auto;
}

.solar-card.active {
  display: block;
}

.solar-card-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.solar-left {
  flex: 1;
  margin-left: 40px;
}

.solar-left h3 {
  color: var(--lg-red);
  font-size: 30px;
}

.solar-left ul li {
  color: rgb(0, 0, 0);
  margin-left: 15px;
  font-size: 17px;
}

.solar-right {
  flex: 1;
  text-align: right;
  margin-right: 20px;
}

.solar-right img {
  max-width: 70%;
  /* height: auto; */
}


/* MOBILE */
@media (max-width: 768px) {
  .solar-card-inner {
    flex-direction: column;
    text-align: center;
  }

  .solar-right {
    text-align: center;
  }
}

/* CARD ENTER ANIMATION */
.solar-card.active .solar-card-inner {
  animation: cardFadeSlide 0.6s ease forwards;
}

@keyframes cardFadeSlide {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.solar-card-inner {
  transition: all 0.4s ease;
  position: relative;
}

.solar-card-inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(215, 25, 32, 0.25);
}

.solar-right img {
  transition: transform 0.4s ease;
}

.solar-card-inner:hover .solar-right img {
  transform: scale(1.08);
}

.solar-left button {
  background: var(--lg-red);
  color: #fff;
  border: none;
  padding: 12px 26px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-left: -10px;
}

.solar-left button:hover {
  background: var(--lg-red);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(215, 25, 32, 0.4);
}

.solar-switch-btn {
  transition: all 0.3s ease;
}

.solar-switch-btn:hover {
  transform: scale(1.05);
}

.solar-switch-btn.active {
  box-shadow: 0 8px 25px rgba(215, 25, 32, 0.4);
}



.lithium-section {
  padding: 60px 0;
  background: #f4f6f8;
  font-family: Arial, sans-serif;
  overflow: hidden;
  position: relative;
}


.lithium-marquee {
  width: 100%;
  overflow: hidden;
}

/* Track */
.lithium-track {
  display: flex;
  width: max-content;
  animation: scrollLithium 18s linear infinite;
  gap: 30px;
}

/* STOP ON HOVER */
.lithium-marquee:hover .lithium-track {
  animation-play-state: paused;
}

/* Card */
.lithium-card {
  width: 77.333vw; 
  background: #fff;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #eee; /* optional separator */
  transition: transform 0.3s ease;
  height: auto;
  border-radius: 20px;
 
}

/* Hover animation */
.lithium-card:hover {
  transform: scale(1.02);
}

/* Left */
.card-left h3 {
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--lg-red);
}

.card-left p {
  font-size: 17px;
  color: #000000;
  line-height: 1.6;
  font-weight: 500;
}

.card-left ul {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  /* margin-left: 10px; */
  background: #3a2f2f36;
  width: 300px;
  border-radius: 10px;
  height: auto;
}
.card-left ul li {
  margin-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  
  
}

/* Right */
.card-right img {
  width: 300px;
  animation: floatImg 3s ease-in-out infinite;
}

/* Animations */
@keyframes scrollLithium {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes floatImg {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.evm-section {
  width: 100%;
  padding: 80px 40px;
  background: white;
}
.em-text {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 450px;
  margin-bottom: 30px;
  margin-top: -30px;
}

.evm-card {
  max-width: 900px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 28px;
  padding: 70px;
  position: relative;
  overflow: hidden;
  transition: transform 0.6s ease;
  height: auto;
}

.evm-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: #ffffff;
  opacity: 0.35;
  filter: blur(30px);
  z-index: 0;
}

.evm-card:hover {
  transform: scale(1.02);
}

.evm-content {
  width: 55%;
  position: relative;
  z-index: 2;
  color: #000000;
  /* margin-top: -20px; */
}

.evm-content h2 {
  font-size: 48px;
  margin-bottom: 18px;
  line-height: 1.2;
}


.evm-content h2 span {
  color: var(--lg-red);
}

.evm-content p {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 8px;
  border-radius: 10px;
 
  color: rgb(0, 0, 0);
}

.evm-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  list-style: disc;
  padding-left: 20px;
  /* margin-top: 10px; */
}

.evm-content ul li {
  margin-bottom: 12px;
  font-size: 18px;
}
.evm-actions {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.evm-btn {
  padding: 14px 32px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.4s ease;
  margin-top: -20px;
}

.evm-primary {
  background: var(--lg-red);
  color: #000;
}

.evm-primary:hover {
  background: var(--lg-red);
  transform: translateY(-3px);
}

.evm-outline {
  border: 2px solid var(--lg-red);
  color: var(--lg-red);
}

.evm-outline:hover {
  background: var(--lg-red);
  color: #000;
  transform: translateY(-3px);
}

.evm-visual {
  width: 40%;
  position: relative;
  z-index: 2;
  text-align: right;
}

.evm-visual img {
  max-width: 350px;
  animation: evmFloat 4s ease-in-out infinite;
  transition: transform 0.6s ease;
}

.evm-card:hover .evm-visual img {
  transform: scale(1.08) rotate(-2deg);
}

@keyframes evmFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.autopower-showcase-wrapper {
  max-width: 900px;
  margin: auto;
  position: relative;
  min-height: 460px;
}

.autopower-battery-card {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 35px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: scale(0.9) translateY(20px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.autopower-battery-card.autopower-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

.autopower-details-zone {
  width: 55%;
  color: #fff;
}

.autopower-details-zone h2 {
  font-size: 25px;
  margin-bottom: 14px;
  color: var(--lg-red);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  animation: slideFromLeft 0.8s ease forwards;
  opacity: 0;
}

.autopower-battery-card.autopower-visible .autopower-details-zone h2 {
  animation: slideFromLeft 0.8s ease forwards;
}

@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.autopower-details-zone p {
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 12px;
  animation: slideFromLeft 0.8s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

.autopower-battery-card.autopower-visible .autopower-details-zone p {
  animation: slideFromLeft 0.8s ease forwards;
  animation-delay: 0.2s;
}

.autopower-details-zone ul {
  margin-top: -20px;
  margin-left: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  padding: 15px 20px;
  border-radius: 10px;
  border-left: 3px solid var(--lg-red);
}

.autopower-details-zone ul li {
  opacity: 0;
}

.autopower-battery-card.autopower-visible .autopower-details-zone ul li:nth-child(1),
.autopower-battery-card.autopower-visible .autopower-details-zone ul li:nth-child(2) {
  animation: slideFromLeft 0.8s ease forwards;
  animation-delay: 0.3s;
}

.autopower-battery-card.autopower-visible .autopower-details-zone ul li:nth-child(3),
.autopower-battery-card.autopower-visible .autopower-details-zone ul li:nth-child(4) {
  animation: slideFromLeft 0.8s ease forwards;
  animation-delay: 0.4s;
}

.autopower-battery-card.autopower-visible .autopower-details-zone ul li:nth-child(5),
.autopower-battery-card.autopower-visible .autopower-details-zone ul li:nth-child(6) {
  animation: slideFromLeft 0.8s ease forwards;
  animation-delay: 0.5s;
}

.autopower-battery-card.autopower-visible .autopower-details-zone ul li:nth-child(7),
.autopower-battery-card.autopower-visible .autopower-details-zone ul li:nth-child(8) {
  animation: slideFromLeft 0.8s ease forwards;
  animation-delay: 0.6s;
}

.autopower-action-buttons {
  display: flex;
  gap: 14px;
  margin-left: -15px;
  opacity: 0;
}

.autopower-battery-card.autopower-visible .autopower-action-buttons {
  animation: slideFromLeft 0.8s ease forwards;
  animation-delay: 0.7s;
}

.autopower-cta {
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 14px;
}

.autopower-cta.autopower-primary {
  background: var(--lg-red);
  color: #000;
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}

.autopower-cta.autopower-secondary {
  border: 2px solid var(--lg-red);
  color: var(--lg-red);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}

.autopower-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4);
}

.autopower-product-display {
  width: 45%;
  text-align: right;
  opacity: 0;
}

.autopower-battery-card.autopower-visible .autopower-product-display {
  animation: zoomFromSmall 0.8s ease forwards;
  animation-delay: 0.3s;
}

@keyframes zoomFromSmall {
  from {
    opacity: 0;
    transform: scale(0.8) rotate(-5deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.autopower-product-display img {
  max-width: 85%;
  border-radius: 16px;
  transition: transform 0.4s ease;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
}

.autopower-battery-card.autopower-visible .autopower-product-display img:hover {
  transform: scale(1.08);
}

/* Navigation arrows */
.autopower-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #ffffff;
  transition: all 0.3s ease;
  z-index: 10;
}

.autopower-arrow:hover {
  background: var(--lg-red);
  color: #000;
  border-color: var(--lg-red);
  transform: translateY(-50%) scale(1.1);
}

.autopower-left-arrow {
  left: -25px;
}

.autopower-right-arrow {
  right: -25px;
}



html[dir="rtl"] {
  direction: rtl;
  text-align: right;
}