.elementor-16271 .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 {
  max-width: 900px;
  margin: 30px auto;
  padding: 28px;
  background: linear-gradient(135deg, #fffdf6, #fdfaf0);
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  font-family: "Noto Sans Bengali", sans-serif;
  color: #333;
}

/* Header */
.couple-header { text-align: center; margin-bottom: 24px; }
.title {
  font-size: 26px;
  font-weight: 800;
  color: #6d4c41; /* deep brown */
}
.subtitle {
  font-size: 15px;
  color: #8d6e63;
  margin-top: 6px;
}

/* Grid Layout */
.couple-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.couple-card {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(109,76,65,0.25);
  box-shadow: 0 6px 14px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.couple-card h2 {
  color: #6d4c41;
  font-size: 18px;
  margin-bottom: 12px;
}
.couple-card ul {
  padding-left: 18px;
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
}
.extra p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Footer */
.couple-footer {
  margin-top: 24px;
  text-align: center;
}
.highlight {
  font-weight: 600;
  font-size: 15px;
  color: #6d4c41;
}

/* Hover Effect */
@media (hover:hover) {
  .couple-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .couple-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .couple-set { padding: 18px; border-radius: 14px; }
  .title { font-size: 22px; }
  .couple-card { padding: 14px; }
}/* End custom CSS */