.elementor-16101 .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 *//* Semi Moslin Sharee Styles */
.moslin-wrap {
  max-width: 900px;
  margin: 30px auto;
  padding: 28px;
  font-family: "Noto Sans Bengali", sans-serif;
  color: #333;
  background: linear-gradient(135deg, #fdfdfd, #f7f7f7);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

/* Hero */
.moslin-hero { text-align: center; margin-bottom: 24px; }
.moslin-title {
  font-size: 28px;
  color: #c59d5f; /* Soft golden */
  font-weight: 800;
  margin-bottom: 8px;
}
.moslin-sub { font-size: 15px; color: #555; margin:0; }

/* Highlights */
.moslin-highlights {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
  align-items: start;
}
.moslin-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid rgba(197,157,95,0.25);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}
.moslin-card h2, .moslin-card h3 {
  margin:0 0 12px;
  color:#c59d5f;
  font-weight:700;
}
.moslin-card ul {
  margin:0;
  padding-left:18px;
  line-height:1.7;
  color:#444;
}

/* Side card */
.moslin-card-side h3 { font-size:16px; }
.moslin-card-side ul { padding-left:16px; }

/* Footer */
.moslin-footer { margin-top:24px; text-align:center; }
.moslin-note { color:#c59d5f; font-size:15px; font-weight:600; }

/* Hover */
@media (hover: hover) {
  .moslin-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.12);
  }
}

/* Responsive */
@media (max-width:900px) {
  .moslin-highlights { grid-template-columns:1fr; }
}
@media (max-width:480px){
  .moslin-wrap { padding:16px; border-radius:12px; }
  .moslin-title { font-size:22px; }
  .moslin-card { padding:12px; }
}/* End custom CSS */