/* CSS Document */

  #whatsapp-insac { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; background: #25d366; color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 9999; box-shadow: 0 12px 28px rgba(37,211,102,0.3); text-decoration: none; }
        #whatsapp-insac:hover { color: #ffffff; transform: translateY(-3px); }