/* =============================================================
   BANYO TADİLAT FORMU CSS
   Sayfa: /banyo-tadilati (tek sayfada kullanılır)
   Taşıma tarihi: 2026-05-14
   Kaynak: Additional CSS (Customize → Ek CSS)
   ============================================================= */


#banyo-form {
  width: 580px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 24px;
  padding: 36px 40px 40px;
  box-sizing: border-box;
  font-family: 'Lexend', sans-serif;
}

.bf-title-block {
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1.5px solid #F0F3F8;
  margin-bottom: 20px;
}
.bf-title {
  color: #061C3D;
  font-family: 'Lexend', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 5px;
  line-height: 49px !important;
}
.bf-subtitle {
  color: #8FA3BF;
  font-family: 'Lexend', sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}

.bf-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 500px) {
  .bf-row { grid-template-columns: 1fr; }
  #banyo-form { padding: 24px 20px 28px; }
}
.bf-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bf-label {
  display: block;
  font-family: 'Lexend', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #061C3D;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bf-iw {
  position: relative;
  border: 1.5px solid #E4EAF2;
  border-radius: 10px;
  background-color: #F7F9FC;
  transition: border-color 0.18s, background-color 0.18s, box-shadow 0.18s;
}
.bf-iw:focus-within {
  border-color: #061C3D;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(6,28,61,0.07);
}

.bf-iw .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal !important;
  vertical-align: top !important;
  top: auto !important;
  left: auto !important;
  float: none !important;
}
.bf-iw .wpcf7-form-control-wrap input,
.bf-iw .wpcf7-form-control-wrap select,
.bf-iw .wpcf7-form-control-wrap textarea {
  margin: 0 !important;
  vertical-align: top !important;
}

.bf-iw .wpcf7-not-valid-tip {
  display: none !important;
}
.bf-field .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none !important;
}
.bf-field > .wpcf7-not-valid-tip,
.bf-iw + .wpcf7-not-valid-tip {
  display: block !important;
  margin-top: 4px !important;
  font-family: 'Lexend', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #F43F5E !important;
  padding-left: 2px !important;
}

.bf-iw:has(.wpcf7-not-valid) {
  border-color: #F43F5E !important;
  background-color: #fff !important;
}

.bf-iw input,
.bf-iw select,
.bf-iw textarea,
.bf-iw .wpcf7-form-control {
  display: block !important;
  width: 100% !important;
  padding: 11px 14px 11px 40px !important;
  border: none !important;
  background: transparent !important;
  font-family: 'Lexend', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #061C3D !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
}

.bf-iw input::placeholder,
.bf-iw textarea::placeholder {
  color: #B0BFCF !important;
  font-family: 'Lexend', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.bf-iw textarea {
  min-height: 80px !important;
  height: 120px !important;
  max-height: 160px !important;
  resize: vertical !important;
  line-height: 1.6 !important;
  padding-top: 12px !important;
}

.bf-iw--person {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238FA3BF' stroke-width='1.5'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 16px 16px;
}

.bf-iw--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238FA3BF' stroke-width='1.5'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 3.6 1.27h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 8.91a16 16 0 0 0 6 6l.91-.91a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 16px 16px;
}

.bf-iw--mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238FA3BF' stroke-width='1.5'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 16px 16px;
}

.bf-iw--date {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238FA3BF' stroke-width='1.5'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 16px 16px;
}
.bf-iw--date input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 40px;
  cursor: pointer;
}
.bf-iw--date input[type="date"]::-webkit-datetime-edit-year-field,
.bf-iw--date input[type="date"]::-webkit-datetime-edit-month-field,
.bf-iw--date input[type="date"]::-webkit-datetime-edit-day-field,
.bf-iw--date input[type="date"]::-webkit-datetime-edit-text {
  color: #B0BFCF !important;
}
.bf-iw--date input[type="date"].bf-has-value::-webkit-datetime-edit-year-field,
.bf-iw--date input[type="date"].bf-has-value::-webkit-datetime-edit-month-field,
.bf-iw--date input[type="date"].bf-has-value::-webkit-datetime-edit-day-field,
.bf-iw--date input[type="date"].bf-has-value::-webkit-datetime-edit-text {
  color: #061C3D !important;
}

.bf-iw--edit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238FA3BF' stroke-width='1.5'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.121 2.121 0 013 3L7 19l-4 1 1-4L16.5 3.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px 13px;
  background-size: 16px 16px;
}

.bf-iw--select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238FA3BF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 12px;
}

.bf-iw--select:focus-within {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238FA3BF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 12px 12px !important;
}
.bf-iw--select input,
.bf-iw--select select,
.bf-iw--select .wpcf7-form-control {
  padding-left: 14px !important;
  padding-right: 36px !important;
  cursor: pointer !important;
}
.bf-iw--select select.bf-placeholder,
.bf-iw--select .wpcf7-select.bf-placeholder {
  color: #B0BFCF !important;
}
.bf-iw--select select:not(.bf-placeholder) {
  color: #061C3D !important;
}

.bf-iw--select .select_container {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  position: static !important;
  box-shadow: none !important;
}
.bf-iw--select .select_container::before,
.bf-iw--select .select_container::after {
  display: none !important;
  content: none !important;
}

#banyo-form .bf-submit-wrap {
    display: flex !important;
    justify-content: center !important; 
    width: 100% !important;
    margin-top: 20px !important;
}

#banyo-form .bf-submit {
    display: block !important;
    width: 100% !important;
    max-width: 320px !important;
    padding: 16px 20px !important;
    background-color: #061C3D !important;
    color: #ffffff !important;
    text-align: center !important; 
    font-family: 'Lexend', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    border: none !important;
    cursor: pointer !important;
    background-image: none !important; 
    transition: all 0.2s ease !important;
}

#banyo-form .bf-submit:hover {
    background-color: #0D2B5E !important;
    box-shadow: 0 8px 20px rgba(6, 28, 61, 0.2) !important;
    transform: translateY(-1px);
}

#banyo-form .bf-iw--date input[type="date"] {
    direction: ltr !important; 
    text-align: left !important;
    padding-left: 40px !important; 
}

#banyo-form .bf-iw--date input[type="date"]::-webkit-datetime-edit-text,
#banyo-form .bf-iw--date input[type="date"]::-webkit-datetime-edit-month-field,
#banyo-form .bf-iw--date input[type="date"]::-webkit-datetime-edit-day-field,
#banyo-form .bf-iw--date input[type="date"]::-webkit-datetime-edit-year-field {
    color: #B0BFCF !important;
}

#banyo-form .bf-iw--date input.date-selected::-webkit-datetime-edit-text,
#banyo-form .bf-iw--date input.date-selected::-webkit-datetime-edit-month-field,
#banyo-form .bf-iw--date input.date-selected::-webkit-datetime-edit-day-field,
#banyo-form .bf-iw--date input.date-selected::-webkit-datetime-edit-year-field {
    color: #061C3D !important;
}

.bf-submit-wrap .wpcf7-spinner { display: none !important; }
#banyo-form .wpcf7-response-output {
  border-radius: 10px;
  font-family: 'Lexend', sans-serif;
  font-size: 13px;
  padding: 10px 16px;
  margin-top: 10px;
  box-sizing: border-box;
}
