body {
   font-family: 'Montserrat', sans-serif;
    font-weight: 400;
   width:414px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}


    .header {
        margin-top: 30px; 
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


#searchBox {
    padding: 10px;
    width: 350px;
    border: 2px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
    box-shadow: none;
    outline: none;
  }
  
  #searchBox::placeholder {
    color: #aaa;
  }

  
  .container {
    display: flex;
    flex-direction: row; 
    flex-wrap: wrap; 
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    
}


  .map-container {
    position: relative;
  }
  
  .map-container img {
    position: absolute;
    cursor: grab; 
  }

  .row {
    display: flex;
    flex-wrap: nowrap; /* Ensure items don't wrap inside rows */
    justify-content: center;
    margin-bottom: 10px; 
}

.container2 {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.box {
  width: 180px;
  height: 40px;
  background-color:white;
  margin: 5px; 
  box-sizing: border-box; 
  border: 5px solid ;
  border-radius: 20px;
  display: flex; 
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.box2 {
  width: 120px;
  height: 30px;
  background-color:white;
  margin: 1px; 
  box-sizing: border-box; 
  border: 2px solid ;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.box3 {
  width: 340px;
  height: 35px;
  background-color:#F0F0F0;
  margin: 5px; 
  box-sizing: border-box; 
  border:none ;
  border-radius: 20px;
  display: flex; 
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
  
button {
   font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  padding: 10px;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 100px;
  
  
}
.custom-button {
  padding: 10px;
  background-color: transparent;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  
}
  

.choose {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #F0F0F0;
    border: none;
    width: 360px;
    height: 40px;
    border-radius: 100px;
    text-indent: 10px;
    margin-top: 10px;
  }
  
  .option {
    width: 100px;
    height: 25px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
  }
  
  .option1 {
      
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
       margin-left: 2px;
      
    border: 2px solid white;
    background-color: white;
    width: 165px;
    height: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
   

  }
  
p {margin-left: -20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    
    
}
 