.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-2c52941 *//* FOOTER */

.footer{
    background:#111827;
    color:white;
    margin-top:100px;
}

.footer-container{
    max-width:1400px;
    margin:auto;
    padding:70px 30px;
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;
    gap:40px;
}

.footer-logo{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}

.logo-box{
    width:55px;
    height:55px;
    border-radius:14px;
    background:linear-gradient(135deg,#7c3aed,#ec4899);
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:800;
    font-size:22px;
}

.footer-logo h2{
    font-size:28px;
    font-weight:800;
}

.footer-logo span{
    color:#ec4899;
}

.company p{
    color:#cbd5e1;
    line-height:1.8;
}

.footer-col h3{
    margin-bottom:20px;
    font-size:18px;
}

.footer-col ul{
    list-style:none;
}

.footer-col ul li{
    margin-bottom:12px;
}

.footer-col ul li a{
    color:#cbd5e1;
    text-decoration:none;
    transition:.3s;
}

.footer-col ul li a:hover{
    color:#ec4899;
    padding-left:5px;
}

.social-icons{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.social-icons a{
    width:42px;
    height:42px;
    background:#1f2937;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:white;
    transition:.3s;
}

.social-icons a:hover{
    background:#ec4899;
    transform:translateY(-4px);
}

.newsletter p{
    color:#cbd5e1;
    margin-bottom:15px;
}

.newsletter form{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.newsletter input{
    padding:14px;
    border:none;
    border-radius:12px;
    outline:none;
}

.newsletter button{
    padding:14px;
    border:none;
    border-radius:12px;
    background:linear-gradient(135deg,#7c3aed,#ec4899);
    color:white;
    font-weight:600;
    cursor:pointer;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    text-align:center;
    padding:25px;
    color:#94a3b8;
}

@media(max-width:1100px){

.footer-container{
    grid-template-columns:1fr 1fr;
}

}

@media(max-width:700px){

.footer-container{
    grid-template-columns:1fr;
}

}/* End custom CSS */