.inner-style.careers-area {
    background: #ffffff !important;
}

.inner-style.careers-area .row.title {
    margin-bottom: 84px;
}

.inner-style .careers-content h4 {
    color: #041424;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
}

.inner-style .careers-content a {
    display: inline-block;
    color: #de8f22;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

.inner-style .careers-desc p {
    width: 67%;
    float: right;
    margin: 0;
}

.inner-style .careers-desc a {
    display: inline-block;
    color: #0c5adb;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

.inner-style .job-item-content span {
    border-radius: 15px;
    background-color: #00afff;
    display: inline-block;
    color: #fff;
    padding: 0px 7px;
    font-size: 12px;
}

.inner-style span.location {
    background: transparent !important;
    font-size: 14px;
    color: #000000 !important;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    padding: 0 !important;
    margin-left: 18px;
}

.inner-style .job-item-content h4 {
    font-size: 26px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    margin: 19px 0 0;
    text-transform: uppercase;
}
.job-desc{
    position: relative;
    word-wrap: break-word;
}

.inner-style .job-desc p {
    margin: 0;
    width: 100%;
}

.inner-style .job-apply-button {
    text-align: right;
}

.inner-style .job-apply-button a {
    display: inline-block;
    border: 2px solid #2222;
    padding: 14px 58px;
    border-radius: 30px;
    color: #041424;
    font-weight: 500;
    transition: 0.5s;
}

.inner-style .job-apply-button a:hover {
    border: 2px solid #0c5adb;
    background: #0c5adb;
    color: #fff;
}

.inner-style.careers-area .row.add-border {
    border-top: 2px solid #e7e7e7;
    padding-top: 50px;
    padding-bottom: 30px;
}

.inner-style .job-requirements-content h4 {
    color: #041424;
    font-weight: 600;
    margin: 27px 0 29px;
}

.inner-style .job-requirements-content p {
    margin: 0 0 54px;
}

.inner-style .single-feature-box {
    text-align: center;
    filter: drop-shadow(0px 10px 10px rgba(207, 218, 235, 0.2));
    background: #fff;
    padding: 56px 42px 33px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.inner-style .single-feature-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: url(../images/home-2/feature-box-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
}

.inner-style .single-feature-box:hover:before {
    height: 100%;
}

.inner-style .feature-icon {
    position: relative;
    z-index: 1;
}

.inner-style .feature-icon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 201%;
    left: 0;
    right: 0;
    top: -19px;
    background: url(../images/home-2/feature-shape-1.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
    z-index: -1;
}

.inner-style .single-feature-box:hover .feature-icon:before {
    background: url(../images/home-2/feature-shape-2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.inner-style .feature-content h4 {
    transition: 0.5s;
    padding: 35px 0 13px 0;
    font-size: 26px;
    color: #041424;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
}

.inner-style .single-feature-box:hover .feature-content h4 {
    color: #fff;
}

.inner-style .feature-content p {
    margin: 0 0 20px;
    transition: 0.5s;
}

.inner-style .single-feature-box:hover .feature-content p {
    color: #fff;
}

.inner-style .feature-content a {
    padding: 0 0 0 12px;
    color: #fff;
    display: inline-block;
    margin-top: 0;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
}

.inner-style .single-feature-box:hover .feature-content a {
    color: #fff;
}

.inner-style .feature-content a:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 12px;
    left: 35px;
    width: 30px;
    height: 2px;
    background: #0b59db !important;
    transition: 0.5s;
}

.inner-style .single-feature-box:hover .feature-content a:after {
    left: -24px;
    background: #fff !important;
}

.tabs {
    display: flex !important;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px !important;
    font-family: "Nunito", sans-serif;
}

.tab-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 8px;
    background-color: #f9f9f9;
    color: #555;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.tab-btn:hover {
    background-color: #f1f1f1;
}

.tab-btn.active {
    background: linear-gradient(45deg, #007bff, #00bfff);
    color: #fff;
    box-shadow: 0 3px 10px rgba(0, 123, 255, 0.3);
    border: none !important;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.btn-primary {
    background: #00afff;
    color: #fff;
    padding: 7px 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}

.pagination {
    text-align: center;
    margin-top: 10px;
}

.pagination button {
    padding: 6px 12px;
    margin: 0 4px;
    background: #eee;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 600;
}

.pagination button.active {
    background: #0066ff;
    color: #fff;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    justify-content: center;
    align-items: center;
    padding: 20px;
    animation: fadeIn 0.3s ease;
    z-index: 9999;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-box {
    width: 700px;
    max-height: 85vh;
    margin-top: 30px;
    background: #fff;
    border-radius: unset !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    animation: slideUp 0.35s ease;
    position: relative;
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header {
    padding: 18px 25px;
    background: #1e3d60;
    color: #fff;
    border-radius: unset !important;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.modal-body {
    padding: 25px;
}

.modal-body p {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 16px;
    color: #000000 !important;
}

.btn-apply {
    background: #0066ff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 15px;
}

.no-training-message {
    background-color: #eef6ff;
    color: #ff0000;
    padding: 12px 20px;
    border-radius: 6px;
    text-align: center;
    border-left: 4px solid #ff0000;
    font-size: 15px;
    margin-top: 20px;
}
.inner-style .job-item-content .postStatus {
    font-size: 15px !important;
    font-weight: 700 !important;
    background: none !important;
    display: inline-block;
    padding: 0;
}

#jobPostedText {
    color: #00afff;
    font-size: 16px;
    margin-left: 15px;
}

.status-active {
    color: #13b913;
    font-weight: 600;
    margin-left: 6px;
    font-size: 16px;
}

.status-expired {
    color: #f92121;
    font-weight: 600;
    margin-left: 6px;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .inner-style .careers-content h4 {
        font-size: 30px !important;
    }
    .inner-style.careers-area {
        padding: 40px 0 0px !important;
    }
}
.inner-style .job-apply-button a {
    padding: 5px 10px !important;
    color: #ffffff !important;
    border: 2px solid #00afff !important;
}

.inner-style .job-apply-button a:hover {
    border: 2px solid #0c5adb !important;
}

.inner-style.careers-area .row.add-border {
    border-bottom: 1px solid #f9f9f9;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.inner-style.careers-area .row.add-border:hover {
    background-color: #f9f9f9;
}
