.elementor-16001 .elementor-element.elementor-element-c94a11e{--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-5c42e7b *//* Scoped styles for লালপরশ চুড়ি */
.lalparosh-wrap {
  max-width: 900px;
  margin: 28px auto;
  padding: 28px;
  font-family: "Noto Sans Bengali", sans-serif;
  color: #2e2e2e;
  background: #fff6f5; /* Soft cream with subtle red tint */
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(16,24,40,0.06);
}

/* Hero Section */
.lalparosh-hero { text-align: center; margin-bottom: 20px; }
.lalparosh-title {
  font-size: 26px;
  color: #d32f2f; /* Deep red accent */
  font-weight: 800;
  margin-bottom: 6px;
}
.lalparosh-sub { font-size: 15px; color: #555; margin:0; }

/* Highlights Area */
.lalparosh-highlights {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 18px;
  align-items: start;
}

/* Card Base */
.lalparosh-card {
  background: linear-gradient(180deg,#ffffff,#ffeaea);
  border-radius: 14px;
  padding: 16px;
  border: 1px solid rgba(211,47,47,0.08);
  box-shadow: 0 6px 18px rgba(11,17,23,0.04);
}
.lalparosh-card h2, .lalparosh-card h3 { margin:0 0 10px; color:#d32f2f; font-weight:700; }
.lalparosh-card ul { margin:0; padding-left:18px; line-height:1.65; color:#333; }
.lalparosh-card p { margin:0; color:#444; }

/* Large card & Side card */
.lalparosh-card-large { padding:20px 20px; }
.lalparosh-card-side h3 { font-size:16px; }
.lalparosh-card-side ul { padding-left:16px; }

/* Footer Note */
.lalparosh-footer { margin-top:20px; text-align:center; }
.lalparosh-note { color:#b71c1c; font-size:15px; font-weight:600; }

/* Hover effect */
@media (hover: hover) {
  .lalparosh-card:hover, .lalparosh-card-large:hover, .lalparosh-card-side:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(11,17,23,0.08);
  }
}

/* Responsive */
@media (max-width:900px) { 
  .lalparosh-highlights { grid-template-columns:1fr; } 
  .lalparosh-card-side { order:2; }
}
@media (max-width:480px){
  .lalparosh-wrap { padding:16px; border-radius:12px; }
  .lalparosh-title { font-size:22px; }
  .lalparosh-card, .lalparosh-card-large, .lalparosh-card-side { padding:12px; }
}/* End custom CSS */