/**
    * Theme Name:        MTEC
    */
    @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
    @import url("https://use.typekit.net/tpl8qwi.css");
    :root {
        /*Global colors here*/

        --White: #fff;
        --BLACK: #000;
        --Max-Black: rgba(0, 0, 0, 1);
        --MTEC-LtGrey:#E1E1E1;
        --MTEC-Grey: #797F8C;
        --MTEC-DkGrey: rgb(80, 80, 87);
        --MTEC-Blurple: #11155A;
        --MTEC-SafetyYellow:#D0E621;
        --MTEC-SafetyYellow-Dk:#819011;
    

        /* --Navy: #003269;
    --Navy: #003269; */
    }
    /* CSS COLORS */

   .MTEC-Grey {
        color: var(--MTEC-Grey, #797F8C);
    }

    .white {
        color: var(--White, #fff);
    }

    .MTEC-DkGrey {
        color: var(--MTEC-DkGrey, rgb(80, 80, 87));
    }
    
    .MTEC-Blurple {
        color: var(--MTEC-Blurple, #11155A);
    }
    .MTEC-SafetyYellow {
        color: var(--MTEC-SafetyYellow, #D0E621);
    }
    .MTEC-SafetyYellow-Dk {
        color: var(--MTEC-SafetyYellow-Dk, #819011);
    }
    
    
    /* END CSS COLORS */


    /* BUTTONS */
    .btn-outline {
        font-family: Akhand;
        font-size: 1.5rem;
        /* background: var(--White, #FFF); */
        display: flex;
        padding: .3rem 1.75rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        width: 200px;
        border-radius: 0.75rem;
        border: 1px solid var(--Max-Black, rgba(0, 0, 0, 1));
        opacity: 1;
        background: rgba(255, 255, 255, .3);
    }

    .btn-outline-resume {
        display: flex;
        padding: 10px 24px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 12px;
        border: 1px solid #485059;  
        background-color: white;
        width: fit-content;
        /* justify-self: flex-end; */
    }


    .btn-outline-certifications {
        display: flex;
        padding: 10px 24px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 12px;
        border: 1px solid var(--MTEC-Blurple);
        color: var(--MTEC-Blurple);  
        background-color: white;
        width: fit-content;
        /* justify-self: flex-end; */
    }
    
    
    .btn-solid {
        font-family: Akhand;
        font-size: 1.5rem;
        border-radius: 0.875rem;
        border: 1px solid white;
        background: var(--MTEC-SafetyYellow, #A1B216);
        display: flex;
        padding: .5rem 3rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        color: var(--MTEC-Blurple);
        flex-wrap: nowrap;
        width: auto;
        pointer-events: fill;
        text-wrap: nowrap;
    }

    .btn-solid-white-80 {
        font-family: Akhand;
        font-size: 1.5rem;
        background: rgba(255, 255, 255, 0.82);
        display: flex;
        white-space: nowrap;
        padding: 1rem 3rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        color: #9C0A0A;
        border-radius: 0.75rem;
        border: none;
        width: auto;
        text-wrap: nowrap;
    }

    .btn-solid-dkGrey {
        font-family: Akhand;
        font-size: 1.5rem;
        border-radius: 0.875rem;
        border: 1px solid var(--MTEC-DkGrey);
        background: var(--MTEC-DkGrey);
        display: flex;
        padding: 1rem 6rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        color: white;
        text-wrap: nowrap;
    }

    .icon-download {
        width: 1rem;
        height: 1rem;
    }


    /* START CONTENTS */
    html {
        height: 100%;
        width: auto;
        margin: 0;
        color: #485059;
        scroll-behavior: smooth;
    }

    body {
        margin: 0;
        width: auto;
        font-family: "Inter", sans-serif;
        height: 100%;
        background-color: var(--MTEC-DkGrey,rgb(80, 80, 87));
    }
    main {
        margin: auto;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    /* define main page parameters */
    *,
    *::after,
    *::before {
        box-sizing: border-box;
    }
    a {
        text-decoration: none;
    }
    /* Fonts */
    /* <uniquifier>: Use a unique and descriptive class name
       <weight>: Use a value from 100 to 900 */
    h1 {
        /* H1 */
        font-family: Akhand;
        font-size: 2.75rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    h2 {
        /* H2 */
        font-family: Akhand;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        font-size: 2.25rem;
        line-height: normal;
        margin: 0;
    }
    h3 {
        /* H3 */
        font-family: Akhand;
        font-size: 2rem;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
        margin: 0;
    }
    h4 {
        font-family: Akhand;
        font-optical-sizing: auto;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
        margin: 0;
    }

    h5 {
        font-family: Akhand;
        font-optical-sizing: auto;
        font-size: 1rem;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
        margin: 0;
    }

    p {
        color: var(--BLACK, #000);
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 130%;
        letter-spacing: -0.011rem;
    }
    ul,
    li {
        color: var(--BLACK, #000);
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.011rem;
    }
    .hdr-tagline {
        color: var(--BLACK, #000);
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: -0.011rem;
    }
    .hdr-submenu {
        color: var(--BLACK, #000);
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: -0.011rem;
    }
    /* END FONTS */

    /* SPACERS */
    .btn-align-center {
        
        text-align: center;
        align-self: center;
    }
    .spacer-height-72 {
        width: 72px;
        height: 12px;
    }

    .spacer-60 {
        width: 60px;
    }
    .spacer-24 {
        width: 12px;
    }
    .spacer-36h {
        height: 48px;
    }
    .spacer-24h {
        height: 24px;
    }
    /* TYPE OPTIONS */

    /* ALIGNMENT */
    .txt-align-right {
        text-align: right;
    }
    .align-right {
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .align-left {
        display: block;
        width: 100%;
        justify-content: start;
        align-items: center;
        margin: 0;
        padding: 0;
        height: fit-content;
    }
    .align-center {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center
    }

    .align-flex-end {
        align-self: end;
    }

    /* END BUTTONS */

    .active {
        text-decoration: underline;
        text-underline-offset: 6px;
        text-decoration-thickness: 3px;
        text-decoration-color: var(--MTEC-SafetyYellow, #D0E621);
    }


    /* ANIMATION CODE */

    @keyframes fadeInSlideUp {
    0% {
        opacity: 0; /* Start completely transparent */
        transform: translateY(20px); /* Start slightly below its final position */
    }
    100% {
        opacity: 1; /* End fully opaque */
        transform: translateY(0); /* End at its original vertical position */
    }
    }

    .animated-element {
        animation: fadeInSlideUp 1s ease-out forwards;
        /* Initial state before animation starts (optional, but good practice) */
        opacity: 0; 
    }

    .fade-in-element {
        opacity: 0;
        transition: opacity 1s ease-out; /* Adjust duration and timing function */
    }

    .fade-in-element.is-visible {
        opacity: 1;
    }

    .slide-in-element {
        opacity: 0; /* Combine with fade-in for a smoother effect */
        transform: translateY(20vh); /* Adjust direction and distance */
        transition: opacity 0.6s ease-out, transform 1.2s ease-out;
    }

    .slide-in-element.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* END ANIMATION CODE */


    /* HEADER START */
  
    .modal {
        position: fixed;
        /* display: flex; */
        display: none;
        z-index: 200;
        height: 100vh;
        top: 0px;
        right: 0px;
        width: fit-content;
        background-color:rgba(80, 80, 87, .8);
        background-blend-mode: multiply;
        backdrop-filter: blur(20px);
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
        margin-left: 0px;
    }

    .menu-drop-down-close {
        display: none;
        position: relative;
        width: 30px;
        z-index: 10;
    }

    .mobile-menu-wrapper ul {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: flex-end;
        text-decoration: none;
        font-variation-settings: "ital" 0, "wdth" 65, "wght" 600;
        font-size: 24px;
        list-style: none;
        color: var(--MTEC-Blurple, #11155A);
        margin: 0px;
        padding-left: 0px;
    }
    .mobile-menu-wrapper li {
        margin: 0;
    }

    a, button {
        cursor: pointer;
    }

    .mobile-menu-wrapper li:hover,
    li:active {
        margin: 0;
    }
    .mobile-menu-wrapper a {
        text-decoration: none;
        margin: 0px;
        cursor: pointer;
    }
    
    .mobile-menu-wrapper {
        
        display:flex;
        flex-direction: column;
        align-content: space-between;
        margin-right: 10px;
        height: 100vh;
    }

    .mobile-wrapper {
        /* display: flex; */
        display: none;
        position: relative;
        cursor: pointer;
        z-index: 200;
        padding-right: 24px;
        padding-top: 0px;
        align-self: flex-end;
    }

    .mobile-wrapper a {
        cursor: pointer;
    }

    .nav-wrapper {
        width: auto;
        display: block;
    }

    .nav-up {
        top: -148px;
    }
    .nav-down {
        top: 0px;
    }

        
    nav {
        display: flex;
        justify-content: space-between;
        align-items:center;
        vertical-align: middle;
        margin-top: 0px;
        padding-right: 0px;
        width: 100%;
    }
    
    .nav-wrapper {
        width: auto;
        display: block;
    }
    

    .accreditations {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: var(--White);
        font-size: 0.875rem;
    }

    .header-spacer {
        height: 84px;
    }
    .hide {
        display: none;
    }
    header {
        height: auto;
        margin: auto;
        margin: 0;
        padding: 0;
        display: content;
        width: 100%;
        flex-direction: column;
        justify-content: flex-end;
        flex-shrink: inherit;
        align-items: center;
        z-index: 100;
        /* Show/hide Header CSS */
        position: fixed;
        top: 0;
        transition: top 0.2s ease-in-out;
        z-index: 499;
        /* End Show/Hide CSS */
    }

    .hdr-box {
        width: 100%;
        top:0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin: auto;
        display: flex;
        height: auto;
        justify-content: space-between;
        align-items: center;
        background: none;
        gap: 0rem;
        z-index: 100;
    }

    .hdr-box-modal {
        width: 100%;
        top:0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        height: 65vh;
        justify-content: space-between;
        align-items: center;
        background: none;
        gap: 0rem;
        z-index: 100;
       }

    .hdr-box-modal a {
        color: white;
    }

    .hdr-left {
        display: flex;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        padding-top: 1.25rem;
        padding-bottom: 1rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: -0.0625rem;
        align-self: stretch;
        border-radius: 0px 0px 24px 24px;
        backdrop-filter: blur(20px);
        background-color:rgba(80, 80, 87, .8);
        border-top: 0px none var(--MTEC-DkGrey);
        border-right: 0px none var(--MTEC-DkGrey);
        border-left: 0px none var(--MTEC-DkGrey);
        width: 30%;
        max-width: 500px;
        min-width: 300px;
    }
    
    .bufferline {
        padding: 20px 48px;
    }
    .hdr-middle {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: right;
         width: auto;
    }
    
  .hdr-right {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex: 1 0 0;
        color: white;
        gap: 3rem;
        margin-top:-4rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 3.5rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;

        background-color:rgba(80, 80, 87, .8);
        border-radius: 0px 0px 12px 12px;
        width: auto;
        white-space: nowrap;
    
    }
  .hdr-right-new {
    display: flex;
    padding-top: 0;
    padding-bottom: .25rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    overflow: visible;
    top: 0px;
    right: 12px;
    width: 220px;
    height: 50px;
}
    .hdr-logo {
        height: 3rem;
        align-self: center;
        width: 100%;
        padding-top: 0rem;
        padding-left: 0rem;
        padding-right: 0rem;
    }

    /* HEADER END */

    /* MAIN SECTION */
    .hero-main {
        width: 67%;
        height: 90vh;
        display: flex;
        align-content: center;
        border-radius: 24px 0px 0px 24px;
        border: none;
        overflow: hidden;
    }

      .hero-main-short {
        width: 67%;
        display: flex;
        align-content: center;
        border-radius: 24px 0px 0px 24px;
        border: none;
        overflow: hidden;
    }

    .hero-content {
       display: flex;
       gap: 1rem;
       width: 33%;
       background: white;
       min-width: 460px;
        padding: 3rem 4.5rem 3rem 2.6875rem;
        flex-direction: column;
        justify-content: center;
        vertical-align: bottom;
        align-items: start;
        gap: 2.5rem;
        flex-shrink: 0;
        border-radius: 0rem 1rem 1rem 0rem;
        height: auto;
    }
    .copywrap {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 1rem;
        flex-shrink: 0;
        height: auto;
    }

    .main-wrapper {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        padding-top: 6.5rem;
        height: auto;
    }

    .sectionbreak {
        display: flex;
        flex-direction: column;
        padding-left: 3rem;
        margin: 0;
        margin-left: 60px;
        margin-right: 60px;
        margin-top: 60px;
        margin-right: 60px;
        height: 100px;
        justify-items: center;
        align-items: flex-start;
        align-content: flex-start;
        align-self: flex-start;
        justify-content: center;
    }

    .subtitle {
        align-self: stretch;
        z-index: 100;
    }

    .main-services {
        display: flex;
        padding: 2rem 3.75rem;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 3rem 3rem;
        align-self: stretch;
        flex-wrap: wrap;
        background: white;
        margin: 0rem 2rem 0rem 2rem;
        border-radius: 12px 12px 12px 12px;
    }
    .main-services-items {
        display: flex;
        width: 100%;
        height: auto;
        min-width: 28rem;
        flex-direction:column;
        flex-wrap: wrap;
        flex: 1 0 0;
        align-items: flex-end;
        gap: 0rem;
        align-self: stretch;
    }
    .services-subhead {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 1rem;
        vertical-align: middle;
        justify-content: flex-start;
        align-items: center;
        padding-top: 2rem;
        height: 96px;
    }
    .svc-item-material {
        border-radius: 0.75rem 0.75rem 0rem 0rem;
        background: url(../../../wp-content/uploads/assets/img/mtec-aggregates.webp) lightgray 50% / cover no-repeat;
        width: 100%;
        overflow: hidden;
        display: flex;
        height: 20rem;
        min-width: 16rem;
    }
    .svc-item-quality {
        border-radius: 0.75rem 0.75rem 0rem 0rem;
        background: url(../../../wp-content/uploads/assets/img/mtec-pressureroom-8.webp) lightgray 50% / cover no-repeat;
        width: 100%;
        overflow: hidden;
        display: flex;
        height: 20rem;
        min-width: 16rem;
    }
    .svc-item-RnD {
        border-radius: 0.75rem 0.75rem 0rem 0rem;
        background: url(../../../wp-content/uploads/assets/img/img-services-research.webp) lightgray 50% / cover no-repeat;
        width: 100%;
        overflow: hidden;
        display: flex;
        height: 20rem;
        min-width: 16rem;
    }
    .svc-item-consulting {
        border-radius: 0.75rem 0.75rem 0rem 0rem;
        background: url(../../../wp-content/uploads/assets/img/img-services-consulting.webp) lightgray 50% / cover no-repeat;
        background-size: 200%;
        width: 100%;
        overflow: hidden;
        display: flex;
        height: 20rem;
        min-width: 16rem;
    }
    /* SERVICES PAGE */
    .services {
        display: flex;
        flex-direction: column;
        padding: 2rem 2rem;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 3rem 3rem;
        align-self: stretch;
        flex-wrap: wrap;
        background: none;
    }
    .services-items {
        display: flex;
        width: 100%;
        min-width: 28rem;
        flex-direction: row-reverse;
        flex: 1 0 0;
        align-items: flex-end;
        gap: 0rem;
        align-self: stretch;
    }
    .svcs-items-flip {
        flex-direction: row;
    }
    .svcpage-subhead {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0rem;
        vertical-align: middle;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        padding-top: 2rem;
    }
        .svces-contentwrapper {
        display: flex;
        flex-direction: column;
        padding: 1rem 4rem 2rem 4rem;
        background-color: white;
        border-radius: .75rem 0rem 0rem .75rem;
        align-self: stretch;
        gap: 1rem;
        height: auto;
        width: 80vw;
    }
        .svces-borderflip {
        border-radius: 0rem .75rem .75rem 0rem;
    }
        .servicepage-items {
        display: flex;
        width: 100%;
        height: auto;
        min-width: 28rem;
        flex-direction: row-reverse;
        flex: 1 0 0;
        align-items: flex-end;
        gap: 0rem;
        align-self: stretch;
    }


    .svcpage-item-material {
        display: flex;
        border-radius: 0rem .75rem .75rem .0rem;
        background: url(../../../wp-content/uploads/assets/img/Vid-snaps-sampleprep-5.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        min-width: 16rem;
        /* width: -webkit-fill-available;
        height: -webkit-fill-available; */
        height: 70rem;
    }

    .svcpage-item-quality {
        display: flex;
        border-radius: 0.75rem 0rem 0rem 0.75rem;
        background: url(../../../wp-content/uploads/assets/img/mtec-wetroom-6.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        min-width: 16rem;
        width: -webkit-fill-available;
        height: -webkit-fill-available;
        height: 70rem;
    }

    .svcpage-item-consulting {
        display: flex;
        border-radius: 0rem .75rem .75rem .0rem;
        background: url(../../../wp-content/uploads/assets/img/mtec-tools-1.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        min-width: 16rem;
        width: -webkit-fill-available;
        height: -webkit-fill-available;
        height: 70rem;
    }

    .svcs-icon {
        padding: 0;
        margin: 0;
        display: flex;
        width: auto;
    }

    .icon-sizing {
        width: 6rem;
    }

    .svcs-img-consulting {
        display: flex;
        padding: 0;
        margin: 0;
        display: flex;
        width:300px;
    }
    .contentwrapper {
        display: flex;
        flex-direction: column;
        padding: 1rem 2rem 2rem 2rem;
        background-color: #ececec;
        border-radius: 0rem 0rem 0.75rem 0.75rem;
        align-self: stretch;
        gap: 1rem;
        height: auto;
        
    }
    .cta-gravel {
        display: flex;
        flex-direction: row;
        padding: 1rem 1rem;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: nowrap;
        background: none;
        height: 100%;
        gap: 0;
    }

    .cta-left {
        display: flex;
        border-radius: 0.75rem 0.75rem 0rem .75rem;
        background: url(../../../wp-content/uploads/assets/img/cta-left-new.webp) white 10% / cover no-repeat;
        background-position:top;
        width: 50%;
        overflow: hidden;
        min-width: 16rem;
        justify-content: center;
        padding: 0;
        margin: 0;
        align-self: stretch;
    }
    .cta-mid-class {
        width: 100%;
        height: 100%;
    }
    .cta-subwrap {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 60px;
        height: auto;
        align-self: stretch;
    }

    .cta-middle {
        display: flex;
        border-radius: 0rem 0rem 0rem 0rem;
        overflow: hidden;
        min-width: 16rem;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        align-self: stretch;
    }
    
    .cta-right {
        display: flex;
        min-width: 16rem;
        border-radius: 0rem 0.5rem 0.5rem 0rem;
        background-color: rgba(255, 255, 255, 0.9);
        background-image: url(../../../wp-content/uploads/assets/img/cta-right-light.webp);
        background-size: cover;
        background-color: white;
        overflow: hidden;
        vertical-align: top;
        align-self: stretch;
        align-items: center;
        width: 100%;
        height: auto;
        
    }
    .mtec-logomark {
        width: 50%;
    }
    .cta-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 3rem 3rem;
    }
.testing-wrapper {
        display: flex;
        width: 100%;
        padding: 1rem 1rem;
}
    .section-testing {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        flex: 1 0 0;
        align-self: stretch;
        display: flex;
        background-color: #000;
        padding: 2rem 3rem 2rem 3rem;
        margin: 0;
        width: 100%;
        overflow: hidden;
        border-radius: 12px;
        height: 70vh;
        border-radius: 12px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(../../../wp-content/uploads/assets/img/mtec-warehouse-4.webp) lightgray 50% / cover no-repeat;
    }

    .formplaceholder {
        display: flex;
        width: 100%;
        background-color: white;
        border-radius: 12px;
        height: auto;
    }
    .testing-content-home {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5rem;
        padding-top: 60px;
        padding-right: 2rem;
    }

    .video-inset {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        z-index: 0;
    }
    .videounderlay {
        opacity: 0.4;
        clip-path: margin-box;
        width: 100%;
    }
    .videounderlay-contact {
        opacity: 0.2;
        width: 100%;
    }
    .testing-overlaytext {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        flex: 1 0 0;
        vertical-align: middle;
        width: 100%;
        padding: 2px 1px;
        gap: 3rem;
    
    }

    .no-wrap { white-space: nowrap;

    }

    .text-wrapper-white {
        display: flex;
        flex-direction: column;
        padding: 22px 34px;
        justify-content: center;
        align-items: flex-start;
        gap: 1.5rem;
        align-self: stretch;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        backdrop-filter: blur(10px);
        box-shadow:rgba(0, 0, 0, .5) 0px 4px 12px;

    }

    .max-width {
        max-width: 500px;
    }


    .max-width-50 {
        max-width: 50%;
    }

    .getstarted {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 0.1875rem;
        background-color:rgba(0, 0, 0, .5);
        height: 75vh;
        justify-content: center;
        width: 100%;
    }
    .getstarted-content {
        display: flex;
        width: 30rem;
        padding: 3.75rem 3.75rem 3.75rem 3.75rem;
        flex-direction: column;
        align-items: flex-end;
        gap: 2.5rem;
        backdrop-filter: blur(10px);
        border-radius: .75rem;
        box-shadow: rgba(0, 0, 0, .5) 0px 8px 24px;
    }
    .getstarted-content-left {
        display: flex;
        padding: 3.75rem 3.75rem 0rem 0rem;
        flex-direction: row;
        align-items: flex-start;
        gap: 2.5rem;
    }
        .getstarted-left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4rem;
        background-color:rgba(0, 0, 0, .5);
        height: 75vh;
        justify-content: center;
        width: 100%;
        padding: 2rem 4rem;
    }

    .getstarted-wrapper {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 3px;
        flex-shrink: 0;
        width: 100vw;
        background: url(../../../wp-content/uploads/assets/img/img-getstarted.jpg) no-repeat, rgba(138, 164, 224, .5);
        background-blend-mode: color-burn;
        background-position: center;
        height: 100%;
     
    }
        .consultation-wrapper {
        
        background: url(../../../wp-content/uploads/assets/img/mtec-supplyroom-4.jpg) no-repeat, rgba(138, 164, 224, .5);
        background-blend-mode: color-burn;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-self: stretch;
        width: 100vw;
        overflow: hidden;
        
    }

    .getstarted-outer-wrapper {
        display: flex;
        width: 100%;
        padding: 3rem 0rem;
    }

 /* SERVICES PAGE */
    .experts {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 3rem 3rem;
        align-self: stretch;
        flex-wrap: none;
        background: none;
        margin: 2rem;
        margin-bottom: 0;
         width: auto;
    }
    .experts-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        background-color: white;
        border-radius: 24px;
        width: 100%;
        padding: 2rem 3rem;
        gap: 2rem;
    }
    .experts-items {
        display: flex;
        width: 100%;
        height: auto;
        min-width: 32rem;
        flex-direction: column;
        flex: 1 0 0;
        align-items: flex-start;
        gap: 2rem;
        align-self: stretch;
        max-width: 50%;
    }
    .experts-items-flip {
        flex-direction: row;
    }
    .experts-subhead {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 1rem;
        vertical-align: middle;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 1rem;
    }
    .experts-contentwrapper {
        display: flex;
        flex-direction: column;
        padding: 1rem 1rem 1rem 4rem;
        background-color: white;
        border-radius: 0rem 0rem 0.75rem .75rem;
        align-self: stretch;
        gap: 1rem;
        height: auto;
        align-items: stretch;
        width: 100%;
        
    }
    .expert-resume {
        display: flex;
         width: 100%;
    }

    .experts-borderflip {
        border-radius: 0rem .75rem .75rem 0rem;
    }

    .experts-item-headshot-michael {
        border-radius: 0.75rem .75rem .75rem .75rem;     
        background: url(../../../wp-content/uploads/assets/img/headshot-michael-lyon.webp) lightgray 50% / cover no-repeat;
        width: 100%;
        overflow: hidden;
        display: flex;
        height: 32rem;
        min-width: 16rem;
        align-self: stretch;
    }

    .experts-item-headshot-shawn {
        border-radius: 0.75rem .75rem .75rem .75rem;     
        background: url(../../../wp-content/uploads/assets/img/headshot-shawn-mccormick.webp) lightgray 50% / cover no-repeat;
        width: 100%;
        overflow: hidden;
        display: flex;
        height: 32rem;
        min-width: 16rem;
        align-self: stretch;
    }

    .experts-item-headshot-william {
        border-radius: 0.75rem .75rem .75rem .75rem;     
        background: url(../../../wp-content/uploads/assets/img/headshot-william-cooper.webp) lightgray 50% / cover no-repeat;
        width: 100%;
        overflow: hidden;
        display: flex;
        height: 32rem;
        min-width: 16rem;
        align-self: stretch;
    }

    .experts-item-headshot-dean {
        border-radius: 0.75rem .75rem .75rem .75rem;     
        background: url(../../../wp-content/uploads/assets/img/headshot-dean-roosa.webp) lightgray 50% / cover no-repeat;
        width: 100%;
        overflow: hidden;
        display: flex;
        height: 32rem;
        min-width: 16rem;
        align-self: stretch;
    }

    .experts-item-headshot-caleb {
        border-radius: 0.75rem .75rem .75rem .75rem;     
        background: url(../../../wp-content/uploads/assets/img/headshot-caleb-howard.webp) lightgray 50% / cover no-repeat;
        width: 100%;
        overflow: hidden;
        display: flex;
        height: 32rem;
        min-width: 16rem;
        align-self: stretch;
    }
    .mission {
        display: flex;
        padding: 0rem 2rem;
        margin: auto;
        margin-top: 12px;
        overflow: hidden;
    }
    .videounderlay-mission {
        opacity: 0.4;
        width: 150%;
        position: absolute;
        clip-path:view-box;

    }
    .makeopaque {
        opacity: 0.5;
    }
    .mission-wrapper {
        display: flex;
        flex-direction: column;
        background: url(../../../wp-content/uploads/assets/img/mtec-tools-9.jpg) no-repeat, #2d3d5c;
        background-size: cover;
        border-radius: 24px;
        gap: 3rem;
        padding: 4rem 4rem;  
        z-index: 2;
        background-blend-mode: multiply;
        background-repeat: no-repeat;
        align-self: stretch;
        width: 100vw;
        overflow: hidden;

    }
    
    .missioncopy {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        opacity: 1;
    
    }
    .valuescopy {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 3rem;
                opacity: 1;
    }
    .half-width {
        width: 50%;
    }
    .values {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 3rem;
        width: 100%;
    }
    .value-item {
        display: flex;
        flex-direction:column ;
        flex-wrap: wrap;
        gap: 2rem;
        max-width: 25rem;
        min-width: 3rem;
        width: 100%;
    }
    .value-icon {
        padding: 0;
        margin: 0;
        display: flex;
    }
    .contact {
        display: flex;
        width: 100%;
        align-items: stretch;
        padding: 5rem 2rem;
        margin-top: -36px;
    }
    .contact-wrapper {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        background-color: rgba(0, 0, 0, .5);
        background: url(../../../wp-content/uploads/assets/img/contact-cta-hero.webp) black 50% / cover no-repeat;
        border-radius: 24px;
        gap: 3rem;
        padding: 5rem 6rem;  
        z-index: 2;
        width: 100%;
    }
    .contact-wrapper2 {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        background-color: rgba(0, 0, 0, .5);
        background: url(../../../wp-content/uploads/assets/img/cta-contact2.jpg) black 50% / cover no-repeat;
        border-radius: 24px;
        gap: 3rem;
        padding: 5rem 6rem;  
        z-index: 2;
        width: 100%;
    }
    
    .contact-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        gap: 3rem;
        width: 40%;
    }

        .contact-contentwrapper {
        display: flex;
        flex-direction: column;
        padding: 1rem 1rem 1rem 1rem;
        background-color: white;
        border-radius: 0rem 0rem 0.75rem .75rem;
        align-self: stretch;
        gap: 1rem;
        height: auto;
        align-items: stretch;
        width: 100%;
        
    }

    .contact-right {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-self: flex-end;
        gap: 4rem;
        width: 30%;
}
    
    .accredited {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap:2rem;
        justify-content: center;
        align-items: center;
    }

    .accredited-icon {
        padding: 0;
        margin: 0;
        display: flex;
        width: 70%;
        min-width: 3rem;
        max-width: 8rem;
    }
    
    .value-icon {
        padding: 0;
        margin: 0;
        display: flex;
        width: 33%;
    }

/* TESTING CAPABILITIES */

 .testing {
        display: flex;
        flex-direction: column;
        padding: 2rem 3.75rem;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 3rem 3rem;
        align-self: stretch;
        flex-wrap: wrap;
        background: none;
    }
    .testing-items {
        display: flex;
        width: 100%;
        height: auto;
        min-width: 28rem;
        flex-direction: row-reverse;
        flex: 1 0 0;
        align-items: flex-end;
        gap: 0rem;
        align-self: stretch;
    }


    .testing-info {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 2rem;
        color: white;
        padding-top: 1rem;
        padding-bottom: 0rem;
        padding-left: 0rem;
        padding-right: 0rem;
        width: 100%;
    }
    .testing-info-inner {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-self: flex-end;
    } 

    .testing-contentwrapper {
        display: flex;
        flex-direction: column;
        padding: 1rem 4rem 2rem 4rem;
        background-color: white;
        border-radius: .75rem .75rem .75rem .75rem;
        align-self: stretch;
        gap: 1rem;
        height: auto;
        width: 100%;
        align-items: center
        
    }
       .testing-content {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
        gap: 2.5rem;
        padding-top: 60px;
    }

    /* CONTACT US */
    .contact-main-wrapper {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .contact-hero-main {
        width: 100%;
        height: 600px;
        background: var(--MTEC-Blurple, #11155A);
        display: flex;
        align-content: center;
        margin-top: 60px;
        border-radius: 24px 0px 0px 24px;
        padding: 0;
    }
    .contact-hero-content {
       display: flex;
       gap: 1rem 0 0;
       width: 33%;
       background: white;
        padding: 3.75rem 4.5rem 4rem 2.6875rem;
        flex-direction: column;
        justify-content: space-evenly;
        vertical-align: bottom;
        align-items: start;
        gap: 2.5rem;
        flex-shrink: 0;
    }
    .contact-form {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 3rem 3rem;
        align-self: stretch;
        flex-wrap: none;
        background: none;
        margin-top: 60px;
        padding-bottom: 6rem;
        margin: 2rem;
        margin-bottom: 0;
    }
    .contactform-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        background-color: white;
        border-radius: 24px;
        width: 100%;
        padding: 2rem 3rem;
        gap: 2rem;
    }

    .blog-cta {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        align-self: stretch;
        width: 100%;
        justify-content: space-between;
        gap: 2rem;
    }
    .contact-blog-left {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: flex-end;
        gap: 3rem;
        width: 100%;
        background-color: rgba(255, 255, 255, .5);
        border-radius: 12px;
        padding: 36px;
    }


    /* FOOTER */
    footer {
        margin: auto;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    footer li:hover, li:active  {
        border-bottom: var(--light-green-color,#A2D9A7) 2px solid;
        padding-top: 25px;
    }
    footer a {
        text-decoration: none;
        color: white;
        margin: 0px;
        }
        
        header a {
        text-decoration: none;
        color: white;
        margin: 0px;
        display: contents;
        }
        header a:hover {
        text-decoration: none;
        color: var(--MTEC-SafetyYellow, #FFD100);
        border-bottom: #E1E1E1 2px solid;
        margin: 0px;
        }

    .main-footer {
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }
    .footer-box {
        margin: 0;
        display: flex;
        flex-direction: column;
        width:100%;
        vertical-align: middle;
        gap: 12px;
        vertical-align: baseline;
        justify-content: space-between;
        align-items: center;
        background-color: var(--MTEC-DkGrey, #535867);
        padding-left: 48px;
        padding-right: 48px;
        height: 80vh;
        padding-top: 3rem;
    }
    .footer-company-info {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-shrink: 0;
        vertical-align: bottom;
        align-items: center;
        text-align: left;
        width: 100%;
        min-width: 320px;
        justify-content: space-between;
        gap: 2rem;
        padding-bottom: 3rem;
    }
    .footer-logo {
        vertical-align: bottom;
        text-align: center;
        width: 30rem;
    }
    .logo-footer-img {
        width: 80%;
    }
    .social-links {
        display: flex;
        margin: auto;
        align-content: flex-start;
        justify-content: space-evenly;
        border-radius: 15px;
        border: 1px solid var(--MTEC-SafetyYellow, #FFD100);
        padding: 10px 0px;
        margin-top: 36px;
        width: 100%;
    }
    .social-icon {
        width: 40px;
    }
    .footer-social {
        vertical-align: bottom;
        text-align: center;
    }
    .footer-nav-box {
        display: flex;
        flex-direction: row;
        vertical-align: middle;
        gap: 2.75rem;
        vertical-align: baseline;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 0px;
        padding: 12px;
        border-bottom: none 2px #E1E1E1;
    }
    .ftr-ul  {
        gap: 30px;
        align-items: center;
        text-decoration: none;
        font-variation-settings: "ital" 0, "wdth" 65, "wght" 400;
        font-family: Akhand;
        font-size: 20px;
        list-style: none;
        color:white;
        margin: 0px;
        padding: 12px;
    }
    .ftr-li  {
        border-bottom: #E1E1E1 20px none;
    }
    .ftr-li:hover, li:active  {
        border-bottom: var(--MTEC-SafetyYellow, #FFD100) 2px solid;
    }
    .ftr-lu a {
        text-decoration: none;
        color: white;
        margin: 0px;
        }

    @media only screen and (max-width:2360px) and (orientation: portrait) {
    
      .hero-main {
        border-radius: 0rem;
        height: 35vh;}
    }

    @media only screen and (max-width:1640px) and (orientation: portrait) {
    
      .hero-main {
        border-radius: 0rem;
        height: 35vh;}

}

@media (max-width: 1440px) {

    .hdr-right {
        gap: 1.5rem;
        padding-right: 0rem;
    }

    .hero-content {
        display: flex;
        gap: 1rem;
        width: 33%;
        background: white;
        min-width: 460px;
        padding: 3rem 2.5rem 3rem 2.5rem;
        flex-direction: column;
        justify-content: center;
        vertical-align: bottom;
        align-items: start;
        gap: 2.5rem;
        flex-shrink: 0;
        border-radius: 0rem 1rem 1rem 0rem;
        height: auto;
    }

    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 2.25rem;
    }
    h3 {
        font-size: 1.75rem;
    }

    .sectionbreak {
        padding-left: 3rem;
        margin: 0;
        margin-left: 2rem;
        margin-top: 2rem;
    }

    .main-services {
        display: flex;
        padding: 2rem 2rem;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 2rem 2rem;
        align-self: stretch;
        flex-wrap: wrap;
        background: white;
        margin: 0rem 2rem 0rem 2rem;
        border-radius: 12px 12px 12px 12px;
    }

    .icon-sizing{
        width: 4rem;
    }

    .cta-wrapper {
        padding: 2rem 2rem;
        border-radius: 0px;
    }

    .cta-gravel {
        padding: 0rem;
    }

    .testing-wrapper {
        padding: 0rem;
    }

    .svces-contentwrapper {
        flex-direction: column;
        padding: 1rem 2rem 2rem 2rem;
    }

    .getstarted-left {
        gap: 1rem;
    }
        
    .max-width-50 {
        max-width: 80%;
    }

    .experts-item-headshot {
        height: 20rem;
    }
    .experts-wrapper {
        justify-content: center;
    }

    .footer-nav-box {
        gap: 1rem;
    }

    .contact-wrapper {
        padding: 3rem 3rem;
    }

    .half-width {
        width: 100%;
    }
}

@media (max-width: 1120px) {

    header a {
        display: contents;
    }

    .hdr-logo {
        height: auto;
        padding: 0;
        margin: 0;
    }

    .mobile-menu-wrapper {
        width: 20vw;
        margin-right: 0rem;
        height: auto;
    }
        
    .mobile-wrapper {
        display: visible;
        display: flex;
        position: absolute;
        right: 0px;
        top: 0rem;
        text-align: right;
        width: 100%;
        justify-content: flex-end;
        padding-right: 1rem;
        padding-top: 1rem;
        align-self: flex-end;
        background-color: var(--MTEC-DkGrey, #535867);
        z-index: 1;
        padding-bottom: 1rem;
        
        }

    .menu-ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-self: flex-end;
        padding-bottom: 2rem;
        width: 100%;
    }

    .mobile-menu-wrapper ul  {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        text-decoration: none;
        font-variation-settings: "ital" 0, "wdth" 65, "wght" 600;
        font-size: 24px;
        list-style: none;
        color:white;
        margin: 0px;
        padding-left: 0px;
    }

    .mobile-menu-wrapper  li  {
        border-bottom: #9C0A0A, 0px solid;
        padding-top: 25px;
        margin: 0;
    }
    
    .mobile-menu-wrapper  li:hover, li:active  {
        border-bottom: var(--White) 2px solid;
        padding-top: 25px;
        margin: 0;
    }

    .mobile-menu-wrapper  a {
        text-decoration: none;
        color: var(--txt-menu-grey-color);
        margin: 0px;
        cursor: pointer;
        }

    
    .nav-wrapper {
            width: auto;
            display: none;
        }
        
    .hdr-box {
        flex-direction: column;
        padding-left: 0rem;
        padding-right: 0rem;
        width: 100%;

    }

     .hdr-box-modal {
        flex-direction: column;
        padding-left: 0rem;
        padding-right: 0rem;
        width: 100%;

    }

    .hdr-left{
        position: absolute;
        top: 0rem;
        left: .25rem;
        z-index: 301;
        padding-top: 1rem;
        padding-bottom: .5rem;
        height: auto;
    }


    .logo-footer-img {
        width: 60%;
    }

    .main-wrapper {
        flex-direction: column-reverse;
        padding-top: 4.1rem;
    }
    
    .hero-main {
        width: 100%;
        height: 85vh;
    }
    .hero-content {
        width: 100%;
        gap: 0rem;
        border-radius: 0rem;
    }

    .copywrap {
        padding-bottom: 2rem;
    }

    .sectionbreak {
        padding: 0rem;
        margin: 0;
        margin-left: 2rem;
        margin-top: 0rem;

    }

    .testing-contentwrapper {
        padding: 1rem 2rem 1rem 2rem;
    
    }

    .testing {
        padding: 2rem 2rem;
    }

    .contact-wrapper {
        padding: 3rem 2rem;
    }

    .contact-right {
        justify-content: center;
        align-self: center;
    }

    .value-item {
        max-width: 15rem;
    }

    .half-width {
        max-width: 100%;
    }

    .testing-wrapper {
        padding: 0rem;
    }

    .testing-overlaytext {
        flex-direction: column;
        align-items: flex-end;
        flex: 1 0 0;
        vertical-align: middle;
        width: 100%;
        padding: 2px 1px;
        gap: 3rem;
}
    .section-testing {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-self: stretch;
        padding: 2rem 3rem 2rem 3rem;
        margin: 0;
        width: 100%;
    }

    .footer-nav-box {
        flex-direction: column;
        gap: 0rem;
    }

    .cta-left {

        background: url(../../../wp-content/uploads/assets/img/cta-left-new-mobile.webp) white 10% / cover no-repeat;
        background-size: 150%;
        background-position: center bottom;
        display: flex;
        border-radius: 0.75rem 0.75rem 0rem .75rem;
        width: 100%;
        overflow: hidden;
        min-width: 16rem;
        justify-content: center;
        padding: 0;
        margin: 0;
        align-self: stretch;
    }

    .getstarted-outer-wrapper {
        margin: 0;
        padding: 1rem 0rem;

    }

    .getstarted-left {
        padding: 2rem 2rem;
    }

    .main-footer {
        padding-top: 2rem;
    }
}

/* Styles for tablets (portrait and landscape) */
@media only screen and (min-width: 1024px)  and (orientation: portrait){
  /* Add tablet-specific styles here */
       .hero-main {
        border-radius: 0rem;
        height: 35vh;
    }

}

/* Styles for tablets (portrait and landscape) */
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  /* Add tablet-specific styles here */
       .hero-main {
        height: 80vh;
    }

}





@media (max-width: 868px) {

      .contentwrapper {
        gap: 0rem;
    }

    .menu-ul {
        width: 100%;
    }

    ul {
        align-items: flex-start;
    }

    .logo-footer-img {
        width: 60%;
    }

    .footer-box {
        gap: 3rem;
        padding-bottom: 3rem;
    }

    nav {
        padding-right: 0px;
    }

    .services {
        padding: 2rem 1rem;
    }

    .services-items {
        display: flex;
        width: 100%;
        min-width: 20rem;
        flex-direction: column;
        flex: 1 0 0;
        align-items: flex-end;
        gap: 0rem;
        align-self: stretch;
        
    }
 
    .svcpage-subhead {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 1rem;
        vertical-align: middle;
        justify-content: flex-start;
        align-items: center;
        padding-top: 2rem;
        height: auto;
    }

    .svces-contentwrapper {
        display: flex;
        flex-direction: column;
        padding: 1rem 2rem 2rem 2rem;
        background-color: white;
        border-radius: 0rem 0rem .75rem .75rem;
        align-self: stretch;
        gap: 1rem;
        height: auto;
        width: auto;
        
    }
        .svces-borderflip {
        border-radius: 0rem 0rem .75rem .75rem;
    }
        .servicepage-items {
        display: flex;
        width: 100%;
        height: auto;
        min-width: 28rem;
        flex-direction: row-reverse;
        flex: 1 0 0;
        align-items: flex-end;
        gap: 0rem;
        align-self: stretch;
    }
    .svcpage-item-material {
        border-radius: .75rem .75rem 0rem 0rem;
        width:100%;
        overflow: hidden;
        display: flex;
        height: 20rem;
        min-width: 16rem;
        align-self: stretch;
        height: 100%;
        min-height: 240px;
    }
    .svcpage-item-quality {
        border-radius: .75rem .75rem 0rem 0rem;
        width: 100%;
        overflow: hidden;
        display: flex;
        height: 20rem;
        min-width: 16rem;
        align-self: stretch;
        height: 100%;
        min-height: 240px;
    }
    .svcpage-item-consulting {
        border-radius: .75rem .75rem 0rem 0rem;
        background-size: cover;
        width: 100%;
        overflow: hidden;
        display: flex;
        height: 20rem;
        min-width: 16rem;
        align-self: stretch;
        height: 100%;
        min-height: 240px;
    }

    .experts-wrapper {
        padding: 1rem 0rem;
    }


    .cta-gravel {
        flex-direction: column;
        padding: 0rem 0rem;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: nowrap;
        background: none;
        height: 100%;
        gap: 0;
    }

    .cta-left {
        width: 100%;
        min-width: 16rem;
        height: 27rem;
        background-size: 100%;
        background-position: center;
    }

    .cta-subwrap {
        flex-direction: row;
        width: 100%;
        padding: 0;
        margin: 0;

    }

    .testing-overlaytext {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        vertical-align: middle;
        padding: 2px 1px;
        gap: 3rem;
        justify-content: flex-start;
        align-content: flex-end;
    }


    .footer-company-info {
        flex-direction: column;
    }

    .footer-company-info p{
        text-align: center;
    }

    .main-services-items {
        min-width: 15rem;

    }

       .cta-subwrap {
        flex-direction: column;
        gap: 0rem;
    }

      .hero-main {
        border-radius: 0rem;
        height: auto;

    }

        .cta-middle {
        align-self: center;
        margin-bottom: -9rem;
    }

    .cta-right {
        border-radius: 0px 0px .75rem .75rem;
    }
        
    

}

/* Styles for tablets (portrait and landscape) */
@media only screen and (min-width: 834px) and (orientation: portrait) {
  /* Add tablet-specific styles here */
       .hero-main {
            border-radius: 0rem;
            height: auto;
       }
        .cta-middle {
            align-self: center;
            margin-bottom: 0rem;
            align-self: stretch;
        }
    
    

}



/* Styles for tablets (portrait and landscape) */
@media only screen and (min-width: 768px) and (orientation: landscape) {
  /* Add tablet-specific styles here */
       .hero-main {
        height: auto;
    }

}



@media (max-width:768px) and (orientation: portrait) {
    
      .hero-main {
        border-radius: 0rem;
        height: 35vh;
    }

        .cta-middle {
        align-self: center;
        margin-bottom: -16rem;
    }



}

@media (max-width: 600px) {

    .hdr-logo {
        height: auto;
        padding: 0;
        margin: 0;
    }

    .hdr-left{
        padding-left: .75rem;
    }

    .logo-footer-img {
        width: 20rem;
    }

    .footer-box {
        padding-left: 24px;
        padding-right: 24px;
        height: auto;
        gap: 2rem;
        padding-bottom: 2rem;
    }

    .footer-company-info {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-social {
        padding-bottom: 2rem;
    }

    .hero-main {
        border-radius: 0rem;
        height: auto;
    }
    .hero-content {
        padding: 2rem 1.5rem 2rem 1.5rem;
        min-width: auto;
        border-radius: 0rem;
        gap: 0rem;
    }

    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    .sectionbreak {
        padding-left: 1rem;
        margin-left: 0rem;
        margin-top: 1rem;
    }

    .services {
        padding: 0rem 1rem;
    }

    .main-services {
        padding: 1rem 1rem;
        gap: 1.5rem 1.5rem;
        margin: 0rem 1rem 0rem 1rem;
    }

    .icon-sizing{
        width: 5rem;
    }

    .cta-wrapper {
        padding: 2rem 1.5rem;
    }

    .cta-left {
        height: 20rem;
        min-height: 240px;
    }

    .cta-mid-class {
        width: 100%;
        height: auto;
        margin-bottom: -4rem;
        height: 100%;
        }
 
    .testing-contentwrapper {
        padding: 1rem 1.5rem 1rem 1.5rem;

    }

    .testing {
        padding: 2rem 1.5rem;
    }

    .testing-info {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-top: 1rem;
        color: white;
        padding-top: 1rem;
        padding-bottom: 0rem;
        padding-left: 0rem;
        padding-right: 0rem;
        width: 100%;
    }

    
    .contact-wrapper {
        padding: 3rem 1rem;
    }


    .consultation-wrapper {
        height: auto;
        background-position: right;
    }

    .getstarted-outer-wrapper {
        height:auto;
        margin-top: 0rem;
    }

    .svcs-img-consulting {
        width: 10rem;
    }

    .testing-items {
        display: flex;
        width: 100%;
        height: auto;
        min-width: 20rem;

        flex: 1 0 0;
        align-items: flex-end;
        gap: 0rem;
        align-self: stretch;
    }

    .experts-contentwrapper {
        display: flex;
        flex-direction: column;
        padding: 1rem 1rem 1rem 1rem;
        background-color: white;
        border-radius: 0rem 0rem 0.75rem .75rem;
        align-self: stretch;
        gap: 1rem;
        height: auto;
        align-items: stretch;
        width: 100%;
        }

    .experts-item-headshot {
        height: 10rem;
        border-radius: 0.75rem .75rem .75rem .75rem;
        width: 100%;
        overflow: hidden;
        display: flex;
        height: 20rem;
        min-width: 10rem;
        align-self: stretch;
        }

    .experts-items {
        width: auto;
        height: auto;
        min-width: 100%;
        flex-direction: column;
        flex: 0 0 0;
        align-items: flex-start;
        gap: 2rem;
        align-self: stretch;
        max-width: 100%;
        justify-content: center;
        justify-items: center;
        padding: 1rem 1rem;
        }

    .experts {
        margin: 1rem;
        }

    .mission {
        padding: 0rem 1rem;
        }

    .mission-wrapper {
        padding: 3rem 2rem;
        gap: 2rem;
        }

    .value-item {
        max-width: 20rem;
        }

    .contact {
        padding: 5rem 1rem;
        }

    .contact-left {
        width: 100%;
        gap: 2rem;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        width: 100%;
        background-color: rgb(255, 255, 255, .4);
        backdrop-filter: blur(10px);
        border-radius: 1rem;
        padding: 1rem 2rem;
    }

    .experts-contentwrapper {
        padding: 0rem 0rem 0rem 0rem;
    }

    .btn-solid-white-80 {
        font-size: 1.25rem;
        width: 10rem;
        padding: 1rem 3rem;
    }

    .testing-content-home {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5rem;
        padding-top: 0rem;
        padding-right: 0rem;
        }

    .getstarted-content {
        width: auto;
        padding: 1rem 2rem 1rem 2rem;
    }


}

@media (max-width: 400px) {

    .hdr-logo {
        height: auto;
        padding: 0;
        margin: 0;
        width: auto;
    }

    .hdr-left{
        padding-left: .5rem;
        min-width: 15rem;
    }

    .logo-footer-img {
        width: 15rem;
    }

    .footer-box {
        padding-left: 12px;
        padding-right: 12px;
        gap: 1.5rem;
    }

    .footer-company-info {
        gap: 1rem;
    }

    .ftr-ul {
        gap: 1rem;
        font-size: 1rem;
        margin: 0px;
        padding: 12px;
    }



    .social-links {
        gap:1rem;
    }

    .hero-content {
        padding: 1.5rem 1rem 1.5rem 1rem;
        gap: 0rem;
    }

    h1 {
        font-size: 1.25rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1rem;
    }

    p {
        font-size: 0.875rem;
    }

    .sectionbreak {
        padding-left: 1rem;
        margin-left: 0rem;
        margin-top: 1rem;
        height: 4rem;
    }

    .main-services {
        padding: 1rem 1rem;
        gap: 1rem 1rem;
        margin: 0rem 1rem 0rem 1rem;
    }

    .icon-sizing{
        width: 2.5rem;
    }

    .cta-wrapper {
        padding: 2rem 1rem;
    }

    .cta-left {
        height: 20rem;
    }

    .testing-info {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        color: white;
        padding-top: 1rem;
        padding-bottom: 0rem;
        padding-left: 0rem;
        padding-right: 0rem;
        width: 100%;
    }


    .testing-contentwrapper {
        padding: 1rem 1rem 1rem 1rem;

    }

    .testing-info-inner {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-self: center;
        padding-top: 1rem;
    }

    .testing {
        padding: 2rem 1rem;
    }

    .contact-wrapper {
        padding: 3rem 1rem;
    }

    .contactform-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        background-color: white;
        border-radius: 24px;
        width: 100%;
        padding: 2rem 1rem;
        gap: 2rem;
    }

    .contact-form {
        padding: 2rem 1rem;
        gap: 1.5rem 1.5rem;
        margin: 1rem;
    }

    .btn-solid-white-80 {
        font-size: 1.25rem;
        width: 10rem;
        padding: 1rem 3rem;
    }

    .btn-solid-white {
        font-size: 1rem;
        width: auto;
    }

      .btn-solid-medblue {
        font-size: 1.25rem;
        width: 10rem;
        padding: 1rem 3rem;
    }

    .btn-solid {
        font-size: 1.25rem;
    }

    .getstarted-content-left {
        padding: 2rem 2rem 0rem 0rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5rem;
    }

    .getstarted-content {
        width: auto;
        padding: 1rem 2rem 1rem 2rem;
    }

    .getstarted-left {
        padding: 1rem 1rem;
        gap: 1.5rem;
    }

    .experts {
        margin: 1rem;
    }

    .experts-wrapper {
        padding: 0rem 0rem;
    }

    .experts-contentwrapper {
        padding: 0rem 0rem 0rem 0rem;
    }

    .experts-items {
        min-width: 20rem;
        max-width: 100%;
        padding: 0rem;
        width: 100vw;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    ul, li {
        font-size: .75rem;
        margin-left: -.7rem;
    }

    .mission {
        padding: 0rem 1rem;
    }

    .mission-wrapper {
        padding: 3rem 2rem;
        gap: 2rem;
    }

    .icon-sizing {
        width: 4rem;
    }

    .contact {
        padding: 5rem 1rem;
    }

    .contact-left {
        width: 100%;
        gap: 2rem;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        width: 100%;
        background-color: rgb(255, 255, 255, .4);
        backdrop-filter: blur(10px);
        padding-top: 1.5rem;
        border-radius: 1rem;
    }

    .contact-right {
        width: 100%;
        justify-content: center;
        align-self: flex-start;
        gap: 2rem;
    }

    .services-subhead {
        padding-top: 0rem;
    }

    .section-testing {
        padding: 2rem 1rem 2rem 1rem;
    }

    .testing-content-home {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5rem;
        padding-top: 0rem;
        padding-right: 0rem;
    }

    .max-width-50 {
        max-width: 100%;
    }

    .text-wrapper-white {
        display: flex;
        flex-direction: column;
        padding: 1rem 1rem;
        justify-content: center;
        align-items: flex-start;
        gap: 1.5rem;
        align-self: stretch;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.7);
        width: 100%;
            }

    .hero-main {
        height: 50vh;
    }
}

@media (max-width:400px) and (orientation: portrait) {
    
      .hero-main {
        border-radius: 0rem;
        height: 38vh;
    }


}

@media (max-width: 320px) {

    .icon-sizing{
        width: 3rem;
    }

    .text-wrapper-white {
        display: flex;
        flex-direction: column;
        padding: .5rem 1rem;
        justify-content: center;
        align-items: flex-start;
        gap: 1.5rem;
        align-self: stretch;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.82);
        width: 100%;
    }

    .cta-left {
        height: 15rem;
    }

       .hero-main {
        height: 40vh;
    }
}