.elementor-18249 .elementor-element.elementor-element-a868eff{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b4e5511 */.mobile-sticky-btn-seo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2868c1; /* رنگ بکگراند */
    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: #c6952e; /* رنگ هنگام هاور */
    color: #fff;
}/* End custom CSS */