.elementor-567 .elementor-element.elementor-element-613568a{--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-e9938b3 *//* =====================================
   Maji Compact Footer
   Primary: #1E3A8A
   Accent: #D97706
   Text: #374151
   Surface: #F3F4F6
===================================== */

.maji-footer {
    background: #F3F4F6;
    border-top: 4px solid #1E3A8A;
    color: #374151;
    font-family: inherit;
}

.maji-footer__inner {
    width: min(1240px, calc(100% - 48px));
    min-height: 150px;
    margin: 0 auto;
    padding: 30px 0;
    display: grid;
    grid-template-columns: 1.4fr 1fr auto;
    align-items: center;
    gap: 40px;
}

/* هویت سایت */
.maji-footer__logo {
    display: inline-block;
    margin-bottom: 10px;
    color: #1E3A8A;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
}

.maji-footer__logo:hover {
    color: #D97706;
}

.maji-footer__brand p {
    max-width: 360px;
    margin: 0;
    color: #374151;
    font-size: 14px;
    line-height: 2;
}

/* لینک‌ها */
.maji-footer__links {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 12px 28px;
}

.maji-footer__links a,
.maji-footer__legal a {
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.maji-footer__links a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 8px;
    border-radius: 50%;
    background: #D97706;
    vertical-align: middle;
}

.maji-footer__links a:hover,
.maji-footer__legal a:hover {
    color: #1E3A8A;
}

/* دکمه اقدام */
.maji-footer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #D97706;
    border-radius: 6px;
    background: #D97706;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease,
                transform 0.2s ease;
}

.maji-footer__cta:hover {
    background: #1E3A8A;
    border-color: #1E3A8A;
    color: #ffffff;
    transform: translateY(-2px);
}

/* نوار پایینی */
.maji-footer__bottom {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 16px 0;
    border-top: 1px solid rgba(30, 58, 138, 0.14);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.maji-footer__bottom p {
    margin: 0;
    color: #374151;
    font-size: 12px;
    line-height: 1.8;
}

.maji-footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.maji-footer__legal a {
    font-size: 12px;
}

/* تبلت */
@media (max-width: 1024px) {
    .maji-footer__inner {
        grid-template-columns: 1fr 1fr;
    }

    .maji-footer__action {
        grid-column: 1 / -1;
    }
}

/* موبایل */
@media (max-width: 767px) {
    .maji-footer__inner,
    .maji-footer__bottom {
        width: min(100% - 32px, 560px);
    }

    .maji-footer__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 28px 0;
    }

    .maji-footer__brand p {
        max-width: none;
    }

    .maji-footer__links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .maji-footer__cta {
        width: 100%;
    }

    .maji-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 14px 0 22px;
    }
}/* End custom CSS */