
.product-hero {
    position: relative;
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: -121px; */
}
.hero-title h1 {
    color: white !important;
    font-size: 48px;
    font-weight: 700;
}
section.product-hero:before {
    content: "";
    background-color: rgb(41 35 53 / 64%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.product-hero .hero-bg {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  opacity: 0.66;
  z-index: 1;
}
.product-hero .hero-title {
  position: relative;
  z-index: 2;
}
.product-hero h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 2px;
}
.product-content {
  background: #fff;
  padding: 56px 0 32px 0;
}
.product-content .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
}
.product-content h2 {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #232323;
}
.product-content .under-line {
  width: 58px;
  height: 4px;
  background: #c3251c;
  margin-bottom: 28px;
}
.product-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #232323;
}
.product-content p {
  color: #555;
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 18px;
}
.product-card-section {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  max-width: 1060px;
  margin: 48px auto 24px auto;
  justify-content: flex-start;
}
.product-card {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  width: 340px;
  transition: box-shadow 0.22s;
  box-shadow: 0 2px 24px rgba(24,24,24,0.06);
  margin-bottom: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  box-shadow: 0 8px 32px rgba(24,24,24,0.10);
}
.product-card-img {
  height: 260px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-img img {
  max-height: 200px;
  max-width: 95%;
  margin: 0 auto;
  display: block;
}
.product-card-body {
  padding: 26px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-card-body h4 {
  font-size: 1.28rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #2b2b2b;
  letter-spacing: 0.5px;
}
.know-more {
  color: #222;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.03em;
  font-size: 1.05rem;
  transition: color 0.22s;
}
.know-more span {
  font-size: 1.12em;
  vertical-align: middle;
}
.know-more:hover { color: #c3251c; }
.features-note-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1150px;
  margin: 48px auto 32px auto;
  justify-content: flex-start;
}
.features-col {
  flex: 1 1 320px;
  min-width: 260px;
}
.features-col h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
  border-bottom: 2px solid #e74c3c;
  display: inline-block;
  padding-bottom: 2px;
}
.feature-list {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: disc;
  color: #222;
  font-size: 1rem;
}
@media (max-width: 800px) {
  .features-note-wrap { flex-direction: column; gap: 30px; }
  .features-col { min-width: 0; }
}

.capacity-chart-wrap { max-width: 1200px; margin:46px auto; padding:0 10px; }
.capacity-chart-wrap h2 { font-size:2rem; font-weight:700; margin-bottom:8px; }
.capacity-chart-wrap .under-line { width: 65px; height: 3px; background:#c3251c; margin-bottom:22px;}
.table-scroll { overflow-x:auto; }
.capacity-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 640px;
  margin-bottom: 24px;
}
.capacity-table th, .capacity-table td {
  border: 1px solid #ddd;
  padding: 12px 10px;
  text-align: center;
  font-size: 1rem;
}
.capacity-table th {
  background: #2d313c;
  color: #fff;
  font-weight: 600;
  font-size: 1.08rem;
}
@media (max-width: 700px) {
  .features-col h2 { font-size: 1.3rem; }
  .capacity-chart-wrap h2 { font-size: 1.11rem; }
  .capacity-table th, .capacity-table td { font-size: 0.79rem; padding:8px 4px;}
}



/*------------Application css's----------------*/
