.btn-fly {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-fly:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
