#body-map {
    width: 100%;
    height: 282px;
  }
  
#footer-map{
    width: 100%;
    height: 282px;
  }
  

  /* Custom style for the map to make it lighter */
  .leaflet-tile-pane {
    filter: grayscale(100%) brightness(105%);
  }

  /* Hide attribution control */
  .leaflet-control-attribution {
    display: none !important;
  }

  /* Custom marker icon style */
  .custom-marker-icon {
    background: none;
    border: none;
  }

  .custom-marker-icon img {
    width: 40px;
    height: 40px;
  }
  
    #map-2 {
    width: 100%;
    height: 300px;
  }
  
 .map-container {
  width: 100%;
  height: 297px; /* Adjust the height as per your design */
   margin-bottom: 20px; /* Prevent overlap with other content */
}

     