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