.career-form-section{padding:60px 0}.career-form-wrapper{max-width:700px;margin:0 auto;padding:0 10px}.career-form__title{font-size:46px;font-weight:400;text-align:left;margin:0 0 40px;color:var(--orange, #ff6d45);text-transform:uppercase;letter-spacing:1px;font-family:Freight Sans W01 Semibold!important}.career-form{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px #00000014}.career-form__content{display:flex;flex-direction:column;gap:20px}.career-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.career-form__field{display:flex;flex-direction:column}.career-form__field--full{grid-column:1 / -1}.career-form__field--dropdown{position:relative}.career-form__field--file{grid-column:1 / -1;margin:20px 0}.career-form__label{font-size:14px;font-weight:500;margin-bottom:8px;color:#333;font-family:var(--mulish)}.career-form__input,.career-form__select,.career-form__textarea{border:2px solid var(--orange, #ff6d45);border-radius:25px;padding:12px 20px;font-size:14px;font-family:var(--mulish);background:#fff;color:#333;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.career-form__input::placeholder,.career-form__select::placeholder,.career-form__textarea::placeholder{color:#999;font-family:var(--mulish)}.career-form__input:focus,.career-form__select:focus,.career-form__textarea:focus{border-color:var(--orange, #ff6d45);box-shadow:0 0 0 3px #ff6d451a}.career-form__input--error,.career-form__select--error,.career-form__textarea--error{border-color:#e74c3c}.custom-dropdown{position:relative;width:100%}.custom-dropdown__trigger{width:100%;border:2px solid var(--orange, #ff6d45);border-radius:25px;padding:12px 50px 12px 20px;font-size:14px;font-family:var(--mulish);background:#fff;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease;text-align:left}.custom-dropdown__trigger:hover{border-color:#ff5722;box-shadow:0 2px 8px #ff6d451a}.custom-dropdown__trigger:focus,.custom-dropdown.is-open .custom-dropdown__trigger{border-color:var(--orange, #ff6d45);box-shadow:0 0 0 3px #ff6d451a;outline:none}.custom-dropdown__text{color:#999;font-size:14px;font-family:var(--mulish);flex:1}.custom-dropdown__trigger:not(.placeholder) .custom-dropdown__text{color:#333}.custom-dropdown__icon{color:#999;transition:transform .3s ease;flex-shrink:0}.custom-dropdown__content{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid var(--orange, #ff6d45);border-top:none;border-radius:0 0 15px 15px;box-shadow:0 8px 20px #0000001a;z-index:100;opacity:0;transform:translateY(-10px);transition:all .2s ease;max-height:200px;overflow:hidden}.custom-dropdown.is-open .custom-dropdown__content{opacity:1;transform:translateY(0)}.custom-dropdown__list{max-height:200px;overflow-y:auto;padding:8px 0}.custom-dropdown__option{width:100%;border:none;background:none;padding:12px 20px;text-align:left;font-size:14px;font-family:var(--mulish);color:#333;cursor:pointer;transition:background-color .2s ease;display:block}.custom-dropdown__option:hover{background-color:#f8f9fa}.custom-dropdown__option.is-selected{background-color:var(--orange, #ff6d45);color:#fff}.custom-dropdown__option.is-selected:hover{background-color:#ff5722}.custom-dropdown__list::-webkit-scrollbar{width:6px}.custom-dropdown__list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.custom-dropdown__list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.custom-dropdown__list::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.career-form__file-label{border:2px dashed #ddd;border-radius:12px;padding:30px 20px;text-align:center;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:8px;background:#fafafa}.career-form__file-label:hover{border-color:var(--orange, #ff6d45);background:#fff}.career-form__file-icon{color:var(--orange, #ff6d45);margin-bottom:8px}.career-form__file-text{font-size:16px;font-weight:500;color:#333;font-family:var(--mulish)}.career-form__file-subtext{font-size:14px;color:#666;font-family:var(--mulish)}.career-form__file-note{font-size:12px;color:#999;margin-top:8px;text-align:center;font-style:italic}.career-form__textarea{resize:vertical;min-height:120px;font-family:var(--mulish);line-height:1.5}.career-form__submit{margin-top:20px}.career-form__button{background:var(--bleu);border:none;border-radius:25px;color:#fff;font-size:16px;font-weight:400;padding:15px 30px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-family:var(--freight-semibold)!important;min-width:120px}.career-form__button:hover{background:#00d4aa;transform:translateY(-2px);box-shadow:0 6px 20px #00e7c44d}.career-form__button:active{transform:translateY(0)}.career-form__success{text-align:center;padding:40px 20px;background:#e8f5e8;border-radius:12px;border-left:4px solid #28a745}.career-form__success h3{color:#28a745;margin:0 0 15px;font-size:24px;font-family:Freight Sans W01 Semibold!important}.career-form__success p{color:#666;margin:0;font-size:16px;line-height:1.5;font-family:var(--mulish)}.career-form__errors{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;padding:20px;margin-bottom:30px}.career-form__errors h4{color:#721c24;margin:0 0 15px;font-size:16px;font-family:Freight Sans W01 Semibold!important}.career-form__errors ul{margin:0;padding-left:20px}.career-form__errors li{color:#721c24;margin-bottom:5px;font-family:var(--mulish)}@media screen and (max-width:749px){.career-form-section{padding:40px 0}.career-form-wrapper{padding:0 16px}.career-form__title{font-size:24px;margin-bottom:24px}.career-form{padding:30px 20px}.career-form__row{grid-template-columns:1fr;gap:16px}.career-form__content{gap:16px}.career-form__input,.career-form__select,.career-form__textarea{padding:14px 18px;font-size:16px}.career-form__file-label{padding:25px 15px}.career-form__button{width:100%;padding:16px 30px;font-size:16px}}@media screen and (max-width:480px){.career-form{border-radius:12px;padding:25px 15px}.career-form__title{font-size:20px;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/career-form.css.map */
