/* .career-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

.career-modal-content {
    background: #fff;
    padding: 30px;
    max-width: 500px;
    margin: auto;
    position: relative;
    border-radius: 8px;
}

.career-close {
    position: absolute;
    top: 10px; right: 15px;
    cursor: pointer;
    font-size: 20px;
}

#careerApplyForm input,
#careerApplyForm button {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}

 */
