.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.transition-all {
    transition: all 0.3s ease;
}

.shadow-inner {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05);
}