.custom-whatsapp-float{position:fixed;bottom:90px;right:30px;z-index:9999;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;transition:transform .3s ease}.custom-whatsapp-float:hover{transform:scale(1.05)}.custom-whatsapp-float img{width:100%;height:100%;object-fit:contain}.custom-whatsapp-tooltip{position:absolute;right:65px;top:50%;transform:translateY(-50%);background-color:#000;color:#fff;padding:6px 14px;border-radius:6px;font-size:14px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;pointer-events:none;box-shadow:0 4px 10px rgba(0,0,0,.15)}.custom-whatsapp-tooltip::after{content:"";position:absolute;top:50%;right:-4px;margin-top:-5px;border-width:5px 0 5px 5px;border-style:solid;border-color:transparent transparent transparent #000}.custom-whatsapp-float:hover .custom-whatsapp-tooltip{opacity:1;visibility:visible}@media (max-width:768px){.custom-whatsapp-float{bottom:110px;right:25px;width:45px;height:45px}}