* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border-style: none;
  font-family: 'Poppins', sans-serif;
  
}

.contact-wrapper {
background-color: #fff8f1;
color: #4a2e1f;
line-height: 1.6;
margin-top: 40px;
}

.contact-section {
padding: 90px 20px;
max-width: 1100px;
margin: 5px auto;
height: fit-content;
/* border: 2px solid black; */
}

.contact-section h2 {
color: #794f33;
text-align: center;
font-size: 2.5em;
margin-bottom: 10px;
}

.contact-section p {
text-align: center;
color: #8b6d5c;
margin-bottom: 40px;
font-size: 17px;
}

.contact-container {
display: flex;
flex-wrap: wrap;
gap: 40px;
justify-content: center;
}

.contact-info, .contact-form {
flex: 1 1 300px;
padding: 20px;
}


.contact-info h3 {
margin-bottom: 20px;
color: #794f33;
text-align: center;
font-size: 2em;
}

.contact-info p {
margin-bottom: 10px;
color: #6b4b3d;
font-size: 17px;
}

.contact-form form {
display: flex;
flex-direction: column;
}

.contact-form input,
.contact-form textarea {
padding: 12px;
margin-bottom: 15px;
border: 1px solid #d8c6b8;
border-radius: 8px;
font-size: 1em;
font-family: inherit;
}

.contact-form textarea {
resize: vertical;
min-height: 120px;
}

.contact-form button {
background-color: #8f5d40;
color: #fdeee1;
padding: 12px;
border: none;
border-radius: 8px;
font-size: 1.1em;
cursor: pointer;
transition: background-color 0.3s;
}

.contact-form button:hover {
background-color: #a36847;
}

.map-container {
margin-top: 40px;
border-radius: 12px;
overflow: hidden;
}

iframe {
width: 100%;
height: 350px;
border: 0;
}

@media (max-width: 768px) {

  .contact-info {
    border: none;
    }
    
  .contact-container {
    flex-direction: column;
  }
}

/* .contact{
  background-color: rgba(189, 148, 121,0.6);
}
.contact-content{
  padding: 50px;
  width: 80%;
  margin: 0px auto;
  height: fit-content;
}
.contact-content h1{
  color: #794f33;
  font-size: 45px;
  font-weight: 600;
}
.contact-content p {
  color: #794f33;
  font-size: 17px;
  opacity: 80%;
}
.contact-content h3 {
  color: rgb(241, 215, 192);
  font-weight: bold;
  font-size: 30px;
}
.contact-box{
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.contact-form{
  width: 60%;
  padding: 40px 60px;
  background-color: rgba(121, 79, 51,0.5);
}
.contact-info{
  width: 40%;
  padding: 40px 60px;
  background-color: rgba(253, 238, 225,0.6);
}
.input-row{
  margin: 20px;
}
input{
  width: 100%;
  border: none;
  outline: none;
  background-color: rgba(253, 238, 225,0.8);
  padding: 10px 10px 10px 50px;
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
}
::placeholder{
  color: #794f33;
  opacity: 70%;
}
.input-icon{
  display: flex;
  position: absolute;
  padding: 10px;
  margin: 10px 6px;
  font-size: 25px;
  color: #794f33;
}
textarea{
  width: 98%;
  border: none;
  outline: none;
  background-color: rgba(253, 238, 225,0.8);
  padding: 10px 10px 10px 50px;
  font-size: 16px;
  height: 200px;
  margin-top: 10px;
}
button{
  border: none;
  outline: none;
  background-color: #794f33;
  width: 100px;
  padding: 5px;
  color: rgba(253, 238, 225,1);
  margin-left: 10px;
  margin-top: 15px;
}
.contact-info h3{
  color: #794f33;
  font-size: 30px;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
} 
.contact-row{
  margin: 20px;
  padding-top: 25px;
}
.text h4{
  color: rgba(253, 238, 225);
  font-size: 18px;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
}
.text{
    padding: 12px 8px 12px 50px;
}
.contact-group{
  background-color:rgba(121, 79, 51,0.8);
  margin: 10px;
  width: 100%;
  border-radius: 5px;
}
.info-icon{
  display: flex;
  position: absolute;
  padding: 5px;
  margin: 5px;
  font-size: 25px;
  color: rgba(253, 238, 225,1);
  justify-content: center;
  align-items: center;
}

.info-icon .fa-location-dot{
  display: flex;
  position: absolute;
  padding-top: 50px;
  padding-left: 25px;
  font-size: 35px;
  color: rgba(253, 238, 225,1);
}
.socmed{
  padding-top: 100px;
}
.socmed h3{
  font-size: 20px;
}
.social-media{
  display: flex;
  list-style: none;
}
.social-media i{
  font-size: 30px;
  padding: 5px;
  color: #794f33;
  border-radius: 5px;
} */