.elementor-84 .elementor-element.elementor-element-89a49a4{--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-f133709 */.sharee-premium {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Noto Sans Bengali", sans-serif;
  color: #333;
  line-height: 1.7;
  padding: 30px 15px;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #fff5e6, #fff0f5);
  padding: 40px 25px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}
.hero-section h1 {
  font-size: 32px;
  font-weight: 800;
  color: #c2185b;
  margin-bottom: 15px;
}
.hero-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 6px;
}

/* Highlight Cards */
.highlight-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}
.highlight-card {
  background: #fff5f0;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}
.highlight-card .icon {
  font-size: 28px;
  margin-bottom: 8px;
}
.highlight-card p {
  font-size: 15px;
  color: #444;
}

/* Extra Highlight for Blouse Piece */
.highlight-card.highlight-extra {
  background: #ffe6f2;
  border: 2px solid #d63384;
  font-weight: 700;
  color: #b91c1c;
}

/* Trust Block */
.trust-block {
  background: #fdebf3;
  padding: 22px;
  border-radius: 16px;
  margin-bottom: 25px;
}
.trust-block h2 {
  font-size: 20px;
  color: #b91c1c;
  margin-bottom: 12px;
}
.trust-block ul {
  padding-left: 18px;
  list-style: none;
}
.trust-block ul li {
  margin-bottom: 8px;
  font-size: 16px;
}

/* Closing Note */
.closing-note {
  background: linear-gradient(90deg, #fff0e6, #ffe6f0);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #c2185b;
  padding: 20px;
  border-radius: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 26px;
  }
  .highlight-card p,
  .trust-block ul li {
    font-size: 15px;
  }
}/* End custom CSS */