.elementor-169 .elementor-element.elementor-element-57fa9a85 > .elementor-background-overlay{background-image:url("https://techfast.online/wp-content/uploads/2026/03/female-hand-touching-screen-while-looking-for-a-job-during-worldwide-crisis-of-coronavirus-pandemic.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;opacity:0.3;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-169 .elementor-element.elementor-element-57fa9a85{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:5em 0em 5em 0em;}.elementor-169 .elementor-element.elementor-element-78c4101c.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-169 .elementor-element.elementor-element-78c4101c > .elementor-element-populated{padding:2em 2em 2em 2em;}.elementor-169 .elementor-element.elementor-element-19cc1ea6{width:var( --container-widget-width, 720px );max-width:720px;padding:0em 2em 2em 2em;--container-widget-width:720px;--container-widget-flex-grow:0;}.elementor-169 .elementor-element.elementor-element-19cc1ea6 .elementor-icon-box-title{margin-block-end:0px;color:var( --e-global-color-text );}.elementor-169 .elementor-element.elementor-element-19cc1ea6 .elementor-icon-box-description{color:var( --e-global-color-text );}.elementor-169 .elementor-element.elementor-element-19f4325{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:40px;--margin-bottom:120px;--margin-left:0px;--margin-right:0px;}@media(max-width:1024px){.elementor-169 .elementor-element.elementor-element-57fa9a85{padding:3em 0em 3em 0em;}}@media(max-width:767px){.elementor-169 .elementor-element.elementor-element-57fa9a85{padding:2em 0em 1em 0em;}.elementor-169 .elementor-element.elementor-element-78c4101c > .elementor-element-populated{padding:21px 21px 21px 21px;}}/* Start custom CSS for shortcode, class: .elementor-element-aeb20b5 *//* Container for job listings */
.job_listings {
    background-color: #fff; /* Black background */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    font-family: 'Arial', sans-serif;
    color: #fff;
}

/* Individual job card */
.job_listings li.job_listing {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    list-style: none;
}

/* Hover effect on job card */
.job_listings li.job_listing:hover {
    transform: translateY(-3px);
}

/* Job title */
.job_listings li.job_listing a.job_title {
    color: #CBEF7B; /* Highlight color */
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

/* Job meta (location, type) */
.job_listings li.job_listing .job-type,
.job_listings li.job_listing .location {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 500;
}

/* Filters container */
.job_filters {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 2px solid #fff;
}

/* Filter inputs */
.job_filters select,
.job_filters input[type="text"] {
    background-color: #fff;
    color: #fff;
    border: 2px solid #CBEF7B;
    padding: 8px 12px;
    border-radius: 6px;
    margin-right: 10px;
}

/* Filter buttons */
.job_filters input[type="submit"] {
    background-color: #CBEF7B;
    color: #000;
    font-weight: 700;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.job_filters input[type="submit"]:hover {
    background-color: #b5e66f;
}

/* No jobs found message */
.job_listings .no_jobs_found {
    color: #CBEF7B;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .job_filters select,
    .job_filters input[type="text"] {
        margin-bottom: 10px;
        width: 100%;
    }
    .job_filters input[type="submit"] {
        width: 100%;
    }
}/* End custom CSS */