.elementor-1837 .elementor-element.elementor-element-bdfe7c5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1837 .elementor-element.elementor-element-16eb77b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ef22d51 *//* --- Career Application Form --- */
.chc-career-form {
  background: #fff;
  border: 1px solid #e2eaf2;
  border-radius: 12px;
  padding: 52px 60px;
  max-width: 1200px;
  box-shadow: 0 4px 24px rgba(23,129,179,0.07);
}
.chc-career-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.chc-career-form .form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.chc-career-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #2d3a4a;
  letter-spacing: 0.01em;
  margin-bottom: 22px;
}
.chc-career-form label.full-width {
  grid-column: 1 / -1;
}
.chc-career-form .required {
  color: #1781b3;
  margin-left: 2px;
}
.chc-career-form input[type="text"],
.chc-career-form input[type="email"],
.chc-career-form input[type="tel"],
.chc-career-form select,
.chc-career-form textarea {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #1a2533;
  background: #f8fafc;
  border: 1.5px solid #d4e3ef;
  border-radius: 8px;
  padding: 13px 16px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.chc-career-form 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='%231781b3' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.chc-career-form input:focus,
.chc-career-form select:focus,
.chc-career-form textarea:focus {
  border-color: #1781b3;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(23,129,179,0.1);
}
.chc-career-form textarea {
  resize: vertical;
  min-height: 150px;
  line-height: 1.65;
}
/* File upload field */
.chc-career-form input[type="file"] {
  font-size: 14px;
  padding: 11px 16px;
  cursor: pointer;
  color: #5a7080;
}
.chc-career-form input[type="file"]::-webkit-file-upload-button {
  background: #e8f3fa;
  border: 1px solid #b8d8ec;
  border-radius: 6px;
  color: #1781b3;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  margin-right: 12px;
  cursor: pointer;
  transition: background 0.2s;
}
.chc-career-form input[type="file"]::-webkit-file-upload-button:hover {
  background: #d0eaf8;
}
.file-hint {
  font-size: 12px;
  font-weight: 400;
  color: #8a9aaa;
  margin-top: -4px;
}
/* Submit button */
.chc-career-form .wpcf7-submit {
  background: linear-gradient(135deg, #1781b3, #2087c4);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 8px;
  padding: 15px 40px;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  width: 100%;
  margin-top: 8px;
}
.chc-career-form .wpcf7-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(23,129,179,0.3);
}
.chc-career-form .wpcf7-submit:active {
  transform: translateY(0);
}
/* Validation */
.chc-career-form .wpcf7-not-valid-tip {
  font-size: 12.5px;
  color: #d94040;
  margin-top: 4px;
}
.chc-career-form .wpcf7-response-output {
  border-radius: 8px;
  font-size: 14px;
  padding: 13px 18px;
  margin-top: 18px;
}
/* Read More — disable hover color change */
.chc-career-form a,
.chc-career-form a:hover,
.chc-career-form a:focus,
.chc-career-form a:visited {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 900px) {
  .chc-career-form .form-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .chc-career-form { padding: 32px 22px; }
  .chc-career-form .form-row,
  .chc-career-form .form-row-2 { grid-template-columns: 1fr; }
}/* End custom CSS */