.amin-blog-footer {
    direction: rtl;
    width: 100%;
    margin-top: 80px;
    background: #eef3f8;
    color: #334155;
    font-family: "AminVazir", Tahoma, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

.amin-blog-footer__inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 46px 0 38px;
    display: grid;
    grid-template-columns: 0.9fr 1fr 1fr 1.45fr;
    gap: 42px;
    align-items: start;
}

.amin-blog-footer__col h3 {
    margin: 0 0 18px;
    font-size: 13px;
    font-weight: 900;
    color: #60708a;
    line-height: 1.8;
}

.amin-blog-footer__links nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.amin-blog-footer__links a {
    width: fit-content;
    color: #10233f !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.9;
    transition: color 0.2s ease, transform 0.2s ease;
}

.amin-blog-footer__links a:hover {
    color: #8a6a2d !important;
    transform: translateX(-2px);
}

.amin-blog-footer__brand {
    max-width: 520px;
}

.amin-blog-footer__socials {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.amin-blog-footer__socials a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #60708a !important;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 900;
    border-radius: 999px;
    transition: all 0.22s ease;
}

.amin-blog-footer__socials a:hover {
    background: rgba(255, 255, 255, 0.72);
    color: #071426 !important;
    transform: translateY(-2px);
}

.amin-blog-footer__brand p {
    margin: 0;
    color: #10233f;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.15;
    text-align: justify;
}

.amin-blog-footer__more {
    margin-top: 12px;
    display: inline-flex;
    color: #2563eb !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 900;
}

.amin-blog-footer__more:hover {
    color: #1d4ed8 !important;
}

.amin-blog-footer__bottom {
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    background: #ffffff;
    padding: 18px 16px 20px;
    text-align: center;
}

.amin-blog-footer__bottom p {
    margin: 0 0 8px;
    color: #94a3b8;
    font-size: 12px;
    line-height: 2;
}

.amin-blog-footer__bottom span {
    display: block;
    color: #b0bbc8;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 1000px) {
    .amin-blog-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 34px;
    }

    .amin-blog-footer__brand {
        grid-column: 1 / -1;
        max-width: 100%;
    }
}
@media (max-width: 900px) {
    
    .amin-blog-footer__brand {
        grid-column: 1 / -1;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .amin-blog-footer {
        margin-top: 56px;
    }
    .amin-blog-footer__col h3 {
        margin-bottom: 12px;
    }

    .amin-blog-footer__links nav {
        gap: 6px;
    }

    .amin-blog-footer__brand p {
        text-align: right;
        font-size: 12.5px;
    }

    .amin-blog-footer__socials {
        gap: 10px;
        margin-bottom: 16px;
    }

    .amin-blog-footer__bottom {
        padding: 16px 18px 18px;
    }
}
.amin-blog-footer__empty {
    color: #94a3b8;
    font-size: 12px;
    line-height: 2;
}

.amin-blog-footer__email {
    margin-top: 14px;
    display: inline-flex;
    width: fit-content;
    color: #2563eb !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 900;
    direction: ltr;
}

.amin-blog-footer__email:hover {
    color: #1d4ed8 !important;
}