/* ═══════════════════════════════════
NEW JOB LISTING — Styles
═══════════════════════════════════ */
/* .njl-wrapper {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
padding: 48px 0 !important;
color: #1a2332 !important;
}
*/
/* Header */
.njl-header {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: wrap !important;
	gap: 24px !important;
	margin-bottom: 25px !important;
}

/* .njl-title {
font-size: 42px !important;
font-weight: 400 !important;
color: #1a2332 !important;
margin: 0 !important;
line-height: 1.15 !important;
font-family: 'Roboto Serif', Georgia, serif !important;
}

.njl-title em {
font-style: normal !important;
font-weight: 700 !important;
color: #1a3a5c !important;
} */

/* Tabs */
.njl-tabs {
	display: flex !important;
	align-items: center !important;
	gap: 0 !important;
	/* 	border-bottom: 2px solid #e5eaf0 !important; */
}

.njl-tab {
	background: none !important;
	border: none !important;
	border-bottom: 1px solid transparent !important;
	margin-bottom: -2px !important;
	padding: 7px 18px !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	color: #8F9090 !important;
	cursor: pointer !important;
	transition: color 0.2s, border-color 0.2s !important;
	white-space: nowrap !important;
	font-family: inherit !important;
	/* 	box-shadow: none !important; */
	border-radius: 0 !important;
	/* 	text-transform: none !important; */
	/* 	letter-spacing: normal !important; */
	/* 	outline: none !important; */
}

.njl-tab:hover {
	color: #1a3a5c !important;
	background: none !important;
}

.njl-tab.active {
	color: #3C5D82 !important;
	border-bottom: 1px solid #3C5D82 !important;
	font-weight: 700 !important;
	background: none !important;
	padding-top: 2px !important;
}

/* Carousel wrapper */
.njl-carousel-wrap {
	overflow: hidden !important;
	position: relative !important;
	/* 	padding-inline: 26px 38px !important; */
}

.njl-cards {
	display: block;
}

/* Job Card */
.njl-card {
	background: #F7F9FB !important;
	border-radius: 30px !important;
	padding: 48px 24px !important;
	display: flex !important;
	flex-direction: column !important;
	min-width: 0 !important;
	text-align: center !important;
	transition: box-shadow 0.2s, transform 0.2s !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* .njl-card:hover {
box-shadow: 0 8px 24px rgba(26, 58, 92, 0.12) !important;
transform: translateY(-2px) !important;
}
*/
.njl-card-title {
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #606060 !important;
	margin: 0 !important;
	line-height: 1.3 !important;
	font-family: 'Roboto Serif', Georgia, serif !important;
	padding: 0 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	border: none !important;
	padding-bottom: 20px !important;
	background: none !important;
}

.njl-card-desc {
	font-size: 16px !important;
	color: #7F8E97 !important;
	line-height: 120% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: clip;
}

/* Meta row */
.njl-card-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 16px !important;
	margin-top: 24px !important;
	margin-bottom: 32px !important;
	padding: 0 !important;
	list-style: none !important;
	border: none !important;
	justify-content: center !important;
}

.njl-meta-item {
	align-items: center !important;
	gap: 6px !important;
	font-size: 16px !important;
	color: #3C5D82 !important;
	font-weight: 400 !important;
	font-family: inherit !important;
}

.njl-meta-item svg {
	width: 18px !important;
	height: 18px !important;
	flex-shrink: 0 !important;
	color: #3C5D82 !important;
}

/* Tags row */
.njl-card-tags {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.njl-tag {
	display: inline-block !important;
	font-size: 12px !important;
	padding: 5px 12px !important;
	border-radius: 999px !important;
	background: #EAEDF3 !important;
	color: #3C5D82 !important;
	font-weight: 500 !important;
	border: none !important;
	margin: 0 !important;
	line-height: normal !important;
	text-decoration: none !important;
}

/* Apply button */
.njl-apply-btn {
	display: block !important;
	margin-inline: auto;
	/* margin-top: 8px !important; */
	padding: 17px 35px !important;
	background: #3C5D82 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 999px !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	text-align: center !important;
	cursor: pointer !important;
	transition: background 0.2s, transform 0.15s !important;
	font-family: inherit !important;
	align-self: flex-start !important;
	line-height: 100% !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	box-shadow: none !important;
	outline: none !important;
	/* 	margin-top:auto; */
}

.njl-apply-btn:hover {
	background: #0f2a45 !important;
	transform: translateY(-1px) !important;
	color: #fff !important;
	text-decoration: none !important;
}

/* Dots
.njl-dots {
display: flex !important;
justify-content: center !important;
gap: 8px !important;
margin-top: 43px !important;
padding: 0 !important;
list-style: none !important;
}

.njl-dot {
width: 10px !important;
height: 10px !important;
border-radius: 999px !important;
background: transparent !important;
border: 1px solid #BABABA !important;
cursor: pointer !important;
padding: 0 !important;
/* transition: background 0.2s, width 0.2s !important; */
/* box-shadow: none !important;
outline: none !important;
display: block !important;
flex-shrink: 0 !important; */
/* } */

/* .njl-dot.active {
background: #3C5D82 !important;
width: 20px !important;
}  */

/* No results */
.njl-no-results {
	text-align: center !important;
	padding: 48px 20px !important;
	color: #8898aa !important;
	font-size: 15px !important;
	width: 100% !important;
	margin: 0 !important;
	font-weight: 400 !important;
	font-family: inherit !important;
}

/* Responsive */
@media (max-width: 900px) {
	.njl-header {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
	.njl-title {
		font-size: 32px !important;
	}
	body #njl-wrapper .slick-dots li button {
		width: 6px !important;
		height: 6px !important;

	}
	body #njl-wrapper .slick-dots {
     gap: 5px !important;
 }
}

@media (max-width: 600px) {
	.njl-tab {
		font-size: 16px !important;
		padding: 6px 10px !important;
	}

	.njl-header {
		gap: 16px !important;
		margin-bottom: 20px !important;
	}
	.njl-apply-btn {
		font-size:16px !important;
		text-align: center !important;
		align-self: stretch !important;
	}
}

/* =========================================================
VACANCY DETAILS FORM - SHORTCODE STYLES
========================================================= */

.njl-vacancy-form-wrapper {
	max-width: 100% !important;
	margin: 0;
	/* 	padding: 30px 0; */
}
.njl-vacancy-form .njl-form-row:last-child{
	margin-bottom: 0 !important;
}

.njl-vacancy-form .njl-form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
}

.njl-vacancy-form .njl-form-group {
	flex: 1 1 calc(50% - 10px);
	min-width: 220px;
	display: flex;
	flex-direction: column;
}

.njl-vacancy-form .njl-form-row-full .njl-form-group {
	flex: 1 1 100%;
}

.njl-vacancy-form label {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 16px;
	color: #3C5D82;
	line-height: normal;
	margin-bottom: 8px;
}
span.njl-file-text {
	color:#8E8E8E !important;
}

.njl-vacancy-form input[type="text"],
.njl-vacancy-form input[type="email"],
.njl-vacancy-form select,
.njl-vacancy-form textarea {
	font-family: "Open Sans";
	width: 100%;
	padding: 16px;
	border-radius: 30px;
	border: 0.857px solid #3C5D82;
	font-size: 14px;
	color: #8E8E8E;
	background-color: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
}

.njl-vacancy-form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b3a5c' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 16px;
	cursor: pointer;
}

.njl-vacancy-form input::placeholder,
.njl-vacancy-form textarea::placeholder {
	color: #9aa7b5;
}

.njl-vacancy-form input:focus,
.njl-vacancy-form select:focus,
.njl-vacancy-form textarea:focus {
	outline: none;
	border-color: #1b6fc9;
	box-shadow: 0 0 0 3px rgba(27, 111, 201, 0.12);
}

.njl-vacancy-form textarea {
	resize: vertical;
	min-height: 130px;
	font-family: inherit;
}

.njl-form-row .njl-form-row-full {
	margin-bottom:0 !important;
}

/* ---------- File upload ---------- */
.njl-file-upload {
	position: relative;
	width: 100%;
}

.njl-file-upload input[type="file"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}

.njl-file-label {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 12px 16px;
	border-radius: 28px;
	border: 1px dashed #B2C7D9;
	background-color: #fff;
	color: #9aa7b5;
	font-size: 14px;
	min-height: 48px;
	box-sizing: border-box;
}

.njl-file-upload input[type="file"]:focus + .njl-file-label,
.njl-file-upload:hover .njl-file-label {
	border-color: #1b6fc9;
}

.njl-file-label.has-file {
	color: #1b3a5c;
	font-weight: 500;
}

/* ---------- reCAPTCHA ---------- */
.njl-recaptcha-group {
	display: block;
}

.njl-recaptcha-error {
	color: #c0392b;
	font-size: 13px;
	display: block;
	margin-top: 6px;
}

/* ---------- Submit button ---------- */
.njl-submit-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: #1b3a5c;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border: none;
	border-radius: 30px;
	padding: 14px 28px;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.1s ease;
}

.njl-submit-btn:hover {
	background-color: #14304d;
}

.njl-submit-btn:active {
	transform: scale(0.98);
}

.njl-submit-btn:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

.njl-submit-btn .njl-arrow {
	font-size: 16px;
	line-height: 1;
}

/* ---------- Form message ---------- */
.njl-form-message {
	width: 100%;
	font-size: 14px;
	padding: 10px 0;
	display: none;
}

.njl-form-message.show {
	display: block;
}

.njl-form-message.success {
	color: #1d7a3e;
}

.njl-form-message.error {
	color: #c0392b;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
	.njl-vacancy-form .njl-form-group {
		flex: 1 1 100%;
	}
}

/* ══════════════════════════════════════════
Vacancy Form — inline validation styles
══════════════════════════════════════════ */
.njl-field-error {
	display:      block;
	color:        #ef4444;
	font-size:    12px;
	line-height:  1.4;
	margin-top:   5px;
}

.njl-vacancy-form input.njl-input-invalid,
.njl-vacancy-form select.njl-input-invalid,
.njl-vacancy-form textarea.njl-input-invalid,
.njl-vacancy-form .njl-file-label.njl-input-invalid {
	border: 2px solid #ef4444 !important;
	outline: none;
}

.njl-vacancy-form input.njl-input-valid,
.njl-vacancy-form select.njl-input-valid,
.njl-vacancy-form textarea.njl-input-valid,
.njl-vacancy-form .njl-file-label.njl-input-valid {
	border: 2px solid #10b981 !important;
	outline: none;
}

.njl-vacancy-form input,
.njl-vacancy-form select,
.njl-vacancy-form textarea,
.njl-vacancy-form .njl-file-label {
	transition: border-color 0.2s ease;
}

.njl-recaptcha-error {
	display: block;
	color: #ef4444;
	font-size: 12px;
	margin-top: 6px;
}
/* ═══════════════════════════════════
NJL — Slick Slider overrides
═══════════════════════════════════ */

#njl-wrapper .njl-cards {
	display: block !important;
}

#njl-wrapper .slick-list {
	overflow: hidden !important;
	margin: 0 -12px !important;
}
#njl-wrapper .slick-track {
	display: flex !important;
	align-items: stretch !important;
	gap: 48px;
	margin-left: -22px;
}

#njl-wrapper .slick-slide {
	height: auto !important;
	box-sizing: border-box !important;
	float: left !important;
	width:25% !important;
	justify-content: space-between;
}
/* 
#njl-wrapper .slick-slide > div {
height: 100% !important;
}
*/
#njl-wrapper .slick-slide .njl-card {
	width: 100% !important;
	box-sizing: border-box !important;
	height: 100% !important;
	flex-shrink: unset !important;
	flex: unset !important;
}

/* Arrows */
#njl-wrapper .slick-prev,
#njl-wrapper .slick-next {
	width: 40px !important;
	height: 40px !important;
	background: #3C5D82 !important;
	border-radius: 50% !important;
	z-index: 10 !important;
}

#njl-wrapper .slick-prev:hover,
#njl-wrapper .slick-next:hover {
	background: #0f2a45 !important;
}

#njl-wrapper .slick-prev { left: -20px !important; }
#njl-wrapper .slick-next { right: -20px !important; }

#njl-wrapper .slick-prev:before,
#njl-wrapper .slick-next:before {
	color: #fff !important;
	font-size: 18px !important;
	opacity: 1 !important;
}

#njl-wrapper .slick-prev.slick-disabled,
#njl-wrapper .slick-next.slick-disabled {
	opacity: 0.4 !important;
}

/* Dots */
#njl-wrapper .slick-dots {
	position: relative !important;
	bottom: auto !important;
	display: flex !important;
	justify-content: center !important;
	gap: 8px !important;
	padding: 0 !important;
	list-style: none !important;
	margin: 20px 0 0 !important;
}

#njl-wrapper .slick-dots li {
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
}

#njl-wrapper .slick-dots li button {
	width: 10px !important;
	height: 10px !important;
	border-radius: 999px !important;
	background: transparent !important;
	border: 1px solid #BABABA !important;
	padding: 0 !important;
	transition: background 0.2s, width 0.2s !important;
	display: block !important;
}

#njl-wrapper .slick-dots li button:before {
	display: none !important;
	content: '' !important;
}

#njl-wrapper .slick-dots li.slick-active button {
	background: #3C5D82 !important;
	border-color: #3C5D82 !important;
	width: 20px !important;
}

#njl-wrapper .njl-carousel-wrap {
	padding-bottom: 0 !important;
}

#njl-wrapper #njl-dots {
	margin-top: 20px !important;
	min-height: 20px !important;
}