.ScrollToTop_scrollToTop__41em5{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:var(--primary-color);color:white;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:var(--box-shadow-md);transition:all .3s ease;z-index:1000;opacity:0;transform:translateY(20px);animation:ScrollToTop_fadeInUp__qYCsv .3s ease forwards}.ScrollToTop_scrollToTop__41em5:hover{background:var(--accent-color);transform:translateY(-3px);box-shadow:var(--box-shadow-lg)}.ScrollToTop_scrollToTop__41em5:active{transform:translateY(0)}@keyframes ScrollToTop_fadeInUp__qYCsv{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ScrollToTop_scrollToTop__41em5{bottom:20px;right:20px;width:45px;height:45px;font-size:16px}}