.elementor-8551 .elementor-element.elementor-element-7c2725e{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8551 .elementor-element.elementor-element-3aa8998 > .elementor-widget-container{margin:20px 0px 20px 0px;padding:0px 0px 0px 0px;}.elementor-8551 .elementor-element.elementor-element-3aa8998{text-align:center;}.elementor-8551 .elementor-element.elementor-element-3aa8998 .elementor-heading-title{color:#B1B2B3;}.elementor-8551 .elementor-element.elementor-element-311ca41{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8551 .elementor-element.elementor-element-e4a5e93{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8551 .elementor-element.elementor-element-8c164f1 > .elementor-widget-container{margin:-110px 0px 0px 0px;}@media(max-width:1024px){.elementor-8551 .elementor-element.elementor-element-7c2725e{--grid-auto-flow:row;}.elementor-8551 .elementor-element.elementor-element-e4a5e93{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-8551 .elementor-element.elementor-element-7c2725e{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-8551 .elementor-element.elementor-element-3aa8998 > .elementor-widget-container{margin:20px 0px 20px 0px;}.elementor-8551 .elementor-element.elementor-element-e4a5e93{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8551 .elementor-element.elementor-element-8c164f1 > .elementor-widget-container{margin:-100px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-8c164f1 *//* Mobilde düzeltme */
@media(max-width: 767px) {
    .wpcf7-select {
  height: 56px !important; /* Sabit yükseklik */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* iOS tıklama efektini kaldır */
  /*   pointer-events: none; BU SATIR EKLENECEK */
  z-index: 3; /* BU SATIR EKLENECEK */

}

.form-group.col-lg-6.col-md-6.col-sm-12.form-group-custom {
    overflow: visible !important; /* iOS overflow hatası */
    height: 60px; /* Dokunma alanı garantisi */
  }
  
  #gitmekistenen {
        padding-bottom: 100px;
        height: 100px !important;
  }

}

/* Eğer hala üstteki boşluk sorunu varsa */
.contact-section.centred {
    padding: 120px 0 50px !important;
}


/* TÜM LABEL STİLLERİ */
.contact-section .form-group label {
  color: #2d3436 !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  display: block !important;
  font-size: 15px !important;
  font-family: 'Roboto', sans-serif !important;
}

/* INPUT ALANLARI */
.contact-section .form-group input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.contact-section .form-group textarea,
.contact-section .form-group input[type="date"],
.contact-section .form-group input[type="tel"],
.contact-section .form-group input[type="email"] {
  width: 100% !important;
  padding: 12px 15px !important;
  border: 1px solid #dfe6e9 !important;
  border-radius: 8px !important;
  background: #f8f9fa !important;
  transition: all 0.3s ease !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

.wpcf7-select {
  width: 100% !important;
  border: 1px solid #dfe6e9 !important;
  border-radius: 8px !important;
  background: #f8f9fa !important;
  transition: all 0.3s ease !important;
  min-height: 48px !important;
  font-size: 14px !important;
  box-shadow: none !important;
  
}



/* ODAKLANMA EFEKTİ */
.contact-section .form-group input:focus,
.contact-section .form-group textarea:focus {
  border-color: #636e72 !important;
  background: #fff !important;
  box-shadow: 0 2px 6px rgba(99, 110, 114, 0.15) !important;
}

/* CHECKBOX ve RADIO DÜZENİ */
.contact-section .form-group .wpcf7-list-item {
  margin: 10px 0 !important;
  display: flex !important;
  align-items: center;
}

.contact-section .form-group .wpcf7-list-item-label {
  margin-left: 8px !important;
  font-weight: 500 !important;
}

/* BUTON STİLİ */
.contact-section .message-btn .btn-1 {
  background: #0984e3 !important;
  color: #fff !important;
  padding: 16px 45px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  border: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  width: auto !important;
}

.contact-section .message-btn .btn-1:hover {
  background: #0873c4 !important;
  transform: translateY(-2px);
}

/* GRID DÜZENİ İÇİN */
@media(min-width: 768px) {
  .form-inner .row.clearfix {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
    width: 100% !important;
    margin: 0 !important;
  }
  
  .form-inner .row.clearfix > .form-group {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* MOBİL UYUM */
@media(max-width: 767px) {
  .form-inner .row.clearfix {
    display: block !important;
  }
  
  .form-group {
    margin-bottom: 20px !important;
  }
}

/* ÖZEL BAŞLIKLAR İÇİN */
.form-section-title {
  color: #2d3436 !important;
  font-size: 18px !important;
  border-bottom: 2px solid #0984e3;
  padding-bottom: 10px !important;
  margin: 30px 0 20px !important;
  grid-column: span 2;
}/* End custom CSS */