.elementor-16309 .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 */.couple-handprint {
  max-width: 960px;
  margin: 30px auto;
  padding: 32px;
  background: linear-gradient(135deg, #fffefc, #faf6f0);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  font-family: "Noto Sans Bengali", sans-serif;
  color: #333;
}

/* Header */
.couple-header {
  text-align: center;
  margin-bottom: 30px;
}
.title {
  font-size: 28px;
  font-weight: 800;
  color: #8e44ad; /* Purple tone for artistic vibe */
}
.subtitle {
  font-size: 16px;
  color: #5d4037;
  margin-top: 6px;
}

/* Grid */
.couple-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
}
.couple-card {
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid rgba(142,68,173,0.25);
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}
.couple-card h2 {
  font-size: 18px;
  font-weight: 700;
  color: #8e44ad;
  margin-bottom: 12px;
}
.couple-card ul {
  padding-left: 20px;
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
}
.couple-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}
.couple-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}
.highlight {
  background: #f3e5f5;
  border: 2px solid #ab47bc;
}

/* Footer */
.couple-footer {
  margin-top: 26px;
  text-align: center;
}
.note {
  font-size: 15px;
  font-weight: 600;
  color: #6a1b9a;
}

/* Responsive */
@media (max-width: 768px) {
  .title { font-size: 24px; }
  .couple-card { padding: 18px; }
}/* End custom CSS */