.elementor-15829 .elementor-element.elementor-element-273c6bb{--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-a6fae65 */.product-card {
  max-width: 800px;
  margin: 30px auto;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff, #fff5f8);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  font-family: "Noto Sans Bengali", sans-serif;
  color: #333;
}

.product-card h2 {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  color: #d81b60;
  margin-bottom: 15px;
}

.product-card .intro {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
  text-align: center;
}

.details {
  padding: 20px;
  background: #fff0f6;
  border-left: 6px solid #d81b60;
  border-radius: 16px;
  margin-bottom: 20px;
}

.details h3 {
  font-size: 18px;
  color: #ad1457;
  margin-bottom: 12px;
}

.details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.details ul li {
  font-size: 15px;
  margin-bottom: 8px;
}

.outro {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #555;
  margin-top: 15px;
}/* End custom CSS */