@media (max-width: 768px) {
    .top-footer, .bottom-footer {
        padding: 15px 20px;
    }

    .nav-links a {
        margin-left: 15px;
    }

    .social-icons {
        gap: 10px;
    }

    .circle {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 480px) {
    .bottom-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .copyright {
        margin-bottom: 20px;
        align-items: center;
    }

    .social-media {
        text-align: center;
    }
}