header .container nav ul li.product-list div#products.show-submenu {
    position: unset !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
    font-size: 0.8rem !important;
}

/* Menu Bar */
/* Apply to specified screen or smaller */
@media only screen and (max-width: 1080px) {
    header .container nav ul {
        transform: translate(1000px, 0);
        clear: both;
        padding-top: 0;
        /* display: none; */
        position: fixed;
        top: 0;
        right: 0;
        width: 50vw;
        height: 100vh;
        background: var(--white);
        z-index: 999;
        display: flex;
        flex-direction: column;
        opacity: 0.9;
        transition: all 0.7s;
    }

    header .container nav #header-logo,
    nav #header-logo img {
        float: none;
    }

    header .container nav {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .container nav i.open-menu {
        opacity: 1;
        transform: rotate(-180deg);
        cursor: pointer;
    }

    header .container nav ul.showSideMenu {
        transform: translate(0);
    }

    header .container nav i.open-menu.hide {
        opacity: 0;
    }

    header .container nav ul li,
    header .container nav ul li.active {
        border-bottom: 1px solid rgb(169, 170, 174);
    }

    header .container nav ul li#close-li i {
        float: right;
        font-size: 2rem;
        margin-right: 0.7rem;
        color: var(--techmyriad-purple);
    }

    header .container nav ul li#close-li,
    header .container nav ul li#close-li:hover {
        display: inline-block;
        border-bottom: 0;
    }

    header .container nav ul li#nav-talk-to-us a {
        margin-left: 0;
    }
}

@media only screen and (max-width: 499px) {
    header .container nav ul.showSideMenu {
        width: 70%;
    }

    header .container nav ul li#close-li i {
        font-size: 2rem;
    }

    header .container nav i.open-menu {
        font-size: 2rem;
    }

    #header-banner #header-banner-content {
        max-width: 375px;
        top: 10rem;
        left: 0rem;
        font-size: 1rem;
        padding: 0 0.5rem;
        /* background: none !important; */
    }

    #services .container h3::after {
        left: 30%;
    }

    #header-banner {
        height: 70vh;
    }

    #services .container .service-grid-container {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    #services .container .service-grid-container .specialty-container .specialty {
        padding-bottom: 1rem;
    }

    #services .container .service-grid-container .specialty-container .specialty .hide {
        height: auto;
        opacity: 1;
    }

    #why-choose-us {
        padding: 0 !important;
    }

    #why-choose-us .container.wrapper {
        flex-direction: column;
        padding: 1rem;
    }

    #why-choose-us .container #left-content {
        width: 100%;
        padding: 0;
        margin-bottom: 3rem;
    }

    #why-choose-us .container #right-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 2rem;
    }

    #why-choose-us .container #right-content .rc-card {
        width: 100%;
    }

    header .container nav ul li.product-list:hover div#products {
        opacity: 0;
        pointer-events: auto;
    }

    footer .container .footer-content-container {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    footer .container .footer-content-container div:nth-child(6)>div {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
    }

    footer .container .footer-content-container img {
        width: 200px;
        margin: 0 auto;
    }
}

/* HOME PAGE */

/* Apply to specified screen or smaller */
@media only screen and (max-width: 1255px) {
    #why-choose-us {
        padding: 3rem;
    }
}

@media only screen and (max-width: 1200px) {
    #header-banner #header-banner-content {
        background: rgb(82 2 90 / 40%);
    }
}

/* ABOUT PAGE */

@media only screen and (max-width: 499px) {
    #header-banner-about {
        height: 45vh;
    }

    #header-banner-about #header-banner-about-content {
        position: absolute;
        max-width: 375px;
        top: 3rem;
        left: 0rem;
        font-size: 1rem;
        padding: 0 0.5rem;
    }

    #header-banner-about #header-banner-about-content p {
        font-size: 1rem;
    }

    #vision-mission .container #vision-mission-container .hidden {
        display: none;
    }

    #vision-mission .container #vision-mission-container {
        display: flex;
        flex-direction: column;
    }

    #vision-mission .container #vision-mission-container .mission-vision-content {
        height: unset;
    }

    #the-team {
        width: 100%;
    }

    #the-team .container>p {
        font-size: 1.2rem;
    }

    #the-team .container .team-container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: auto;
    }

    #the-team .container .team-container #developer,
    #the-team .container .team-container #tester,
    #the-team .container .team-container #pm,
    #the-team .container .team-container #ba {
        overflow: unset;
    }

    #the-team .container .team-container #developer::after,
    #the-team .container .team-container #tester::after,
    #the-team .container .team-container #pm::after,
    #the-team .container .team-container #ba::after {
        content: unset;
    }

    #get-in-touch {
        padding: 1rem;
        margin: 2rem 0;
        line-height: unset;
    }
}

@media only screen and (min-width: 500px) and (max-width: 1023px) {
    #services .container .service-grid-container {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    #services .container .service-grid-container .specialty-container .specialty .hide {
        height: auto;
        opacity: 1;
    }

    #why-choose-us .container.wrapper {
        flex-direction: column;
        padding: 1rem;
    }

    #why-choose-us .container #left-content {
        width: 100%;
        padding: 0;
        margin-bottom: 3rem;
    }

    #why-choose-us .container #right-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 2rem;
    }

    #the-team .container .team-container {
        height: auto;
        grid-template-columns: repeat(2, minmax(50px, 1fr));
    }

    #header-banner-about #header-banner-about-content {
        left: 2rem;
    }

    footer .container .footer-content-container {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    footer .container .footer-content-container div:nth-child(6)>div {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
    }

    footer .container .footer-content-container img {
        width: 200px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 500px) and (max-width: 640px) {
    #get-in-touch {
        padding: 1rem;
        margin: 2rem 0;
        line-height: 2.5rem;
    }

    #header-banner-about {
        height: 80vh;
    }

    header .container nav ul li.product-list:hover div#products {
        opacity: 0;
        pointer-events: auto;
    }




    
}



/* Responsivenwss for INNOVATION UK LOGO */
@media (max-width: 768px) {
    .grant-recipient-title {
        font-size: 1rem;
    }

    .grant-recipient-logo {
        width: 70%;
    }
}

