
h3,
h4 {
    font-family: "Rajdhani", sans-serif;
    color: #041424;
    font-weight: 700;
    line-height: 1.2;
}

p,
li,
span,
a {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
    transition: color 0.3s ease;
}
.inner-page-main-wrapper {
    margin: 50px 0;
}
.develop_main_wrapper {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.develop-cont h3 {
    font-size: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.develop-cont h3 small {
    font-size: 16px;
    font-weight: 400;
    color: #0060aa;
    margin-left: 12px;
}

.expired-text {
    color: #d32f2f;
    font-weight: 600;
}
.develop-cont ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 10px;
}

.develop-cont ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #3f3f3f;
}

.develop-cont ul li i {
    color: #0060aa;
    margin-right: 8px;
}

.position_role {
    text-transform: capitalize;
}
.descript_main_wrapper {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.descript_main_wrapper p {
    line-height: 1.7;
    margin-bottom: 15px;
    color: #666666;
}

.descript_main_wrapper h4 {
    font-size: 22px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
.descript_main_wrapper ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.descript_main_wrapper ul li span {
    font-size: 15px;
    font-weight: 500;
    color: #17171d;
    margin-right: 12px;
}

.descript_main_wrapper ul li p {
    margin: 0;
}
.job-overview-wrapper {
    padding: 20px 25px;
}

.job-overview-wrapper h4 {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.job-overview li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.job-icon {
    width: 35px;
    font-size: 18px;
    color: #0060aa;
    margin-right: 10px;
    text-align: center;
}

.job-text p {
    margin: 0;
    font-weight: 500;
}

.job-text span {
    font-size: 14px;
    color: #555555;
}
.button-apply .hero-button a {
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #0c5adb;
    border: 1px solid #0c5adb;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.button-apply .hero-button a:hover {
    background-color: #ffffff;
    color: #0c5adb;
}

.button-apply .hero-button i {
    margin-left: 8px;
}

@media (max-width: 767px) {
    .inner-page-main-wrapper {
        margin: 15px 0;
    }

    .develop_main_wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .develop-cont ul {
        flex-direction: column;
        gap: 10px;
    }

    .descript_main_wrapper {
        margin-bottom: 0;
    }

    .develop-cont h3 {
        font-size: 30px !important;
        display: grid;
    }
    .postStatus{
        font-size: 15px !important;
        top: 0px !important;
    }
}
