
#floatingBtn {
    position: fixed;
    bottom: 40px;
    padding: 12px 24px;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    z-index: 9999;
}

#formBox {
    position: fixed;
    bottom: 100px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    padding: 20px;
    border-radius: 10px;
    z-index: 9998;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: auto;
}

#closeBtn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}
