/* Hide text overlay in Hero section */
#hero > .container {
  display: none !important;
}

/* Hide "⌘/Ctrl + scroll to zoom" hint */
#hero > div.absolute.bottom-8.right-8 {
  display: none !important;
}

/* Hide "Mapping coverage..." loading text */
#hero > div.absolute.inset-0.z-0.flex.items-center.justify-center.left-0 > div.relative > div.absolute > div.text-white\/30 {
  display: none !important;
}

/* Ensure globe container is visible and full size */
#hero {
  background: transparent !important; /* Make background transparent if needed */
  min-height: 100vh !important;
}

/* Hide header/footer if they are rendered outside Hero */
header, footer {
  display: none !important;
}

/* Hide any other overlays */
.overlay, .modal {
  display: none !important;
}
