.elementor-105 .elementor-element.elementor-element-0a1d57a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-9e0edf9 *//* کانتینر اصلی - بدون انیمیشن ورود */
.custom-floating-contact {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
}

/* استایل عمومی دکمه */
.f-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.f-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.22);
}

/* رنگ سبز شیک و زنده برای تماس */
.f-call-main { 
    background-color: #24b457; 
}

/* استایل باکس متن - نمایش ثابت و همیشگی */
.f-tooltip {
    position: absolute;
    right: 70px; /* فاصله متن از دکمه */
    background-color: #ffffff;
    color: #1e293b;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    direction: rtl;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    pointer-events: none;
    display: block;
    border: 1px solid #e2e8f0;
}

/* بهینه‌سازی شده برای موبایل */
@media (max-width: 768px) {
    .custom-floating-contact {
        right: 16px;
        bottom: 20px;
    }
    
    .f-btn {
        width: 48px;
        height: 48px;
    }
    
    .f-btn svg {
        transform: scale(0.85);
    }

    .f-tooltip {
        right: 60px;
        padding: 6px 12px;
        font-size: 12px;
    }
}/* End custom CSS */