.elementor-46 .elementor-element.elementor-element-a0b0a58{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */body, div, p, span, a {
    font-family: 'Vazirmatn', Tahoma, sans-serif !important;
}

.footer-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 20px auto;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    border: none;
    box-shadow: none;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.footer-logo-text {
    color: #003366;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

.footer-description {
    color: #64748b;
    font-size: 17px;
    max-width: 600px;
    line-height: 1.8;
    margin: 0;
}

.footer-links {
    display: flex;
    gap: 30px;
    margin: 20px 0;
}

.footer-links span {
    color: #94a3b8;
    font-size: 18px;
    font-weight: 500;
}

.copyright {
    color: #94a3b8;
    font-size: 18px;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
    width: 100%;
    max-width: 400px;
}

.footer-wrapper, .footer-wrapper * {
    pointer-events: none;
    user-select: none;
}

/* فقط بخش ریسپانسیو اضافه شد */
@media screen and (max-width: 768px) {
    .footer-wrapper {
        width: 95%; /* در موبایل کمی از لبه‌ها فاصله بگیرد */
        margin-top: 30px;
        padding: 30px 15px;
    }

    .footer-description {
        font-size: 15px; /* کمی کوچکتر برای جا شدن در نمایشگر موبایل */
        padding: 0 10px;
    }

    .footer-links {
        flex-wrap: wrap; /* اگر لینک‌ها زیاد بود در موبایل زیر هم بروند */
        justify-content: center;
        gap: 15px; /* کاهش فاصله بین لینک‌ها در موبایل */
    }

    .footer-links span {
        font-size: 16px;
    }

    .copyright {
        font-size: 14px;
    }
}/* End custom CSS */