@charset "utf-8";

/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@font-face {
  font-family: 'CenturyGothic';
  src: url('GOTHIC.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CenturyGothicBold';
  src: url('GOTHICB.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'stratum2-bold';
  src: url('Stratum2-Bold.eot');
  src: url('Stratum2-Bold.eot?#iefix') format('embedded-opentype'), url('Stratum2-Bold.otf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

.amada_global_header--main {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 20px 20px 32px 20px!important;
    transition: all 0.3s ease;

}

.amada_flag_logo {
  transition: transform 0.2s ease-out;
  z-index: 10;
}

.amada_flag_logo:hover {
  transform: scale(1.05);
}

.amada_flag_logo--usa {
  width: 70px;
  height: 70px;
  transition: transform 0.2s ease-out;
  z-index: 10;
}

.amada_flag_logo--usa:hover {
  transform: scale(1.03);
}

.amada_global_header--main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #171616 0%, #1f2937 50%, #991b1b 100%);
    opacity: 0.9; 
    z-index: -1;
    transition: opacity 0.3s ease;
    box-shadow: 0px 1px 3px 3px rgb(0 0 0 / 80%);
}

.amada_global_header--main .amada_nav-jobs {
    display: flex;
    justify-content: space-between;
    max-width: 96%;
}

.amada_global_header--main .amada_jobs-logo-cont {
    padding-bottom: 10px;
}

.amada_global_header--main .amada_employ-logo {
    height: 40px;
    width: auto;
    /* filter: brightness(0) invert(1); */
}

.amada_global_header--main .amada_job-menu {
    display: flex;
    list-style: none;
    gap: 1rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 4px 8px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 10px 0;
}

@media (max-width: 1200px) {
    .amada_global_header--main .amada_job-menu {
        gap: 0.1rem;
    }
}

/* .amada_global_header--main .amada_job-menu li {
    position: relative;
} */

.amada_global_header--main .amada_nav-link {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    padding: 4px 16px;
    border-radius: 25px;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 14px;
    display: block;
    /* box-shadow: 0 2px 8px transparent; */
}

.amada_global_header--main .amada_nav-link:hover {
    background: rgba(255, 255, 255, 0.3)!important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: #fff!important;

}

.amada_global_header--main .amada_job-menu-active .amada_nav-link,
.amada_global_header--main .amada_nav-link.active {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.amada_global_navbar--main {
  width: fit-content
}

.amada_global_header--main .employ-button {
  background-color: #fff;
}

.amada_global_header--main .employ-button:hover {
  border: 1px solid #000;
}


.amada_global_header--main .amada_menu_hrsub {
  width: 26vw;
  background-color: #333333!important;
  opacity: 0.97;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.amada_global_header--main .amada_menu_hrsub a span {
  font-size: 15px;
}

.amada_global_header--main .amada_menu_hrsub .menu_option {
    line-height: 14px;
}

.amada_global_header--main .amada_menu_hrsub .menu_option span {
    line-height: 18px;
}

.amada_global_header--main .amada_menu > ul > li.cbp-hropen a, 
.amada_global_header--main .amada_menu > ul > li.cbp-hropen > a:hover {
  color: #fff;
  background: transparent;
  text-decoration: none;
}


/* NAV DROPDOWNS - START */

/* Home dropdown */
.amada_global_header--main li:nth-child(1) .amada_menu_hrsub {
  /* width: 23.5vw; */
  width: 22%;  
}

/* Products dropdown */
.amada_global_header--main li:nth-child(2) .amada_menu_hrsub {
  width: 20%; 
}

/* Software dropdown */
.amada_global_header--main li:nth-child(3) .amada_menu_hrsub {
  width: 19%; 
}

/* Online Order dropdown */
.amada_global_header--main li:nth-child(7) .amada_menu_hrsub {
  width: 22% 
}

/* Contact Us dropdown */
.amada_global_header--main li:nth-child(8) .amada_menu_hrsub {
  width: 12%; 
}

.amada_menu_options-items {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* a.menu_option {
  display: inline-block;
  height: 80px
} */
 
/* NAV DROPDOWNS - END */

/* [ SHOW | HIDE ] FOR: DESKTOP - TABLET - MOBILE (START)*/

.amada_global_header--desktop {
  display: flex;
}
/* .amada_global_header--main .uk-grid>* {
  padding-left: 40px;
} */

.amada_global_header--mobile {
  display: none;
}

@media (max-width: 1023px) {
  .amada_global_header--mobile {
    display: block;
  }
  .amada_global_header--desktop {
    display: none;
  }
}



/* [ SHOW | HIDE ] FOR: DESKTOP - TABLET - MOBILE (END)*/



/* SMALL DESKTOP | LARGE TABLET - START  */

@media (max-width: 1200px) {
  .search-container input[type=search] {
    font-size: 12px;
  }
  .flags_ul {
    left: 418px;
  }
  .amada_global_header--main .amada_nav-link {
    font-size: 12px;
  }
  .amada_global_header--main .amada_menu_hrsub { 
    font-size: 12px;
  }
  .menu_text {
    font-size: 12px!important;
    margin-left: 0px !important;
    margin-right: 0 !important;
  }
  .amada_global_header--main li:nth-child(3) .amada_menu_hrsub {
    width: 18vw;
  }
}

@media (max-width: 1150px) {
  .search-container input[type=search] {
    height: 37px;
  }
  .amada_global_header--main .employ-button {
    font-size: 12px;
  }
  .flags_ul {
    left: 391px;
    top: 25px;
  }
  .amada_global_header--main .amada_nav-link {
    font-size: 11px;
  }
  .amada_global_header--main .amada_menu_hrsub { 
    font-size: 11px;
  }
}

/* SMALL DESKTOP | LARGE TABLET - END  */


/* MOBILE HEADER - START */

.amada_main_flag {
  width: 28px;
  height: 28px;
}

.amada_down_arrow {
  width: 32px;
  height: 32px;
}

.amada_country-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    left: 2%;
}

.amada_mobile_bottom_controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 0; 
    overflow: visible; 
    position: relative; 
}

/* Update the mobile employment button */
.amada_mobile_employment_btn {
    background: #fff;
    color: #000;
    padding: 5px 0;
    margin: 0;
    flex: 1; 
    min-width: 0; 
    font-size: 17px;
}

.amada_mobile_employment_btn:hover, 
.amada_mobile_employment_btn:active {
  color: #fff;
  background-color: #808080;
  border: 1px solid #fff;
}

/* Update the country select trigger */
.amada_country-select-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 10px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    width: auto;
    flex-shrink: 0; 
}

.amada_global_header--mobile,
.mobile-header {
    overflow: visible !important;
    position: relative;
    z-index: 100;
}

.amada_country-select.open {
    z-index: 1002;
}

.amada_country-select.open .amada_down_arrow {
    transform: rotate(180deg);
}

.amada_country-select-options {
    position: absolute;
    top: 89%;
    left: 8%;
    right: 0;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    width: 36px;
}

.amada_country-select.open .amada_country-select-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.country-option {
    display: block;
    text-align: center;
    padding: 11px 5px 7px 4px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s ease;
}

.country-option:last-child {
    border-bottom: none;
}

.country-option:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

.country-option img {
    min-width: 22px;
    max-width: 27px;
}

.mobile-header a.amada_hamburger_menu {
    display: block;
    color: #fff;
    font-size: 34px;
    border: 2px solid #fff;
    padding: 0 14px;
    border-radius: 10px;
    background: #000;
    margin-left: 1220%;
    margin-bottom: 56%;
}

@media (max-width: 920px) {
  .mobile-header a.amada_hamburger_menu {
    margin-left: 1090%;
  }
}

/* TABLET HEADER - START */

@media (max-width: 820px) and (min-width: 551px) {
  .amada_mobile_header_logo {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: fit-content;
  }
  /* .amada_mobile_header_logo .logo {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
  } */
  
  .amada_global_header--main {
    padding: 20px 20px 2px 20px!important;
  }
  .mobile-header a.amada_hamburger_menu {
    font-size: 46px;
    padding: 0 20px;
    margin-left: 51.5vw;
    margin-bottom: 36px;
  }
  .amada_mobile_employment_btn {
    flex: 0.65;
    margin-left: 32px;
    font-size: 22px;
  }
  .amada_country-select-trigger {
    gap: 36px;
  }
  .amada_down_arrow {
    width: 40px;
    height: 40px;
  }
  .amada_main_flag {
    width: 42px;
    height: 42px;
  }
  .country-option img {
    max-width: 40px;
  }
  .amada_country-select-options {
    top: 90% ;
    left: 7% ;
    width: 43px ;
  }
  .country-option {
    padding: 11px 5px 7px 1.2px;
  }
  #mobile_menu li a {
    font-size: 28px!important;
  }

}

@media (max-width: 768px)and (min-width: 551px) {
  .mobile-header a.amada_hamburger_menu {
    margin-left: 48vw ;
    margin-bottom: 24px ;
  }
  .amada_country-select-trigger {
    gap: 27px;
  }
}

/* TABLET HEADER - END */


/* MOBILE HEADER - START */

.amada_hamburger-icon {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

body .amada_hamburger-icon:hover {
  color: #fff!important
}

.amada_hamburger-icon::before {
  content: "\f0c9"; 
}

@media (max-width:540px) {
  .amada_global_header--main {
    position: relative;
  }

    .mobile-header a.amada_hamburger_menu {
      margin-left: 10%;
      margin-bottom: 36%;
    }
}

@media (max-width: 390px) {
  .mobile-header a.amada_hamburger_menu {
    margin-left: 8%;
    margin-bottom: 44%;
  }
  .amada_mobile_employment_btn {
    padding: 6px 2px;
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  /* .mobile-header a.amada_hamburger_menu {
    margin-left: 37%;
    margin-bottom: 50%;
  } */
  .amada_mobile_employment_btn {
    padding: 6px 4px;
    font-size: 15px;
  }
  .mobile-header a.amada_hamburger_menu {
    font-size: 30px;
    padding: 0 12px;
  }
}

.amada_hamburger_menu .fa-bars {
  color: #fff;
  margin: 0!important;
}

.amada_header-top .amada_header-bar {
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
    height: 0!important;
    padding: 0!important;
    background: transparent!important;
}

.mobile-header {
  padding-top: 0!important;
  padding-bottom: 10px !important;
}

/* MOBILE HEADER - END */