/* ============================================ WhatsApp floating button – fixed bottom-right ============================================ */ a.whatsapp-float { position: fixed !important; bottom: 20px !important; right: 24px !important; width: 56px !important; height: 56px !important; background-color: #25D366 !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; box-shadow: 0 4px 20px rgba(37,211,102,0.4) !important; z-index: 9998 !important; overflow: hidden !important; text-decoration: none !important; } a.whatsapp-float img { width: 32px !important; height: 32px !important; object-fit: contain !important; display: block !important; }
Skip to content