/* <!------------------------product heading----------------------------> */
.video-overlay {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 20px;
  background: transparent;
  color: white;
}
.product-heading.shrink {
  height: 260px;
  position: sticky;
  top: 0;
  z-index: 10;
}

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

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

.product-heading.shrink .image-position {
  transform: scale(0.43);
  transition: transform 0.4s ease;
}
/* <!-------------------product details -------------------> */

.product-background-box {
  width: 100%;
  height: auto;
  background-image: url("../images/inverter/Tab-Hybrid-Inverter.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.product-text ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #6b748c;
  text-align: justify;
  list-style-type: none;
}
.product-text ul {
  padding-left: 0;
}
.product-text ul li span {
  color: #393939;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .product-text ul {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-background-box {
    background-position: -160px center;
  }
}

@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%;
    height: auto;
    margin: 0 auto;
  }

  .product-img-wrapper {
    display: block;
  }
  .product-text p,
  .product-text ul {
    padding: 48px 22px 0 22px;
  }
  .product-text p:nth-child(2),
  .product-text ul {
    padding: 0 22px !important;
  }

  .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;
}

.card-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #393939;
}

.features-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 0;
  text-transform: capitalize !important;
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  border-radius: 8px;
  height: 100%;
}

@media (max-width: 767px) {
  .features-box {
    flex-direction: column;
  }

  .features-content {
    width: 100%;
    max-width: 100%;
  }

  .feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-item img {
    margin-bottom: 10px;
    margin: 0 !important;
  }
  .carousel {
    margin-right: 70px;
  }
  .card-title {
    margin-left: 7px;
  }
}
@media(min-width:768px) and (max-width:992px){
  .features-box{
    flex-direction: column;
    gap: 20px;
  }


}

/* <!----------------------specifications ---------------------------> */
.specification-image {
  max-width: 330px;
  max-height: 330px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.specification-text {
  font-size: 15px;
}
.carousel {
  margin-left: 70px;
}
.table-subheader th {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #2b2d37;
}
.table-subheader td {
  font-size: 13px;
  font-weight: 400;
  color: #2b2d37;
}
.table-header-align th {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #2b2d37;
}

.sticky-col {
  position: sticky;
  left: 0;
  background-color: #fff;
  z-index: 1;
}

.table thead .sticky-col {
  z-index: 3;
}

.sticky-col::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #ddd;
  z-index: 4;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .table-responsive {
    overflow-x: auto;
    position: relative;
  }
  .fixed-table {
    width: 800px;
    table-layout: fixed;
  }

  .table thead .sticky-col {
    z-index: 2;
  }
}
