.elementor-15763 .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 20px;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #fffaf5, #fdf0f5); /* Soft cream → blush */
  text-align: center;
  padding: 35px 20px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}
.hero-section h1 {
  font-size: 30px;
  font-weight: 800;
  color: #8B0000; /* Deep Burgundy */
  margin-bottom: 12px;
}
.hero-section .subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 6px;
}

/* Highlight Cards */
.highlight-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}
.highlight-card {
  background: #ffe6f2; /* Soft blush */
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}
.highlight-card .icon {
  font-size: 28px;
  margin-bottom: 10px;
}
.highlight-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #6A1B9A; /* Deep purple */
  margin-bottom: 6px;
}
.highlight-card p {
  font-size: 15px;
  color: #444;
}

/* Extra Highlight */
.highlight-card.highlight-extra {
  background: #ffcce6; /* Slightly stronger pink */
  border: 2px solid #C2185B;
  font-weight: 600;
  color: #C2185B;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 26px;
  }
  .highlight-card h3 {
    font-size: 16px;
  }
  .highlight-card p {
    font-size: 14px;
  }
}/* End custom CSS */