/* Start custom CSS for html, class: .elementor-element-8737622 */#bkDetailsForm input,
#bkDetailsForm select,
#bkDetailsForm textarea,
#bkPanel4 input,
#bkPanel4 select {
  all: unset !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 12px 16px !important;
  border-radius: 12px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.9rem !important;
  color: #1a1a2e !important;
  background: #f8fffe !important;
  border: 1.5px solid rgba(58,191,169,.2) !important;
  outline: none !important;
  line-height: 1.4 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
}

#bkDetailsForm input:focus,
#bkDetailsForm select:focus,
#bkDetailsForm textarea:focus,
#bkPanel4 input:focus {
  border-color: #3ABFA9 !important;
  box-shadow: 0 0 0 3px rgba(58,191,169,.1) !important;
}

#bkDetailsForm input::placeholder,
#bkDetailsForm textarea::placeholder,
#bkPanel4 input::placeholder {
  color: #9CA3AF !important;
  opacity: 1 !important;
}

/* Checkbox — Elementor often resets these */
#bkDetailsForm input[type="checkbox"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 5px !important;
  border: 1.5px solid rgba(58,191,169,.4) !important;
  background: #fff !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: all .2s ease !important;
}

#bkDetailsForm input[type="checkbox"]:checked {
  background: #3ABFA9 !important;
  border-color: #3ABFA9 !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='1,5 4,8 11,1' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-size: 70% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Date input — Elementor often strips the calendar icon */
#bkDetailsForm input[type="date"] {
  padding-right: 12px !important;
}

/* Select — restore the custom arrow Elementor kills */
#bkDetailsForm select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 40px !important;
  cursor: pointer !important;
}

/* Textarea height */
#bkDetailsForm textarea {
  min-height: 90px !important;
  resize: none !important;
}

/* Error state */
#bkDetailsForm .bkfrm__input--error {
  border-color: #e85454 !important;
  box-shadow: 0 0 0 3px rgba(232,84,84,.1) !important;
}

/* Cardholder name on step 4 */
.bkpay__name-input {
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 1.5px solid rgba(58,191,169,.2) !important;
  background: #fff !important;
  color: #1a1a2e !important;
  font-family: 'DM Sans', sans-serif !important;
}

.bkpay__name-input:focus {
  border-color: #3ABFA9 !important;
  box-shadow: 0 0 0 3px rgba(58,191,169,.1) !important;/* End custom CSS */