.overlay-card {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s;
}
.overlay-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 140, 0, 0.15) !important;
}
.overlay-card:hover .card-img {
    transform: scale(1.1);
}
.card-img {
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.backdrop-blur {
    backdrop-filter: blur(8px);
}
@media (max-width: 420px) {
    .mobile-card-col {
        width: 100% !important;
    }
    .overlay-card {
        height: 140px !important; 
    }
    .list-category-title {
        font-size: 0.6rem !important;
        margin-bottom: 0.1rem !important;
        line-height: 1.1 !important;
    }
    .list-explore-btn {
        font-size: 0.45rem !important;
        padding: 0.1rem 0.5rem !important;
        width: auto !important;
        display: inline-block !important;
    }
    .list-explore-btn i {
        font-size: 0.4rem !important;
    }
}
