/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.6.1761812213
Updated: 2025-10-30 08:16:53

*/

.whatsapp-btn { position: fixed;bottom: 70px;left: 25px;width: 60px; height: 60px;display: inline-block; z-index: 999;}
.whatsapp-btn img { display: block;width: 100%;height: 100%; border-radius: 15px;position: relative; z-index: 3;}
.whatsapp-btn::before {content: ""; position: absolute;inset: 0; border-radius: 50%;background: transparent;box-shadow: 0 0 0 0 rgba(0, 166, 47, 0.55);animation: whatsapp-pulse 1.5s infinite; z-index: 1;}
@keyframes whatsapp-pulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 166, 47, 0.55); }
    70% { box-shadow: 0 0 0 20px rgba(0,166,47,0); }
    100% { box-shadow: 0 0 0 0 rgba(0,166,47,0); }
}