/* Add custom CSS styles below */ WhatsApp .whatsapp-float { position: fixed; bottom: 20px; right: 20px; z-index: 9999; } .whatsapp-float img { width: 65px; height: 65px; border-radius: 50%; box-shadow: 0 4px 10px rgba(0,0,0,0.25); cursor: pointer; transition: 0.3s; } .whatsapp-float img:hover { transform: scale(1.1); }