.main-content-wrapper {
    background-color: #f8fafc;
}

.job-card {
    position: relative;
    /* Sets the card as the reference for absolute positioning */
    border: 2px solid #000080;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    text-align: left;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    height: 180px;
}

.job-card:hover {
    transform: scale(1.03);
}

.job-title {
    font-size: 25px;
    font-weight: bold;
    color: #000080;
    margin-bottom: 15px;
}

.apply-btn {
    background-color: #f15922;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
}

.apply-btn:hover {
    background-color: #e64a19;
}

.job_details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.left-section {
    width: 65%;
    padding: 20px;
}

.right-section {
    width: 30%;
    background-color: #00000000;
    padding: 20px;
    text-align: left;
}

.back-link {
    color: #00006d;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
}

.job-title-description {
    color: #f15922;
    font-size: 32px;
    font-weight: bold;
    margin-top: 5px;
}

.description-title {
    color: #f15922;
    /* font-weight: bold; */
    font-size: 22px;
    margin-top: 20px;
}

.content {
    max-width: 1000px;
    line-height: 1.5;
    color: #747474;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300;
    font-weight: 350;
}

.job-info {
    list-style: none;
    padding: 10;
    font-size: 16px;
}

.job-info li {
    margin-bottom: 10px;
}

.apply-btn-desc {
    background-color: #f15922;
    color: white;
    padding: 12px 70px;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    margin-left: 30px;
}

.apply-btn-desc:hover {
    background-color: #e65c00;
}

.applyJobForm {
    background: white;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #f15922;
    margin-bottom: 20px;
}

.section-title {
    font-size: 18px;
    color: #05134b;
    margin-top: 20px;
}

label {
    color: #f15922;
    font-size: 018px;
}

.form-control {
    border-radius: 5px;
}

.upload-box {
    border: 2px #f15922;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.btn-submit {
    background-color: #f15922 !important;
    color: white !important;
    font-size: 18px !important;
    border-radius: 5px !important;
    padding: 10px 70px !important;
}

.job-positions {
    color: #575757;
    font-weight: 350;
}
