/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2025 | 06:19:33 */
.india-map-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.india-map {
    width: 100%;
    display: block;
}

.map-marker {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #ff7300;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transform: translate(-50%,-50%);
    cursor: pointer;
}

#tooltip {
    position: absolute;
    padding: 6px 12px;
    background: #000;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    display: none;
    pointer-events: none;
    white-space: nowrap;
    z-index: 999;
}
