.process-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 1.15rem;
  color: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.25rem 2.5rem rgba(17, 24, 39, .18) !important;
}

.process-card::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
}

.process-card .card-body {
  position: relative;
  z-index: 1;
}

.process-card .step-number {
  background: rgba(255, 255, 255, .18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3);
}

.process-icon {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, .84);
}

.process-card-1 {
  background: linear-gradient(135deg, #0057b8 0%, #0dcaf0 100%);
}

.process-card-2 {
  background: linear-gradient(135deg, #198754 0%, #20c997 100%);
}

.process-card-3 {
  background: linear-gradient(135deg, #6f42c1 0%, #d63384 100%);
}
