/* -------------------banner section-------------------------- */
.banner-section {
  padding: 84px 0 34px 0;
  background-image: url("../images/product-details-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product-info-container {
  padding: 44px 0;
}
.banner-header {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #333333;
  margin: 0;
}
.banner-subheader {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #333333;
  margin-bottom: 6px;
}
.product-info-list {
  padding-left: 20px;
  margin-bottom: 8px;
  margin-top: 25px;
}
.product-info-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #4d4d4d;
  margin-bottom: 5px;
}
.price-details {
  font-weight: 600;
  font-size: 25px;
  color: #009a4e;
  margin-bottom: 21px;
}
.price-details span {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.banner-image-wrapper .item img{
  border-radius: 20px;
}
.enquire-button {
  padding: 10px 90px;
  border: 1px solid #108100;
  border-radius: 10px;
  background-color: transparent;
  color: #108100;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.enquire-button:hover {
  background-color: #108100;
  color: #fff;
}
.buy-button {
  background-color: #108100;
  color: #fff;
  border-radius: 49px;
  padding: 10px 90px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.buy-button:hover {
  background-color: transparent;
  color: #108100;
  border: 1px solid #108100;
}
.download-link {
  text-decoration: none;
  color: #009a4e;
}
.download-link span {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.banner-img {
  margin-bottom: 34px;
}
.thumb {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 5px;
  transition: 0.3s;
}

.thumb.active-thumb {
  border-color: #108100;
  transform: scale(1.05);
}
.owl-carousel .owl-stage {
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .product-info-container button {
    min-width: 282.46px;
  }
  .product-info-container {
    padding: 0;
  }
  .banner-header {
    font-size: 22px;
  }
  .banner-subheader {
    font-size: 16px;
  }
}
/* ----------------------product details------------ */
.product-specs-section {
  padding: 57px 0;
}
.products-specs-content {
  margin-bottom: 0;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 23px;
  color: #4d4d4d;
  text-align: center;
}
/* -----------------------features section--------------- */
.features-heading-container {
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
}

.features-link {
  text-decoration: none;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 20px 0;
}
.features-link:hover {
  color: #0da02e;
}
.specs-table {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  max-width: 525px;
  outline: 1px solid #d9d9d9;
}
.specs-table th {
  font-weight: 500;
  min-width: 315px;
}
.specs-table td {
  min-width: 212px;
}
.specs-table td,
.specs-table th {
  padding: 12px 18px;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}
.feature-card {
  background: #f2fff6;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  min-height: 230px;
}

.feature-card h6 {
  font-size: 18px;
  font-weight: 600;
  color: #16301c;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.use-cases-section ul {
  padding-left: 0;
  list-style-type: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #2b2d37;
}
.tab-section {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.5s ease,
    opacity 0.4s ease;
}

.tab-section.active {
  max-height: none;
  height: auto;
  opacity: 1;
}

.features-link.active {
  color: #0da02e;
  font-weight: 600;
  border-bottom: 1px solid #0da02e;
}
@media (max-width: 768px) {
  .features-link {
    font-size: 12px;
    padding: 10px 0;
  }
  .specs-table th {
    min-width: 50%;
  }
  .specs-table td {
    min-width: 50%;
  }
}
