body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: clamp(14px, 2vw, 18px);
    top: 0 !important;
}

.top-bar-header {
    background-color: #01396f;
    padding: 10px 20px;
    color: white;
}

.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.contact-info {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1;
    text-align: center;
}

.contact-info a {
    color: inherit;
    text-decoration: none;
    font-size: clamp(13px, 1.8vw, 16px);
}

.language-selector {
    min-width: 130px;
    text-align: right;
    display: inline-block;
}

.language-selector select,
.goog-te-combo {
    font-size: clamp(13px, 1.5vw, 16px);
    background: #222;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.top-legend {
    background-color: #222;
    color: #fff;
    font-size: clamp(12px, 1.2vw, 16px);
    text-align: center;
    padding: 6px 10px;
    font-weight: 500;
    user-select: none;
    letter-spacing: 0.02em;
}

@media (max-width: 768px) {
    .top-bar-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .contact-info {
        justify-content: center;
    }

    .language-selector {
        text-align: center;
    }
}






.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #1e1e1e;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: none;
  z-index: 9999;
}

.cookie-banner p {
  margin: 0 0 10px;
  font-size: 14px;
}

.cookie-banner button {
  background-color: #007bff;
  color: white;
  border: none;
  margin: 0 5px;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
}

.cookie-banner button:hover {
  background-color: #0056b3;
}





/* translator */

/* Unique scoped styles for flag-language-dropdown */
  #flag-language-dropdown .dropdown {
    position: relative;
    display: inline-block;
  }

  #flag-language-dropdown .dropdown-toggle {
    /* background: #f0f0f0; */
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
  }

  #flag-language-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 9999;
    padding: 10px;
  }

  #flag-language-dropdown .dropdown-menu span {
    font-size: 22px;
    padding: 6px;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.2s;
  }

  #flag-language-dropdown .dropdown-menu span:hover {
    transform: scale(1.2);
  }

  #flag-language-dropdown .dropdown.open .dropdown-menu {
    display: block;
  }

  /* Hide Google Translate UI */
  #google_translate_element {
    display: none !important;
  }

  iframe.skiptranslate,
  .VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
  }

  body {
    top: 0px !important;
  }

  #flag-language-dropdown .dropdown-toggle img {
  cursor: pointer;
}

#flag-language-dropdown .dropdown-menu span {
  cursor: pointer;
  margin-right: 8px;
  display: inline-block;
  transition: transform 0.2s;
}

#flag-language-dropdown .dropdown-menu span:hover {
  transform: scale(1.2);
}
