/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2026 | 23:25:40 */
/* default circle hide */
g.imapsSprite-group.imapsCircle-group circle {
    display: none !important;
}

/* pin icon add */
g.imapsSprite-group.imapsCircle-group {
    background: url('https://cdn-icons-png.flaticon.com/512/684/684908.png') no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
}




#mapWrapper {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

#map {
    height: 600px;
    border-radius: 10px;
}

/* TOOLTIP */
#tooltip {
    position: absolute;
    background: #000;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    display: none;
    border-radius: 4px;
    pointer-events: none;
}

/* MAP STYLE */
.leaflet-interactive {
    transition: 0.2s;
}

.leaflet-interactive:hover {
    fill: #f97316 !important;
}