.elementor-1115 .elementor-element.elementor-element-93c0739{--display:flex;}body.elementor-page-1115:not(.elementor-motion-effects-element-type-background), body.elementor-page-1115 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F7F1;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-8d0258a *//* ================================
   Job Detail Page
================================ */

.job-detail-page {
	--job-green: #044b2d;
	--job-green-light: #eaf5ef;
	--job-yellow: #f2c94c;
	--job-text: #24332b;
	--job-muted: #6f7d75;
	--job-border: #e2ebe5;
	--job-bg: #f6f9f7;


	color: var(--job-text);
	font-family: "Averta Cyrillic", Arial, sans-serif;
	padding: 32px 20px 80px;
}

.job-detail-container {
	width: min(1180px, 100%);
	margin: 0 auto;
}

/* Breadcrumb */

.job-detail-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 28px;
	color: var(--job-muted);
	font-size: 14px;
}

.job-detail-breadcrumb a {
	color: var(--job-green);
	font-weight: 600;
	text-decoration: none;
}

.job-detail-breadcrumb a:hover {
	text-decoration: underline;
}

/* Header */

.job-detail-header {
	position: relative;
	overflow: hidden;
	margin-bottom: 28px;
	padding: 48px 52px;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(4, 75, 45, .98), rgba(9, 111, 68, .92)),
		url("/wp-content/uploads/2024/01/pattern.svg");
	color: #fff;
	box-shadow: 0 18px 45px rgba(4, 75, 45, .16);
}

.job-detail-header::after {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	right: -80px;
	top: -100px;
	border: 35px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
}

.job-detail-labels {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.job-detail-label {
	display: inline-flex;
	align-items: center;
	padding: 7px 13px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.job-detail-label-yellow {
	border-color: transparent;
	background: var(--job-yellow);
	color: #253015;
}

.job-detail-header h1 {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(32px, 5vw, 58px);
	line-height: 1.08;
	letter-spacing: -1.5px;
}

.job-detail-meta {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.job-detail-meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 10px;
	background: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .92);
	font-size: 15px;
}

/* Main layout */

.job-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	align-items: start;
	gap: 28px;
}

.job-detail-main,
.job-detail-sidebar {
	border: 1px solid var(--job-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(25, 62, 43, .05);
}

.job-detail-main {
	padding: 42px 48px;
}

.job-detail-section {
	padding-bottom: 34px;
	margin-bottom: 34px;
	border-bottom: 1px solid var(--job-border);
}

.job-detail-section:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.job-detail-section h2 {
	position: relative;
	margin: 0 0 20px;
	padding-left: 17px;
	color: var(--job-green);
	font-size: 25px;
	line-height: 1.25;
}

.job-detail-section h2::before {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 0;
	width: 5px;
	border-radius: 8px;
	background: var(--job-yellow);
}

.job-detail-richtext {
	color: #4d5e54;
	font-size: 16px;
	line-height: 1.8;
}

.job-detail-richtext p {
	margin: 0 0 16px;
}

.job-detail-richtext ul,
.job-detail-richtext ol {
	margin: 14px 0 20px;
	padding-left: 24px;
}

.job-detail-richtext li {
	margin-bottom: 9px;
	padding-left: 5px;
}

.job-detail-richtext ul li::marker {
	color: var(--job-green);
}

.job-detail-richtext strong {
	color: var(--job-text);
}

/* Sidebar */

.job-detail-sidebar {
	position: sticky;
	top: 150px;
	padding: 28px;
}

.job-detail-sidebar h3 {
	margin: 0 0 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--job-border);
	color: var(--job-green);
	font-size: 21px;
}

.job-detail-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 15px 0;
	border-bottom: 1px solid var(--job-border);
}

.job-detail-info span {
	color: var(--job-muted);
	font-size: 14px;
}

.job-detail-info strong {
	color: var(--job-text);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.job-detail-apply-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 25px;
	padding: 15px 18px;
	border-radius: 12px;
	background: var(--job-green);
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.job-detail-apply-button:hover {
	background: #086b42;
	box-shadow: 0 10px 22px rgba(4, 75, 45, .2);
	transform: translateY(-2px);
}

/* Mobile */

@media (max-width: 850px) {
	.job-detail-page {
		padding: 20px 14px 50px;
	}

	.job-detail-header {
		padding: 34px 25px;
		border-radius: 18px;
	}

	.job-detail-layout {
		grid-template-columns: 1fr;
	}

	.job-detail-sidebar {
		position: static;
		order: -1;
	}

	.job-detail-main {
		padding: 30px 24px;
	}
}

@media (max-width: 520px) {
	.job-detail-header h1 {
		font-size: 34px;
		letter-spacing: -0.8px;
	}

	.job-detail-meta {
		flex-direction: column;
		align-items: stretch;
	}

	.job-detail-meta span {
		width: 100%;
	}

	.job-detail-main,
	.job-detail-sidebar {
		border-radius: 16px;
	}

	.job-detail-main {
		padding: 26px 20px;
	}

	.job-detail-sidebar {
		padding: 23px 20px;
	}
}
.job-detail-hr-email {
	margin-top: 24px;
	padding: 15px 16px;
	border: 1px solid #dcebe1;
	border-radius: 12px;
	background: #f3faf5;
}

.job-detail-hr-email span {
	display: block;
	margin-bottom: 6px;
	color: #6f7d75;
	font-size: 13px;
}

.job-detail-hr-email a {
	display: block;
	overflow-wrap: anywhere;
	color: #044b2d;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
}

.job-detail-hr-email a:hover {
	text-decoration: underline;
}/* End custom CSS */