.footer-main-container{
    width:100%;
    clear:both;
    padding:40px 0;
    background:linear-gradient(180deg,#080a0f 0%,#05070c 100%)!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
}
.footer-content-wrapper{
    max-width:1180px!important;
    margin:0 auto;
    padding:0 20px;
}
.footer-text-section{
    margin-bottom:30px;
}
.footer-text-section p{
    margin:0;
    color:#a8b3c4!important;
    font:14px/1.6 Arial,Helvetica,sans-serif;
}
.footer-links-section{
    margin-bottom:30px;
    text-align:center;
}
.footer-links{
    font:12px/2 Arial,Helvetica,sans-serif;
}
.footer-links a{
    display:inline-block;
    padding:5px 8px;
    color:#dbe5f7!important;
    font:12px/2 Arial,Helvetica,sans-serif;
    text-decoration:none;
    transition:color .2s ease;
}
.footer-links a:hover,
.footer-links a:focus{
    color:#f2b600!important;
}
.footer-bottom-section{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin:0 auto;
}
.footer-social-icons,
.footer-compliance-logos{
    display:flex;
    align-items:center;
    gap:15px;
}
.footer-social-icon{
    color:#dbe5f7!important;
    font-size:24px;
    text-decoration:none;
    transition:color .2s ease;
}
.footer-social-icon:hover,
.footer-social-icon:focus{
    color:#f2b600!important;
}
.footer-compliance-logos a{
    display:inline-block;
}
.rta-logo,
.asacp-logo{
    width:auto;
    height:20px;
    fill:#93a4ba!important;
    transition:fill .2s ease;
}
.footer-compliance-logos a:hover .rta-logo,
.footer-compliance-logos a:focus .rta-logo,
.footer-compliance-logos a:hover .asacp-logo,
.footer-compliance-logos a:focus .asacp-logo{
    fill:#f2b600!important;
}
.footer-copyright-container{
    width:100%;
    padding:15px 0;
    text-align:center;
    background-color:#04060a!important;
    border-top:1px solid rgba(255,255,255,.06)!important;
}
.footer-copyright-text{
    margin:0;
    color:#7f8da3!important;
    font:12px Arial,Helvetica,sans-serif;
}
@media (min-width:1120px){
    .footer-bottom-section{
        margin-bottom:0;
    }
}
@media (max-width:1199px){
    .toggle-mob-menu{
        scrollbar-width:none!important;
    }
    .mobile-menu{
        z-index:9998!important;
        background-color:transparent!important;
    }
    .mobile-menu.menu-open{
        background-color:rgba(7,9,16,.92)!important;
    }
    .login-btn{
        margin-bottom:4px;
    }
}
@media (max-width:768px){
    .footer-content-wrapper{
        max-width:90%!important;
    }
    .footer-bottom-section{
        justify-content:center;
        text-align:center;
    }
    .footer-social-icons,
    .footer-compliance-logos{
        flex:1 1 100%;
        justify-content:center;
    }
}
