
#globe-container {
    width: 90vw;
    height: 100vh;
    /* margin: 0px 0px; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.marker {
    border-radius: 50%;
    /* position: absolute; */
    transition: transform 0.5s ease;
    z-index: 10000;
}

#globe-container {
    /* touch-action: pan-y !important; Allow vertical scrolling */
    /* height: 300px; Set height to limit interaction area */
    /* overflow: hidden !important; Prevent globe from spilling outside bounds */
  }