.fixed-button {
    z-index: 1;
    position: fixed;
    bottom: 10%;
    right: 10%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}

.email-button {
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 90px;
    background-color: #0071E3;
}

.call-button {
    position: fixed;
    z-index: 999;
    bottom: 75px;
    right: 75px;
    background-color: #0071E3;
}

.whatsapp-button {
    position: fixed;
    z-index: 999;
    bottom: 90px;
    right: 10px;
    background-color: #0071E3;
}

.toggle-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0071E3;
}

.toggle-button.open {
    background-color: #D6D6D6;
}

.margin-top-20 {
    margin-top: 20px;
}