.site-footer{

    background:var(--footer-bg);

    color:var(--footer-color);

    margin-top:60px;

    padding:50px 0 30px;
}

.footer-title{

    font-size:18px;

    font-weight:700;

    margin-bottom:15px;
}

.footer-text{

    opacity:.9;

    line-height:1.8;
}

.footer-copy{

    margin-top:30px;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,.15);

    text-align:center;

    font-size:14px;
} 

.footer-links{

    list-style:none;

    padding:0;

    margin:0;
}

.footer-links li{

    margin-bottom:10px;
}

.footer-links a{

    color:rgba(255,255,255,.9);

    text-decoration:none;

    transition:.2s ease;
}

.footer-links a:hover{

    color:#fff;

    padding-left:5px;
}

@media(max-width:768px){

    .site-footer{

        text-align:center;
    }

    .footer-links{

        margin-top:10px;
    }

} 

.site-footer{

    background:linear-gradient(
            135deg,
            #0f2d5c,
            #18468f
        );

    color:#fff;

    padding:60px 0 20px;
}

.footer-title{

    font-size:1.4rem;

    font-weight:700;

    margin-bottom:20px;
}

.footer-contact{

    display:flex;

    gap:12px;

    margin-bottom:18px;

    line-height:1.8;
}

.footer-contact i{

    width:20px;

    margin-top:5px;
}

.footer-map{

    overflow:hidden;

    border-radius:14px;

    border:1px solid rgba(255,255,255,.15);
}

.footer-map iframe{

    width:100% !important;

    height:220px !important;

    border:0;
}

.footer-app-card{

    display:flex;

    align-items:center;

    gap:12px;

    padding:14px;

    border-radius:14px;

    margin-bottom:12px;

    text-decoration:none;

    color:#fff;

    border:1px solid rgba(255,255,255,.15);

    background:rgba(255,255,255,.05);

    transition:.25s;
}

.footer-app-card:hover{

    transform:translateY(-2px);

    color:#fff;
}

.footer-app-card img{

    width:42px;

    height:42px;

    object-fit:contain;

    border-radius:10px;

    background:#fff;

    padding:4px;
}

/* ==========================
   SOCIAL MEDIA
========================== */

.footer-social{

    display:flex;

    align-items:center;

    gap:14px;

    padding:14px 16px;

    margin-bottom:12px;

    border-radius:14px;

    text-decoration:none;

    color:#fff;

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.15);

    transition:all .25s ease;
}

.footer-social:hover{

    color:#fff;

    transform:translateY(-2px);

    background:rgba(255,255,255,.12);
}

.footer-social-icon{

    width:46px;

    height:46px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:12px;

    background:rgba(255,255,255,.08);

    flex-shrink:0;
}

.footer-social-icon i{

    font-size:20px;

    color:#fff;
}

.footer-social span{

    font-size:15px;

    font-weight:600;
}

.footer-empty{

    color:rgba(255,255,255,.7);

    font-size:14px;
}

.footer-copy{

    margin-top:40px;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,.15);

    text-align:center;

    opacity:.9;
}

@media(max-width:991px){

    .footer-map iframe{

        height:260px !important;
    }

} 

.footer-app-card{

    display:flex;

    align-items:center;

    gap:12px;

    padding:14px;

    margin-bottom:12px;

    border-radius:14px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

    text-decoration:none;
}

.footer-app-card:hover{

    color:#fff;

    transform:translateY(-2px);
}

.footer-app-logo{

    width:48px;

    height:48px;

    object-fit:contain;

    background:#fff;

    border-radius:10px;

    padding:6px;

    flex-shrink:0;
}

.footer-app-fallback{

    width:48px;

    height:48px;

    border-radius:10px;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#4f46e5;

    flex-shrink:0;
}

.section-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}