@media (max-width: 991.98px) {
    .az-navbar .nav-link {
        margin-left: 0;
        margin-top: 10px;
    }

    .hero-title {
        font-size: 1.9rem;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .section-padding {
        padding: 70px 0;
    }

    .hero-section {
        min-height: auto;
        padding: 60px 0 70px;
    }

    .hero-logo {
        max-height: 110px;
    }

    .hero-title {
        font-size: 1.55rem;
        line-height: 1.4;
    }

    .hero-subtitle,
    .section-text,
    .module-card p {
        font-size: 0.95rem;
    }

    .module-card {
        padding: 28px 22px;
    }

    .pre-footer-section {
        padding: 55px 0;
    }
}