#careers-footer {
    opacity: 0.5;
    margin: 0;
    font-size: 40px;
    user-select: none;
}

.jobs {
    margin: 10px 0;
    font-size: 18px;
}

.jobs>a {
    font-weight: 500;
    text-decoration: none;
    color: #e4b037e3;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.jobs>a:hover {
    color: #e4b037;
}

.career-section-heading {
    text-align: left;
    font-size: 1.8em;
    margin-bottom: 50px;
}

input[type="file"] {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

/* Style for the custom file upload button */
.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    width: 39%;
    background-color: #e4b037e3;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.custom-file-upload:hover {
    background-color: #e4b037;
}

.custom-file-upload:active {
    background-color: #d1a233;
}

.file-name {
    display: flex;
    margin-top: 5px;
    color: white;
    /* color: #555; */
    font-style: italic;
    align-items: center;
}

.testform {
    cursor: default;
    position: absolute;
    top: 75%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}


#apply-for-job-section {
    padding: 300px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#job-details {
    margin: 70px 200px 0 200px;
}

#careers-section-container {
    /* min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-sizing: border-box; */
    /* padding: 100px 0; */
    height: auto;
    margin-bottom: 100px;
}

.careers-image {
    width: 30vw;
    height: 30vw;
}

.careers-image>div {
    width: 30vw;
    height: 30vw;
}

.job-titles {
    color: #e4b037;


}

.dual-flex-container {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between;
    width: fit-content;
    margin: 0 10vw;
    column-gap: 15vw;
}

.dual-flex-container-element p {
    text-align: justify;
    padding: 0 5px;
}

.full-width {
    flex: 1 1 100%;
    text-align: center;
}

.half-width {
    flex: 1 1 calc((100% - 15vw) / 2);
    box-sizing: border-box;
    margin-top: 30px;
}

#apply-title {
    margin-top: 10px;
}

.careers-link-item {
    cursor: pointer;
    color: #e4b037;
    font-weight: 700;
}

.careers-link-item a {
    color: white;
    text-decoration: none;
    outline: none;
}

.apply-for-the-job {
    display: flex;
    justify-content: space-between;
}

.apply-for-the-job>span {
    font-size: 1.2em;
    margin: auto 20px;
    text-align: center;
    color: #e4b037e3;
    cursor: pointer;
    font-weight: 600;
    transition: 0.2s ease-in-out;
}

.apply-for-the-job>span:hover {
    color: #e4b037;
}