/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 11 2026 | 23:33:37 */
/* التنسيق الأساسي للزر */
#thera-scroll-footer {
    display: none !important; 
    position: fixed;
    right: 20px;
    bottom: 105px;
    width: 35px !important;
    height: 35px !important;
    background-color: #5511F8;
    color: #ffffff;
    border-radius: 50% !important;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    
    /* التوسيط المطلق للأيقونة */
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    border: none !important;
}

/* حالة الهوفر: تغيير اللون والظل فقط */
#thera-scroll-footer:hover {
    background-color: #FE189F !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transform: none !important;
}

/* ضبط أيقونة Font Awesome بالمنتصف */
#thera-scroll-footer i {
    font-size: 17px !important;
	font-style: 400 !important;
    line-height: 1 !important;
    margin: 0 !important;
    display: block !important;
}

/* إخفاء الزر تماماً في الموبايل */
@media (max-width: 768px) {
    #thera-scroll-footer {
        display: none !important;
    }
}

/* نص القراء المخفي */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}