<footer class="main-footer">
    <div class="container">
        <div class="footer-content">
            <h3>ISP NETWORK BD</h3>
            <p>আপনার বিশ্বস্ত ইন্টারনেট পার্টনার।</p>
            <div class="social-links" style="margin: 20px 0;">
                <a href="#" style="color: white; margin: 0 10px;"><i class="fab fa-facebook-f"></i></a>
                <a href="#" style="color: white; margin: 0 10px;"><i class="fab fa-twitter"></i></a>
                <a href="#" style="color: white; margin: 0 10px;"><i class="fab fa-instagram"></i></a>
            </div>
        </div>
        <hr style="border: 0; border-top: 1px solid #444; margin-bottom: 20px;">
        <p>&copy; <?php echo date('Y'); ?> All Rights Reserved | Developed by YourName</p>
    </div>
</footer>

<script src="assets/js/script.js"></script>
</body>
</html>