.elementor-29073 .elementor-element.elementor-element-4e6972cc{--display:flex;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-46927f7e *//* برای اجبار ستون‌ها به قرارگیری کنار هم */
.site-footer-pro .footer-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 20px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* برای اینکه ستون‌ها در دسکتاپ عرض مناسب بگیرند */
.site-footer-pro .footer-column {
    flex: 1 1 200px !important; /* یعنی حداقل ۲۰۰ پیکسل عرض بگیرند */
    max-width: 300px !important; /* بیشتر از ۳۰۰ پیکسل نشوند */
    min-width: 200px !important;
}

/* تنظیم ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .site-footer-pro .footer-container {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .site-footer-pro .footer-column {
        max-width: 100% !important;
        width: 100% !important;
    }
}/* End custom CSS */