@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
:root{
	--career-navy:#071d3d;
	--career-blue:#0c64e8;
	--career-orange:#ff7a18;
	--career-ink:#14213d;
	--career-muted:#6b778c;
	--career-bg:#f5f7fb;
	--career-white:#ffffff;
	--career-line:#e4e9f1;
	--career-soft:#eef4ff;
}
body{
	font-family: "Inter", sans-serif !important;
}
.careerheader{
	position:relative;
	overflow:hidden;
	padding:42px 0 58px;
	background:
		radial-gradient(circle at 85% 20%,rgba(12,100,232,.35),transparent 28%),
		radial-gradient(circle at 10% 100%,rgba(255,122,24,.18),transparent 30%),
		linear-gradient(135deg,#061936 0%,#0b2854 55%,#073d78 100%);
}

.careerheader:before{
	content:"";
	position:absolute;
	width:280px;
	height:280px;
	border:1px solid rgba(255,255,255,.09);
	border-radius:50%;
	right:-100px;
	top:-120px;
}

.careerheader:after{
	content:"";
	position:absolute;
	width:190px;
	height:190px;
	border:1px solid rgba(255,255,255,.07);
	border-radius:50%;
	left:-80px;
	bottom:-120px;
}

.careerheader .container{
	position:relative;
	z-index:2;
}

.careerheader img{
	display:block;
	/* width:68px;
	height:68px; */
	object-fit:contain;
	padding:8px;
	background:#fff;
	border-radius:18px;
	box-shadow:0 12px 35px rgba(0,0,0,.18);
	margin-bottom:28px;
}

.careerheader h1{
	margin: 0;
    max-width: max-content;
    font-size: 42px !important;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0.6px;
}

.search-section{
	position:relative;
	z-index:5;
	margin-top:-32px;
	margin-bottom:0;
}

.search-section .card{
	border:0;
	border-radius:18px;
	background:#fff;
	box-shadow:0 15px 45px rgba(7,29,61,.12);
}

.search-section .card-body{
	padding:18px;
}

.search-section .form-control,
.search-section .form-control{
	height:48px;
	border:1px solid var(--career-line);
	border-radius:11px;
	color:var(--career-ink);
	font-size:13px;
	background:#fff;
	box-shadow:none;
	transition:.2s ease;
}

.search-section .form-control::placeholder{
	color:#9aa4b2;
}

.search-section .form-control:focus,
.search-section .form-control:focus{
	border-color:var(--career-blue);
	box-shadow:0 0 0 3px rgba(12,100,232,.09);
}

.search-section .btn-dark{
	height:48px;
	border:0;
	border-radius:11px;
	background:var(--career-navy);
	font-weight:600;
	transition:.2s ease;
}

.search-section .btn-dark:hover{
	background:var(--career-blue);
	transform:translateY(-1px);
}

.container>.card{
	border:0;
	border-radius:18px;
	background:#fff;
	box-shadow:0 10px 35px rgba(7,29,61,.07);
	margin-bottom:35px;
}

.container>.card>.card-body{
	padding:28px;
}

.job_list>div:first-child{
	align-items:center;
	padding-bottom:5px;
}

.job_list>div:first-child h2{
	color:var(--career-navy);
	font-size:19px!important;
	font-weight:750;
	margin-bottom:0!important;
}

.job_list>div:first-child a{
	color:var(--career-muted)!important;
	font-weight:600;
	transition:.2s ease;
}

.job_list>div:first-child a:hover{
	color:var(--career-blue)!important;
}

.job_list>.card{
	position:relative;
	overflow:hidden;
	border:1px solid var(--career-line)!important;
	border-radius:16px!important;
	background:#fff;
	box-shadow:0 5px 18px rgba(7,29,61,.04)!important;
	transition:all .25s ease;
}

.job_list>.card:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:4px;
	background:linear-gradient(180deg,var(--career-blue),var(--career-orange));
	opacity:0;
	transition:.25s ease;
}

.job_list>.card:hover{
	transform:translateY(-3px);
	border-color:#cbd8eb!important;
	box-shadow:0 14px 35px rgba(7,29,61,.10)!important;
}

.job_list>.card:hover:before{
	opacity:1;
}

.job_list>.card .card-body{
	padding:21px;
}

.job_list>.card .me-3{
	width:76px;
	height:76px;
	flex:0 0 76px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#f4f7fb;
	border:1px solid #e8edf4;
	border-radius:15px;
}

.job_list>.card .me-3 img{
	width:58px!important;
	height:58px!important;
	object-fit:contain;
}

.card_ribbon{
	min-width:0;
}

.card_ribbon .ribbon-left{
	display:inline-flex;
	align-items:center;
	padding:5px 9px;
	margin-bottom:7px;
	border-radius:6px;
	background:#fff1e8!important;
	color:#df620d!important;
	font-size:10px;
	font-weight:700;
}

.card_ribbon .card-title{
	color:var(--career-navy);
	font-size:17px!important;
	font-weight:750;
	line-height:1.3;
}

.card_ribbon p{
	color:var(--career-muted)!important;
	line-height:1.65;
}

.card_ribbon p i{
	color:var(--career-blue);
	margin-right:3px;
}

.card_ribbon p strong{
	display:inline-block;
	margin-top:4px;
	padding:4px 8px;
	border-radius:6px;
	background:#eef4ff;
	color:var(--career-blue);
	font-size:11px;
	font-weight:700;
}

.job_list>.card .col-md-4{
	border-left:1px solid #edf0f5;
	padding-left:25px;
}

.job_list>.card .btn{
	height:40px;
	border-radius:9px;
	font-size:12px;
	font-weight:650;
	transition:.2s ease;
}

.job_list>.card .btn-danger{
	border:0;
	background:var(--career-orange);
	box-shadow:0 5px 14px rgba(255,122,24,.18);
}

.job_list>.card .btn-danger:hover{
	background:#e96608;
	transform:translateY(-1px);
}

.job_list>.card .btn-secondary{
	border:1px solid #dbe2ec;
	background:#fff;
	color:var(--career-navy);
}

.job_list>.card .btn-secondary:hover{
	background:#f4f7fb;
	border-color:#c7d3e3;
}

.job_list>.text-center{
	padding:55px 20px;
	color:var(--career-muted);
}

.job_list>.text-center img{
	width:55px;
	height:55px;
	object-fit:contain;
	opacity:.65;
}

.job_list>.text-center p:first-of-type{
	color:var(--career-navy);
	font-size:15px;
	margin-bottom:7px;
}

.job_list>.text-center p:last-of-type{
	max-width:600px;
	margin:0 auto;
	font-size:13px;
	line-height:1.7;
}

.poweredby{
	padding:0 15px 25px;
	text-align:center;
}

.poweredby p{
	color:#8792a3;
}

.poweredby a{
	color:var(--career-navy)!important;
	font-weight:700;
}

@media(max-width:991px){
	.careerheader{
		padding:35px 0 52px;
	}

	.careerheader h1{
		font-size:34px!important;
	}

	.search-section .col-md-2{
		width:50%;
	}

	.job_list>.card .col-md-4{
		border-left:0;
		border-top:1px solid #edf0f5;
		margin-top:18px;
		padding:18px 0 0;
	}
}

@media(max-width:575px){
	.careerheader{
		padding:25px 0 45px;
	}

	.careerheader img{
		width:58px;
		height:58px;
		margin-bottom:20px;
	}

	.careerheader h1{
		font-size:28px!important;
		letter-spacing:-.7px;
	}

	.search-section{
		margin-top:-25px;
	}

	.search-section .card-body{
		padding:12px;
	}

	.search-section .col-md-2{
		width:100%;
	}

	.container>.card>.card-body{
		padding:18px 14px;
	}

	.job_list>.card .card-body{
		padding:17px;
	}

	.job_list>.card .d-flex.align-items-center{
		align-items:flex-start!important;
	}

	.job_list>.card .me-3{
		width:58px;
		height:58px;
		flex:0 0 58px;
		margin-right:12px!important;
	}

	.job_list>.card .me-3 img{
		width:45px!important;
		height:45px!important;
	}

	.card_ribbon .card-title{
		font-size:15px!important;
	}

	.job_list>.card .btn{
		width:100%!important;
		margin-bottom:8px!important;
	}


	.job_list>div:first-child h2{
		font-size:17px!important;
	}
}

.job_cards {
	position: relative;
	overflow: hidden;
	margin-bottom: 18px;
	border: 1px solid #e4e9f1;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(7,29,61,.05);
	transition:
		transform .3s ease,
		box-shadow .3s ease,
		border-color .3s ease;
	animation: jobCardIn .55s ease both;
}

.job_cards:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(
		180deg,
		#0c64e8,
		#ff7a18
	);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform .35s ease;
}

.job_cards:after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	right: -100px;
	top: -100px;
	border-radius: 50%;
	background: rgba(12,100,232,.035);
	transition: .4s ease;
	pointer-events: none;
}

.job_cards:hover {
	transform: translateY(-5px);
	border-color: #d3deed;
	box-shadow: 0 18px 40px rgba(7,29,61,.11);
}

.job_cards:hover:before {
	transform: scaleY(1);
}

.job_cards:hover:after {
	width: 240px;
	height: 240px;
	background: rgba(12,100,232,.06);
}

/* Card Body */

.job_cards .card-body {
	position: relative;
	z-index: 2;
	padding: 20px;
}

/* Logo */

.job_cards .me-3 {
	width: 76px;
	height: 76px;
	flex: 0 0 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e7ecf3;
	border-radius: 15px;
	background: linear-gradient(145deg,#f8fafc,#eef3f9);
	transition:
		transform .35s ease,
		box-shadow .35s ease,
		background .35s ease;
}

.job_cards .me-3 img {
	width: 58px;
	height: 58px;
	object-fit: contain;
	transition: transform .4s ease;
}

.job_cards:hover .me-3 {
	transform: translateY(-2px) rotate(-2deg);
	background: #fff;
	box-shadow: 0 8px 20px rgba(7,29,61,.09);
}

.job_cards:hover .me-3 img {
	transform: scale(1.08) rotate(2deg);
}

/* Content */

.job_cards .card_ribbon {
	position: relative;
	padding-left: 16px;
	min-width: 0;
}

.job_cards .card_ribbon.border-left {
	border-left: 2px solid #e9edf3 !important;
	transition: border-color .3s ease;
}

.job_cards:hover .card_ribbon.border-left {
	border-left-color: #0c64e8 !important;
}

.job_cards .card-title {
	color: #071d3d;
	font-weight: 750;
	line-height: 1.3;
	transition: color .25s ease, transform .25s ease;
}

.job_cards:hover .card-title {
	color: #0c64e8;
	transform: translateX(2px);
}

.job_cards .card_ribbon p {
	color: #687589 !important;
	line-height: 1.55;
	transition: transform .25s ease;
	font-size: 13px;
}

.job_cards:hover .card_ribbon p {
	transform: translateX(2px);
}

.job_cards .card_ribbon p i {
	color: #0c64e8;
	margin-right: 3px;
}

/* Job Type */

.job_cards .card_ribbon strong {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 6px;
	background: #eef4ff;
	color: #0c64e8;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .15px;
}

/* Date Badge */

.job_cards .ribbon-left {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border: 1px solid #ffe1cf;
	border-radius: 6px;
	background: #fff4ed !important;
	color: #e96608 !important;
	font-size: 10px;
	font-weight: 700;
	vertical-align: middle;
	transition: .25s ease;
}

.job_cards:hover .ribbon-left {
	background: #ff7a18 !important;
	border-color: #ff7a18;
	color: #fff !important;
}

/* Buttons Area */

.job_cards .col-md-4 {
	position: relative;
	z-index: 3;
	border-left: 1px solid #edf0f5;
}

.job_cards .btn {
	position: relative;
	overflow: hidden;
	height: 40px;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 700;
	transition:
		transform .25s ease,
		box-shadow .25s ease,
		background .25s ease;
}

.job_cards .btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 70%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255,255,255,.25),
		transparent
	);
	transition: left .5s ease;
}

.job_cards .btn:hover:before {
	left: 130%;
}

.job_cards .btn-danger {
	border: 0;
	background: linear-gradient(135deg,#ff7a18,#ed6508);
	box-shadow: 0 6px 15px rgba(255,122,24,.18);
}

.job_cards .btn-danger:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(255,122,24,.28);
}

.job_cards .btn-secondary {
	border: 1px solid #dce3ec;
	background: #fff;
	color: #14213d;
}

.job_cards .btn-secondary:hover {
	background: #f1f6ff;
	border-color: #bcd1f1;
	color: #0c64e8;
	transform: translateY(-2px);
	box-shadow: 0 7px 16px rgba(7,29,61,.07);
}

/* Entrance Animation */

@keyframes jobCardIn {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Different delay for multiple cards */

.job_cards:nth-child(2) {
	animation-delay: .05s;
}

.job_cards:nth-child(3) {
	animation-delay: .1s;
}

.job_cards:nth-child(4) {
	animation-delay: .15s;
}

.job_cards:nth-child(5) {
	animation-delay: .2s;
}

.job_cards:nth-child(6) {
	animation-delay: .25s;
}

/* Mobile */

@media(max-width:767px) {

	.job_cards .card-body {
		padding: 17px;
	}

	.job_cards .col-md-4 {
		margin-top: 18px;
		padding: 17px 0 0;
		border-left: 0;
		border-top: 1px solid #edf0f5;
	}

	.job_cards .btn {
		width: 100% !important;
		margin-bottom: 8px !important;
	}

	.job_cards .me-3 {
		width: 62px;
		height: 62px;
		flex: 0 0 62px;
		margin-right: 12px !important;
	}

	.job_cards .me-3 img {
		width: 47px;
		height: 47px;
	}

	.job_cards .card_ribbon {
		padding-left: 12px;
	}

	.job_cards .card-title {
		font-size: 15px !important;
	}
}

@media(prefers-reduced-motion:reduce) {

	.job_cards,
	.job_cards *,
	.job_cards:before,
	.job_cards:after {
		animation: none !important;
		transition: none !important;
	}
}
/* ==========================================
   CAREER OFFCANVAS BASE
========================================== */

.apply_job,
.apply_job_details {
	width: 600px !important;
	border: 0 !important;
	padding: 0 !important;
	background: #f7f9fc;
	box-shadow: -15px 0 45px rgba(7,29,61,.16);
}

.apply_job .offcanvas-header,
.apply_job_details .offcanvas-header {
	position: relative;
	padding: 21px 22px !important;
	background: #fff;
	border-bottom: 1px solid #e7ebf1 !important;
}

.apply_job .offcanvas-header:before,
.apply_job_details .offcanvas-header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg,#0c64e8,#ff7a18);
}

.apply_job .offcanvas-title,
.apply_job_details .offcanvas-title {
	display: flex;
	align-items: center;
	color: #071d3d;
	font-size: 17px;
	font-weight: 750;
	line-height: 1.35;
	padding-right: 30px;
}

.apply_job .offcanvas-title:before {
	content: "✦";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	margin-right: 10px;
	border-radius: 9px;
	background: #eef4ff;
	color: #0c64e8;
	font-size: 14px;
}

.apply_job_details .offcanvas-title:before {
	content: "i";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	margin-right: 10px;
	border-radius: 9px;
	background: #fff1e8;
	color: #ed690f;
	font-size: 15px;
	font-weight: 800;
}

.apply_job .btn-close,
.apply_job_details .btn-close {
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0;
	border-radius: 9px;
	background-color: #f1f4f8;
	background-size: 11px;
	opacity: 1;
	transition: .25s ease;
}

.apply_job .btn-close:hover,
.apply_job_details .btn-close:hover {
	background-color: #e7edf5;
	transform: rotate(90deg);
}


/* ==========================================
   COMMON BODY
========================================== */

.apply_job .offcanvas-body,
.apply_job_details .offcanvas-body {
	padding: 23px !important;
	background: #f7f9fc;
	overflow-y: auto;
}

.apply_job .offcanvas-body::-webkit-scrollbar,
.apply_job_details .offcanvas-body::-webkit-scrollbar {
	width: 5px;
}

.apply_job .offcanvas-body::-webkit-scrollbar-thumb,
.apply_job_details .offcanvas-body::-webkit-scrollbar-thumb {
	background: #ccd5e2;
	border-radius: 10px;
}


/* ==========================================
   APPLY JOB FORM
========================================== */

.apply_job form {
	padding: 3px 0;
}

.apply_job .mb-3 {
	margin-bottom: 17px !important;
}

.apply_job .form-label {
	display: block;
	margin-bottom: 7px;
	color: #14213d;
	font-size: 12px;
	font-weight: 700;
}

.apply_job .form-control {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid #dfe5ed;
	border-radius: 10px;
	background: #fff;
	color: #172033;
	font-size: 13px;
	box-shadow: none;
	transition: all .2s ease;
}

.apply_job .form-control::placeholder {
	color: #a0a9b7;
}

.apply_job .form-control:hover {
	border-color: #cbd5e1;
}

.apply_job .form-control:focus {
	border-color: #0c64e8;
	box-shadow: 0 0 0 3px rgba(12,100,232,.08);
	outline: none;
}

.apply_job textarea.form-control {
	min-height: 115px;
	resize: vertical;
	line-height: 1.6;
}

.apply_job input[type="file"] {
	padding: 8px 9px;
	cursor: pointer;
}

.apply_job input[type="file"]::file-selector-button {
	margin-right: 9px;
	padding: 7px 12px;
	border: 0;
	border-radius: 7px;
	background: #eef4ff;
	color: #0c64e8;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
	transition: .2s ease;
}

.apply_job input[type="file"]::file-selector-button:hover {
	background: #dfeaff;
}


/* ==========================================
   APPLY BUTTON
========================================== */

.apply_job .btn-success {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	margin-top: 5px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(135deg,#0c64e8,#0755c9);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 8px 20px rgba(12,100,232,.20);
	transition: all .25s ease;
}

.apply_job .btn-success:hover {
	background: linear-gradient(135deg,#095bd6,#064ab5);
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(12,100,232,.27);
}

.apply_job .btn-success:active {
	transform: translateY(0);
}


/* ==========================================
   JOB DETAILS
========================================== */

.apply_job_details .fs-13.text-dark {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #687589 !important;
}

.apply_job_details .desc {
	position: relative;
	margin: 0;
	padding: 13px 14px;
	border: 1px solid #e3e8ef;
	border-radius: 11px;
	background: #fff;
	font-size: 13px;
	line-height: 1.6;
	transition: all .2s ease;
}

.apply_job_details .fs-13.text-dark p:hover {
	border-color: #cbd8ea;
	box-shadow: 0 5px 15px rgba(7,29,61,.05);
	transform: translateY(-1px);
}

.apply_job_details .desc strong {
	display: block;
	margin-bottom: 3px;
	color: #071d3d;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .5px;
}

/* ==========================================
   DETAILS FOOTER
========================================== */

.apply_job_details .offcanvas-footer {
	position: sticky;
	bottom: 0;
	padding: 11px 17px !important;
	background: rgba(255,255,255,.96);
	border-top: 1px solid #e4e9f0 !important;
	box-shadow: 0 -8px 20px rgba(7,29,61,.06);
	backdrop-filter: blur(10px);
}

.apply_job_details .offcanvas-footer .btn-primary {
	height: 48px;
	border: 0;
	border-radius: 9px !important;
	background: linear-gradient(135deg,#ff7a18,#e96508);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 7px 18px rgba(255,122,24,.20);
	transition: all .25s ease;
}

.apply_job_details .offcanvas-footer .btn-primary:hover {
	background: linear-gradient(135deg,#f36e0b,#d95704);
	transform: translateY(-2px);
	box-shadow: 0 11px 24px rgba(255,122,24,.28);
}


/* ==========================================
   MOBILE
========================================== */

@media(max-width:575px) {

	.apply_job,
	.apply_job_details {
		width: 100% !important;
	}

	.apply_job .offcanvas-header,
	.apply_job_details .offcanvas-header {
		padding: 18px !important;
	}

	.apply_job .offcanvas-body,
	.apply_job_details .offcanvas-body {
		padding: 18px !important;
	}

	.apply_job .offcanvas-title,
	.apply_job_details .offcanvas-title {
		font-size: 15px;
	}

	.apply_job .offcanvas-title:before,
	.apply_job_details .offcanvas-title:before {
		width: 29px;
		height: 29px;
		flex-basis: 29px;
	}

	.apply_job_details .offcanvas-footer {
		padding: 10px 13px !important;
	}

}
.poweredby {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	margin-top: 30px;
	padding: 15px 20px;
	background: #071d3d;
	border-top: 1px solid rgba(255,255,255,.08);
	overflow: hidden;
}

.poweredby:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg,#0c64e8,#ff7a18,#0c64e8);
}

.poweredby:after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	right: -80px;
	bottom: -120px;
	border-radius: 50%;
	background: rgba(12,100,232,.14);
}

.poweredby p {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 7px;
	color: #aebbd0 !important;
	font-size: 12px !important;
	font-weight: 500;
	letter-spacing: .2px;
}

.poweredby p:before {
	content: "✦";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 7px;
	background: rgba(255,122,24,.12);
	color: #ff7a18;
	font-size: 11px;
}

.poweredby a {
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
	transition: .25s ease;
}

.poweredby a:hover {
	color: #ff7a18 !important;
}

@media(max-width:575px) {
	.poweredby {
		min-height: 58px;
		margin-top: 20px;
		padding: 12px 15px;
	}

	.poweredby p {
		font-size: 11px !important;
	}

	.poweredby p:before {
		width: 22px;
		height: 22px;
	}
}
.career_search_form {
	position: relative;
	z-index: 20;
}

.career_dropdown {
	position: relative;
	width: 100%;
}

.career_dropdown_selected {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 0 14px;
	border: 1px solid #e1e7ef;
	border-radius: 11px;
	background: #fff;
	color: #69778c;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: .25s ease;
	box-shadow: 0 4px 14px rgba(7,29,61,.04);
}

.career_dropdown_selected:hover {
	border-color: #b9cbe4;
	box-shadow: 0 7px 18px rgba(7,29,61,.07);
}

.career_dropdown.open .career_dropdown_selected {
	border-color: #0c64e8;
	color: #071d3d;
	box-shadow: 0 0 0 3px rgba(12,100,232,.08);
}

.career_dropdown_selected i {
	font-size: 11px;
	color: #7b8798;
	transition: .25s ease;
}

.career_dropdown.open .career_dropdown_selected i {
	color: #0c64e8;
	transform: rotate(180deg);
}

.career_dropdown_menu {
	position: absolute;
	left: 0;
	top: calc(100% + 7px);
	width: 100%;
	padding: 6px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 15px 35px rgba(7,29,61,.14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px) scale(.98);
	transform-origin: top;
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
	z-index: 9999;
}

.career_dropdown.open .career_dropdown_menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.career_dropdown_option {
	position: relative;
	padding: 10px 11px;
	border-radius: 8px;
	color: #526075;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	transition: .2s ease;
}

.career_dropdown_option:hover {
	background: #f1f6ff;
	color: #0c64e8;
	padding-left: 15px;
}

.career_dropdown_option.selected {
	background: linear-gradient(90deg,#eef5ff,#f8fbff);
	color: #0c64e8;
	font-weight: 700;
}

.career_dropdown_option.selected:after {
	content: "✓";
	position: absolute;
	right: 11px;
	color: #0c64e8;
	font-weight: 800;
}

.career_dropdown_option + .career_dropdown_option {
	margin-top: 2px;
}

.career_text_field {
	position: relative;
}

.career_text_field input {
	width: 100%;
	height: 48px;
	padding: 0 40px 0 14px;
	border: 1px solid #e1e7ef;
	border-radius: 11px;
	background: #fff;
	color: #071d3d;
	font-size: 13px;
	outline: none;
	box-shadow: 0 4px 14px rgba(7,29,61,.04);
	transition: .25s ease;
}

.career_text_field input::placeholder {
	color: #9aa5b5;
	transition: .25s ease;
}

.career_text_field input:focus {
	border-color: #0c64e8;
	box-shadow: 0 0 0 3px rgba(12,100,232,.08);
}

.career_text_field input:focus::placeholder {
	color: #c0c8d4;
	transform: translateX(4px);
}

.career_text_field i {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #8b98aa;
	font-size: 13px;
	pointer-events: none;
	transition: .25s ease;
}

.career_text_field:focus-within i {
	color: #0c64e8;
	transform: translateY(-50%) scale(1.1);
}

.career_search_btn {
	width: 100%;
	height: 48px;
	border: 0;
	border-radius: 11px;
	background: linear-gradient(135deg,#071d3d,#0c64e8);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 7px 18px rgba(12,100,232,.20);
	transition: .25s ease;
}

.career_search_btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 11px 25px rgba(12,100,232,.28);
}

@media(max-width:767px) {
	.career_dropdown_selected,
	.career_text_field input,
	.career_search_btn {
		height: 46px;
	}
}
.career_benefits {
	position: relative;
	padding: 80px 0;
	background: #f7f9fc;
	overflow: hidden;
}

.career_benefits:before {
	content: "";
	position: absolute;
	width: 380px;
	height: 380px;
	left: -220px;
	top: 80px;
	border-radius: 50%;
	background: rgba(12,100,232,.05);
}

.career_benefits:after {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	right: -180px;
	bottom: -100px;
	border-radius: 50%;
	background: rgba(255,122,24,.05);
}

.career_benefits .container {
	position: relative;
	z-index: 2;
}

.career_section_heading {
	max-width: 680px;
	margin: 0 auto 48px;
	text-align: center;
}

.career_section_heading > span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 10px;
	color: #0c64e8;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.career_section_heading > span:before,
.career_section_heading > span:after {
	content: "";
	width: 24px;
	height: 2px;
	border-radius: 5px;
	background: #ff7a18;
}

.career_section_heading h2 {
	margin: 0 0 12px;
	color: #071d3d;
	font-size: 34px;
	font-weight: 750;
	line-height: 1.2;
}

.career_section_heading h2 strong {
	color: #0c64e8;
}

.career_section_heading p {
	max-width: 590px;
	margin: auto;
	color: #687589;
	font-size: 14px;
	line-height: 1.7;
}

.career_benefit_card {
	position: relative;
	height: 100%;
	min-height: 205px;
	padding: 27px;
	border: 1px solid #e3e8f0;
	border-radius: 17px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 6px 22px rgba(7,29,61,.045);
	transition: all .3s ease;
}

.career_benefit_card:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 0;
	background: linear-gradient(180deg,#0c64e8,#ff7a18);
	border-radius: 0 0 5px 0;
	transition: height .35s ease;
}

.career_benefit_card:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	right: -55px;
	top: -55px;
	border-radius: 50%;
	background: rgba(12,100,232,.045);
	transition: .35s ease;
}

.career_benefit_card:hover {
	transform: translateY(-6px);
	border-color: #d2ddec;
	box-shadow: 0 16px 35px rgba(7,29,61,.09);
}

.career_benefit_card:hover:before {
	height: 100%;
}

.career_benefit_card:hover:after {
	transform: scale(1.7);
	background: rgba(255,122,24,.07);
}

.career_benefit_icon {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	border: 1px solid #dce8fb;
	border-radius: 13px;
	background: #f1f6ff;
	color: #0c64e8;
	font-size: 20px;
	transition: all .3s ease;
}

.career_benefit_card:hover .career_benefit_icon {
	border-color: #ffdfca;
	background: #fff3eb;
	color: #ff7a18;
	transform: translateY(-3px) rotate(-3deg);
}

.career_benefit_card h3 {
	position: relative;
	z-index: 2;
	margin: 0 0 9px;
	color: #071d3d;
	font-size: 17px;
	font-weight: 750;
	line-height: 1.3;
	transition: .25s ease;
}

.career_benefit_card:hover h3 {
	color: #0c64e8;
}

.career_benefit_card p {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #687589;
	font-size: 13px;
	line-height: 1.7;
}

@media(max-width:991px) {
	.career_benefits {
		padding: 65px 0;
	}

	.career_section_heading {
		margin-bottom: 35px;
	}

	.career_section_heading h2 {
		font-size: 30px;
	}
}

@media(max-width:575px) {
	.career_benefits {
		padding: 50px 0;
	}

	.career_section_heading {
		padding: 0 10px;
		margin-bottom: 28px;
	}

	.career_section_heading h2 {
		font-size: 26px;
	}

	.career_section_heading p {
		font-size: 13px;
	}

	.career_benefit_card {
		min-height: auto;
		padding: 22px;
	}

	.career_benefit_icon {
		width: 44px;
		height: 44px;
		margin-bottom: 16px;
		font-size: 18px;
	}

	.career_benefit_card h3 {
		font-size: 16px;
	}

	.career_benefit_card p {
		font-size: 12px;
	}
}
.career_header{
	position:relative;
	min-height:480px;
	display:flex;
	align-items:center;
	overflow:hidden;
	background:linear-gradient(135deg,#061936 0%,#092d62 48%,#0c64e8 100%);
}
.career_header_bg{
	position:absolute;
	inset:0;
	background:
		radial-gradient(circle at 78% 20%,rgba(255,122,24,.22),transparent 25%),
		radial-gradient(circle at 92% 80%,rgba(255,255,255,.10),transparent 24%),
		linear-gradient(90deg,rgba(7,29,61,.98),rgba(7,29,61,.78),rgba(12,100,232,.72));
}
.career_header:before{
	content:"";
	position:absolute;
	width:520px;
	height:520px;
	right:-170px;
	top:-210px;
	border:1px solid rgba(255,255,255,.12);
	border-radius:50%;
}
.career_header:after{
	content:"";
	position:absolute;
	width:330px;
	height:330px;
	right:30px;
	bottom:-210px;
	border:1px solid rgba(255,255,255,.10);
	border-radius:50%;
}
.career_header .container{
	z-index:2;
}
.career_header_content{
	width:58%;
	padding:72px 0;
}
.career_header_badge{
	display:inline-flex;
	align-items:center;
	gap:7px;
	margin-bottom:17px;
	padding:7px 12px;
	border:1px solid rgba(255,255,255,.18);
	border-radius:30px;
	background:rgba(255,255,255,.09);
	color:#dce9ff;
	font-size:11px;
	font-weight:700;
	letter-spacing:.4px;
	backdrop-filter:blur(10px);
	animation:careerBadge 1s ease both;
}
.career_header_badge i{
	color:#ff9a4d;
	font-size:13px;
}
.career_header_content h1{
	max-width:650px;
	margin:0 0 17px;
	color:#fff;
	font-size:52px;
	line-height:1.08;
	font-weight:800;
	letter-spacing:-1.8px;
	animation:careerTitle .8s ease both;
}
.career_header_content h1 span{
	background:linear-gradient(90deg,#fff,#ffad70);
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
}
.career_header_content p{
	max-width:580px;
	margin:0;
	color:rgba(255,255,255,.72);
	font-size:15px;
	line-height:1.75;
	animation:careerText 1s ease both;
}
.career_header_actions{
	display:flex;
	align-items:center;
	gap:18px;
	margin-top:28px;
	animation:careerText 1.1s ease both;
}
.career_header_btn{
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	height:47px;
	padding:0 19px;
	border-radius:10px;
	background:linear-gradient(135deg,#ff7a18,#f05d05);
	color:#fff;
	font-size:12px;
	font-weight:750;
	box-shadow:0 10px 25px rgba(255,122,24,.25);
	overflow:hidden;
	transition:.3s ease;
}
.career_header_btn:before{
	content:"";
	position:absolute;
	left:-110%;
	top:0;
	width:65%;
	height:100%;
	background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);
	transform:skewX(-20deg);
	transition:.6s ease;
}
.career_header_btn:hover:before{
	left:130%;
}
.career_header_btn:hover{
	color:#fff;
	transform:translateY(-3px);
	box-shadow:0 14px 30px rgba(255,122,24,.35);
}
.career_header_link{
	display:inline-flex;
	align-items:center;
	gap:7px;
	color:rgba(255,255,255,.78);
	font-size:12px;
	font-weight:650;
	transition:.25s ease;
}
.career_header_link:hover{
	color:#fff;
}
.career_header_link i{
	transition:.25s ease;
}
.career_header_link:hover i{
	transform:translateY(3px);
}
.career_header_visual{
	position:absolute;
	right:20px;
	top:50%;
	width:400px;
	height:400px;
	transform:translateY(-50%);
}
.career_header_center{
	position:absolute;
	left:50%;
	top:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	width:125px;
	height:125px;
	border:1px solid rgba(255,255,255,.22);
	border-radius:35px;
	background:rgba(255,255,255,.11);
	box-shadow:0 25px 70px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.2);
	backdrop-filter:blur(15px);
	transform:translate(-50%,-50%);
	animation:careerFloat 4s ease-in-out infinite;
}
.career_header_center:before{
	content:"";
	position:absolute;
	inset:-12px;
	border:1px solid rgba(255,255,255,.10);
	border-radius:43px;
}
.career_header_center img{
	width:72px;
	height:72px;
	object-fit:contain;
	border-radius:18px;
}
.career_orbit{
	position:absolute;
	left:50%;
	top:50%;
	border:1px solid rgba(255,255,255,.13);
	border-radius:50%;
	transform:translate(-50%,-50%);
}
.career_orbit_one{
	width:270px;
	height:270px;
	animation:careerOrbit 18s linear infinite;
}
.career_orbit_two{
	width:390px;
	height:390px;
	border-style:dashed;
	opacity:.65;
	animation:careerOrbitReverse 25s linear infinite;
}
.career_header_card{
	position:absolute;
	display:flex;
	align-items:center;
	gap:10px;
	padding:12px 14px;
	border:1px solid rgba(255,255,255,.17);
	border-radius:13px;
	background:rgba(255,255,255,.10);
	color:#fff;
	box-shadow:0 15px 35px rgba(0,0,0,.14);
	backdrop-filter:blur(12px);
}
.career_header_card i{
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	border-radius:9px;
	background:rgba(255,255,255,.13);
	color:#ff9b59;
	font-size:16px;
}
.career_header_card strong{
	display:block;
	margin-bottom:2px;
	font-size:11px;
	font-weight:750;
}
.career_header_card span{
	display:block;
	color:rgba(255,255,255,.58);
	font-size:9px;
}
.career_card_one{
	left:5px;
	top:55px;
	animation:careerCardOne 4s ease-in-out infinite;
}
.career_card_two{
	right:-5px;
	bottom:55px;
	animation:careerCardTwo 4.5s ease-in-out infinite;
}
@keyframes careerBadge{
	from{opacity:0;transform:translateY(12px)}
	to{opacity:1;transform:translateY(0)}
}
@keyframes careerTitle{
	from{opacity:0;transform:translateY(22px)}
	to{opacity:1;transform:translateY(0)}
}
@keyframes careerText{
	from{opacity:0;transform:translateY(15px)}
	to{opacity:1;transform:translateY(0)}
}
@keyframes careerFloat{
	0%,100%{transform:translate(-50%,-50%)}
	50%{transform:translate(-50%,-55%)}
}
@keyframes careerOrbit{
	from{transform:translate(-50%,-50%) rotate(0)}
	to{transform:translate(-50%,-50%) rotate(360deg)}
}
@keyframes careerOrbitReverse{
	from{transform:translate(-50%,-50%) rotate(360deg)}
	to{transform:translate(-50%,-50%) rotate(0)}
}
@keyframes careerCardOne{
	0%,100%{transform:translateY(0)}
	50%{transform:translateY(-8px)}
}
@keyframes careerCardTwo{
	0%,100%{transform:translateY(0)}
	50%{transform:translateY(8px)}
}
@media(max-width:991px){
	.career_header{
		min-height:430px;
	}
	.career_header_content{
		width:65%;
	}
	.career_header_content h1{
		font-size:42px;
	}
	.career_header_visual{
		right:-100px;
		opacity:.55;
	}
}
@media(max-width:767px){
	.career_header{
		min-height:510px;
	}
	.career_header_content{
		width:100%;
		padding:55px 0;
		text-align:center;
	}
	.career_header_content h1{
		font-size:35px;
		letter-spacing:-1px;
	}
	.career_header_content p{
		margin:auto;
		font-size:13px;
	}
	.career_header_actions{
		justify-content:center;
		flex-wrap:wrap;
	}
	.career_header_visual{
		width:300px;
		height:300px;
		right:50%;
		top:auto;
		bottom:-115px;
		transform:translateX(50%);
		opacity:.35;
	}
	.career_header_center{
		width:90px;
		height:90px;
		border-radius:25px;
	}
	.career_header_center img{
		width:52px;
		height:52px;
	}
	.career_orbit_one{
		width:205px;
		height:205px;
	}
	.career_orbit_two{
		width:290px;
		height:290px;
	}
	.career_header_card{
		transform:scale(.8);
	}
}
@media(max-width:480px){
	.career_header_content h1{
		font-size:30px;
	}
	.career_header_content p{
		font-size:12px;
		line-height:1.65;
	}
	.career_header_actions{
		flex-direction:column;
		gap:13px;
	}
	.career_header_btn{
		width:100%;
	}
}