@media screen and (min-width: 768px) and (max-width: 1024px) {
    header {
        width: calc(100% - 32px);
    }
    .header-wrapper {
        width: 100%;
    }
    .section-header-text-v1 {
        gap: 10px;
        font-size: 14px;
    }
    .section-header-text-v1 img {
        width: 32px;
        height: 32px;
    }
    .section-header-text-v1 p {
        font-size: 24px;
    }

    /* Hero Section */
    #hero-background {
        width: 400px;
        height: 400px;
    }
    #heroes {
        gap: 160px;
    }
    #hero-cta {
        gap: 60px;
        width: fit-content;
    }
    .h-text {
        font-size: 12px;
    }
    #hero-tagline p {
        font-size: 16px;
    }
    .btn-cta {
        padding: 14px 16.5px;
    }

    /* Services */
    .client-references {
        flex-direction: column;
        gap: 4px;
        border-radius: 0px;
        width: calc(100% - 32px);
    }
    #our-services {
        margin: 76px 0 44px 0;
    }
    #os-sshtv1 {
        /* padding: 16px 0; */
    }
    #os-sshtv1-img {
        /* margin: 32px auto 0 auto; */
    }
    .section-headline {
        margin: 32px 0 64px 0;
    }
    .section-headline h1 {
        padding: 0 32px;
    }
    .section-headline p {
        padding: 16px 32px 0 32px;
    }
    .section-sub-heading-text-v1 {
        font-size: 12px;
        letter-spacing: .4px;
    }
    #services {
        margin-top: 48px;
    }
    .quote {
        font-size: 20px;
    }
    #btn-view-contact-details {
        /* margin: 16px auto 0 auto; */
        padding: 16px 32px;
        font-size: 12px;
    }
    .service-category {
        width: 170px;
    }
    .service-category h1 {
        font-size: 18px;
        margin: 0;
    }
    .service-card {
        width: calc(260px - 32px);
        height: 400px;
        padding: 16px;
    }
    .service-card img {
        width: 32px;
        height: 32px;
    }
    .service-header-text {
        margin: 16px 0;
        font-size: 14px;
    }
    .s-p-text {
        font-size: 11px;
    }
    .s-p-text b {
        font-size: 12px !important;
    }
    .service-card ul li p {
        font-size: 11px;
    }
    #our-services-cta button {
        font-size: 11.5px;
        width: fit-content;
    }

    /* Process */
    #our-process {
        margin: 64px 0 128px 0;
    }
    #process-tagline {
        padding: 16px;
        margin-top: 44px;
        margin-bottom: 96px;
    }
    #process-tagline p {
        line-height: 24px;
        font-size: 14px;
    }
    #process-tagline img {
        width: 60px;
        height: 60px;
    }
    .ps-img {
        width: 40px;
        height: 40px;
    }
    .ps-header-text {
        font-size: 14px;
    }
    .ps-tagline-text {
        font-size: 14px;
    }
    .ps-next {
        width: 24px;
        height: 24px;
    }
    .ps-hidden {
        display: none;
    }
    .processes {
        width: 704px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 36px;
    }
    .process-card {
        flex: 0 0 25.3333%;
    }
    .process-card img {
        width: 48px;
        width: 48px;
    }
    .btn-service-nav {
        font-size: 20px;
    }
    #stack-marquee {
        width: fit-content;
        padding: 16px;
        height: 60px;
        gap: 36px;
    }
    #stack-marquee img {
        width: 25px;
        height: 25px;
    }

    /* Contact */
    #contact-us {
        height: fit-content;
    }
    .cu-bg {
        height: 180px;
        background-position: center;
    }
    .cu-wrapper {
        padding: 64px 0;
    }
    .cu-card {
        width: 500px;
        height: fit-content;
        padding: 16px;
    }
    .cu-card:first-child {
        margin-bottom: 32px;
    }
    #cu-holder {
        flex-direction: column;
    }
    .cu-header {
        width: 512px;
        margin: 0 auto 48px 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;
    }
    .cv-card {
        width: 500px;
    }
    #cv-bg {
        width: 1080px;
    }
    .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% - 64px);
        min-width: 500px;
    }
}