.whatsapp-floating {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    background-color: #25D366;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100000;
}

.whatsapp-floating img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
