body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
}

.pagewrapper {
  position: relative;
}

.hero {
  height: 24rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  overflow:hidden ;
  padding: 2.5rem;

}

.hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover; 
  z-index: -1;
}

.overlay {
  max-width: 42rem;
  position: relative;
  left: 7.75rem;
  bottom: 4.8rem;
  margin: 0;
}

.overlay h4 {
  color: white; 
  text-align: left;
}

.overlay h2 {
  margin-bottom: 1.7rem;
  color:#fff
}

.inquiry {
  text-align: center;
  padding: 3.125rem 1.25rem;
  background-color: #fffce9;
}

.inquiry h2 {
  color: #3ca3d3;
  font-size: 1.8rem;
}

.inquiry p {
  max-width: 44rem;
  margin: 1.25rem auto 0;
  font-size: 1rem;
}

.contact-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 3.2rem 1.5rem;
  gap: 2.5rem;
  background-color: #fffce9;
  flex-wrap: wrap;
}

.form-box {
  background: #fce66f;
  padding: 2.5rem;
  border-radius: 1rem;
  width: 26rem;
  height: 26rem;
}

.form-box h3 {
  margin-bottom: 1.25rem;
  text-align: center;
}

.form-box span {
  font-size: 1rem;
  color: #555;
}

.textwrappy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.name-fields {
  display: flex;
  gap: 2rem;
  margin-bottom: 0.6rem;
}

.name-fields input {
  flex: 1;
}

form input,
form textarea {
  width: 95%;
  padding: 0.7rem;
  margin-bottom: 0.7rem;
  border: none;
  border-radius: 1.6rem;
}

form textarea {
  height: 8rem;
  resize: none;
}

.form-box input {
  margin-bottom: 1.5rem;
}

form button {
  background: white;
  color: black;
  padding: 0.625rem ;
  margin-left:16rem;
  border-radius: 3.125rem;
  cursor: pointer;
  transition: 0.5s ;
}

form button:hover{
  background-color: #e9aeb3;
}

.map-box img {
  width: 24.5rem;
  border-radius: 0.625rem;
}

.address-wrapper {
  display: flex;
  justify-content: flex-end; 
  padding: 2.5rem 0;
  background-color: #fffce9;
}

.address {
  background: #e9aeb3;
  color: white;
  text-align: left;
  padding-left:0.5rem;
  width: 60%;
  border-radius: 2rem 0 0 2rem;
}

.address h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  margin: 1rem;
}

.address p {
  line-height: 1.9;
  margin: 1rem;
}

.socials {
  margin: 0.625rem ;
}
