@charset "UTF-8";
/***!  Style Declaration  !***/

.whatsapp-float{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px}.whatsapp-float a{background-color:#25D366;color:white;padding:10px 16px;border-radius:50px;text-decoration:none;font-weight:bold;font-family:Arial,sans-serif;box-shadow:0 4px 8px rgba(0,0,0,0.2);display:flex;align-items:center;transition:background-color 0.3s ease}.whatsapp-float a:hover{background-color:#1ebe5d}.whatsapp-float img{width:20px;height:20px;margin-right:8px}
