.elementor-16227 .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 Set Section */
.couple-set {
  max-width: 920px;
  margin: 30px auto;
  padding: 28px;
  font-family: "Noto Sans Bengali", sans-serif;
  background: linear-gradient(135deg, #fffdf8, #f9f8ff);
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.07);
  color: #333;
}

/* Hero */
.couple-hero { text-align: center; margin-bottom: 24px; }
.couple-title {
  font-size: 28px;
  font-weight: 800;
  color: #6a1b9a; /* Deep purple */
  margin-bottom: 6px;
}
.couple-sub {
  font-size: 15px;
  color: #555;
  font-weight: 500;
}

/* Content Layout */
.couple-content {
  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(106,27,154,0.2);
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.couple-card h2, .couple-card h3 {
  color: #6a1b9a;
  font-weight: 700;
  margin-bottom: 12px;
}
.couple-card ul {
  padding-left: 18px;
  margin: 0;
  line-height: 1.7;
  color: #444;
}
.couple-side p {
  line-height: 1.6;
  font-size: 15px;
  color: #555;
}

/* Footer */
.couple-footer { margin-top: 20px; text-align: center; }
.couple-note {
  font-size: 15px;
  color: #6a1b9a;
  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-content { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .couple-set { padding: 16px; border-radius: 14px; }
  .couple-title { font-size: 22px; }
  .couple-card { padding: 12px; }
}/* End custom CSS */