/* Google Translate Fix - Remove white box and prevent UI conflicts */

/* Hide Google Translate top banner */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

/* Clean up translate widget appearance */
.goog-te-gadget {
  font-size: 0 !important;
}

.goog-te-gadget .goog-te-combo {
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: white;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

/* Prevent overflow issues */
#google_translate_element {
  overflow: hidden;
  display: inline-block;
}

/* Clean up powered by google text */
.goog-te-gadget-simple {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.goog-logo-link {
  display: none !important;
}

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
