/* Start custom CSS for html, class: .elementor-element-36d32ea */.smaw-footer{
    background:#111827;
    color:#fff;
    margin-top:80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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