@media (max-width:991px) {

    .nav-link {
        margin-left: 0;
        padding: 12px 0;
    }

    .mega-menu {
        width: 100%;
    }

    .mega-centered {
        width: 100% !important;
        transform: none;
        left: 0 !important;
    }

    .call-btn {
        width: 100%;
        text-align: center;
    }

    .hero-ref {
        text-align: center;
        padding: 100px 0;
    }

    .hero-left h1 {
        font-size: 34px;
    }

    .service-box {
        padding: 25px 15px;
    }

    .quick-support {
        display: none;
    }

    .section-title h2 {
        font-size: 28px;
    }


    .why-list {
        grid-template-columns: 1fr;
    }

    .step-number {
        display: none;
    }

    .commit-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .commit-icon {
        margin-bottom: 10px;
    }

    .stats-card h3 {
        font-size: 28px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .footer-policy a {
        margin: 0 10px;
    }

    .breadcrumb-section {
        background-attachment: scroll;
        padding: 90px 0;
    }

    .breadcrumb-inner h2 {
        font-size: 28px;
    }

    .about-content {
        text-align: center;
    }

    .difference-card {
        text-align: center;
    }

    .coverage-content {
        text-align: center;
    }

    .coverage-list li {
        justify-content: center;
    }

    .safety-content {
        text-align: center;
    }

    .safety-list li {
        justify-content: center;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .mission-card,
    .vision-card {
        text-align: center;
    }

    .contact-form-box {
        text-align: center;
    }

    .map-wrapper iframe {
        height: 300px;
    }

    .referral-section {
        text-align: center;
    }

    .assist-form {
        margin-top: 40px;
    }

    .safety-card {
        text-align: center;
    }

    .process-card {
        margin-bottom: 20px;
    }

}