/*
Theme Name: Astra Child
Description: Child theme for Astra
Author: Your Name
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Add your custom CSS below */

body:not(.rtl) .elementor-1071 .elementor-element.elementor-element-0b4de0b {
    display: none;
}

.floating-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    z-index: 99999;
    transition: transform .3s ease;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
}

.floating-whatsapp svg {
    width: 30px;
    height: 30px;
}