.elementor-15819 .elementor-element.elementor-element-f4a1351{--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-f527a90 */.product-card {
  max-width: 800px;
  margin: 20px auto;
  padding: 25px;
  border: 2px solid #f1592a;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: 'Noto Sans Bengali', sans-serif;
}

.product-title {
  color: #262363;
  font-size: clamp(20px, 2.8vw, 28px);
  margin-bottom: 10px;
  text-align: center;
}

.product-subtitle {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.section-title {
  color: #f1592a;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.product-list {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 20px;
}

.product-list ul {
  margin-top: 6px;
}

.product-footer {
  margin-top: 20px;
  font-size: 14px;
  color: #555;
  text-align: center;
  font-weight: 600;
  border-top: 1px dashed #f1592a;
  padding-top: 12px;
}

/* Responsive */
@media (max-width: 600px) {
  .product-card {
    padding: 18px;
  }
  .product-title {
    font-size: 20px;
  }
  .product-subtitle {
    font-size: 14px;
  }
  .section-title {
    font-size: 16px;
  }
  .product-list {
    font-size: 14px;
  }
}/* End custom CSS */