/* public/css/custom.css */
.transition-all {
    transition: all 0.25s ease-in-out;
}
.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25) !important;
}
.card {
    background-color: #ffffff;
}