/* WhatsApp Button Styles */
.wcb-whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px; /* Position the button on the left side */
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    z-index: 1000;
}

.wcb-whatsapp-button:hover {
    background-color: #128C7E;
}

.wcb-whatsapp-button img {
    width: 35px;
    height: 35px;
}
