@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.float-whatsapp {
  position: fixed;
  bottom: 80px;
  right: 15px;
  width: 60px;
  height: 60px;
  background-color: #25d366 ; /* WhatsApp green */
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100; /* Ensure it stays above other elements */
  cursor: pointer;
}

.float-whatsapp a {
  display: block;
  width: 100%;
  height: 100%;
}

.float-whatsapp img {
  width: 30px;
  margin-top: 15px;
}