.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-9fdcf87 */.ng-footer{
    background:#07285f;
    color:#ffffff;
    padding:60px 50px 20px;
    font-family:Arial, sans-serif;
}

.footer-container{
    display:flex;
    justify-content:space-between;
    gap:50px;
    flex-wrap:wrap;
}

.footer-column{
    flex:1;
    min-width:220px;
}

.footer-about{
    max-width:320px;
}

.footer-logo{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

.logo-icon{
    width:42px;
    height:42px;
    background:#0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}

.logo-text{
    font-size:28px;
}

.footer-column h4{
    font-size:16px;
    font-weight:700;
    margin-bottom:20px;
    color:#fff;
}

.footer-column p{
    color:#c8d4ec;
    line-height:1.7;
    margin-bottom:25px;
}

.footer-column ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-column ul li{
    margin-bottom:14px;
}

.footer-column ul li a{
    color:#d7e2f5;
    text-decoration:none;
    transition:0.3s;
}

.footer-column ul li a:hover{
    color:#ffffff;
    padding-left:5px;
}

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{
    width:40px;
    height:40px;
    background:rgba(255,255,255,0.12);
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    transition:0.3s;
}

.social-icons a:hover{
    background:#0d6efd;
}

.contact-info li{
    color:#d7e2f5;
    line-height:1.8;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.15);
    margin-top:40px;
    padding-top:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    color:#c8d4ec;
    font-size:14px;
}

.footer-links{
    display:flex;
    gap:30px;
}

.footer-links a{
    color:#c8d4ec;
    text-decoration:none;
}

.footer-links a:hover{
    color:#ffffff;
}

@media(max-width:768px){

    .footer-container{
        flex-direction:column;
    }

    .footer-bottom{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }
}/* End custom CSS */