/* ============================================
   JOB APPLICATION FORM — DARK THEME
   ============================================ */
 
.job-form .elementor-form-fields-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 
/* --- Inputs --- */
.job-form .elementor-field-textual {
  width: 100% !important;
  background: transparent !important;
  border: 1.5px solid rgba(255,255,255,0.22) !important;
  border-radius: 50px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  padding: 15px 22px !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
  font-family: inherit !important;
  -webkit-appearance: none;
  appearance: none;
}
 
.job-form .elementor-field-textual::placeholder {
  color: rgba(255,255,255,0.38) !important;
}
 
.job-form .elementor-field-textual:focus {
  border-color: rgba(255,255,255,0.55) !important;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.06) !important;
}
 
/* --- Hide screen-only labels --- */
.job-form .elementor-screen-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
}
 
/* --- Checkbox --- */
.job-form .elementor-acceptance-field {
  position: absolute !important;
  opacity: 0 !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  pointer-events: none !important;
}
 
.job-form .elementor-field-type-acceptance .elementor-field-subgroup {
  display: flex;
  align-items: flex-start;
  position: relative;
}
 
.job-form .elementor-field-type-acceptance label[for="form-field-acceptance"] {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  color: rgba(255,255,255,0.80) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  cursor: pointer !important;
  user-select: none !important;
}
 
.job-form .elementor-field-type-acceptance label[for="form-field-acceptance"]::before {
  content: '' !important;
  display: inline-flex !important;
  flex-shrink: 0 !important;
  width: 24px !important;
  height: 24px !important;
  background: transparent !important;
  border: 2px solid rgba(255,255,255,0.30) !important;
  border-radius: 7px !important;
  transition: background 0.2s ease, border-color 0.2s ease !important;
  margin-top: 1px !important;
}
 
.job-form .elementor-field-type-acceptance label[for="form-field-acceptance"].is-checked::before {
  background: #f47c20 !important;
  border-color: #f47c20 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M1 5.5L5 9.5L13 1.5' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 12px 10px !important;
}
 
/* --- Upload wrapper --- */
.job-form .elementor-field-type-upload {
  position: relative;
}
 
.job-form .elementor-upload-field {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  cursor: pointer !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 100% !important;
}
 
/* --- Drop zone: icon LEFT, text RIGHT --- */
.job-form .upload-dropzone {
  position: relative;
  border: 1.5px dashed rgba(255,255,255,0.22);
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  background: rgba(255,255,255,0.02);
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
}
 
.job-form .upload-dropzone.drag-over {
  border-color: rgba(255,255,255,0.50);
  background: rgba(255,255,255,0.06);
}
 
/* Icon column */
.job-form .upload-dropzone .upload-icon {
  flex-shrink: 0;
  width: 36px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.job-form .upload-dropzone .upload-icon svg {
  width: 36px;
  height: 44px;
}
 
/* Text + button column */
.job-form .upload-dropzone .upload-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  font-family:'proxima-nova';
}
 
.job-form .upload-dropzone .upload-title {
  color: rgba(255,255,255,0.88);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
 
.job-form .upload-dropzone .upload-hint {
  color: rgba(255,255,255,0.38);
  font-size: 11.5px;
  margin-bottom: 10px;
}
 
/* Beige "Select Files" button */
.job-form .upload-dropzone .select-files-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #e4d8b2;
  border: none;
  border-radius: 50px;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 18px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition: background 0.2s ease, transform 0.15s ease;
  letter-spacing: 0.01em;
}
 
.job-form .upload-dropzone .select-files-btn:hover {
  background: #d9cc9e;
  transform: translateY(-1px);
}
 
.job-form .upload-dropzone .select-files-btn svg {
  width: 13px;
  height: 13px;
}
 
/* --- Error message --- */
.job-form .upload-error {
  display: none;
  margin-top: 8px;
  color: #ff6b6b;
  font-size: 12px;
  padding-left: 4px;
}
 
.job-form .upload-error.visible {
  display: block;
}
 
/* --- Progress bar --- */
.job-form .upload-progress-wrapper {
  display: none;
  margin-top: 10px;
  background: rgba(255,255,255,0.04);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 13px 44px 13px 16px;
  position: relative;
}
 
.job-form .upload-progress-wrapper.visible {
  display: block;
  width: 100%;
}
 
.job-form .upload-progress-label {
  color: rgba(255,255,255,0.50);
  font-size: 12px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
 
.job-form .upload-progress-bar-track {
  background: rgba(255,255,255,0.10);
  border-radius: 50px;
  height: 5px;
  overflow: hidden;
}
 
.job-form .upload-progress-bar-fill {
  height: 100%;
  width: 0%;
  background: #e4d8b2;
  border-radius: 50px;
  transition: width 0.25s ease;
}
 
.job-form .upload-progress-close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255,255,255,0.40);
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 4px;
  transition: color 0.2s ease;
}
 
.job-form .upload-progress-close:hover {
  color: rgba(255,255,255,0.80);
}
 
/* --- Submit Button --- */
.job-form .elementor-field-type-submit .elementor-button {
  width: 100% !important;
  background: #e4d8b2 !important;
  color: #1a1a1a !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 17px 24px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease !important;
  box-shadow: none !important;
}
 
.job-form .elementor-field-type-submit .elementor-button:hover {
  background: #d9cc9e !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 22px rgba(228,216,178,0.22) !important;
}
 
.job-form .elementor-field-type-submit .elementor-button:active {
  transform: translateY(0) !important;
}