/* Contact Popup - isolated styles (no original file overrides) */

/* Scope everything to the popup id to avoid bleed */
#iletisim-popup.white-popup {
  position: relative;
  background: #ffffff;
  padding: 0;
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

#iletisim-popup .popup-iletisim-container {
  position: relative;
  padding: 44px 36px;
  background: linear-gradient(135deg, #ffffff 0%, #f7f8fa 100%);
}

#iletisim-popup .popup-title {
  margin: 0 0 26px 0;
  font-size: 26px;
  font-weight: 700;
  color: #111;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--main-color, #ff9500);
}

#iletisim-popup .white-form.mt-60 { margin-top: 0; }
#iletisim-popup .white-form .row { margin: 0 -10px; }
#iletisim-popup .white-form .row > [class*="col-"] { padding: 0 10px; }

#iletisim-popup .white-form .g-recaptcha {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

#iletisim-popup .white-form input[type="text"],
#iletisim-popup .white-form input[type="email"],
#iletisim-popup .white-form input[type="tel"],
#iletisim-popup .white-form textarea {
  width: 100%;
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 15px;
  color: #333;
  transition: .25s;
  box-sizing: border-box;
  margin-bottom: 18px;
}

#iletisim-popup .white-form textarea {
  min-height: 140px;
  resize: vertical;
}

#iletisim-popup .white-form input::placeholder,
#iletisim-popup .white-form textarea::placeholder { color: #98a2ad; }

#iletisim-popup .white-form input:focus,
#iletisim-popup .white-form textarea:focus {
  outline: none;
  border-color: var(--main-color, #ff9500);
  box-shadow: 0 0 0 4px rgba(255, 149, 0, .15);
}

#iletisim-popup .white-form .button-sm.primary-button.semi-rounded.full-width {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 15px 22px;
  font-weight: 700;
  letter-spacing: .3px;
  color: #fff;
  background: linear-gradient(135deg, #ff9500 0%, #ff7700 100%);
  box-shadow: 0 8px 22px rgba(255, 149, 0, .35);
  transition: .25s transform, .25s box-shadow;
  text-transform: uppercase;
}

#iletisim-popup .white-form .button-sm.primary-button.semi-rounded.full-width:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 149, 0, .45);
}

/* Teklif Popup - aynı görünüm */
#teklif-popup.white-popup {
  position: relative;
  background: #ffffff;
  padding: 0;
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

#teklif-popup .popup-iletisim-container {
  position: relative;
  padding: 44px 36px;
  background: linear-gradient(135deg, #ffffff 0%, #f7f8fa 100%);
}

#teklif-popup .popup-title {
  margin: 0 0 26px 0;
  font-size: 26px;
  font-weight: 700;
  color: #111;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--main-color, #ff9500);
}

#teklif-popup .white-form.mt-60 { margin-top: 0; }
#teklif-popup .white-form .row { margin: 0 -10px; }
#teklif-popup .white-form .row > [class*="col-"] { padding: 0 10px; }

#teklif-popup .white-form .g-recaptcha {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

#teklif-popup .white-form input[type="text"],
#teklif-popup .white-form input[type="email"],
#teklif-popup .white-form input[type="tel"],
#teklif-popup .white-form textarea {
  width: 100%;
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 15px;
  color: #333;
  transition: .25s;
  box-sizing: border-box;
  margin-bottom: 18px;
}

#teklif-popup .white-form textarea {
  min-height: 140px;
  resize: vertical;
}

#teklif-popup .white-form input::placeholder,
#teklif-popup .white-form textarea::placeholder { color: #98a2ad; }

#teklif-popup .white-form input:focus,
#teklif-popup .white-form textarea:focus {
  outline: none;
  border-color: var(--main-color, #ff9500);
  box-shadow: 0 0 0 4px rgba(255, 149, 0, .15);
}

#teklif-popup .white-form .button-sm.primary-button.semi-rounded.full-width {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 15px 22px;
  font-weight: 700;
  letter-spacing: .3px;
  color: #fff;
  background: linear-gradient(135deg, #ff9500 0%, #ff7700 100%);
  box-shadow: 0 8px 22px rgba(255, 149, 0, .35);
  transition: .25s transform, .25s box-shadow;
  text-transform: uppercase;
}

#teklif-popup .white-form .button-sm.primary-button.semi-rounded.full-width:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 149, 0, .45);
}

/* Close button */
.mfp-close-btn-in .mfp-close {
  right: 14px;
  top: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  color: #222;
  opacity: .75;
  transition: .25s;
}
.mfp-close-btn-in .mfp-close:hover {
  opacity: 1;
  background: var(--main-color, #ff9500);
  color: #fff;
}

@media (max-width: 768px) {
  #iletisim-popup.white-popup { max-width: 90%; margin: 20px auto; border-radius: 12px; }
  #iletisim-popup .popup-iletisim-container { padding: 32px 22px; }
  #iletisim-popup .popup-title { font-size: 22px; margin-bottom: 20px; }
  #teklif-popup.white-popup { max-width: 90%; margin: 20px auto; border-radius: 12px; }
  #teklif-popup .popup-iletisim-container { padding: 32px 22px; }
  #teklif-popup .popup-title { font-size: 22px; margin-bottom: 20px; }
}


