.header {
  height: 80px;
  position: absolute;
  top: 65px;
  width: 82%;
  left: 10%;
  margin: 0 auto;
  background-color: #fffcfc;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
/* //////////////////////// */
/* logo  */
.logo_container {
  width: 300px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.header_logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

header nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

header nav ul li a {
  margin: 0 20px;
  color: var(--color-black);
  font-size: 20px;
  font-family: var(--Gabarito-font);
  font-weight: 400;
  padding: 5px 10px;
}

header nav ul li a:hover {
  color: var(--color-pink);
  transition: color 0.3s ease;
}

.header_btn {
  background-color: var(--color-blue);
  color: white;
  padding: 15px 30px;
  border: none;
  font-weight: 400;
  font-family: var(--Fredoka-font);
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
}

.active a {
  color: var(--color-pink);
  font-weight: 500;
}

.active_service .active_service_link {
  color: var(--color-pink);
  font-weight: 500;
}

/* ///////////////////////////////////// */
/* toggle  */
/* Hide nav on mobile */
.menu_toggle {
  display: none;
  cursor: pointer;
  width: 38px;
  height: 38px;
  margin-right: -50px;
  font-weight: bold;
  color: var(--color-blue);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.dropdown_menu {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.dropdown li {
  margin: 12px 0;
}
/* 
.dropdown:hover .dropdown_menu {
  display: block;
} */

.dropdown_menu {
  display: none;
}

.dropdown_menu.show {
  display: block;
}

.dropdown .arrow {
  margin-left: 5px;
  font-size: 20px;
}

.menu_icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* //////////////////////// */
/* translater  */
/* .language-switcher .trp-language-switcher {
  padding: 10px;
  font-size: 16px;
  color: #000;
  position: absolute;
}
.language-switcher select {
  border: none;
  background: transparent;
  cursor: pointer;
} */

/* .lang-switcher {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  height: 100%;
} */
/* .lang-switcher {
  height: 100px; 
  overflow: hidden;
  white-space: nowrap;
} */

.gtranslate_wrapper {
  display: flex !important;
  align-items: center;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.gtranslate_wrapper select {
  height: 32px; /* Adjust this height if needed */
  font-size: 14px;
  padding: 2px 8px;
  margin: 0;
  vertical-align: middle;
}

.custom-lang-switcher {
  display: flex;
  align-items: center;
  height: 100%;
}

/* //////////////// */
/* Responsive */

@media (min-width: 1200px) and (max-width: 1400px) {
  header nav ul li a {
    font-size: 20px;
    padding: 5px 4px;
  }
  .header_btn {
    background-color: var(--color-blue);
    padding: 10px 15px;
    font-size: 18px;
  }
  .logo_container {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1550px) {
  header nav ul li a {
    margin: 0 5px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  header nav ul li a {
    font-size: 18px;
    margin: 0 2px;
    padding: 5px 1px;
  }
  .header_btn {
    background-color: var(--color-blue);
    padding: 10px;
    font-size: 16px;
  }
  .logo_container {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .dropdown .arrow {
    margin-left: 2px;
    font-size: 20px;
  }
}

/* ////////////////// */
/* Responsiveness for medium */

@media (min-width: 769px) and (max-width: 1024px) {
  .header {
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
  }

  .header_container {
    width: 100%;
    padding: 0 10px;
  }

  .logo_container {
    width: 250px;
    height: 250px;
  }

  .navbar_links {
    display: none;
    flex-direction: column;
    align-items: start;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 50px;
    animation: slideDown 0.3s ease;
    z-index: 99;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  }

  .navbar_links li {
    margin: 10px 0;
  }

  .navbar_links.show {
    display: flex;
  }

  .menu_toggle {
    display: block;
  }

  .dropdown_menu {
    position: relative;
  }

  .header_btn {
    display: none;
  }
}

/* //////////////// */
/* Responsive */
@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 2%;
    left: 5%;
    width: 90%;
  }

  .header_container {
    width: 100%;
    padding: 0 10px;
  }

  .logo_container {
    width: 200px;
    height: 250px;
  }

  .navbar_links {
    display: none;
    flex-direction: column;
    align-items: start;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 40px;
    animation: slideDown 0.3s ease;
    z-index: 99;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  }

  .navbar_links li {
    margin: 10px 0;
  }

  .navbar_links li a {
    margin: 0px;
    padding: 5px 0;
  }
  .navbar_links.show {
    display: flex;
  }

  .menu_toggle {
    display: block;
  }

  .dropdown_menu {
    position: relative;
  }

  .header_btn {
    display: none;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ///////////////////////// */
/* Responsive Desgin  */
