/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2025 | 05:21:39 */
.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    z-index: 999;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.scroll-to-top:hover {
    color: #BD9B60;
}
