/* AstroTema v6 Alpha 9 - Footer System 2.0 */
.az-footer-modern{
    margin-top:var(--az-footer-top-spacing,0px)!important;
    padding:var(--az-footer-padding,40px) 0 calc(var(--az-footer-padding,40px) * .70)!important;
    color:var(--az-footer-text)!important;
    font-family:var(--az-typography-footer-font),system-ui,sans-serif!important;
    font-size:var(--az-typography-footer-text-size)!important;
    position:relative;
    overflow:hidden;
}
.az-footer-modern.az-footer-style-glass{
    background:linear-gradient(135deg,rgba(255,255,255,calc(var(--az-glass-shine,.18) * .45)),rgba(var(--az-footer-bg-rgb),.78) 54%,rgba(var(--az-glow-hover-rgb),.10))!important;
    backdrop-filter:var(--az-glass-filter,blur(18px) saturate(150%))!important;
    -webkit-backdrop-filter:var(--az-glass-filter,blur(18px) saturate(150%))!important;
    box-shadow:var(--az-footer-shadow,0 -18px 60px rgba(0,0,0,.18))!important;
}
.az-footer-modern.az-footer-style-solid{
    background:var(--az-footer-bg)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    box-shadow:var(--az-footer-shadow,0 -18px 60px rgba(0,0,0,.18))!important;
}
.az-footer-modern.az-footer-border-show{
    border-top:1px solid rgba(255,255,255,var(--az-glass-border-opacity,.24))!important;
}
.az-footer-modern.az-footer-border-hide{
    border-top:0!important;
}
.az-footer-modern.az-footer-shadow-hide{
    box-shadow:none!important;
}
.az-footer-modern .az-footer-shell{
    width:min(var(--az-shell-width,1180px),calc(100% - 40px));
    margin-inline:auto;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
    align-items:center!important;
    gap:24px;
}
.az-footer-modern .az-footer-brand{
    justify-self:start;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}
.az-footer-modern .az-footer-logo{
    max-width:190px;
    max-height:70px;
    object-fit:contain;
}
.az-footer-modern strong{
    font-family:var(--az-typography-footer-font),system-ui,sans-serif!important;
    font-size:var(--az-typography-footer-title-size)!important;
    color:var(--az-footer-text)!important;
}
.az-footer-modern .az-footer-social{
    grid-column:3;
    justify-self:end;
    display:flex!important;
}
.az-footer-modern.az-footer-social-left .az-footer-social{justify-self:start;grid-column:1;}
.az-footer-modern.az-footer-social-center .az-footer-social{justify-self:center;grid-column:2;}
.az-footer-modern.az-footer-social-right .az-footer-social{justify-self:end;grid-column:3;}
.az-footer-modern .az-footer-social .az-social-icons,
.az-footer-modern .az-social-footer{
    display:flex!important;
    align-items:center;
    justify-content:inherit;
    gap:12px;
}
.az-footer-modern .az-footer-social a,
.az-footer-modern .az-social-icons a,
.az-footer-modern .az-social-footer a{
    color:var(--az-social-icon)!important;
    background:rgba(255,255,255,.06)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:none!important;
}
.az-footer-modern .az-footer-social a:hover,
.az-footer-modern .az-social-icons a:hover,
.az-footer-modern .az-social-footer a:hover{
    color:var(--az-social-hover)!important;
    border-color:rgba(var(--az-glow-hover-rgb),.35)!important;
    transform:translateY(-2px);
}
.az-footer-modern .az-footer-bottom{
    grid-column:1 / -1;
    display:flex!important;
    justify-content:center;
    align-items:center;
    text-align:center;
    margin-top:18px!important;
    padding-top:18px!important;
    border-top:1px solid rgba(255,255,255,.08);
}
.az-footer-modern .az-footer-copyright,
.az-footer-modern .az-footer-copyright span,
.az-footer-modern .az-footer-copyright a{
    font-family:var(--az-typography-footer-font),system-ui,sans-serif!important;
    font-size:var(--az-typography-footer-text-size)!important;
    color:var(--az-footer-text)!important;
}
.az-footer-modern .az-footer-copyright a{color:var(--az-footer-link)!important;}
@media(max-width:900px){
    .az-footer-modern .az-footer-shell{
        grid-template-columns:1fr!important;
        text-align:center;
        justify-items:center;
        gap:18px;
    }
    .az-footer-modern .az-footer-brand,
    .az-footer-modern .az-footer-social,
    .az-footer-modern.az-footer-social-left .az-footer-social,
    .az-footer-modern.az-footer-social-center .az-footer-social,
    .az-footer-modern.az-footer-social-right .az-footer-social{
        grid-column:1!important;
        justify-self:center!important;
    }
    body.az-mobile-footer-left .az-footer-modern .az-footer-shell,
    .az-mobile-footer-left .az-footer-modern .az-footer-shell{
        text-align:left!important;
        justify-items:start!important;
    }
    body.az-mobile-footer-left .az-footer-modern .az-footer-social,
    .az-mobile-footer-left .az-footer-modern .az-footer-social{
        justify-self:start!important;
    }
    body.az-mobile-footer-logo-hide .az-footer-logo,
    .az-mobile-footer-logo-hide .az-footer-logo{
        display:none!important;
    }
}
