/* Start custom CSS for html, class: .elementor-element-8ff4bd0 *//* =====================================
   SADAHELP JOBS PAGE COMPLETE CSS
===================================== */

.jobs-page-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:40px 20px 70px;
}

/* HEADER */

.jobs-page-header{
    margin-bottom:30px;
}

.jobs-breadcrumb{
    font-size:14px;
    color:#777;
    margin-bottom:25px;
}

.jobs-breadcrumb a{
    color:#18a64b;
    text-decoration:none;
}

.jobs-breadcrumb span{
    margin:0 8px;
}

.jobs-page-header h1{
    font-size:45px;
    font-weight:700;
    line-height:1.2;
    margin:0 0 15px;
    color:#111827;
}

.jobs-page-header p{
    font-size:18px;
    color:#666;
    margin:0;
}

/* LAYOUT */

.jobs-layout{
    display:flex;
    gap:35px;
    align-items:flex-start;
}

.jobs-content{
    flex:1;
}

.jobs-sidebar-area{
    width:340px;
}

/* ==========================
   JOB LIST
========================== */

.sh-job-list{
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:10px;
    overflow:hidden;
}

.sh-job-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:nowrap;
    gap:20px;
    padding:26px 30px;
    border-bottom:1px solid #ededed;
}

.sh-job-item:last-child{
    border-bottom:none;
}

/* POST TITLE */

.sh-job-item h3{
    flex:1;
    min-width:0;
    margin:0;
    font-size:14px;
    line-height:1.5;
    font-weight:400 !important;
}

.sh-job-item h3 a{
    color:#111827;
    text-decoration:none;
    font-weight:400 !important;
}

.sh-job-item h3 a:hover{
    color:#18a64b;
}

/* BUTTON */

.sh-btn{
    min-width:140px;
    flex-shrink:0;
    white-space:nowrap;
    text-align:center;

    border:2px solid #18a64b;
    color:#18a64b;
    background:#fff;

    padding:11px 24px;
    border-radius:6px;

    font-size:15px;
    font-weight:600;
    text-decoration:none;

    transition:.3s;
}

.sh-btn:hover{
    background:#18a64b;
    color:#fff;
}

/* PAGINATION */

.sh-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    margin-top:35px;
}

.sh-pagination .page-numbers{
    min-width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid #ddd;
    border-radius:6px;

    text-decoration:none;
    color:#111;

    background:#fff;
    font-weight:500;
}

.sh-pagination .page-numbers:hover{
    background:#18a64b;
    border-color:#18a64b;
    color:#fff;
}

.sh-pagination .current{
    background:#18a64b;
    border-color:#18a64b;
    color:#fff;
}

/* ==========================
   SIDEBAR
========================== */

.jobs-widget{
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:10px;
    padding:25px;
    margin-bottom:25px;
}

.jobs-widget h3{
    margin:0;
    font-size:24px;
    font-weight:600;
    color:#111827;
}

.jobs-widget h3:after{
    content:'';
    display:block;
    width:45px;
    height:3px;
    background:#18a64b;
    margin-top:12px;
}

/* SEARCH */

.jobs-search{
    display:flex;
    margin-top:20px;
}

.jobs-search input{
    flex:1;
    height:50px;
    border:1px solid #ddd;
    padding:0 15px;
    border-radius:6px 0 0 6px;
    outline:none;
}

.jobs-search button{
    width:100px;
    border:none;
    background:#18a64b;
    color:#fff;
    font-weight:600;
    border-radius:0 6px 6px 0;
    cursor:pointer;
}

/* LIST */

.jobs-widget ul{
    list-style:none;
    margin:20px 0 0;
    padding:0;
}

.jobs-widget li{
    border-bottom:1px solid #eee;
}

.jobs-widget li:last-child{
    border-bottom:none;
}

.jobs-widget li a{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:14px 0;

    color:#111827;
    text-decoration:none;
    font-size:15px;
    font-weight:400;
}

.jobs-widget li a:hover{
    color:#18a64b;
}

.jobs-widget li a:after{
    content:"›";
    font-size:18px;
    color:#999;
}

/* CATEGORY COUNT */

.jobs-widget span{
    background:#18a64b;
    color:#fff;
    padding:2px 8px;
    border-radius:20px;
    font-size:11px;
    margin-left:8px;
}

/* VIEW ALL */

.view-all{
    display:inline-block;
    margin-top:15px;
    color:#18a64b;
    font-weight:600;
    text-decoration:none;
}

/* AD */

.ad-box{
    height:250px;
    background:#f5f5f5;
    border-radius:8px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#888;
    text-align:center;
}

/* MOBILE */

@media(max-width:991px){

.jobs-layout{
    flex-direction:column;
}

.jobs-sidebar-area{
    width:100%;
}

}

@media(max-width:768px){

.jobs-page-header h1{
    font-size:34px;
}

.jobs-page-header p{
    font-size:16px;
}

.sh-job-item{
    padding:20px;
}

.sh-job-item h3{
    font-size:17px;
}

.sh-btn{
    min-width:120px;
    padding:10px 16px;
    font-size:14px;
}

}/* End custom CSS */