/* Floating button styling */
.scroll-vertical-floating-btn {
    position: fixed;
    bottom: 110px;
    left: 20px;
    border: none;
    z-index: 200;
    cursor: pointer;
    transition: transform 0.3s ease;
}