.elementor-15100 .elementor-element.elementor-element-1756b5e{--display:flex;--position:fixed;--min-height:100px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:0px;}body:not(.rtl) .elementor-15100 .elementor-element.elementor-element-1756b5e{left:0px;}body.rtl .elementor-15100 .elementor-element.elementor-element-1756b5e{right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-15100 .elementor-element.elementor-element-2471d0e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2471d0e *//* ========================================= 
   OPTIMUS SOURCING HEADER 
========================================= */ 
 
.os-header { 
    width: 100%; 
    height: 100px; 
 
    margin: 0; 
    padding: 0 70px; 
 
    display: flex; 
    align-items: center; 
 
    background: #FFFFFF; 
 
    border: none; 
    border-bottom: 2px solid #0E294E; 
 
    box-sizing: border-box; 
 
    position: relative; 
    z-index: 99999; 
} 
 
 
/* ========================================= 
   LOGO 
========================================= */ 
 
.os-logo { 
    position: absolute; 
    left: 70px; 
    top: 50%; 
 
    transform: translateY(-50%); 
 
    display: flex; 
    align-items: center; 
 
    text-decoration: none; 
 
    z-index: 3; 
} 
 
.os-logo img { 
    width: 175px; 
    height: auto; 
 
    max-width: none; 
    max-height: 70px; 
 
    display: block; 
 
    object-fit: contain; 
} 
 
 
/* ========================================= 
   CENTER MENU 
========================================= */ 
 
.os-nav { 
    position: absolute; 
 
    left: 48%; 
    top: 50%; 
 
    transform: translate(-50%, -50%); 
 
    display: flex; 
    align-items: center; 
 
    gap: 48px; 
 
    margin: 0; 
    padding: 0; 
 
    white-space: nowrap; 
} 
 
 
/* MENU */ 
 
.os-nav a { 
    position: relative; 
 
    display: inline-flex; 
    align-items: center; 
 
    padding: 0; 
 
    font-family: "Space Grotesk", sans-serif; 
    font-size: 20px; 
    font-weight: 500; 
 
    line-height: 1; 
 
    color: #0D1222; 
 
    text-decoration: none; 
 
    white-space: nowrap; 
 
    transition: color 0.25s ease; 
} 
 
 
/* HOVER */ 
 
.os-nav a:hover { 
    color: #F38131; 
} 
 
 
/* ACTIVE */ 
 
.os-nav a.active { 
    color: #F38131 !important; 
} 
 
 
/* ========================================= 
   ACTIVE UNDERLINE 
========================================= */ 
 
.os-nav a.active::after { 
    content: ""; 
 
    position: absolute; 
 
    left: 50%; 
 
    bottom: -18px; 
 
    width: 38px; 
    height: 2px; 
 
    background: #F38131; 
 
    border-radius: 10px; 
 
    transform: translateX(-50%); 
} 
 
 
/* ========================================= 
   RIGHT ACTIONS 
========================================= */ 
 
.os-actions { 
    position: absolute; 
 
    right: 70px; 
    top: 50%; 
 
    transform: translateY(-50%); 
 
    display: flex; 
    align-items: center; 
 
    gap: 30px; 
 
    z-index: 3; 
} 
 
 
/* ========================================= 
   OPTIMUS SELLERS 
========================================= */ 
 
.os-back { 
    display: inline-flex; 
    align-items: center; 
 
    font-family: "Space Grotesk", sans-serif; 
    font-size: 18px; 
    font-weight: 500; 
 
    color: #F38131 !important; 
 
    text-decoration: none !important; 
 
    white-space: nowrap; 
 
    transition: color 0.25s ease; 
} 


/* LINK STATES - BLUE COLOR FIX */

.os-actions .os-back:link,
.os-actions .os-back:visited,
.os-actions .os-back:active {
    color: #F38131 !important;
    text-decoration: none !important;
}


/* HOVER */

.os-actions .os-back:hover {
    color: #0D1222 !important;
    text-decoration: none !important;
}


/* ========================================= 
   GET A QUOTE 
========================================= */ 
 
.os-quote { 
    height: 48px; 
 
    padding: 0 24px; 
 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
 
    gap: 7px; 
 
    background: #F38131; 
    color: #FFFFFF; 
 
    border-radius: 10px; 
 
    font-family: "Space Grotesk", sans-serif; 
    font-size: 16px; 
    font-weight: 500; 
 
    text-decoration: none; 
 
    white-space: nowrap; 
 
    box-sizing: border-box; 
 
    transition: 
        background 0.25s ease, 
        transform 0.25s ease; 
} 
 
.os-quote:hover { 
    background: #0D1222; 
    color: #FFFFFF; 
 
    transform: translateY(-1px); 
} 
 
.os-quote span { 
    font-size: 18px; 
} 
 
 
/* ========================================= 
   MOBILE BUTTON 
========================================= */ 
 
.os-menu-btn { 
    display: none; 
 
    width: 42px; 
    height: 42px; 
 
    padding: 7px; 
 
    border: none; 
    outline: none; 
 
    background: transparent; 
 
    cursor: pointer; 
} 
 
.os-menu-btn span { 
    display: block; 
 
    width: 25px; 
    height: 2px; 
 
    margin: 5px auto; 
 
    background: #0D1222; 
 
    border-radius: 5px; 
 
    transition: 0.3s ease; 
} 
 
 
/* ========================================= 
   MOBILE MENU 
========================================= */ 
 
.os-mobile-menu { 
    display: none; 
} 
 
 
/* ========================================= 
   TABLET 
========================================= */ 
 
@media (max-width: 1200px) { 
 
    .os-header { 
        padding: 0 35px; 
    } 
 
    .os-logo { 
        left: 35px; 
    } 
 
    .os-logo img { 
        width: 150px; 
    } 
 
    .os-nav { 
        gap: 30px; 
    } 
 
    .os-nav a { 
        font-size: 18px; 
    } 
 
    .os-actions { 
        right: 35px; 
        gap: 18px; 
    } 
 
    .os-back { 
        font-size: 18px; 
    } 
 
    .os-quote { 
        padding: 0 18px; 
    } 
} 
 
 
/* ========================================= 
   SMALL TABLET 
========================================= */ 
 
@media (max-width: 1050px) { 
 
    .os-nav { 
        gap: 24px; 
    } 
 
    .os-nav a { 
        font-size: 17px; 
    } 
 
    .os-back { 
        display: none; 
    } 
 
} 
 
 
/* ========================================= 
   MOBILE 
========================================= */ 
 
@media (max-width: 767px) { 
 
    .os-header { 
        width: 100%; 
        height: 100px; 
 
        margin: 0; 
        padding: 0 20px; 
 
        border-radius: 0; 
        border-bottom: 3px solid #0E294E; 
    } 
 
 
    /* LOGO */ 
 
    .os-logo { 
        position: static; 
 
        transform: none; 
 
        margin: 0; 
    } 
 
    .os-logo img { 
        width: 140px; 
        max-height: 65px; 
    } 
 
 
    /* HIDE DESKTOP */ 
 
    .os-nav, 
    .os-actions { 
        display: none; 
    } 
 
 
    /* BURGER */ 
 
    .os-menu-btn { 
        display: block; 
 
        margin-left: auto; 
    } 
 
 
    /* ===================================== 
       MOBILE DROPDOWN 
    ===================================== */ 
 
    .os-mobile-menu { 
 
        position: absolute; 
 
        top: 110px; 
        left: 12px; 
        right: 12px; 
 
        display: flex; 
        flex-direction: column; 
 
        gap: 3px; 
 
        padding: 15px; 
 
        background: #FFFFFF; 
 
        border: 1px solid #E8E8E8; 
        border-radius: 14px; 
 
        box-shadow: 0 10px 30px rgba(0,0,0,0.10); 
 
        box-sizing: border-box; 
 
        z-index: 99998; 
 
        opacity: 0; 
        visibility: hidden; 
 
        transform: translateY(-10px); 
 
        transition: 
            opacity 0.25s ease, 
            transform 0.25s ease, 
            visibility 0.25s ease; 
    } 
 
 
    .os-mobile-menu.open { 
        opacity: 1; 
        visibility: visible; 
 
        transform: translateY(0); 
    } 
 
 
    /* MOBILE LINKS */ 
 
    .os-mobile-menu a { 
 
        display: flex; 
        align-items: center; 
 
        min-height: 48px; 
 
        padding: 10px 12px; 
 
        border-radius: 8px; 
 
        font-family: "Space Grotesk", sans-serif; 
        font-size: 18px; 
        font-weight: 500; 
 
        color: #0D1222; 
 
        text-decoration: none; 
 
        transition: 
            color 0.2s ease, 
            background 0.2s ease; 
    } 
 
 
    .os-mobile-menu a:hover { 
        color: #F38131; 
        background: #FFF4EC; 
    } 
 
 
    /* MOBILE ACTIVE */ 
 
    .os-mobile-menu a.active { 
        color: #F38131 !important; 
        background: #FFF4EC; 
    } 
 
 
    /* BACK */ 
 
    .os-mobile-back { 
        margin-top: 8px; 
 
        padding-top: 15px !important; 
 
        border-top: 1px solid #EEEEEE; 
 
        border-radius: 0 !important; 
 
        color: #F38131 !important; 
 
        background: transparent !important; 
    } 
 
 
    /* QUOTE */ 
 
    .os-mobile-quote { 
 
        margin-top: 5px; 
 
        justify-content: center; 
 
        background: #F38131 !important; 
        color: #FFFFFF !important; 
    } 
 
    .os-mobile-quote:hover { 
        background: #0D1222 !important; 
        color: #FFFFFF !important; 
    } 
 
 
    /* ===================================== 
       BURGER ANIMATION 
    ===================================== */ 
 
    .os-menu-btn.open span:nth-child(1) { 
        transform: translateY(7px) rotate(45deg); 
    } 
 
    .os-menu-btn.open span:nth-child(2) { 
        opacity: 0; 
    } 
 
    .os-menu-btn.open span:nth-child(3) { 
        transform: translateY(-7px) rotate(-45deg); 
    } 
 
} 
 
 
/* ========================================= 
   SMALL MOBILE 
========================================= */ 
 
@media (max-width: 480px) { 
 
    .os-header { 
        height: 100px; 
        padding: 0 15px; 
    } 
 
    .os-logo img { 
        width: 125px; 
    } 
 
}/* End custom CSS */