/*--------------------------------------------------------------

Template: Theme Name
Author: 
Version:  1
Design and Developed by: 

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

/* No public site CSS here. Only admin/legacy fallback allowed. */

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 100px;
    z-index: 9999;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    border-radius: 50%;
    transition: box-shadow 0.2s;
}
.whatsapp-float:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
