/* Custom Overrides for Specific Elements */

/* Excellence Card - Teal Oceanic Gradient */
.value-card:nth-child(1) {
  background: linear-gradient(135deg, #17a2b8 0%, #0e7c8c 100%) !important;
}

/* Integrity Card - Bio Emerald Gradient */
.value-card:nth-child(2) {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
}

/* Innovation Card - Teal Oceanic Gradient (same as 1st) */
.value-card:nth-child(3) {
  background: linear-gradient(135deg, #17a2b8 0%, #0e7c8c 100%) !important;
}

/* Patient Centricity Card - Bio Emerald Gradient (same as 2nd) */
.value-card:nth-child(4) {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
}

/* Responsibility Card - Teal Oceanic Gradient (same as 1st) */
.value-card:nth-child(5) {
  background: linear-gradient(135deg, #17a2b8 0%, #0e7c8c 100%) !important;
}

/* Collaboration Card - Bio Emerald Gradient (same as 2nd) */
.value-card:nth-child(6) {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
}
