@media screen and (min-width: 375px) and (max-width: 767px) {
    header {
        width: calc(100% - 32px);
        min-width: calc(375px - 32px);
        justify-content: space-between !important;
    }
    .header-wrapper {
        width: 100%;
    }
    .mb-toggle-mobile {
        display: none !important;
    }
    #btn-mobile-menu {
        display: block !important;
    }
    #btn-mobile-menu-close {
        display: flex !important;
    }

    /* Banner */
    #banner {
        position: relative;
    }

    /* Hero Section */
    #hero-section {
        overflow: hidden;
    }
    #hero-background {
        width: 690px;
        height: 690px;
    }
    #heroes {
        gap: 16px;
    }
    #hero-cta {
        gap: 16px;
        width: calc(100% - 32px);
        align-items: start;
    }
    .hero {
        height: 320px;
    }
    #hero-cta {
        flex-direction: column;
    }
    #hero-tagline p {
        font-size: 16px;
    }
    .btn-cta:first-child {
        margin-top: 0 !important;
    }
    .btn-cta {
        margin-top: 16px;
        padding: 16px 12px;
        font-size: 16px;
        letter-spacing: .5px;
    }
    #hero-cta-buttons {
        display: flex;
        flex-direction: column;
    }
    #hero-cta-buttons {
        width: 100%;
    }

    /* Services */
    .client-references {
        width: calc(100% - 32px);
        flex-direction: column;
        gap: 4px;
        border-radius: 0px;
        margin-bottom: 16px;
    }
    #our-services {
        margin: 76px 0 44px 0;
    }
    .section-header-text-v1 {
        gap: 10px;
    }
    .section-header-text-v1 img {
        width: 36px;
        height: 36px;
    }
    .section-headline {
        margin: 32px 0 64px 0;
    }
    .section-headline h1 {
        padding: 0 32px;
    }
    .section-headline p {
        padding: 16px 32px 0 32px;
    }
    .section-header-text-v1 p {
        font-size: 24px;
    }
    #os-sshtv1 {
        /* margin: 16px 0 0; */
        /* padding: 16px 16px; */
    }
    #os-sshtv1-img {
        /* margin: 32px auto 0 auto; */
    } 
    .section-sub-heading-text-v1 {
        font-size: 12px;
        letter-spacing: .4px;
    }
    #btn-view-contact-details {
        /* margin: 16px auto; */
        padding: 12px 24px;
        font-size: 14px;
        letter-spacing: .5px;
    }
    .service-category {
        padding: 16px 16px 0 16px;
    }
    .service-category h1 {
        font-size: 24px;
        margin: 0;
    }
    .service-header-text {
        margin: 16px 0;
        font-size: 18px;
    }
    .s-p-text {
        font-size: 14px;
    }
    .s-p-text b {
        font-size: 15px !important;
    }
    .service-card ul li p {
        font-size: 14px;
    }
    .service-card {
        padding: 16px;
        margin: 16px 16px 0 16px;
    }
    .sc-card-hidden {
        height: 0;
        padding: 0;
    }
    .sc-hidden {
        height: 0;
        padding: 0;
        margin: 0;
    }
    .service-row {
        margin: 0;
        flex-direction: column;
    }
    #our-services-cta {
        flex-direction: column;
    }

    /* Process */
    #our-process {
        margin: 76px 0 44px 0;
    }
    .processes {
        flex-direction: column;
        gap: 16px;
        padding: 32px 0;
    }
    #process-tagline {
        padding: 16px 32px;
        margin-top: 32px;
        margin-bottom: 48px;
        width: calc(100% - 64px);
        flex-direction: column;
    }
    #process-tagline p {
        margin: 0;
        font-size: 13px;
        text-align: center;
        line-height: 18px;
    }
    #process-tagline img {
        width: 60px;
        height: 60px;
    }
    .ps-img {
        width: 48px;
        height: 48px;
    }
    .process-card {
        width: 220px;
    }
    .process-card img {
        width: 40px;
        height: 40px;
    }
    .ps-tagline-text {
        font-size: 14px;
        padding: 0 32px;
    }
    .ps-next {
        display: none;
    }
    .pc-header-text {
        width: 228px;
        font-size: 18px;
    }
    .pc-body-text {
        width: 228px;
        font-size: 14px;
    }
    #stack-marquee {
        width: 100%;
        gap: 24px;
        padding: 32px 12px;
        flex-wrap: wrap;
        border-radius: 0;
    }
    #stack-marquee img {
        width: 40px;
        height: 40px;
        flex: 0 0 24%;
    }
    .btn-service-nav {
        font-size: 24px;
        letter-spacing: .5px;
    }

    /* Contact */
    #contact-us {
        height: fit-content;
    }
    .cu-bg {
        height: 180px;
        background-position: center;
    }
    .cu-wrapper {
        padding: 64px 0;
    }
    .cu-card {
        width: 100%;
        height: fit-content
    }
    .cu-card:first-child {
        margin-bottom: 32px;
    }
    #cu-holder {
        flex-direction: column;
    }
    .cu-header {
        width: calc(100% - 32px);
        margin: 0 auto 24px auto;
        gap: 12px;
    }
    .cf-field {
        width: 100%;
    }
    .cf-field input {
        display: block;
        width: calc(100% - 24px);
        height: calc(48px - 24px);
    }
    .cf-field textarea {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
        height: calc(180px - 24px);
    }
    #btn-send-message {
        width: 100%;
    }
    #contact-form {
        width: 100%;
    }

    /* Core Values */
    #core-values {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        height: 800px;
    }
    #cv-holder {
        flex-direction: column;
        width: calc(100% - 32px);
    }
    .cv-card {
        width: 100%;
    }
    #cv-bg {
        width: 1120px;
    }
    .cv-sub-heading-text {
        margin: 50px 0 0 0;
        font-size: 18px;
    }
    .cv-info {
        font-size: 14px;
    }
    .cv-body-text {
        width: 100%;
        font-size: 14px;
    }
    .cv-message {
        margin-top: 32px;
        width: calc(100% - 32px);
        height: fit-content;
        padding: 16px;
    }
    .cvm-header-text {
        font-size: 16px; 
    }
    .cvm-body-text {
        font-size: 14px;
    }

    /* Footer */
    .footer-wrapper {
        width: calc(100% - 32px);
    }
    .f-holder {
        justify-content: start;
    }
}

/* Mobile menu */
#mobile-menu-bar {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(34, 34, 34);
    background-image: url('../images/hero\ background.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 900px 900px;
}
#mobile-menu-bar ul {
    margin: 0;
    padding: 128px 0 64px 32px;
}
#mobile-menu-bar ul li {
    list-style: none;
    margin-top: 16px;
}
#mobile-menu-bar ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: .5px;
}
#mobile-menu-bar ul li button {
    margin-top: 64px;
    color: #ffffff;
    background-color: #ff6600;
    padding: 16px;
    border: none;
    border-radius: 2px;
    letter-spacing: .5px;
    font-size: 18px;
}
#btn-mobile-menu-close {
    display: none;
    float: right;
    margin-right: 8px;
    font-size: 64px;
    border: none;
    background-color: transparent;
    color: #ffffff;
}
.show-mobile-menu-bar {
    display: block !important;
}
#btn-mobile-menu {
    display: none;
    font-size: 24px;
    border: none;
    background-color: transparent;
    color: #ffffff;
}
#trademark {
    color: #ffffff;
    letter-spacing: .5px;
    margin-left: 32px;
    font-weight: 100;
}