/* =========================
   Moinulit Footer CSS
========================= */

.mi-footer {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 35%),
        radial-gradient(circle at bottom right, rgba(124, 58, 237, 0.10), transparent 35%),
        linear-gradient(135deg, #ffffff, #f8fbff);

    color: #0f172a;
    border-top: 1px solid #e5eaf3;

    position: relative;
    overflow: hidden;
}

/* =========================
   Top
========================= */

.mi-footer-top {
    padding: 80px 0 35px;
    position: relative;
    z-index: 2;
}

/* =========================
   Brand
========================= */

.mi-footer-brand h3 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 18px;
    color: #0f172a;
    letter-spacing: -1px;
}

.mi-footer-brand h3 span {
    color: #2563eb;
}

.mi-footer-brand p {
    color: #64748b;
    line-height: 1.9;
    max-width: 370px;
    font-size: 15px;
}

/* =========================
   Social Icons
========================= */

.mi-footer-social {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 25px;
}

.mi-footer-social a {
    width: 42px;
    height: 42px;

    border-radius: 50%;

    background: #ffffff;
    border: 1px solid #e5eaf3;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;

    transition: all 0.3s ease;

    box-shadow: 0 8px 20px rgba(15,23,42,0.05);
}

.mi-footer-social a:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(15,23,42,0.10);
}

.mi-footer-social .facebook i {
    color: #1877F2;
}

.mi-footer-social .youtube i {
    color: #FF0000;
}

.mi-footer-social .linkedin i {
    color: #0A66C2;
}

.mi-footer-social .instagram i {
    color: #E4405F;
}

/* =========================
   Widget
========================= */

.mi-footer-widget h5 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0f172a;
}

.mi-footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mi-footer-widget ul li {
    margin-bottom: 12px;
}

.mi-footer-widget ul li a {
    text-decoration: none;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s ease;
    position: relative;
}

.mi-footer-widget ul li a:hover {
    color: #2563eb;
    padding-left: 6px;
}

/* =========================
   CTA Box
========================= */

.mi-footer-newsletter {
    margin-top: 60px;
    padding: 35px;

    border-radius: 28px;

    background: rgba(255,255,255,0.80);

    backdrop-filter: blur(14px);

    border: 1px solid #e5eaf3;

    box-shadow: 0 20px 60px rgba(15,23,42,0.08);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mi-footer-newsletter-content h4 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 8px;
    color: #0f172a;
}

.mi-footer-newsletter-content p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
}

/* =========================
   CTA Button
========================= */

.mi-footer-btn {
    text-decoration: none;

    background: linear-gradient(135deg, #2563eb, #7c3aed);

    color: #ffffff;

    font-size: 15px;
    font-weight: 800;

    padding: 14px 28px;

    border-radius: 50px;

    white-space: nowrap;

    box-shadow: 0 12px 30px rgba(37,99,235,0.30);

    transition: all 0.3s ease;
}

.mi-footer-btn:hover {
    transform: translateY(-3px);
    color: #ffffff;

    box-shadow: 0 20px 40px rgba(37,99,235,0.35);
}

/* =========================
   Bottom
========================= */

.mi-footer-bottom {
    border-top: 1px solid #e5eaf3;
    padding: 22px 0;
    margin-top: 45px;

    background: rgba(255,255,255,0.35);
    backdrop-filter: blur(10px);
}

.mi-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mi-footer-bottom p {
    margin: 0;

    color: #64748b;

    font-size: 14px;
    font-weight: 600;
}

/* =========================
   Bottom Links Premium
========================= */

.mi-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.mi-footer-bottom-links a {
    text-decoration: none;

    color: #475569;

    font-size: 13px;
    font-weight: 700;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    padding: 10px 16px;

    border-radius: 50px;

    transition: all 0.25s ease;

    box-shadow: 0 6px 18px rgba(15,23,42,0.05);
}

.mi-footer-bottom-links a:hover {
    color: #2563eb;

    border-color: #bfdbfe;

    background: #eff6ff;

    transform: translateY(-2px);

    box-shadow: 0 12px 25px rgba(37,99,235,0.12);
}

/* =========================
   Responsive
========================= */

@media (max-width: 991px) {

    .mi-footer-newsletter {
        flex-direction: column;
        text-align: center;
    }

    .mi-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

}

@media (max-width: 576px) {

    .mi-footer-top {
        padding: 60px 0 25px;
    }

    .mi-footer-brand h3 {
        font-size: 32px;
    }

    .mi-footer-newsletter {
        padding: 24px 20px;
    }

    .mi-footer-newsletter-content h4 {
        font-size: 22px;
    }

    .mi-footer-bottom-links {
        justify-content: center;
        gap: 12px;
    }

    .mi-footer-bottom-links a {
        width: 100%;
        text-align: center;
    }

}