	.product-coal {
  padding: 80px 0;
}
.product-coal .product-heading {
  text-align: center;
  margin-bottom: 60px;
}

.product-coal .product-title {
  color: rgb(3 51 118);
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.product-coal .product-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #2d4b12;
}
.product-coal .product_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
}
.product-coal .product_title a {
  color: rgb(3 51 118);
}
.product-coal .bp_product_item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(45, 75, 18, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.product-coal .product-specs {
  padding: 0;
  display: grid;
  background: transparent;
  border-radius: 0;
  margin: 0;
  border: none;
  gap: 15px;
  margin-bottom: 30px;
}
.product-coal .spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(45, 75, 18, 0.2);
}
.product-coal .cls_img_product_focus img {
  height: 180px;
  object-fit: cover;
}
.product-coal .bp_content_product {
  padding: 30px;
}
.btn-default {
    background: rgb(3 51 118);
}
.page-header-box h1 {
    color: rgb(3 51 118);
}
