
/*------------------------------------------
Project Name : Career Portal
Desgined By  : Sharjeel Anjum
Date        :  09/June/2026;

------------------------------------------*/


/************************************************
           ==Start Base css==
*************************************************/


:root {
    --primary-color: #14b8a6;
    --secondary-color: #f59e0b;
    --primary-dark: #0f766e;
    --secondary-dark: #ea580c;
    --primary-rgb: 20, 184, 166;
    --secondary-rgb: 245, 158, 11;
    --title-text-color: #111827;
    --paragraph-color: #64748b;
    --success-color: #10b981;
    --white: #ffffff;
    --black: #000000;
    --dark-bg: #0f172a;
    --light-bg: #f8fafc;
    --soft-bg: #f1f5f9;
    --primary-size:16px;
    --heading-size:48px;
    --sub-size:24px;
    --heading-3:18px;
    --heading-4:36px;
    --heading-5:30px;
    --font-bold:700;
    --font-med:500;
    --font-semi:600;
    --font-reg:400;
    --font-heading: 'Plus Jakarta Sans', 'Montserrat', sans-serif;
    --font-open: "Open Sans", sans-serif;
    /* CareerPortal brand tokens */
    --cp-brand: #14b8a6;
    --cp-brand-dark: #0f766e;
    --cp-brand-soft: #d9fffb;
    --cp-accent: #f59e0b;
    --cp-accent-dark: #ea580c;
    --cp-navy: #0f172a;
    --cp-navy-soft: #1e293b;
    --cp-text: #111827;
    --cp-muted: #64748b;
    --cp-border: #e2e8f0;
    --cp-surface: #ffffff;
    --cp-bg: #f8fafc;
    --cp-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    --cp-shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.14);
  }



@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Open+Sans:400,400i,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');


/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Plus Jakarta Sans", "Montserrat", sans-serif;
	font-size: 14px;
    background: var(--light-bg);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
	font-weight: 600;
}
a {
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	text-decoration: none;
	color: var(--secondary-dark);
}
a:focus {
    text-decoration: none;
}
a:focus { 
    outline: 0 solid 
}
input:focus, textarea:focus{
    outline: none;
}
p {
	line-height: 26px;
    font-size: 16px;
    color: #444;
}
img {
	max-width: 100%;
}
select{  
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
}
.margin-top30 {
	margin-top: 30px;
}
.margin-left80 {
	margin-left: 80px;
}

/*Common*/
.section {
	padding: 50px 0;
}
.greybg {
	background: #f6f6f6;
}
/*Section Title*/
.titleTop {
	text-align: center;
	margin-bottom: 30px;
}
.titleTop .subtitle {
	font-size:18px;
	font-weight: 600;
	color: #17d27c;
    margin-bottom: 5px;
}
.titleTop h3 {
	font-size: 36px;
	font-weight: 600;
	color: #000;
}
.titleTop h3 span {
	color: #263bd6;
	font-weight: 200;
}

/* Common section header (reusable across sections) */
.section-header {
	margin-bottom: 40px;
}
.section-header.text-center {
	text-align: center;
}
.section-badge {
	display: inline-block;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: var(--font-med);
	color: var(--title-text-color);
	background: var(--light-bg);
	border:2px solid var(--white);
	border-radius: 100px;
	margin-bottom: 12px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.section-title {
	font-size: 48px;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	line-height: 1.3;
	margin: 0 auto;
}
.section-title strong {
	font-weight: 500;
	color: var(--primary-color);
}
.section-desc {
	font-size: var(--primary-size);
	color: var(--paragraph-color);
	line-height: 1.6;
	margin: 0;
}

/************************************************
           ==Tyography css==
*************************************************/

.mt-wrapper {
	margin-bottom: 30px;
}
h1, .h1 {
	font-size: 45px;
}
h2, .h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

.button-orng {
	background: #ffb72f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffb72f), to(#ff9000));
	background: -webkit-linear-gradient(#ffb72f, #ff9000);
	background: -moz-linear-gradient(#ffb72f, #ff9000);
	background: -ms-linear-gradient(#ffb72f, #ff9000);
	background: -o-linear-gradient(#ffb72f, #ff9000);
	background: linear-gradient(#ffb72f, #ff9000);
	padding: 7px 20px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
}
.button-orng:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9000), to(#ffb72f));
	background: -webkit-linear-gradient(#ff9000, #ffb72f);
	background: -moz-linear-gradient(#ff9000, #ffb72f);
	background: -ms-linear-gradient(#ff9000, #ffb72f);
	background: -o-linear-gradient(#ff9000, #ffb72f);
	background: linear-gradient(#ff9000, #ffb72f);
	color: #fff;
}
.sitebtn {
	-webkit-box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
	-moz-box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
	box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
	background: #ff9000;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 30px;
	display: inline-block;
	border-radius: 4px;
}
.sitebtn:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.sitebtn i, .button-orng i {
	padding-right: 7px;
	font-size: 16px;
	display: inline-block;
}
.grey_sitebtn {
	-webkit-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	-moz-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	background: #444;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 30px;
	display: inline-block;
	border-radius: 4px;
}
.grey_sitebtn:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.grey_sitebtn i {
	padding-right: 7px;
	font-size: 16px;
	display: inline-block;
}
.gree_sitebtn {
	-webkit-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	-moz-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	background: #77c30a;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 30px;
	display: inline-block;
	border-radius: 4px;
}
.gree_sitebtn:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.gree_sitebtn i {
	padding-right: 7px;
	font-size: 16px;
	display: inline-block;
}
/*Shortcode*/
.mt-shortcodes-d-styles {
	padding-bottom: 30px;
}
.mt-shortcodes-default-custom-styles .row1 {
	padding-bottom: 55px;
}
.mt-list-style h4 {
	font-size: 16px;
	font-weight: 400;
	color: #252525;
}
.mt-list-style ul {
	padding: 0;
	list-style: none;
}
.mt-list-style ul li {
	line-height: 36px;
}
.mt-list-style ul li a {
	color: #737373;
	line-height: 36px;
}
.mt-list-style ul li span {
	font-size: 16px;
	margin-right: 10px;
}
.mt-list-style-blue {
	color: #263bd6;
}
/*Buttons*/
.mt-style-button {
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	margin-bottom: 24px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 20px;
}
.mt-style-button1 .mt-style-button {
	background: #263bd6;
	color: #fff;
	border-radius: 3px;
}
.mt-style-button2 .mt-style-button {
	background: #ddd;
	color: #000000;
	border-radius: 3px;
}
.mt-style-button3 .mt-style-button {
	background: #fff;
	color: #252525;
	border: 2px solid #42454a;
	border-radius: 3px;
}
.mt-style-button41 .mt-style-button {
	background: #55adff;
	color: #fff;
	border-radius: 30px;
}
.mt-style-button42 .mt-style-button {
	background: #ffb72f;
	color: #fff;
	border-radius: 0px;
}
.mt-style-button43 .mt-style-button {
	background: #5fd33f;
	color: #fff;
	border-radius: 3px;
}
.mt-style-button.large {
	line-height: 51px;
	font-size: 16px;
	letter-spacing: 1px;
}
.mt-style-button.normal {
	line-height: 40px;
	font-size: 12px;
	letter-spacing: 1px;
}
.mt-style-button.small {
	line-height: 30px;
	font-size: 9px;
	letter-spacing: 1px;
}
.mt-style-button1 .mt-style-button:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}
.mt-style-button2 .mt-style-button:hover {
	background: #263bd6;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}
.mt-style-button3 .mt-style-button:hover {
	background: #263bd6;
	color: #fff;
	border-radius: 3px;
	border: 2px solid #263bd6;
	text-decoration: none;
}
.mt-style-button41 .mt-style-button:hover {
	background: #333;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
}
.mt-style-button42 .mt-style-button:hover {
	background: #000;
	color: #fff;
	border-radius: 0px;
	text-decoration: none;
}
.mt-style-button43 .mt-style-button:hover {
	background: #000;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}


/************************************************
           ==Header css==
*************************************************/

.header {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 20px;
}
.main-navbar {
	padding:10px 25px;
	background: #ffffff;
    border-radius: 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.main-navbar .navbar-brand {
	font-weight: 700;
	color: #0f172a;
}
.main-navbar .navbar-brand.logo img{height: 60px;}
.brand-copy {
	line-height: 1.1;
}
.brand-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #0f172a;
	text-transform: capitalize;
}
.brand-tagline {
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #94a3b8;
	text-transform: uppercase;
}
.main-navbar .main-menu {
	gap: 24px;
}
.main-navbar .main-menu .nav-link {
	font-weight: 600;
	font-size: 16px;
	color: #5a6069;
	padding: 12px 0;
	position: relative;
	transition: color 0.2s ease;
}
.main-navbar .main-menu .nav-link.active,
.main-navbar .main-menu .nav-link:focus,
.main-navbar .main-menu .nav-link:hover {
	color: #2563eb;
}
.main-navbar .main-menu .nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 3px;
	background: #2563eb;
	border-radius: 999px;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.25s ease;
}
.main-navbar .main-menu .nav-link.active::before,
.main-navbar .main-menu .nav-link:hover::before {
	transform: scaleX(1);
}
.main-navbar .dropdown-menu {
	border: none;
	border-radius: 16px;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
	padding: 12px 0;
}
.main-navbar .dropdown-menu .dropdown-item {
	font-weight: 600;
	color: #475569;
	padding: 12px 18px;
}
.main-navbar .dropdown-menu .dropdown-item:hover {
	background: rgba(37, 99, 235, 0.1);
	color: #1d4ed8;
}
.navbar-actions .btn {
	border-radius: 999px;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 18px;
    border: none;
}
.navbar-actions .signin-btn {
	background: var(--primary-color);
	color: var(--white);
}
.navbar-actions .signin-btn:hover {
	background: rgba(37, 99, 235, 0.08);
	color: #1d4ed8;
}
.navbar-actions .register-btn {
	background: var(--dark-bg);
	color: #ffffff;
}
.navbar-actions .register-btn:hover {
	background: var(--black);
	color: #ffffff;
}

.navbar-actions .btn-outline-primary:hover, .navbar-actions .btn-outline-primary:checked, .navbar-actions .btn-outline-primary:active{background: #eee; color: #555;}
.navbar-toggler {
	display: inline-block;
	border: none;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-collapse.show {
	overflow: inherit;
	height: auto;
	padding: 12px 0;
}
.dropdown-menu-lg {
	min-width: 260px;
}
.user-dropdown .dropdown-menu {
	min-width: 220px;
}
.navbar-actions {
	margin-left: 12px;
}

.user-dropdown .btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	border: 2px solid rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(var(--primary-rgb), 0.2);
}
.user-dropdown .btn::after {
	display: none;
}
.user-dropdown .btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.user-dropdown .user-avatar-initials {
	display: none;
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	letter-spacing: 0.5px;
}
.user-dropdown .btn:focus {
	box-shadow: 0 0 0 2px rgba(var(--primary-rgb), 0.4);
}

/* Notification bell button */
.navbar-notification-btn {
	position: relative;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7c8796;
	font-size: 24px;
	transition: background 0.2s ease, color 0.2s ease;
	border: none;
    background: no-repeat;
    padding: 0;
}
.navbar-notification-btn:hover {
	background: none;
	color: var(--primary-color);
}
.navbar-notification-badge {
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	background: var(--secondary-color);
	color: var(--white);
	border-radius: 20px;
	border: 2px solid var(--white);
}

/* Header notifications dropdown */
.navbar-notifications-wrap {
	position: relative;
}
.navbar-notifications-panel {
	width: min(380px, calc(100vw - 24px));
	max-height: min(70vh, 420px);
	padding: 0;
	border-radius: 12px;
	overflow: hidden;
}
.navbar-notifications-panel__head {
	font-size: 1rem;
	color: var(--title-text-color);
	background: #fff;
}
.navbar-notifications-panel__scroll {
	max-height: 320px;
	overflow-y: auto;
}
.navbar-notifications-panel__foot a {
	color: var(--primary-color);
}
.navbar-notifications-panel__foot a:hover {
	background: rgba(var(--primary-rgb), 0.06);
	color: var(--primary-color);
}

.notification-list-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 14px;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid rgba(148, 163, 184, 0.2);
	position: relative;
	transition: background 0.15s ease;
}
.notification-list-item:last-child {
	border-bottom: none;
}
.notification-list-item:hover {
	background: #f8fafc;
	color: inherit;
}
.notification-list-item--unread {
	background: rgba(var(--primary-rgb), 0.04);
}
.notification-list-item--compact {
	padding: 10px 12px;
}
.notification-list-item__avatar {
	flex-shrink: 0;
}
.notification-icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #e2e8f0;
	color: #475569;
	font-size: 14px;
}
.notification-icon-wrap--success {
	background: rgba(34, 197, 94, 0.15);
	color: #15803d;
}
.notification-icon-wrap--danger {
	background: rgba(239, 68, 68, 0.15);
	color: #b91c1c;
}
.notification-icon-wrap--info {
	background: rgba(59, 130, 246, 0.15);
	color: #1d4ed8;
}
.notification-icon-wrap--muted {
	background: rgba(100, 116, 139, 0.15);
	color: #334155;
}
.notification-list-item__body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.notification-list-item__title {
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--title-text-color);
	line-height: 1.3;
}
.notification-list-item__text {
	font-size: 0.8125rem;
	color: #64748b;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.notification-list-item__time {
	font-size: 0.75rem;
	color: var(--primary-color);
	font-weight: 500;
	margin-top: 2px;
}
.notification-list-item__dot {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--primary-color);
	transform: translateY(-50%);
}
.notification-list-item--compact .notification-list-item__dot {
	right: 8px;
}
.notification-page-list {
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}
.notification-page-list .notification-list-item {
	border-bottom-color: rgba(148, 163, 184, 0.2);
}

/* User dropdown header & items */
.main-navbar .dropdown-header-user {
	padding: 16px 20px 12px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.dropdown-header-name {
	font-weight: 700;
	font-size: 15px;
	color: var(--title-text-color);
}
.dropdown-header-email {
	font-size: 13px;
	color: #64748b;
}
.main-navbar .dropdown-menu .dropdown-item i {
	width: 20px;
	margin-right: 10px;
	opacity: 0.8;
}
.main-navbar .dropdown-menu .dropdown-item-logout {
	color: var(--secondary-color);
}
.main-navbar .dropdown-menu .dropdown-item-logout:hover {
	background: rgba(var(--secondary-rgb), 0.08);
	color: var(--secondary-color);
}

/* Hide mobile menu elements on desktop */
.mobile-menu-close {
	display: none;
}
.mobile-menu-overlay {
	display: none;
}
    
@media (max-width: 991px) {
	/* Show mobile menu elements on mobile */
	.mobile-menu-close {
		display: flex;
	}
	.mobile-menu-overlay {
		display: block;
	}
	/* Mobile Menu Slide-in from Right */
	.mobile-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 320px;
		max-width: 85vw;
		height: 100vh;
		min-height: 100vh;
		background: #ffffff;
		box-shadow: -4px 0 20px rgba(15, 23, 42, 0.15);
		z-index: 1050;
		overflow-y: auto;
		transition: right 0.3s ease;
		padding: 0;
		margin: 0;
		border-radius: 0;
		display: flex !important;
		flex-direction: column;
	}
	.mobile-menu.show {
		right: 0;
        padding: 40px 25px;
	}
	.mobile-menu-close {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		border: none;
		background: #f1f5f9;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 1051;
		color: #475569;
		font-size: 1.2rem;
		transition: all 0.2s ease;
	}
	.mobile-menu-close:hover {
		background: #e2e8f0;
		color: #0f172a;
	}
	.mobile-menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(15, 23, 42, 0.5);
		z-index: 1049;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	.mobile-menu-overlay.show {
		opacity: 1;
		visibility: visible;
	}
	.mobile-menu .navbar-nav {
		padding: 60px 24px 24px;
		margin: 0;
		flex-direction: column;
		align-items: stretch;
        width: 100%;
	}
	.main-navbar .main-menu {
		gap: 0;
		padding: 16px 0;
	}
	.main-navbar .main-menu .nav-link {
		padding: 14px 0;
		font-size: 1rem;
		border-bottom: 1px solid rgba(148, 163, 184, 0.15);
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		position: relative;
	}
	.main-navbar .main-menu .nav-link:not(.dropdown-toggle) {
		justify-content: flex-start;
	}
	.main-navbar .main-menu .nav-link.dropdown-toggle {
		position: relative;
	}
	.main-navbar .main-menu .nav-link.dropdown-toggle::after {
		margin-left: 12px !important;
		margin-right: 0 !important;
		order: 2;
		position: static !important;
		transform: none !important;
		float: none !important;
		vertical-align: middle;
		flex-shrink: 0;
	}
	.main-navbar .main-menu .nav-item:last-child .nav-link {
		border-bottom: none;
	}
	.mobile-menu .dropdown-menu {
		position: static;
		float: none;
		width: 100%;
		margin: 0;
		border: none;
		box-shadow: none;
		background: #f8fafc;
		border-radius: 8px;
		margin-top: 8px;
		padding: 8px 0;
	}
	.mobile-menu .dropdown-item {
		padding: 10px 20px;
		font-size: 0.9rem;
	}
	.mobile-menu .navbar-actions {
		padding: 20px 24px;
		margin: 0;
		border-top: 1px solid rgba(148, 163, 184, 0.15);
		flex-direction: row;
		gap: 12px;
		width: 100%;
		justify-content: flex-end;
	}
	.mobile-menu .navbar-actions .btn {
		width: 100%;
		justify-content: center;
	}
	.mobile-menu .user-dropdown {
		width: 100%;
		margin-top: 8px;
	}
	.mobile-menu .user-dropdown .btn {
		width: 100% !important;
		height: auto !important;
		min-height: 56px;
		max-height: none !important;
		justify-content: flex-start;
		align-items: center;
		padding: 12px 16px;
		border-radius: 12px;
		background: #f8fafc;
		border: 1px solid rgba(148, 163, 184, 0.2);
		overflow: visible;
		display: flex;
		position: relative;
	}
	.mobile-menu .user-dropdown .btn::after {
		margin-left: auto;
	}
	.mobile-menu .user-dropdown .btn img {
		width: 40px !important;
		height: 40px !important;
		min-width: 40px !important;
		min-height: 40px !important;
		max-width: 40px !important;
		max-height: 40px !important;
		object-fit: cover !important;
		border-radius: 50%;
		flex-shrink: 0;
		display: block;
		margin: 0;
		padding: 0;
	}
	.mobile-menu .dropdown-toggle::after {
		margin-left: auto !important;
		margin-right: 0 !important;
		order: 2;
		float: none;
	}
}

/************************************************
           ==Hero Section css==
*************************************************/
.hero-section {
	position: relative;
	padding:240px 0 120px 0;
	background:url(../images/home-hero-bg.jpg) no-repeat top; background-size: cover; text-align: center;
}
.hero-badge {
	display: inline-block;
	padding:10px 25px;
	font-size: 20px;
	font-weight: 600;
	color: var(--title-text-color);
    border: 2px solid var(--white);
	background:#ebf0f6;
	border-radius: 999px;
	margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.hero-title {
	font-size: 64px;
	font-weight: 500;
	color: var(--title-text-color);
	margin-bottom: 16px;
	line-height: 1.1;
}
.hero-title strong {font-weight: 700; color: var(--primary-color);}
.hero-copy {
	font-size: 20px;
	color: var(--paragraph-color);
	margin-bottom: 30px;
    line-height: 30px;
}

.herocta a {
	display: inline-block;
	padding:20px 35px;
	font-size: 24px;
	font-weight: 700;
	color: var(--white);
	background:var(--secondary-color);
	border-radius: 999px;
	margin-bottom: 20px;
}
.herocta a:hover{background: var(--black);}
.heroarrow{text-align: center;}

/*------------------------------------------
Promo Stats Banner (under hero)
------------------------------------------*/
.promo-stats-banner-wrap {
	padding: 0 0 50px;
}
.promo-stats-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 40px 48px;
	background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
	border-radius: 24px;
	color: var(--white);
    margin-top: -70px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.promo-stats-cta {
	flex: 0 0 40%;
}
.promo-stats-tagline {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: var(--font-reg);
	line-height: 1.4;
	color: var(--white);
	opacity: 0.95;
}
.promo-stats-headline {
	margin: 0;
	font-size: 36px;
	font-weight: var(--font-bold);
	line-height: 1.2;
	color: var(--white);
}
.promo-stats-grid {
	display: flex;
	align-items: center;
	gap: 0;
	flex: 1;
	justify-content: space-between;
}
.promo-stat-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 40px;
	text-align: left;
}
.promo-stat-value {
	display: block;
	font-size: 44px;
	font-weight: var(--font-bold);
	line-height: 1.2;
	margin-bottom: 4px;
}
.promo-stat-label {
	display: block;
	font-size: 16px;
	font-weight: var(--font-reg);
	line-height: 1.3;
	opacity: 0.95;
}
.promo-stat-divider {
	width: 1px;
	align-self: stretch;
	min-height: 40px;
	background: rgba(255, 255, 255, 0.4);
}
.promo-feature-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 14px;
	padding: 0 32px;
	flex: 1;
}
.promo-feature-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	font-size: 20px;
	color: var(--white);
	flex-shrink: 0;
	backdrop-filter: blur(4px);
}
.promo-feature-text {
	font-size: 17px;
	font-weight: var(--font-semi);
	line-height: 1.35;
	color: var(--white);
	text-align: center;
}

/*------------------------------------------
How it works section
------------------------------------------*/
.how-it-works-section {
	background: var(--light-bg);
}
.how-it-works-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 20px;
}
.step-card {
	text-align: center;
	transition: box-shadow 0.3s ease;
}

.step-card-image {
	display: block;
	height: auto;
	margin: 0 auto 20px;
}
.step-card-title {
	font-size: 22px;
	font-weight: var(--font-bold);
	color: #5a6069;
    max-width: 220px;
	margin:0 auto 15px;
	line-height: 1.3;
}
.step-card-desc {
	font-size: 16px;
	color: var(--paragraph-color);
	line-height: 1.5;
	margin: 0;
	font-weight: var(--font-reg);
}

/*------------------------------------------
Our Focus Industries
------------------------------------------*/
.focus-industries-section {
    padding-top: 0;
}
.focus-industries-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 20px;
}
.focus-industry-card {
	background: var(--white);
	border-radius:30px;
	overflow: hidden;
	padding: 25px;
	text-align: center;
	transition: box-shadow 0.3s ease;
}
.focus-industry-card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.focus-industry-image {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 20px;
}
.focus-industry-title {
	font-size: 24px;
	font-weight: 600;
	color: var(--paragraph-color);
	margin: 0;
	line-height: 1.3;
	padding: 0;
}

/*------------------------------------------
Start Scaling your Hiring Efforts
------------------------------------------*/
.scaling-hiring-section{padding-top: 0;}
.scaling-hiring-section .section-header {
	margin-bottom: 48px;
}
.scaling-hiring-title {
	font-size: 26px;
	font-weight: var(--font-semi);
	color: #333e5c;
	line-height: 1.3;
	margin: 0 0 16px;
}
.scaling-hiring-desc {
	font-size: 18px;
	color: #555;
	line-height: 1.6;
	margin: 0;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.scaling-hiring-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.scaling-hiring-card {
	border-radius:30px;
	padding: 35px;
}
.scaling-card-blue {
	background: #e0eff7;
}
.scaling-card-pink {
	background: #f7e0e7;
}
.scaling-card-yellow {
	background: #f7f7e0;
}
.scaling-card-image {
	margin: 0 auto 20px;
}
.scaling-card-title {
	font-size: 26px;
	font-weight: var(--font-bold);
	color: #333e5c;
	margin: 0 0 12px;
	line-height: 1.3;
}
.scaling-card-para {
	font-size: 16px;
	color: #555;
	line-height: 1.5;
	margin: 0;
}

/*------------------------------------------
Application forms / Great Candidate Experience
------------------------------------------*/
.candidate-experience-section {
	background: transparent;
}
.candidate-experience-wrap {
	display: flex;
	align-items: center;
	gap:30px;
	background: #fff;
	border-radius: 40px;
	padding:0 50px 40px;
}
.candidate-experience-content {
	flex: 1;
	max-width: 520px;
}
.candidate-experience-title {
	font-size: 48px;
	font-weight: var(--font-bold);
	color: #556a8d;
	line-height: 1.2;
	margin: 0 0 20px;
}
.candidate-experience-title strong {
	font-weight: var(--font-bold);
}
.candidate-experience-desc {
	font-size: 20px;
	color: #343a40;
	line-height: 1.6;
	margin: 0 0 28px;
	opacity: 0.9;
}
.candidate-experience-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 32px;
	font-size: 18px;
	font-weight: var(--font-semi);
	color: var(--white);
	background: var(--secondary-color);
	border-radius: 999px;
	text-decoration: none;
	transition: background 0.3s ease;
}
.candidate-experience-cta:hover {
	background: var(--secondary-dark);
	color: var(--white);
}
.candidate-experience-visual {
	flex: 1;
	text-align: right;
}
.candidate-experience-visual img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
}

/*------------------------------------------
Why Choose Us section
------------------------------------------*/
.why-choose-section {
	background: #fff;
}
.why-choose-wrap {
	display: flex;
	gap: 30px;
	padding: 0;
}
.why-choose-image {
	flex: 0 0 35%;
}
.why-choose-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 5px solid var(--white);
	border-radius:30px;
}
.why-choose-content {
	flex: 1;
	padding: 0 0;
	display: flex;
	gap: 32px;
}
.why-choose-main {
	flex: 1;
}
.why-choose-badge {
	margin-bottom: 12px;
	display: inline-block;
}

.why-choose-desc {
	font-size: 20px;
	color: #555;
	line-height: 1.6;
	margin: 0 0 20px;
}
.why-choose-features {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
.why-choose-features li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: var(--font-med);
	color: #333e5c;
	margin-bottom: 15px;
}
.why-choose-features li:last-child {
	margin-bottom: 0;
}
.why-choose-features .fa-check-circle {
	color: var(--secondary-color);
	font-size: 20px;
	flex-shrink: 0;
}
.why-choose-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 20px 32px;
	font-size: 18px;
	font-weight: var(--font-semi);
	color: var(--white);
	background: var(--secondary-color);
	border-radius: 30px;
	text-decoration: none;
	transition: background 0.3s ease;
}
.why-choose-cta:hover {
	background: var(--secondary-dark);
	color: var(--white);
}
.why-choose-boxes {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex-shrink: 0;
}
.why-choose-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 170px;
	padding: 30px 20px;
	background: #f1f1f1;
	border-radius: 15px;
	text-align: center;
	gap: 8px;
}
.why-choose-box i {
	font-size: 48px;
	color: #b4b8c3;
}
.why-choose-box span {
	font-size: 20px;
	font-weight: var(--font-med);
	color: #333e5c;
	line-height: 1.2;
}
.why-choose-box-dark {
	background: var(--primary-color);
}
.why-choose-box-dark i,
.why-choose-box-dark span {
	color: var(--white);
}

/*------------------------------------------
Testimonials section (Owl Carousel)
------------------------------------------*/
.testimonials-section {
	background: #f8f9fa;
	border-radius: 30px;
	padding: 50px 0;
	margin: 0 50px;
}
.testimonials-section .section-header {
	margin-bottom: 40px;
}

.section-desc.testimonials-intro {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}
.testimonials-wrap {
	position: relative;
	padding: 0 0 20px;
}
.testimonials-nav {
	display: none;
}
.testimonial-card {
	background: #f6f7fb;
	border-radius: 12px;
	padding: 28px 24px;
	border:2px solid var(--white);
	height: 100%;
	display: flex;
	flex-direction: column;
}
.testimonial-stars {
	margin-bottom: 14px;
	color: #f5a623;
	font-size: 16px;
	letter-spacing: 1px;
}
.testimonial-stars .fa-star {
	margin-right: 2px;
}
.testimonial-text {
	font-size: 16px;
	color: #555;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 20px;
	font-style: italic;
	flex: 1;
}
.testimonial-author {
	display: flex;
	align-items: center;
	gap: 14px;
}
.testimonial-author img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.testimonial-author-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.testimonial-name {
	font-size: 16px;
	font-weight: var(--font-bold);
	color: #333e5c;
}
.testimonial-time {
	font-size: 13px;
	color: #888;
}

/*------------------------------------------
FAQ section (accordion)
------------------------------------------*/
.faq-section {
	background: var(--light-bg);
}
.faq-section .section-header {
	margin-bottom: 40px;
}
.faq-title {
	font-size: 36px;
	font-weight: var(--font-reg);
	color: #333e5c;
	line-height: 1.3;
	margin: 0 0 16px;
}
.faq-title strong {
	font-weight: var(--font-semi);
}
.faq-desc {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}
.faq-desc a {
	color: #333e5c;
	text-decoration: underline;
}
.faq-desc a:hover {
	color: var(--primary-color);
}
.faq-accordion {
	max-width: 970px;
	margin: 0 auto;
}
.faq-item {
	background: var(--white);
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	margin-bottom: 16px;
	overflow: hidden;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 24px;
	font-size:24px;
	font-weight: var(--font-med);
	color: #333e5c;
	text-align: left;
	background: none;
	border: none;
	cursor: pointer;
	transition: background 0.2s ease;
}
.faq-question:hover {
	background: rgba(0, 0, 0, 0.02);
}
.faq-icon {
	font-size: 24px;
	color: #333e5c;
	transition: transform 0.3s ease;
	flex-shrink: 0;
	margin-left: 12px;
}
.faq-item.active .faq-icon {
	transform: rotate(180deg);
}
.faq-answer {
	border-top: 1px solid #eee;
}
.faq-item:not(.active) .faq-answer {
	display: none;
}
.faq-answer p {
	margin: 0;
	padding: 20px 24px;
	font-size:18px;
	color: #555;
	line-height: 1.6;
}



/************************************************
           ==Auth Pages==
*************************************************/
.auth-hero-section {padding-top:180px; padding-bottom: 0; background: none; }
.auth-section {
    padding:50px 0;
	position: relative;
	z-index: 1;
}

.auth-hero-section .hero-title{font-size: 48px;}


.auth-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 40px 44px;
    box-shadow: 0 30px 65px rgba(15, 23, 42, 0.15);
    border: 1px solid rgba(148, 163, 184, 0.18);
}
.auth-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color:var(--primary-color);
    margin-bottom:25px;
	text-align: center;
}

/* Auth card split layout (login with illustration) */
.auth-card-split {
    display: flex;
    flex-direction: row;
    padding: 0;
    overflow: hidden;
    border-radius: 24px;
}
.auth-card-left {
    flex: 0 0 55%;
    background: #ffffff;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-card-illustration {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.auth-card-right {
    flex: 1;
    background:var(--primary-color);
    padding: 48px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.auth-card-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
    text-align: center;
}
.auth-card-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 32px;
    text-align: center;
}
.auth-card-right .auth-form .form-label {
    color: #ffffff;
}
.auth-card-right .auth-form .form-control {
    background: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 10px;
    padding: 15px 16px;
    color: #ffffff;
}
.auth-card-right .auth-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.auth-card-right .auth-form .form-control:focus {
    background: #ffffff;
    border-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
	color: #000;
}
.auth-card-right .form-check-label {
    color: #ffffff !important;
}
.auth-card-right .auth-link {
    color: #ffffff !important;
}
.auth-card-right .auth-link:hover {
    color: rgba(255, 255, 255, 0.9) !important;
}
.auth-btn-submit {
    background: #ffffff !important;
    color: #6a35cf !important;
    border-radius: 12px !important;
    padding: 14px 18px !important;
    font-weight: 600 !important;
    border: none !important;
    box-shadow: none !important;
}
.auth-btn-submit:hover {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #5a2fb8 !important;
}
.auth-card-right .auth-switch {
    color: rgba(255, 255, 255, 0.95);
    margin-top: 28px;
    text-align: center;
}
.auth-card-right .auth-switch a {
    color: #fc7d7d !important;
    font-weight: 600;
}
.auth-card-right .form-check-input {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.6);
}
.auth-card-right .form-check-input:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}
.auth-radio-group {
    display: flex;
    gap: 24px;
    justify-content: center;
}
.form-check-input{margin-top: 0;}
.auth-card-right .auth-radio-option .form-check-label {
    color: #ffffff !important;
    cursor: pointer;
}
.auth-card-right .form-select {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 12px;
    padding: 12px 16px;
    color: #333;
}
.auth-card-right .form-select:focus {
    background: #ffffff;
    border-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.auth-subtitle {
    color: #64748b;
    margin-bottom: 24px;
}
.auth-social {
    display: flex;
    gap: 12px;
}
.auth-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: #f8fafc;
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.auth-social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
    text-decoration: none;
}
.auth-social-btn.google {
    border-color: rgba(37, 99, 235, 0.25);
}
.auth-social-btn.linkedin {
    border-color: rgba(37, 99, 235, 0.35);
}
.auth-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 28px 0;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
}
.auth-divider::before,
.auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(148, 163, 184, 0.3);
}
.auth-form .form-label {
    font-weight: 600;
    color: #1e293b;
}
.auth-form .form-control {
    border-radius: 14px;
    padding: 12px 16px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #f8fafc;
}
.auth-form .form-control:focus {
    border-color: rgba(37, 99, 235, 0.7);
    box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.15);
}
.auth-link {
    font-size: 0.85rem;
    color: #2563eb;
    text-decoration: none;
	margin-bottom: 7px;
}
.auth-link:hover {
    color: #1d4ed8;
}
.auth-card .btn {
    border-radius:50px;
    padding: 14px 18px;
    font-weight: 600;
	background: var(--primary-color);
	color: var(--white);
    box-shadow: 0 20px 35px rgba(37, 99, 235, 0.25);
	border: none;
}
.auth-switch {
    margin-top: 24px;
    color: #475569;
    text-align: center;
}
.auth-switch a {
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: none;
}
.auth-switch a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .auth-section {
        padding: 90px 0;
    }
    .auth-title {
        font-size: 2.4rem;
    }
    .auth-card {
        padding: 36px;
    }
    .auth-card-split {
        flex-direction: column;
    }
    .auth-card-left {
        padding: 40px 24px;
        min-height: 220px;
    }
    .auth-card-right {
        padding: 36px 32px;
    }
}

@media (max-width: 767px) {
    .auth-section {
        padding: 70px 0;
    }
    .auth-card {
        padding: 32px 24px;
    }
    .auth-title {
        font-size: 2.1rem;
    }
    .auth-social {
        grid-template-columns: 1fr;
    }
    .auth-card-left {
        padding: 32px 20px;
        min-height: 180px;
    }
    .auth-card-right {
        padding: 32px 24px;
    }
    .auth-card-title {
        font-size: 1.5rem;
    }
}

/* Login & Register pages */
.login-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--cp-bg);
}
.login-page-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background: linear-gradient(160deg, #f0fdfa 0%, #f8fafc 40%, #fff7ed 100%);
}
.login-page-bg::before,
.login-page-bg::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
}
.login-page-bg::before {
    width: 420px;
    height: 420px;
    top: -100px;
    right: -60px;
    background: rgba(20, 184, 166, 0.2);
}
.login-page-bg::after {
    width: 360px;
    height: 360px;
    bottom: -80px;
    left: -40px;
    background: rgba(245, 158, 11, 0.12);
}
.login-main {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 16px 50px;
}
.login-shell {
    width: 100%;
    max-width: 440px;
}
.login-shell--register {
    max-width: 520px;
}
.login-shell .login-card {
    width: 100%;
    max-width: none;
}
.auth-role-tabs.register-type-grid {
    margin-bottom: 14px;
    gap: 10px;
}
.auth-role-tabs .register-type-card {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
}
.auth-role-tabs .register-type-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 0.95rem;
    margin-bottom: 0;
    border-radius: 10px;
}
.auth-role-tabs .register-type-label {
    font-size: 0.9rem;
    margin-bottom: 2px;
}
.auth-role-tabs .register-type-desc {
    font-size: 0.68rem;
    line-height: 1.35;
}
a.register-type-card {
    text-decoration: none;
    color: inherit;
}
.register-type-card.is-active {
    cursor: default;
}
.login-card {
    width: 100%;
    max-width: 440px;
    background: var(--white);
    border-radius: 24px;
    padding: 40px 36px;
    box-shadow: var(--cp-shadow-lg);
    border: 1px solid var(--cp-border);
}
.login-card-header {
    text-align: center;
    margin-bottom: 32px;
}
.login-card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--cp-brand) 0%, var(--cp-brand-dark) 100%);
    color: var(--white);
    font-size: 1.25rem;
    box-shadow: 0 10px 24px rgba(20, 184, 166, 0.3);
}
.login-card-title {
    font-size: 1.625rem;
    font-weight: 800;
    color: var(--cp-text);
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}
.login-card-subtitle {
    font-size: 0.95rem;
    color: var(--cp-muted);
    margin: 0;
}
.login-form .form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--cp-text);
    margin-bottom: 6px;
}
.login-input-wrap {
    position: relative;
}
.login-input-wrap .input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.9rem;
    pointer-events: none;
    transition: color 0.2s ease;
}
.login-input-wrap .form-control {
    padding: 12px 14px 12px 42px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.login-input-wrap .form-control:focus {
    background: var(--white);
    border-color: var(--cp-brand);
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.12);
}
.login-input-wrap .form-control:focus + .input-icon,
.login-input-wrap:focus-within .input-icon {
    color: var(--cp-brand);
}
.login-form-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    font-size: 0.85rem;
}
.login-form-options .form-check-label {
    color: #64748b;
    cursor: pointer;
}
.login-form-options .form-check-input:checked {
    background-color: var(--cp-brand);
    border-color: var(--cp-brand);
}
.login-forgot-link {
    color: var(--cp-brand);
    font-weight: 600;
    text-decoration: none;
}
.login-forgot-link:hover {
    color: var(--cp-brand-dark);
}
.login-btn-submit {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    color: var(--white);
    background: linear-gradient(135deg, var(--cp-brand) 0%, var(--cp-brand-dark) 100%);
    box-shadow: 0 10px 24px rgba(20, 184, 166, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.login-btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(20, 184, 166, 0.38);
    color: var(--white);
}
.login-switch {
    margin: 28px 0 0;
    text-align: center;
    font-size: 0.9rem;
    color: #64748b;
}
.login-switch a {
    color: var(--cp-brand);
    font-weight: 600;
    text-decoration: none;
}
.login-switch a:hover {
    text-decoration: underline;
}
.login-footer {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding: 24px 16px;
    text-align: center;
    border-top: 1px solid var(--cp-border);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
}
.login-footer-copy {
    margin: 0;
    font-size: 0.85rem;
    color: var(--cp-muted);
}
.login-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
    margin-top: 10px;
}
.login-footer-links a {
    font-size: 0.85rem;
    color: var(--cp-muted);
    text-decoration: none;
    font-weight: 500;
}
.login-footer-links a:hover {
    color: var(--cp-brand);
}
.login-page .cp-btn-ghost.is-active {
    background: rgba(20, 184, 166, 0.12);
    color: var(--cp-brand-dark);
}
.login-page .cp-btn-primary.is-active {
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.25), 0 10px 20px rgba(20, 184, 166, 0.28);
}
@media (max-width: 575px) {
    .login-card {
        padding: 32px 24px;
        border-radius: 16px;
    }
    .login-card-title {
        font-size: 1.35rem;
    }
    .login-page .login-main {
        padding: 32px 16px 48px;
    }
    .auth-role-tabs .register-type-card {
        padding: 10px 12px;
        gap: 8px;
    }
    .auth-role-tabs .register-type-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 0.85rem;
    }
    .auth-role-tabs .register-type-desc {
        font-size: 0.62rem;
    }
}

/* Register page */
.login-card--register {
    max-width: 520px;
}
.register-type-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 28px;
}
.register-type-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 14px;
    border-radius: 14px;
    border: 2px solid #e2e8f0;
    background: #f8fafc;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.register-type-card:hover {
    border-color: rgba(20, 184, 166, 0.35);
    background: var(--white);
}
.register-type-card.is-active {
    border-color: var(--cp-brand);
    background: linear-gradient(180deg, rgba(20, 184, 166, 0.06) 0%, rgba(245, 158, 11, 0.04) 100%);
    box-shadow: 0 4px 16px rgba(20, 184, 166, 0.12);
    transform: translateY(-2px);
}
.register-type-card input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.register-type-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.15rem;
    margin-bottom: 12px;
    background: rgba(20, 184, 166, 0.1);
    color: var(--cp-brand);
    transition: background 0.2s ease, color 0.2s ease;
}
.register-type-card.is-active .register-type-icon {
    background: linear-gradient(135deg, var(--cp-brand), var(--cp-brand-dark));
    color: var(--white);
    box-shadow: 0 6px 14px rgba(20, 184, 166, 0.25);
}
.register-type-label {
    font-size: 1rem;
    font-weight: 700;
    color: var(--title-text-color);
    margin-bottom: 4px;
    display: block;
}
.register-type-desc {
    font-size: 0.75rem;
    line-height: 1.4;
    color: #64748b;
    display: block;
}
.register-type-text {
    display: flex;
    flex-direction: column;
}
.register-form .form-control,
.register-form .form-select {
    padding: 11px 14px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.register-form .form-control:focus,
.register-form .form-select:focus {
    background: var(--white);
    border-color: var(--cp-brand);
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.12);
}
.register-policy {
    margin-top: 20px;
    font-size: 0.85rem;
}
.register-policy .form-check-label {
    color: #64748b;
    line-height: 1.5;
}
.register-policy .form-check-input:checked {
    background-color: var(--cp-brand);
    border-color: var(--cp-brand);
}
.register-policy a {
    color: var(--cp-brand);
    font-weight: 600;
    text-decoration: none;
}
.register-policy a:hover {
    text-decoration: underline;
}
.cp-logo-upload {
    display: block;
    margin: 0;
    cursor: pointer;
}
.cp-logo-upload__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.cp-logo-upload__inner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border: 2px dotted #cbd5e1;
    border-radius: 14px;
    background: #f8fafc;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.cp-logo-upload:hover .cp-logo-upload__inner,
.cp-logo-upload:focus-within .cp-logo-upload__inner {
    border-color: var(--cp-brand);
    background: rgba(20, 184, 166, 0.04);
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.08);
}
.cp-logo-upload__preview {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #94a3b8;
    font-size: 1.35rem;
}
.cp-logo-upload__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cp-logo-upload__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.cp-logo-upload__title {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--title-text-color);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.cp-logo-upload__title i {
    color: var(--cp-brand);
    font-size: 0.9rem;
}
.cp-logo-upload__hint {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.45;
}
.register-fields-panel {
    animation: registerFadeIn 0.25s ease;
}
@keyframes registerFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 575px) {
    .register-type-grid {
        grid-template-columns: 1fr;
    }
    .register-type-card {
        flex-direction: row;
        text-align: left;
        align-items: center;
        gap: 14px;
        padding: 16px;
    }
    .register-type-icon {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }
    .register-type-text {
        flex: 1;
        min-width: 0;
    }
}


/* Profile wizard (candidate onboarding) */
.profile-wizard-page .login-main {
    align-items: flex-start;
    padding-bottom: 64px;
}
.profile-wizard {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.profile-wizard-title {
    font-size: clamp(1.5rem, 4vw, 1.85rem);
    font-weight: 700;
    color: var(--title-text-color);
    text-align: center;
    margin: 0 0 28px;
}
.profile-wizard-stepper {
    margin-bottom: 36px;
    background: var(--white);
    border-radius: 16px;
    padding: 24px 28px 20px;
    border: 1px solid rgba(var(--primary-rgb), 0.08);
    box-shadow: 0 4px 20px rgba(var(--primary-rgb), 0.06);
}
.profile-wizard-stepper-rail {
    position: relative;
    padding: 0 4px;
    margin-bottom: 18px;
}
.profile-wizard-stepper-track {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    height: 4px;
    background: #e8edf3;
    border-radius: 999px;
    transform: translateY(-50%);
    z-index: 0;
    overflow: hidden;
}
.profile-wizard-stepper-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), #4f6ef7);
    border-radius: 999px;
    transition: width 0.4s ease;
    width: 0%;
}
.profile-wizard-steps {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-wizard-step-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #e2e8f0;
    background: var(--white);
    color: #94a3b8;
    font-size: 0.875rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
.profile-wizard-step-dot.is-complete {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--white);
    box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.28);
}
.profile-wizard-step-dot.is-active {
    border-color: var(--primary-color);
    background: var(--white);
    color: var(--primary-color);
    box-shadow: 0 4px 16px rgba(var(--primary-rgb), 0.22);
    transform: scale(1.05);
}
.profile-wizard-status {
    text-align: center;
    font-size: 0.78rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
}
.profile-wizard-status strong {
    color: var(--primary-color);
    font-weight: 700;
}
.profile-wizard-panel {
    display: none;
    animation: registerFadeIn 0.3s ease;
    background: var(--white);
    border-radius: 16px;
    padding: 28px;
    border: 1px solid rgba(var(--primary-rgb), 0.08);
    box-shadow: 0 4px 24px rgba(var(--primary-rgb), 0.06);
}
.profile-wizard-panel.is-active {
    display: block;
}
.profile-wizard-step-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.profile-wizard-step-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--title-text-color);
    margin: 0 0 4px;
}
.profile-wizard-step-desc {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
}
.profile-wizard-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.profile-wizard-add-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(var(--primary-rgb), 0.32);
    color: var(--white);
}
.profile-wizard-card {
    background: var(--white);
    border: 1px solid #e8edf3;
    border-radius: 16px;
    padding: 20px;
}
.profile-wizard-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.profile-wizard-card__head h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--title-text-color);
}
.profile-wizard-card__head span {
    font-size: 0.8rem;
    color: #64748b;
}
.profile-wizard-skill-input {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}
.profile-wizard-skill-input .form-control {
    min-height: 46px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}
.profile-wizard-inline-btn {
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--cp-brand) 0%, var(--cp-brand-dark) 100%);
    color: var(--white);
    font-weight: 700;
    padding: 0 18px;
    white-space: nowrap;
}
.profile-wizard-helper {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0 0 14px;
}
.profile-wizard-skill-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.profile-wizard-skill-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    background: #fafbfc;
}
.profile-wizard-skill-chip strong {
    display: block;
    color: var(--title-text-color);
    font-size: 0.95rem;
    margin-bottom: 3px;
}
.profile-wizard-skill-chip span {
    font-size: 0.8rem;
    color: #64748b;
}
.profile-wizard-doc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.profile-wizard-upload-box {
    border: 2px dashed #d7e1ec;
    border-radius: 14px;
    padding: 18px;
    background: #fbfdff;
}
.profile-wizard-upload-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-weight: 700;
    color: var(--cp-brand-dark);
}
.profile-wizard-upload-label i {
    font-size: 1rem;
}
.profile-wizard-table-wrap {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #e8edf3;
}
.profile-wizard-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    margin: 0;
}
.profile-wizard-table thead th {
    background: #f8fafc;
    padding: 12px 14px;
    font-weight: 700;
    color: var(--title-text-color);
    text-align: left;
    border-bottom: 1px solid #e8edf3;
    white-space: nowrap;
}
.profile-wizard-table tbody td {
    padding: 14px;
    border-bottom: 1px solid #f1f5f9;
    color: var(--paragraph-color);
    vertical-align: middle;
}
.profile-wizard-table tbody tr:nth-child(even) {
    background: #fafbfc;
}
.profile-wizard-table tbody tr:last-child td {
    border-bottom: none;
}
.profile-wizard-table .skill-name {
    font-weight: 700;
    color: var(--title-text-color);
}
.profile-wizard-table .rating-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    background: rgba(var(--primary-rgb), 0.08);
    color: var(--primary-color);
}
.profile-wizard-table .rating-badge--empty {
    background: #f1f5f9;
    color: #94a3b8;
}
.profile-wizard-rate-btn {
    padding: 7px 14px;
    border-radius: 8px;
    border: none;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    background: rgba(var(--secondary-rgb), 0.12);
    color: var(--secondary-dark);
    transition: background 0.2s ease;
    white-space: nowrap;
}
.profile-wizard-rate-btn:hover {
    background: rgba(var(--secondary-rgb), 0.22);
}
.profile-wizard-entry-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.profile-wizard-entry-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid #e8edf3;
    background: #fafbfc;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.profile-wizard-entry-card:hover {
    border-color: rgba(var(--primary-rgb), 0.2);
    box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.06);
}
.profile-wizard-entry-card__title {
    font-weight: 700;
    color: var(--title-text-color);
    margin: 0 0 4px;
    font-size: 0.95rem;
}
.profile-wizard-entry-card__meta {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}
.profile-wizard-entry-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.profile-wizard-entry-meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
}
.profile-wizard-entry-meta-row i {
    width: 16px;
    text-align: center;
    flex-shrink: 0;
    font-size: 0.8rem;
}
.profile-wizard-entry-meta-row i.meta-icon-company {
    color: var(--primary-color);
}
.profile-wizard-entry-meta-row i.meta-icon-location {
    color: #e53e3e;
}
.profile-wizard-entry-meta-row i.meta-icon-years {
    color: #0ea5e9;
}
.profile-wizard-entry-meta-row i.meta-icon-shift-morning,
.profile-wizard-entry-meta-row i.meta-icon-shift-afternoon {
    color: #f59e0b;
}
.profile-wizard-entry-meta-row i.meta-icon-shift-evening,
.profile-wizard-entry-meta-row i.meta-icon-shift-night {
    color: #6366f1;
}
.profile-wizard-entry-meta-row i.meta-icon-shift-livein {
    color: var(--secondary-color);
}
.profile-wizard-entry-meta-row i.meta-icon-shift-flex {
    color: #64748b;
}
.profile-wizard-entry-meta-row i.meta-icon-current {
    color: var(--secondary-color);
}
.profile-wizard-entry-meta-inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.profile-wizard-entry-meta-sep {
    color: #cbd5e1;
    margin: 0 2px;
}
.profile-wizard-entry-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(var(--secondary-rgb), 0.12);
    color: var(--secondary-dark);
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 4px;
}
.profile-wizard-entry-actions {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}
.profile-wizard-entry-actions button {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: var(--white);
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.profile-wizard-entry-actions button:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.profile-wizard-entry-actions .btn-delete {
    color: #e53e3e;
    border-color: rgba(229, 62, 62, 0.3);
}
.profile-wizard-entry-actions .btn-delete:hover {
    border-color: #e53e3e;
    color: #c53030;
    background: rgba(229, 62, 62, 0.08);
}
.profile-wizard-empty {
    text-align: center;
    padding: 36px 20px;
    border: 2px dashed #e2e8f0;
    border-radius: 12px;
    color: #94a3b8;
    font-size: 0.9rem;
}
.profile-wizard-empty i {
    font-size: 2rem;
	margin: 0 auto;
    margin-bottom: 10px;
    display: block;
    color: rgba(var(--primary-rgb), 0.25);
}
.profile-wizard-modal .modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.15);
}
.profile-wizard-modal .modal-header {
    border-bottom: 1px solid #f1f5f9;
    padding: 20px 24px;
}
.profile-wizard-modal .modal-title {
    font-weight: 700;
    color: var(--title-text-color);
    font-size: 1.1rem;
}
.profile-wizard-modal .modal-body {
    padding: 20px 24px;
}
.profile-wizard-modal .modal-footer {
    border-top: 1px solid #f1f5f9;
    padding: 16px 24px;
    gap: 10px;
}
.profile-wizard-modal .form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--title-text-color);
    margin-bottom: 6px;
}
.profile-wizard-modal .form-control,
.profile-wizard-modal .form-select {
    padding: 11px 14px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    font-size: 0.95rem;
}
.profile-wizard-modal .form-control:focus,
.profile-wizard-modal .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.1);
}
.profile-wizard-required {
    color: #e53e3e;
    font-weight: 700;
}
.profile-wizard-file-input {
    padding: 10px 12px;
    cursor: pointer;
}
.profile-wizard-file-input::file-selector-button {
    margin-right: 12px;
    padding: 8px 14px;
    border: none;
    border-radius: 8px;
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
}
.profile-wizard-file-hint {
    font-size: 0.8rem;
    color: #64748b;
    margin: 8px 0 0;
}
.profile-wizard-file-current {
    font-size: 0.85rem;
    color: var(--primary-color);
    font-weight: 600;
    margin: 8px 0 0;
}
.profile-wizard-entry-meta-row i.meta-icon-document {
    color: var(--primary-color);
}
.profile-wizard-modal .skill-rating-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--title-text-color);
    margin-bottom: 14px;
    padding: 12px 14px;
    background: #f8fafc;
    border-radius: 10px;
}
.profile-wizard-radio-group {
    display: flex;
    gap: 20px;
}
.profile-wizard-radio-group .form-check-label {
    font-weight: 600;
    color: var(--paragraph-color);
    cursor: pointer;
}
.profile-wizard-modal-save {
    padding: 11px 22px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.profile-wizard-modal-save:hover {
    color: var(--white);
    opacity: 0.95;
}
.profile-wizard-modal-cancel {
    padding: 11px 22px;
    border-radius: 10px;
    border: 2px solid #e2e8f0;
    background: var(--white);
    color: var(--title-text-color);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}
.profile-wizard-modal-cancel:hover {
    border-color: rgba(var(--primary-rgb), 0.3);
    color: var(--primary-color);
}
.profile-wizard-actions {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}
.profile-wizard-btn {
    flex: 1;
    padding: 13px 20px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.profile-wizard-btn--back {
    background: var(--white);
    color: var(--title-text-color);
    border: 2px solid #e2e8f0;
}
.profile-wizard-btn--back:hover {
    border-color: rgba(var(--primary-rgb), 0.3);
    color: var(--primary-color);
}
.profile-wizard-btn--next {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--white);
    box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.28);
}
.profile-wizard-btn--next:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(var(--primary-rgb), 0.35);
    color: var(--white);
}
.profile-wizard-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}
.profile-wizard-upload-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.profile-wizard-upload-card {
    border: 2px dashed #d8dee8;
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    background: rgba(var(--primary-rgb), 0.02);
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
    position: relative;
}
.profile-wizard-upload-card:hover,
.profile-wizard-upload-card.has-file {
    border-color: var(--primary-color);
    background: rgba(var(--primary-rgb), 0.05);
}
.profile-wizard-upload-card input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.profile-wizard-upload-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    border-radius: 12px;
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.profile-wizard-upload-title {
    font-weight: 700;
    color: var(--title-text-color);
    margin-bottom: 4px;
}
.profile-wizard-upload-hint {
    font-size: 0.8rem;
    color: #64748b;
}
.profile-wizard-upload-name {
    font-size: 0.85rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 8px;
    word-break: break-all;
}
@media (max-width: 767px) {
    .profile-wizard-stepper {
        padding: 20px 16px 16px;
    }
    .profile-wizard-stepper-track {
        left: 16px;
        right: 16px;
    }
    .profile-wizard-step-dot {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
        border-width: 2px;
    }
    .profile-wizard-panel {
        padding: 20px 16px;
    }
    .profile-wizard-step-head {
        flex-direction: column;
    }
    .profile-wizard-add-btn {
        width: 100%;
        justify-content: center;
    }
    .profile-wizard-skill-input {
        flex-direction: column;
    }
    .profile-wizard-doc-grid {
        grid-template-columns: 1fr;
    }
    .profile-wizard-actions {
        flex-direction: column-reverse;
    }
    .profile-wizard-table thead th:nth-child(2),
    .profile-wizard-table thead th:nth-child(3),
    .profile-wizard-table tbody td:nth-child(2),
    .profile-wizard-table tbody td:nth-child(3) {
        display: none;
    }
    .profile-complete-card {
        padding: 32px 24px 28px;
    }
    .profile-complete-image {
        max-width: 260px;
    }
}

/* Profile complete confirmation */
.profile-complete {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.profile-complete.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.profile-complete-card {
    position: relative;
    padding: 40px 36px 36px;
    text-align: center;
    overflow: hidden;
}
.profile-complete-spark {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    animation: profileCompleteSpark 1.2s ease forwards;
}
.profile-complete.is-visible .profile-complete-spark--1 {
    width: 120px;
    height: 120px;
    top: -30px;
    right: -20px;
    background: rgba(var(--secondary-rgb), 0.12);
    animation-delay: 0.2s;
}
.profile-complete.is-visible .profile-complete-spark--2 {
    width: 80px;
    height: 80px;
    bottom: 40px;
    left: -20px;
    background: rgba(var(--primary-rgb), 0.1);
    animation-delay: 0.45s;
}
.profile-complete.is-visible .profile-complete-spark--3 {
    width: 50px;
    height: 50px;
    top: 45%;
    right: 12%;
    background: rgba(var(--secondary-rgb), 0.15);
    animation-delay: 0.65s;
}
.profile-complete-visual {
    margin-bottom: 8px;
    animation: profileCompleteFloat 4s ease-in-out infinite;
    animation-delay: 0.6s;
}
.profile-complete.is-visible .profile-complete-visual {
    animation: profileCompleteFadeUp 0.7s ease 0.15s both, profileCompleteFloat 4s ease-in-out 1s infinite;
}
.profile-complete-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.profile-complete-content {
    position: relative;
    z-index: 1;
}
.profile-complete.is-visible .profile-complete-badge {
    animation: profileCompleteFadeUp 0.6s ease 0.35s both;
}
.profile-complete.is-visible .profile-complete-title {
    animation: profileCompleteFadeUp 0.6s ease 0.45s both;
}
.profile-complete.is-visible .profile-complete-lead {
    animation: profileCompleteFadeUp 0.6s ease 0.55s both;
}
.profile-complete.is-visible .profile-complete-notice {
    animation: profileCompleteFadeUp 0.6s ease 0.65s both;
}
.profile-complete.is-visible .profile-complete-btn {
    animation: profileCompleteFadeUp 0.6s ease 0.75s both;
}
.profile-complete-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(var(--secondary-rgb), 0.12);
    color: var(--secondary-dark);
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 16px;
}
.profile-complete-badge i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--secondary-color);
    color: var(--white);
    font-size: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-complete-title {
    font-size: clamp(1.5rem, 4vw, 1.85rem);
    font-weight: 700;
    color: var(--title-text-color);
    margin: 0 0 10px;
}
.profile-complete-lead {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.55;
    margin: 0 auto 24px;
    max-width: 420px;
}
.profile-complete-notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
    padding: 16px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.09), rgba(var(--secondary-rgb), 0.2));
    margin-bottom: 28px;
}
.profile-complete-notice-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--white);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.1);
}
.profile-complete-notice p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--paragraph-color);
    line-height: 1.5;
}
.profile-complete-notice strong {
    color: var(--title-text-color);
}
.profile-complete-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(var(--primary-rgb), 0.3);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.profile-complete-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(var(--primary-rgb), 0.38);
    color: var(--white);
}
@keyframes profileCompleteFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes profileCompleteFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes profileCompleteSpark {
    from {
        opacity: 0;
        transform: scale(0.6);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* ================================================
   ==Candidate Dashboard==
================================================ */
.page-title-section {
	padding-top:160px;
	padding-bottom: 40px;
	background:url(../images/dashboard-hero-bg.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
}
.page-title-section h1 {
	font-size: 32px;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	margin: 0;
}

.candidate-dashboard-section {
	padding: 60px 0;
	background: var(--light-bg);
	margin-top: -12px;
}

.candidate-dashboard-section .btn-primary {
	background: linear-gradient(135deg, var(--cp-brand) 0%, var(--cp-brand-dark) 100%);
	border-color: var(--cp-brand-dark);
	color: #fff;
	font-weight: 600;
}
.candidate-dashboard-section .btn-primary:hover,
.candidate-dashboard-section .btn-primary:focus {
	background: var(--cp-brand-dark);
	border-color: var(--cp-brand-dark);
	color: #fff;
}
.candidate-dashboard-section .btn-outline-primary {
	border-color: var(--cp-brand);
	color: var(--cp-brand-dark);
}
.candidate-dashboard-section .btn-outline-primary:hover {
	background: rgba(20, 184, 166, 0.1);
	border-color: var(--cp-brand-dark);
	color: var(--cp-brand-dark);
}
.candidate-dashboard-section .btn-outline-secondary {
	border-color: #cbd5e1;
	color: #475569;
}
.candidate-dashboard-section .form-control:focus,
.candidate-dashboard-section .form-select:focus {
	border-color: var(--cp-brand);
	box-shadow: 0 0 0 0.2rem rgba(20, 184, 166, 0.18);
}

/* Sidebar */
.candidate-dashboard-sidebar {
	background: var(--dark-bg);
	border-radius: 20px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(148, 163, 184, 0.12);
	overflow: hidden;
	position: sticky;
	top: 100px;
}

.page-hero--candidate {
	background: linear-gradient(135deg, #0f766e 0%, #115e59 42%, #134e4a 100%);
}

.candidate-dashboard-user-card {
	padding: 32px 24px;
	text-align: center;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	background: linear-gradient(180deg, rgba(var(--primary-rgb), 0.03) 0%, transparent 100%);
}

.candidate-dashboard-user-avatar {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 16px;
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.candidate-dashboard-user-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.candidate-dashboard-user-initials {
	display: none;
	font-size: 28px;
	font-weight: var(--font-bold);
	color: var(--white);
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.candidate-dashboard-user-initials.is-visible {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.candidate-dashboard-user-headline {
	font-size: 13px;
	color: #94a3b8;
	margin: 0 0 10px;
	line-height: 1.4;
}

.candidate-dashboard-user-progress {
	margin-top: 18px;
	text-align: left;
}

.candidate-dashboard-user-progress__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	color: #94a3b8;
	margin-bottom: 8px;
}

.candidate-dashboard-user-progress__top strong {
	color: #e2e8f0;
	font-weight: var(--font-semi);
}

.candidate-dashboard-user-progress__bar {
	height: 8px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.2);
	overflow: hidden;
}

.candidate-dashboard-user-progress__bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #14b8a6, #0d9488);
}

.candidate-dashboard-user-progress__link {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: var(--font-semi);
	color: #5eead4;
	text-decoration: none;
}

.candidate-dashboard-user-progress__link:hover {
	color: #99f6e4;
}

.candidate-dashboard-user-name {
	font-size: 18px;
	font-weight: var(--font-bold);
	color: var(--white);
	margin: 0 0 6px;
	line-height: 1.3;
}

.candidate-dashboard-user-location {
	font-size: 14px;
	color: var(--light-bg);
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.candidate-dashboard-user-location i {
	font-size: 14px;
	color: var(--secondary-color);
}

/* Sidebar Navigation */
.candidate-dashboard-nav {
	padding: 20px 16px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.candidate-dashboard-nav-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	font-size: 15px;
	font-weight: var(--font-med);
	color:#94a3b8;
	text-decoration: none;
	border-radius: 12px;
	transition: background 0.2s ease, color 0.2s ease;
}

.candidate-dashboard-nav-link i {
	font-size: 18px;
	width: 22px;
	text-align: center;
	color: #94a3b8;
	transition: color 0.2s ease;
}

.candidate-dashboard-nav-link:hover {
	background: rgba(var(--primary-rgb), 0.06);
	color: var(--white);
}

.candidate-dashboard-nav-link:hover i {
	color: var(--white);
}

.candidate-dashboard-nav-link.active {
	background: var(--primary-color);
	color: var(--white);
	font-weight: var(--font-semi);
}

.candidate-dashboard-nav-link.active i {
	color: var(--white);
}

.candidate-dashboard-nav-link-logout {
	margin-top: 12px;
	padding-top: 16px;
	border-top: 1px solid rgba(148, 163, 184, 0.15);
	color: var(--secondary-color);
}

.candidate-dashboard-nav-link-logout:hover {
	background: rgba(var(--secondary-rgb), 0.15);
	color: var(--secondary-color);
}

.candidate-dashboard-nav-link-logout:hover i,
.candidate-dashboard-nav-link-logout i {
	color: var(--secondary-color);
}

/* Main Content */
.candidate-dashboard-content {
	padding-left: 12px;
	min-width: 0;
}

.candidate-dashboard-welcome {
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.candidate-dashboard-welcome-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: var(--font-med);
	color: #64748b;
	background: rgba(148, 163, 184, 0.1);
	padding: 8px 14px;
	border-radius: 8px;
	margin-bottom: 12px;
}

.candidate-dashboard-welcome-badge i {
	opacity: 0.8;
}

.candidate-dashboard-welcome-title {
	font-size: 24px;
	font-weight: 700;
	color: var(--title-text-color);
	margin: 0 0 6px;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.candidate-dashboard-welcome-desc {
	font-size: 14px;
	color: #64748b;
	margin: 0;
	line-height: 1.55;
	max-width: 560px;
}

/* Stats Grid — compact horizontal cards */
.candidate-dashboard-stats {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 24px;
}

.candidate-dashboard-stat-card {
	background: var(--white);
	border-radius: 14px;
	padding: 14px 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(148, 163, 184, 0.1);
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
	min-height: 0;
}

.candidate-dashboard-stat-card:hover {
	box-shadow: 0 6px 18px rgba(var(--primary-rgb), 0.08);
	transform: translateY(-1px);
	border-color: rgba(var(--primary-rgb), 0.12);
}

.candidate-dashboard-stat-icon {
	width: 40px;
	height: 40px;
	border-radius: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
}

.candidate-dashboard-stat-icon-resume {
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.12) 0%, rgba(var(--primary-rgb), 0.06) 100%);
	color: var(--primary-color);
}

.candidate-dashboard-stat-icon-apps {
	background: linear-gradient(135deg, rgba(var(--secondary-rgb), 0.12) 0%, rgba(var(--secondary-rgb), 0.06) 100%);
	color: var(--secondary-color);
}

.candidate-dashboard-stat-icon-views {
	background: linear-gradient(135deg, rgba(10, 197, 26, 0.12) 0%, rgba(10, 197, 26, 0.06) 100%);
	color: var(--success-color);
}

.candidate-dashboard-stat-icon-interviews {
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.12) 0%, rgba(var(--primary-rgb), 0.06) 100%);
	color: var(--primary-color);
}

.candidate-dashboard-stat-icon-upcoming {
	background: linear-gradient(135deg, rgba(var(--secondary-rgb), 0.12) 0%, rgba(var(--secondary-rgb), 0.06) 100%);
	color: var(--secondary-color);
}

.candidate-dashboard-stat-icon-notifications {
	background: linear-gradient(135deg, rgba(10, 197, 26, 0.12) 0%, rgba(10, 197, 26, 0.06) 100%);
	color: var(--success-color);
}

.candidate-dashboard-stat-card--link {
	text-decoration: none;
	color: inherit;
}

.candidate-dashboard-stat-card--link:hover {
	text-decoration: none;
	color: inherit;
}

.candidate-dashboard-stat-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.candidate-dashboard-stat-value {
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--title-text-color);
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.candidate-dashboard-stat-label {
	font-size: 11px;
	color: #64748b;
	font-weight: var(--font-med);
	line-height: 1.25;
}

/* Profile setup prompt (below stats) */
.candidate-dashboard-setup-alert {
	border-radius: 18px !important;
	padding: 20px 24px !important;
	background: linear-gradient(135deg, rgba(255, 193, 7, 0.12) 0%, rgba(255, 193, 7, 0.05) 100%) !important;
	border: 1px solid rgba(245, 158, 11, 0.35) !important;
	color: var(--title-text-color);
}

.candidate-dashboard-setup-alert .candidate-dashboard-setup-alert-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(245, 158, 11, 0.2);
	color: #b45309;
	font-size: 20px;
}

.candidate-dashboard-setup-alert .btn-primary {
	border-radius: 12px;
	padding: 10px 20px;
	font-weight: var(--font-med);
}

/* Shortlisted Jobs Section */
.candidate-dashboard-shortlisted, .company-sent-candidates {
	background: var(--white);
	border-radius: 20px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(148, 163, 184, 0.08);
	margin-bottom: 32px;
	overflow: hidden;
}

.candidate-dashboard-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 28px;
	border-bottom: 1px solid #e3eefb;
}

.candidate-dashboard-section-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--title-text-color);
	margin: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}

.candidate-dashboard-section-title i {
	color: #f59e0b;
	font-size: 18px;
}

.candidate-dashboard-section-link {
	font-size: 15px;
	font-weight: var(--font-semi);
	color: var(--primary-color);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color 0.2s ease, gap 0.2s ease;
}

.candidate-dashboard-section-link:hover {
	color: var(--secondary-color);
	gap: 10px;
}

.candidate-dashboard-shortlisted-list {
	display: flex;
	flex-direction: column;
}

.candidate-dashboard-shortlisted-item {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 24px 28px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.08);
	transition: background 0.2s ease;
}

.candidate-dashboard-shortlisted-item:last-child {
	border-bottom: none;
}

.candidate-dashboard-shortlisted-item:hover {
	background: rgba(var(--primary-rgb), 0.02);
}

.candidate-dashboard-shortlisted-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.1) 0%, rgba(var(--primary-rgb), 0.05) 100%);
	color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
}

.candidate-dashboard-shortlisted-content {
	flex: 1;
	min-width: 0;
}

.candidate-dashboard-shortlisted-title {
	font-size: 17px;
	font-weight: 600;
	color: var(--title-text-color);
	margin: 0 0 6px;
	line-height: 1.3;
}

.candidate-dashboard-shortlisted-title a {
	color: var(--title-text-color);
	text-decoration: none;
}

.candidate-dashboard-shortlisted-title a:hover {
	color: var(--cp-brand-dark);
}

.candidate-dashboard-shortlisted-meta {
	font-size: 14px;
	color: #64748b;
	margin: 0;
	line-height: 1.4;
}

.candidate-dashboard-shortlisted-company {
	font-weight: var(--font-med);
	color: #475569;
}

.candidate-dashboard-shortlisted-sep {
	margin: 0 8px;
	opacity: 0.5;
}

.candidate-dashboard-shortlisted-badge {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 20px;
	text-transform: capitalize;
	flex-shrink: 0;
}

.candidate-dashboard-shortlisted-badge-review {
	background: rgba(245, 158, 11, 0.15);
	color: #b45309;
}

.candidate-dashboard-shortlisted-badge-interview {
	background: rgba(var(--primary-rgb), 0.12);
	color: var(--primary-color);
}

.candidate-dashboard-shortlisted-badge-shortlisted {
	background: rgba(10, 197, 26, 0.12);
	color: var(--success-color);
}

.candidate-dashboard-shortlisted-badge-hired {
	background: rgba(13, 148, 136, 0.14);
	color: #0f766e;
}

.candidate-dashboard-shortlisted-badge-rejected {
	background: rgba(239, 68, 68, 0.12);
	color: #b91c1c;
}

.candidate-dashboard-panel {
	background: var(--white);
	border-radius: 20px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(148, 163, 184, 0.08);
	overflow: hidden;
	height: 100%;
}

.candidate-dashboard-panel--chart .candidate-dashboard-section-header {
	border-bottom: 1px solid #e3eefb;
}

.candidate-dashboard-chart-body {
	padding: 8px 16px 20px;
}

.candidate-dashboard-chart-meta {
	font-size: 13px;
	font-weight: var(--font-med);
	color: #64748b;
}

.candidate-dashboard-chart-empty {
	font-size: 13px;
	color: #64748b;
	padding: 0 12px 8px;
}

.candidate-dashboard-pipeline {
	padding: 8px 28px 28px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.candidate-dashboard-pipeline__label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	color: #64748b;
	margin-bottom: 6px;
}

.candidate-dashboard-pipeline__label strong {
	color: var(--title-text-color);
}

.candidate-dashboard-pipeline__track {
	height: 8px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.16);
	overflow: hidden;
}

.candidate-dashboard-pipeline__track span {
	display: block;
	height: 100%;
	border-radius: inherit;
}

.candidate-dashboard-pipeline__track .is-applied { background: #f59e0b; }
.candidate-dashboard-pipeline__track .is-shortlisted { background: #22c55e; }
.candidate-dashboard-pipeline__track .is-interview { background: var(--primary-color); }
.candidate-dashboard-pipeline__track .is-hired { background: #0d9488; }
.candidate-dashboard-pipeline__track .is-rejected { background: #ef4444; }

.candidate-dashboard-tips {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.candidate-dashboard-tip {
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: var(--white);
	border: 1px solid rgba(148, 163, 184, 0.12);
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.candidate-dashboard-tip__icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(13, 148, 136, 0.12);
	color: #0f766e;
}

.candidate-dashboard-tip__body h4 {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 4px;
	color: var(--title-text-color);
}

.candidate-dashboard-tip__body p {
	font-size: 13px;
	color: #64748b;
	margin: 0;
	line-height: 1.5;
}

.candidate-dashboard-tip__cta {
	margin-top: auto;
	font-size: 13px;
	font-weight: var(--font-semi);
	color: #0f766e;
	text-decoration: none;
}

.candidate-dashboard-tip__cta:hover {
	color: #115e59;
}

.candidate-dashboard-jobs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
	padding: 20px 28px 28px;
	align-items: stretch;
}

.candidate-dashboard-jobs-grid .similar-job-card {
	height: 100%;
	padding: 24px;
	gap: 4px;
}

.candidate-dashboard-jobs-grid .similar-job-card__top {
	margin-bottom: 14px;
}

.candidate-dashboard-jobs-grid .similar-job-card__title {
	margin-bottom: 8px;
}

.candidate-dashboard-jobs-grid .similar-job-card__salary {
	margin-bottom: 14px;
}

.candidate-dashboard-jobs-grid .similar-job-card__company {
	margin-bottom: 16px;
}

.candidate-dashboard-jobs-grid .similar-job-card__cta {
	margin-top: auto;
}

@media (max-width: 1399.98px) {
	.candidate-dashboard-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1199.98px) {
	.candidate-dashboard-tips,
	.candidate-dashboard-jobs-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 991.98px) {
	.candidate-dashboard-content {
		padding-left: 0;
	}

	.candidate-dashboard-sidebar {
		position: relative;
		top: 0;
	}

	.candidate-dashboard-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
}

@media (max-width: 575.98px) {
	.candidate-dashboard-stats,
	.candidate-dashboard-tips,
	.candidate-dashboard-jobs-grid {
		grid-template-columns: 1fr;
	}

	.candidate-dashboard-shortlisted-item {
		flex-wrap: wrap;
	}
}

.candidate-dashboard-shortlisted-action {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: var(--primary-color);
	text-decoration: none;
	padding: 10px 16px;
	border-radius: 10px;
	transition: background 0.2s ease, color 0.2s ease;
	flex-shrink: 0;
}

.candidate-dashboard-shortlisted-action:hover {
	background: rgba(var(--primary-rgb), 0.08);
	color: var(--secondary-color);
}

.candidate-dashboard-shortlisted-action i {
	font-size: 12px;
	transition: transform 0.2s ease;
}

.candidate-dashboard-shortlisted-action:hover i {
	transform: translateX(3px);
}

/* Public profile card */
.candidate-public-card {
	background: var(--white);
	border-radius: 20px;
	border: 1px solid rgba(148, 163, 184, 0.12);
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}
.candidate-public-card__cover {
	height: 160px;
	background: linear-gradient(135deg, #0f766e 0%, #115e59 45%, #134e4a 100%);
}
.candidate-public-card__cover.has-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.candidate-public-card__body {
	padding: 0 28px 32px;
}
.candidate-public-card__identity {
	display: flex;
	gap: 18px;
	align-items: flex-end;
	margin-top: -42px;
	margin-bottom: 24px;
}
.candidate-public-card__avatar {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	border: 4px solid #fff;
	background: linear-gradient(135deg, #14b8a6, #0d9488);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	flex-shrink: 0;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}
.candidate-public-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.candidate-public-card__name {
	margin: 0 0 4px;
	font-size: 26px;
	font-weight: 800;
	color: var(--title-text-color);
}
.candidate-public-card__headline {
	margin: 0 0 6px;
	color: #0f766e;
	font-weight: 600;
}
.candidate-public-card__meta {
	margin: 0 0 2px;
	color: #64748b;
	font-size: 14px;
}
.candidate-public-card__meta i {
	color: #0d9488;
	margin-right: 6px;
}
.candidate-public-section {
	padding-top: 18px;
	margin-top: 18px;
	border-top: 1px solid rgba(148, 163, 184, 0.14);
}
.candidate-public-section h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 12px;
	color: var(--title-text-color);
}
.candidate-public-section p {
	margin: 0;
	color: #475569;
	line-height: 1.65;
}
.candidate-public-skills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.candidate-public-skills span {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(13, 148, 136, 0.1);
	color: #0f766e;
	font-size: 13px;
	font-weight: 600;
}
.candidate-public-timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}
.candidate-public-timeline li {
	display: grid;
	gap: 2px;
}
.candidate-public-timeline strong {
	color: var(--title-text-color);
}
.candidate-public-timeline span,
.candidate-public-timeline em {
	font-size: 13px;
	color: #64748b;
	font-style: normal;
}
.candidate-public-share .form-control {
	border-radius: 10px 0 0 10px;
}
.candidate-public-share .btn {
	border-radius: 0 10px 10px 0;
}

/* Content Cards */
.candidate-dashboard-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.candidate-dashboard-card {
	background: var(--white);
	border-radius: 18px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(148, 163, 184, 0.08);
	overflow: hidden;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.candidate-dashboard-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	border-color: rgba(var(--primary-rgb), 0.12);
}

.candidate-dashboard-card-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--title-text-color);
	margin: 0;
	padding: 24px 28px 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.candidate-dashboard-card-title i {
	color: var(--primary-color);
	font-size: 20px;
}

.candidate-dashboard-card-body {
	padding: 28px;
}

.candidate-dashboard-empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 52px 32px 56px;
	margin: 0;
}

.candidate-dashboard-empty-state__icon {
	width: 68px;
	height: 68px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	background: linear-gradient(135deg, rgba(20, 184, 166, 0.16), rgba(14, 165, 233, 0.12));
	color: #0f766e;
	font-size: 26px;
	box-shadow: 0 8px 20px rgba(20, 184, 166, 0.12);
}

.candidate-dashboard-empty-state h4 {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 700;
	color: var(--title-text-color);
}

.candidate-dashboard-empty-state p {
	margin: 0 0 20px;
	max-width: 420px;
	font-size: 14px;
	line-height: 1.65;
	color: #64748b;
}

.candidate-dashboard-empty-state .btn {
	border-radius: 12px;
	padding: 10px 22px;
	font-weight: 600;
}

.candidate-dashboard-card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 600;
	color: var(--primary-color);
	text-decoration: none;
	transition: color 0.2s ease, gap 0.2s ease;
}

.candidate-dashboard-card-link:hover {
	color: var(--secondary-color);
	gap: 12px;
}

/* Company Dashboard (scoped; candidate unaffected) */
.company-dashboard-section .candidate-dashboard-sidebar {
	background: linear-gradient(180deg, #1b2a4a 0%, #223766 100%);
	border: 1px solid rgba(99, 125, 175, 0.35);
	box-shadow: 0 14px 28px rgba(16, 32, 67, 0.22);
}
.company-dashboard-section .candidate-dashboard-user-card {
	background: linear-gradient(180deg, rgba(107, 114, 255, 0.22) 0%, rgba(33, 52, 92, 0.08) 100%);
	border-bottom: 1px solid rgba(145, 167, 209, 0.25);
}
.company-dashboard-section .candidate-dashboard-user-name {
	color: #ffffff;
}
.company-dashboard-section .candidate-dashboard-user-location {
	color: #d6e1ff;
}
.company-dashboard-section .candidate-dashboard-nav-link {
	color: #cad6f6;
}
.company-dashboard-section .candidate-dashboard-nav-link i {
	color: #9fb4ea;
}
.company-dashboard-section .candidate-dashboard-nav-link:hover {
	background: rgba(120, 146, 211, 0.2);
	color: #ffffff;
}
.company-dashboard-section .candidate-dashboard-nav-link:hover i {
	color: #ffffff;
}
.company-dashboard-section .candidate-dashboard-nav-link.active {
	background: linear-gradient(90deg, #6f74ef 0%, #5f6fe2 100%);
	color: #ffffff;
}
.company-dashboard-section .candidate-dashboard-nav-link.active i {
	color: #ffffff;
}
.company-dashboard-section .candidate-dashboard-nav-link-logout {
	border-top: 1px solid rgba(145, 167, 209, 0.22);
	color: #ff9db2;
}
.company-dashboard-section .candidate-dashboard-nav-link-logout i,
.company-dashboard-section .candidate-dashboard-nav-link-logout:hover i {
	color: #ff9db2;
}
.company-dashboard-section .candidate-dashboard-nav-link-logout:hover {
	background: rgba(var(--secondary-rgb), 0.18);
	color: #ff9db2;
}
.company-dashboard-section .company-dashboard-content {
	padding-left: 28px;
}
.company-dashboard-welcome-banner {
	background: linear-gradient(90deg, #6d6fe7 0%, #7f83f5 60%, #8b87ef 100%);
	border-radius: 8px;
	padding: 18px 20px;
	margin-bottom: 14px;
	box-shadow: 0 10px 20px rgba(109, 111, 231, 0.22);
}
.company-dashboard-welcome-banner h3 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 8px;
}
.company-dashboard-welcome-banner p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}
.company-dashboard-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-bottom: 36px;
}
.company-dashboard-stat-card {
	border-radius: 8px;
	padding: 16px 16px 14px;
	color: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.company-dashboard-stat-card-purple {
	background: linear-gradient(135deg, #7d7ae8 0%, #6d6fe7 100%);
}
.company-dashboard-stat-card-green {
	background: linear-gradient(135deg, #2bcfb9 0%, #35d8b2 100%);
}
.company-dashboard-stat-card-coral {
	background: linear-gradient(135deg, #ff838c 0%, #f39b9f 100%);
}
.company-dashboard-stat-card-orange {
	background: linear-gradient(135deg, #f6c086 0%, #f2b07a 100%);
}
.company-dashboard-stat-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
.company-dashboard-stat-title {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.92);
}
.company-dashboard-stat-icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.2);
	font-size: 13px;
}
.company-dashboard-stat-value {
	display: block;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 8px;
}
.company-dashboard-stat-foot {
	display: flex;
	align-items: center;
	gap: 8px;
}
.company-dashboard-stat-badge {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	padding: 3px 7px;
	line-height: 1.1;
}
.company-dashboard-stat-meta {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.92);
}


.formcard{background: var(--white); padding: 30px; border-radius: 20px; margin-bottom: 30px;}
.formcartitle{font-size: 24px; font-weight: 700; margin-bottom: 30px; color: var(--dark-bg);}
.settings-grid .col-lg-6, .settings-grid .col-lg-12{margin-top: 20px;}

/* Candidate — change password */
.change-password-page {
	margin-bottom: 8px;
}
.change-password-hero {
	display: flex;
	gap: 22px;
	align-items: flex-start;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.09) 0%, rgba(var(--secondary-rgb), 0.05) 100%);
	border: 1px solid rgba(var(--primary-rgb), 0.12);
	border-radius: 20px;
	padding: 26px 28px;
	margin-bottom: 28px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}
.change-password-hero-icon {
	width: 58px;
	height: 58px;
	border-radius: 16px;
	background: linear-gradient(145deg, var(--primary-color) 0%, var(--primary-dark) 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	flex-shrink: 0;
	box-shadow: 0 10px 28px rgba(var(--primary-rgb), 0.28);
}
.change-password-hero-title {
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--title-text-color);
	margin-bottom: 8px;
	letter-spacing: -0.02em;
}
.change-password-hero-desc {
	font-size: 0.95rem;
	color: #64748b;
	line-height: 1.55;
	max-width: 640px;
}
.change-password-form .formcartitle.change-password-form-title {
	margin-bottom: 8px;
}
.change-password-form .change-password-form-lead {
	margin-bottom: 28px;
}
.change-password-form .form-label {
	font-weight: 600;
	color: #0f172a;
	font-size: 0.92rem;
	margin-bottom: 6px;
}
.password-field-wrap {
	position: relative;
}
.password-field-wrap .form-control {
	padding-right: 50px;
	border-radius: 14px;
	border: 2px solid #e7e9eb;
	background: #f8fafc;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 18px;
}
.password-field-wrap .form-control:focus {
	border-color: rgba(37, 99, 235, 0.7);
	box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.14);
	background: #fff;
}
.password-toggle-btn {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	color: #64748b;
	padding: 10px 12px;
	border-radius: 10px;
	cursor: pointer;
	line-height: 1;
	transition: color 0.2s ease, background 0.2s ease;
}
.password-toggle-btn:hover {
	color: var(--primary-color);
	background: rgba(var(--primary-rgb), 0.07);
}
.change-password-footer {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid rgba(148, 163, 184, 0.15);
}
.change-password-footer .form-actions {
	margin-top: 0;
}
@media (max-width: 575px) {
	.change-password-hero {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.change-password-hero-text {
		text-align: center;
	}
	.change-password-footer .form-actions {
		justify-content: stretch;
	}
	.change-password-footer .form-actions .btn {
		flex: 1;
	}
}

.userimgupbox{text-align: center; margin-bottom: 30px;}
.imagearea{display: inline-block;}
.imagearea img{width: 120px; height: 120px; border-radius: 50%; object-fit: cover; border: 1px solid #ddd; padding: 5px;}
.imagearea label{display: block;}
.formrow > label.btn {
    background: none;
    color: #8b8b8b;
    border: 2px dashed #ccc;
    margin-bottom: 0;
    margin-top: 5px;
	    display: inline-block;
		border-radius: 5px;
    padding: 10px 30px;
    font-size: 16px;
	text-transform: uppercase;
}


.settings-grid .grid-span-2 {
    grid-column: span 2;
}
.settings-grid .form-label {
    font-weight: 600;
    color: #0f172a;
    font-size: 0.92rem;
    margin-bottom: 6px;
}
.settings-grid .form-control,
.settings-grid .form-select {
    border-radius: 14px;
    border: 2px solid #e7e9eb;
    background: #f8fafc;
    padding: 12px 16px;
    font-size: 18px;
	appearance: auto;
}
.settings-grid textarea.form-control {
    min-height: 120px;
}

.settings-grid .form-control:focus,
.settings-grid .form-select:focus {
    border-color: rgba(37, 99, 235, 0.7);
    box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.14);
}
.settings-grid .form-control:disabled {
    background-color:#e9ecef;
    opacity: 1;
	cursor: not-allowed;
}



.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
	margin-top: 30px;
}
.form-actions .btn {
    border-radius: 12px;
    padding: 12px 22px;
    font-weight: 600;
}
.form-actions .btn-primary {
	border: none;
	background: var(--primary-color);
}


/* Candidate Dashboard Responsive */
@media (max-width: 991px) {
	.candidate-dashboard-sidebar {
		position: static;
		margin-bottom: 24px;
	}
	.candidate-dashboard-content {
		padding-left: 0;
	}
	.candidate-dashboard-stats {
		grid-template-columns: repeat(2, 1fr);
	}
	.candidate-dashboard-shortlisted-item {
		flex-wrap: wrap;
		gap: 16px;
		padding: 20px 24px;
	}
	.candidate-dashboard-shortlisted-badge {
		order: 3;
		width: 100%;
		margin-left: 72px;
	}
	.candidate-dashboard-shortlisted-action {
		margin-left: auto;
	}
	.candidate-dashboard-cards {
		grid-template-columns: 1fr;
	}
	.company-dashboard-section .company-dashboard-content {
		padding-left: 0;
	}
	.company-dashboard-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.page-title-section {
		padding-top: 120px;
		padding-bottom: 20px;
	}
	.page-title-section h1 {
		font-size: 26px;
	}
	.candidate-dashboard-section {
		padding-bottom: 40px;
	}
	.candidate-dashboard-user-card {
		padding: 24px 20px;
	}
	.candidate-dashboard-user-avatar {
		width: 72px;
		height: 72px;
	}
	.candidate-dashboard-user-initials {
		font-size: 22px;
	}
	.candidate-dashboard-user-name {
		font-size: 16px;
	}
	.candidate-dashboard-welcome {
		margin-bottom: 28px;
		padding-bottom: 24px;
	}
	.candidate-dashboard-welcome-title {
		font-size: 24px;
	}
	.candidate-dashboard-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-bottom: 20px;
	}
	.candidate-dashboard-stat-card {
		padding: 12px 14px;
	}
	.candidate-dashboard-section-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding: 20px 20px;
	}
	.candidate-dashboard-section-title {
		font-size: 18px;
	}
	.candidate-dashboard-shortlisted-item {
		flex-direction: column;
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 20px;
		gap: 12px;
	}
	.candidate-dashboard-shortlisted-content {
		order: 2;
		margin-left: 0;
	}
	.candidate-dashboard-shortlisted-badge {
		order: 3;
		margin-left: 0;
		width: auto;
	}
	.candidate-dashboard-shortlisted-action {
		margin-left: 0;
		width: 100%;
		justify-content: center;
	}
	.company-dashboard-welcome-banner h3 {
		font-size: 28px;
	}
	.company-dashboard-stats {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.company-dashboard-stat-value {
		font-size: 28px;
	}
}


/*------------------------------------------
Footer (QuiStaff design)
------------------------------------------*/
.footer-ibv {
	padding-top: 0;
}
.footer-ibv .footer-main {
	background: #363a41;
	border-radius: 30px;
	margin: 0 50px;
	padding: 56px 0 48px;
}
.footer-brand {
	margin-bottom: 0;
}
.footer-logo-text {
	display: block;
	font-size: 32px;
	font-weight: var(--font-bold);
	color: var(--secondary-color);
	text-transform: lowercase;
	margin-bottom: 6px;
	font-family: var(--font-heading);
}
.footer-tagline {
	font-size: 14px;
	color: var(--white);
	line-height: 1.4;
	margin: 0 0 2px;
	font-weight: var(--font-reg);
}
.footer-tagline-sm {
	font-size: 11px;
	color: var(--white);
	line-height: 1.4;
	margin: 0 0 16px;
	letter-spacing: 0.5px;
	font-weight: var(--font-reg);
}
.footer-desc {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	margin: 0;
}
.footer-ibv .footer-title {
	font-size: 22px;
	font-weight: var(--font-bold);
	color: var(--white);
	margin: 0 0 20px;
}
.footer-ibv .footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-ibv .footer-links li {
	margin-bottom: 20px;
}
.footer-ibv .footer-links li:last-child {
	margin-bottom: 0;
}
.footer-ibv .footer-links a {
	font-size: 16px;
	color: #d2d8e0;
	text-decoration: none;
	transition: color 0.2s ease;
}
.footer-ibv .footer-links a:hover {
	color: var(--white);
}
.footer-social {
	display: flex;
	gap: 16px;
	margin-bottom: 40px;
}
.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #d2d8e0;
	font-size: 24px;
	transition: opacity 0.2s ease;
}
.footer-social a:hover {
	opacity: 0.8;
	color: var(--white);
}
.footer-contact-block {
	margin-top: 0;
}
.footer-help {
	font-size: 14px;
	color: #d2d8e0;
	margin: 0 0 6px;
}
.footer-email {
	font-size: 18px;
	font-weight: var(--font-bold);
	color: var(--white);
	text-decoration: none;
	transition: opacity 0.2s ease;
}
.footer-email:hover {
	opacity: 0.9;
	color: var(--white);
}
.footer-ibv .footer-bottom {
	background: transparent;
	padding: 24px 0 32px;
}
.footer-ibv .footer-copy {
	text-align: center;
	font-size: 14px;
	color: #888;
	margin: 0;
}

/* Media Queries */
@media (max-width: 991px) {
	.section{padding: 30px 0;}
	.promo-stats-banner {
		flex-direction: column;
		text-align: left;
		padding: 32px 24px;
		gap: 20px;
		align-items: flex-start;
	}
	.promo-stats-grid {
		flex-wrap: wrap;
		gap: 24px;
	}
	.promo-stat-divider {
		display: none;
	}
	.promo-stat-item,
	.promo-feature-item {
		padding: 0;
	}
	.promo-feature-item {
		width: 100%;
	}
	.how-it-works-steps {
		grid-template-columns: repeat(2, 1fr);
	}
	.focus-industries-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.scaling-hiring-cards {
		grid-template-columns: 1fr;
	}
	.why-choose-wrap {
		flex-direction: column;
		gap: 0;
	}
	.why-choose-image {
		flex: none;
		width: 100%;
	}
	.why-choose-image img {
		border-radius: 16px 16px 0 0;
		max-height: 400px;
		object-position: center;
	}
	.why-choose-content {
		flex-direction: column;
		padding: 25px 0;
	}
	.why-choose-boxes {
		flex-direction: row;
		justify-content: center;
	}
	.why-choose-box{width:30%; flex: 0 0 30%;     padding: 30px 15px;}
	.why-choose-box i{font-size: 36px;}
	.why-choose-box span{font-size: 16px;}
	.why-choose-main {
		text-align: center;
	}
	.why-choose-features {
		display: inline-block;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	.why-choose-title {
		font-size: 28px;
	}
	.testimonials-section{margin: 0 15px;}
	.candidate-experience-wrap {
		flex-direction: column;
		text-align: center;
		padding: 36px 24px;
	}
	.candidate-experience-content {
		max-width: none;
	}
	.candidate-experience-visual {
		text-align: center;
		order: -1;
	}
	.candidate-experience-visual img {
		margin-left: auto;
		margin-right: auto;
	}
	.hero-section {
		padding: 140px 0 60px 0;
		text-align: center;
	}
	.hero-title {
		font-size: 2.4rem;
	}
	.hero-search {
		margin-left: auto;
		margin-right: auto;
	}
	.hero-search-fields {
		flex-direction: column;
	}
	.hero-search .divider {
    display: none;
}
	.hero-field {
		width: 100%;
	}
	.hero-submit {
		width: 100%;
		padding: 14px;
	}
	.hero-actions {
		justify-content: center;
		text-align: left;
	}
	.hero-visual {
		margin: 40px auto 0;
	}
	.hero-floating-card {
		left: 50%;
		transform: translateX(-50%);
		bottom: -24px;
	}
	.faq-question{font-size: 20px;}
	.faq-icon{font-size: 20px;}
	.faq-answer{font-size: 16px;}

	.footer-ibv .footer-main{margin: 0 15px;}

}


@media (max-width: 767px) {
	.promo-stats-headline {
		font-size: 28px;
	}
	.promo-stats-tagline {
		font-size: 16px;
	}
	.promo-stat-value {
		font-size: 26px;
	}
	.promo-stat-label {
		font-size: 13px;
	}
	.how-it-works-steps {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.focus-industries-grid {
		grid-template-columns: 1fr;
	}
	.scaling-hiring-title {
		font-size: 22px;
	}
	.candidate-experience-title {
		font-size: 32px;
	}
	.why-choose-title {
		font-size: 24px;
	}
	.why-choose-boxes {
		justify-content: center;
	}
	.section-title {
		font-size: 28px;
	}
	.faq-question{font-size: 18px;}
}

/* AOS handles visibility; no extra rules needed */

/*------------------------------------------
27. Candidate — Build profile (cards & form)
------------------------------------------*/

.candidate-dashboard-content .candidate-bp-intro {
	max-width: 52rem;
	line-height: 1.55;
}

.candidate-build-profile {
	--candidate-bp-card-radius: 16px;
	--candidate-bp-input-radius: 12px;
}

.candidate-build-profile .candidate-bp-card {
	border-radius: var(--candidate-bp-card-radius);
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 24px rgba(var(--primary-rgb), 0.08);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.candidate-build-profile .candidate-bp-card:hover {
	box-shadow: 0 8px 32px rgba(var(--primary-rgb), 0.12);
}

.candidate-build-profile .candidate-bp-card .card-header {
	border-radius: var(--candidate-bp-card-radius) var(--candidate-bp-card-radius) 0 0;
	background: var(--white);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding: 1rem 1.25rem;
}

.candidate-build-profile .candidate-bp-card .card-header h3 {
	font-family: var(--font-heading);
	font-weight: var(--font-semi);
	color: var(--title-text-color);
}
.candidate-build-profile .candidate-bp-card .card-header h3 i{color:#b8bedb;}
.candidate-build-profile .candidate-bp-card .card-body {
	padding: 1.25rem 1.25rem 1.5rem;
}

.candidate-build-profile .form-label {
	font-weight: var(--font-med);
	color: var(--paragraph-color);
	margin-bottom: 0.35rem;
}

.candidate-build-profile .form-control,
.candidate-build-profile .form-select {
	border-radius: var(--candidate-bp-input-radius);
	border-color: #d8dee8;
	min-height: 2.75rem;
}

.candidate-build-profile .form-control:focus,
.candidate-build-profile .form-select:focus {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.15);
}

.candidate-build-profile .btn-primary {
	border-radius: 10px;
	padding: 0.5rem 1.25rem;
	font-weight: var(--font-semi);
}

.candidate-bp-finalize-scope .candidate-bp-finalize-card {
	border: 1px solid rgba(var(--primary-rgb), 0.18);
	border-radius: var(--candidate-bp-card-radius, 16px);
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(var(--primary-rgb), 0.1);
	background: var(--white);
}

.candidate-bp-finalize-scope .candidate-bp-finalize-hero {
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
	padding: 1.5rem 1.5rem 1.35rem;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.08) 0%, rgba(var(--primary-rgb), 0.02) 50%, rgba(var(--secondary-rgb), 0.04) 100%);
	border-bottom: 1px solid rgba(var(--primary-rgb), 0.1);
}

.candidate-bp-finalize-scope .candidate-bp-finalize-hero-icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: var(--primary-color);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	flex-shrink: 0;
	box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.25);
}

.candidate-bp-finalize-scope .candidate-bp-finalize-title {
	font-family: var(--font-heading);
	font-weight: var(--font-semi);
	font-size: 1.35rem;
	color: var(--title-text-color);
	margin: 0 0 0.35rem 0;
	line-height: 1.3;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-lead {
	font-size: 0.95rem;
	color: var(--paragraph-color);
	line-height: 1.55;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-body {
	padding: 1.5rem 1.5rem 1.65rem;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-banner {
	border-radius: 12px;
	padding: 1rem 1.15rem;
	font-size: 0.9rem;
	line-height: 1.5;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-banner--info {
	background: rgba(var(--primary-rgb), 0.06);
	border: 1px solid rgba(var(--primary-rgb), 0.12);
	color: var(--paragraph-color);
	margin-bottom: 20px;
}
.candidate-bp-finalize-scope .candidate-bp-finalize-banner--info strong{font-weight: 700;}
.candidate-bp-finalize-scope .candidate-bp-finalize-banner--success {
	background: rgba(10, 197, 26, 0.08);
	border: 1px solid rgba(10, 197, 26, 0.25);
	color: #1e5f2a;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-insight {
	margin-left: 0;
	margin-right: 0;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-progress-label {
	font-size: 0.8125rem;
	font-weight: var(--font-med);
	color: #8b96a8;
	letter-spacing: 0.02em;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-ring {
	position: relative;
	width: 132px;
	height: 132px;
	max-width: 100%;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-ring__svg {
	width: 100%;
	height: 100%;
	display: block;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-ring__track {
	stroke: #eceff4;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-ring__fill {
	stroke-linecap: round;
	transition: stroke-dashoffset 0.6s ease, stroke 0.25s ease;
}
.candidate-doc-dropzone-label{    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;}

/* 0–59%: red */
.candidate-bp-finalize-scope .candidate-bp-finalize-ring--tier-low .candidate-bp-finalize-ring__fill {
	stroke: #dc3545;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-ring--tier-low .candidate-bp-finalize-ring__pct {
	color: #dc3545;
}

/* 60–99%: orange */
.candidate-bp-finalize-scope .candidate-bp-finalize-ring--tier-mid .candidate-bp-finalize-ring__fill {
	stroke: #fd7e14;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-ring--tier-mid .candidate-bp-finalize-ring__pct {
	color: #e8590c;
}

/* 100%: green */
.candidate-bp-finalize-scope .candidate-bp-finalize-ring--tier-complete .candidate-bp-finalize-ring__fill {
	stroke: #198754;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-ring--tier-complete .candidate-bp-finalize-ring__pct {
	color: #198754;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-ring__pct {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: var(--font-heading);
	font-size: 1.65rem;
	font-weight: var(--font-bold);
	line-height: 1;
	pointer-events: none;
	transition: color 0.25s ease;
}

@media (max-width: 575px) {
	.candidate-bp-finalize-scope .candidate-bp-finalize-ring {
		width: 118px;
		height: 118px;
	}
	.candidate-bp-finalize-scope .candidate-bp-finalize-ring__pct {
		font-size: 1.45rem;
	}
}

.candidate-bp-finalize-scope .candidate-bp-finalize-checklist-heading {
	letter-spacing: 0.04em;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-checklist-item {
	padding: 0.85rem 1rem;
	border-radius: 12px;
	border: 1px solid #e8ecf2;
	background: #fafbfd;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-checklist-item:hover {
	background: var(--white);
	border-color: rgba(var(--primary-rgb), 0.2);
}

.candidate-bp-finalize-scope .candidate-bp-finalize-checklist-item.is-complete {
	border-color: rgba(10, 197, 26, 0.35);
	background: rgba(10, 197, 26, 0.04);
}

.candidate-bp-finalize-scope .candidate-bp-finalize-checklist-item.is-pending {
	border-color: rgba(234, 179, 8, 0.45);
	background: rgba(254, 243, 199, 0.35);
}

.candidate-bp-finalize-scope .candidate-bp-finalize-checklist-icon {
	font-size: 1.35rem;
	line-height: 1;
	margin-top: 0.1rem;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-checklist-item.is-complete .candidate-bp-finalize-checklist-icon {
	color: #198754;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-checklist-item.is-pending .candidate-bp-finalize-checklist-icon {
	color: #d97706;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-checklist-link {
	font-weight: var(--font-semi);
	color: var(--primary-color);
	text-decoration: none;
	position: relative;
	z-index: 2;
}

.candidate-bp-finalize-scope .candidate-bp-finalize-checklist-link:hover {
	text-decoration: underline;
	color: var(--secondary-color);
}

.candidate-bp-finalize-scope .candidate-bp-finalize-submit {
	border-radius: 12px;
	font-weight: var(--font-semi);
	box-shadow: 0 4px 14px rgba(25, 135, 84, 0.25);
}

.candidate-bp-finalize-scope .candidate-bp-finalize-submit:hover {
	box-shadow: 0 6px 18px rgba(25, 135, 84, 0.35);
}

/* Finalize widget shown in sidebar on Build Profile only */
.candidate-sidebar-finalize .candidate-bp-finalize-scope .candidate-bp-finalize-card {
	margin-bottom: 0 !important;
}


.candidate-sidebar-finalize .candidate-bp-finalize-scope .candidate-bp-finalize-hero-icon {
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.1rem;
}

.candidate-sidebar-finalize .candidate-bp-finalize-scope .candidate-bp-finalize-title {
	font-size: 1.05rem;
}

.candidate-sidebar-finalize .candidate-bp-finalize-scope .candidate-bp-finalize-lead {
	font-size: 0.8125rem;
	line-height: 1.45;
}

.candidate-sidebar-finalize .candidate-bp-finalize-scope .candidate-bp-finalize-body {
	padding: 1rem 1rem 1.15rem !important;
}

.candidate-sidebar-finalize .candidate-bp-finalize-scope .candidate-bp-finalize-insight {
	flex-direction: column;
	align-items: stretch !important;
}



.candidate-sidebar-finalize .candidate-bp-finalize-scope .candidate-bp-finalize-ring__pct {
	font-size: 1.35rem;
}

.candidate-sidebar-finalize .candidate-bp-finalize-scope .candidate-bp-finalize-checklist-item {
	padding: 0.65rem 0.75rem;
}

.candidate-sidebar-finalize .candidate-bp-finalize-scope .candidate-bp-finalize-submit {
	width: 100%;
	font-size: 0.95rem;
	padding: 0.55rem 0.85rem;
}

.candidate-build-profile .candidate-bp-hidden-inputs {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.candidate-build-profile .candidate-bp-card-head {
	align-items: flex-start;
}

.candidate-build-profile .candidate-bp-header-add {
	font-weight: var(--font-semi);
	color: var(--primary-color) !important;
	white-space: nowrap;
	font-size: 0.95rem;
}

.candidate-build-profile .candidate-bp-header-add:hover {
	color: var(--secondary-color) !important;
	opacity: 0.95;
}

.candidate-build-profile .candidate-bp-entry-list {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.candidate-build-profile .candidate-bp-list-item {
	position: relative;
	background: var(--white);
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 1rem 1.1rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.candidate-build-profile .candidate-bp-list-item:hover {
	border-color: rgba(var(--primary-rgb), 0.22);
	box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.07);
}

.candidate-build-profile .candidate-bp-list-item__title {
	font-family: var(--font-heading);
	font-weight: var(--font-semi);
	font-size: 1rem;
	color: var(--title-text-color);
	line-height: 1.35;
	margin: 0;
}

.candidate-build-profile .candidate-bp-list-item__subtitle {
	font-size: 0.9rem;
	color: var(--paragraph-color);
	margin-top: 0.2rem;
	line-height: 1.4;
}

.candidate-build-profile .candidate-bp-list-item__meta {
	font-size: 0.8125rem;
	color: #6b7a90;
	margin-top: 0.25rem;
	line-height: 1.4;
}

.candidate-build-profile .candidate-bp-list-item__note {
	font-size: 0.875rem;
	color: var(--paragraph-color);
	margin-top: 0.45rem;
	line-height: 1.45;
}

.candidate-build-profile .candidate-bp-list-item__level {
	font-size: 0.9rem;
	color: var(--paragraph-color);
	margin-top: 0.25rem;
}

.candidate-build-profile .candidate-bp-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	padding: 0.35rem 0.45rem;
	line-height: 1;
	color: var(--primary-color);
	border-radius: 8px;
	transition: background 0.15s ease, color 0.15s ease;
}

.candidate-build-profile .candidate-bp-icon-btn:hover {
	background: rgba(var(--primary-rgb), 0.08);
	color: var(--primary-color);
}

.candidate-build-profile .candidate-bp-icon-btn--danger {
	color: #c53030;
}

.candidate-build-profile .candidate-bp-icon-btn--danger:hover {
	background: rgba(197, 48, 48, 0.08);
	color: #9b2c2c;
}

.candidate-build-profile .candidate-bp-empty-state {
	background: linear-gradient(180deg, rgba(var(--primary-rgb), 0.04) 0%, rgba(var(--primary-rgb), 0.01) 100%);
	border: 1px dashed rgba(var(--primary-rgb), 0.2);
	border-radius: var(--candidate-bp-card-radius, 16px);
	margin-bottom: 1.25rem;
}

.candidate-build-profile .candidate-bp-empty-icon {
	font-size: 2.5rem;
	color: var(--primary-color);
	opacity: 0.35;
}

.candidate-build-profile .candidate-bp-modal .modal-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.candidate-build-profile .candidate-bp-modal .modal-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.candidate-build-profile #skill-entries .skill-row-hidden {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

/* Documents & verification (build profile) */
.candidate-bp-section{
	border-radius: var(--candidate-bp-card-radius);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 24px rgba(var(--primary-rgb), 0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
	background: #fff;
	padding: 1.5rem;
}
.candidate-bp-documents .candidate-bp-section-title {
	font-family: var(--font-heading);
	color: var(--title-text-color);
}

.candidate-doc-completion-pill {
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.06) 0%, rgba(var(--primary-rgb), 0.02) 100%);
	border: 1px solid rgba(var(--primary-rgb), 0.12);
	border-radius: 12px;
	padding: 0.75rem 1rem;
	min-width: 220px;
}

.candidate-doc-progress {
	flex: 1;
	height: 8px;
	background: rgba(var(--primary-rgb), 0.12);
	overflow: hidden;
	min-width: 80px;
}

.candidate-doc-progress-bar {
	height: 100%;
	background: linear-gradient(90deg, var(--primary-color), #3b82f6);
	transition: width 0.5s ease;
}

.candidate-doc-flags-card {
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.candidate-doc-card {
	border-radius: 16px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.candidate-doc-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(var(--primary-rgb), 0.1) !important;
}

.candidate-doc-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(var(--primary-rgb), 0.08);
	color: var(--primary-color);
	font-size: 1.25rem;
	flex-shrink: 0;
}

.candidate-doc-badge {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
}

.candidate-doc-badge--empty {
	background: #f1f5f9;
	color: #64748b;
}

.candidate-doc-badge--pending {
	background: #fef9c3;
	color: #854d0e;
}

.candidate-doc-badge--ok {
	background: #dcfce7;
	color: #166534;
}

.candidate-doc-badge--no {
	background: #fee2e2;
	color: #991b1b;
}

.candidate-doc-dropzone {
	position: relative;
	cursor: pointer;
	background: rgba(var(--primary-rgb), 0.02);
	transition: border-color 0.2s ease, background 0.2s ease;
}

.candidate-doc-dropzone:hover,
.candidate-doc-dropzone--active {
	border-color: var(--primary-color) !important;
	background: rgba(var(--primary-rgb), 0.06);
}

.candidate-doc-file-input {
	position: absolute;
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
}

.candidate-doc-submit {
	transition: opacity 0.2s ease;
}




/* ================================================
   About Us page (about-us.html)
   ================================================ */
.about-us-page .about-us-hero {
	padding: 200px 0 100px;
	margin-top: 0;
	text-align: center;
	background:
		linear-gradient(135deg, rgba(var(--primary-rgb), 0.88) 0%, rgba(20, 40, 80, 0.82) 45%, rgba(var(--secondary-rgb), 0.45) 100%),
		url(../images/about-us-hero.jpg) center / cover no-repeat; background-attachment: fixed;
	color: #fff;
}
.about-us-page .about-us-hero-eyebrow {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 16px;
}
.about-us-page .about-us-hero-title {
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	margin: 0 0 16px;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.about-us-page .about-us-hero-tagline {
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95);
	margin: 0 auto 20px;
	max-width: 640px;
	line-height: 1.45;
}
.about-us-page .about-us-hero-lead {
	font-size: 1.05rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
	margin: 0 auto 28px;
	max-width: 720px;
}
.about-us-page .about-us-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	align-items: center;
}
.about-us-page .about-us-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 999px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.about-us-page .about-us-btn-primary {
	background: #fff;
	color: var(--primary-color);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.about-us-page .about-us-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
	color: var(--secondary-color);
}
.about-us-page .about-us-btn-outline {
	border: 2px solid rgba(255, 255, 255, 0.85);
	color: #fff;
	background: transparent;
}
.about-us-page .about-us-btn-outline:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
}
.about-us-page .about-us-main {
	background: var(--light-bg);
}
.about-us-page .about-us-section {
	padding: 72px 0;
}
.about-us-page .about-us-intro {
	padding-top: 64px;
}
.about-us-page .about-us-label {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--secondary-color);
	margin-bottom: 10px;
}
.about-us-page .about-us-heading {
	font-size: clamp(1.5rem, 3vw, 2.5rem);
	font-weight: 800;
	color: var(--title-text-color);
	margin: 0 0 18px;
	line-height: 1.25;
}
.about-us-page .about-us-heading--center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	max-width: 720px;
}
.about-us-page .about-us-heading--light {
	color: #fff;
}
.about-us-page .about-us-subhead {
	font-size: 1.05rem;
	color: #64748b;
	line-height: 1.6;
	max-width: 700px;
	margin: 0 auto 40px;
}
.about-us-page .about-us-section-head {
	margin-bottom: 40px;
}
.about-us-page .about-us-text {
	font-size: 1rem;
	line-height: 1.7;
	color: var(--paragraph-color);
	margin: 0 0 16px;
}
.about-us-page .about-us-text--muted {
	color: #64748b;
	font-size: 0.95rem;
}
.about-us-page .about-us-media {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.about-us-page .about-us-media img {
	display: inline-block;
	border-radius: 20px;
}
.about-us-page .about-us-media--shadow {
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}
.about-us-page .about-us-mission {
	background: #fff;
}
.about-us-page .about-us-differentiators {
	background: var(--light-bg);
}
.about-us-page .about-us-card {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.12);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	height: 100%;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
	padding: 25px;
}
.about-us-page .about-us-card:hover {
	box-shadow: 0 16px 40px rgba(var(--primary-rgb), 0.1);
	transform: translateY(-4px);
}
.about-us-page .about-us-card-image-wrap {
	height: 250px;
	overflow: hidden;
}
.about-us-page .about-us-card-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.about-us-page .about-us-card-icon {
	width: 48px;
	height: 48px;
	margin: -28px 24px 0;
	border-radius: 14px;
	background: linear-gradient(135deg, #e60043, #2d4f8f);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	position: relative;
	z-index: 1;
	box-shadow: 0 8px 20px rgba(var(--primary-rgb), 0.25);
}
.about-us-page .about-us-card-title {
	font-size:1.5rem;
	font-weight: 700;
	color: var(--title-text-color);
	margin: 16px 0 10px;
	line-height: 1.3;
}
.about-us-page .about-us-card-text {
	font-size: 0.95rem;
	line-height: 1.65;
	color: #64748b;
	margin: 0;
}
.about-us-page .about-us-values {
	background: #fff;
}
.about-us-page .about-us-value-tile {
	border-radius: 30px;
	padding: 35px;
	height: 100%;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.about-us-page .about-us-value-tile:hover {
	border-color: rgba(var(--primary-rgb), 0.2);
	box-shadow: 0 8px 28px rgba(var(--primary-rgb), 0.08);
}
.about-us-page .about-us-value-tile--accent {
	background: linear-gradient(160deg, rgba(var(--primary-rgb), 0.06) 0%, rgba(var(--secondary-rgb), 0.06) 100%);
	border-color: rgba(var(--primary-rgb), 0.15);
}
.about-us-page .about-us-value-icon {	
	margin-bottom: 16px;
}
.about-us-page .about-us-value-icon img{max-width: 195px;}
.about-us-page .about-us-value-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--title-text-color);
	margin: 0 0 12px;
	line-height: 1.35;
}
.about-us-page .about-us-value-text {
	font-size: 0.95rem;
	line-height: 1.65;
	color: #64748b;
	margin: 0;
}
.about-us-page .about-us-strip-img {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.about-us-page .about-us-strip-img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}
.about-us-page .about-us-team {
	background: var(--light-bg);
	padding-bottom: 80px;
}
.about-us-page .about-us-team-panel {
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(var(--primary-rgb), 0.1);
	border: 1px solid rgba(148, 163, 184, 0.12);
}
.about-us-page .about-us-team-photo {
	margin: 0;
	height: 100%;
	min-height: 320px;
}
.about-us-page .about-us-team-photo img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	display: block;
}
.about-us-page .about-us-team-content {
	padding: 40px 36px 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	min-height: 320px;
}
.about-us-page .about-us-quote {
	margin: 0 0 20px;
	padding: 0;
	border: none;
}
.about-us-page .about-us-quote p {
	font-size: 1.15rem;
	line-height: 1.7;
	color: var(--title-text-color);
	font-weight: 600;
	font-style: italic;
	margin: 0;
	padding-left: 20px;
	border-left: 4px solid var(--secondary-color);
}
.about-us-page .about-us-closing {
	padding: 0 0 80px;
	background: var(--light-bg);
}
.about-us-page .about-us-closing-inner {
	background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
	border-radius: 24px;
	padding: 48px 32px 52px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.about-us-page .about-us-closing-text {
	font-size: 1.05rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.92);
	max-width: 760px;
	margin: 0 auto 28px;
}
.about-us-page .about-us-btn-outline--on-dark {
	border-color: rgba(255, 255, 255, 0.9);
	color: #fff;
}
.about-us-page .about-us-btn-outline--on-dark:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

@media (max-width: 991px) {
	.about-us-page .about-us-hero {
		padding: 160px 0 72px;
	}
	.about-us-page .about-us-section {
		padding: 48px 0;
	}
	.about-us-page .about-us-team-content {
		min-height: 0;
		padding: 32px 24px 40px;
	}
}

@media (max-width: 767px) {
	.about-us-page .about-us-hero {
		padding: 130px 0 56px;
	}
	.about-us-page .about-us-strip-img img {
		height: 180px;
	}
}




/* ================================================
   Recruitment page (recruitment.html)
   ================================================ */
.recruitment-page .recruitment-hero {
	padding: 200px 0 100px;
	background:
		linear-gradient(135deg, rgba(var(--primary-rgb), 0.88) 0%, rgba(25, 48, 89, 0.84) 55%, rgba(199, 7, 7, 0.45) 100%),
		url(../images/recruitment-hero.jpg) center / cover no-repeat; background-attachment: fixed;
	text-align: center;
	color: #fff;
}
.recruitment-page .recruitment-hero-eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.84);
	margin: 0 0 12px;
}
.recruitment-page .recruitment-hero-title {
	font-size: clamp(1.8rem, 4vw, 2.85rem);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 14px;
}
.recruitment-page .recruitment-hero-lead {
	font-size: 1.05rem;
	line-height: 1.7;
	max-width: 870px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 30px;
}
.recruitment-page .recruitment-main {
	background: var(--light-bg);
}
.recruitment-page .recruitment-section {
	padding: 72px 0;
}
.recruitment-page .recruitment-section-alt {
	background: #fff;
}
.recruitment-page .recruitment-label {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--secondary-color);
	margin-bottom: 10px;
}
.recruitment-page .recruitment-heading {
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 1.28;
	color: var(--title-text-color);
	margin: 0 0 14px;
}
.recruitment-page .recruitment-heading-center {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.recruitment-page .recruitment-text {
	font-size: 1rem;
	line-height: 1.7;
	color: var(--paragraph-color);
	margin: 0;
}
.recruitment-page .recruitment-subhead {
	max-width: 720px;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.7;
	color: #64748b;
}
.recruitment-page .recruitment-section-head {
	margin-bottom: 38px;
}
.recruitment-page .recruitment-media {
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.13);
}
.recruitment-page .recruitment-media img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}
.recruitment-page .recruitment-media-tall img {
	aspect-ratio: 5 / 4;
}
.recruitment-page .recruitment-feature-card {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.12);
	border-radius: 18px;
	padding: 22px 20px;
	height: 100%;
	box-shadow: 0 5px 18px rgba(15, 23, 42, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	position: relative;
	overflow: hidden;
}
.recruitment-page .recruitment-feature-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(var(--primary-rgb), 0.12);
}
.recruitment-page .recruitment-feature-card::after {
	content: "";
	position: absolute;
	top: -30px;
	right: -30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: rgba(var(--primary-rgb), 0.06);
}
.recruitment-page .recruitment-feature-icon {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.14) 0%, rgba(var(--primary-rgb), 0.07) 100%);
	color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-bottom: 14px;
}
.recruitment-page .recruitment-feature-card h3 {
	font-size: 17px;
	font-weight: 700;
	color: var(--title-text-color);
	margin: 0 0 8px;
	line-height: 1.35;
}
.recruitment-page .recruitment-feature-card p {
	font-size: 14px;
	line-height: 1.65;
	color: #64748b;
	margin: 0;
}
.recruitment-page .recruitment-process-card {
	border-radius: 30px;
	padding: 24px 22px;
	height: 100%;
}
.recruitment-page .recruitment-process-image {
	margin: 0 0 30px;
	border-radius: 15px;
	overflow: hidden;
}
.recruitment-page .recruitment-process-image img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	display: block;
}
.recruitment-page .recruitment-process-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}
.recruitment-page .recruitment-process-head i {
	color: var(--primary-color);
	font-size: 20px;
}
.recruitment-page .recruitment-process-head h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--title-text-color);
	margin: 0;
}
.recruitment-page .recruitment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}
.recruitment-page .recruitment-list li {
	position: relative;
	padding-left: 18px;
	font-size: 15px;
	color: var(--paragraph-color);
	line-height: 1.65;
}
.recruitment-page .recruitment-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--secondary-color);
}
.recruitment-page .recruitment-advantage-card {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.12);
	border-radius: 16px;
	padding: 22px 20px;
	height: 100%;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.recruitment-page .recruitment-advantage-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(var(--primary-rgb), 0.11);
}
.recruitment-page .recruitment-advantage-card h3 {
	font-size: 17px;
	font-weight: 700;
	color: var(--title-text-color);
	margin: 0 0 8px;
}
.recruitment-page .recruitment-advantage-card p {
	font-size: 14px;
	line-height: 1.65;
	color: #64748b;
	margin: 0;
}
.recruitment-page .recruitment-cta-card {
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.95) 0%, rgba(var(--primary-rgb), 0.78) 60%, rgba(var(--secondary-rgb), 0.7) 100%);
	border-color: transparent;
}
.recruitment-page .recruitment-cta-card h3,
.recruitment-page .recruitment-cta-card p {
	color: #fff;
}
.recruitment-page .recruitment-cta-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
.recruitment-page .recruitment-cta-link:hover {
	color: #fff;
	gap: 12px;
}
.recruitment-page .recruitment-bottom-cta {
	padding: 0 0 72px;
	background: var(--light-bg);
}
.recruitment-page .recruitment-bottom-cta-inner {
	background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
	border-radius: 30px;
	padding: 42px 36px;
	box-shadow: 0 20px 45px rgba(var(--primary-rgb), 0.24);
	border: 1px solid rgba(255, 255, 255, 0.16);
}
.recruitment-page .recruitment-bottom-cta-kicker {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 8px;
}
.recruitment-page .recruitment-bottom-cta h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	color: #fff;
	margin: 0 0 10px;
	line-height: 1.3;
}
.recruitment-page .recruitment-bottom-cta p {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
	max-width: 760px;
}
.recruitment-hero-btn{display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 15px 30px;
	border-radius: 999px;
	background:var(--secondary-color);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);}
.recruitment-page .recruitment-bottom-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 24px;
	border-radius: 999px;
	background: #fff;
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.recruitment-page .recruitment-bottom-cta-btn:hover {
	color: var(--secondary-color);
	gap: 11px;
}

@media (max-width: 991px) {
	.recruitment-page .recruitment-hero {
		padding: 160px 0 72px;
	}
	.recruitment-page .recruitment-section {
		padding: 52px 0;
	}
	.recruitment-page .recruitment-bottom-cta-inner {
		padding: 34px 24px;
	}
}

@media (max-width: 767px) {
	.recruitment-page .recruitment-hero {
		padding: 130px 0 56px;
	}
	.recruitment-page .recruitment-bottom-cta {
		padding-bottom: 56px;
	}
}

/* Contact Us page */
/*contact us*/
.contact-page-hero {
	padding: 200px 0 100px;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.88) 0%, rgba(25, 48, 89, 0.84) 55%, rgba(199, 7, 7, 0.45) 100%),
	url(../images/recruitment-hero.jpg) center / cover no-repeat; background-attachment: fixed;	
	text-align: center;
	color: #fff;
}
.contact-page-hero .hero-title {
    font-size: clamp(1.8rem, 4vw, 2.85rem);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 14px;
}
.contact-page-hero .hero-lead {
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 870px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.contact-page .contact-page-section {
	padding: 70px 0 70px;
	background: linear-gradient(180deg, #f8faff 0%, #f3f6fc 100%);
}
.contact-page .contact-page-grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 28px;
	align-items: stretch;
}
.contact-page .contact-panel,
.contact-page .contact-info-panel {
	background: #fff;
	border-radius: 24px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
	padding: 28px;
}
.contact-page .contact-kicker {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #65748b;
	margin-bottom: 8px;
}
.contact-page .contact-kicker::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--secondary-color);
	margin-right: 8px;
	vertical-align: middle;
}
.contact-page .contact-panel h1 {
	font-size: clamp(2rem, 4vw, 2.7rem);
	line-height: 1.15;
	font-weight: 800;
	color: var(--title-text-color);
	margin: 0;
}
.contact-page .contact-panel h1 span {
	color: var(--secondary-color);
}
.contact-page .contact-panel p {
	margin: 16px 0 22px;
	font-size: 16px;
	line-height: 1.7;
	color: #6b7280;
	max-width: 560px;
}
.contact-page .contact-alert-success {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 12px;
	margin-bottom: 14px;
}
.contact-page .contact-form {
	border-top: 1px solid rgba(148, 163, 184, 0.2);
	padding-top: 22px;
}
.contact-page .contact-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.contact-page .contact-field-full {
	grid-column: 1 / -1;
}
.contact-page .contact-field input,
.contact-page .contact-field textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	font-size: 14px;
	color: #334155;
	padding: 14px 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-page .contact-field textarea {
	resize: vertical;
	min-height: 118px;
}
.contact-page .contact-field input:focus,
.contact-page .contact-field textarea:focus {
	outline: none;
	border-color: rgba(var(--primary-rgb), 0.45);
	box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.12);
}
.contact-page .contact-field small {
	display: block;
	color: #dc2626;
	font-size: 12px;
	margin-top: 6px;
}
.contact-page .contact-submit-btn {
	margin-top: 16px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--secondary-color);
	border: 0;
	color: #fff;
	padding: 12px 18px;
	border-radius:40px;
	font-size: 16px;
	font-weight: 700;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-page .contact-submit-btn i {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.contact-page .contact-submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(var(--primary-rgb), 0.34);
}
.contact-page .contact-map-card {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.2);
	min-height: 280px;
}
.contact-page .contact-map-card iframe {
	width: 100%;
	height: 100%;
	min-height: 280px;
	border: 0;
	display: block;
}
.contact-page .contact-info-cards {
	margin-top: 16px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.contact-page .contact-info-card {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 16px;
	padding: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.contact-page .contact-info-card-full {
	grid-column: 1 / -1;
}
.contact-page .contact-info-icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--primary-rgb), 0.1);
	color: var(--primary-color);
	font-size: 19px;
}
.contact-page .contact-info-card h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--title-text-color);
}
.contact-page .contact-info-card a,
.contact-page .contact-info-card p {
	margin: 2px 0 0;
	font-size: 16px;
	color: #64748b;
	text-decoration: none;
}
.contact-page .contact-info-card a:hover {
	color: var(--secondary-color);
}
.contact-page .contact-offices-section {
	padding: 8px 0 78px;
	background: linear-gradient(180deg, #f3f6fc 0%, #edf2fa 100%);
}
.contact-page .contact-offices-head h2 {
	font-size: clamp(2rem, 3vw, 2.7rem);
	font-weight: 800;
	color: var(--title-text-color);
	margin: 0 0 24px;
}
.contact-page .contact-offices-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.contact-page .office-card {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 18px;
	padding: 30px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-page .office-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 34px rgba(var(--primary-rgb), 0.14);
}
.contact-page .office-flag {
	width: 52px;
	height: 52px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.35);
	overflow: hidden;
}
.contact-page .office-flag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact-page .office-card h3 {
	margin: 14px 0 12px;
	font-size: 20px;
	font-weight: 700;
	color: var(--title-text-color);
}
.contact-page .office-card p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.55;
	color: #5f6b7c;
}
.contact-page .office-card a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	color: var(--primary-color);
}
.contact-page .office-card a:hover {
	color: var(--secondary-color);
	gap: 11px;
}

@media (max-width: 1199px) {
	.contact-page .contact-page-grid {
		grid-template-columns: 1fr;
	}
	.contact-page .contact-offices-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.contact-page .contact-page-section {
		padding: 118px 0 54px;
	}
	.contact-page .contact-panel,
	.contact-page .contact-info-panel {
		padding: 20px;
		border-radius: 18px;
	}
	.contact-page .contact-form-grid,
	.contact-page .contact-info-cards {
		grid-template-columns: 1fr;
	}
	.contact-page .contact-offices-section {
		padding: 4px 0 56px;
	}
	.contact-page .contact-offices-grid {
		grid-template-columns: 1fr;
	}
	.contact-page .office-card h3 {
		font-size: 24px;
	}
	.contact-page .office-card p {
		font-size: 16px;
	}
	.contact-page .office-card a {
		font-size: 15px;
	}
}

/* Services listing and detail */
   .services-hero {
	padding: 200px 0 100px;
	margin-top: 0;
	text-align: center;
	background:
		linear-gradient(135deg, rgba(var(--primary-rgb), 0.88) 0%, rgba(20, 40, 80, 0.82) 45%, rgba(var(--secondary-rgb), 0.45) 100%),
		url(../images/service-hero.jpg) center / cover no-repeat; background-attachment: fixed;
	color: #fff;
}
.services-hero .services-hero-title {
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	margin: 0 0 16px;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.services-hero .services-hero-lead {
	font-size: 1.05rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
	margin: 0 auto 28px;
	max-width: 720px;
}

.service-listing-card {
	display: block;
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-listing-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.2);
}
.service-listing-card__image-wrap {
	display: block;
}
.service-listing-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease-out;
    will-change: transform;
    transform: translateZ(0);
    transform-origin: center center;
}
.service-listing-card__image:hover {
	transform: scale(1.1);
}
.service-listing-card__label {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 15px;
	background: rgba(255, 255, 255, 1); /* semi-transparent */
	border-radius: 10px;
	padding: 20px 14px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.2;
	transition: 0.5s ease-out, background 0.5s ease-out;
	backdrop-filter: blur(0px); /* initial state */
}

.service-listing-card:hover .service-listing-card__label {
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, 0.5);
	bottom: 30px;
	transform: translateY(-50%);
	
}

.service-detail-card {
	background: #fff;
	border-radius:30px;
	padding: 40px;
}
.service-detail-card__image {
	width: 100%;
	border-radius: 30px;
	margin-bottom: 30px;
}
.service-detail-card__title {
	margin-bottom: 14px;
	font-size: 32px;
	font-weight: 700;
}
.service-detail-card__content {
	color: #475569;
	font-size: 19px;
	line-height: 1.7;
}
.service-detail-card__content p{margin-bottom: 20px;}

.service-detail-card__content ul {
	padding-left: 0;
	margin: 12px 0 20px 0;
	list-style: none; 
}

.service-detail-card__content ul li {
	font-size: 18px;
	position: relative;
	padding-left: 28px; 
	margin-bottom: 15px;
}

.service-detail-card__content ul li::before {
	content: "\f00c"; /* check icon */
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	position: absolute;
	left: 0;
	top: 2px;
	color: #22c55e;
}

.service-detail-card__content ol {
	padding-left: 0;
	margin: 12px 0 20px 0;
	list-style: none; 
}

.service-detail-card__content ol li {
	font-size: 18px;
	position: relative;
	padding-left: 28px; 
	margin-bottom: 15px;
}

.service-detail-card__content ol li::before {
	content: "\f0a9"; /* check icon */
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	position: absolute;
	left: 0;
	top: 2px;
	color: var(--secondary-color);
}
.service-detail-card__content h4{font-weight: 700;}

.service-sidebar-card {
	background: #fff;
	border-radius: 25px;
	padding: 20px;
	position: sticky;
	top: 100px;
}
.service-cta-box {
	background: url(../images/cta-bg.jpg) center/cover no-repeat;
	border-radius: 36px;
	padding: 40px 30px 34px;
	margin-bottom: 24px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.service-cta-box--sticky {
	position: sticky;
	top: 100px;
	z-index: 3;
}
.service-cta-box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20, 15, 62, 0.28) 0%, rgba(17, 8, 53, 0.58) 100%);
}
.service-cta-box > * {
	position: relative;
	z-index: 1;
}
.service-cta-box__icon {
	width: 92px;
	height: 92px;
	border: 4px solid rgba(255, 255, 255, 0.84);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 22px;
}
.service-cta-box__icon i {
	font-size: 42px;
	color: #fff;
}
.service-cta-box__title {
	font-size: 36px;
	line-height: 1.12;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 0 18px;
	color: #fff;
}
.service-cta-box__text {
	font-size: 18px;
	line-height: 1.45;
	font-weight: 600;
	color: #fff;
	margin: 0 0 30px;
}
.service-cta-box__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: min(100%, 280px);
	background: var(--secondary-color);
	color: #fff;
	border-radius: 999px;
	padding: 15px 24px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.service-cta-box__btn:hover {
	background: #ff1f63;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(var(--secondary-rgb), 0.35);
}
.service-cta-box__btn i {
	font-size: 20px;
}
.service-sidebar-card h3 {
	margin: 0 0 14px;
	font-size: 24px;
	font-weight: 700;
}
.service-sidebar-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.service-sidebar-list li + li {
	margin-top: 8px;
}
.service-sidebar-list a {
	display: block;
	padding: 10px 12px;
	border-radius: 8px;
	text-decoration: none;
	color: #334155;
	font-weight: 600;
	transition: all 0.2s ease;
}
.service-sidebar-list a:hover,
.service-sidebar-list a.active {
	background: rgba(37, 99, 235, 0.12);
	color: #1d4ed8;
}

@media (max-width: 991px) {
	.service-cta-box--sticky {
		position: static;
		top: auto;
	}
	.service-sidebar-card {
		position: static;
	}
	.service-cta-box {
		border-radius: 24px;
		padding: 28px 22px;
	}
	.service-cta-box__icon {
		width: 68px;
		height: 68px;
		border-width: 3px;
		margin-bottom: 16px;
	}
	.service-cta-box__icon i {
		font-size: 28px;
	}
	.service-cta-box__title {
		font-size: 32px;
	}
	.service-cta-box__text {
		font-size: 20px;
	}
	.service-cta-box__btn {
		font-size: 20px;
		padding: 12px 20px;
	}
	.service-cta-box__btn i {
		font-size: 18px;
	}
	.service-listing-card__label {
		font-size: 22px;
	}
}

/* Blog pages */
.blog-listing-section {
	padding-top: 60px;
}
.blog-listing-card {
	background: #fff;
	padding: 30px;
	height: 100%;
	border-radius: 15px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-listing-card:hover{box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);transform: translateY(-4px);}
.blog-listing-card__image-link {
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}
.blog-listing-card__image {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease-out;
    will-change: transform;
    transform: translateZ(0);
    transform-origin: center center;
}
.blog-listing-card:hover .blog-listing-card__image {
	transform: scale(1.1);
}
.blog-listing-card__meta {
	font-size: 14px;
	text-transform: lowercase;
	color: #6b7280;
	font-weight: 600;
	margin: 0 0 10px;
}
.blog-listing-card__meta::before {
	content: "/";
	margin-right: 5px;
	font-weight: 700;
	color: #111827;
}
.blog-listing-card__title {
	font-size: 26px;
	line-height: 1.25;
	margin: 0 0 12px;
	font-weight: 700;
}
.blog-listing-card__title a {
	color: #111827;
	text-decoration: none;
	display: block;
}
.blog-listing-card__title a:hover{color:var(--secondary-color)}
.blog-listing-card__excerpt {
	font-size: 16px;
	line-height: 1.6;
	color: #4b5563;
	margin-bottom: 16px;
}
.blog-listing-card__read-more {
	font-size: 18px;
	font-weight: 700;
	color: #111827;
	text-decoration: none;
}

.blog-detail-card {
	background: #fff;
	border-radius: 20px;
	padding: 30px;
}
.blog-detail-card__title {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 12px;
	color: #111827;
}
.blog-detail-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 16px;
	color: #6b7280;
	margin-bottom: 18px;
}
.blog-detail-card__meta i {
	color: var(--secondary-color);
	margin-right: 6px;
}
.blog-detail-card__image {
	width: 100%;
	border-radius: 12px;
	margin-bottom: 20px;
	object-fit: cover;
}
.blog-detail-card__content {
	font-size: 19px;
	color: #4b5563;
	line-height: 1.7;
}
.blog-detail-card__content p{margin-bottom: 20px;}
.blog-detail-card__content h4{font-weight: 700; margin-bottom: 5px;}

.blog-detail-card__content ul {
	padding-left: 0;
	margin: 12px 0 20px 0;
	list-style: none; 
}

.blog-detail-card__content ul li {
	font-size: 18px;
	position: relative;
	padding-left: 28px; 
	margin-bottom: 15px;
}

.blog-detail-card__content ul li::before {
	content: "\f00c"; /* check icon */
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	position: absolute;
	left: 0;
	top: 2px;
	color: #22c55e;
}

.blog-detail-card__content ol {
	padding-left: 0;
	margin: 12px 0 20px 0;
	list-style: none; 
}

.blog-detail-card__content ol li {
	font-size: 18px;
	position: relative;
	padding-left: 28px; 
	margin-bottom: 15px;
}

.blog-detail-card__content ol li::before {
	content: "\f0a9"; /* check icon */
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	position: absolute;
	left: 0;
	top: 2px;
	color: var(--secondary-color);
}














.blog-sidebar-card {
	background: #fff;
	border-radius: 20px;
	padding: 30px;
}
.blog-sidebar-card h3 {
	font-size:24px;
	font-weight: 700;
	margin: 0 0 18px;
	color: #111827;
}
.blog-sidebar-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}
.blog-sidebar-categories li {
	font-size: 18px;
	color: #374151;
	padding: 8px 0;
}
.blog-latest-widget__item {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 14px;
	align-items: start;
	padding: 14px 0;
	border-bottom: 1px solid #e5e7eb;
}
.blog-latest-widget__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.blog-latest-widget__image {
	width: 100%;
	height: 78px;
	object-fit: cover;
	border-radius: 12px;
	display: block;
}
.blog-latest-widget__date {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: #4b5563;
	margin-bottom: 8px;
}
.blog-latest-widget__date i {
	color: var(--secondary-color);
	margin-right: 6px;
}
.blog-latest-widget__content h4 {
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	margin: 0;
}
.blog-latest-widget__content h4 a {
	text-decoration: none;
	color: #111827;
}

@media (max-width: 991px) {
	.blog-detail-card__title {
		font-size: 30px;
	}
	.blog-sidebar-card h3 {
		font-size: 28px;
	}
	.blog-listing-card__title {
		font-size: 30px;
	}
	.blog-latest-widget__item {
		grid-template-columns: 86px 1fr;
	}
	.blog-latest-widget__image {
		height: 68px;
	}
}

.form-control{border-radius: 10px; border:2px solid #e3eefb; padding: 10px 15px;}

.company-job-create__header {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(59, 130, 246, 0.03));
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 14px;
	padding: 20px;
}
.company-job-create__title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #0f172a;
}
.company-job-create__subtitle {
	color: #475569;
	font-size: 0.95rem;
}
.company-job-form {
	display: grid;
	gap: 30px;
}
.company-job-form__section {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
}
.company-job-form__section-title {
	margin: 0 0 20px;
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
}
.company-job-form .form-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #334155;
}
.company-job-form .form-control,
.company-job-form .form-select {
	border-radius: 10px;
	border:2px solid #e3eefb;
	min-height: 44px;
}
.select2-container--default .select2-selection--multiple{border:2px solid #e3eefb !important; padding:.175rem 2.25rem .375rem .35rem !important; font-size: 1rem; border-radius: 10px !important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{display: inline-flex !important; align-items: center !important; padding-left: 0 !important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{position: static !important; padding: 5px 8px !important; margin-right: 8px;}


.company-job-form .form-control:focus,
.company-job-form .form-select:focus {
	border-color: #60a5fa;
	box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.15);
}
.company-job-form .note-editor.note-frame {
	border:2px solid #e3eefb;
	border-radius: 10px;
}
.company-job-form__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 16px 20px;
}
.company-job-form__actions {
	display: flex;
	gap: 10px;
	width: 100%;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.company-job-form__footer {
		align-items: center;
	}
	.company-job-form__actions {
		width: 100%;
		justify-content: space-between;
	}
}

.company-candidates-toolbar{background: #fff; padding: 20px; border-radius: 15px;}
.company-job-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
	margin-top: 18px;
}
.company-jobs-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
	background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.company-jobs-toolbar__filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}
.company-jobs-toolbar__status-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid #d4dae5;
	border-radius: 10px;
	background: #fff;
	color: #475467;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.2s ease;
}
.company-jobs-toolbar__status-btn:hover {
	background: #f4f7fb;
	color: #344054;
}
.company-jobs-toolbar__status-btn.is-active {
	background: #2f6fed;
	border-color: #2f6fed;
	color: #fff;
}
.company-jobs-toolbar__search {
	min-width: 300px;
}
.company-jobs-toolbar__select {
	min-width: 140px;
}
.company-jobs-toolbar__select--small {
	min-width: 84px;
}
.company-jobs-toolbar__filter-btn {
	padding: 8px 16px;
}
.company-jobs-toolbar__cta {
	padding: 8px 14px;
}
.company-job-card {
	background: #fff;
	border-radius: 22px;
	padding: 28px 24px 20px;
	border: 1px solid #ebedf2;
}
.company-job-card__date {
	font-size: 14px;
	color: #6c7481;
	line-height: 1.2;
	margin-bottom: 10px;
}
.company-job-card__title {
	font-size: 22px;
	line-height: 1.15;
	font-weight: 700;
	color: #10131a;
	margin: 0 0 8px;
}
.company-job-card__dept {
	font-size: 16px;
	color: #6e7380;
	margin-bottom: 18px;
}
.company-job-card__meta {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
}
.company-job-card__meta li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #555b68;
	margin-bottom: 10px;
}
.company-job-card__meta i {
	color: #5b63ff;
	width: 18px;
	text-align: center;
}
.company-job-card__progress {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0;
	align-items: center;
	margin: 20px 0 16px;
	position: relative;
}
.company-job-card__progress::before {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	background: #cfd5dd;
	z-index: 0;
}
.company-job-card__dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #bfc5ce;
	justify-self: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.company-job-card__dot.is-active {
	background: #57bfe8;
}
.company-job-card__dot::after {
	content: attr(data-status);
	position: absolute;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	background: #1e2630;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	white-space: nowrap;
	padding: 6px 8px;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s ease;
	pointer-events: none;
}
.company-job-card__dot:hover::after {
	opacity: 1;
	visibility: visible;
}
.company-job-card__btn {
	display: block;
	width: 100%;
	text-align: center;
	border: 1px solid #d8dce4;
	border-radius: 12px;
	padding: 12px 14px;
	font-size: 16px;
	font-weight: 600;
	color: #6a7180;
	background: #f7f7f8;
	text-decoration: none;
}
.company-job-card__btn:hover {
	background: #eef2f8;
	color: #333a48;
}
.company-job-card__stage {
	margin-top: 10px;
	font-size: 13px;
	color: #6c7481;
	text-align: center;
	margin-bottom: 15px;
}
.company-job-card--empty {
	grid-column: 1 / -1;
}
.company-job-cards-grid--dashboard {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 10px 25px 25px;
}
.company-sent-candidates__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 25px;
	padding: 25px 25px 25px;
}
.company-candidate-card {
	background: #fff;
	border-radius: 18px;
	padding: 16px;
	border: 1px solid #e4e7ed;
	position: relative;
}
.company-candidate-card__badge {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #dff5ff;
	color: #4a8397;
	font-size: 12px;
	border-radius: 8px;
	padding: 6px 10px;
}
.company-candidate-card__top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.company-candidate-card__avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
}
.company-candidate-card__name {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	color: #222b38;
}
.company-candidate-card__email {
	margin: 2px 0 0;
	font-size: 13px;
	color: #9aa0a8;
}
.company-candidate-card__meta-label {
	margin-top: 14px;
	font-size: 14px;
	color: #3e4856;
}
.company-candidate-card__job {
	margin: 10px 0 10px;
	font-size: 18px;
	color: #222b38;
	font-weight: 700;
}
.company-candidate-card__country {
	margin-top: 2px;
	font-size: 16px;
	color: #4f5b69;
}
.company-candidate-card__status {
	margin-top: 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #6db8d6;
}
.company-candidate-card__progress {
	margin-top: 8px;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	align-items: center;
	position: relative;
}
.company-candidate-card__progress::before {
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	background: #ccd4dd;
	z-index: 0;
}
.company-candidate-card__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ced4db;
	justify-self: center;
	position: relative;
	z-index: 1;
}
.company-candidate-card__dot.is-active {
	background: #4bb3dc;
}
.company-candidate-card__btn {
	display: block;
	margin-top: 14px;
	width: 100%;
	border: 1px solid #cfd5de;
	border-radius: 10px;
	padding: 9px 12px;
	text-align: center;
	color: #3b4351;
	font-weight: 600;
	background: #f8f9fb;
	text-decoration: none;
}
.company-candidate-card--empty {
	grid-column: 1 / -1;
}
@media (max-width: 1199px) {
	.company-job-cards-grid--dashboard {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.company-jobs-toolbar__filters {
		width: 100%;
	}
	.company-jobs-toolbar__status-btn {
		flex: 1;
	}
	.company-job-cards-grid--dashboard {
		grid-template-columns: 1fr;
	}
	.company-candidate-card__name {
		font-size: 24px;
	}
	.company-candidate-card__meta-label {
		font-size: 15px;
	}
	.company-candidate-card__country {
		font-size: 14px;
	}
}


/* ---------- Cookie consent (GDPR banner) ---------- */
.cookie-consent {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1080;
	pointer-events: none;
	font-family: inherit;
}
.cookie-consent__bar {
	pointer-events: auto;
	position: relative;
	background: #fff;
	border-top: 1px solid #d8e0ef;
	box-shadow: 0 -10px 28px rgba(21, 34, 56, 0.1);
}
.cookie-consent__accent {
	height: 3px;
	background: var(--primary-color);
	width: 100%;
}
.cookie-consent__inner {
	max-width: 1320px;
	margin: 0 auto;
}
.cookie-consent__title {
	font-size: 1.2rem;
	color: #2f3f5f !important;
	letter-spacing: 0.01em;
}
.cookie-consent__text {
	font-size: 0.845rem;
	line-height: 1.65;
	color: #5f6c84 !important;
	max-width: 52rem;
}
.cookie-consent__link {
	color: var(--primary-color);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.cookie-consent__link:hover {
	color: #15365f;
}
.cookie-consent__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #edf2fb;
	color: var(--primary-color);
	font-size: 1rem;
}
.cookie-consent__actions .cookie-consent__btn {
	min-height: 36px;
	padding: 0.425rem 0.9rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	white-space: nowrap;
	border-radius:50px;
	border: 1px solid transparent;
	transition: all 0.2s ease;
}
.cookie-consent__actions .cookie-consent__btn--reject {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
	color: var(--white);
}
.cookie-consent__actions .cookie-consent__btn--reject:hover {
	background: #f4f7fd;
	border-color: #b1bdcf;
	color: #42506a;
}
.cookie-consent__actions .cookie-consent__btn--custom {
	background: #f7f9fe;
	border-color: #c8d3e7;
	color: var(--primary-color);
}
.cookie-consent__actions .cookie-consent__btn--custom:hover {
	background: #edf3ff;
	border-color: #b3c2de;
}
.cookie-consent__actions .cookie-consent__btn--accept {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
	box-shadow: 0 6px 12px rgba(var(--primary-rgb), 0.18);
}
.cookie-consent__actions .cookie-consent__btn--accept:hover {
	background: #173666;
	border-color: #173666;
	color: #fff;
	transform: translateY(-1px);
}
.cookie-consent__custom {
	border-radius: 8px;
	background: #f7f9fd;
	padding: 0.875rem 1rem;
	border: 1px solid rgba(21, 34, 56, 0.1);
}
.cookie-consent__switch .badge {
	font-weight: 600;
	font-size: 0.6875rem;
}
@media (max-width: 991px) {
	.cookie-consent__actions {
		width: 100%;
		justify-content: flex-start !important;
		flex-wrap: wrap;
	}
	.cookie-consent__actions .cookie-consent__btn {
		flex: 1 1 auto;
		min-width: 104px;
	}
}

/* ---------- Company job detail page ---------- */
.company-job-detail{display:flex;flex-direction:column;gap:1.25rem}
.company-job-detail__top{display:grid;grid-template-columns:1.4fr 1fr;gap:1.25rem;align-items:center;border-bottom:1px solid #d9dfec;padding-bottom:1.1rem}
.company-job-detail__title{margin:0 0 .35rem;font-size:2rem;line-height:1.15;font-weight:800;letter-spacing:.01em;text-transform:uppercase;color:#1c2c49}
.company-job-detail__meta{display:flex;flex-wrap:wrap;gap:1rem 1.25rem;color:#5e6b83;font-size:.92rem}
.company-job-detail__meta i{margin-right:.35rem;color:#2e5da8}
.company-job-detail__actions{margin-top:.9rem}
.company-job-detail__stage-box{display:flex;flex-direction:column;align-items:flex-end;gap:.55rem}
.company-job-detail__progress{display:flex;align-items:center;    justify-content: flex-end;gap:0;max-width:380px;width:100%}
.company-job-detail__dot{position:relative;display:inline-flex;width:13px;height:13px;border-radius:50%;background:#bdc4cf;flex:0 0 auto}
.company-job-detail__dot:not(:last-child){margin-right:36px}
.company-job-detail__dot:not(:last-child)::after{content:"";position:absolute;left:13px;top:50%;transform:translateY(-50%);width:36px;height:2px;background:#bdc4cf}
.company-job-detail__dot.is-active,.company-job-detail__dot.is-active:not(:last-child)::after{background:#56b6de}
.company-job-detail__stage-text{font-size:1rem;line-height:1.15;font-weight:500;color:#5f6e86}

.company-job-detail__body{display:grid;grid-template-columns:1.6fr .8fr;gap:1.5rem}
.company-job-detail__main{display:flex;flex-direction:column;gap:1rem}
.company-job-detail__section{padding:1rem 0;border-bottom:1px solid #dde3f0}
.company-job-detail__section:last-child{border-bottom:none}
.company-job-detail__section h3{font-size:1.65rem;font-weight:700;letter-spacing:.01em;color:#1f2f4d;margin:0 0 .7rem}
.company-job-detail__desc{font-size:1.34rem;color:#51607a;line-height:1.55}
.company-job-detail__desc p:last-child{margin-bottom:0}
.company-job-detail__skills{display:flex;flex-wrap:wrap;gap:.55rem}
.company-job-detail__skill{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;background:#fff;color:#294f8f;font-size:1rem;font-weight:600}
.company-job-detail__candidates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}
.company-job-detail__candidate-card{border:1px solid #d7deeb;border-radius:10px;padding:.75rem .8rem;background:#fff}
.company-job-detail__candidate-name{font-size:1.25rem;font-weight:700;color:#1d2f4d;margin:0 0 .2rem}
.company-job-detail__candidate-meta{font-size:1.1rem;color:#5c6a83}

.company-job-detail__summary{background:#fff;border:1px solid #d9e4f6;border-radius:14px;padding:1rem;height:fit-content;position:sticky;top:1rem}
.company-job-detail__summary h4{font-size:1.1rem;font-weight:800;color:#1f2f4d;margin:0 0 1.5rem;letter-spacing:.01em}
.company-job-detail__summary dl{margin:0;display:grid;grid-template-columns:130px 1fr;gap:1rem .7rem;font-size:14px;line-height:1.25}
.company-job-detail__summary dt{color:#2d3f5e;font-weight:800;}
.company-job-detail__summary dd{margin:0;color:#4f607b;font-weight:500;word-break:break-word}
.company-job-detail__summary dt:not(:first-of-type),
.company-job-detail__summary dd:not(:first-of-type){padding-top:.35rem;border-top:1px solid rgba(33,52,87,.08)}

@media (max-width: 1399px){
	.company-job-detail__title{font-size:1.65rem}
	.company-job-detail__stage-text{font-size:1.2rem}
}
@media (max-width: 1199px){
	.company-job-detail__top{grid-template-columns:1fr}
	.company-job-detail__stage-box{align-items:flex-start}
	.company-job-detail__body{grid-template-columns:1fr}
	.company-job-detail__summary{position:static}
}
@media (max-width: 767px){
	.company-job-detail__meta{font-size:.85rem}
	.company-job-detail__title{font-size:1.35rem}
	.company-job-detail__section h3{font-size:1.25rem}
	.company-job-detail__summary h4{font-size:1.05rem}
	.company-job-detail__summary dl{grid-template-columns:1fr;gap:.35rem}
	.company-job-detail__candidates{grid-template-columns:1fr}
}

/* ---------- Company candidate profile ---------- */
.company-candidate-profile{display:flex;flex-direction:column;gap:1rem}
.company-candidate-profile__hero{border:1px solid #e1e8f4;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(27,47,82,.06)}
.company-candidate-profile__hero .card-body{padding:1.2rem 1.35rem}
.company-candidate-profile__hero-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}
.company-candidate-profile__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;background:#fff;border:1px solid #dfe5f0;border-radius:14px;padding:1rem}
.company-candidate-profile__identity{display:flex;align-items:center;gap:.9rem}
.company-candidate-profile__avatar{width:84px;height:84px;border-radius:16px;object-fit:cover;border:2px solid #d7dfef}
.company-candidate-profile__identity-body{display:flex;flex-direction:column;gap:.28rem}
.company-candidate-profile__tag{display:inline-flex;align-items:center;padding:.22rem .6rem;border-radius:999px;background:#e5f6ed;color:#1f7d53;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;width:fit-content}
.company-candidate-profile__name{margin:0;font-size:2.05rem;font-weight:800;color:#10213f;line-height:1.1}
.company-candidate-profile__headline{margin:0;color:#5e6d85;font-size:1rem}
.company-candidate-profile__quick{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-top:.2rem;color:#5d6c84;font-size:.9rem}
.company-candidate-profile__quick i{color:#7b8fb4;margin-right:.28rem}
.company-candidate-profile__meta{margin:0;color:#62738f;font-size:.93rem;line-height:1.35}
.company-candidate-profile__actions{display:flex;gap:.5rem;flex-wrap:wrap}
.company-candidate-profile__actions .btn{border-radius:10px;font-weight:600}
.company-candidate-profile__actions .btn-primary{box-shadow:0 8px 18px rgba(31,98,202,.22)}
.company-candidate-profile__jobs .badge{font-size:.82rem}
.company-candidate-profile__jobs{border-radius:16px;border:1px solid #dfe5f0}
.company-candidate-profile__details-card{border-radius:16px;border:1px solid #dfe5f0}
.company-candidate-profile__details-card .card-header{background:#f6f9ff;padding:.95rem 1.1rem}
.company-candidate-profile__details-sticky{position:sticky;top:85px}
.company-candidate-profile__detail-list{display:flex;flex-direction:column}
.company-candidate-profile__detail-item{display:flex;justify-content:space-between;align-items:center;gap:.8rem;padding:.66rem 0;border-bottom:1px solid #e7edf8}
.company-candidate-profile__detail-item:last-child{border-bottom:none}
.company-candidate-profile__detail-label{display:inline-flex;align-items:center;gap:.5rem;color:#8092b2;font-size:.91rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}
.company-candidate-profile__detail-label i{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:10px;background:#e8effd;color:#2f67d8}
.company-candidate-profile__detail-value{font-size:.96rem;color:#1f2f4d;font-weight:600;text-align:right}
.company-candidate-profile__panel{border:1px solid #dfe5f0;border-radius:16px;overflow:hidden}
.company-candidate-profile__panel .card-header{background:#f7f9fd;padding:.95rem 1.1rem}
.company-candidate-profile__section-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem}
.company-candidate-profile__section-head span{color:#557096;font-size:.88rem;font-weight:500}
.company-candidate-profile__panel--summary p{font-size:1.02rem;line-height:1.7;color:#2e405f}
.company-candidate-profile__skills{display:flex;flex-wrap:wrap;gap:.55rem}
.company-candidate-profile__skill-chip{display:inline-flex;align-items:center;padding:.42rem .85rem;border-radius:999px;background:#eef2f7;color:#24324b;font-weight:600;font-size:.88rem}
.company-candidate-profile__timeline-item{position:relative;padding:0 0 .95rem 1.15rem;border-left:2px solid #d6def0;margin-left:.32rem;margin-bottom:.85rem}
.company-candidate-profile__timeline-item::before{content:"";position:absolute;left:-6px;top:2px;width:10px;height:10px;border-radius:50%;background:#8ea2c8}
.company-candidate-profile__timeline-item:last-child{margin-bottom:0;padding-bottom:0;border-left:none}
.company-candidate-profile__timeline-item h6{font-size:1.18rem;font-weight:700;color:#122448}
.company-candidate-profile__timeline-item p{line-height:1.55}

@media (max-width: 991px){
	.company-candidate-profile__header,.company-candidate-profile__hero-inner{flex-direction:column;align-items:stretch}
	.company-candidate-profile__name{font-size:1.55rem}
	.company-candidate-profile__detail-item{align-items:flex-start;flex-direction:column}
	.company-candidate-profile__detail-value{text-align:left}
	.company-candidate-profile__details-sticky{position:static}
	.company-candidate-profile__section-head{flex-direction:column;align-items:flex-start}
}

/************************************************
     Candidate interviews (list + detail)
************************************************/
.candidate-interviews {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.candidate-interviews-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.15rem;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.06) 0%, rgba(var(--secondary-rgb), 0.04) 100%);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 14px;
}

.candidate-interviews-toolbar__hint {
	margin: 0;
	max-width: 42rem;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #64748b;
}

.candidate-interviews-toolbar__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.candidate-interviews-stat-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.75rem;
	font-size: 0.8rem;
	font-weight: var(--font-med);
	color: var(--primary-color);
	background: #fff;
	border: 1px solid rgba(var(--primary-rgb), 0.18);
	border-radius: 999px;
}

.candidate-interviews-stat-pill--live {
	color: #0f766e;
	border-color: rgba(15, 118, 110, 0.35);
	background: rgba(20, 184, 166, 0.1);
}

.candidate-interviews-stat-pill--live .fa-circle {
	font-size: 0.45rem;
	color: #14b8a6;
	animation: candidate-interviews-pulse 1.4s ease-in-out infinite;
}

@keyframes candidate-interviews-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.35; }
}

.candidate-interviews-empty {
	text-align: center;
	padding: 3rem 1.5rem;
	background: #fff;
	border: 1px dashed rgba(148, 163, 184, 0.45);
	border-radius: 18px;
}

.candidate-interviews-empty__icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.1), rgba(var(--secondary-rgb), 0.08));
	color: var(--primary-color);
	font-size: 1.75rem;
}

.candidate-interviews-empty__title {
	font-size: 1.25rem;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	margin: 0 0 0.5rem;
}

.candidate-interviews-empty__text {
	margin: 0 auto;
	max-width: 28rem;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #64748b;
}

.candidate-interviews-list {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.candidate-interviews-card {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(27, 47, 82, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.candidate-interviews-card:hover {
	border-color: rgba(var(--primary-rgb), 0.28);
	box-shadow: 0 8px 24px rgba(27, 47, 82, 0.08);
	transform: translateY(-1px);
}

.candidate-interviews-card--live {
	border-color: rgba(20, 184, 166, 0.45);
	box-shadow: 0 8px 28px rgba(20, 184, 166, 0.12);
}

.candidate-interviews-card__live-banner {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45rem 1rem;
	font-size: 0.78rem;
	font-weight: var(--font-med);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #0f766e;
	background: linear-gradient(90deg, rgba(20, 184, 166, 0.14), rgba(20, 184, 166, 0.04));
}

.candidate-interviews-card__live-banner .fa-circle {
	font-size: 0.45rem;
	animation: candidate-interviews-pulse 1.4s ease-in-out infinite;
}

.candidate-interviews-card__body {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1.15rem;
	align-items: center;
	padding: 1.1rem 1.2rem;
}

.candidate-interviews-card__datetime {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	padding: 0.55rem 0.65rem;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(var(--primary-rgb), 0.08), rgba(var(--primary-rgb), 0.02));
	border: 1px solid rgba(var(--primary-rgb), 0.12);
	text-align: center;
}

.candidate-interviews-card__day {
	font-size: 1.65rem;
	font-weight: var(--font-bold);
	line-height: 1;
	color: var(--primary-color);
}

.candidate-interviews-card__month {
	font-size: 0.72rem;
	font-weight: var(--font-med);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #64748b;
}

.candidate-interviews-card__time {
	margin-top: 0.25rem;
	font-size: 0.95rem;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
}

.candidate-interviews-card__tz {
	margin-top: 0.15rem;
	font-size: 0.68rem;
	color: #94a3b8;
	word-break: break-all;
}

.candidate-interviews-card__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem 0.75rem;
	margin-bottom: 0.45rem;
}

.candidate-interviews-card__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	line-height: 1.35;
}

.candidate-interviews-card__meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1rem;
}

.candidate-interviews-card__meta li {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.86rem;
	color: #64748b;
}

.candidate-interviews-card__meta i {
	color: var(--primary-color);
	opacity: 0.85;
}

.candidate-interviews-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: flex-end;
}

.candidate-interviews-status {
	display: inline-flex;
	align-items: center;
	padding: 0.22rem 0.65rem;
	font-size: 0.75rem;
	font-weight: var(--font-med);
	border-radius: 999px;
	white-space: nowrap;
}

.candidate-interviews-status--scheduled {
	color: #1d4ed8;
	background: rgba(59, 130, 246, 0.12);
}

.candidate-interviews-status--completed {
	color: #166534;
	background: rgba(34, 197, 94, 0.12);
}

.candidate-interviews-status--cancelled {
	color: #9f1239;
	background: rgba(244, 63, 94, 0.1);
}

.candidate-interviews-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.5rem 0.95rem;
	font-size: 0.88rem;
	font-weight: var(--font-med);
	line-height: 1.2;
	text-decoration: none;
	border-radius: 10px;
	border: 1px solid transparent;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.candidate-interviews-btn--outline {
	color: var(--primary-color);
	background: #fff;
	border-color: rgba(var(--primary-rgb), 0.28);
}

.candidate-interviews-btn--outline:hover {
	color: #fff;
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.candidate-interviews-btn--join {
	color: #fff;
	background: linear-gradient(135deg, #0d9488, #14b8a6);
	border-color: transparent;
	box-shadow: 0 4px 14px rgba(20, 184, 166, 0.35);
}

.candidate-interviews-btn--join:hover {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(20, 184, 166, 0.45);
}

.candidate-interviews-btn--disabled {
	color: #94a3b8;
	background: #f1f5f9;
	border-color: #e2e8f0;
	cursor: not-allowed;
}

.candidate-interviews-btn--lg {
	padding: 0.65rem 1.25rem;
	font-size: 0.95rem;
}

.candidate-interviews-pagination {
	margin-top: 0.25rem;
}

.candidate-interviews-pagination .pagination {
	margin-bottom: 0;
}

/* Detail page */
.candidate-interviews--detail {
	gap: 1.35rem;
}

.candidate-interviews-back {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.88rem;
	font-weight: var(--font-med);
	color: var(--primary-color);
	text-decoration: none;
}

.candidate-interviews-back:hover {
	color: var(--secondary-color);
}

.candidate-interviews-hero {
	position: relative;
	padding: 1.35rem 1.45rem;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.95) 0%, rgba(var(--primary-rgb), 0.82) 55%, rgba(var(--secondary-rgb), 0.75) 100%);
	border-radius: 18px;
	color: #fff;
	box-shadow: 0 12px 32px rgba(var(--primary-rgb), 0.22);
}

.candidate-interviews-hero--live {
	box-shadow: 0 12px 36px rgba(20, 184, 166, 0.28);
}

.candidate-interviews-hero__live-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-bottom: 0.75rem;
	padding: 0.3rem 0.7rem;
	font-size: 0.75rem;
	font-weight: var(--font-med);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #0f766e;
	background: #ecfdf5;
	border-radius: 999px;
}

.candidate-interviews-hero__live-tag .fa-circle {
	font-size: 0.45rem;
	animation: candidate-interviews-pulse 1.4s ease-in-out infinite;
}

.candidate-interviews-hero__top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.candidate-interviews-hero__datetime {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.candidate-interviews-hero__day {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	font-size: 1.5rem;
	font-weight: var(--font-bold);
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 14px;
}

.candidate-interviews-hero__date {
	display: block;
	font-size: 0.95rem;
	font-weight: var(--font-med);
	opacity: 0.95;
}

.candidate-interviews-hero__time {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.85rem;
	opacity: 0.85;
}

.candidate-interviews-hero .candidate-interviews-status--scheduled {
	color: #1e40af;
	background: rgba(255, 255, 255, 0.92);
}

.candidate-interviews-hero .candidate-interviews-status--completed {
	color: #166534;
	background: rgba(255, 255, 255, 0.92);
}

.candidate-interviews-hero .candidate-interviews-status--cancelled {
	color: #9f1239;
	background: rgba(255, 255, 255, 0.92);
}

.candidate-interviews-hero__title {
	margin: 0;
	font-size: 1.45rem;
	font-weight: var(--font-bold);
	line-height: 1.3;
}

.candidate-interviews-hero__company {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0.5rem 0 0;
	font-size: 0.92rem;
	opacity: 0.9;
	color: #fff;
}

.candidate-interviews-detail-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.candidate-interviews-panel {
	padding: 1.15rem 1.25rem;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 16px;
	box-shadow: 0 4px 18px rgba(27, 47, 82, 0.05);
}

.candidate-interviews-panel--meeting {
	background: linear-gradient(180deg, #fff 0%, rgba(var(--primary-rgb), 0.03) 100%);
}

.candidate-interviews-panel__title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.85rem;
	font-size: 1rem;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
}

.candidate-interviews-panel__title i {
	color: var(--primary-color);
	opacity: 0.85;
}

.candidate-interviews-panel__lead {
	margin: -0.35rem 0 0.85rem;
	font-size: 0.88rem;
	line-height: 1.55;
	color: #64748b;
}

.candidate-interviews-details {
	margin: 0;
}

.candidate-interviews-details__row {
	display: grid;
	grid-template-columns: minmax(7rem, 34%) 1fr;
	gap: 0.5rem 1rem;
	padding: 0.65rem 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.candidate-interviews-details__row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.candidate-interviews-details__row--block {
	grid-template-columns: 1fr;
}

.candidate-interviews-details__row--block dd {
	margin-top: 0.25rem;
	line-height: 1.55;
}

.candidate-interviews-details dt {
	margin: 0;
	font-size: 0.82rem;
	font-weight: var(--font-med);
	color: #94a3b8;
}

.candidate-interviews-details dd {
	margin: 0;
	font-size: 0.92rem;
	color: var(--title-text-color);
}

.candidate-interviews-meeting-link {
	padding: 0.85rem 0.95rem;
	background: #f8fafc;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 12px;
}

.candidate-interviews-meeting-link__label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.75rem;
	font-weight: var(--font-med);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #94a3b8;
}

.candidate-interviews-meeting-link__url {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.4rem;
	font-size: 0.86rem;
	line-height: 1.45;
	word-break: break-all;
	color: var(--primary-color);
	text-decoration: none;
}

.candidate-interviews-meeting-link__url:hover {
	color: var(--secondary-color);
	text-decoration: underline;
}

.candidate-interviews-notice {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin-top: 0.85rem;
	padding: 0.7rem 0.85rem;
	font-size: 0.86rem;
	line-height: 1.45;
	border-radius: 10px;
}

.candidate-interviews-notice--info {
	color: #1e40af;
	background: rgba(59, 130, 246, 0.1);
	border: 1px solid rgba(59, 130, 246, 0.2);
}

.candidate-interviews-notice--info i {
	margin-top: 0.1rem;
}

.candidate-interviews-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
	padding-top: 0.25rem;
}

@media (max-width: 991px) {
	.candidate-interviews-card__body {
		grid-template-columns: 1fr;
	}
	.candidate-interviews-card__datetime {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0.35rem 0.75rem;
		width: 100%;
		text-align: left;
	}
	.candidate-interviews-card__actions {
		justify-content: flex-start;
	}
	.candidate-interviews-detail-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.candidate-interviews-toolbar {
		padding: 0.85rem;
	}
	.candidate-interviews-hero {
		padding: 1rem;
	}
	.candidate-interviews-hero__title {
		font-size: 1.2rem;
	}
	.candidate-interviews-details__row {
		grid-template-columns: 1fr;
	}
	.candidate-interviews-actions .candidate-interviews-btn {
		width: 100%;
	}
}

/************************************************
     Company interviews (portal-specific tweaks)
************************************************/
.company-interviews-filters {
	margin-bottom: 0.25rem;
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.22) !important;
}

.company-interviews-filters .form-label {
	color: #64748b;
	font-weight: var(--font-med);
}

.company-interviews-notes-panel {
	margin-top: 0.25rem;
}

.company-dashboard-content .candidate-interviews-back {
	margin-bottom: 0.25rem;
}

/************************************************
     QuiStaff Landing Page
************************************************/

/* Logo */
.quistaff-logo {
	gap: 10px;
	text-decoration: none !important;
}
.quistaff-logo-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	border-radius: 12px;
	color: var(--white);
	font-size: 20px;
	flex-shrink: 0;
}
.quistaff-logo-text {
	font-size: 28px;
	font-weight: var(--font-bold);
	color: var(--primary-color);
	font-family: var(--font-heading);
	line-height: 1;
}
.quistaff-logo-text span {
	color: var(--secondary-color);
}
.quistaff-footer-logo {
	font-size: 32px !important;
	font-weight: var(--font-bold);
	color: var(--white) !important;
	text-transform: none !important;
}
.quistaff-footer-logo span {
	color: var(--secondary-color);
}

/* Hero enhancements */
.quistaff-hero {
	position: relative;
	overflow: hidden;
	padding: 180px 0 150px;
	/* background: linear-gradient(135deg, #f8f9fc 0%, #eef1f8 40%, #f4f6fb 100%); */
	background: url(../images/home-hero-bg.jpg) no-repeat bottom right; background-size: cover;
	text-align: left;
}
.hero-abstract-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	overflow: hidden;
}
.hero-grid-pattern {
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle at 1px 1px, rgba(var(--primary-rgb), 0.07) 1px, transparent 0);
	background-size: 32px 32px;
	mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 85%);
}
.hero-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
	opacity: 0.45;
}
.hero-blob-1 {
	width: 420px;
	height: 420px;
	top: -80px;
	right: -60px;
	background: rgba(var(--primary-rgb), 0.18);
}
.hero-blob-2 {
	width: 360px;
	height: 360px;
	bottom: -40px;
	left: -80px;
	background: rgba(var(--secondary-rgb), 0.16);
}
.hero-blob-3 {
	width: 240px;
	height: 240px;
	top: 40%;
	left: 45%;
	background: rgba(var(--primary-rgb), 0.1);
}
.hero-row {
	position: relative;
	z-index: 1;
}
.hero-content-col .hero-badge {
	text-align: left;
}
.hero-content-col .hero-title {
	text-align: left;
	font-size: 52px;
}
.hero-content-col .hero-copy {
	text-align: left;
	max-width: 540px;
}
.hero-dual-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: flex-start;
	margin-bottom: 28px;
}
.hero-cta-primary,
.hero-cta-secondary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 18px 32px;
	font-size: 18px;
	font-weight: var(--font-bold);
	border-radius: 999px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.hero-cta-primary {
	color: var(--white);
	background: var(--secondary-color);
	box-shadow: 0 8px 24px rgba(var(--secondary-rgb), 0.28);
}
.hero-cta-primary:hover {
	background: var(--secondary-dark);
	color: var(--white);
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(var(--secondary-rgb), 0.35);
}
.hero-cta-secondary {
	color: var(--primary-color);
	background: var(--white);
	border: 2px solid var(--primary-color);
}
.hero-cta-secondary:hover {
	background: var(--primary-color);
	color: var(--white);
	transform: translateY(-2px);
}
.hero-trust-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
}
.hero-trust-pills span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: var(--font-med);
	color: var(--title-text-color);
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(var(--primary-rgb), 0.08);
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
	backdrop-filter: blur(6px);
}
.hero-trust-pills .fa-check-circle {
	color: var(--secondary-color);
	font-size: 15px;
}
.hero-visual-col {
	position: relative;
}
.hero-visual-wrap {
	position: relative;
	max-width: 520px;
	margin-left: auto;
}
.hero-main-image {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	filter: drop-shadow(0 24px 48px rgba(var(--primary-rgb), 0.15));
}
.hero-visual-ring {
	position: absolute;
	inset: 8% 5% 8% 10%;
	border: 2px dashed rgba(var(--primary-rgb), 0.15);
	border-radius: 50%;
	z-index: 1;
	animation: heroRingSpin 30s linear infinite;
}
@keyframes heroRingSpin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.hero-float-card {
	position: absolute;
	background: var(--white);
	border-radius: 16px;
	padding: 14px 18px;
	box-shadow: 0 12px 32px rgba(var(--primary-rgb), 0.12);
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 3;
	border: 1px solid rgba(var(--primary-rgb), 0.06);
}
.hero-float-card-1 {
	top: 12%;
	left: -8%;
	animation: heroFloat 4s ease-in-out infinite;
}
.hero-float-card-2 {
	bottom: 18%;
	right: -6%;
	animation: heroFloat 4s ease-in-out infinite 1.5s;
}
.hero-float-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	font-size: 18px;
	flex-shrink: 0;
}
.hero-float-icon-green {
	background: rgba(var(--secondary-rgb), 0.12);
	color: var(--secondary-color);
}
.hero-float-icon-purple {
	background: rgba(var(--primary-rgb), 0.1);
	color: var(--primary-color);
}
.hero-float-text strong {
	display: block;
	font-size: 14px;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	line-height: 1.2;
}
.hero-float-text span {
	font-size: 12px;
	color: #888;
}
@keyframes heroFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}



/* Featured certified candidates */
.featured-candidates-section {
	padding-top: 30px;
	padding-bottom: 40px;
}
.featured-candidates-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.featured-candidate-card {
	background: var(--white);
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(var(--primary-rgb), 0.08);
	transition: all 0.35s ease;
	display: flex;
	flex-direction: column;
}
.featured-candidate-card:hover {
	box-shadow: 0 16px 44px rgba(var(--primary-rgb), 0.12);
	transform: translateY(-5px);
	border-color: rgba(var(--primary-rgb), 0.14);
}
.featured-candidate-photo {
	position: relative;
	height: 220px;
	overflow: hidden;
}
.featured-candidate-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.featured-candidate-card:hover .featured-candidate-photo img {
	transform: scale(1.05);
}
.featured-candidate-band {
	position: absolute;
	top: 14px;
	left: 14px;
	font-size: 11px;
	font-weight: var(--font-bold);
	text-transform: uppercase;
	letter-spacing: 0.6px;
	padding: 6px 12px;
	border-radius: 999px;
	color: var(--white);
	z-index: 2;
}
.featured-candidate-band--gold {
	background: linear-gradient(135deg, #c9a227, #e8c547);
}
.featured-candidate-band--silver {
	background: linear-gradient(135deg, #8e9aaf, #b8c4d4);
}
.featured-candidate-band--bronze {
	background: linear-gradient(135deg, #a0622e, #c8844a);
}
.featured-candidate-certified {
	position: absolute;
	top: 14px;
	right: 14px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	font-weight: var(--font-bold);
	color: var(--white);
	background: rgba(var(--secondary-rgb), 0.92);
	padding: 6px 10px;
	border-radius: 999px;
	z-index: 2;
	backdrop-filter: blur(4px);
}
.featured-candidate-certified i {
	font-size: 11px;
}
.featured-candidate-photo::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.35) 100%);
	pointer-events: none;
}
.featured-candidate-body {
	padding: 22px 20px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.featured-candidate-name {
	font-size: 18px;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	margin: 0 0 4px;
	line-height: 1.3;
}
.featured-candidate-role {
	font-size: 13px;
	color: #888;
	margin: 0 0 16px;
}
.featured-candidate-score {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(var(--primary-rgb), 0.08);
}
.featured-candidate-score-value {
	font-size: 26px;
	font-weight: var(--font-bold);
	color: var(--primary-color);
	line-height: 1;
}
.featured-candidate-score-label {
	font-size: 12px;
	font-weight: var(--font-med);
	color: #999;
}
.featured-candidate-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 14px;
}
.featured-candidate-tags span {
	font-size: 11px;
	font-weight: var(--font-med);
	color: var(--primary-color);
	background: rgba(var(--primary-rgb), 0.07);
	padding: 5px 10px;
	border-radius: 999px;
}
.featured-candidate-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: auto;
	font-size: 12px;
	font-weight: var(--font-med);
	color: #888;
}
.featured-candidate-meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.featured-candidate-meta i {
	color: var(--secondary-color);
	font-size: 12px;
}
.featured-candidates-footer {
	margin-top: 36px;
}
.featured-candidates-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: var(--font-bold);
	color: var(--primary-color);
	text-decoration: none;
	padding: 14px 28px;
	border: 2px solid rgba(var(--primary-rgb), 0.15);
	border-radius: 999px;
	transition: all 0.3s ease;
}
.featured-candidates-cta:hover {
	background: var(--primary-color);
	color: var(--white);
	border-color: var(--primary-color);
	gap: 14px;
}

/* Role path cards */
.role-path-section {
	background: #fff;
}
.role-path-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	max-width: 960px;
	margin: 0 auto;
}
.role-path-card {
	background: var(--white);
	border-radius: 24px;
	padding: 40px 36px;
	border: 2px solid #eee;
	transition: all 0.35s ease;
	position: relative;
	overflow: hidden;
}
.role-path-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
	opacity: 0;
	transition: opacity 0.3s ease;
}
.role-path-card:hover {
	box-shadow: 0 16px 40px rgba(var(--primary-rgb), 0.12);
	transform: translateY(-4px);
	border-color: rgba(var(--primary-rgb), 0.1);
}
.role-path-card:hover::before {
	opacity: 1;
}
.role-path-image {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 16px;
	margin-bottom: 22px;
}
.role-path-candidate .role-path-icon {
	background: rgba(var(--primary-rgb), 0.1);
	color: var(--primary-color);
}
.role-path-employer .role-path-icon {
	background: rgba(var(--secondary-rgb), 0.12);
	color: var(--secondary-color);
}
.role-path-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 16px;
	font-size: 28px;
	margin-bottom: 20px;
}
.role-path-title {
	font-size: 26px;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	margin: 0 0 12px;
}
.role-path-desc {
	font-size: 16px;
	color: #555;
	line-height: 1.6;
	margin: 0 0 20px;
}
.role-path-list {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}
.role-path-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: var(--font-med);
	color: var(--title-text-color);
	margin-bottom: 10px;
}
.role-path-list .fa-check-circle {
	color: var(--secondary-color);
	flex-shrink: 0;
}
.role-path-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: var(--font-bold);
	color: var(--primary-color);
	text-decoration: none;
	transition: gap 0.3s ease, color 0.3s ease;
}
.role-path-cta:hover {
	color: var(--secondary-color);
	gap: 14px;
}

/* Step cards — icon variant */
.step-card-number {
	font-size: 13px;
	font-weight: var(--font-bold);
	color: var(--secondary-color);
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.step-card-image {
	display: block;
	width: 70%;
	margin: 0 auto 20px;
	transition: transform 0.3s ease;
}
.step-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin: 0 auto 20px;
	background: var(--white);
	border-radius: 20px;
	font-size: 28px;
	color: var(--primary-color);
	box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.1);
	transition: transform 0.3s ease;
}
.step-card:hover .step-card-icon {
	transform: scale(1.08);
	color: var(--secondary-color);
}
.step-card:hover .step-card-image {
	transform: translateY(-4px);
}

/* Employer journey */
.employer-journey-section {
	background: var(--white);
}
.employer-journey-visual {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 48px;
}
.employer-journey-image-wrap {
	flex: 0 0 42%;
	position: relative;
}
.employer-journey-image-wrap img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 24px;
	border: 4px solid var(--white);
	box-shadow: 0 16px 48px rgba(var(--primary-rgb), 0.12);
}
.employer-journey-image-badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: var(--white);
	border-radius: 14px;
	padding: 14px 20px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	gap: 12px;
}
.employer-journey-image-badge i {
	font-size: 24px;
	color: var(--secondary-color);
}
.employer-journey-image-badge strong {
	display: block;
	font-size: 22px;
	font-weight: var(--font-bold);
	color: var(--primary-color);
	line-height: 1;
}
.employer-journey-image-badge span {
	font-size: 13px;
	color: #888;
}
.employer-journey-intro {
	flex: 1;
}
.employer-journey-intro h3 {
	font-size: 28px;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	margin: 0 0 14px;
	line-height: 1.3;
}
.employer-journey-intro p {
	font-size: 17px;
	color: var(--paragraph-color);
	line-height: 1.65;
	margin: 0 0 20px;
}
.employer-journey-highlights {
	list-style: none;
	margin: 0;
	padding: 0;
}
.employer-journey-highlights li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: var(--font-med);
	color: var(--title-text-color);
	margin-bottom: 10px;
}
.employer-journey-highlights .fa-check-circle {
	color: var(--secondary-color);
	font-size: 20px;
}
.employer-journey-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.employer-journey-card {
	background: var(--light-bg);
	border-radius: 20px;
	padding: 28px 24px;
	text-align: center;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}
.employer-journey-card:hover {
	background: var(--white);
	border-color: rgba(var(--primary-rgb), 0.12);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	transform: translateY(-3px);
}
.employer-journey-step {
	display: block;
	font-size: 12px;
	font-weight: var(--font-bold);
	color: var(--secondary-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
.employer-journey-icon {
	display: inline-block;
	font-size: 32px;
	color: var(--primary-color);
	margin-bottom: 16px;
}
.employer-journey-card h3 {
	font-size: 22px;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	margin: 0 0 10px;
}
.employer-journey-card p {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	margin: 0;
}

/* Evaluation pillars */
.evaluation-section {
	background: var(--light-bg);
}
.evaluation-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.evaluation-pillar {
	background: var(--white);
	border-radius: 24px;
	padding: 32px 28px;
	border-top: 4px solid var(--primary-color);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.evaluation-pillar:hover {
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
	transform: translateY(-3px);
}
.evaluation-pillar-core { border-top-color: var(--primary-color); }
.evaluation-pillar-coaching { border-top-color: var(--secondary-color); }
.evaluation-pillar-refs { border-top-color: var(--secondary-color); }
.evaluation-pillar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.evaluation-pillar-badge {
	font-size: 13px;
	font-weight: var(--font-bold);
	color: var(--white);
	background: var(--primary-color);
	padding: 6px 14px;
	border-radius: 999px;
}
.evaluation-pillar-coaching .evaluation-pillar-badge {
	background: var(--secondary-color);
}
.evaluation-pillar-refs .evaluation-pillar-badge {
	background: var(--secondary-color);
}
.evaluation-split-wrap {
	display: flex;
	align-items: center;
	gap: 48px;
	margin-top: 48px;
	padding-top: 48px;
	border-top: 1px solid rgba(var(--primary-rgb), 0.08);
}
.evaluation-split-visual {
	flex: 0 0 45%;
}
.evaluation-split-visual img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 16px 48px rgba(var(--primary-rgb), 0.1);
}
.evaluation-split-content h3 {
	font-size: 28px;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	margin: 0 0 14px;
}
.evaluation-split-content p {
	font-size: 16px;
	color: var(--paragraph-color);
	line-height: 1.65;
	margin: 0 0 20px;
}
.evaluation-split-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.evaluation-split-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: var(--font-med);
	color: var(--title-text-color);
	margin-bottom: 12px;
}
.evaluation-split-list .fa-check-circle {
	color: var(--secondary-color);
}
.evaluation-pillar-count {
	font-size: 13px;
	font-weight: var(--font-med);
	color: #888;
}
.evaluation-pillar-title {
	font-size: 22px;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	margin: 0 0 12px;
}
.evaluation-pillar-desc {
	font-size: 15px;
	color: #555;
	line-height: 1.6;
	margin: 0 0 16px;
}
.evaluation-pillar-meta {
	font-size: 13px;
	color: #888;
	display: flex;
	align-items: center;
	gap: 8px;
}
.evaluation-pillar-meta i {
	color: var(--primary-color);
}

/* Why choose — score card visual */
.why-choose-visual {
	flex: 0 0 38%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.why-choose-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
	border: 4px solid var(--white);
	opacity: 0.5;
}
.why-choose-score-card {
	position: relative;
	z-index: 1;
	background: rgba(255,255,255,0.75);
	border-radius: 24px;
	padding: 36px 32px;
	box-shadow: 0 16px 48px rgba(var(--primary-rgb), 0.12);
	width: 100%;
	max-width: 340px;
}
.why-choose-score-ring {
	text-align: center;
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid #eee;
}
.why-choose-score-value {
	display: block;
	font-size: 56px;
	font-weight: var(--font-bold);
	color: var(--primary-color);
	line-height: 1;
}
.why-choose-score-label {
	display: inline-block;
	margin-top: 8px;
	font-size: 14px;
	font-weight: var(--font-bold);
	color: var(--white);
	background: linear-gradient(135deg, var(--secondary-color), #6bc42a);
	padding: 6px 18px;
	border-radius: 999px;
}
.why-choose-score-details {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.why-choose-score-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	color: #555;
}
.why-choose-score-row strong {
	font-weight: var(--font-bold);
	color: var(--title-text-color);
}
.why-choose-score-row .text-success {
	color: var(--secondary-color) !important;
}

/* Pricing plans */
.pricing-plans-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	align-items: stretch;
}
.pricing-plan-card {
	background: #f5f6fa;
	border-radius: 20px;
	padding: 40px 32px 36px;
	text-align: center;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 24px rgba(var(--primary-rgb), 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-plan-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 36px rgba(var(--primary-rgb), 0.1);
}
.pricing-plan-card--featured {
	background: var(--primary-color);
	box-shadow: 0 12px 40px rgba(var(--primary-rgb), 0.25);
}
.pricing-plan-card--featured:hover {
	box-shadow: 0 16px 48px rgba(var(--primary-rgb), 0.32);
}
.pricing-plan-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 0 auto 24px;
	font-size: 26px;
	color: var(--primary-color);
	border: 2px solid rgba(var(--primary-rgb), 0.25);
	border-radius: 14px;
	background: transparent;
}
.pricing-plan-card--featured .pricing-plan-icon {
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.45);
}
.pricing-plan-name {
	font-size: 24px;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	margin: 0 0 14px;
	line-height: 1.2;
}
.pricing-plan-card--featured .pricing-plan-name {
	color: var(--white);
}
.pricing-plan-desc {
	font-size: 15px;
	color: #8b93a1;
	line-height: 1.6;
	margin: 0 0 28px;
	min-height: 72px;
}
.pricing-plan-card--featured .pricing-plan-desc {
	color: rgba(255, 255, 255, 0.82);
}
.pricing-plan-price {
	margin-bottom: 24px;
}
.pricing-plan-amount {
	display: inline;
	font-size: 48px;
	font-weight: var(--font-bold);
	color: var(--primary-color);
	line-height: 1;
}
.pricing-plan-card--featured .pricing-plan-amount {
	color: var(--white);
}
.pricing-plan-period {
	font-size: 16px;
	font-weight: var(--font-med);
	color: #9aa3b2;
	margin-left: 4px;
}
.pricing-plan-card--featured .pricing-plan-period {
	color: rgba(255, 255, 255, 0.75);
}
.pricing-plan-divider {
	height: 1px;
	background: rgba(var(--primary-rgb), 0.12);
	margin-bottom: 24px;
}
.pricing-plan-card--featured .pricing-plan-divider {
	background: rgba(255, 255, 255, 0.2);
}
.pricing-plan-features {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	text-align: left;
	flex: 1;
}
.pricing-plan-features li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 15px;
	font-weight: var(--font-med);
	color: var(--title-text-color);
	margin-bottom: 14px;
	line-height: 1.45;
}
.pricing-plan-features li:last-child {
	margin-bottom: 0;
}
.pricing-plan-features .fa-check-circle {
	color: var(--primary-color);
	font-size: 18px;
	flex-shrink: 0;
	margin-top: 1px;
}
.pricing-plan-card--featured .pricing-plan-features li {
	color: var(--white);
}
.pricing-plan-card--featured .pricing-plan-features .fa-check-circle {
	color: var(--white);
}
.pricing-plan-btn {
	display: block;
	width: 100%;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: var(--font-bold);
	color: var(--white);
	background: var(--primary-color);
	border-radius: 12px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
	margin-top: auto;
}
.pricing-plan-btn:hover {
	background: var(--primary-dark);
	color: var(--white);
	transform: translateY(-1px);
}
.pricing-plan-btn--accent {
	background: #c8e635;
	color: var(--black);
}
.pricing-plan-btn--accent:hover {
	background: #b8d628;
	color: var(--black);
}

/* Final CTA banner */
.final-cta-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 48px 56px;
	background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 50%, var(--secondary-color) 100%);
	border-radius: 28px;
	color: var(--white);
	box-shadow: 0 16px 48px rgba(var(--primary-rgb), 0.25);
}
.final-cta-content h2 {
	font-size: 32px;
	font-weight: var(--font-reg);
	color: var(--white);
	margin: 0 0 10px;
	line-height: 1.25;
}
.final-cta-content h2 strong {
	font-weight: var(--font-bold);
}
.final-cta-content p {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
	line-height: 1.5;
}
.final-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	flex-shrink: 0;
}
.final-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 28px;
	font-size: 16px;
	font-weight: var(--font-bold);
	border-radius: 999px;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
}
.final-cta-btn-light {
	background: var(--white);
	color: var(--primary-color);
}
.final-cta-btn-light:hover {
	background: var(--light-bg);
	color: var(--primary-color);
	transform: translateY(-2px);
}
.final-cta-btn-outline {
	background: transparent;
	color: var(--white);
	border: 2px solid rgba(255, 255, 255, 0.6);
}
.final-cta-btn-outline:hover {
	background: rgba(255, 255, 255, 0.12);
	color: var(--white);
	border-color: var(--white);
}

/* QuiStaff landing — responsive */
@media (max-width: 991px) {
	.quistaff-hero {
		padding: 150px 0 70px;
		text-align: center;
	}
	.hero-content-col .hero-badge,
	.hero-content-col .hero-title,
	.hero-content-col .hero-copy {
		text-align: center;
	}
	.hero-content-col .hero-copy {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-content-col .hero-title {
		font-size: 38px;
	}
	.hero-dual-cta {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.hero-trust-pills {
		justify-content: center;
	}
	.hero-cta-primary,
	.hero-cta-secondary {
		width: 100%;
		max-width: 320px;
		justify-content: center;
	}
	.hero-visual-wrap {
		margin: 40px auto 0;
		max-width: 400px;
	}
	.hero-float-card-1 { left: 0; }
	.hero-float-card-2 { right: 0; }
	.employer-journey-visual {
		flex-direction: column;
	}
	.employer-journey-image-wrap {
		flex: none;
		width: 100%;
	}
	.evaluation-split-wrap {
		flex-direction: column;
	}
	.evaluation-split-visual {
		flex: none;
		width: 100%;
	}
	.featured-candidates-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.role-path-grid {
		grid-template-columns: 1fr;
	}
	.employer-journey-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.evaluation-pillars {
		grid-template-columns: 1fr;
	}
	.why-choose-wrap {
		flex-direction: column;
	}
	.why-choose-visual {
		flex: none;
		order: -1;
	}
	.why-choose-content {
		flex-direction: column;
	}
	.why-choose-boxes {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.pricing-plans-grid {
		grid-template-columns: 1fr;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
	.final-cta-banner {
		flex-direction: column;
		text-align: center;
		padding: 36px 28px;
	}
	.final-cta-actions {
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.quistaff-logo-text {
		font-size: 22px;
	}
	.quistaff-logo-mark {
		width: 38px;
		height: 38px;
		font-size: 17px;
	}
	.hero-title {
		font-size: 32px;
	}
	.hero-trust-pills span {
		font-size: 12px;
		padding: 8px 14px;
	}
	.featured-candidates-grid,
	.employer-journey-grid {
		grid-template-columns: 1fr;
	}
	.why-choose-boxes {
		flex-direction: column;
		align-items: center;
	}
	.final-cta-content h2 {
		font-size: 24px;
	}
}

/************************************************
  Portal pages — jobs, companies, courses
************************************************/

.hero-search {
	background: var(--white);
	border-radius: 18px;
	padding: 10px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
	max-width: 920px;
	margin-top: 8px;
}
.hero-search-fields {
	display: flex;
	align-items: stretch;
	gap: 0;
}
.hero-field {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 16px;
	min-width: 0;
}
.hero-field i {
	color: var(--primary-color);
	font-size: 16px;
	flex-shrink: 0;
}
.hero-field input,
.hero-field select {
	border: 0;
	background: transparent;
	width: 100%;
	font-size: 15px;
	font-family: inherit;
	color: var(--title-text-color);
	padding: 10px 0;
}
.hero-field input::placeholder {
	color: #8b93a7;
}
.hero-search .divider {
	width: 1px;
	background: #e6e9f0;
	margin: 10px 0;
}
.hero-submit {
	border: 0;
	background: var(--secondary-color);
	color: var(--white);
	font-weight: 700;
	font-size: 16px;
	border-radius: 14px;
	padding: 14px 28px;
	white-space: nowrap;
	cursor: pointer;
}
.hero-submit:hover {
	background: var(--secondary-dark);
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.category-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	background: var(--white);
	border-radius: 18px;
	padding: 24px;
	text-decoration: none;
	border: 1px solid #eceff5;
	transition: 0.25s ease;
}
.category-card:hover {
	transform: translateY(-4px);
	border-color: rgba(var(--primary-rgb), 0.25);
	color: inherit;
}
.category-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--primary-rgb), 0.08);
	color: var(--primary-color);
	font-size: 20px;
}
.category-card h3 {
	font-size: 18px;
	margin: 0;
	color: var(--title-text-color);
}
.category-card span {
	font-size: 14px;
	color: #6b7280;
}

.home-jobs-grid,
.jobs-list {
	display: grid;
	gap: 20px;
}
.jobs-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--white);
	border: 1px dashed #d7e1ec;
	border-radius: 20px;
	padding: 56px 28px;
	min-height: 320px;
}
.jobs-empty__icon {
	width: 72px;
	height: 72px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	background: linear-gradient(135deg, rgba(20,184,166,0.16), rgba(14,165,233,0.14));
	color: var(--cp-brand-dark);
	font-size: 28px;
	box-shadow: 0 10px 24px rgba(20, 184, 166, 0.12);
}
.jobs-empty h3 {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 700;
	color: var(--title-text-color);
}
.jobs-empty p {
	margin: 0 0 22px;
	max-width: 360px;
	font-size: 15px;
	line-height: 1.6;
	color: #64748b;
}
.home-jobs-grid {
	grid-template-columns: 1fr;
}
.job-card {
	display: grid;
	grid-template-columns: 72px 1fr auto;
	gap: 20px;
	align-items: center;
	background: var(--white);
	border-radius: 20px;
	padding: 24px 26px;
	border: 1px solid #eceff5;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	transition: 0.25s ease;
}
.job-card:hover {
	transform: translateY(-3px);
	border-color: rgba(20, 184, 166, 0.22);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
	color: inherit;
}
.job-card__logo {
	width: 72px;
	height: 72px;
	border-radius: 16px;
	background: #f4f6fb;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	font-weight: 700;
	color: var(--primary-color);
	font-size: 22px;
	flex-shrink: 0;
}
.job-card__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.job-card h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 6px;
	color: var(--title-text-color);
	line-height: 1.3;
}
.job-card__company {
	font-size: 15px;
	color: var(--cp-brand);
	font-weight: 700;
	margin-bottom: 10px;
}
.job-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	font-size: 14px;
	color: #667085;
	margin-bottom: 8px;
}
.job-card__meta i {
	margin-right: 6px;
	color: #f97316;
}
.job-card__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	align-self: stretch;
	gap: 16px;
	min-width: 120px;
}
.job-card__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	border-radius: 999px;
	background: var(--cp-brand);
	color: var(--white);
	font-weight: 700;
	font-size: 14px;
	white-space: nowrap;
	transition: 0.2s ease;
}
.job-card:hover .job-card__action {
	background: var(--cp-brand-dark);
}
.job-card--enhanced {
	position: relative;
	grid-template-columns: 84px minmax(0, 1fr) auto;
	padding: 26px 28px;
	border-radius: 22px;
}
.job-card--enhanced:hover {
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}
.job-card__badge-wrap {
	position: absolute;
	top: 18px;
	right: 18px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.job-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(20, 184, 166, 0.12);
	color: var(--cp-brand-dark);
	font-size: 12px;
	font-weight: 700;
}
.job-card__badge--soft {
	background: #fff4e8;
	color: #ea580c;
}
.job-card__badges {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}
.job-card--featured {
	border-color: #f87171;
	box-shadow: 0 8px 24px rgba(248, 113, 113, 0.12);
}
.job-card--featured:hover {
	border-color: #ef4444;
	box-shadow: 0 14px 32px rgba(239, 68, 68, 0.14);
}
.job-card__content {
	min-width: 0;
}
.job-card__desc {
	font-size: 14px;
	line-height: 1.65;
	color: #64748b;
	margin: 14px 0 16px;
}
.job-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}
.job-card__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.job-card__highlights span,
.listing-tags span,
.detail-overview-tags span {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: #f8fafc;
	color: #475569;
	font-size: 12px;
	font-weight: 700;
}
.job-card__date {
	font-size: 13px;
	color: #94a3b8;
	font-weight: 500;
	margin: 0;
}
.listing-toolbar--enhanced {
	background: var(--white);
	border: 1px solid #eceff5;
	border-radius: 20px;
	padding: 18px 20px;
	margin-bottom: 22px;
}
.listing-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.company-grid,
.course-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.company-grid {
	gap: 50px 24px;
	padding-top: 22px;
	align-items: stretch;
}

/* Employer listing card — floating logo, vacancies, no cover */
.company-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--white);
	border-radius: 18px;
	border: 1px solid #e8eef7;
	box-shadow: 0 12px 32px rgba(37, 99, 235, 0.08);
	text-decoration: none;
	color: inherit;
	padding: 0 22px 22px;
	min-height: 188px;
	overflow: visible;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.company-card:hover {
	transform: translateY(-5px);
	border-color: #dbe7f8;
	box-shadow: 0 18px 40px rgba(37, 99, 235, 0.14);
	color: inherit;
}
.company-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
	min-height: 52px;
}
.company-card__logo {
	width: 78px;
	height: 78px;
	flex-shrink: 0;
	margin-top: -22px;
	border-radius: 14px;
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 22px;
	color: var(--primary-color);
	border: 1px solid #eef2f7;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.company-card__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
	background: #fff;
}
.company-card__logo.has-logo {
	background: #fff;
}
.company-card__vacancies {
	text-align: right;
	padding-top: 14px;
	line-height: 1.15;
	flex-shrink: 0;
}
.company-card__vacancies strong {
	display: block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--success-color);
}
.company-card__vacancies span {
	display: block;
	margin-top: 2px;
	font-size: 13px;
	font-weight: 700;
	color: var(--title-text-color);
}
.company-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
}
.company-card h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 8px;
	color: var(--title-text-color);
	line-height: 1.25;
	letter-spacing: -0.02em;
}
.company-card__address {
	margin: 0 0 18px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	color: #64748b;
	flex: 1;
}
.company-card__industry {
	display: inline-block;
	margin-top: auto;
	font-size: 14px;
	font-weight: 600;
	color: var(--secondary-dark);
	line-height: 1.3;
	transition: color 0.2s ease;
}
.company-card:hover .company-card__industry {
	color: #1d4ed8;
}

.course-card {
	background: var(--white);
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #eceff5;
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	transition: 0.25s ease;
}
.course-card:hover {
	transform: translateY(-4px);
	color: inherit;
}
.course-card__cover {
	height: 140px;
	background: #eef1f8;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}
.course-card__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.course-card__body {
	padding: 20px 22px 22px;
}
.course-card h3 {
	font-size: 20px;
	margin: 0;
	color: var(--title-text-color);
	line-height: 1.3;
}
.course-card p {
	font-size: 14px;
	color: #667085;
	margin: 0 0 16px;
	line-height: 1.5;
	flex: 1;
}
.course-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 13px;
	font-weight: 600;
	color: var(--primary-color);
	margin-top: auto;
}
.course-card__price {
	font-size: 20px;
	font-weight: 700;
	color: var(--secondary-color);
}
.course-card__tag {
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--white);
	color: var(--primary-color);
	font-size: 12px;
	font-weight: 700;
	padding: 6px 12px;
	border-radius: 999px;
}

.section-header-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
}
.section-header-row .section-header {
	margin-bottom: 0;
	text-align: left;
}
.section-link {
	font-weight: 700;
	color: var(--primary-color);
	white-space: nowrap;
}
.section-link:hover {
	color: var(--secondary-color);
}

.page-hero {
	padding: 130px 0 70px;
	background: linear-gradient(150deg, #08111f 0%, #0f2e36 45%, #0b6c69 100%);
	position: relative;
	overflow: visible;
}
.page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
	background-size: 64px 64px;
	pointer-events: none;
	border-radius: inherit;
	overflow: hidden;
}
.page-hero .container {
	position: relative;
	z-index: 1;
}
.page-hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px 28px;
	min-height: 0;
}
.page-hero__copy {
	flex: 0 1 auto;
	min-width: 0;
}
.page-hero__search {
	flex: 1 1 380px;
	max-width: 560px;
	min-width: 0;
}
.page-hero h1 {
	color: var(--white);
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.2;
}
.page-hero--with-search h1 {
	margin-bottom: 6px;
}
.page-hero .breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
	font-size: 15px;
}
.page-hero .breadcrumb a,
.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item.active {
	color: rgba(255, 255, 255, 0.85);
}
.page-hero .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.55);
}

/* Compact pill search inside page hero — keeps hero height */
.page-hero .cp-search--hero {
	max-width: none;
	margin: 0;
	padding: 5px;
	border-radius: 999px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
.page-hero .cp-search--hero .cp-search__row {
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0;
}
.page-hero .cp-search--hero .cp-search__field {
	min-width: 0;
	padding: 8px 14px;
	background: transparent;
	border-radius: 0;
	position: relative;
}
.page-hero .cp-search--hero .cp-search__field + .cp-search__field::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
	width: 1px;
	background: #e2e8f0;
}
.page-hero .cp-search--hero .cp-search__field i {
	font-size: 14px;
}
.page-hero .cp-search--hero .cp-search__field input {
	font-size: 13px;
	font-weight: 500;
}
.page-hero .cp-search--hero .cp-search__submit {
	padding: 10px 20px;
	border-radius: 999px;
	font-size: 13px;
	align-self: stretch;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.page-hero .cp-search--hero .location-suggest__list {
	top: calc(100% + 10px);
	border-radius: 14px;
}

.listing-wrap {
	padding: 50px 0 80px;
	background: #f6f7fb;
}
.listing-sidebar {
}
.filter-card {
	background: var(--white);
	border-radius: 18px;
	padding: 22px;
	border: 1px solid #eceff5;
	margin-bottom: 20px;
}
.filter-card h4 {
	font-size: 16px;
	margin: 0 0 14px;
	color: var(--title-text-color);
}
.filter-card .form-check {
	margin-bottom: 8px;
	font-size: 14px;
	color: #4a5260;
}
.listing-filter-links {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.listing-filter-link {
	display: block;
	padding: 8px 12px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #4a5260;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}
.listing-filter-link:hover {
	background: rgba(20, 184, 166, 0.08);
	color: var(--cp-brand-dark);
}
.listing-filter-link.is-active {
	background: rgba(20, 184, 166, 0.12);
	color: var(--cp-brand-dark);
}
.filter-card .form-control,
.filter-card .form-select {
	border-radius: 10px;
	border-color: #e2e8f0;
	min-height: 44px;
}
.location-suggest {
	position: relative;
}
.location-suggest__hint {
	margin: 8px 0 0;
	font-size: 12px;
	color: #94a3b8;
}
.location-suggest__list {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 6px);
	z-index: 30;
	max-height: 260px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}
.location-suggest__item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
}
.location-suggest__item strong {
	font-size: 13px;
	font-weight: 600;
	color: #0f172a;
}
.location-suggest__item span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #94a3b8;
}
.location-suggest__item:hover,
.location-suggest__item.is-active {
	background: rgba(20, 184, 166, 0.08);
}
.location-suggest__empty {
	padding: 12px;
	font-size: 13px;
	color: #94a3b8;
}
.filter-apply {
	width: 100%;
	border: 0;
	background: var(--primary-color);
	color: var(--white);
	font-weight: 700;
	border-radius: 12px;
	padding: 12px;
	margin-top: 8px;
}
.listing-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}
.listing-toolbar p {
	margin: 0;
	color: #667085;
}
.listing-toolbar select {
	min-width: 180px;
	border-radius: 10px;
	border: 1px solid #e2e8f0;
	padding: 10px 12px;
	background: var(--white);
}
.pagination-wrap {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}
.pagination-wrap a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--white);
	color: var(--title-text-color);
	font-weight: 600;
	border: 1px solid #e6e9f0;
}
.pagination-wrap a.is-active,
.pagination-wrap a:hover {
	background: var(--primary-color);
	color: var(--white);
	border-color: var(--primary-color);
}

.detail-panel {
	background: var(--white);
	border-radius: 20px;
	padding: 28px;
	border: 1px solid #eceff5;
	margin-bottom: 20px;
}
.detail-panel--content {
	padding: 34px 30px;
}
.detail-panel h2,
.detail-panel h3 {
	font-size: 22px;
	margin: 0 0 18px;
	color: var(--title-text-color);
}
.detail-panel p,
.detail-panel li {
	font-size: 15px;
	line-height: 1.85;
	color: #4a5260;
}
.detail-panel p + p {
	margin-top: 14px;
}
.detail-panel--content h3 {
	margin-top: 24px;
}
.detail-panel ul {
	padding-left: 22px;
	list-style: disc;
	margin-bottom: 0;
}
.detail-panel li + li {
	margin-top: 10px;
}
.job-detail-head {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}
.detail-panel--hero {
	padding: 26px 28px 30px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}
.job-detail-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
	flex-wrap: wrap;
}
.job-detail-topbar__meta {
	font-size: 13px;
	font-weight: 700;
	color: #64748b;
}
.job-detail-head--enhanced {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 20px;
	align-items: start;
}
.job-detail-head__content {
	min-width: 0;
}
.job-detail-head h1 {
	font-size: 24px;
	margin: 0 0 8px;
	color: var(--title-text-color);
}
.job-detail-lead {
	margin: 18px 0 0;
	font-size: 15px;
	line-height: 1.75;
	color: #526072;
}
.job-detail-salary {
	padding: 20px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(20, 184, 166, 0.08) 0%, rgba(245, 158, 11, 0.08) 100%);
	border: 1px solid rgba(20, 184, 166, 0.12);
}
.job-detail-salary span {
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #64748b;
	margin-bottom: 8px;
}
.job-detail-salary strong {
	display: block;
	font-size: 28px;
	line-height: 1.1;
	color: var(--cp-navy);
	margin-bottom: 8px;
}
.job-detail-salary p {
	margin: 0;
	font-size: 13px;
	color: #64748b;
	line-height: 1.6;
}
.job-meta-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}
.job-meta-pills span {
	background: #f4f6fb;
	color: var(--primary-color);
	font-size: 13px;
	font-weight: 600;
	padding: 7px 12px;
	border-radius: 999px;
}
.detail-facts {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.detail-fact-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 0;
	border-bottom: 1px solid #f1f5f9;
}
.detail-fact-card:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.detail-fact-card:first-child {
	padding-top: 0;
}
.detail-fact-card__icon {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(20, 184, 166, 0.1);
	color: var(--cp-brand-dark);
	flex-shrink: 0;
	font-size: 14px;
}
.detail-fact-card strong {
	display: block;
	font-size: 11px;
	color: #94a3b8;
	margin-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 700;
}
.detail-fact-card div {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--cp-navy);
}
.detail-panel--sticky {
	position: sticky;
	top: 104px;
}
.detail-overview-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}
.detail-perks {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 18px;
	border-top: 1px solid #f1f5f9;
	padding-top: 14px;
}
.detail-perk {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--cp-navy);
}
.detail-perk__icon {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(20, 184, 166, 0.1);
	color: var(--cp-brand-dark);
	font-size: 13px;
	flex-shrink: 0;
}
.detail-cta {
	display: block;
	text-align: center;
	background: var(--secondary-color);
	color: var(--white);
	font-weight: 700;
	padding: 14px;
	border-radius: 12px;
}
.detail-cta:hover {
	background: var(--secondary-dark);
	color: var(--white);
}
.course-enroll-form .form-label {
	font-size: 13px;
	font-weight: 600;
	color: #334155;
}
.course-enroll-form .form-control {
	border-radius: 10px;
	border-color: #e2e8f0;
	min-height: 42px;
}
.course-enroll-form textarea.form-control {
	min-height: 96px;
}
.course-payment-info {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--cp-border, #e2e8f0);
}
.course-payment-info__label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #334155;
	margin-bottom: 10px;
}
.course-payment-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.course-payment-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: #0f766e;
	background: rgba(15, 118, 110, 0.1);
	border: 1px solid rgba(15, 118, 110, 0.18);
}
.course-payment-info__note {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: #64748b;
}
.cp-ad-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
}
.cp-ad-wrap__label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #94a3b8;
}
.cp-ad {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	overflow: hidden;
	line-height: 0;
}
.cp-ad img {
	display: block;
	max-width: 100%;
	height: auto;
}
.cp-ad--placeholder {
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
}
.cp-ad-section {
	padding: 24px 0;
}
.cp-ad-section--home {
	padding: 12px 0 28px;
}
.cp-ad-stack {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.cp-ad-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 24px;
	margin: 20px 0;
}
.cp-ad-row .cp-ad-wrap {
	flex: 0 1 auto;
}
.cp-ad--970x90 { width: min(100%, 970px); }
.cp-ad--728x90 { width: min(100%, 728px); }
.cp-ad--468x60 { width: min(100%, 468px); }
.cp-ad--320x50 { width: min(100%, 320px); }
.cp-ad--300x600 { width: min(100%, 300px); }
.cp-ad--336x280 { width: min(100%, 336px); }
.cp-ad--250x250 { width: min(100%, 250px); }
.cp-ad--300x250 { width: min(100%, 300px); }
.cp-ad--200x200 { width: min(100%, 200px); }
.cp-ad--120x600 { width: min(100%, 120px); }
.cp-ad--160x600 { width: min(100%, 160px); }
.cp-ad-sidebar {
	margin: 18px 0;
}
.cp-ad-inline {
	margin: 20px 0;
}
@media (max-width: 991px) {
	.cp-ad--desktop-only { display: none !important; }
}
@media (min-width: 992px) {
	.cp-ad--mobile-only { display: none !important; }
}
.course-richtext {
	color: var(--cp-muted);
	line-height: 1.7;
}
.course-richtext p:last-child,
.course-richtext ul:last-child {
	margin-bottom: 0;
}
.similar-jobs-section {
	padding: 0 0 80px;
}
.similar-jobs-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.similar-jobs-grid--home {
	margin-top: 0;
}
.similar-jobs-grid--two {
	grid-template-columns: repeat(3, 1fr);
}
.cp-cat small {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 500;
	color: #94a3b8;
	line-height: 1.4;
}
.cp-jobs-index__title {
	margin: 0 0 18px;
	font-size: 20px;
	font-weight: 700;
	color: var(--cp-text);
}
.cp-jobs-index__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 28px;
	row-gap: 10px;
}
.cp-jobs-index__link {
	display: flex;
	align-items: baseline;
	gap: 6px;
	min-width: 0;
	text-decoration: none;
	color: #475569;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	transition: color 0.2s ease;
}
.cp-jobs-index__link:hover {
	color: var(--cp-brand);
}
.cp-jobs-index__name {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cp-jobs-index__count {
	flex-shrink: 0;
	color: #64748b;
}
.cp-jobs-index__link:hover .cp-jobs-index__count {
	color: var(--cp-brand);
}
.job-featured-ribbon {
	position: absolute;
	top: 24px;
	right: -28px;
	z-index: 2;
	width: 118px;
	padding: 5px 0;
	background: var(--secondary-dark);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(45deg);
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
	pointer-events: none;
}
.similar-job-card {
	overflow: hidden;
}
.similar-job-card--featured {
	position: relative;
}
.similar-job-card--featured .similar-job-card__top {
	padding-right: 58px;
}
.similar-job-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	min-height: 100%;
	padding: 22px 22px 20px;
	background: var(--white);
	border: 1px solid #eceff5;
	border-radius: 20px;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	transition: 0.25s ease;
}
.similar-job-card:hover {
	transform: translateY(-4px);
	border-color: rgba(20, 184, 166, 0.22);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
	color: inherit;
}
.similar-job-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin-bottom: 18px;
}
.similar-job-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff4e8;
	color: #ea580c;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}
.similar-job-card__posted {
	font-size: 13px;
	font-weight: 500;
	color: #94a3b8;
	white-space: nowrap;
}
.similar-job-card__company {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin-bottom: 16px;
}
.similar-job-card__logo {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 12px;
	background: #f4f6fb;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	font-weight: 700;
	font-size: 14px;
	color: var(--cp-brand-dark);
}
.similar-job-card__logo.has-logo {
	background: #fff;
	padding: 0;
}
.similar-job-card__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.similar-job-card__company-meta {
	min-width: 0;
	flex: 1;
}
.similar-job-card__company-name {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: var(--cp-brand);
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.similar-job-card__location {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 500;
	color: #94a3b8;
}
.similar-job-card__location i {
	color: #f97316;
	font-size: 12px;
}
.similar-job-card__title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--cp-text);
}
.similar-job-card__salary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	font-size: 14px;
	font-weight: 600;
	color: #64748b;
}
.similar-job-card__salary i {
	color: #f97316;
	font-size: 13px;
}
.similar-job-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--cp-brand);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	transition: 0.2s ease;
}
.similar-job-card:hover .similar-job-card__cta {
	background: var(--cp-brand-dark);
}
.job-card--mini {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	grid-template-columns: none;
	padding: 22px 20px 20px;
	min-height: 100%;
	gap: 0;
}
.job-card--mini .job-card__badge-wrap {
	position: static;
	margin-bottom: 14px;
	justify-content: flex-start;
}
.job-card--mini .job-card__logo {
	width: 56px;
	height: 56px;
	font-size: 16px;
	border-radius: 14px;
	margin-bottom: 14px;
}
.job-card--mini .job-card__content {
	width: 100%;
}
.job-card--mini h3 {
	font-size: 17px;
	line-height: 1.35;
}
.job-card--mini .job-card__company {
	margin-bottom: 8px;
}
.job-card--mini .job-card__meta {
	flex-direction: column;
	gap: 6px;
}
.job-card--mini .job-card__footer {
	margin-top: 12px;
}
.job-card--mini .job-card__action {
	display: inline-flex;
	margin-top: 16px;
	padding: 10px 18px;
}
.company-detail-cover {
	height: 280px;
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
	z-index: 0;
	background: linear-gradient(135deg, #dbeafe 0%, #e0f2fe 45%, #f0fdfa 100%);
}
.company-detail-cover--empty {
	background: linear-gradient(135deg, #dbeafe 0%, #ccfbf1 50%, #fef3c7 100%);
}
.company-detail-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.company-detail-hero {
	margin-bottom: 0;
}
.company-detail-identity {
	display: block;
	margin: 0 0 24px;
	padding: 24px;
}
.company-detail-identity__main {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	min-width: 0;
}
.company-detail-identity__logo {
	width: 96px;
	height: 96px;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	box-shadow: none;
	background: var(--white);
	flex-shrink: 0;
}
.company-detail-identity__content {
	min-width: 0;
	flex: 1;
	padding-bottom: 0;
}
.company-detail-identity__tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--primary-color);
	background: rgba(20, 184, 166, 0.12);
	padding: 6px 12px;
	border-radius: 999px;
	margin-bottom: 10px;
}
.company-detail-identity h1 {
	font-size: clamp(26px, 3.5vw, 24px);
	margin: 0 0 14px;
	color: var(--title-text-color);
	text-shadow: none;
	line-height: 1.15;
}
.company-detail-identity__pills {
	margin: 0 0 18px;
}
.company-detail-identity__pills span {
	background: #f4f6fb;
	color: var(--cp-navy);
	backdrop-filter: none;
}
.company-detail-identity__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	border-radius: 12px;
	background: var(--secondary-color);
	color: var(--white);
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	box-shadow: none;
	margin-bottom: 0;
	transition: background 0.2s ease, transform 0.2s ease;
	flex-shrink: 0;
}
.company-detail-identity__cta:hover {
	background: var(--secondary-dark);
	color: var(--white);
	transform: translateY(-1px);
}
.company-detail-body {
	margin-top: 0;
}
.company-detail-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 20px;
}
.company-detail-section-head h2,
.company-detail-section-head h3 {
	margin: 0;
	font-size: 24px;
}
.company-detail-section-head__count {
	font-size: 13px;
	font-weight: 700;
	color: var(--primary-color);
	background: rgba(20, 184, 166, 0.1);
	padding: 6px 14px;
	border-radius: 999px;
}
.company-detail-about {
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}
.company-detail-about__body {
	font-size: 15px;
	line-height: 1.85;
	color: #4a5260;
}
.company-detail-jobs__list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.company-detail-jobs__list .job-card {
	margin-bottom: 0;
}
.company-detail-empty {
	text-align: center;
	padding: 36px 24px;
	border-radius: 16px;
	background: #f8fafc;
	border: 1px dashed #dbe3ef;
}
.company-detail-empty i {
	font-size: 32px;
	color: #94a3b8;
	margin-bottom: 12px;
}
.company-detail-empty p {
	margin: 0 0 16px;
	color: #64748b;
}
.company-detail-promo p {
	margin-bottom: 18px;
	color: #64748b;
	font-size: 14px;
	line-height: 1.7;
}
.company-detail-sidebar .detail-fact-card a {
	color: var(--primary-color);
	font-weight: 700;
	text-decoration: none;
}
.company-detail-sidebar .detail-fact-card a:hover {
	text-decoration: underline;
}
.page-hero--compact {
	padding-bottom: 28px;
}
.company-detail-page .detail-panel {
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}
.company-detail-page .detail-panel:last-child {
	margin-bottom: 0;
}
.company-detail-identity .job-card__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 17px;
}

.course-syllabus h4 {
	font-size: 16px;
	margin: 16px 0 8px;
	color: var(--primary-color);
}

@media (max-width: 991px) {
	.page-hero .cp-search--hero .cp-search__field.location-suggest {
		display: none;
	}
	.page-hero__search {
		flex: 1 1 260px;
		max-width: 360px;
	}
	.listing-sidebar {
		position: static;
	}
	.category-grid,
	.company-grid,
	.course-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.job-card {
		grid-template-columns: 64px 1fr;
	}
	.job-card__aside {
		grid-column: 1 / -1;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		min-width: 0;
		width: 100%;
	}
	.job-card__action {
		justify-self: start;
	}
	.job-card--enhanced {
		grid-template-columns: 64px 1fr;
	}
	.job-card--mini {
		display: flex;
		flex-direction: column;
		grid-template-columns: none;
	}
	.job-detail-head--enhanced {
		grid-template-columns: 72px 1fr;
	}
	.job-detail-salary {
		grid-column: 1 / -1;
	}
	.detail-facts {
		grid-template-columns: 1fr;
	}
	.detail-panel--content {
		padding: 26px 22px;
	}
	.company-detail-cover {
		height: 200px;
		border-radius: 18px;
	}
	.company-detail-identity {
		padding: 20px;
	}
	.company-detail-identity__main {
		flex-direction: column;
		align-items: flex-start;
	}
	.company-detail-identity__logo {
		width: 80px;
		height: 80px;
	}
	.company-detail-identity h1 {
		font-size: 24px;
	}
	.company-detail-identity__cta {
		width: 100%;
		justify-content: center;
	}
	.similar-jobs-grid,
	.similar-jobs-grid--two {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 767px) {
	.page-hero--with-search .page-hero__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
	}
	.page-hero--with-search {
		padding-bottom: 36px;
	}
	.page-hero__search {
		max-width: none;
		flex: none;
		width: 100%;
	}
	.page-hero .cp-search--hero .cp-search__field.location-suggest {
		display: flex;
	}
	.page-hero .cp-search--hero .cp-search__row {
		flex-wrap: wrap;
	}
	.page-hero .cp-search--hero .cp-search__field {
		flex: 1 1 40%;
	}
	.page-hero .cp-search--hero .cp-search__submit {
		flex: 1 1 100%;
		justify-content: center;
	}
}
@media (max-width: 575px) {
	.category-grid,
	.company-grid,
	.course-grid {
		grid-template-columns: 1fr;
	}
	.company-card {
		padding: 0 18px 18px;
		min-height: 0;
	}
	.company-card__logo {
		width: 68px;
		height: 68px;
		margin-top: -18px;
		font-size: 18px;
	}
	.company-card__vacancies strong {
		font-size: 24px;
	}
	.page-hero h1 {
		font-size: 30px;
	}
	.section-header-row {
		flex-direction: column;
		align-items: flex-start;
	}
	.job-card__badge-wrap,
	.job-card__footer,
	.job-detail-topbar {
		position: static;
		justify-content: flex-start;
	}
	.job-card--enhanced {
		padding-top: 22px;
	}
}

/* CareerPortal home + inner pages */
.home-page,
.inner-page {
	font-family: 'Plus Jakarta Sans', 'Montserrat', sans-serif;
	background: var(--cp-bg);
	color: var(--cp-text);
}
.home-page p,
.inner-page p {
	color: var(--cp-muted);
}
.inner-page .listing-wrap {
	padding-top: 30px;
}
.inner-page:not(.login-page) .cp-header:not(.is-scrolled) .cp-logo {
	color: #fff;
}
.inner-page:not(.login-page) .cp-header:not(.is-scrolled) .cp-logo span {
	color: var(--cp-brand-soft);
}
.inner-page:not(.login-page) .cp-header:not(.is-scrolled) .cp-menu .nav-link,
.inner-page:not(.login-page) .cp-header:not(.is-scrolled) .cp-btn-ghost {
	color: rgba(255, 255, 255, 0.82);
}
.inner-page:not(.login-page) .cp-header:not(.is-scrolled) .cp-menu .nav-link:hover,
.inner-page:not(.login-page) .cp-header:not(.is-scrolled) .cp-menu .nav-link.active {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
}
.inner-page:not(.login-page) .cp-header:not(.is-scrolled) .cp-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}
.inner-page:not(.login-page) .cp-header:not(.is-scrolled) .mobile-menu-toggle {
	filter: invert(1);
	border-color: rgba(255, 255, 255, 0.28);
}
.login-page .cp-header {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	box-shadow: 0 1px 0 var(--cp-border);
	padding: 10px 0;
}
.cp-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 14px 0;
	transition: background 0.3s, box-shadow 0.3s, padding 0.3s;
}
.home-page .cp-header:not(.is-scrolled) .cp-logo {
	color: #fff;
}
.home-page .cp-header:not(.is-scrolled) .cp-logo span {
	color: var(--cp-brand-soft);
}
.home-page .cp-header:not(.is-scrolled) .cp-menu .nav-link,
.home-page .cp-header:not(.is-scrolled) .cp-btn-ghost {
	color: rgba(255, 255, 255, 0.82);
}
.home-page .cp-header:not(.is-scrolled) .cp-menu .nav-link:hover,
.home-page .cp-header:not(.is-scrolled) .cp-menu .nav-link.active {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
}
.home-page .cp-header:not(.is-scrolled) .cp-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}
.home-page .cp-header:not(.is-scrolled) .mobile-menu-toggle {
	filter: invert(1);
	border-color: rgba(255, 255, 255, 0.28);
}
.cp-header.is-scrolled {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	box-shadow: 0 1px 0 var(--cp-border);
	padding: 10px 0;
}
.cp-nav {
	display: flex;
	align-items: center;
	gap: 16px;
}
.cp-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: var(--cp-navy);
	font-weight: 800;
	font-size: 1.25rem;
	letter-spacing: -0.02em;
	flex-shrink: 0;
}
.cp-logo--image img,
.cp-footer__logo.cp-logo--image img {
	display: block;
	width: auto;
	max-width: 200px;
	object-fit: contain;
}
.cp-logo--swap {
	position: relative;
}
.cp-logo--swap .cp-logo__img {
	display: block;
	height: 44px;
	width: auto;
	max-width: 200px;
	object-fit: contain;
}
.cp-logo--swap .cp-logo__img--dark {
	display: none;
}
/* Default / transparent header → white logo */
.cp-header:not(.is-scrolled) .cp-logo--swap .cp-logo__img--white {
	display: block;
}
.cp-header:not(.is-scrolled) .cp-logo--swap .cp-logo__img--dark {
	display: none;
}
/* Sticky / scrolled header → dark logo */
.cp-header.is-scrolled .cp-logo--swap .cp-logo__img--white {
	display: none;
}
.cp-header.is-scrolled .cp-logo--swap .cp-logo__img--dark {
	display: block;
}
/* Auth pages force scrolled header → dark logo */
.login-page .cp-header .cp-logo--swap .cp-logo__img--white {
	display: none;
}
.login-page .cp-header .cp-logo--swap .cp-logo__img--dark {
	display: block;
}
.cp-header.is-scrolled .cp-logo--swap .cp-logo__img,
.cp-header:not(.is-scrolled) .cp-logo--swap .cp-logo__img {
	height: 49px;
}
.cp-logo__mark {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--cp-brand) 0%, #0ea5a4 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	box-shadow: 0 10px 20px rgba(20, 184, 166, 0.25);
}
.cp-logo span {
	color: var(--cp-brand);
}
.cp-menu {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
.cp-menu .nav-link {
	font-weight: 600;
	font-size: 15px;
	color: var(--cp-muted);
	padding: 10px 16px;
	border-radius: 999px;
	transition: 0.2s;
}
.cp-menu .nav-link:hover,
.cp-menu .nav-link.active {
	color: var(--cp-brand-dark);
	background: rgba(20, 184, 166, 0.12);
}
.cp-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}
.cp-btn-ghost {
	font-weight: 600;
	font-size: 15px;
	color: var(--cp-navy);
	padding: 10px 18px;
	border-radius: 999px;
	text-decoration: none;
	transition: 0.2s;
}
.cp-btn-primary {
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	background: linear-gradient(135deg, var(--cp-brand) 0%, #0f766e 100%);
	padding: 11px 22px;
	border-radius: 999px;
	text-decoration: none;
	box-shadow: 0 10px 20px rgba(20, 184, 166, 0.28);
	transition: 0.2s;
}
.cp-btn-primary:hover {
	transform: translateY(-1px);
	color: #fff;
}
.cp-header .mobile-menu-toggle {
	margin-left: auto;
	border: 1px solid var(--cp-border);
	border-radius: 10px;
	padding: 8px 12px;
}

.cp-hero {
	position: relative;
	padding: 140px 0 100px;
	background: linear-gradient(150deg, #08111f 0%, #0f2e36 45%, #0b6c69 100%);
}
.cp-hero__mesh {
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle at 20% 20%, rgba(20, 184, 166, 0.24) 0%, transparent 44%),
		radial-gradient(circle at 82% 24%, rgba(245, 158, 11, 0.16) 0%, transparent 34%),
		linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
	background-size: auto, auto, 64px 64px, 64px 64px;
}
.cp-hero__inner {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 820px;
	margin: 0 auto;
}
.cp-hero__pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #a7f3d0;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 999px;
	margin-bottom: 24px;
}
.cp-hero__pill i {
	font-size: 12px;
}
.cp-hero h1 {
	font-size: clamp(2.4rem, 5vw, 4.1rem);
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: -0.035em;
	color: #fff;
	margin: 0 0 18px;
}
.cp-hero h1 em {
	font-style: normal;
	background: linear-gradient(90deg, #7dd3fc, #fde68a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.cp-hero__lead {
	font-size: 1.1rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.74);
	max-width: 600px;
	margin: 0 auto 34px;
}
.cp-search {
	background: var(--cp-surface);
	border-radius: 20px;
	padding: 8px;
	box-shadow: var(--cp-shadow-lg);
	max-width: 720px;
	margin: 0 auto 24px;
	position: relative;
	z-index: 5;
	overflow: visible;
}
.cp-search__row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.cp-search__field {
	flex: 1;
	min-width: 160px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	background: #f8fafc;
	border-radius: 14px;
	position: relative;
}
.cp-search__field i {
	color: var(--cp-brand);
	font-size: 15px;
	flex-shrink: 0;
}
.cp-search__field input,
.cp-search__field select {
	border: 0;
	background: transparent;
	width: 100%;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	color: var(--cp-text);
	outline: none;
}
.cp-search__field.location-suggest {
	overflow: visible;
}
.cp-search .location-suggest__list {
	left: 0;
	right: 0;
	top: calc(100% + 8px);
	z-index: 40;
}
.cp-search__submit {
	border: 0;
	background: linear-gradient(135deg, var(--cp-accent) 0%, var(--cp-accent-dark) 100%);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 14px 28px;
	border-radius: 14px;
	cursor: pointer;
	white-space: nowrap;
}
.cp-hero__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.cp-hero__tags a {
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.72);
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	text-decoration: none;
}
.cp-hero__tags a:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.cp-stats {
	margin-top: -48px;
	position: relative;	
	padding-bottom: 20px;
}
.cp-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	background: var(--cp-surface);
	border-radius: 22px;
	padding: 28px 32px;
	box-shadow: var(--cp-shadow-lg);
	border: 1px solid var(--cp-border);
}
.cp-stat {
	display: flex;
	align-items: center;
	gap: 14px;
}
.cp-stat__icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	flex-shrink: 0;
}
.cp-stat__icon--teal {
	background: linear-gradient(135deg, #14b8a6, #0f766e);
}
.cp-stat__icon--navy {
	background: linear-gradient(135deg, #334155, #0f172a);
}
.cp-stat__icon--amber {
	background: linear-gradient(135deg, #fbbf24, #f59e0b);
}
.cp-stat__icon--violet {
	background: linear-gradient(135deg, #8b5cf6, #6d28d9);
}
.cp-stat__copy strong {
	display: block;
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--cp-text);
	letter-spacing: -0.02em;
	line-height: 1.1;
}
.cp-stat__copy span {
	font-size: 14px;
	color: var(--cp-muted);
	font-weight: 500;
}

.cp-section {
	padding: 50px 0;
}
.cp-section--alt {
	background: var(--cp-surface);
}
.cp-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}
.cp-head--center {
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 48px;
}
.cp-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--cp-brand-dark);
	margin-bottom: 10px;
}
.cp-head h2 {
	font-size: clamp(1.8rem, 3vw, 2.45rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--cp-text);
	margin: 0 0 10px;
	line-height: 1.15;
}
.cp-head p {
	margin: 0;
	max-width: 620px;
}
.cp-link {
	font-weight: 700;
	font-size: 15px;
	color: var(--cp-brand-dark);
	text-decoration: none;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.cp-cats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.cp-cats--six {
	grid-template-columns: repeat(6, 1fr);
}
.cp-cats--all {
	grid-template-columns: repeat(4, 1fr);
}
.cp-cat {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	padding: 24px 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	border: 1px solid var(--cp-border);
	border-radius: 20px;
	text-decoration: none;
	color: inherit;
	transition: 0.25s ease;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
}
.cp-cat:hover {
	transform: translateY(-4px);
	border-color: rgba(20, 184, 166, 0.28);
	box-shadow: var(--cp-shadow);
	color: inherit;
}
.cp-cat__icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--cp-brand-dark);
}
.cp-cat__icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cp-cat h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	color: var(--cp-text);
	line-height: 1.35;
}
.cp-cat span {
	font-size: 13px;
	color: var(--cp-muted);
	font-weight: 600;
}

.cp-jobs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.cp-job {
	display: flex;
	gap: 16px;
	padding: 22px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	border: 1px solid var(--cp-border);
	border-radius: 22px;
	text-decoration: none;
	color: inherit;
	transition: 0.25s;
	position: relative;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
}
.cp-job:hover {
	border-color: rgba(20, 184, 166, 0.2);
	box-shadow: var(--cp-shadow-lg);
	transform: translateY(-3px);
	color: inherit;
}
.cp-job__logo {
	width: 58px;
	height: 58px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 15px;
	color: #fff;
	flex-shrink: 0;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}
.cp-job__logo--teal {
	background: linear-gradient(135deg, #14b8a6, #0f766e);
}
.cp-job__logo--navy {
	background: linear-gradient(135deg, #334155, #0f172a);
}
.cp-job__logo--orange {
	background: linear-gradient(135deg, #fb923c, #ea580c);
}
.cp-job__logo--violet {
	background: linear-gradient(135deg, #8b5cf6, #6d28d9);
}
.cp-job__logo--image,
.cp-job__logo.has-logo {
	background: #fff;
	color: var(--cp-navy);
	overflow: hidden;
	padding: 0;
}
.cp-job__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cp-job__body {
	flex: 1;
	min-width: 0;
}
.cp-job__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 10px;
}
.cp-job__badge {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(20, 184, 166, 0.12);
	color: var(--cp-brand-dark);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.cp-job__time {
	font-size: 12px;
	font-weight: 600;
	color: #94a3b8;
}
.cp-job__body h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 5px;
	color: var(--cp-text);
}
.cp-job__company {
	font-size: 14px;
	font-weight: 700;
	color: var(--cp-brand-dark);
	margin-bottom: 12px;
}
.cp-job__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
.cp-job__tags span {
	font-size: 12px;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #475569;
}
.cp-job__salary {
	font-weight: 800;
	font-size: 16px;
	color: var(--cp-text);
	align-self: flex-start;
	white-space: nowrap;
	padding: 10px 12px;
	background: #fff7ed;
	border-radius: 12px;
}

.cp-companies {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px 24px;
	padding-top: 22px;
}
.cp-company {
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	border: 1px solid var(--cp-border);
	border-radius: 24px;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	transition: 0.25s;
}
.cp-company:hover {
	box-shadow: var(--cp-shadow-lg);
	transform: translateY(-4px);
	color: inherit;
}
.cp-company__banner {
	height: 110px;
	flex-shrink: 0;
}
.cp-company__banner--mint {
	background: linear-gradient(135deg, #99f6e4, #14b8a6);
}
.cp-company__banner--navy {
	background: linear-gradient(135deg, #60a5fa, #1e3a8a);
}
.cp-company__banner--orange {
	background: linear-gradient(135deg, #fdba74, #f97316);
}
.cp-company__banner--photo {
	position: relative;
	overflow: hidden;
}
.cp-company__banner--photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cp-company__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0 20px 20px;
}
.cp-company__top {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	margin: 0 0 14px;
}
.cp-company__logo {
	width: 58px;
	height: 58px;
	flex-shrink: 0;
	margin-top: -28px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	color: #fff;
	background: #fff;
	border: 3px solid #fff;
	box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.cp-company__logo--mint {
	background: linear-gradient(135deg, #14b8a6, #0f766e);
}
.cp-company__logo--navy {
	background: linear-gradient(135deg, #2563eb, #1e3a8a);
}
.cp-company__logo--orange {
	background: linear-gradient(135deg, #f59e0b, #ea580c);
}
.cp-company__logo.has-logo {
	background: #fff;
	color: var(--cp-navy);
	padding: 0;
}
.cp-company__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cp-company__identity {
	min-width: 0;
	flex: 1;
	padding-bottom: 2px;
}
.company-about-panel__head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}
.company-about-panel__logo {
	width: 56px;
	height: 56px;
	font-size: 16px;
	flex-shrink: 0;
}
.job-card__logo.has-logo {
	overflow: hidden;
	padding: 0;
	background: #fff;
	color: var(--primary-color);
}
.company-card__logo.has-logo {
	overflow: hidden;
	background: #fff;
	color: var(--primary-color);
}
.company-card__logo.has-logo img {
	border-radius: 10px;
}
.cp-company__location {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #94a3b8;
	margin-top: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cp-company h3 {
	font-size: 17px;
	font-weight: 700;
	margin: 0;
	color: var(--cp-text);
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cp-company p {
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 16px;
	color: #64748b;
	flex: 1;
}
.cp-company__foot {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 13px;
	font-weight: 700;
	color: var(--cp-brand-dark);
	padding: 0;
	margin-top: auto;
}

.cp-courses {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.cp-course {
	border-radius: 24px;
	overflow: hidden;
	background: var(--cp-surface);
	border: 1px solid var(--cp-border);
	text-decoration: none;
	color: inherit;
	transition: 0.25s;
}
.cp-course:hover {
	box-shadow: var(--cp-shadow-lg);
	transform: translateY(-4px);
	color: inherit;
}
.cp-course__img {
	height: 160px;
	position: relative;
	overflow: hidden;
	background: #e2e8f0;
}
.cp-course__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cp-course__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: rgba(255, 255, 255, 0.92);
	font-size: 11px;
	font-weight: 800;
	padding: 5px 10px;
	border-radius: 999px;
	color: var(--cp-brand-dark);
}
.cp-course__body {
	padding: 20px;
}
.cp-course__body h3 {
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 8px;
	color: var(--cp-text);
}
.cp-course__body p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 14px;
}
.cp-course__foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	color: var(--cp-muted);
}
.cp-course__price {
	font-size: 18px;
	font-weight: 800;
	color: var(--cp-accent-dark);
}

.cp-paths {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.cp-path {
	padding: 36px;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
}
.cp-path--seeker {
	background: linear-gradient(135deg, #0f766e 0%, #0f3f46 100%);
	color: #fff;
}
.cp-path--employer {
	background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
	color: #fff;
}
.cp-path__icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 20px;
}
.cp-path h3 {
	font-size: 1.5rem;
	font-weight: 800;
	margin: 0 0 10px;
	color: #fff;
}
.cp-path p {
	color: rgba(255, 255, 255, 0.75);
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 20px;
}
.cp-path ul {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}
.cp-path li {
	font-size: 14px;
	padding: 6px 0;
	color: rgba(255, 255, 255, 0.85);
}
.cp-path li i {
	margin-right: 8px;
	color: #99f6e4;
}
.cp-path__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	color: var(--cp-text);
	font-weight: 700;
	font-size: 15px;
	padding: 12px 22px;
	border-radius: 999px;
	text-decoration: none;
}
.cp-path__btn:hover {
	color: var(--cp-text);
}

.cp-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

/* How it works — process timeline */
.cp-process {
	padding: 60px 0;
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
	position: relative;
	overflow: hidden;
}
.cp-process::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 680px;
	height: 680px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(20, 184, 166, 0.08) 0%, transparent 70%);
	pointer-events: none;
}
.cp-process__track {
	position: relative;
	padding-top: 8px;
}
.cp-process__line {
	position: absolute;
	top: 42px;
	left: 12%;
	right: 12%;
	height: 2px;
	background: linear-gradient(90deg, rgba(20,184,166,0.15), rgba(20,184,166,0.55), rgba(20,184,166,0.15));
	z-index: 0;
}
.cp-process__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	position: relative;
	z-index: 1;
}
.cp-process__card {
	background: #fff;
	border: 1px solid var(--cp-border);
	border-radius: 24px;
	padding: 28px 22px 26px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
	transition: 0.25s ease;
}
.cp-process__card:hover {
	transform: translateY(-6px);
	box-shadow: var(--cp-shadow-lg);
	border-color: rgba(20, 184, 166, 0.22);
}
.cp-process__icon {
	width: 64px;
	height: 64px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	margin: 0 auto 18px;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}
.cp-process__icon--teal {
	background: linear-gradient(135deg, #14b8a6, #0f766e);
}
.cp-process__icon--blue {
	background: linear-gradient(135deg, #38bdf8, #2563eb);
}
.cp-process__icon--amber {
	background: linear-gradient(135deg, #fbbf24, #f59e0b);
}
.cp-process__icon--violet {
	background: linear-gradient(135deg, #a78bfa, #7c3aed);
}
.cp-process__step {
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--cp-brand-dark);
	background: rgba(20, 184, 166, 0.1);
	padding: 5px 12px;
	border-radius: 999px;
	margin-bottom: 12px;
}
.cp-process__card h3 {
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 10px;
	color: var(--cp-text);
}
.cp-process__card p {
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
	color: var(--cp-muted);
}
.cp-process__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 42px;
	flex-wrap: wrap;
}

/* Blog section */
.cp-blog {
	background: var(--cp-surface);
}
.cp-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.cp-blog__card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--cp-border);
	border-radius: 24px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: 0.25s ease;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
}
.cp-blog__card:hover {
	transform: translateY(-5px);
	box-shadow: var(--cp-shadow-lg);
	color: inherit;
}
.cp-blog__img {
	height: 200px;
	position: relative;
	overflow: hidden;
	background: #e2e8f0;
}
.cp-blog__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}
.cp-blog__card:hover .cp-blog__img img {
	transform: scale(1.05);
}
.cp-blog__cat {
	background: rgba(255, 255, 255, 0.92);
	color: var(--cp-brand-dark);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 6px 12px;
	border-radius: 999px;
}
.cp-blog__body {
	padding: 22px 22px 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.cp-blog__body time {
	font-size: 13px;
	font-weight: 600;
	color: #94a3b8;
	margin-bottom: 10px;
}
.cp-blog__body h3 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 10px;
	color: var(--cp-text);
}
.cp-blog__body p {
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 18px;
	flex: 1;
}
.cp-blog__read {
	font-size: 14px;
	font-weight: 700;
	color: var(--cp-brand-dark);
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.cp-step {
	text-align: center;
	padding: 28px 20px;
	background: var(--cp-bg);
	border-radius: 20px;
	border: 1px solid var(--cp-border);
}
.cp-step__num {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--cp-brand);
	color: #fff;
	font-weight: 800;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
}
.cp-step h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px;
	color: var(--cp-text);
}
.cp-step p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.cp-testimonials {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.cp-quote {
	padding: 28px;
	background: var(--cp-surface);
	border: 1px solid var(--cp-border);
	border-radius: 24px;
}
.cp-quote__stars {
	color: #fbbf24;
	font-size: 14px;
	margin-bottom: 14px;
}
.cp-quote p {
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 20px;
	color: var(--cp-text);
}
.cp-quote__author {
	display: flex;
	align-items: center;
	gap: 12px;
}
.cp-quote__author img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
}
.cp-quote__name {
	display: block;
	font-weight: 700;
	font-size: 14px;
	color: var(--cp-text);
}
.cp-quote__role {
	font-size: 13px;
	color: var(--cp-muted);
}
.swiper-wrapper{padding-bottom: 40px;}

.cp-cta {
	margin: 0 24px 80px;
	padding: 56px 48px;
	border-radius: 28px;
	background: linear-gradient(135deg, var(--cp-brand-dark) 0%, #0891b2 50%, var(--cp-accent-dark) 100%);
	text-align: center;
	color: #fff;
}
.cp-cta h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	margin: 0 0 12px;
	color: #fff;
}
.cp-cta p {
	color: rgba(255, 255, 255, 0.85);
	margin: 0 auto 28px;
	max-width: 480px;
}
.cp-cta__actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}
.cp-cta__btn {
	font-weight: 700;
	font-size: 15px;
	padding: 14px 28px;
	border-radius: 999px;
	text-decoration: none;
	transition: 0.2s;
}
.cp-cta__btn--light {
	background: #fff;
	color: var(--cp-text);
}
.cp-cta__btn--outline {
	border: 2px solid rgba(255, 255, 255, 0.5);
	color: #fff;
}
.cp-cta__btn--outline:hover {
	color: #fff;
	background: rgba(255,255,255,0.08);
}

.cp-footer {
	background: linear-gradient(180deg, #0b1220 0%, #0f172a 100%);
	color: rgba(255, 255, 255, 0.72);
	padding: 0 0 24px;
	position: relative;
	overflow: hidden;
}
.cp-footer::before {
	content: "";
	position: absolute;
	top: -120px;
	right: -120px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(20, 184, 166, 0.18) 0%, transparent 70%);
	pointer-events: none;
}
.cp-footer__top {
	padding: 48px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 48px;
	position: relative;
	z-index: 1;
}
.cp-footer__newsletter h3 {
	font-size: 1.35rem;
	font-weight: 800;
	color: #fff;
	margin: 0 0 8px;
}
.cp-footer__newsletter p {
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 15px;
}
.cp-footer__form {
	display: flex;
	gap: 10px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	padding: 6px;
}
.cp-footer__form input {
	flex: 1;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 15px;
	padding: 12px 18px;
	font-family: inherit;
}
.cp-footer__form input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}
.cp-footer__form button {
	border: 0;
	background: linear-gradient(135deg, var(--cp-brand) 0%, #0f766e 100%);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 12px 24px;
	border-radius: 999px;
	cursor: pointer;
	white-space: nowrap;
}
.cp-footer__main {
	position: relative;
	z-index: 1;
	padding-bottom: 36px;
}
.cp-footer__logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: 800;
	font-size: 1.25rem;
	margin-bottom: 16px;
}
.cp-footer__contact {
	font-size: 14px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.72);
}
.cp-footer__contact a,
.cp-footer__contact span {
	color: inherit;
}
.cp-footer__contact i {
	color: #99f6e4;
	width: 16px;
}
.cp-footer__logo span {
	color: #99f6e4;
}
.cp-footer a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	transition: color 0.2s;
}
.cp-footer a:hover {
	color: #99f6e4;
}
.cp-footer__desc {
	font-size: 14px;
	line-height: 1.75;
	margin-bottom: 22px;
	max-width: 320px;
}
.cp-footer__social {
	display: flex;
	gap: 10px;
}
.cp-footer__social a {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}
.cp-footer__social a:hover {
	background: rgba(20, 184, 166, 0.18);
	border-color: rgba(20, 184, 166, 0.35);
	color: #99f6e4;
}
.cp-footer h5 {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	margin-bottom: 18px;
}
.cp-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cp-footer li {
	margin-bottom: 11px;
}
.cp-footer li a {
	font-size: 14px;
	font-weight: 500;
}
.cp-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	position: relative;
	z-index: 1;
}
.cp-footer__bottom p {
	margin: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
}
.cp-footer__bottom-links {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.cp-footer__bottom-links a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
}
.cp-footer__brand {
	font-size: 1.25rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 12px;
}
.cp-footer__brand span {
	color: #99f6e4;
}

@media (max-width: 1199px) {
	.cp-cats--six {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 991px) {
	.cp-header .mobile-menu {
		background: var(--dark-bg);
	}
	.cp-header .mobile-menu .cp-menu {
		padding: 60px 0 16px;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}
	.cp-menu {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}
	.cp-menu .nav-link {
		border-radius: 12px;
	}
	.cp-actions {
		flex-direction: column;
		width: 100%;
		margin-top: 12px;
		padding: 0 0 24px;
	}
	.cp-actions a {
		width: 100%;
		text-align: center;
	}
	.cp-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.cp-cats,
	.cp-cats--six,
	.cp-cats--all {
		grid-template-columns: repeat(3, 1fr);
	}
	.cp-jobs {
		grid-template-columns: 1fr;
	}
	.cp-companies {
		grid-template-columns: repeat(2, 1fr);
	}
	.cp-courses,
	.cp-testimonials,
	.cp-paths,
	.cp-blog__grid {
		grid-template-columns: 1fr;
	}
	.cp-process__line {
		display: none;
	}
	.cp-process__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.cp-steps {
		grid-template-columns: repeat(2, 1fr);
	}
	.cp-head {
		flex-direction: column;
		align-items: flex-start;
	}
	.cp-jobs-index__grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 575px) {
	.cp-hero {
		padding: 120px 0 80px;
	}
	.cp-search__row {
		flex-direction: column;
	}
	.cp-search__submit {
		width: 100%;
	}
	.cp-stats__grid {
		grid-template-columns: 1fr 1fr;
		padding: 20px;
	}
	.cp-cats,
	.cp-cats--six,
	.cp-cats--all,
	.cp-steps,
	.cp-process__grid,
	.cp-companies {
		grid-template-columns: 1fr;
	}
	.cp-footer__form {
		flex-direction: column;
		border-radius: 20px;
	}
	.cp-footer__form button {
		width: 100%;
	}
	.cp-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
	.cp-cta {
		margin: 0 16px 60px;
		padding: 40px 24px;
	}
	.cp-job {
		flex-wrap: wrap;
	}
	.cp-job__salary {
		width: 100%;
	}
}

/* CareerPortal — logged-in dashboard layout */
.dash-page {
	font-family: 'Plus Jakarta Sans', 'Montserrat', sans-serif;
	background: var(--cp-bg);
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.page-hero--dash {
	padding: 150px 0 36px;
}
.page-hero--dash h1 {
	font-size: 28px;
	margin-bottom: 6px;
}
.page-hero--dash .breadcrumb {
	font-size: 14px;
}
.cp-user-menu__toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--cp-border);
	background: var(--white);
	border-radius: 999px;
	padding: 6px 14px 6px 6px;
	font-weight: 600;
	color: var(--cp-navy);
	box-shadow: none;
}
.cp-user-menu__toggle::after {
	margin-left: 2px;
	border-top-color: #0f172a;
}
.cp-user-menu__avatar {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--cp-brand), var(--cp-brand-dark));
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	overflow: hidden;
	flex-shrink: 0;
}
.cp-user-menu__avatar.has-image {
	background: #fff;
	border: 1px solid #e8edf3;
}
.cp-user-menu__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cp-user-menu__name {
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	color: #0f172a;
}
.cp-user-menu__dropdown {
	min-width: 220px;
	padding: 8px 0;
	margin-top: 10px !important;
	border: 1px solid #e8edf3;
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}
.cp-user-menu__dropdown .dropdown-header {
	padding: 10px 16px 8px;
	font-size: 14px;
	font-weight: 700;
	color: #64748b;
}
.cp-user-menu__dropdown .dropdown-divider {
	margin: 6px 0;
	border-top-color: #eef2f7;
}
.cp-user-menu__dropdown .dropdown-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 600;
	color: #334155;
}
.cp-user-menu__dropdown .dropdown-item i {
	width: 16px;
	text-align: center;
	color: #0f172a;
}
.cp-user-menu__dropdown .dropdown-item:hover,
.cp-user-menu__dropdown .dropdown-item:focus {
	background: #f8fafc;
	color: var(--cp-brand-dark);
}
.cp-user-menu__dropdown .dropdown-item:hover i,
.cp-user-menu__dropdown .dropdown-item:focus i {
	color: var(--cp-brand-dark);
}
.cp-user-menu__logout,
.cp-user-menu__logout i {
	color: #e11d48 !important;
}
.cp-user-menu__logout:hover,
.cp-user-menu__logout:focus {
	background: #fff1f2 !important;
	color: #be123c !important;
}
.cp-dash {
	padding: 36px 0 72px;
}
.cp-dash-sidebar {
	background: var(--white);
	border: 1px solid var(--cp-border);
	border-radius: 20px;
	padding: 24px 20px;
	box-shadow: var(--cp-shadow);
	position: sticky;
	top: 88px;
}
.cp-dash-user {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 16px;
	border-bottom: 1px solid var(--cp-border);
}
.cp-dash-user__avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 12px;
	overflow: hidden;
	border: 3px solid rgba(20, 184, 166, 0.2);
}
.cp-dash-user__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cp-dash-user__name {
	font-size: 1.1rem;
	font-weight: 800;
	color: var(--cp-text);
	margin: 0 0 4px;
}
.cp-dash-user__meta {
	font-size: 0.85rem;
	color: var(--cp-muted);
	margin: 0 0 14px;
}
.cp-dash-user__progress span {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--cp-muted);
	margin-bottom: 6px;
}
.cp-dash-user__bar {
	height: 6px;
	background: var(--cp-bg);
	border-radius: 999px;
	overflow: hidden;
}
.cp-dash-user__bar span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, var(--cp-brand), var(--cp-accent));
	border-radius: 999px;
	margin: 0;
}
.cp-dash-nav__title {
	font-size: 0.7rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--cp-muted);
	margin: 16px 0 8px;
	padding: 0 12px;
}
.cp-dash-nav__link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 12px;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--cp-muted);
	text-decoration: none;
	transition: 0.2s;
}
.cp-dash-nav__link i {
	width: 18px;
	text-align: center;
	color: var(--cp-brand);
	opacity: 0.85;
}
.cp-dash-nav__link:hover {
	background: rgba(20, 184, 166, 0.08);
	color: var(--cp-brand-dark);
}
.cp-dash-nav__link.active {
	background: rgba(20, 184, 166, 0.12);
	color: var(--cp-brand-dark);
}
.cp-dash-nav__link--logout {
	color: #dc2626;
	margin-top: 8px;
	border-top: 1px solid var(--cp-border);
	padding-top: 16px;
	border-radius: 0;
}
.cp-dash-nav__link--logout i {
	color: #dc2626;
}
.cp-dash-main {
	min-width: 0;
}
.cp-dash-welcome {
	background: linear-gradient(135deg, rgba(20, 184, 166, 0.08) 0%, rgba(245, 158, 11, 0.06) 100%);
	border: 1px solid rgba(20, 184, 166, 0.15);
	border-radius: 20px;
	padding: 24px 28px;
	margin-bottom: 24px;
}
.cp-dash-welcome h2 {
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--cp-text);
	margin: 0 0 6px;
}
.cp-dash-welcome p {
	margin: 0;
	font-size: 0.95rem;
}
.cp-dash-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 24px;
}
.cp-dash-stat {
	background: var(--white);
	border: 1px solid var(--cp-border);
	border-radius: 16px;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	transition: 0.2s;
}
.cp-dash-stat:hover {
	box-shadow: var(--cp-shadow);
	transform: translateY(-2px);
}
.cp-dash-stat__icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	flex-shrink: 0;
}
.cp-dash-stat__icon--teal {
	background: rgba(20, 184, 166, 0.12);
	color: var(--cp-brand-dark);
}
.cp-dash-stat__icon--amber {
	background: rgba(245, 158, 11, 0.12);
	color: var(--cp-accent-dark);
}
.cp-dash-stat__icon--blue {
	background: rgba(59, 130, 246, 0.12);
	color: #2563eb;
}
.cp-dash-stat__icon--purple {
	background: rgba(139, 92, 246, 0.12);
	color: #7c3aed;
}
.cp-dash-stat__value {
	display: block;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--cp-text);
	line-height: 1.2;
}
.cp-dash-stat__label {
	font-size: 0.8rem;
	color: var(--cp-muted);
	font-weight: 500;
}
.cp-dash-card {
	background: var(--white);
	border: 1px solid var(--cp-border);
	border-radius: 20px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: var(--cp-shadow);
}
.cp-dash-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 20px;
}
.cp-dash-card__head h3 {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--cp-text);
	margin: 0;
}
.cp-dash-card__head a {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--cp-brand);
	text-decoration: none;
}
.cp-dash-card__head a.cp-dash-btn {
	color: #fff;
}
.cp-dash-quick {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
.cp-dash-quick__btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 20px 14px;
	border-radius: 16px;
	border: 1px solid var(--cp-border);
	background: var(--cp-bg);
	text-decoration: none;
	color: var(--cp-text);
	font-size: 0.85rem;
	font-weight: 600;
	text-align: center;
	transition: 0.2s;
}
.cp-dash-quick__btn i {
	font-size: 1.25rem;
	color: var(--cp-brand);
}
.cp-dash-quick__btn:hover {
	background: var(--white);
	border-color: var(--cp-brand);
	color: var(--cp-brand-dark);
	transform: translateY(-2px);
	box-shadow: var(--cp-shadow);
}
.cp-dash-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}
.cp-dash-table th {
	text-align: left;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--cp-muted);
	padding: 0 12px 12px;
	border-bottom: 1px solid var(--cp-border);
}
.cp-dash-table td {
	padding: 14px 12px;
	border-bottom: 1px solid var(--cp-border);
	vertical-align: middle;
}
.cp-dash-table tr:last-child td {
	border-bottom: none;
}
.cp-dash-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
}
.cp-dash-badge--applied {
	background: rgba(20, 184, 166, 0.12);
	color: var(--cp-brand-dark);
}
.cp-dash-badge--shortlist {
	background: rgba(20, 184, 166, 0.12);
	color: var(--cp-brand-dark);
}
.cp-dash-badge--interview {
	background: rgba(245, 158, 11, 0.15);
	color: var(--cp-accent-dark);
}
.cp-dash-badge--final {
	background: rgba(16, 185, 129, 0.12);
	color: #059669;
}
.cp-dash-badge--success {
	background: rgba(16, 185, 129, 0.12);
	color: #059669;
}
.cp-dash-badge--danger {
	background: rgba(239, 68, 68, 0.12);
	color: #dc2626;
}
.cp-dash-badge--pending {
	background: #fef3c7;
	color: #b45309;
	border: 1px solid #fcd34d;
}
.cp-dash-badge--live {
	background: #d1fae5;
	color: #047857;
	border: 1px solid #6ee7b7;
}
.cp-job-item__title a {
	color: inherit;
	text-decoration: none;
}
.cp-job-item__title a:hover {
	color: var(--cp-brand-dark);
}
.cp-job-item__actions .cp-dash-btn {
	padding: 8px 18px;
	font-size: 0.85rem;
	white-space: nowrap;
}
.cp-job-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 4px 2px 8px;
}
.cp-job-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 22px;
	border: 1px solid var(--cp-border);
	border-radius: 16px;
	background: #f8fafc;
}
.cp-job-item__main {
	flex: 1;
	min-width: 0;
}
.cp-job-item__top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
}
.cp-job-item__title {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--cp-text);
	margin: 0 0 6px;
	line-height: 1.35;
}
.cp-job-item__salary {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--cp-brand-dark);
	margin: 0 0 14px;
}
.cp-job-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.cp-job-item__meta li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.85rem;
	color: var(--cp-muted);
	line-height: 1.4;
}
.cp-job-item__meta i {
	width: 16px;
	color: var(--cp-brand);
	text-align: center;
}
.cp-job-item__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	flex-shrink: 0;
	min-width: 140px;
}
@media (max-width: 767px) {
	.cp-job-item {
		flex-direction: column;
	}
	.cp-job-item__actions {
		align-items: stretch;
		width: 100%;
	}
	.cp-job-item__actions .cp-dash-btn {
		justify-content: center;
	}
}
.cp-dash-form .form-label {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--cp-text);
}
.cp-dash-form .form-control,
.cp-dash-form .form-select {
	border-radius: 12px;
	border: 1px solid var(--cp-border);
	padding: 11px 14px;
}
.cp-dash-form .form-control:focus,
.cp-dash-form .form-select:focus {
	border-color: var(--cp-brand);
	box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.12);
}
.cp-dash-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.9rem;
	border: none;
	background: linear-gradient(135deg, var(--cp-brand), var(--cp-brand-dark));
	color: #fff;
	box-shadow: 0 8px 20px rgba(20, 184, 166, 0.28);
	text-decoration: none;
	transition: 0.2s;
}
.cp-dash-btn:hover {
	transform: translateY(-1px);
	color: #fff;
}
.cp-dash-btn--outline {
	background: transparent;
	border: 1px solid var(--cp-border);
	color: var(--cp-navy);
	box-shadow: none;
}
.cp-dash-btn--outline:hover {
	border-color: var(--cp-brand);
	color: var(--cp-brand-dark);
}
.cp-dash-btn--sm {
	padding: 6px 12px;
	font-size: 0.8rem;
}
.cp-dash-btn--success {
	background: #059669;
	border: 1px solid #059669;
	color: #fff;
	box-shadow: none;
}
.cp-dash-btn--success:hover {
	background: #047857;
	border-color: #047857;
	color: #fff;
}
.cp-dash-btn--danger {
	background: #fff;
	border: 1px solid #fecaca;
	color: #dc2626;
	box-shadow: none;
}
.cp-dash-btn--danger:hover {
	background: #fef2f2;
	color: #b91c1c;
}
.cp-applicant-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
}
.cp-applicant-actions form {
	margin: 0;
}
.cp-applicant-empty {
	padding: 36px 8px;
	text-align: center;
}
.cp-applicant-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.cp-applicant-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding: 18px;
	border: 1px solid #e8edf5;
	border-radius: 16px;
	background: #fff;
}
.cp-applicant-row.is-new {
	border-color: rgba(20, 184, 166, 0.35);
	background: linear-gradient(180deg, rgba(20, 184, 166, 0.05), #fff 48%);
}
.cp-applicant-row__main {
	display: flex;
	gap: 14px;
	min-width: 0;
	flex: 1;
}
.cp-applicant-row__avatar {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: #f4f6fb;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	font-weight: 800;
	color: var(--cp-brand-dark);
	flex-shrink: 0;
}
.cp-applicant-row__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cp-applicant-row__info {
	min-width: 0;
}
.cp-applicant-row__title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
}
.cp-applicant-row__title h4 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--cp-text);
}
.cp-applicant-row__headline {
	margin: 0 0 8px;
	color: #64748b;
	font-size: 0.92rem;
}
.cp-applicant-row__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #64748b;
	font-size: 0.86rem;
}
.cp-applicant-row__meta i {
	color: #f97316;
	margin-right: 4px;
	width: 12px;
}
.cp-applicant-row__meta a {
	color: var(--cp-brand-dark);
	text-decoration: none;
	font-weight: 600;
}
.cp-applicant-row__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	flex-shrink: 0;
	min-width: 210px;
}
.cp-applicant-row__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}
.cp-applicant-row__status {
	width: 100%;
	max-width: 180px;
	margin: 0;
}
.cp-applicant-row__status .form-select {
	border-radius: 999px;
	border-color: #dbe3ef;
	font-weight: 600;
}
@media (max-width: 991.98px) {
	.cp-applicant-row {
		flex-direction: column;
	}
	.cp-applicant-row__aside,
	.cp-applicant-row__links {
		width: 100%;
		align-items: stretch;
		justify-content: flex-start;
	}
	.cp-applicant-row__status {
		max-width: none;
	}
}
.cp-applicant-profile__head {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	align-items: flex-start;
}
.cp-applicant-profile__identity {
	display: flex;
	gap: 16px;
	align-items: center;
	min-width: 0;
}
.cp-applicant-profile__avatar {
	width: 72px;
	height: 72px;
	border-radius: 18px;
	background: #f4f6fb;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	font-weight: 800;
	font-size: 22px;
	color: var(--cp-brand-dark);
	flex-shrink: 0;
}
.cp-applicant-profile__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cp-applicant-facts {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cp-applicant-facts li {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 10px 0;
	border-bottom: 1px solid #eef2f7;
	font-size: 14px;
}
.cp-applicant-facts li:last-child {
	border-bottom: none;
}
.cp-applicant-facts strong {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #94a3b8;
}
.cp-applicant-entry + .cp-applicant-entry {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #eef2f7;
}
.cp-dash-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}
.cp-dash-tabs a {
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--cp-muted);
	background: var(--cp-bg);
	text-decoration: none;
	border: 1px solid transparent;
}
.cp-dash-tabs a.active,
.cp-dash-tabs a:hover {
	background: rgba(20, 184, 166, 0.12);
	color: var(--cp-brand-dark);
	border-color: rgba(20, 184, 166, 0.2);
}
.cp-footer--dash {
	margin-top: auto;
}
.cp-footer--dash .cp-footer__top {
	display: none;
}
.cp-footer--dash .cp-footer__main {
	display: none;
}
@media (max-width: 991px) {
	.cp-dash-sidebar {
		position: static;
		margin-bottom: 8px;
	}
	.cp-dash-stats {
		grid-template-columns: repeat(2, 1fr);
	}
	.cp-dash-quick {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 575px) {
	.cp-dash-stats {
		grid-template-columns: 1fr;
	}
	.page-hero--dash {
		padding: 90px 0 28px;
	}
}

.job-rich-content p {
	margin-bottom: 0.85rem;
	color: #334155;
	line-height: 1.7;
}
.job-rich-content h2,
.job-rich-content h3,
.job-rich-content h4 {
	font-weight: 700;
	color: #0f172a;
	margin: 1.1rem 0 0.5rem;
}
.job-rich-content strong,
.job-rich-content b {
	font-weight: 700;
}
.job-rich-content em,
.job-rich-content i {
	font-style: italic;
}
.job-rich-content u {
	text-decoration: underline;
}
.job-rich-content ul,
.job-rich-content ol {
	margin: 0 0 1rem;
	padding-left: 1.4rem;
}
.job-rich-content ul {
	list-style: disc;
}
.job-rich-content ol {
	list-style: decimal;
}
.job-rich-content li {
	margin-bottom: 0.4rem;
	line-height: 1.6;
	color: #334155;
}
.job-rich-content a {
	color: #0d9488;
	text-decoration: underline;
}

/* Job apply modal */
.job-apply-modal .modal-content {
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}
.job-apply-modal .modal-header {
	padding: 22px 24px 16px;
	border-bottom: 1px solid #e8edf3;
}
.job-apply-modal .modal-title {
	font-size: 1.25rem;
	font-weight: 800;
	color: #0f172a;
}
.job-apply-modal__subtitle {
	font-size: 0.875rem;
	color: #64748b;
	margin-top: 4px;
}
.job-apply-modal .modal-body {
	padding: 20px 24px 8px;
}
.job-apply-modal__footer {
	padding: 16px 24px 22px;
	border-top: 1px solid #e8edf3;
	gap: 10px;
}
.job-apply-modal .btn-primary {
	background: linear-gradient(135deg, var(--cp-brand) 0%, var(--cp-brand-dark) 100%);
	border-color: var(--cp-brand-dark);
	color: #fff;
	font-weight: 700;
	border-radius: 12px;
	padding: 10px 20px;
	box-shadow: 0 8px 18px rgba(20, 184, 166, 0.28);
}
.job-apply-modal .btn-primary:hover,
.job-apply-modal .btn-primary:focus {
	background: var(--cp-brand-dark);
	border-color: var(--cp-brand-dark);
	color: #fff;
}
.job-apply-modal .btn-outline-secondary {
	border-color: #cbd5e1;
	color: #475569;
	border-radius: 12px;
	padding: 10px 20px;
	font-weight: 600;
}
.job-apply-modal .btn-outline-secondary:hover {
	background: #f1f5f9;
	border-color: #94a3b8;
	color: #0f172a;
}
.job-apply-modal .btn-outline-primary {
	border-color: var(--cp-brand);
	color: var(--cp-brand-dark);
	background: #fff;
	font-weight: 600;
}
.job-apply-modal .btn-outline-primary:hover {
	background: rgba(20, 184, 166, 0.1);
	border-color: var(--cp-brand-dark);
	color: var(--cp-brand-dark);
}
.job-apply-modal .form-control,
.job-apply-modal .form-select {
	border-color: #d7e1ec;
	border-radius: 12px;
}
.job-apply-modal .form-control:focus,
.job-apply-modal .form-select:focus {
	border-color: var(--cp-brand);
	box-shadow: 0 0 0 0.2rem rgba(20, 184, 166, 0.18);
}
.job-apply-section + .job-apply-section {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid #eef2f7;
}
.job-apply-section__title {
	font-size: 0.95rem;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 4px;
}
.job-apply-section__hint {
	font-size: 0.8125rem;
	color: #64748b;
	margin-bottom: 14px;
}
.job-apply-resume-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 14px;
}
.job-apply-resume-item {
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border: 1.5px solid #dbe3ee;
	border-radius: 14px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	margin: 0;
}
.job-apply-resume-item:hover {
	border-color: rgba(20, 184, 166, 0.45);
}
.job-apply-resume-item.is-selected {
	border-color: var(--cp-brand);
	box-shadow: 0 0 0 1px var(--cp-brand);
}
.job-apply-resume-item__radio {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.job-apply-resume-item__type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 28px;
	padding: 0 8px;
	border-radius: 6px;
	background: #fee2e2;
	color: #dc2626;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02em;
}
.job-apply-resume-item__body {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.job-apply-resume-item__body strong {
	font-size: 0.9375rem;
	color: #0f172a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.job-apply-resume-item__body small {
	color: #64748b;
	font-size: 0.75rem;
}
.job-apply-resume-item__download {
	color: #64748b;
	padding: 6px;
	text-decoration: none;
}
.job-apply-resume-item__download:hover {
	color: var(--cp-brand-dark);
}
.job-apply-resume-item__check {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid #cbd5e1;
	position: relative;
	flex-shrink: 0;
}
.job-apply-resume-item.is-selected .job-apply-resume-item__check {
	border-color: var(--cp-brand);
	background: var(--cp-brand);
}
.job-apply-resume-item.is-selected .job-apply-resume-item__check::after {
	content: '';
	position: absolute;
	inset: 5px;
	border-radius: 50%;
	background: #fff;
}
.job-apply-upload-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}
.job-apply-upload-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border: 1.5px solid var(--cp-brand);
	border-radius: 999px;
	color: var(--cp-brand-dark);
	font-weight: 600;
	font-size: 0.875rem;
	cursor: pointer;
	margin: 0;
	background: #fff;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.job-apply-upload-btn:hover {
	background: rgba(20, 184, 166, 0.1);
	border-color: var(--cp-brand-dark);
	color: var(--cp-brand-dark);
}
.job-apply-upload-btn input {
	display: none;
}
.job-apply-upload-name {
	font-size: 0.8125rem;
	color: #64748b;
}
.job-apply-empty-resume {
	padding: 16px;
	border: 1px dashed rgba(20, 184, 166, 0.35);
	border-radius: 14px;
	background: rgba(20, 184, 166, 0.04);
	font-size: 0.875rem;
	color: #64748b;
}
@media (max-width: 575.98px) {
	.job-apply-resume-item {
		grid-template-columns: auto 1fr auto;
	}
	.job-apply-resume-item__check {
		grid-column: 3;
		grid-row: 1 / span 2;
	}
}

/* =========================================================
   Candidate Public Profile
   ========================================================= */
.page-hero--candidate-public {
	background: linear-gradient(135deg, #0f766e 0%, #115e59 48%, #134e4a 100%);
	padding: 108px 0 28px;
}
.cp-public-page {
	padding-top: 28px;
	padding-bottom: 72px;
	background:
		radial-gradient(circle at top right, rgba(20, 184, 166, 0.08), transparent 28%),
		linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
}
.cp-public-owner-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 16px 20px;
	border-radius: 16px;
	background: rgba(20, 184, 166, 0.1);
	border: 1px solid rgba(20, 184, 166, 0.22);
}
.cp-public-owner-banner strong {
	display: block;
	color: #0f766e;
	margin-bottom: 2px;
}
.cp-public-owner-banner p {
	color: #475569;
	font-size: 0.9rem;
}
.cp-public {
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.cp-public__hero {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.14);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}
.cp-public__cover {
	position: relative;
	height: 240px;
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.92), rgba(19, 78, 74, 0.95)),
		radial-gradient(circle at 20% 20%, rgba(255,255,255,0.18), transparent 40%);
}
.cp-public__cover.has-image {
	background: #0f172a;
}
.cp-public__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cp-public__cover-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.55) 100%);
}
.cp-public__identity {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 22px;
	padding: 0 28px 28px;
	margin-top: -64px;
	position: relative;
	z-index: 2;
}
.cp-public__avatar-wrap {
	position: relative;
}
.cp-public__avatar {
	width: 132px;
	height: 132px;
	border-radius: 28px;
	overflow: hidden;
	border: 5px solid #fff;
	background: linear-gradient(135deg, #14b8a6, #0f766e);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 42px;
	font-weight: 800;
}
.cp-public__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cp-public__status {
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	white-space: nowrap;
	background: #fff;
	border: 1px solid rgba(20, 184, 166, 0.25);
	color: #0f766e;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.cp-public__intro {
	padding-top: 78px;
	min-width: 0;
}
.cp-public__intro-top {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: flex-start;
	flex-wrap: wrap;
}
.cp-public__tag {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(20, 184, 166, 0.12);
	color: #0f766e;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
}
.cp-public__name {
	margin: 0 0 10px;
	font-size: clamp(1.7rem, 2.4vw, 1.5rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #0f172a;
	line-height: 1.15;
}
.cp-public__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	color: #64748b;
	font-size: 0.92rem;
}
.cp-public__meta-row i {
	color: var(--cp-brand);
	margin-right: 6px;
}
.cp-public__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}
.cp-public-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 16px;
	border-radius: 12px;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	border: 1.5px solid transparent;
	cursor: pointer;
	transition: 0.2s ease;
}
.cp-public-btn--solid {
	background: linear-gradient(135deg, var(--cp-brand), var(--cp-brand-dark));
	color: #fff;
	box-shadow: 0 10px 22px rgba(20, 184, 166, 0.28);
}
.cp-public-btn--solid:hover {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 14px 26px rgba(15, 118, 110, 0.3);
}
.cp-public-btn--ghost {
	background: #fff;
	border-color: #d7e1ec;
	color: #334155;
}
.cp-public-btn--ghost:hover {
	border-color: rgba(20, 184, 166, 0.45);
	color: #0f766e;
	background: rgba(20, 184, 166, 0.06);
}
.cp-public__skill-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}
.cp-public__skill-strip span {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #334155;
	font-size: 12px;
	font-weight: 600;
}
.cp-public__skill-strip .is-more {
	background: rgba(20, 184, 166, 0.12);
	color: #0f766e;
}
.cp-public__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
	gap: 22px;
	align-items: start;
}
.cp-public__main,
.cp-public__side {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.cp-public-panel,
.cp-public-side-card {
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 22px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
	overflow: hidden;
}
.cp-public-panel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 22px;
	border-bottom: 1px solid #eef2f7;
}
.cp-public-panel__head h2 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 800;
	color: #0f172a;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.cp-public-panel__head h2 i {
	color: var(--cp-brand);
}
.cp-public-panel__head span {
	display: inline-flex;
	min-width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(20, 184, 166, 0.12);
	color: #0f766e;
	font-size: 12px;
	font-weight: 800;
}
.cp-public-panel__body {
	padding: 22px;
}
.cp-public-about {
	margin: 0;
	color: #475569;
	line-height: 1.75;
	font-size: 0.98rem;
}
.cp-public-timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.cp-public-timeline li {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 14px;
	position: relative;
}
.cp-public-timeline li:not(:last-child)::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 22px;
	bottom: -18px;
	width: 2px;
	background: linear-gradient(180deg, rgba(20, 184, 166, 0.55), rgba(20, 184, 166, 0.08));
}
.cp-public-timeline__dot {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid var(--cp-brand);
	box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.12);
	margin-top: 4px;
}
.cp-public-timeline__card {
	background: #f8fafc;
	border: 1px solid #e8edf3;
	border-radius: 16px;
	padding: 16px 18px;
}
.cp-public-timeline__top {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 4px;
}
.cp-public-timeline__top h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 800;
	color: #0f172a;
}
.cp-public-timeline__top em {
	font-style: normal;
	font-size: 0.8rem;
	font-weight: 700;
	color: #0f766e;
	background: rgba(20, 184, 166, 0.1);
	padding: 4px 10px;
	border-radius: 999px;
}
.cp-public-timeline__org {
	margin: 0 0 8px;
	color: #64748b;
	font-size: 0.9rem;
	font-weight: 600;
}
.cp-public-timeline__text {
	margin: 0;
	color: #475569;
	font-size: 0.9rem;
	line-height: 1.65;
}
.cp-public-edu-grid,
.cp-public-project-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.cp-public-edu,
.cp-public-project {
	padding: 16px;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid #e8edf3;
}
.cp-public-edu h3,
.cp-public-project h3 {
	margin: 0 0 6px;
	font-size: 0.98rem;
	font-weight: 800;
	color: #0f172a;
}
.cp-public-edu p,
.cp-public-project p {
	margin: 0;
	color: #64748b;
	font-size: 0.88rem;
	line-height: 1.55;
}
.cp-public-edu__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}
.cp-public-edu__meta span {
	font-size: 11px;
	font-weight: 700;
	color: #0f766e;
	background: rgba(20, 184, 166, 0.1);
	padding: 4px 9px;
	border-radius: 999px;
}
.cp-public-project__role {
	display: inline-flex;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	color: #0f766e;
}
.cp-public-project__tools {
	margin: 0 0 8px !important;
	color: #475569 !important;
}
.cp-public-skill-group + .cp-public-skill-group {
	margin-top: 16px;
}
.cp-public-skill-group h4 {
	margin: 0 0 10px;
	font-size: 0.85rem;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.cp-public-skills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.cp-public-skills span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 12px;
	background: rgba(20, 184, 166, 0.08);
	border: 1px solid rgba(20, 184, 166, 0.14);
	color: #0f766e;
	font-size: 0.85rem;
	font-weight: 700;
}
.cp-public-skills small {
	color: #64748b;
	font-weight: 600;
}
.cp-public-empty {
	margin: 0;
	color: #94a3b8;
	font-size: 0.92rem;
}
.cp-public-empty-state {
	text-align: center;
	padding: 28px 16px;
}
.cp-public-empty-state__icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 14px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(20, 184, 166, 0.12);
	color: #0f766e;
	font-size: 24px;
}
.cp-public-empty-state h3 {
	margin: 0 0 6px;
	font-size: 1.15rem;
	font-weight: 800;
}
.cp-public-empty-state p {
	margin: 0 0 16px;
	color: #64748b;
}
.cp-public-side-card {
	padding: 20px;
}
.cp-public-side-card h3 {
	margin: 0 0 12px;
	font-size: 0.98rem;
	font-weight: 800;
	color: #0f172a;
	display: flex;
	align-items: center;
	gap: 8px;
}
.cp-public-side-card h3 i {
	color: var(--cp-brand);
}
.cp-public-side-card__note {
	margin: -4px 0 14px;
	font-size: 0.78rem;
	color: #64748b;
	line-height: 1.5;
}
.cp-public-facts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.cp-public-facts li {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #e8edf3;
}
.cp-public-facts li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.cp-public-facts span {
	font-size: 0.75rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #94a3b8;
}
.cp-public-facts strong {
	font-size: 0.92rem;
	font-weight: 700;
	color: #0f172a;
	word-break: break-word;
}
.cp-public-side-card__file {
	margin: 8px 0 0;
	font-size: 0.78rem;
	color: #64748b;
	text-align: center;
}
.cp-public-side-card--locked {
	background:
		linear-gradient(180deg, rgba(20, 184, 166, 0.08), rgba(255, 255, 255, 0.95)),
		#fff;
}
.cp-public-lock {
	text-align: center;
	padding: 8px 4px;
}
.cp-public-lock__icon {
	width: 54px;
	height: 54px;
	margin: 0 auto 12px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(20, 184, 166, 0.14);
	color: #0f766e;
	font-size: 20px;
}
.cp-public-lock h3 {
	justify-content: center;
	margin-bottom: 8px;
}
.cp-public-lock p {
	margin: 0;
	color: #64748b;
	font-size: 0.88rem;
	line-height: 1.6;
}
.cp-public-side-card--actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.cp-public-report-modal {
	border: none;
	border-radius: 18px;
	overflow: hidden;
}
.cp-public-report-modal .modal-header,
.cp-public-report-modal .modal-footer {
	border-color: #eef2f7;
}
.cp-public-report-modal .form-control:focus,
.cp-public-report-modal .form-select:focus {
	border-color: var(--cp-brand);
	box-shadow: 0 0 0 0.2rem rgba(20, 184, 166, 0.18);
}
.cp-public--compact .cp-public__cover {
	height: 160px;
}
.cp-public--compact .cp-public__avatar {
	width: 96px;
	height: 96px;
	border-radius: 22px;
	font-size: 30px;
}
.cp-public--compact .cp-public__intro {
	padding-top: 56px;
}
.cp-public--compact .cp-public__identity {
	padding: 0 18px 18px;
	margin-top: -48px;
}
@media (max-width: 991.98px) {
	.cp-public__layout {
		grid-template-columns: 1fr;
	}
	.cp-public__identity {
		grid-template-columns: 1fr;
		justify-items: start;
	}
	.cp-public__intro {
		padding-top: 18px;
	}
	.cp-public__actions {
		justify-content: flex-start;
	}
}
@media (max-width: 767.98px) {
	.cp-public__cover {
		height: 180px;
	}
	.cp-public-edu-grid,
	.cp-public-project-grid {
		grid-template-columns: 1fr;
	}
	.cp-public__identity {
		padding: 0 16px 18px;
	}
}


/*------------------------------------------
CMS / Blog / FAQ / Testimonials modules
------------------------------------------*/
.cp-cms-banner {
	width: 100%;
	max-height: 420px;
	overflow: hidden;
	background: #0f172a;
}
.cp-cms-banner img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
}
.page-hero--compact {
	padding-top: 40px;
}
.cp-cms-content {
	padding: 40px 0 80px;
}
.cp-cms-content__body {
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.75;
	color: var(--cp-text, #1e293b);
}
.cp-cms-content__body h2,
.cp-cms-content__body h3 {
	margin-top: 1.6em;
	margin-bottom: 0.6em;
}
.cp-cms-content__body p {
	margin-bottom: 1em;
}
.cp-cms-content__body img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}
.cp-blog-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 28px;
}
.cp-blog-filter {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border: 1px solid var(--cp-border, #e2e8f0);
	border-radius: 999px;
	color: var(--cp-muted, #64748b);
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	background: #fff;
}
.cp-blog-filter.is-active,
.cp-blog-filter:hover {
	border-color: var(--cp-primary, #0d9488);
	color: var(--cp-primary, #0d9488);
}
.cp-blog-detail__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}
.page-hero .cp-blog-detail__meta {
	margin-bottom: 8px;
}
.page-hero .cp-blog-detail__meta time {
	color: rgba(255, 255, 255, 0.75);
}
.page-hero--with-search .page-hero__copy h1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.cp-blog-detail__meta time {
	color: var(--cp-muted, #64748b);
	font-size: 14px;
}
.cp-blog-detail__cover {
	margin: 0 0 28px;
}
.cp-blog-detail__cover img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 16px;
	display: block;
}
.cp-testimonials-swiper {
	padding-bottom: 42px;
}
.cp-testimonials-swiper .swiper-pagination-bullet-active {
	background: var(--cp-primary, #0d9488);
}
.cp-testimonials-swiper .cp-quote {
	height: 100%;
}
.faq-answer__inner {
	padding:24px 20px;
	font-size: 16px;
	color: #555;
	line-height: 1.65;
}
.cp-pagination {
	display: flex;
	justify-content: center;
}
.cp-pagination ul {
	display: flex;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.cp-pagination a,
.cp-pagination strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border-radius: 8px;
	border: 1px solid var(--cp-border, #e2e8f0);
	text-decoration: none;
	color: var(--cp-text, #1e293b);
}
.cp-pagination strong {
	background: var(--cp-primary, #0d9488);
	border-color: var(--cp-primary, #0d9488);
	color: #fff;
}
@media (max-width: 767.98px) {
	.cp-cms-banner img {
		height: 220px;
	}
}

/* Header menu dropdowns (managed menus) */
.cp-menu .dropdown-menu {
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
	padding: 8px;
	min-width: 200px;
}
.cp-menu .dropdown-item {
	border-radius: 8px;
	padding: 8px 12px;
	font-weight: 500;
}
.cp-menu .dropdown-item.active,
.cp-menu .dropdown-item:active {
	background: rgba(13, 148, 136, 0.12);
	color: #0f766e;
}
