.custom-services-item{
    
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 10px;
}

.custom-services-item:hover {
    transform: scale(1.12); /* increased from 1.05 */
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    z-index: 2;
    position: relative;
}