@media (max-width: 768px) {
    .floating-button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: rgba(255, 255, 255);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        /* margin: 10px; */
        padding: 10px;
    }
}