.whatsapp-container {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 999;
}

.whatsapp-float {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #76bc21;
    padding: 10px 15px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: all 0.3s;
}

.whatsapp-float:hover {
    background-color: #e1251b;
}

.whatsapp-icon {
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
}

.whatsapp-text {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: sans-serif;
}
