/*
======================================
  * Whats App Icon *
======================================
*/

/* أيقونة واتساب */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    animation: bounce 1s infinite;
}

