/*
CTC Separate Stylesheet
Updated: 2026-02-07 08:19:27
*/
.jobs-wrapper {
	font-family: 'Clash Display' !important;
}

/* Filters */
.jobs-filters {
    border-radius: 15px;
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
	align-items: center;
}

.jobs-filters select,
.jobs-filters input {
    border: none;
    padding: 10px 15px;
    border-radius: 15px;
    outline: none;
    flex: 1;
	background:#E6ECEE;
	    height: 40px;
	    font-size: 14px;
    font-weight: 400;
}
.search-btn{
	    padding: 10px 15px;
    margin-top: 0px;
    border-radius: 15px;
    height: 40px;
    align-items: center;
    display: flex;
	justify-content:center;
    border-color: #fff;
}
.search-btn:hover,
.search-btn:focus {
    background-color: #A3F7D1 !important;
    color: #102A49 !important;
}
/* Job Card */
.job-card {
    border: 1px solid #102A49;
    border-radius: 15px;
    padding: 26px 49px 31px 42px;
    display: flex;
    justify-content: space-between;
    gap: 65px;
    margin-bottom: 8px;
}

.job-left {
    width: 50%;
}

.job-left h3,
.job-midle h3{
    margin: 16px 0 8px 0;
    font-size: 14px;
    font-weight: 600;
}
.job-midle{
	width:50%;
}
.job-left h2 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Clash Display';
}
}

/* Meta */
.job-meta {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.job-type {
    background: #9BAEBC;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 13px;
}

/* Skills */
.job-skills-tab-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.skill {
    background: #69EDBA;
    padding: 2px 12px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
}
span.location {
    padding: 2px 12px;
    background: #9BAEBC;
    border-radius: 15px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
}

/* Description */
.job-desc p {
    margin: 5px 0 0;
    font-size: 14px;
}

/* Right side */
.job-right {
    text-align: right;
    width:25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.salary {
    color: #69EDBA;
    font-size: 14px;
	font-weight:600;
}

.salary strong {
    font-size: 16px;
}

.btn {
    background: #69EDBA;
    color: #102A49;
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
	text-align:center;
}
.btn:hover{
	background:#A3F7D1;
}
.job-middle{
	width:25%;
}
.jobs-filters select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding: 12px 50px 12px 20px;
    border-radius: 30px;
    background-color: #E6ECEE;
    border: none;
    position: relative;
}
.jobs-filters {
    position: relative;
}

.jobs-filters select {
    background-image: url("https://nuvra.mightytraders.co/wp-content/uploads/2026/02/Vector-24.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px;
}
.jobs-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.page-numbers {
    margin-right: 10px;
    border-radius: 12px !important;
    background: #69edba;
    padding: 12px 16px !important;
    color: #102a49;
    font-size: 14px;
    font-weight: 600;
}
span.page-numbers.current {
    border: 1px solid #102a49;
    background: transparent;
}
/* Responsive */
@media (max-width: 768px) {
    .job-card {
        flex-direction: column;
		gap:36px;
    }

    .job-right {
        text-align: left;
        align-items: flex-start;
    }

    .jobs-filters {
        flex-direction: column;
    }
	.search-btn{
		width:100%;
	}
	.job-left,
	.job-midle,
	.job-right{
		width:100%;
	}
}
