/* Start custom CSS for html, class: .elementor-element-af5d140 */.rma-trust-bar{
    background:#007AFF;
    color:#fff;
    text-align:center;
    padding:15px;
    font-weight:600;
}
.rma-footer{
    background:#111827;
    color:#fff;
    margin-top:80px;
}

.rma-footer-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:40px;
    padding:60px 20px;
}

.rma-footer h3{
    margin-bottom:15px;
    font-size:28px;
}

.rma-footer h3 span{
    color:#007AFF;
}

.rma-footer h4{
    margin-bottom:15px;
    color:#ffffff;
}

.rma-footer p{
    color:#d1d5db;
    line-height:1.7;
}

.rma-footer ul{
    list-style:none;
    padding:0;
    margin:0;
}

.rma-footer ul li{
    margin-bottom:10px;
}

.rma-footer a{
    color:#d1d5db;
    text-decoration:none;
    transition:.3s;
}

.rma-footer a:hover{
    color:#007AFF;
}

.rma-socials{
    margin-top:15px;
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.rma-footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    text-align:center;
    padding:20px;
    font-size:14px;
}

.rma-footer-bottom p{
    margin:5px 0;
}

@media(max-width:768px){
    .rma-footer-container{
        text-align:center;
    }

    .rma-socials{
        justify-content:center;
    }
}/* End custom CSS */