/* ====== Footer ====== */
.site-footer {
    --arrow-rtl: "«";
    --arrow-ltr: "»";
    background: linear-gradient(180deg, #225D77 0%, #225D77 100%);
    color: #fff;
    position: relative;
    isolation: isolate;


}

.text-flow {
    text-align: start;
}

.brand-row {
    display: flex;
    align-items: center;
}


.mie-2 {
    margin-inline-end: .5rem;
}

.site-footer .footer-link {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    opacity: .95;
}

.footer-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;



}

.footer-semibold {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;

}

html[dir="rtl"] .site-footer .footer-link::before {
    content: var(--arrow-rtl);
    margin-inline-start: .5rem;
}

html[dir="ltr"] .site-footer .footer-link::before {
    content: var(--arrow-ltr);
    margin-inline-end: .5rem;
}

.site-footer .footer-link:hover {
    text-decoration: underline;
    opacity: 1
}

.site-footer ul li+li {
    margin-top: .4rem
}

.social {
    margin-top: 15px;
    text-align: start;
}

.social .social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    margin-inline-end: .35rem;
    margin-block-end: .35rem;
}

.social .social-btn:hover {
    background: rgba(255, 255, 255, .12);
}

.site-footer .footer-hr {
    border: 0;
    height: 2px;
    background: #FFFFFF;
    opacity: 1 !important;
}

.site-footer .brand-icon {
    width: 50px;
    height: 50px;
}

.site-footer ul {
    list-style: none;
    padding-inline-start: 0;
    padding-inline-end: 0;
    margin: 0;
}


.site-footer .footer-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}


html[dir="rtl"] .site-footer .footer-link::before {
    content: "»";
    order: -1;
}

html[dir="ltr"] .site-footer .footer-link::before {
    content: var(--arrow-ltr);
    order: -1;
}

html[dir="rtl"] .site-footer .footer-link::before,
html[dir="ltr"] .site-footer .footer-link::before {
    margin: 0;
}

.site-footer .footer-link:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}


.site-footer .social .social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    color: #1d1d1f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-decoration: none;
}

.site-footer .social .social-btn:hover,
.site-footer .social .social-btn:focus,
.site-footer .social .social-btn:active {
    background: #fff;
    color: #1d1d1f;
}


.footer-glows {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.footer-glows .glow {
    position: absolute;
    border-radius: 50%;
    mix-blend-mode: overlay;
    will-change: transform;

}





.footer-glows .glow-left {
    width: 621px;
    height: 307px;
    angle: 0 deg;
    opacity: 0.6;
    border-radius: 366px;
    mix-blend-mode: Overlay;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(180.95px);
    backdrop-filter: blur(361.8999938964844px)
}

.footer-glows .glow-right {
    width: 703px;
    height: 324px;
    angle: 0 deg;
    border-radius: 366px;
    opacity: 0.7;
    background: rgba(255, 255, 255, 0.5);
    mix-blend-mode: overlay;
    filter: blur(180.95px);
    backdrop-filter: blur(361.8999938964844px)
}

.footer-glows .glow-right {
    inset-inline-start: 3px;
}

.footer-glows .glow-left {
    inset-inline-end: 0;
}




@media (max-width: 767.98px) {

    .brand-row {
        justify-content: start;
        gap: .75rem;
    }

    .text-flow,
    .social {
        text-align: start;
    }

    .site-footer .footer-hr {
        height: 1px;
        opacity: .9 !important;
    }

    .footer-glows .glow-left {
        display: none !important;
    }

}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .text-flow {
        text-align: start;
    }

    .brand-row {
        justify-content: flex-start;
    }

    .footer-glows .glow-left {
        display: none !important;
    }

}



@media (max-width: 575.98px) {
    .site-footer ul li+li {
        margin-top: .5rem;
    }

    .footer-glows .glow-left {
        display: none !important;
    }

}
