.floating-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #038e17;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.385);
    cursor: grab;
    text-decoration: none;
    font-size: 22px;
    transition: transform 0.2s ease;
    top: auto;
    left: 20px;
}

#btn-call {
    background-color: #e90769;
}
