/*
Theme Name: Neotek Child
Theme URI: http://neotek.novaworks.net
Description: This is a child theme for Neotek Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: neotek
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

.floating-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: transform 0.3s ease;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
}






/****************************************************************/
/****************************************************************/
/****************************************************************/
