.job-cards-section {
    background: #FFC73B url(/wp-content/uploads/2025/11/plus-icon.svg) no-repeat right bottom;
}
.job-time-duration {
    font-size: 10px;
    display: flex;
    line-height: 1;
    gap: 5px;
    align-items: center;
}
.job-expiry {
    color: #FC6E16;
}
.time-duration {
    color: #667085;
}
.vc_row.job-cards-row {
    gap: 15px;
    justify-content: center;
    /*margin: 0 auto;*/
}
.job-cards-row .job-card {
    width: calc(33.33% - 10px);
    border: 1px solid #000000;
    border-radius: 8px;
    background: #fff;
}
.job-cards-row .job-card > .vc_column-inner {
    padding: 16px;
}
.job-icon img {
    object-fit: contain;
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: block;
}
.job-title-des-icon {
    display: flex;
    gap: 8px;
}
.job-title {
    font-size: 16px;
    font-weight: 600;
}
span.sep {
    width: 3px;
    height: 3px;
    background: #98A2B3;
    border-radius: 3px;
}
.job-des {
    font-size: 14px;
    color: #475467;
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
}
.job-icon-txt {
    font-size: 14px;
    font-weight: 500;
    color: #475467;
    display: flex;
    align-items: center;
    gap: 5px;
}
.job-re-row {
    display: flex;
    gap: 12px;
}
.job-card-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.epa-share {
    color: #0D41E1;
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 500;
}
.job-tags .tag {
    font-size: 12px;
    color: #667085;
    font-weight: 500;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 3px;
    border: 0.5px solid #D1D1D6;
}
.job-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.job-requirement {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.epa-price-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.epa-title {
    color: #344054;
    font-size: 14px;
}
.epa-price {
    font-size: 22px;
    color: #344054;
    font-weight: 700;
}
.epa-left-price {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.vc_row.job-cards-row {
    position: relative;
}
.vc_row.job-cards-row:before {
    content: "";
    background: url(/wp-content/uploads/2026/01/top-shap.webp) no-repeat center center;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -170px;
    display: block !important;
    left: 30px;
}


@media (max-width: 1100px) {
.vc_row.job-cards-row:before { width: 140px; height: 140px; top: -110px;  background-size: contain;}


}



@media (max-width: 960px) {
.job-cards-row .job-card {width: calc(50% - 10px);}
.job-cards-section { background-size: 260px;}


}

@media (max-width: 767px) {
.vc_row.job-cards-row {margin: 0 auto; }
.vc_row.job-cards-row:before {width: 100px; height: 100px; top: -40px;}
.job-cards-row .job-card {width: 100%;}
.job-des {font-size: 12px;}


}


@media (max-width: 480px) {
    
}    