.hero-contact {
  background: url('../images/contact-bg.jpg') center/cover no-repeat;
  padding: 40px 20px;
  text-align: center;
  color: #2b1f19;
}

.hero-contact .hero-text h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero-contact .hero-text p {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #2b1f19;
}

#iletisim {
  background: #fffaf5;
  padding: 100px 20px;
}

.contact-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.contact-info, .contact-form {
  flex: 1 1 45%;
}

.contact-info h2, .contact-form h2 {
  font-size: 1.8rem;
  color: #3a2b20;
  margin-bottom: 25px;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #4d3a2b;
}

.info-item i {
  color: #c18a54;
  font-size: 1.5rem;
  margin-right: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #d9c7b8;
  border-radius: 8px;
  font-family: inherit;
  background: #fff;
  margin: 2px;
}

.contact-form textarea {
  resize: none;
}

.btn-submit {
  background: #c18a54;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #a67442;
}

#map {
  width: 100%;
  height: 400px;
}

/* MOBÄ°L */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }
  .contact-info, .contact-form {
    flex: 1 1 100%;
  }
  .hero-contact .hero-text h1 {
    font-size: 2rem;
  }
}
