.elementor-14247 .elementor-element.elementor-element-e0a3bf6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-14247 .elementor-element.elementor-element-ec43642{--animation-duration:1200ms;margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-14247 .elementor-element.elementor-element-ec43642 .elementor-headline{text-align:center;}.elementor-14247 .elementor-element.elementor-element-51c3495{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;text-align:center;font-size:12px;}.elementor-14247 .elementor-element.elementor-element-57a11ed{--display:flex;}.elementor-14247 .elementor-element.elementor-element-d6f597d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14247 .elementor-element.elementor-element-41eb103{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-14247 .elementor-element.elementor-element-1003a35{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14247 .elementor-element.elementor-element-024ffb5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14247 .elementor-element.elementor-element-50a1733{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14247 .elementor-element.elementor-element-0a347e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14247 .elementor-element.elementor-element-d37969c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-14247 .elementor-element.elementor-element-7fc7550{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14247 .elementor-element.elementor-element-0efb973{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14247 .elementor-element.elementor-element-2b43148{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-14247 .elementor-element.elementor-element-1003a35{--width:30%;}.elementor-14247 .elementor-element.elementor-element-024ffb5{--width:20%;}.elementor-14247 .elementor-element.elementor-element-50a1733{--width:20%;}.elementor-14247 .elementor-element.elementor-element-0a347e8{--width:30%;}.elementor-14247 .elementor-element.elementor-element-7fc7550{--width:20%;}.elementor-14247 .elementor-element.elementor-element-0efb973{--width:70%;}.elementor-14247 .elementor-element.elementor-element-2b43148{--width:10%;}}@media(max-width:767px){.elementor-14247 .elementor-element.elementor-element-e0a3bf6{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-14247 .elementor-element.elementor-element-50a1733{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-14247 .elementor-element.elementor-element-0efb973{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-b07d955 *//* Contact Form 7 - Kolay İletişim Formu görünümü */
.kv-contact{
  max-width: 920px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
}

.kv-contact .kv-row{
  display: flex;
  gap: 18px;
  margin-bottom: 16px;
}

.kv-contact .kv-col{ flex: 1; }
.kv-contact .kv-full{ flex: 1; }

.kv-contact input[type="text"],
.kv-contact input[type="email"],
.kv-contact input[type="tel"],
.kv-contact select,
.kv-contact textarea{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  padding: 14px 44px 14px 16px; /* sağda ikon alanı */
  font-size: 15px;
  outline: none;
  background: #fff;
}

.kv-contact textarea{
  min-height: 140px;
  resize: vertical;
  padding: 14px 16px;
}

.kv-contact select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #666 50%),
                    linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 20px) 55%, calc(100% - 14px) 55%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

.kv-contact input:focus,
.kv-contact select:focus,
.kv-contact textarea:focus{
  border-color: #f2b400; /* sarı vurgu */
  box-shadow: 0 0 0 3px rgba(242,180,0,.15);
}

.kv-contact .kv-submit{
  width: 100%;
  border: 0;
  border-radius: 6px;
  background: #f2b400;
  color: #111;
  padding: 16px 18px;
  font-weight: 700;
  letter-spacing: .3px;
  cursor: pointer;
  transition: .15s ease;
}

.kv-contact .kv-submit:hover{ filter: brightness(.97); }
.kv-contact .kv-submit:active{ transform: translateY(1px); }

/* İkonlar (dashicons ile) */
.kv-contact .kv-icon{ position: relative; }
.kv-contact .kv-icon:after{
  font-family: dashicons;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #777;
  pointer-events: none;
}
.kv-contact .kv-user:after{ content: "\f110"; }  /* admin-users */
.kv-contact .kv-mail:after{ content: "\f465"; }  /* email */
.kv-contact .kv-phone:after{ content: "\f525"; } /* phone */
.kv-contact .kv-topic:after{ content: "\f140"; } /* arrow-down */

/* Mobil */
@media (max-width: 768px){
  .kv-contact .kv-row{ flex-direction: column; }
}
/* Input hover & focus daha yumuşak */
.kv-contact input,
.kv-contact select,
.kv-contact textarea{
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: all .2s ease;
}

.kv-contact input:hover,
.kv-contact select:hover,
.kv-contact textarea:hover{
  border-color: #d6d6d6;
}

.kv-contact input:focus,
.kv-contact select:focus,
.kv-contact textarea:focus{
  border-color: #f2b400;
  box-shadow: 0 0 0 2px rgba(242,180,0,.15);
  background: #fff;
}

/* Input yüksekliği eşitle */
.kv-contact input,
.kv-contact select{
  height: 52px;
}

/* Textarea daha modern görünüm */
.kv-contact textarea{
  border-radius: 8px;
  min-height: 180px;
}

/* Select ok ikon hizalama düzeltme */
.kv-contact .kv-topic:after{
  top: 52%;
}

/* Buton biraz daha premium */
.kv-contact .kv-submit{
  font-size: 16px;
  border-radius: 8px;
  height: 56px;
}

/* CF7 buton etrafındaki default boşlukları sıfırla */
.kv-contact p { margin: 0 !important; }
.kv-contact .wpcf7-form-control-wrap { display: block; }

/* Buton: tam ortalı, düzgün yükseklik, taşma yok */
.kv-contact input[type="submit"].kv-submit,
.kv-contact .kv-submit{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  height: 58px !important;

  padding: 0 18px !important;
  line-height: 58px !important;

  border: 0 !important;
  border-radius: 10px !important;

  background: #f2b400 !important;
  color: #111 !important;
  font-weight: 800 !important;
  letter-spacing: .3px !important;

  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

/* Hover/active daha temiz */
.kv-contact input[type="submit"].kv-submit:hover{
  filter: brightness(.97);
}
.kv-contact input[type="submit"].kv-submit:active{
  transform: translateY(1px);
}

/* Eğer temanın buton stili pseudo element ekliyorsa iptal */
.kv-contact .kv-submit:before,
.kv-contact .kv-submit:after{
  content: none !important;
}
/* Dashicons yerine emoji/unicode ikonlar */
.kv-contact .kv-icon:after{
  font-family: inherit !important;   /* dashicons kapat */
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1;
  color: #777;
}

/* Alan ikonları */
.kv-contact .kv-user:after{ content:"👤"; }
.kv-contact .kv-mail:after{ content:"✉️"; }
.kv-contact .kv-phone:after{ content:"📞"; }
/* Select okunu unicode ile verelim */
.kv-contact .kv-topic:after{
  content:"▾";
  font-size: 18px;
}

/* CF7: Form üstünde çıkan hata özetini (screen-reader-response) gizle */
.kv-contact .screen-reader-response{
  display: none !important;
}

/* Bazı temalarda wrapper dışında basılıyor */
.wpcf7 .screen-reader-response{
  display: none !important;
}

.screen-reader-response{ display:none !important; height:0 !important; overflow:hidden !important; }

/* CF7 başarı mesajını ortala */
.kv-contact .wpcf7-response-output{
  text-align: center !important;
  margin: 16px auto 0 !important;
  max-width: 920px;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

/* Eğer tema soldan padding veriyorsa */
.kv-contact .wpcf7-response-output:before{
  content: none !important;
}

/* Turnstile widget ortala (CF7) */
.kv-contact .wpcf7-turnstile,
.kv-contact .cf-turnstile{
  display: flex !important;
  justify-content: center !important;
  margin: 12px 0 10px !important;
}

/* Bazı kurulumlarda iframe/div direkt geliyor, onu da ortala */
.kv-contact .wpcf7-turnstile > div,
.kv-contact .cf-turnstile > div{
  margin-left: auto !important;
  margin-right: auto !important;
}/* End custom CSS */