.whatsapp-pro-free {
    position: fixed;
    z-index: 9999;
    transition: all 0.3s ease;
    display: block !important;
}

.whatsapp-pro-free img {
    display: block;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.wpf-bottom_right {
    bottom: 20px;
    right: 20px;
}

.wpf-bottom_left {
    bottom: 20px;
    left: 20px;
}

.wpf-top_right {
    top: 20px;
    right: 20px;
}

.wpf-top_left {
    top: 20px;
    left: 20px;
}

.wpf-speed-slow {
    animation-duration: 3s !important;
}

.wpf-speed-normal {
    animation-duration: 2s !important;
}

.wpf-speed-fast {
    animation-duration: 1s !important;
}

/* Mobile responsiveness - Vetëm rregullim i padding */
@media (max-width: 768px) {
    .wpf-bottom_right {
        bottom: 15px;
        right: 15px;
    }
    
    .wpf-bottom_left {
        bottom: 15px;
        left: 15px;
    }
    
    .wpf-top_right {
        top: 15px;
        right: 15px;
    }
    
    .wpf-top_left {
        top: 15px;
        left: 15px;
    }
}