   /* Process Section Animations */
.process-step {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step:hover {
  transform: translateY(-10px);
}

.process-step:hover .process-icon {
  transform: scale(1.15);
  box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.3);
  border-color: rgba(37, 99, 235, 0.2);
}

.process-step:hover .bg-white {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

  body {
        padding-top: 50px!important; /* Adjust this value based on your header height */
    }
