    section.vc_section.job-section-sector {
        padding-bottom: 100px;
    }
	section.vc_section.banners.job-page {
    padding-bottom: 100px;
}
    .jobs-page-container .job-card {
        background: linear-gradient(135deg, #1a1f71, #4e54c8);
        border-radius: 0 0 40px 40px;
        padding: 20px;
        border-top: 10px solid #fff;
    }

    .jobs-page-container .job-cat {
        font-family: Work Sans;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
	.jobs-page-container .job-cat + p {
		    font-size: 22px !important;
    	margin-bottom: 20px !important;
    	line-height: 120% !important;
	}

    .jobs-page-container .job-card p {
        font-weight: 600;
        font-size: 20px;
        line-height: 110%;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }


    .jobs-page-container .job-view-btn {
        text-align: center !important;
        background: unset;
        border-radius: 0px !important;
    }


    .jobs-page-container .job-view-btn a.view-more-btn {
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        text-transform: uppercase;
        padding: 17px 0;
        color: #fff;
        margin: 0px;
        text-align: center !important;
        background-color: #4A6EFF !important;
        border-radius: 30px !important;
        display: block !important;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

    .jobs-page-container .job-view-btn a.view-more-btn::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 0px;
        height: 100%;
        background-color: #fff;
        transition: .3s linear;
        opacity: 0;
    }

    .jobs-page-container .job-view-btn a.view-more-btn:hover {
        background-color: transparent !important;
        color: #4A6EFF !important;
        transition: .3s linear;
    }

    .jobs-page-container .job-view-btn a.view-more-btn:hover::before {
        width: 100%;
        border-radius: 0px;
        transition: .3s linear;
        opacity: 1;
        z-index: -1;
    }

    .jobs-page-container .job-view-btn {
        margin-top: auto;
        padding-top: 40px;

    }

    .jobs-page-container .job-card {
        min-height: 300px;
        display: flex;
        flex-direction: column;
    }

    .job-filters h3 {
        font-family: Work Sans;
        font-weight: 600;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 0px;
        margin-bottom: 25px;
    }

    .filter-group h4.filter-toggle {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        font-family: Work Sans;
        font-weight: 600;
        font-size: 25px;
        line-height: 100%;
        letter-spacing: 0px;
		cursor:pointer;
    }

    .filter-group {
        margin-bottom: 20px;
    }

    button#load-more-jobs {
        margin: auto;
        display: block;
        margin-top: 50px;
    }


    .jobs-page-container {
        display: flex;
        flex-wrap: wrap;
    }

    .jobs-filter {
        width: 21%;
    }

    .jobs-list {
        width: 79%;
        padding-left: 60px;
    }

    .jobs-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;

    }

    button#load-more-jobs {
        background: #4A6EFF;
        border-radius: 50px;
    }


    .jobs-page-container {

        .job-card.nomadic {
            background: linear-gradient(349.65deg, #23DBC6 1.3%, #04041F 98.7%) !important;
            border-color: #23DBC6;

            .job-view-btn a.view-more-btn {
                background-color: #23DBC6 !important;
              
            }
               .job-view-btn a.view-more-btn:hover{
                    color: #23DBC6 !important;
                }
        }

        .job-card.advanced-construction {
            background: linear-gradient(349.65deg, #4A6EFF 1.3%, #04041F 98.7%) !important;
            border-color: #4A6EFF;

            .job-view-btn a.view-more-btn {
                background-color: #4A6EFF !important;
                 
                }
               .job-view-btn a.view-more-btn:hover{
                    color: #4A6EFF !important;
                   }
            }
    

        .job-card.life-and-chemical-science {
            background: linear-gradient(349.65deg, #F18A7F 1.3%, #04041F 98.7%) !important;
            border-color: #F18A7F;

            .job-view-btn a.view-more-btn {
                background-color: #F18A7F !important;
                   
            }
             .job-view-btn a.view-more-btn:hover{
                    color: #F18A7F !important;
                     }
        }

        .job-card.logistics-and-supplychain {
            background: linear-gradient(349.65deg, #AD79C9 1.3%, #04041F 98.7%);
            border-color: #AD79C9;

            .job-view-btn a.view-more-btn {
                background-color: #AD79C9 !important;
            }
            .job-view-btn a.view-more-btn:hover{
                    color: #AD79C9 !important;
                     }
      
        }

    }



.filter-content span.category-name {
    font-family: Sora;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}


.filter-content br {
    display: none;
}
.filter-content label {
    line-height: 0px;
    display: block;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 8px !important;
	cursor:pointer;
}
.filter-content input[type="checkbox"] {
    margin: 0px !important;
    border: none;
    width: 14.7px;
    height: 14.7px;
    border-radius: 3px;
    background: linear-gradient(136.09deg, #AD79C9 11.32%, #F18A7F 81.68%);
    position: relative !important;
    margin-right: 6px !important;
    cursor:pointer;
}

.filter-content input[type=checkbox]:after {
    left: 50%;
    top: 50%;
    width: 5px;
    height: 9px;
    transform: translate(-50%,-50%) rotate(45deg);
	border-color: #fff;
}


.filter-content label.category-filter-label:last-child span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #23DBC6 0%, #6F12FA 100%);
    -webkit-background-clip: text;
}

.jobs-list button#load-more-jobs {
    background-color: #4A6EFF  !important;
    color: #fff !important;
    border-radius: 40px;
    padding: 18px 52px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.jobs-list button#load-more-jobs::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    background-color: #fff;
    transition: .3s linear;
    opacity: 0;
}
  
.jobs-list button#load-more-jobs:hover {
    background-color: transparent !important;
    color: #4A6EFF !important;
    transition: .3s linear;
}

.jobs-list button#load-more-jobs:hover::before {
    width: 100%;
    border-radius: 0px;
    transition: .3s linear;
    opacity: 1;
    z-index: -1;
}
span.toggle-icon.collapsed {
    transform: rotate(0deg);
}
span.toggle-icon {
    transform: rotate(90deg);
}

@media(max-width:1025px){
  .jobs-grid {
    grid-template-columns: repeat(2, 1fr);
}
.jobs-list {
    width: 70%;
    padding-left: 30px;
}
.jobs-filter {
    width: 30%;
}
}



@media(max-width:992px){
.jobs-page-container {
    flex-direction: column;
}
.jobs-filter {
    width: 100%;
}
.jobs-list {
    width: 100%;
    padding-left: 0px;
	margin-top: 50px !important;
}
.filter-content {
    max-height: 120px;
    overflow: auto;
}
	
.jobs-page-container .job-cat {
    font-size: 14px;
    margin-bottom: 20px;
}
.jobs-page-container .job-card p {
    font-size: 18px;
}
.jobs-page-container .job-view-btn {
    padding-top: 20px;
}
.jobs-page-container .job-card {
    min-height: 250px;
}

section.vc_section.banners.job-page {
    padding-bottom: 20px;
}
section.vc_section.job-section-sector {
    padding-bottom: 80px;
    padding-top: 50px;
}
}

@media(max-width:576px){
	.jobs-grid {
    grid-template-columns: repeat(1, 1fr);
}
.filter-group h4.filter-toggle {
    font-size: 20px;
}
.job-filters h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
}

.jobs-list {
    position: relative;
}

.jobs-loader {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2); /* transparent overlay */
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.jobs-loader.active {
    display: flex;
}

.jobs-loader .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255,255,255,0.4);
    border-top: 4px solid #4A6EFF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


