/* whatsup */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.whatsapp-button img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.whatsapp-button:hover {
    background-color: #1ebe57;
}

