/* Scroll-up button positioning - swapped with WhatsAppFloat */
/* Scroll-up button now below WhatsAppFloat */

.prgoress_indicator {
  bottom: 15px !important; /* Position below WhatsAppFloat on desktop */
}

@media (max-width: 768px) {
  .prgoress_indicator {
    bottom: 15px !important; /* Position below WhatsAppFloat on tablet */
  }
}

@media (max-width: 480px) {
  .prgoress_indicator {
    bottom: 10px !important; /* Position below WhatsAppFloat on mobile */
  }
}
