* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#site-header {
    display: none;
}
.hero {
      position: relative;
      height: 100vh;
      min-height: 780px;
      display: flex;
      align-items: center;
      color: white;
      overflow: hidden;
    }
    .video-bg {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      z-index: 1;
    }
    .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.62);  /* dark overlay taake text padhne mein aasani ho */
      z-index: 2;
    }
    .hero-content {
      position: relative;
      z-index: 3;
      top: -60px;
          max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    width: 100%;
}
    .top-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 60px;
      flex-wrap: wrap;
      gap: 20px;
    }
    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .logo img { height: 80px; width: auto; }
    .logo-text { font-size: 2.2rem; font-weight: 800; color: #f97316;
    display: block; }
    .tagline { font-size: 1.1rem; opacity: 0.9; display: block;}
    .contact-top { text-align: right; }
    .contact-top span { display: block; opacity: 0.9; margin-bottom: 6px; }
    .phone-number {
      font-size: 1.8rem;
      font-weight: 700;
      color: #f97316;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: flex-end;
    }
    .main-heading {
      font-size: 46px;
      font-weight: 800;
      line-height: 1.5;
      text-align: start;
      max-width: 1000px;
      /* padding: 0 0 24px; */
    }
    .sub-headingg {
      font-size: 2rem;
      color: #f97316;
      text-align: start;
      /* margin-bottom: 60px; */
      padding: 40px 0;
    }
    .features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 900px;
      margin: 0;
    }
    .feature-item {
      display: flex;
      align-items: start;
      gap: 16px;
      font-size: 1.3rem;
      font-weight: 500;
    }
    .feature-item i { color: #f97316; font-size: 1.8rem; }
    .buttons {
      display: flex;
      gap: 30px;
      justify-content: start;
      flex-wrap: wrap;
    }
    .btn {
      padding: 18px 50px;
      font-size: 1.25rem;
      font-weight: 700;
      border-radius: 50px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      transition: all 0.3s;
      box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    }
    .btn-whatsapp { background:#25D366; color:white; border:2px solid #25D366; }
    .btn-whatsapp:hover { background:#1da851; transform:translateY(-4px); }
    .btn-call { background:#f97316; color:white; border:2px solid #f97316; }
    .btn-call:hover { background:#ea580c; transform:translateY(-4px); }

    @media (max-width: 768px) {
      .main-heading { font-size: 22px; }
      .sub-headingg { padding: 20px 0;
        font-size: 18px; }
      .contact-top { text-align: center; }
      .buttons { flex-direction: column; width: 100%; 
              max-width: 60%;
            }
      .btn { width: 100%; justify-content: center; }
      .page-width {
    padding: 0 16px !important;
}
.hero {
    position: relative;
    /* height: 85vh; */
     min-height: 0px;
    }
.feature-item i {
    color: #f97316;
    font-size: 18px;
}
.feature-item {
    font-size: 16px;
    font-weight: 500;
}
.btn {
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 700;
}
.hero-content {
      top: -6px;
    padding: 40px 16px;
}
.logo img{
    height: 60px;
    width: 60px;
}
.logo-text {
    display: none;
  }
.tagline {
    display: none;
}
.phone-number {
    font-size: 18px;
}
    }



/* about section  */

.about-section {
  position: relative;
  background: #f8f9fa;
  padding: 80px 0px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.images-column {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.main-image,
.small-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
      border: 18px solid #fff;
    border-radius: 30px;
}

.main-image img,
.small-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* .main-image {
  aspect-ratio: 4 / 3;
} */

.small-image {
  aspect-ratio: 3 / 2;
  width: 70%;
 margin-left: 206px;
  margin-top: -120px;
  position: relative;
  z-index: 2;
}

.text-column {
  padding: 20px 0;
}

.subtitle {
  color: #f59e0b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.titlee {
     font-size: 26px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #111;
    line-height: 1.2;
    /* padding-bottom: 20px; */
    font-family: math;
}

.titlee span {
  color: #f59e0b;
}

.description {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 32px;
  color: #555;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 500;
}

.check {
  font-size: 26px;
  color: #f59e0b;
  font-weight: bold;
}

.book-btn {
  display: inline-block;
  background: #f59e0b;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 42px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.3);
}

.book-btn:hover {
  background: #d97706;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.4);
}

@media (max-width: 768px) {
   .about-section {
    padding: 40px 0px;
  }
  .container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .small-image {
   margin-left: 106px;
   
  }

  .features {
    grid-template-columns: 1fr;
  }
}


/* brand logo img   */

.section {
  padding: 80px 0px;
  text-align: center;
  background: white;
}

/* .containeerr {
  max-width: 1200px;
  margin: 0 auto;
} */

.heading {
  font-size: 34px;
    font-family: cursive;
  font-weight: 800;
  color: #111;
  margin-bottom: 50px;
  line-height: 1.1;
}

.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 60px;
  margin-bottom: 100px;
}

.brand-logo {
  height: 50px;
  width: 120px;
  object-fit: contain;
  /* filter: grayscale(100%); */
  transition: filter 0.3s;
}

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

.sub-heading {
  font-size: clamp(28px, 4.5vw, 44px);
  font-family: math;
  font-weight: 700;
  color: #f59e0b;
  margin: 60px 0 70px;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 40px; */
  position: relative;
}

.step {
  width: 380px;
  background: white;
  border-radius: 16px;
  padding: 30px 20px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}

.step-number {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: #f59e0b;
  color: white;
  font-size: 22px;
  font-weight: bold;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid white;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

.step-image {
  height: 180px;
  margin-bottom: 25px;
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.step-text {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-top: 15px;
}

.arrows {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
}

.arrow {
  font-size: 60px;
  color: #d1d5db;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .steps {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }

  .arrows {
    display: none;
  }

  .step {
    width: 100%;
    max-width: 380px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 60px 15px;
  }

  .heading {
    font-size: 36px;
  }

  .sub-heading {
    font-size: 32px;
  }

  .brands {
    gap: 40px 40px;
  }

  .brand-logo {
    height: 50px;
  }
}

/* trusted section  */

.trusted-section {
  background-image: url(img/moving_text_shape.webp);
  background-color: black;
  position: relative;
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

/* Dark wavy topographic background */


.waves {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(30, 58, 138, 0.4) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(30, 58, 138, 0.35) 0%, transparent 60%),
    radial-gradient(circle at 40% 80%, rgba(59, 130, 246, 0.25) 0%, transparent 50%);
  opacity: 0.7;
  z-index: 2;
  animation: subtle-shift 25s infinite alternate ease-in-out;
}

@keyframes subtle-shift {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(40px, 30px) scale(1.05);
  }

  100% {
    transform: translate(-30px, -20px) scale(1.02);
  }
}

/* Optional layered wave SVG for more topographic feel */
.wave-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 3;
  opacity: 0.15;
}

.contennt {
  position: relative;
  z-index: 4;
  max-width: 900px;
  padding: 0 30px;
}

.main-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: -1px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.sub-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
  opacity: 0.95;
}

.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #f59e0b;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 18px 48px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(245, 158, 11, 0.4);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.call-btn:hover {
  background: #d97706;
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(245, 158, 11, 0.5);
}

.phone-icon {
  font-size: 26px;
}

@media (max-width: 768px) {
  .trusted-section {
    min-height: 50vh;
  }

  .main-title {
        font-size: 22px;
        line-height: normal;
    }

  .sub-title {
        font-size: 16px;
        margin-bottom: 30px;
    }

      .call-btn {
        padding: 10px 40px;
        font-size: 16px;
    }
}

/* reviews sec  */
.battery-service-card {
  max-width: 420px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-family: system-ui, -apple-system, sans-serif;
  margin: 20px auto;
  border: 1px solid #e5e7eb;
}

.battery-service-card .s-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 260px;
}

.content {
  padding: 24px 24px 28px;
  text-align: center;
}

.icon-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.icon-box {
  width: 80px;
  height: 64px;
  background: #f97316;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.icon-box svg {
  width: 40px;
  height: 40px;
  color: #3b82f6;
}

.title {
  font-size: 1.38rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.descriptionn {
  font-size: 1.03rem;
  line-height: 1.55;
  color: #4b5563;
  margin: 0 0 24px;
  text-align: start;

}

.btn-quote {
  display: inline-block;
  background: #f97316;
  color: white;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.25);
}

.btn-quote:hover {
  background: #ea580c;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.35);
}

.reviews-sec {
  padding: 60px 0;
  background-image: url(img/services-bg.webp);
}
.reviews-sec .page-width {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0px 80px;
}

.page-width {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 80px;
}

.main-btn-clasNEW {
    padding-top: 44px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
    display: block !important;
}
.main-head {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    font-family: auto;
}
 .icon-img {
    width: 50px !important;
}
.swiper-pagination-progressbar{
  position: unset !important;
    width: 80% !important;
    margin: 0 auto;
}
.swiper-button-next {
    width: 10px;
    color: black;
    position: absolute;
    z-index: 1;
    bottom: 0px !important;
}
.main-btn{
    position: relative;
    top: -13px;
}
.swiper-button-next {
    width: 10px !important;
    color: black !important;
}
.swiper-button-prev {
    width: 10px !important;
    color: black !important;
}
.swiper-pagination-progressbar-fill {
    background: black !important;
}
@media (max-width:768px) {
  .battery-service-card {
    margin: 16px;
  }
  .swiper-slide.swiper-slide-active {
    margin-right: 0 !important;
    width: 90% !important;
}
  .reviews-sec {
    padding: 40px 0;
}
.icon-img {
    width: 50px !important;
    height: auto !important;
    display: block !important;
}
.main-head {
    font-size: 28px;
}

  .content {
    padding: 20px;
  }
  
}



/* car brand sec  */

.marquee-section {
      background: rgb(255 225 174 / 40%);
      color: #0f172a;
      padding: 80px 0;
      overflow: hidden;
      text-align: center;
      font-family: system-ui, -apple-system, sans-serif;
    }

    .marquee-title {
      font-size: 2.1rem;
      font-weight: 700;
      margin: 0 0 40px;
      letter-spacing: 1px;
    }

    .marquee-container {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    .marquee-track {
      display: flex;
      animation: scroll-reverse 30s linear infinite;
      will-change: transform;
    }

    .marquee-item {
      flex: 0 0 auto;
      margin: 0 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .marquee-item img {
      height: 80px;
      width: auto;
      max-width: 180px;
      object-fit: contain;
      /* filter: brightness(0) invert(1);   makes logos white – remove if you want original colors */
      transition: transform 0.4s ease;
    }

    .marquee-item img:hover {
      transform: scale(1.15);
    }

    /* Right → Left scroll first */
    @keyframes scroll-reverse {
      0% {
        transform: translateX(0);
      }
      50% {
        transform: translateX(-50%);
      }
      100% {
        transform: translateX(0);
      }
    }

    /* Optional: slower & smoother feel */
    .marquee-track {
      animation-duration: 40s;   /* adjust speed: higher = slower */
      animation-timing-function: linear;
      animation-direction: normal; /* forward first, then we reverse via JS if needed */
    }

    @media (max-width: 768px) {
      .marquee-section {
    padding: 40px 0;
      }
      .marquee-item img {
        height: 60px;
      }
      .marquee-title {
        font-size: 25px;
      }
      .marquee-item {
        margin: 0 25px;
      }
      .marquee-track {
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-direction: normal;
}
    }

/* car brand sec end */



/* <!-- faq section Started --> */
.faq{
  padding: 80px 0 !important;
  background-color: #fff3de;
}
.faq-wrapper {
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto;
}



.main-container {
     display: flex;
    flex-direction: row-reverse;
    gap: 100px;
    align-items: start;
}


/* Left - FAQ */
.faq-left {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 60%;
}

.faq-header {
  color:black;
  /* padding: 30px; */
  text-align: center;
}

.faq-header h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.faq-header p {
  font-size: 1.1rem;
  opacity: 0.95;
}

.faq-items {
  padding: 10px 0;
}

.faq-item {
  border-bottom: 1px solid #eee;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  padding: 20px 28px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.25s;
}

.faq-question:hover {
  background: #fff5ec;
}

.faq-question span {
  font-size: 1.12rem;
  font-weight: 500;
  color: #222;
}

.arrow {
  font-size: 1.5rem;
  transition: transform 0.35s;
  color: #ff6b00;
}

.faq-question.active .arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 28px;
  background: #fafafa;
  color: #555;
  line-height: 1.7;
  transition: max-height 0.4s ease, padding 0.35s ease;
}

.faq-answer.active {
  max-height: 500px;
  /* adjust if needed */
  padding: 25px 28px;
}

/* Right - Images */
.faq-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 40%;
}


@media (max-width: 768px) {
  .faq {
    padding: 40px 0 !important;
}
.faq-wrapper {
    padding: 0 16px;
}
  .main-container {
       flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
  .faq-left {
    width: 100%;
}

  .faq-right {
    width: 100%;
  }
}

/* end faq section  */

/* behind sec  */

  .behined {
    padding: 80px 0;
    background: #fff;
  }
  .behined .page-width {
    padding: 0 100px;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
  }

  .behined .heading {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

  .behined .des {
    color: #555;
    margin-bottom: 36px;
    font-size: 20px;
    font-family: 'Inter';
}

  .testimonial-card {
    background: #fff;
    border: 1px solid #ff6b00;
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
    margin-right: 18px;
  }

  .stars {
    width: 100px;
    height: auto;
  }

  .c-title {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
  }

  .c-des {
    color: #444;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: normal;
  }

  .name {
    border-top: 1px solid #ff6b00;
    padding-top: 12px;
    font-weight: 800;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-top: auto;
  }

  /* FIX: swiper-slide ko height auto karo taake cards stretch ho */
  .behined .swiper-slide {
    height: auto;
  }

  .swiper-pagination {
    margin-top: 40px !important;
    position: relative !important; 
  }

  .swiper-pagination-bullet {
    background: black !important;
    border: 1px solid #ff6b00 !important;
    opacity: 1 !important;
    width: 14px !important;
    height: 14px !important;
}

  .swiper-pagination-bullet-active {
    background: #ff6b00 !important;
    width: 18px !important;
    height: 18px !important;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .behined {
      padding: 40px 0;
    }
    .behined .page-width {
      padding: 0 16px;
    }
    .behined .heading {
      font-size: 32px;
     line-height: 1.2;
      letter-spacing: 5%;
      text-align: center;
      margin: 0 auto;
      max-width: 300px;
    }
    .behined .swiper {
      padding-top: 20px;
    }
    .behined .swiper-slide {
      display: flex;
      flex-direction: column;
      gap: 15px;
      margin-bottom: 0px;
    }
    
    .swiper-pagination {
    margin-top: 10px;
}
.behined .des {
    color: #555;
    margin-bottom: 18px;
    font-size: 16px;
    font-family: 'Inter';
    padding-top: 10px;
}
  }

/* behind sec end  */



/* footer  */
.custom-footer {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #e2e8f0;
  padding: 70px 5% 30px;
}

.custom-footer .container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 20px;
}

.footer-desc {
  font-size: 15px;
  opacity: 0.85;
  line-height: 1.6;
}

.footer-col h4 {
  color: #f97316;
  margin-bottom: 20px;
  font-size: 18px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #e2e8f0;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #f97316;
}

.footer-col p {
  margin-bottom: 12px;
  font-size: 15px;
}

.footer-col i {
  color: #f97316;
  margin-right: 8px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(249,115,22,0.15);
  border-radius: 8px;
  margin-right: 10px;
  color: #f97316;
  transition: 0.3s;
}

.social-links a:hover {
  background: #f97316;
  color: white;
}

.footer-bottom {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(249,115,22,0.15);
  font-size: 14px;
  opacity: 0.7;
}
.f-logo {
    width: 100px;
    height: auto;
}

@media (max-width: 768px) {
  .custom-footer .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-footer .container {
    grid-template-columns: 1fr;
  }
}



    

/* footer end  */

footer#site-footer {
    display: none;
}

html {
  scroll-behavior: smooth;
}
.c-dudes {
    color: #f97316;
}