.elementor-16193 .elementor-element.elementor-element-ed415e7{--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-bcc15e5 *//* Sharee Piece */
.saree-piece {
  max-width: 900px;
  margin: 30px auto;
  padding: 28px;
  font-family: "Noto Sans Bengali", sans-serif;
  background: linear-gradient(135deg, #fffafc, #fef5f8);
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.07);
  color: #333;
}

/* Hero */
.saree-hero { text-align: center; margin-bottom: 24px; }
.saree-title {
  font-size: 26px;
  font-weight: 800;
  color: #880e4f; /* Elegant soft maroon */
  margin-bottom: 6px;
}
.saree-sub {
  font-size: 15px;
  color: #555;
  font-weight: 500;
}

/* Content Layout */
.saree-content {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
  align-items: start;
}
.saree-card {
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(136,14,79,0.2);
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.saree-card h2, .saree-card h3 {
  color: #880e4f;
  font-weight: 700;
  margin-bottom: 12px;
}
.saree-card ul {
  padding-left: 18px;
  margin: 0;
  line-height: 1.7;
  color: #444;
}
.saree-side p {
  line-height: 1.6;
  font-size: 15px;
  color: #555;
}

/* Footer */
.saree-footer { margin-top: 20px; text-align: center; }
.saree-note {
  font-size: 15px;
  color: #880e4f;
  font-weight: 600;
}

/* Hover effect */
@media (hover:hover) {
  .saree-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.12);
  }
}

/* Responsive */
@media (max-width: 900px) {
  .saree-content { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .saree-piece { padding: 16px; border-radius: 14px; }
  .saree-title { font-size: 22px; }
  .saree-card { padding: 12px; }
}/* End custom CSS */