
.hover-shadow:hover {
     background-color: #d9d9d9 !important; 
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    cursor: pointer;
}