.career-container{
    height: 100vh;
    width: 100%;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0) 60%),url(../assets/image/career.jpg) no-repeat;
    background-position: top;
    background-size: cover;
}

.apply-now-container{
    margin-top: 50px;
}

.apply-now-wrapper{
    font-family: poppinsregular;
    font-size: 25px;
    background-color: #f1b90c;
    display: inline-block;
    padding: 5px 50px;
    border-radius: 50px;
    color: black;
}

.job-opening-text{
    font-family: poppinslight;
    font-size: 20px;
    padding: 5px 0px;
}

.job-application-submit-button{
    padding: 50px 0px;
    display: flex;
    justify-content: center;
}

.job-application-submit-wrapper{
    display: inline-block;
    background-color: #f1b90c;
    border-radius: 20px;
    padding: 5px 80px;
    font-family: poppinsregular;
    font-size: 20px;
}

.job-application-form-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 80vw;
}

.job-application-title{
    margin: 50px 0px;
    color: #f1b90c;
    font-family: poppinsregular;
    font-size: 35px;
}

.job-application-text{
    font-family: poppinslight;
    font-size: 22px;
    text-align: center;
}

.job-application-field-wrapper{
    max-width: 50vw;
    margin-top: 50px;
    width: 100%;
}

.job-field-container{
    padding-top: 10px;
}


.job-text{
    color:black ;
    font-family: poppinsmedium;
    font-size: 22px;
}

.job-hint-text{
    margin-top: 2px;
    color:#9a9c9e ;
    font-size: 15px;
    font-family: poppinsmedium;
}

.job-field input{
    width: 100%;
    border-radius:5px ;
    border: 1px solid grey;
}


.upload-box {
    width: 100%;
    margin: 10px auto;
    padding: 50px;
    border: 1px solid grey;
    border-radius: 15px;
    text-align: center;
  }

  .upload-box h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .upload-icon {
    font-size: 60px;
    color: #000;
    margin-bottom: 15px;
  }

  .upload-text {
    font-size: 14px;
    color: #666;
  }

  .upload-text a {
    color: #007bff;
    text-decoration: none;
  }

  .upload-text a:hover {
    text-decoration: underline;
  }

  /* Hide the default file input */
  input[type="file"] {
    display: none;
  }

  .custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
  }

  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
  }

  .modal-content {
    width: 50%;
    background-color: #333;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }

  .modal-content button {
    background-color: #f0c41b;
    margin-top: 20px;
    cursor: pointer;
    padding: 10px 20px;
  }

  .back-home-wrapper{
    margin-top: 20px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #f0c41b;
    display: inline-block;
  }