.elementor-15662 .elementor-element.elementor-element-3bac893{--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-dbf6a45 */.thanaka-premium {
  max-width: 950px;
  margin: 0 auto;
  font-family: "Noto Sans Bengali", sans-serif;
  color: #333;
  line-height: 1.8;
  padding: 30px 20px;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #fff8f0, #fff0f5); /* Soft cream → light pink */
  text-align: center;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  margin-bottom: 35px;
}
.hero-section h1 {
  font-size: 32px;
  font-weight: 900;
  color: #C2185B; /* Plum Pink */
  margin-bottom: 10px;
}
.hero-section .subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 5px;
}

/* Benefits Section */
.benefits-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin-bottom: 30px;
}
.benefit-card {
  background: #fff0f5; /* Soft blush */
  border-radius: 18px;
  padding: 22px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.benefit-card .icon {
  font-size: 30px;
  margin-bottom: 10px;
}
.benefit-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #6A1B9A; /* Deep purple */
  margin-bottom: 8px;
}
.benefit-card p {
  font-size: 15px;
  color: #444;
}

/* Extra Highlight */
.benefit-card.highlight-extra {
  background: #ffcce6; /* Stronger blush */
  border: 2px solid #C2185B;
  font-weight: 600;
  color: #C2185B;
}

/* Trust Section */
.trust-section {
  background: #f3e5f5; /* Light lavender */
  padding: 22px;
  border-radius: 18px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #6A1B9A;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 26px;
  }
  .benefit-card h3 {
    font-size: 16px;
  }
  .benefit-card p {
    font-size: 14px;
  }
  .trust-section {
    font-size: 15px;
  }
}/* End custom CSS */