.whatsapp-icon{
position: fixed;
bottom: 20px;
right: 20px;
background:#25D366;
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
box-shadow:0 4px 10px rgba(0,0,0,0.3);
z-index:999;
}

.whatsapp-icon img{
width:35px;
}

.whatsapp-widget{
position: fixed;
bottom: 90px;
right: 20px;
width:260px;
background:white;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.3);
display:none;
font-family: Arial;
z-index:999;
}

.whatsapp-header{
background:#25D366;
color:white;
padding:10px;
font-weight:bold;
display:flex;
justify-content:space-between;
border-radius:10px 10px 0 0;
}

.whatsapp-body{
padding:15px;
}

.whatsapp-chat-btn{
display:block;
background:#25D366;
color:white;
text-align:center;
padding:10px;
border-radius:5px;
text-decoration:none;
margin-top:10px;
}

.whatsapp-chat-btn:hover{
background:#1ebe5d;
}