.section-area {
  padding: 82px 0px 82px;
  text-align: center;
  max-width: 100%;
  width: 750px;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.section-titles {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.section-first-title {
  font-family: Manrope;
  font-weight: 700;
  font-size: 16px;
  color: #22282B;
  text-align: center;
}

.section-title {
  font-family: Manrope;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  color: #22282B;

}

.section-description {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  color: #22282B;
  text-align: center;
}

.section-ust-baslik {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}









.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.form-group label {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  width: 100%;
  outline: none;
  transition: border 0.2s ease;
}

.input-with-icon input {
    padding-left: 75px;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      

.form-group input:focus,
.form-group textarea:focus {
  border-color: #000;
}

.phone-wrapper {
  display: flex;
  align-items: center;
}

.flag-box {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 8px 0 0 8px;
  padding: 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-input {
  flex: 1;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 14px 16px;
  font-size: 14px;
  outline: none;
}

.input-with-icon::before {
    content: "+90";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 45px;
    font-size: 14px;
}

.phone-input:focus {
  border-color: #000;
}

textarea {
  min-height: 100px;
}

.submit-btn {
  padding: 12px 48px;
  border: 1px solid #000;
  border-radius: 999px;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.input-with-icon {
  position: relative;
  display: inline-block;
}

.input-with-icon img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  margin-right: 5px;
}

.phone-input {
  padding-left: 40px; 
  height: 40px;
  font-size: 14px;
}
.iletisim-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #54514D;
    max-width: 480px;
    width: 100%;
}


.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Poppins;
font-weight: 400;
font-size: 18px;
color: #54514D;

}

.iletisim-desc-area{
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.info-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
}

.icon-phone {
  background-color: #B9F330;
}

.icon-mail {
  background-color: #F9B41C;
}

.icon-location {
  background-color: #FF4A7D;
}

.title-text {
  font-family: Manrope;
  font-weight: 700;
  font-size: 48px;
  color: #22282B;
  margin-bottom: 20px;

}
.telno-bayrak{
  display: flex;
  align-items: center;
}
.desc-text {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  color: #22282B;

}

.right-side {
  flex: 1 1 55%;
}

iframe {
  width: 100%;
  height: 250px;
  border: none;
  border-radius: 10px;
  margin-bottom: 30px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form input,
.form textarea {
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  resize: none;
}



.phone-input-wrapper {
  display: flex;
  align-items: center;
}

.flag-box {
  background: #f2f2f2;
  padding: 10px;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 6px 0 0 6px;
}

.phone-input {
  flex: 1;
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 6px 6px 0;
  padding: 14px;
  font-size: 14px;
}
.iletisim-container{
  margin-bottom: 80px;
}

.harita, .harita iframe {
    aspect-ratio: 2/1.15;
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }
  .title-text {
    font-family: Manrope;
    font-weight: 700;
    font-size: 36px;
    color: #22282B;
    margin-bottom: 20px;
}
.title-text br {
    display: none;
}
}
@media (max-width: 448px) {
 .section-title {
    font-size: 32px;
}
}