/* custom job listing page styling start */



body:not([class*=elementor-page-]).joblist-custom main.site-main {
    max-width: unset !important;
}

.joblist-custom .custom-container {
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.joblist-custom header.page-header {
    display: none;
}

.joblist-custom .banner-section {
    background-image: linear-gradient(180deg, var(--e-global-color-primary) 40%, var(--e-global-color-secondary) 100%);
    padding: 60px 0px 80px;
}

.joblist-custom #wpjb-top-search {
    box-shadow: none;
    background: transparent;
    border: unset;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
}

.joblist-custom .banner-section .wpjb-input.wpjb-input-type-half.wpjb-input-type-half-left:nth-of-type(3) {
    width: unset;
    margin-top: 30px;
}

.joblist-custom .banner-section h1 {
    font-size: 40px;
    color: #8CFF98;
    margin-bottom: 30px;
}

.joblist-custom #wpjb-top-search input[type=text] {
    font-size: 18px;
}

body.joblist-custom .wpjb .wpjb-button.wpjb-button-search {
    padding: 13px 13px 13px;
}

.joblist-custom .wpjb-cute-input-indicator {
    top: 0px;
}

.job-display-section.custom-container {
    display: flex;
    color: #333753;
}

.job-display-section .wpjb-grid .wpjb-grid-row.wpjb-grid-flex {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #D3CFC1;
    padding-top: 20px;
    position: relative;
    max-height: 300px;
    overflow: hidden;
    border-bottom: unset;
}

.job-display-section .wpjb-grid .wpjb-grid-row.wpjb-grid-flex::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.job-display-section .job-description-left {
    min-width: 35%;
}

.job-display-section .job-ref {
    display: flex;
    gap: 20px;
    align-items: baseline;
}

.job-display-section .job-ref p.listing-timeline {
    color: #F6F4ED;
    background-color: #FE5D41;
    padding: 0px 10px;
}

.job-display-section .job-ref p.refrence-num {
    font-size: 14px;
}

.job-display-section .job-description-tab {
    margin: 40px 0px;
    border-top: 15px solid #006c67;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 2px 4px;
    border-radius: 5px;
    padding: 50px 40px 40px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.job-display-section h2.job-title a.wpjb-job_title.wpjb-title {
    color: #006C67;
    text-decoration: none;
    font-size: 32px;
    line-height: 40px;
}

.job-display-section h2.job-title {
    margin-bottom: 20px;
    margin-top: 20px;
}

.job-display-section .job-description-left span.key {
    font-weight: 600;
    display: inline-block;
    min-width: 120px;
}

.job-display-section .job-description-left span.value .wpjb-icon-location:before {
    content: '\e83a';
    margin-left: -2px;
}

.job-display-section .job-description-left span.value.skill {
    display: block;
}

.job-display-section .job-description-left li {
    margin-bottom: 6px !important;
}

.job-display-section .job-description-tab h3 {
    color: #006C67;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 14px;
    font-weight: 600;
}

.job-display-section .job-description-tab p.job-description {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
}

.job-display-section .button-section {
    border-top: 1px solid #D3CFC1;
    padding-top: 20px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.job-display-section .button-section a {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 12px;
    border: 2px solid #B6B3A7;
    color: #333753;
    font-size: 20px;
}

.job-display-section .button-section a {
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 12px;
    border: 2px solid #FE5D41;
    font-size: 20px;
    background-color: #FE5D41;
    color: #ffffff;
    font-weight: 600;
}

.job-display-section .button-section a:hover {
    color: #FE5D41;
    background-color: #ffffff;
    border-color: #FE5D41;
}

.joblist-custom .wpjb .wpjb-paginate-links {
    text-align: center;
}

.joblist-custom .wpjb .wpjb-grid {
    width: 100%;
}

.joblist-custom .wpjb .wpjb-paginate-links a,
.joblist-custom .wpjb .wpjb-paginate-links span {
    background: #B6B3A7;
    border-radius: 2px;
    color: #ffffff;
}

.joblist-custom .wpjb .wpjb-paginate-links a.current,
.joblist-custom .wpjb .wpjb-paginate-links span.current {
    color: #1C203B;
}

.joblist-custom .wpjb .wpjb-paginate-links a:hover {
    color: #006C67;
}

@media screen and (max-width: 1200px) {

    .joblist-custom .custom-container,
    body:not([class*=elementor-page-]).job-template-default.single-job .site-main {
        max-width: 96vw !important;
    }
}

@media screen and (max-width: 760px) {
    .joblist-custom .banner-section .wpjb-input.wpjb-input-type-half.wpjb-input-type-half-left:nth-of-type(3) {
        width: unset;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .joblist-custom #wpjb-top-search {
        width: 90%;
    }

    body.joblist-custom .wpjb .wpjb-list-search {
        width: 60%;
        margin: auto;
        text-align: center;
    }

    .joblist-custom .wpjb a.wpjb-button,
    .joblist-custom .wpjb .wpjb-upload-actions a.button {
        font-size: 16px;
    }

    .joblist-custom .custom-container {
        max-width: 90vw !important;
    }
}


/* custom job listing page styling end */


/* custom job detail page styling start */
.job-template-default.single-job h1.entry-title {
    margin: 30px 0px;
    font-weight: 600;
}

.job-template-default.single-job .job-display-section .job-description-tab {
    margin: 0px;
    padding: 30px;
    width: 100%;
}

.job-template-default.single-job .job-description-tab .wpjb-grid-col.key {
    font-weight: 600;
    display: inline-block;
    min-width: 85px;
}

.job-template-default.single-job .job-description-tab .wpjb-grid .wpjb-grid-row {
    padding: 2px;
    border-bottom: unset;
}

.job-template-default.single-job .wpjb .wpjb-text-box>h3 {
    text-transform: capitalize;
}

.job-template-default.single-job .job-display-section.custom-container {
    gap: 16px;
    justify-content: space-between;
    align-items: flex-start;
}

.job-template-default.single-job .strip-right-section {
    min-width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #D3CFC1;
    border-radius: 14px;
}

.job-template-default.single-job .job-detail-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    border-top: 1px solid #D3CFC1;
    padding-top: 20px;
}

.job-template-default.single-job .wpjb .wpjb-grid.wpjb-grid-closed-top {
    border-top: none;
    min-width: 360px;
}

.job-template-default.single-job .wpjb-grid.wpjb-grid-closed-top.wpjb-grid-compact {
    width: 44vw !important;
    margin-bottom: 40px;
}

.job-template-default.single-job .wpjb-job-buttons a,
.job-template-default.single-job .wpjb a.wpjb-button:visited,
.job-template-default.single-job .wpjb .wpjb-form input.wpjb-submit {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 12px;
    border: 2px solid #FE5D41 !important;
    font-size: 20px;
    background-color: #FE5D41;
    color: #ffffff !important;
    font-weight: 600;
}

.job-template-default.single-job .wpjb .wpjb-form input.wpjb-submit {
    text-decoration: none;
    padding: 6px 20px;
}

.job-template-default.single-job .wpjb-job-buttons a:hover,
.job-template-default.single-job .wpjb a.wpjb-button:hover,
.job-template-default.single-job .wpjb .wpjb-form input.wpjb-submit:hover {
    color: #FE5D41 !important;
    background-color: #ffffff;
    font-size: 20px;
    border-color: #FE5D41;
}

.job-template-default.single-job .wpjb-job-apply .wpjb-job-buttons a:nth-of-type(2) {
    background-color: #006C67;
    border-color: #006C67 !important;
    display: none;
}

.job-template-default.single-job .wpjb-job-apply .wpjb-job-buttons a:nth-of-type(2):hover {
    background-color: #ffffff;
    color: #006C67 !important;
}

.job-template-default.single-job .wpjb .wpjb-form {
    background-color: #F6F4ED;
    border-radius: 20px;
    padding: 40px;
}

.job-template-default.single-job .wpjb .wpjb-layer-inside {
    border: unset;
    border-radius: unset;
    background-color: unset;
    box-shadow: unset;
    max-width: 75%;
}

.job-template-default.single-job .wpjb .wpjb-form div label.wpjb-label {
    width: 30%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
}

.job-template-default.single-job .wpjb .wpjb-form.wpjb-form-nolines fieldset {
    text-align: right;
}

.job-template-default.single-job .wpjb a {
    color: #006C67;
    text-decoration: none;
}

.job-template-default.single-job .wpjb a:hover {
    color: #FE5D41;
}

.job-template-default.single-job .strip-right-section .button-section a {
    color: #ffffff;
}

.job-template-default.single-job .strip-right-section .button-section a:hover {
    color: #FE5D41;
}

.job-template-default.single-job .strip-right-section .button-section {
    padding-top: 0px;
    margin-top: 0px;
}

.job-template-default.single-job .strip-right-section h4 {
    color: #006C67;
    text-align: center;
}

.job-template-default.single-job .wpjb-grid.wpjb-grid-compact .wpjb-grid-row {
    padding: 10px;
    border: 1px solid #D3CFC1;
    margin-bottom: 10px;
    border-radius: 10px;
}

.job-template-default.single-job .job-detail-section li.value.skill,
.joblist-custom .job-description-left li.value.skill {
    display: flex;
    padding: 0px 6px;
}

.job-template-default.single-job .job-detail-section .skill-list,
.joblist-custom .job-description-left .skill-list {
    display: inline-block;
}

.joblist-custom .job-description-left li.value.skill {
    padding-left: 0px;
}

/* 
.job-template-default.single-job .job-description-tab .wpjb-icon-industry:before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    background-image: url('https://www.tenthrevolution.com/wp-content/uploads/2025/10/AFI-logo-small.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    opacity: 1 !important;
} */

@media screen and (max-width: 992px) {
    .job-template-default.single-job .strip-right-section {
        display: none;
    }

    .job-template-default.single-job .wpjb .wpjb-layer-inside {
        max-width: 100%;
    }

    .job-template-default.single-job .wpjb .wpjb-form {
        padding: 20px;
    }

    .job-template-default.single-job .wpjb-grid.wpjb-grid-compact .wpjb-grid-row {
        min-width: 96vw;
    }
}

@media screen and (max-width: 992px) {
    .job-template-default.single-job .job-display-section .job-description-tab {
        max-width: 100%;
    }

    .job-template-default.single-job .job-detail-section {
        flex-direction: column;
    }

    .job-template-default.single-job .wpjb .wpjb-grid.wpjb-grid-closed-top {
        max-width: 100%;
    }
}

/* custom job detail page styling end */