.elementor-1032 .elementor-element.elementor-element-30ca95e{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1032 .elementor-element.elementor-element-eb84340 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;color:#101828;}.elementor-1032 .elementor-element.elementor-element-db71a5c .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:400;color:#4A5565;}.elementor-1032 .elementor-element.elementor-element-0fa7797{width:var( --container-widget-width, 0% );max-width:0%;--container-widget-width:0%;--container-widget-flex-grow:0;}#elementor-popup-modal-1032{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1032 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1032 .dialog-close-button{display:flex;}#elementor-popup-modal-1032 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-30ca95e */.cf7-card {
  background: #fff;
  padding: 32px 32px 0 32px;
  border-radius: 16px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
    color: #111;
    font-family: "Poppins";
}

.cf7-row {
  display: grid;
  gap: 20px !important;
  margin-bottom: 0px !important;
  font-family: "Poppins";
}

.cf7-card p {
    margin: 0 0 15px 0 !important;
}

@media (min-width: 768px) {
  .cf7-row {
    grid-template-columns: 1fr 1fr;
  }
}

.cf7-card label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 0px !important;
  color: #364153;
}

.cf7-card input,
.cf7-card select,
.cf7-card textarea {
  width: 100%;
  height: 44px;
  padding: 10px 12px !important;
  border-radius: 6px;
  border: none;
  background: #F3F3F5;
  font-family: "Poppins";
}

.cf7-card textarea {
  min-height: 44px !important;
}

.cf7-card input:focus,
.cf7-card select:focus,
.cf7-card textarea:focus {
  border: 2px solid #007BFF; 
  outline: none;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

.career-hint {
  display: none;
  margin-top: 10px;
  font-size: 13px;
  background: #fff7ed;
  color: #b45309;
  border: 1px solid #fde68a;
  padding: 10px;
  border-radius: 6px;
  font-family: "Poppins";
}

.small-note {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  font-family: "Poppins";
}

.cf7-submit-wrap input[type="submit"] {
  width: 100%;
  height: 48px;
  background: #00115e !important;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
}

/* MODAL */
.job-modal {
  position: fixed;
  inset: 0;
  display: none;
  background: rgba(255,255,255,0.35);
  backdrop-filter: blur(8px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.job-modal-content {
  background: #fff;
  padding: 32px;
  max-width: 420px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.job-modal-content button {
  width: 100%;
  height: 44px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}/* End custom CSS */