.elementor-16361 .elementor-element.elementor-element-f7a7fe9{--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-58a4a84 *//* ===== Half Silk Sharee ===== */
.hs-sharee {
  --hs-bg: #fffdf9;
  --hs-accent: #7b2c4d; /* deep magenta */
  --hs-accent-2: #d49dbb; /* soft pink */
  --hs-text: #2c2c2c;
  --hs-muted: #666;
  --hs-card: #ffffff;
  --hs-soft: #f9f4f3;
  max-width: 900px;
  margin: 28px auto;
  padding: 24px;
  font-family: "Noto Sans Bengali", sans-serif;
  color: var(--hs-text);
  background: var(--hs-bg);
  border-radius: 18px;
  box-shadow: 0 8px 26px rgba(0,0,0,0.08);
}

/* Hero */
.hs-hero { text-align: center; padding: 6px 8px 14px; }
.hs-title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--hs-accent);
}
.hs-desc {
  font-size: 15px;
  color: var(--hs-muted);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Grid */
.hs-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.hs-card {
  grid-column: span 6;
  background: var(--hs-card);
  border-radius: 14px;
  padding: 16px;
  border: 1px solid rgba(123,44,77,0.15);
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
  transition: all 0.25s ease;
}
.hs-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.09);
}
.hs-card.hs-wide { grid-column: span 12; }

.hs-card h2 {
  font-size: 16px;
  font-weight: 800;
  color: var(--hs-accent);
  margin-bottom: 8px;
  position: relative;
  padding-left: 10px;
}
.hs-card h2::before {
  content: "";
  position: absolute;
  left: 0; top: 6px;
  width: 4px; height: 14px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--hs-accent), var(--hs-accent-2));
}

.hs-card p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--hs-text); }

/* Highlight */
.hs-highlight {
  margin-top: 16px;
  background: linear-gradient(135deg, #fff6fa, #fff9ef);
  border: 1px dashed var(--hs-accent-2);
  color: var(--hs-accent);
  font-weight: 700;
  text-align: center;
  padding: 12px;
  border-radius: 14px;
}

/* Responsive */
@media (max-width: 992px) { .hs-title { font-size: 26px; } }
@media (max-width: 768px) {
  .hs-grid { grid-template-columns: 1fr; }
  .hs-card, .hs-card.hs-wide { grid-column: span 1; }
}
@media (max-width: 480px) {
  .hs-sharee { padding: 16px; border-radius: 14px; }
  .hs-title { font-size: 22px; }
  .hs-desc { font-size: 14.5px; }
  .hs-card { padding: 14px; }
}/* End custom CSS */