.elementor-16323 .elementor-element.elementor-element-f7a7fe9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-58a4a84 */.product-section {
  max-width: 720px;
  margin: 30px auto;
  padding: 24px;
  font-family: "Noto Sans Bengali", sans-serif;
}

.product-card {
  background: linear-gradient(135deg, #fff5f5, #fdfdfd);
  border-radius: 18px;
  padding: 28px;
  border: 1px solid rgba(220, 20, 60, 0.2);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.15);
}

.product-title {
  font-size: 26px;
  font-weight: 800;
  color: #b71c1c; /* Deep Red */
  margin-bottom: 12px;
}
.product-desc {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 18px;
}
.product-details {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.product-details li {
  font-size: 15px;
  margin: 6px 0;
  color: #333;
  font-weight: 600;
}
.highlight {
  background: #ffe5e5;
  color: #a60000;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 10px;
  text-align: center;
  margin-top: 12px;
}/* End custom CSS */