@media screen and (max-width:1200px) {
    .container {
        width: 100% !important;
    }
}

@media screen and (max-width:992px) {
    .offcanvas-style {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: var(--primary-color);
        padding-top: 5rem;
        transition: all 0.4s ease;
        z-index: 1040;
    }

    .offcanvas-style.show {
        left: 0;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .nav-link {
        padding: 0.75rem 1rem;
        font-size: 1.1rem;
    }

    .toggle-icon {
        z-index: 1100;
        position: relative;
    }

    .navbar-toggler {
        z-index: 1100;
        position: relative;
    }
}

@media (max-width: 767.98px) {
    .experience-hero h1 {
        font-size: 2rem;
    }
}
