/* ===================================
   FOOTER RESPONSIVE
=================================== */

@media (max-width: 992px) {

    .footer{

        padding:60px 0 20px;

    }

    .footer h3{

        text-align:center;

    }

    .footer p{

        text-align:center;

    }

    .social-icons{

        justify-content:center;

    }

    .footer-map{

        margin-top:30px;

    }

}


@media (max-width: 768px) {

    .footer{

        padding:50px 15px;

    }

    .footer h3{

        font-size:24px;

    }

    .footer p{

        font-size:15px;

    }

    .footer-map iframe{

        height:300px;

    }

    .social-icons{

        gap:12px;

    }

    .social-icons a{

        width:42px;

        height:42px;

        font-size:18px;

    }

}


@media (max-width: 576px) {

    .footer{

        text-align:center;

    }

    .footer h3{

        font-size:22px;

    }

    .footer p{

        font-size:14px;

        line-height:1.6;

    }

    .footer-map{

        border-radius:12px;

    }

    .footer-map iframe{

        height:250px;

    }

    .social-icons{

        justify-content:center;

        flex-wrap:wrap;

    }

    .social-icons a{

        width:40px;

        height:40px;

        font-size:18px;

    }

    .footer-line{

        margin:25px 0 15px;

    }

}