/* Start custom CSS for html, class: .elementor-element-3af730c */@media (max-width: 768px){

    .footer{
        padding:40px 20px;
        text-align:center;
    }

    .footer-container{
        grid-template-columns:1fr;
        gap:35px;
    }

    .footer h2{
        font-size:30px;
        margin-bottom:15px;
    }

    .footer h3{
        font-size:22px;
        margin-bottom:15px;
    }

    .footer p,
    .footer ul li,
    .footer ul li a{
        font-size:16px;
        line-height:1.6;
    }

    .social-icons{
        justify-content:center;
        margin-top:20px;
    }

    .social-icons a{
        width:40px;
        height:40px;
        font-size:16px;
    }

    .contact-info p{
        margin-bottom:12px;
    }

    .footer-bottom{
        margin-top:35px;
        font-size:14px;
    }
}/* End custom CSS */