/* 
 * Custom Back to Top Button Positioning
 * This CSS overrides the default position to prevent overlap with the chat widget
 */

.progress-wrap {
    bottom: 100px !important; /* Move up from the default 30px */
} 