.custom-card {
  background-color: #9e76b4;
  color: white;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.custom-card:hover {
  transform: translateY(-5px);
}

.custom-card img {
  width: 60px;
  margin-bottom: 20px;
}

.custom-card h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.custom-card p {
  font-size: 0.95rem;
  margin: 0;
}

.f-yellow{
    color: #FFFACD !important;
}
