/**
Theme Name: Astra Child
Author: Abu Hurarrah
Author URI: https://abuhurarrah.com/
Description: An Astra child theme for a better UI.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Floating WhatsApp Button */
.krmoz-whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.krmoz-whatsapp-float svg {
    width: 28px;
    height: 28px;
}

.krmoz-whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 24px rgba(0,0,0,0.35);
}
