.hero-section > h1,
.hero-section > p {
  text-align: center;
}

.hero-section > p {
  width: 28%;
  margin-inline: auto;
  line-height: 1.6;
}

form{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    width: 45%;
    border-radius: 8px;
   margin-inline: auto;
    height: 400px;
    display: grid;
    padding: 2rem;
    margin-bottom: -12rem;
    position: relative;

}

.form-container{
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}



.form-container label{
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    font-weight: 600;
}

.form-group input,select{
    width: 100%;
    padding: 1rem;
    border-radius: 30px;
    border: 2px solid #DBDFD0; 
    outline: none;
    appearance: none;
    cursor: pointer;
}

.form-group:nth-child(5){
    grid-column: span 2; 
}

form button{
    width: 100%;
    background-color: #AD343E !important;
    color: white;
    height: 50px;
    border-radius: 45px;
    margin-top: 1rem;
}

.header-container,.hero-section{
    background-color: #F9F9F7;
}


.map-container{
    width: 100%;
    height: 600px;
}
.map-container iframe{
    width: 100%;
    height: 100%;
}

.hero-section{
    padding-bottom: 0;
}





@media (width<1130px) {
   
    .hero-section > p {
      width: 50%;
    }
  }
  
@media (width<920px) {
   
  form{
    width: 70%;
  }
  }
  
  
 
  @media (width<510px) {
    .menu-card {
      width: 90%;
      margin-inline: auto;
    }
  
      .hero-section > p {
      width: 80%;
    }
  
    form{
        width: 95%;
    }
    input,select {
        background-color: white !important; 
        padding: 8px 12px !important;
        
    }
    
  }
  
  
  
 
