/* Completely hide all Google Translate elements */
.goog-te-banner-frame, 
.goog-te-balloon-frame, 
.goog-tooltip, 
.goog-tooltip div, 
.goog-text-highlight, 
iframe.skiptranslate, 
.goog-te-menu-value span, 
.goog-te-menu-frame,
.goog-te-combo,
.goog-te-gadget,
.goog-te-footer,
.goog-te-gadget-simple,
.goog-te-menu2,
.goog-te-menu2-colpad,
.goog-te-menu2-separator,
.goog-te-menu2-item div,
.goog-te-spinner-pos,
.goog-te-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* Disable text selection feedback */
.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Body positioning fix */
body {
  top: 0 !important;
}

/* Hide any remaining iframes */
iframe[style*='z-index: 1001'], 
iframe[style*='z-index: 1002'] {
  display: none !important;
}

body, .nav-links li a, .dropdown-content li a {
 font-size: 20px !important;
}

html {
  height: auto !important;
  min-height: 100vh !important;
}