
.fab-container {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
    transition: background-color 0.3s;
}

.fab-container:hover {
    background-color: #1ebe5d;
}

.fab-container i {
    color: white;
    font-size: 32px;
}
.fabi{
    font-size: 40px;
    color: white;
}