.text-purple {
  color: #6f42c1;
}

.text-warning {
  color: #ffc107 !important;
}

.section-card {
  transition: all 0.3s ease;
  background-color: #fdfdfd;
}

.section-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(111, 66, 193, 0.15);
}

.hover-scale:hover {
  transform: scale(1.02);
}
