.elementor-10807 .elementor-element.elementor-element-8ffc67f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cd804f6 */.mobile-sticky-btn-seo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ff5722; /* رنگ بکگراند */
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    z-index: 9999;
    display: none; /* پیش‌فرض مخفی */
}

/* فقط در موبایل نمایش داده شود */
@media (max-width: 767px) {
    .mobile-sticky-btn-seo{
        display: block;
    }
}

.mobile-sticky-btn-seo:hover {
    background: #33CBCC; /* رنگ هنگام هاور */
}/* End custom CSS */