.leaflet-div-icon1{
    background-color: transparent;
    color: #f57a00;
  }

  .leaflet-div-icon2 i.fas.fa-map-marker-alt {
    background-color: transparent;
    color: #f57a00;
    text-shadow: 
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}
.leaflet-div-icon2:hover i.fas.fa-map-marker-alt {
  transform: scale(1.5); /* Adjust the scale factor as needed */
  transition: transform 0.3s; /* Smooth transition effect */
}


