@media screen and (max-width: 767px) {
    header .extra-elements .flags-container,
    header .extra-elements .gtranslate_wrapper {
        display: none;
    }

    footer p {
        text-align: center;
        margin-bottom: 1rem;
    }

    .content-area {
        margin-top: 90px;
    }

    main section:not(:first-of-type) {
        padding-top: 70px;
    }

    #hero {
        height: calc(100dvh - 90px);
    }

    #services .container {
        padding-top: 70px;
    }
    #services .service .content-img img {
        height: 230px;
    }

    #modalServices .modal-content {
        height: auto;
    }

    #modalProduct .modal-body .content-title h1 {
        hyphens: auto;
    }

    #indexBanner {
        height: 200px;
    }

    #usMissionVision {
        padding-top: 0;
    }

    #entrances article {
        padding: 2.5rem 0;
    }

    #jobBoard img {
        height: 250px;
    }

    #categorySidebar {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #homeSlider .carousel-inner {
        height: calc(100dvh - 293px);
    }
    #contactForm {
        width: 600px;
    }

    #entrances article img {
        height: 100px;
    }
    #single .padding {
        padding: 2rem;
    }
    #usMissionVision {
        padding-top: 0;
    }
    #usMissionVision .logo-container img {
        width: 45%;
    }
    #usMissionVision .content-img {
        height: 200px;
        width: 200px;
    }

    #categorySidebar {
        width: 30%;
    }
    #categorySidebar.collapsed {
        width: 70px;
    }
    #productsContent {
        width: 70%;
    }
    #productsContent.expanded {
        width: calc(100% - 70px);
    }
    .products .card .content-img {
        height: 230px;
    }
}
@media screen and (min-width: 1024px) {
    #homeSlider .carousel-inner {
        height: calc(100dvh - 306px);
    }
    #entrances article img {
        height: 150px;
    }
    #single .padding {
        padding: 3rem;
    }

    #usMissionVision .logo-container img {
        width: 35%;
    }
    #usMissionVision .content-img {
        height: 200px;
        width: 200px;
    }

    #categorySidebar {
        width: 25%;
    }
    #productsContent {
        width: 75%;
    }
    .products {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 3rem;
    }
    .products .card .content-img {
        height: 270px;
    }
}
@media screen and (min-width: 1200px) {
    footer a {
        text-align: left;
    }   
    #homeSlider .carousel-inner {
        height: calc(100dvh - 315px);
    }
    #usMissionVision {
        padding-top: 100px;
    }
    #usMissionVision .logo-container img {
        margin: auto 0;
        width: 75%;
    }
    #usMissionVision .shape {
        position: absolute;
        border-radius: 50%;
        border: 35px solid var(--aux-green);
        clip-path: inset(0 0 0 65%);
        height: 100%;
        width: 120%;
        top: 0; 
        left: -21%;
        transform: rotate(10deg);
        z-index: -1;
    }    
    #usMissionVision .about-us {
        margin-left: -195px;
        padding-right: 6rem;
    }
    #usMissionVision .about-us h2 {
        margin-left: 26px;
    }
    #usMissionVision .about-us .text-shape-1 {
        float: left;
        margin: 10px;
        width: 15rem;
        height: 4rem;
        shape-outside: ellipse(200px 261px at -24% 306%);
    }
    #usMissionVision .about-us .text-shape-2 {
        float: left;
        margin: 10px;
        width: 34rem;
        height: 70px;
        shape-outside: ellipse(207px 228px at -6% 222%);
    }
    #usMissionVision .content-img {
        margin-right: 0;
        height: 180px;
        width: 180px;
    }
    #usMissionVision .mission {
        margin-left: -200px;
    }
    #usMissionVision .vision {
        margin-left: -250px;
        padding-right: 4rem;
    }

    #modalProduct .swiper-modal-product .swiper-slide:hover img {
        transition: transform 0.3s ease;
    }


    #entrances article img {
        height: 230px;
    }
    #single .padding {
        padding: 4rem 3rem;
    }

    #jobBoard {
        height: calc(100dvh - 96px - 72px);
        min-height: 642px;
    }
}