/* WhatsApp Chatbot */
.whatapp-chatbot {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    z-index: 100;
}

.whatapp-chatbot-icon {
    margin: 7px 8px;
}