.elementor-16252 .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-section {
  max-width: 920px;
  margin: 30px auto;
  padding: 28px;
  font-family: "Noto Sans Bengali", sans-serif;
  background: linear-gradient(135deg, #fffdf7, #faf7ff);
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  color: #333;
}

/* Header */
.couple-header { text-align: center; margin-bottom: 24px; }
.title {
  font-size: 28px;
  font-weight: 800;
  color: #8e24aa; /* royal purple */
  margin-bottom: 6px;
}
.subtitle {
  font-size: 15px;
  color: #555;
  font-weight: 500;
}

/* Layout */
.couple-wrapper {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 22px;
  align-items: start;
}
.couple-card {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(142,36,170,0.25);
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.couple-card h2,
.couple-card h3 {
  color: #8e24aa;
  font-weight: 700;
  margin-bottom: 12px;
}
.couple-card ul {
  padding-left: 18px;
  margin: 0;
  line-height: 1.7;
  color: #444;
}
.couple-extra p {
  line-height: 1.6;
  font-size: 15px;
  color: #555;
}

/* Footer */
.couple-footer { margin-top: 22px; text-align: center; }
.highlight {
  font-size: 15px;
  color: #8e24aa;
  font-weight: 600;
}

/* Hover effect */
@media (hover:hover) {
  .couple-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.12);
  }
}

/* Responsive */
@media (max-width: 920px) {
  .couple-wrapper { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .couple-section { padding: 16px; border-radius: 14px; }
  .title { font-size: 22px; }
  .couple-card { padding: 14px; }
}/* End custom CSS */