.iim-tooltip {
    position: absolute;
    background: #000;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    display: none;
    z-index: 9999;
}

.has-tooltip:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  background: #000;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  pointer-events: none;
}

.iim-map-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.iim-map-wrapper svg {
    width: 100%;
    height: auto;
    display: block;
}

.iim-tooltip {
    position: absolute;
    padding: 6px 10px;
    background: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    display: none;
    z-index: 1000;
}

.india-map-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow-x: auto;
}

.india-map-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}
.map-container {
    max-width: 100%;
    overflow-x: auto;
}
svg {
    width: 100%;
    height: auto;
}
