/* public/css/filament-custom.css */
@media (max-width: 3000px) {

    .fi-fo-wizard-header-step-active {
        display: block !important; /* Show only the active step header */
    }
    .fi-fo-wizard-header-step {
        display: none !important; /* Hide the step header on mobile */
    }
    
   
}