.elementor-1677 .elementor-element.elementor-element-c57737e{--display:flex;--min-height:0px;--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-1677 .elementor-element.elementor-element-c57737e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1677 .elementor-element.elementor-element-b479441{width:100%;max-width:100%;}.elementor-1677 .elementor-element.elementor-element-b479441 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-1677 .elementor-element.elementor-element-c57737e{--width:98.562%;}}/* Start custom CSS for html, class: .elementor-element-b479441 *//* ===== فوتر کل عرض با بک‌گراند ===== */
.global-footer {
    background-color: #1f3b57; /* رنگ سرمه‌ای */
    padding: 8px 15px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;

    /* Stretch بک‌گراند کل عرض */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* کانتینر داخلی فوتر */
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* اجازه دو خط شدن در موبایل */
    max-width: 1200px;
    margin: 0 auto;
    gap: 6px;
}

/* سمت چپ: آیکون‌ها و زبان‌ها */
.footer-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap; /* جمع شدن عناصر در موبایل */
}

.footer-social {
    display: flex;
    gap: 6px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: inherit;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.social-link:hover {
    transform: scale(1.1);
}

.footer-languages span {
    margin: 0 2px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
}

/* سمت راست: دکمه‌ها */
.footer-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-btn {
    background-color: #D6862E; /* نارنجی */
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.footer-btn:hover {
    opacity: 0.85;
}

/* ===== ریسپانسیو موبایل ===== */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .footer-left, .footer-right {
        width: 100%;
        justify-content: center;
        gap: 4px;
    }

    .social-link {
        width: 24px;
        height: 24px;
        font-size: 13px;
    }

    .footer-btn {
        padding: 3px 8px;
        font-size: 12px;
    }

    .footer-languages span {
        font-size: 12px;
    }
}/* End custom CSS */