.elementor-2407 .elementor-element.elementor-element-807ac24{--display:flex;}#elementor-popup-modal-2407{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2407 .dialog-message{width:800px;height:auto;}#elementor-popup-modal-2407 .dialog-close-button{display:flex;}#elementor-popup-modal-2407 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS *//* === Nurnil • Popup İletişim Formu (WPForms 2040) === */
#wpforms-2040{
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 24px 6px;
  box-sizing: border-box;
}

/* Alanlar */
#wpforms-2040 .wpforms-field{
  margin-bottom: 18px;
}

/* Label */
#wpforms-2040 .wpforms-field-label{
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

/* Input / textarea – yapıyı bozmadan sadece stil */
#wpforms-2040 input[type="text"],
#wpforms-2040 input[type="email"],
#wpforms-2040 input[type="tel"],
#wpforms-2040 textarea{
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

/* intl-tel-input yapısını bozma – sadece iç input’a dokun */
#wpforms-2040 .iti input[type="tel"]{
  border-radius: 10px;
}

/* Focus durumları */
#wpforms-2040 input[type="text"]:focus,
#wpforms-2040 input[type="email"]:focus,
#wpforms-2040 input[type="tel"]:focus,
#wpforms-2040 textarea:focus{
  outline: none;
  border-color: #0f7bdc;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(15,123,220,.12);
}

/* Mesaj alanı */
#wpforms-2040 textarea{
  min-height: 130px;
  resize: vertical;
}

/* Hata mesajları */
#wpforms-2040 .wpforms-error{
  font-size: 12px;
  color: #b91c1c;
}

/* Gönder butonu */
#wpforms-submit-2040{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg,#0f7bdc,#059669);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

#wpforms-submit-2040:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(15,123,220,.23);
  opacity: .95;
}

#wpforms-submit-2040:active{
  transform: translateY(0);
  box-shadow: 0 4px 14px rgba(15,123,220,.2);
}

/* Mobil ufak dokunuş */
@media (max-width: 767px){
  #wpforms-2040{
    padding: 16px 14px 4px;
  }
}/* End custom CSS */