.career-form-wrapper{max-width:1000px;margin:0 auto;padding:0 2rem 5vw}.career-form{flex-direction:column;gap:2rem;display:flex}.career-title-style{flex-direction:column;gap:1.5rem;display:flex}.career-title-style .title-wrapper{align-items:center;gap:1.5rem;display:flex}.career-title-style .title-line{background:linear-gradient(90deg,#0000,#fbbf24,#0000);flex:1;height:2px}.career-title-style h2{text-align:center;color:#0a3d62;width:100%;max-width:600px;margin:0;font-size:clamp(2rem,6vw,2.7rem);font-weight:800;line-height:1.3}.career-title-style .subtitle{color:#6b7280;text-align:center;margin:0;font-size:1.125rem}@media (max-width:768px){.career-title-style .title-wrapper{flex-direction:column;gap:1rem}.career-title-style .title-line{display:none}}.form-section{flex-direction:column;gap:1.5rem;display:flex}.career-title{color:#fbbf24;font-size:clamp(1.75rem,4.5vw,2rem);font-weight:600}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group.full-width{grid-column:1/-1}.form-label{color:#1e3a8a;align-items:center;gap:.25rem;font-size:1rem;font-weight:500;display:flex}.required{color:#ef4444;font-size:1.1rem}.form-input,.form-select{color:#1f2937;background:#fff;border:2px solid #e5e7eb;border-radius:50px;outline:none;padding:1rem 1.5rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-textarea{color:#1f2937;resize:vertical;background:#fff;border:2px solid #e5e7eb;border-radius:24px;outline:none;min-height:120px;padding:1rem 1.5rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fbbf24'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:3rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf241a}.form-input::placeholder{color:#9ca3af}.phone-input-wrapper{align-items:center;gap:.5rem;display:flex}.country-code-select{color:#1f2937;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:50px;outline:none;min-width:100px;padding:1rem;font-size:1rem;transition:all .3s}.country-code-select:focus{border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf241a}.phone-input{border:2px solid #e5e7eb;border-radius:50px;flex:1;padding:.5rem 1rem}.PhoneInputCountrySelectArrow,.PhoneInputInternationalIconPhone{display:none!important}.PhoneInputCountry{padding:0 10px}.file-upload-wrapper{position:relative}.file-input{opacity:0;width:0;height:0;position:absolute}.file-label{color:#6b7280;cursor:pointer;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:50px;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:1rem;transition:all .3s;display:flex}.file-label:hover{background:#fffbeb;border-color:#fbbf24}.file-input:focus+.file-label{border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf241a}.file-icon{font-size:1.5rem}.file-hint{color:#6b7280;margin:.5rem 0 0 1rem;font-size:.875rem}.form-submit{justify-content:center;margin-top:1rem;display:flex}.submit-button{color:#1e1b4b;cursor:pointer;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:none;border-radius:50px;padding:1.25rem 4rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #fbbf244d}.submit-button:hover{background:linear-gradient(135deg,#f59e0b,#fbbf24);transform:translateY(-2px);box-shadow:0 6px 25px #fbbf2480}.submit-button:active{transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-message{text-align:center;border-radius:12px;margin-top:1rem;padding:1rem 1.5rem;font-size:1rem;font-weight:500}.form-message.success{color:#166534;background:#dcfce7;border:2px solid #86efac}.form-message.error{color:#991b1b;background:#fee2e2;border:2px solid #fca5a5}@media (max-width:768px){.career-form-wrapper{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.career-title{font-size:1.75rem}.phone-input-wrapper{flex-direction:column}.country-code-select{width:100%}.submit-button{width:100%;padding:1.25rem 2rem}}@media (max-width:480px){.form-label,.submit-button{font-size:.92rem}.career-form-wrapper{padding:2rem 1rem}.career-title{font-size:1.5rem}.form-input,.form-select,.country-code-select{padding:.875rem 1rem;font-size:.92rem}.PhoneInputInput{font-size:.92rem}.file-label{padding:.875rem 1.25rem;font-size:.95rem}}.submit-button:disabled{position:relative}.submit-button:disabled:after{content:"";border:2px solid #1e1b4b;border-top-color:#0000;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}@keyframes spin{to{transform:translateY(-50%)rotate(360deg)}}.form-input:invalid:not(:placeholder-shown),.form-select:invalid:not(:placeholder-shown){border-color:#ef4444}.form-input:valid:not(:placeholder-shown),.form-select:valid{border-color:#10b981}.error-text{color:#dc2626;margin-top:.25rem;font-size:.875rem;font-weight:500}select::-webkit-scrollbar{width:8px}select::-webkit-scrollbar-track{background:#f1f1f1}select::-webkit-scrollbar-thumb{background:#fbbf24;border-radius:4px}select::-webkit-scrollbar-thumb:hover{background:#f59e0b}
