
/* Dark theme override */
body[data-bs-theme="dark"] .benefit-card {
  background-color: #343a40;
  color: #adb5bd;
  border: 1px solid #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

body[data-bs-theme="dark"] .benefit-card i {
  color: #4da3ff; /* softer accent for dark mode */
}

body[data-bs-theme="dark"] .benefit-card h5 {
  color: #adb5bd;
}

body[data-bs-theme="dark"] .benefit-card p {
  color: #adb5bd;
}