.plot-maps {
    background: linear-gradient(rgba(0, 0, 0, 0.203)), url(assets/Emi/Maps\ bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    align-items: center;
    padding: 50px;
}

.main-maps {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 145, 0);
    /* width: 200px; */
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    font-weight: 800;
}
.map{
    /* background-color: aliceblue; */
    width: 300px;
    height: 200px;
    margin: 10px;
} 
.map img{
    width: 100%;    
}
.image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
/* Image style */
.image-popup img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}
.map-plan-image{
    padding: 50px;
    max-width: 600px;
    margin: auto;
}
.map-plan-image img{
    width: 100%;
    box-shadow: 10px 10px 10px rgb(46, 46, 46);
    border-radius: 12px;
    border: 2px solid;
}