.elementor-21252 .elementor-element.elementor-element-484d1cd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 25px 25px 25px;}@media(max-width:900px){.elementor-21252 .elementor-element.elementor-element-484d1cd{padding:0px 0px 0px 0px;}}@media(max-width:600px){.elementor-21252 .elementor-element.elementor-element-484d1cd{margin:-89px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-484d1cd *//* WebFX Hiring Form - Full Dark Theme Fix */

.hiring-form-section {
  background: #000000;
  padding: 90px 20px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.hiring-form-container {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(145deg, #08090b, #101018);
  border: 1px solid #242437;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.hiring-label {
  color: #7f77dd;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 12px;
  text-align: center;
}

.hiring-form-container h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 16px;
}

.hiring-intro {
  color: #a7a7b8;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 38px;
}

.hiring-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.hiring-form .form-group {
  margin-bottom: 22px;
}

.hiring-form label {
  display: block;
  color: #a7a7b8;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -25px;
}

/* Important CF7 field dark theme */
.hiring-form input,
.hiring-form select,
.hiring-form textarea,
.hiring-form .wpcf7-form-control,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100% !important;
  background-color: #15151f !important;
  background: #15151f !important;
  border: 1px solid #2c2c3f !important;
  border-radius: 12px !important;
  padding: 15px 16px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-family: inherit !important;
  box-sizing: border-box !important;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease;
}

/* Placeholder color */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder,
.hiring-form input::placeholder,
.hiring-form textarea::placeholder {
  color: #6f6f82 !important;
  opacity: 1 !important;
}

/* Select dropdown */
.wpcf7 select,
.hiring-form select {
  color: #ffffff !important;
  background-color: #15151f !important;
  cursor: pointer;
}

/* Dropdown options */
.wpcf7 select option,
.hiring-form select option {
  background: #15151f !important;
  color: #ffffff !important;
}

/* Focus effect */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.hiring-form input:focus,
.hiring-form select:focus,
.hiring-form textarea:focus {
  border-color: #7f77dd !important;
  background-color: #181826 !important;
  box-shadow: 0 0 0 3px rgba(127, 119, 221, 0.18) !important;
}

/* File upload field */
.wpcf7 input[type="file"],
.hiring-form input[type="file"] {
  background: #101018 !important;
  border: 1px dashed #35354a !important;
  color: #a7a7b8 !important;
  padding: 14px !important;
}

/* File upload button */
.wpcf7 input[type="file"]::file-.elementor-21252 .elementor-element.elementor-element-484d1cd-button {
  background: #7f77dd !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 9px 14px !important;
  margin-right: 12px !important;
  cursor: pointer !important;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  width: 100% !important;
  background: linear-gradient(135deg, #7f77dd, #9b8cff) !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 16px 28px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.25s ease;
  margin-top: 8px;
}

.wpcf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(127, 119, 221, 0.35) !important;
}

/* Validation messages */
.wpcf7-not-valid-tip {
  color: #ff7b7b !important;
  font-size: 13px;
  margin-top: 7px;
}

.wpcf7-response-output {
  color: #ffffff !important;
  border: 1px solid #7f77dd !important;
  background: #15151f !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  margin: 24px 0 0 !important;
}

/* Remove default white autofill color in Chrome */
.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 textarea:-webkit-autofill,
.wpcf7 select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #15151f inset !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Mobile responsive */
@media (max-width: 700px) {
  .hiring-form-section {
    padding: 60px 16px;
  }

  .hiring-form-container {
    padding: 32px 22px;
    border-radius: 18px;
  }

  .hiring-form-container h2 {
    font-size: 30px;
  }

  .hiring-intro {
    font-size: 14px;
  }

  .hiring-form .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.hiring-form-section {
  background: transparent !important;
  padding: 90px 20px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.hiring-form-container {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(145deg, #08090b, #101018);
  border: 1px solid #242437;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}/* End custom CSS */