.logo-icon8 {
  width: 137px;
  position: relative;
  height: 42px;
}

.mody-logo4 {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.home4 {
  text-decoration: none;
  width: 53px;
  position: relative;
  font-weight: 500;
  color: inherit;
  display: inline-block;
  height: 24px;
  flex-shrink: 0;
}

.company-profile6 {
  text-decoration: none;
  width: 147px;
  position: relative;
  font-weight: 500;
  color: inherit;
  display: inline-block;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

.products5 {
  text-decoration: none;
  width: 77px;
  position: relative;
  font-weight: 500;
  color: inherit;
  display: inline-block;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

.certifications6 {
  text-decoration: none;
  width: 117px;
  position: relative;
  font-weight: 500;
  color: inherit;
  display: inline-block;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

.contact-us5 {
  text-decoration: none;
  width: 98px;
  position: relative;
  font-weight: 500;
  color: inherit;
  display: inline-block;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

.navbar-links4 {
  flex: 1;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-5xl);
}

.hamburger-bar-icon4 {
  width: 29px;
  position: relative;
  height: 17px;
}

.hamburger-bar-button4 {
  cursor: pointer;
  border: none;
  padding: var(--padding-xs) 0px;
  background-color: transparent;
  align-self: stretch;
  width: 29px;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
}

.en-flag-icon4 {
  width: 35px;
  position: relative;
  height: 20px;
  object-fit: cover;
}

.english4 {
  font-family: var(--font-urbanist), sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.arrow-vector-icon4 {
  width: 8.9px;
  position: relative;
  height: 4.5px;
}

.english-parent1 {
  align-self: stretch;
  width: 74.9px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-0);
}

.dropdown4 {
  position: relative;
  display: inline-block;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-6xs);
}

.navigation-right4 {
  align-self: stretch;
  width: 145.9px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}

.navigation4 {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-0);
  text-align: left;
  font-size: var(--font-size-xl);
  color: var(--color-black);
  font-family: var(--font-urbanist);
}

.header4 {
  align-self: stretch;
  background-color: var(--white);
  border-bottom: 1px solid var(--color-aliceblue);
  box-sizing: border-box;
  height: 68px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-sm) var(--padding-61xl);
  margin-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
}

.header4.hide-header {
  transform: translateY(-100%);
}

.dropdown-toggle4 {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 140px;
  padding: 12px 12px;
  border-radius: 5px;
  justify-content: space-between;
  gap: 6px;
}

.dropdown-menu4 {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border: 1px solid #E8ECF2;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 997;
  font-family: 'Urbanist', sans-serif;
  width: 140px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.dropdown-menu4.show {
  display: block;
}

.dropdown-menu4 li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0;
  cursor: pointer;
  padding: 8px 12px;
}

.language-option {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.language-option4 {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Urbanist', sans-serif;
  font-size: 20px;
  font-weight: 500;
  -top-margin: 2px;
  margin: 0;
  padding: 12px 12px;
  cursor: pointer;
}

.flag-icon4 {
  width: 35px;
  height: 23px;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .header4 {
    padding-left: var(--padding-61xl);
    padding-right: var(--padding-61xl);
  }
}

@media (max-width: 1200px) {
  .header4 {
    padding-left: var(--padding-41xl);
    padding-right: var(--padding-41xl);
  }
}

@media (max-width: 1024px) {
  .header4 {
    padding-left: var(--padding-31xl);
    padding-right: var(--padding-31xl);
    margin-bottom: 15px;
  }
  .navbar-links4,
  .dropdown4 {
    display: none !important;
  }
  .hamburger-bar-button4 {
    display: flex;
  }
}

@media (max-width: 800px) {
  .header4 {
    padding-left: var(--padding-11xl);
    padding-right: var(--padding-11xl);
    margin-bottom: 14px;
  }
}

@media (max-width: 450px) {
  .header4 {
    margin-bottom: 10px;
  }
}

@media (max-width: 750px) {
  .header4 {
    padding-left: var(--padding-base);
    padding-right: var(--padding-base);
  }
}

@media (max-width: 430px) {
  .header4 {
    padding-left: var(--padding-3xs);
    padding-right: var(--padding-3xs);
  }
}

@media (max-width: 375px) {
  .header4 {
    padding-left: var(--padding-5xs);
    padding-right: var(--padding-5xs);
  }
}

@media (max-width: 350px) {
  .header4 {
    padding-left: var(--padding-7xs);
    padding-right: var(--padding-7xs);
  }
}
.dropdown-menu4 {
  width: 140px !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}
.dropdown-menu4 li {
  padding: 8px 12px !important;
}
.dropdown-menu4 li:hover {
  background-color: #f0f0f0;
}
.navbar-links4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.navbar-links4 a {
  display: inline-block; 
  white-space: nowrap; 
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  width: auto !important;
  height: auto !important;
}

.home4,
.company-profile6,
.products5,
.certifications6,
.contact-us5 {
  width: auto !important;
  height: auto !important;
  flex-shrink: 0 !important;
}
