/*==================================================
                ASRP FOOTER
==================================================*/

.site-footer{

    direction: rtl;

    background:#0f172a;

    color:#cbd5e1;

    margin-top:100px;

    overflow:hidden;

}

/*=========================================
                CTA
=========================================*/

.footer-top{

    background:linear-gradient(135deg,#2563eb,#1d4ed8);

    padding:60px 0;

}

.footer-title{

    color:#fff;

    font-size:34px;

    font-weight:800;

    margin-bottom:15px;

}

.footer-subtitle{

    color:rgba(255,255,255,.85);

    font-size:17px;

    line-height:2;

    margin:0;

}

.footer-btn{

    background:#fff;

    color:#2563eb;

    border-radius:50px;

    padding:14px 34px;

    font-weight:700;

    transition:.35s;

    text-decoration:none;

    display:inline-flex;

    align-items:center;

    gap:10px;

}

.footer-btn:hover{

    transform:translateY(-5px);

    background:#f8fafc;

    color:#1d4ed8;

}

/*=========================================
                MAIN
=========================================*/

.footer-main{

    padding:70px 0;

}

.footer-logo{

    width:95px;

    height:95px;

    object-fit:cover;

    border-radius:50%;

    background:#fff;

    padding:8px;

    margin-bottom:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.35);

}

.footer-brand h3{

    color:#fff;

    font-size:24px;

    font-weight:800;

    margin-bottom:20px;

}

.footer-brand p{

    line-height:2;

    color:#94a3b8;

    margin-bottom:30px;

}

/*=========================================
                TITLES
=========================================*/

.site-footer h5{

    color:#fff;

    font-weight:700;

    margin-bottom:22px;

    position:relative;

}

.site-footer h5::after{

    content:"";

    width:45px;

    height:3px;

    background:#2563eb;

    display:block;

    margin-top:10px;

    border-radius:30px;

}

/*=========================================
                LINKS
=========================================*/

.footer-links{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-links li{

    margin-bottom:15px;

}

.footer-links a{

    color:#94a3b8;

    text-decoration:none;

    transition:.35s;

    position:relative;

    padding-right:18px;

}

.footer-links a::before{

    content:"›";

    position:absolute;

    right:0;

    color:#3b82f6;

}

.footer-links a:hover{

    color:#fff;

    padding-right:26px;

}

/*=========================================
                CONTACT
=========================================*/

.footer-contact{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.footer-contact div{

    display:flex;

    align-items:center;

    gap:12px;

    color:#cbd5e1;

}

.footer-contact i{

    width:44px;

    height:44px;

    border-radius:50%;

    background:rgba(255,255,255,.06);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#60a5fa;

    font-size:18px;

}

/*=========================================
                SOCIAL
=========================================*/

.footer-social{

    display:flex;

    gap:15px;

}

.footer-social a{

    width:48px;

    height:48px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    transition:.35s;

    font-size:20px;

}

.footer-social a:hover{

    background:#2563eb;

    transform:translateY(-6px);

}

/*=========================================
                ENAMAD
=========================================*/

.footer-enamad{

    margin-top:30px;

}

.footer-enamad img{

    width:100px;

    background:#fff;

    border-radius:12px;

    padding:8px;

}

/*=========================================
                BOTTOM
=========================================*/

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    padding:22px 0;

}

.footer-bottom p{

    margin:0;

    color:#94a3b8;

    line-height:2;

}

.footer-bottom strong{

    color:#fff;

}

/*=========================================
            SCROLL BUTTON
=========================================*/

.scroll-top{

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:#2563eb;

    color:#fff;

    cursor:pointer;

    transition:.35s;

    font-size:22px;

    box-shadow:0 10px 30px rgba(37,99,235,.35);

}

.scroll-top:hover{

    transform:translateY(-8px);

    background:#1d4ed8;

}

/*=========================================
                RESPONSIVE
=========================================*/

@media(max-width:992px){

.footer-main{

text-align:center;

}

.site-footer h5::after{

margin:10px auto 0;

}

.footer-social{

justify-content:center;

}

.footer-contact div{

justify-content:center;

}

.footer-enamad{

text-align:center;

}

.footer-bottom{

text-align:center;

}

}

@media(max-width:768px){

.footer-top{

padding:45px 0;

}

.footer-title{

font-size:26px;

}

.footer-subtitle{

font-size:15px;

}

.footer-btn{

width:100%;

justify-content:center;

margin-top:20px;

}

.footer-logo{

width:80px;

height:80px;

}

.footer-brand h3{

font-size:21px;

}

.footer-social a{

width:44px;

height:44px;

font-size:18px;

}

.footer-contact i{

width:38px;

height:38px;

font-size:16px;

}

.scroll-top{

width:48px;

height:48px;

font-size:18px;

}

}