.goog-te-gadget { visibility: hidden; position: absolute; }
body { top: 0 !important; }


.lang-switcher {
  position: relative;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  background: transparent;
  color: #475569;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.lang-btn:hover {
  border-color: #94a3b8;
  color: #0f172a;
}

.lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 6px;
  min-width: 160px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  z-index: 9999;
}

.lang-menu.open {
  display: block;
}

.lang-menu-item {
  padding: 8px 12px;
  font-size: 13px;
  color: #475569;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.15s;
}

.lang-menu-item:hover {
  background: #f8fafc;
  color: #0f172a;
}

.skiptranslate{
    display: none !important;
}
/* Nav overflow protection when Google Translate expands text */
#navbar .hidden.md\:flex a,
#navbar .hidden.md\:flex button {
  white-space: nowrap;
}

#navbar .lang-btn span {
  max-width: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1100px) {
  #navbar a[href*="tab=service"],
  #navbar a[href*="tab=service"] {
    display: none !important;
  }
}

@media (max-width: 900px) {
  #navbar .hidden.md\:flex {
    gap: 1rem;
  }
}
