.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-0bb9360 */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.footer{
    background:#F8FAFC;
    font-family:'Poppins',sans-serif;
    border-top:1px solid #E2E8F0;
}

.footer-container{
    max-width:1300px;
    margin:auto;
    padding:70px 30px 50px;

    display:grid;
    grid-template-columns:1.5fr 1fr 1fr;
    gap:70px;
}

/* Logo */

.footer-logo{
    width:50%;
    max-width:340px;
    margin-bottom:20px;
}

/* About */

.footer-about p{
    color:#475569;
    line-height:1.8;
    font-size:15px;
    max-width:420px;
    margin-bottom:25px;
}

/* Headings */

.footer-column h3{
    font-size:24px;
    font-weight:600;
    color:#0F172A;
    margin-bottom:30px;
}

/* Links */

.footer-column ul{
    list-style:none;
}

.footer-column ul li{
    margin-bottom:15px;
}

.footer-column ul li a{
    text-decoration:none;
    color:#475569;
    font-size:15px;
    transition:.3s ease;
}

.footer-column ul li a:hover{
    color:#2563EB;
    padding-left:8px;
}

/* Social Icons */

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{
    width:42px;
    height:42px;

    display:flex;
    justify-content:center;
    align-items:center;

    background:#FFFFFF;
    border:1px solid #E2E8F0;

    color:#0F172A;
    border-radius:10px;

    transition:.3s ease;
}

.social-icons a:hover{
    background:#2563EB;
    color:#fff;
    transform:translateY(-5px);
}

/* Bottom */

.footer-bottom{
    border-top:1px solid #E2E8F0;
    text-align:center;
    padding:25px 20px;
}

.footer-bottom p{
    color:#64748B;
    font-size:14px;
}

/* Tablet */

@media(max-width:991px){

    .footer-container{
        grid-template-columns:1fr 1fr;
        gap:50px;
    }

    .footer-about{
        grid-column:span 2;
    }
}

/* Mobile */

@media(max-width:768px){

    .footer-container{
        grid-template-columns:1fr;
        text-align:center;
        gap:40px;
    }

    .footer-about{
        grid-column:unset;
    }

    .footer-logo{
        margin:0 auto 20px;
    }

    .footer-about p{
        margin:0 auto 25px;
    }

    .social-icons{
        justify-content:center;
    }

    .footer-column h3{
        font-size:22px;
    }
}/* End custom CSS */