#contact .left-box,
#contact .form-container {
  height: 450px; /* Adjust the height as needed */
}

#contact .container-h1 {
  color: #272825;
  text-align: center;
}

#contact .form-container {
  background-color: white;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 10px;
  padding: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  color: #ff5400;
  max-width: 1000px; /* optional: set a max-width to limit the width of the box */
  box-sizing: border-box; /* optional: include padding in the box width */
}

#contact .form-group input,
#contact .form-group textarea {
  border: 3px solid #272825;
  height: 100%;
  text-align: center;
  border-radius: 10px;
  transition: all 0.5s;
}

#contact .form-group input:hover,
#contact .form-group textarea:hover {
  border-color: #fdd3be;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#contact .contact-buttons input,
#contact .contact-buttons input:focus {
  margin: 0 10px;
  color: #fff;
  background-color: #ff5400;
  margin: 20px auto 40px auto;
  border-radius: 10px;
  font-weight: 500;
  padding: 10px;
  border: none;
  transition: all 2s;
  cursor: pointer;
}


#contact .contact-buttons input:hover {
  color: #ff5400;
  background-color: #fff;
  border: 3px solid #ff5400;
}

#contact .left-box {
  background-color: white;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 10px;
  padding: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  color: #ff5400;
  max-width: 1000px; /* optional: set a max-width to limit the width of the box */
  box-sizing: border-box; /* optional: include padding in the box width */
}

#contact .left-box address {
  margin: 0;
  padding: 0;
}

#contact .left-box .span-contact {
  font-weight: bold;
  font-style: normal;
  margin-right: 10px;
}

.row {
  padding-left: 15px;
}

.map {
  display: flex;
  justify-content: center;
}

#map {
  width: 80%;
  height: 30vh; /* Adjust the height to your desired size */
  border-radius: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}