/* ------------------banner(service request)---------------------- */
.products-banner {
  background-image: url("../images/service-request/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 176px;
  display: grid;
  place-items: center start;
}
.banner-heading {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .products-banner {
    height: 88px;
  }
  .banner-heading {
    font-size: 20px;
  }
}
/* <!------------------------product heading----------------------------> */

.product-heading {
  width: 100%;
  height: 524px;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 10;
  will-change: height;
  transition: height 0.5s ease;
}

.product-heading video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.details-link {
  display: inline-block;
  color: #fff !important;
}
.details-link:hover {
  color: #dd1f4d !important;
}

.video-overlay {
  display: block;
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 20px;
  background: transparent;
  color: white;
}
.video-mobile-overlay {
  display: none;
}
.product-heading-text {
  display: grid;
  place-items: center start;
}
.image-position {
  margin-left: 130px;
}

.product-heading-text h1 {
  font-weight: 700;
  font-size: 30px;
  color: #393939;
}

.details-button,
.details-button-1 {
  padding: 9px 60px !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 0;
}

.details-button:hover {
  background: transparent;
  color: #dd1f4d !important;
  border: 1px solid #dd1f4d;
}
.product-heading-text a {
  display: block !important;
}
.button-1 {
  color: #dd1f4d !important;
}
.details-button-1:hover {
  color: #fff !important;
}
.product-heading.shrink {
  height: 250px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.product-heading-video.shrink {
  position: fixed;
  top: 0;
  left: 0;
  height: 250px;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

.product-heading.shrink .video-overlay {
  padding-top: 0px;
  transition: padding 0.4s ease;
  position: relative;
  z-index: 2;
}

.product-heading.shrink .product-heading-text h1 {
  font-size: 22px;
  transition: font-size 0.4s ease;
}

.product-heading.shrink .image-position {
  transform: scale(0.85);
  transition: transform 0.4s ease;
}


@media (max-width: 992px) {
  .product-heading {
    position: relative !important;
    height: auto;
  }
  .product-heading-spacer {
    display: none;
  }

  .product-heading video {
    object-fit: fill;
  }
  .video-mobile-overlay {
    display: block;
    position: relative;
    z-index: 2;
    padding: 48px 22px;
    background: transparent;
    color: white;
  }
  .video-overlay {
    display: none;
  }
  .image-position {
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .details-button,
  .details-button-1 {
    padding: 9px 30px !important;
  }
  .product-heading-text h1 {
    font-weight: 700;
    font-size: 24px;
    color: #393939;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .product-details-container {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .details-button,
  .details-button-1 {
    padding: 9px 30px !important;
  }
}

/* <!-------------------product details -------------------> */

.product-background-box {
  width: 100%;
  height: auto;
  background-image: url("../images/LFP/LFP-5kwh-desktop.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product-details {
  width: 100%;
  height: 100%;
  padding: 80px 0;
  background-color: transparent;
}
.product-details-container {
  height: 100%;
}

.product-text p {
  font-size: 16px;
  font-weight: 400;
  color: #6b748c;
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-background-box {
    background-position: -160px center;
  }
  .product-heading-spacer {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .product-background-box {
    background-image: none;
    background-color: #fff;
    height: auto;
  }

  .product-details {
    padding: 0;
    background-color: #fff;
  }
  .product-text {
    margin: 0 !important;
  }
  .product-mobile-img {
    max-width: 90% !important;
    height: auto;
    margin: 0 auto;
  }

  .product-img-wrapper {
    display: block;
  }
  .product-text p {
    padding: 48px 22px 0 22px;
  }
  .mobile-image {
    display: block;
  }
  .web-image {
    display: none;
  }
}

/* ----------------features--------------- */
.features-section {
  background-image: linear-gradient(
    to right,
    #eff4f8 33.33%,
    #eff3f6 66.66%,
    #c6cdd3 100%
  );
}
.card {
  background: transparent;
  border: none;
  padding: 56px 0;
}
.card-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #393939;
}
.features-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  text-transform: capitalize !important;
}
@media (max-width: 768px) {
  .features-content {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .features-content p {
    margin: 0;
  }
  .features-content img {
    width: 40px;
    height: 40px;
  }
  .card {
    padding: 0 22px;
  }
  .features-section {
    padding: 48px 0;
  }
}
/* ---------------------specification ---------------------*/
.specification-image {
  max-width: 471px;
  max-height: 296px;
  width: 100%;
  height: auto;
}
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: #dc3545;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #dc3545;
}
.specification-text {
  font-size: 16px;
  font-weight: 500;
  color: #6b748c;
  letter-spacing: 0.02em;
}
.specification-text-header {
  color: #2b2d37;
}
@media (max-width: 768px) {
  .specification-text {
    font-size: 14px;
  }
  .specification-section {
    padding-left: 22px;
    padding-right: 22px;
  }
}
