/*!
Theme Name: Arkdin
Theme URI: https://arkdin-wp.laralink.com/
Author: Themeservices
Author URI: https://themeforest.net/user/themeservices/
Description: Arkdin - Air Conditioning Services WordPress Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arkdin
Tested up to: 6.6
Requires PHP: 7.2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
#whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    align-items: center;
    cursor: pointer;
    animation: pulse 2s infinite;
}

#whatsapp-float img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

#whatsapp-float span {
    background: #25D366;
    color: white;
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding: 8px 14px;
    border-radius: 30px;
    margin-left: 10px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    opacity: 0;
}

#whatsapp-float:hover span {
    opacity: 1;
    transform: translateX(-5px);
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@media screen and (max-width: 768px) {
    #whatsapp-float img { width: 50px; height: 50px; }
    #whatsapp-float span { font-size: 14px; padding: 6px 12px; }
}
