
/*------------------------------------------
Project Name : QuiStaff
Desgined By  : Sharjeel Anjum
Date        :  09/June/2026;

------------------------------------------*/


/************************************************
           ==Start Base css==
*************************************************/


:root {
    --primary-color: #33328f;
    --secondary-color: #499b00;
    --primary-dark: #28277a;
    --secondary-dark: #3e8500;
    --primary-rgb: 51, 50, 143;
    --secondary-rgb: 73, 155, 0;
    --title-text-color: #4a5260;
    --paragraph-color: #373c44;    
    --success-color: #0ac51a;
    --white: #ffffff;
    --black: #000000;
    --dark-bg: #3a414c;
    --light-bg:#f0f2f7;
    --soft-bg:#F6F6F6;
    --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: 'Montserrat', sans-serif;
    --font-open: "Open Sans", sans-serif;
  }



@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Open+Sans:400,400i,600,700&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: "Montserrat", sans-serif;
	font-size: 14px;
    background: #f0f2f7;
}
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;
}
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: 16px;
    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;
}

.header-lang-switcher .btn{background:#eee;}

.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-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 page — simple centered layout */
.login-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--light-bg);
}
.login-page-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background:url(../images/gradient-bg.jpg) no-repeat center center;
    background-size: cover;
	opacity: 0.5;
}
.login-page-bg::before,
.login-page-bg::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.45;
}
.login-page-bg::before {
    width: 480px;
    height: 480px;
    top: -120px;
    right: -80px;
    background: rgba(var(--primary-rgb), 0.18);
}
.login-page-bg::after {
    width: 400px;
    height: 400px;
    bottom: -100px;
    left: -60px;
    background: rgba(var(--secondary-rgb), 0.14);
}
.login-page .header {
    position: absolute;
    z-index: 10;
    width: 100%;
}
.login-main {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 16px 48px;
}
.login-card {
    width: 100%;
    max-width: 420px;
    background: var(--white);
    border-radius: 20px;
    padding: 40px 36px;
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.04),
        0 20px 50px rgba(var(--primary-rgb), 0.1);
    border: 1px solid rgba(var(--primary-rgb), 0.08);
}
.login-card-header {
    text-align: center;
    margin-bottom: 32px;
}
.login-card-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    font-size: 1.25rem;
    box-shadow: 0 8px 20px rgba(var(--primary-rgb), 0.25);
}
.login-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--title-text-color);
    margin: 0 0 8px;
}
.login-card-subtitle {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
}
.verify-success-section {
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 16px 80px;
}
.verify-success-card {
    max-width: 460px;
    text-align: center;
    padding: 48px 40px 40px;
}
.verify-success-icon {
    position: relative;
    width: 88px;
    height: 88px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 12px 28px rgba(34, 197, 94, 0.32);
}
.verify-success-icon-ring {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 3px solid rgba(34, 197, 94, 0.22);
    pointer-events: none;
}
.verify-success-lead {
    margin: 0 0 28px;
    line-height: 1.55;
}
.verify-success-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.verify-success-btn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.verify-success-btn:hover {
    color: var(--white);
}
.verify-success-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--title-text-color);
    background: #f1f5f9;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.verify-success-home:hover {
    background: #e2e8f0;
    color: var(--title-text-color);
}
.login-form .form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--title-text-color);
    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: rgba(var(--primary-rgb), 0.5);
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.1);
}
.login-input-wrap .form-control:focus + .input-icon,
.login-input-wrap:focus-within .input-icon {
    color: var(--primary-color);
}
.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(--primary-color);
    border-color: var(--primary-color);
}
.login-forgot-link {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}
.login-forgot-link:hover {
    color: var(--primary-dark);
}
.login-btn-submit {
    width: 100%;
    padding: 13px 20px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    color: var(--white);
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.login-btn-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(var(--primary-rgb), 0.35);
    color: var(--white);
}
.login-switch {
    margin: 28px 0 0;
    text-align: center;
    font-size: 0.9rem;
    color: #64748b;
}
.login-switch a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}
.login-switch a:hover {
    text-decoration: underline;
}
.login-footer {
    position: relative;
    z-index: 1;
    padding: 20px 16px;
    text-align: center;
}
.login-footer-copy {
    margin: 0;
    font-size: 0.8rem;
    color: #94a3b8;
}
@media (max-width: 575px) {
    .login-card {
        padding: 32px 24px;
        border-radius: 16px;
    }
    .login-card-title {
        font-size: 1.35rem;
    }
    .login-page .login-main {
        padding-top: 120px;
    }
}

/* Register page */
.login-card--register {
    max-width: 540px;
}
.register-type-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 28px;
}
.register-subtype-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.register-subtype-option {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.register-subtype-option:hover {
    border-color: rgba(var(--primary-rgb), 0.4);
    background: var(--white);
}
.register-subtype-option.is-active {
    border-color: var(--primary-color);
    background: rgba(var(--primary-rgb), 0.05);
    box-shadow: 0 0 0 1px rgba(var(--primary-rgb), 0.15);
}
.register-subtype-option input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.register-subtype-radio {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border-radius: 50%;
    border: 2px solid #94a3b8;
    background: var(--white);
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.register-subtype-radio::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: var(--primary-color);
    transform: scale(0);
    transition: transform 0.15s ease;
}
.register-subtype-option.is-active .register-subtype-radio {
    border-color: var(--primary-color);
}
.register-subtype-option.is-active .register-subtype-radio::after {
    transform: scale(1);
}
.register-subtype-label {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--title-text-color);
    margin-bottom: 2px;
    display: block;
}
.register-subtype-desc {
    font-size: 0.78rem;
    line-height: 1.35;
    color: #64748b;
    display: block;
}
.register-subtype-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.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, color 0.2s ease;
}
.register-type-card--candidate {
    background: linear-gradient(165deg, rgba(var(--secondary-rgb), 0.10) 0%, rgba(var(--secondary-rgb), 0.03) 100%);
    border-color: rgba(var(--secondary-rgb), 0.28);
}
.register-type-card--company {
    background: linear-gradient(165deg, rgba(var(--primary-rgb), 0.10) 0%, rgba(var(--primary-rgb), 0.03) 100%);
    border-color: rgba(var(--primary-rgb), 0.28);
}
.register-type-card--candidate:hover {
    border-color: rgba(var(--secondary-rgb), 0.55);
    background: linear-gradient(165deg, rgba(var(--secondary-rgb), 0.16) 0%, rgba(var(--secondary-rgb), 0.05) 100%);
    transform: translateY(-1px);
}
.register-type-card--company:hover {
    border-color: rgba(var(--primary-rgb), 0.55);
    background: linear-gradient(165deg, rgba(var(--primary-rgb), 0.16) 0%, rgba(var(--primary-rgb), 0.05) 100%);
    transform: translateY(-1px);
}
.register-type-card--candidate.is-active {
    border-color: var(--secondary-color);
    background: linear-gradient(165deg, rgba(var(--secondary-rgb), 0.22) 0%, rgba(var(--secondary-rgb), 0.08) 100%);
    box-shadow: 0 8px 22px rgba(var(--secondary-rgb), 0.22);
    transform: translateY(-2px);
}
.register-type-card--company.is-active {
    border-color: var(--primary-color);
    background: linear-gradient(165deg, rgba(var(--primary-rgb), 0.22) 0%, rgba(var(--primary-rgb), 0.08) 100%);
    box-shadow: 0 8px 22px rgba(var(--primary-rgb), 0.22);
    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(var(--primary-rgb), 0.1);
    color: var(--primary-color);
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.register-type-card--candidate .register-type-icon {
    background: rgba(var(--secondary-rgb), 0.14);
    color: var(--secondary-dark);
}
.register-type-card--company .register-type-icon {
    background: rgba(var(--primary-rgb), 0.14);
    color: var(--primary-color);
}
.register-type-card--candidate.is-active .register-type-icon {
    background: linear-gradient(135deg, var(--secondary-color), #6fc01a);
    color: var(--white);
    box-shadow: 0 6px 14px rgba(var(--secondary-rgb), 0.35);
}
.register-type-card--company.is-active .register-type-icon {
    background: linear-gradient(135deg, var(--primary-color), #4f4db8);
    color: var(--white);
    box-shadow: 0 6px 14px rgba(var(--primary-rgb), 0.35);
}
.register-type-label {
    font-size: 1rem;
    font-weight: 700;
    color: var(--title-text-color);
    margin-bottom: 4px;
    display: block;
}
.register-type-card--candidate.is-active .register-type-label {
    color: var(--secondary-dark);
}
.register-type-card--company.is-active .register-type-label {
    color: var(--primary-dark);
}
.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: rgba(var(--primary-rgb), 0.5);
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.1);
}
.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(--primary-color);
    border-color: var(--primary-color);
}
.register-policy a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}
.register-policy a:hover {
    text-decoration: underline;
}
.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 20px 22px;
    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 2px;
}
.profile-wizard-stepper-track {
    position: absolute;
    left: calc(100% / 12);
    right: calc(100% / 12);
    bottom: 19px;
    height: 4px;
    background: #e8edf3;
    border-radius: 999px;
    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: flex-end;
    gap: 4px;
}
.profile-wizard-step {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 2px 0;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: center;
    transition: opacity 0.2s ease;
}
.profile-wizard-step:hover .profile-wizard-step-label {
    color: var(--primary-color);
}
.profile-wizard-step:focus-visible {
    outline: 2px solid rgba(var(--primary-rgb), 0.45);
    outline-offset: 4px;
    border-radius: 8px;
}
.profile-wizard-step-label {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 2.35em;
    font-size: 0.62rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.18;
    transition: color 0.25s ease;
}
.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, transform 0.25s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
.profile-wizard-step.is-complete .profile-wizard-step-dot {
    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.is-complete .profile-wizard-step-label {
    color: var(--primary-color);
}
.profile-wizard-step.is-active .profile-wizard-step-dot {
    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-step.is-active .profile-wizard-step-label {
    color: var(--primary-color);
}
.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;
}
.form-select{border:2px solid #e8edf3}

.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-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: 2px 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: 16px 10px 14px;
    }
    .profile-wizard-stepper-track {
        left: calc(100% / 12);
        right: calc(100% / 12);
        bottom: 15px;
    }
    .profile-wizard-step {
        gap: 8px;
        padding: 0 1px;
    }
    .profile-wizard-step-label {
        font-size: 0.52rem;
        min-height: 2.2em;
        letter-spacing: 0.02em;
    }
    .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-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: 0 0 60px;
	background: var(--light-bg);
}

/* Profile Readiness — dashboard hero */
.candidate-profile-readiness {
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
	border-radius: 20px;
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(148, 163, 184, 0.14);
	padding: 28px 28px 24px;
	margin-bottom: 36px;
	overflow: hidden;
	position: relative;
}

.candidate-profile-readiness::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--primary-color) 0%, #7cb316 50%, #f58220 100%);
}

.candidate-profile-readiness-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.candidate-profile-readiness-title {
	font-size: 24px;
	font-weight: 800;
	color: var(--title-text-color);
	margin: 0 0 8px;
	letter-spacing: -0.02em;
}

.candidate-profile-readiness-lead {
	font-size: 15px;
	color: #64748b;
	margin: 0;
	line-height: 1.55;
	max-width: 640px;
}

.candidate-profile-readiness-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	flex-shrink: 0;
}

.candidate-profile-readiness-badge--complete {
	background: rgba(73, 155, 0, 0.12);
	color: #3d7a00;
}

.candidate-profile-readiness-badge--incomplete {
	background: rgba(245, 130, 32, 0.12);
	color: #c2410c;
}

.candidate-profile-readiness-body {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) minmax(220px, 280px);
	gap: 28px;
	align-items: stretch;
}

.candidate-profile-readiness-score {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 8px 12px 0;
}

.candidate-profile-readiness-ring {
	position: relative;
	width: 168px;
	height: 168px;
	flex-shrink: 0;
}

.candidate-profile-readiness-svg {
	width: 100%;
	height: 100%;
	display: block;
}

.candidate-profile-readiness-track {
	stroke: #e8edf3;
}

.candidate-profile-readiness-progress {
	stroke: url(#profileReadinessGradient);
	stroke-linecap: round;
	transition: stroke-dashoffset 0.5s ease;
}

.candidate-profile-readiness-value-wrap {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
}

.candidate-profile-readiness-value {
	font-size: 38px;
	font-weight: 800;
	color: var(--primary-color);
	letter-spacing: -0.04em;
	line-height: 1;
}

.candidate-profile-readiness-value-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #94a3b8;
}

.candidate-profile-readiness-score-caption {
	margin: 12px 0 0;
	font-size: 13px;
	color: #64748b;
	text-align: center;
	font-weight: 600;
}

.candidate-profile-readiness-details {
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-width: 0;
}

.candidate-profile-readiness-meters {
	display: grid;
	gap: 14px;
}

.candidate-profile-readiness-meter-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.candidate-profile-readiness-meter-label {
	font-size: 14px;
	font-weight: 700;
	color: #334155;
}

.candidate-profile-readiness-meter-value {
	font-size: 14px;
	font-weight: 800;
	color: var(--primary-color);
}

.candidate-profile-readiness-meter-value small {
	font-size: 12px;
	font-weight: 600;
	color: #94a3b8;
}

.candidate-profile-readiness-meter-pending {
	font-size: 12px;
	font-weight: 700;
	color: #f58220;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.candidate-profile-readiness-meter-track {
	height: 10px;
	border-radius: 999px;
	background: #e8edf3;
	overflow: hidden;
}

.candidate-profile-readiness-meter-fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	transition: width 0.45s ease;
}

.candidate-profile-readiness-meter-fill--profile {
	background: linear-gradient(90deg, var(--primary-color) 0%, #5b5ae8 100%);
}

.candidate-profile-readiness-meter-fill--cert {
	background: linear-gradient(90deg, #f58220 0%, #ffb347 100%);
}

.candidate-profile-readiness-meter.is-complete .candidate-profile-readiness-meter-pending {
	color: #15803d;
}

.candidate-profile-readiness-meter-caption {
	margin: 8px 0 0;
	font-size: 12px;
	color: #64748b;
	line-height: 1.45;
}

.candidate-profile-readiness-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.candidate-profile-readiness-step {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.18);
}

.candidate-profile-readiness-step i {
	font-size: 11px;
	color: #cbd5e1;
}

.candidate-profile-readiness-step.is-complete {
	color: #1e293b;
	border-color: rgba(var(--primary-rgb), 0.15);
}

.candidate-profile-readiness-step.is-complete i {
	color: var(--secondary-color);
}

.candidate-profile-readiness-counts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.candidate-profile-readiness-count {
	text-align: center;
	padding: 12px 8px;
	border-radius: 12px;
	background: var(--white);
	border: 1px solid rgba(148, 163, 184, 0.14);
}

.candidate-profile-readiness-count strong {
	display: block;
	font-size: 22px;
	font-weight: 800;
	color: var(--title-text-color);
	line-height: 1.2;
}

.candidate-profile-readiness-count span {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.candidate-profile-readiness-profile-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	align-self: flex-start;
	padding: 11px 18px;
	border-radius: 12px;
	background: rgba(var(--primary-rgb), 0.08);
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.candidate-profile-readiness-profile-btn:hover {
	background: var(--primary-color);
	color: var(--white);
	text-decoration: none;
}

.candidate-profile-readiness-profile-btn--pdf {
	margin-top: 10px;
	background: rgba(var(--secondary-rgb), 0.1);
	color: var(--secondary-dark);
}

.candidate-profile-readiness-profile-btn--pdf:hover {
	background: var(--secondary-color);
	color: var(--white);
}

.candidate-profile-readiness-cert {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 22px 20px;
	border-radius: 16px;
	background: linear-gradient(160deg, rgba(245, 130, 32, 0.12) 0%, rgba(51, 50, 143, 0.08) 100%);
	border: 1px solid rgba(245, 130, 32, 0.22);
}

.candidate-profile-readiness-cert.is-certified {
	background: linear-gradient(160deg, rgba(73, 155, 0, 0.12) 0%, rgba(124, 179, 22, 0.08) 100%);
	border-color: rgba(73, 155, 0, 0.25);
}

.candidate-profile-readiness-cert.is-locked {
	background: linear-gradient(160deg, rgba(100, 116, 139, 0.1) 0%, rgba(226, 232, 240, 0.65) 100%);
	border-color: rgba(148, 163, 184, 0.45);
}

.candidate-profile-readiness-cert.is-consent {
	background: linear-gradient(160deg, rgba(37, 99, 235, 0.1) 0%, rgba(51, 50, 143, 0.08) 100%);
	border-color: rgba(59, 130, 246, 0.28);
}

.candidate-profile-readiness-cert-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #f58220;
	background: rgba(245, 130, 32, 0.15);
	margin-bottom: 14px;
}

.candidate-profile-readiness-cert-icon--success {
	color: var(--secondary-color);
	background: rgba(73, 155, 0, 0.15);
}

.candidate-profile-readiness-cert-icon--locked {
	color: #64748b;
	background: rgba(100, 116, 139, 0.14);
}

.candidate-profile-readiness-cert-title {
	font-size: 17px;
	font-weight: 800;
	color: var(--title-text-color);
	margin: 0 0 10px;
	line-height: 1.3;
}

.candidate-profile-readiness-cert-text {
	font-size: 14px;
	color: #475569;
	line-height: 1.55;
	margin: 0 0 18px;
	flex: 1;
}

.candidate-profile-readiness-cert-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 13px 18px;
	border-radius: 12px;
	background: linear-gradient(135deg, #ffb347 0%, #f58220 100%);
	color: var(--white);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(245, 130, 32, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	border:none;
}

.candidate-profile-readiness-cert-btn:hover {
	color: var(--white);
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(245, 130, 32, 0.42);
}

.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;
	top: 100px;
}

.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-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(--black);
	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: 28px;
}

.candidate-dashboard-welcome {
	margin-bottom: 36px;
	padding-bottom: 28px;
	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: 30px;
	font-weight: 700;
	color: var(--title-text-color);
	margin: 0 0 8px;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.candidate-dashboard-welcome-desc {
	font-size: 16px;
	color: #64748b;
	margin: 0;
	line-height: 1.6;
	max-width: 480px;
}

/* Stats Grid */
.candidate-dashboard-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 36px;
}

.candidate-dashboard-stat-card {
	border-radius: 14px;
	padding: 22px 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	border: none;
	color: var(--white);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.14);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.candidate-dashboard-stat-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.2);
}

.candidate-dashboard-stat-card--blue {
	background: linear-gradient(135deg, #4f4ec4 0%, #2e3192 100%);
	box-shadow: 0 8px 22px rgba(46, 49, 146, 0.32);
}

.candidate-dashboard-stat-card--blue:hover {
	box-shadow: 0 14px 30px rgba(46, 49, 146, 0.4);
}

.candidate-dashboard-stat-card--orange {
	background: linear-gradient(135deg, #ffb347 0%, #f58220 100%);
	box-shadow: 0 8px 22px rgba(245, 130, 32, 0.32);
}

.candidate-dashboard-stat-card--orange:hover {
	box-shadow: 0 14px 30px rgba(245, 130, 32, 0.4);
}

.candidate-dashboard-stat-card--green {
	background: linear-gradient(135deg, #9ed928 0%, #7cb316 55%, #499b00 100%);
	box-shadow: 0 8px 22px rgba(73, 155, 0, 0.32);
}

.candidate-dashboard-stat-card--green:hover {
	box-shadow: 0 14px 30px rgba(73, 155, 0, 0.4);
}

.candidate-dashboard-stat-card--brand {
	background: linear-gradient(135deg, #33328f 0%, #5a8f14 100%);
	box-shadow: 0 8px 22px rgba(51, 50, 143, 0.32);
}

.candidate-dashboard-stat-card--brand:hover {
	box-shadow: 0 14px 30px rgba(51, 50, 143, 0.4);
}

.candidate-dashboard-stat-icon {
	width: auto;
	height: auto;
	min-width: 40px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	flex-shrink: 0;
	color: var(--white);
	background: none;
	opacity: 0.95;
}

.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: var(--white);
}

.candidate-dashboard-stat-card--link:hover {
	text-decoration: none;
	color: var(--white);
}

.candidate-dashboard-stat-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.candidate-dashboard-stat-value {
	font-size: 30px;
	font-weight: 800;
	color: var(--white);
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.candidate-dashboard-stat-label {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.35;
}

.candidate-dashboard-chart-card {
	background: var(--white);
	border-radius: 18px;
	padding: 28px;
	margin-bottom: 36px;
	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);
}

.candidate-dashboard-chart-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.candidate-dashboard-chart-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--title-text-color);
	margin: 0 0 6px;
}

.candidate-dashboard-chart-subtitle {
	font-size: 14px;
	color: #64748b;
	margin: 0;
}

.candidate-dashboard-chart-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.candidate-dashboard-chart-filter-btn {
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: #f8fafc;
	color: #475569;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 10px 14px;
	border-radius: 10px;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.candidate-dashboard-chart-filter-btn:hover {
	background: rgba(var(--primary-rgb), 0.08);
	border-color: rgba(var(--primary-rgb), 0.2);
	color: var(--primary-color);
}

.candidate-dashboard-chart-filter-btn.active {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white);
}

.candidate-dashboard-chart-canvas {
	min-height: 340px;
}

/* 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-empty {
	padding: 56px 32px;
	text-align: center;
	background: linear-gradient(180deg, rgba(248, 250, 252, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}

.candidate-dashboard-shortlisted-empty-icon {
	width: 76px;
	height: 76px;
	margin: 0 auto 22px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(245, 158, 11, 0.18) 0%, rgba(245, 158, 11, 0.06) 100%);
	color: #f59e0b;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.12);
}

.candidate-dashboard-shortlisted-empty-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--title-text-color);
	margin: 0 0 12px;
	line-height: 1.3;
}

.candidate-dashboard-shortlisted-empty-text {
	font-size: 15px;
	color: #64748b;
	margin: 0 auto;
	max-width: 460px;
	line-height: 1.65;
}

.candidate-certification-body {
	padding: 28px;
}

.candidate-certification-status-card {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 24px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(248, 250, 252, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
	border: 1px solid rgba(148, 163, 184, 0.12);
	margin-bottom: 28px;
}

.candidate-certification-status-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.16) 0%, rgba(34, 197, 94, 0.06) 100%);
	color: #16a34a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	flex-shrink: 0;
	box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.12);
}

.candidate-certification-status-content {
	flex: 1;
	min-width: 0;
}

.candidate-certification-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
}

.candidate-certification-badge--completed {
	background: rgba(34, 197, 94, 0.12);
	color: #15803d;
}

.candidate-certification-badge--pending {
	background: rgba(245, 158, 11, 0.14);
	color: #b45309;
}

.candidate-certification-badge--in-process {
	background: rgba(59, 130, 246, 0.12);
	color: #1d4ed8;
}

.candidate-certification-badge--pending-certificate {
	background: rgba(14, 165, 233, 0.12);
	color: #0369a1;
}

.candidate-certification-panel--certified .candidate-certification-status-card {
	background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
	border-color: #6ee7b7;
}

.candidate-certification-panel--pending .candidate-certification-status-card {
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
	border-color: #fcd34d;
}

.candidate-certification-pending-banner,
.candidate-certification-certified-banner,
.candidate-certification-locked-banner,
.candidate-certification-consent-banner {
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 16px 18px;
	border-radius: 12px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.candidate-certification-pending-banner {
	background: #fffbeb;
	border: 1px solid #fcd34d;
}

.candidate-certification-certified-banner {
	background: #ecfdf5;
	border: 1px solid #6ee7b7;
}

.candidate-certification-locked-banner {
	background: #f8fafc;
	border: 1px solid #cbd5e1;
}

.candidate-certification-consent-banner {
	background: #eff6ff;
	border: 1px solid #93c5fd;
}

.candidate-certification-pending-banner > i,
.candidate-certification-certified-banner > i,
.candidate-certification-locked-banner > i,
.candidate-certification-consent-banner > i {
	font-size: 1.5rem;
	flex-shrink: 0;
	margin-top: 2px;
}

.candidate-certification-pending-banner > i { color: #d97706; }
.candidate-certification-certified-banner > i { color: #059669; }
.candidate-certification-locked-banner > i { color: #64748b; }
.candidate-certification-consent-banner > i { color: #2563eb; }

.candidate-certification-download-btn {
	margin-left: auto;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.candidate-certification-recert-card {
	padding: 18px 20px;
	border-radius: 12px;
	border: 1px solid #dbeafe;
	background: #f8fbff;
	margin-bottom: 20px;
}

.candidate-certification-recert-title {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 800;
	color: #1a2332;
}

.candidate-certification-recert-text {
	margin: 0 0 14px;
	font-size: 0.92rem;
	color: #475569;
	line-height: 1.45;
}

.candidate-certification-recert-form .form-label {
	font-size: 0.85rem;
	font-weight: 700;
	color: #334155;
}

.candidate-certification-recert-form textarea {
	margin-bottom: 12px;
	resize: vertical;
	min-height: 84px;
}

.candidate-certification-recert-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.candidate-certification-recert-pending {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #fffbeb;
	border: 1px solid #fcd34d;
	color: #92400e;
	font-size: 0.9rem;
	line-height: 1.4;
}

.candidate-certification-recert-pending i {
	margin-top: 2px;
	flex-shrink: 0;
}

.cert-consent-card {
	max-width: 960px;
	overflow: hidden;
}

.cert-consent-hero {
	padding: 22px 24px 18px;
	background: linear-gradient(135deg, rgba(51, 50, 143, 0.1) 0%, rgba(245, 130, 32, 0.08) 100%);
	border-bottom: 1px solid rgba(51, 50, 143, 0.12);
}

.cert-consent-hero-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(51, 50, 143, 0.12);
	color: var(--primary-color, #33328f);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cert-consent-hero-title {
	margin: 0 0 8px;
	font-size: clamp(18px, 2.2vw, 24px);
	font-weight: 800;
	color: #1a2332;
	line-height: 1.25;
}

.cert-consent-hero-sub {
	margin: 0;
	font-size: 13px;
	color: #64748b;
}

.cert-consent-body {
	padding-top: 20px !important;
}

.cert-consent-callout {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-left: 4px solid var(--primary-color, #4338ca);
	border-radius: 12px;
	padding: 14px 16px;
	margin-bottom: 22px;
}

.cert-consent-callout-icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(51, 50, 143, 0.1);
	color: var(--primary-color, #33328f);
	font-size: 16px;
}

.cert-consent-callout p {
	margin-top: 6px;
	color: #475569;
	font-size: 14px;
	line-height: 1.55;
}

.cert-consent-articles {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.cert-consent-article {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 16px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
	margin-bottom: 0;
}

.cert-consent-article-num {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 14px;
	color: #fff;
	background: var(--primary-color, #33328f);
}

.cert-consent-article-content {
	min-width: 0;
	flex: 1;
}

.cert-consent-article h3 {
	font-size: 15px;
	font-weight: 800;
	color: #1e293b;
	margin: 0 0 8px;
	line-height: 1.35;
}

.cert-consent-article p,
.cert-consent-article li {
	font-size: 14px;
	line-height: 1.6;
	color: #334155;
}

.cert-consent-article ul {
	margin: 8px 0 0;
	padding-left: 1.2rem;
	    list-style: disc;
}

.cert-consent-meta-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 12px;
}

.cert-consent-meta-grid > div {
	background: #f8fafc;
	border-radius: 10px;
	padding: 12px;
	border: 1px solid #eef2f7;
}

.cert-consent-meta-grid-full {
	grid-column: 1 / -1;
}

.cert-consent-meta-label {
	display: block;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--primary-color, #33328f);
	margin-bottom: 6px;
}

.cert-consent-declaration {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #e2e8f0;
}

.cert-consent-declaration h3 {
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 6px;
}

.cert-consent-declaration-lead {
	font-size: 13px;
	color: #64748b;
	margin-bottom: 14px;
}

.cert-consent-check {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 14px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	margin-bottom: 12px;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cert-consent-check:hover {
	border-color: rgba(51, 50, 143, 0.35);
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.cert-consent-check input {
	margin-top: 3px;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}

.cert-consent-check span {
	font-size: 14px;
	line-height: 1.55;
	color: #1e293b;
}

.cert-consent-signature-block {
	margin-top: 22px;
	padding: 18px;
	border: 1px dashed #cbd5e1;
	border-radius: 14px;
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.cert-consent-signature-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

.cert-consent-signature-head h3 {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 800;
}

.cert-consent-signature-head p {
	font-size: 13px;
	color: #64748b;
}

.cert-consent-clear-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 1px solid #e2e8f0;
	background: #fff;
	color: #475569;
	border-radius: 999px;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.cert-consent-clear-btn:hover {
	background: #f1f5f9;
	color: #1e293b;
}

.cert-consent-signature-pad {
	width: 100%;
	min-height: 180px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.cert-consent-signature-pad canvas {
	width: 100% !important;
	border-radius: 10px;
}

.cert-consent-signature-hint {
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: 600;
	color: #b45309;
}

.cert-consent-signature-hint.is-ok {
	color: #15803d;
}

.cert-consent-actions {
	margin-top: 18px;
}

@media (max-width: 767.98px) {
	.cert-consent-meta-grid {
		grid-template-columns: 1fr;
	}

	.cert-consent-article {
		flex-direction: column;
	}
}

.candidate-profile-readiness-cert.is-pending {
	background: linear-gradient(135deg, #fffbeb 0%, #fef9c3 100%);
	border-color: #fcd34d;
}

.candidate-profile-readiness-cert-btn--muted {
	background: #f8fafc;
	color: #475569;
	border: 1px solid #e2e8f0;
	box-shadow: none;
}

.candidate-profile-readiness-cert-btn--muted:hover {
	color: #1e293b;
	background: #f1f5f9;
	box-shadow: none;
}

.candidate-profile-readiness-cert-btn--disabled {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 12px 16px;
	border-radius: 12px;
	background: #e2e8f0;
	color: #64748b;
	font-weight: 700;
	font-size: 14px;
	cursor: not-allowed;
	border: 1px solid #cbd5e1;
	box-shadow: none;
	text-align: center;
}

.candidate-profile-readiness-cert-btn.mt-2 {
	margin-top: 8px;
}

.candidate-certification-status-text {
	margin: 0;
	font-size: 15px;
	color: #64748b;
	line-height: 1.65;
}

.candidate-certification-progress-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.candidate-certification-progress-title {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	color: var(--title-text-color);
}

.candidate-certification-progress-count {
	font-size: 14px;
	font-weight: 700;
	color: var(--primary-color);
	background: rgba(var(--primary-rgb), 0.08);
	padding: 6px 12px;
	border-radius: 999px;
}

.candidate-certification-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.candidate-certification-step {
	display: grid;
	grid-template-columns: 36px 1fr auto;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.12);
	background: #fff;
}

.candidate-certification-step-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.candidate-certification-step-desc {
	font-size: 13px;
	color: #64748b;
	line-height: 1.5;
}

.candidate-certification-step.is-complete {
	border-color: rgba(34, 197, 94, 0.18);
	background: rgba(34, 197, 94, 0.04);
}

.candidate-certification-step.is-current {
	border-color: rgba(var(--primary-rgb), 0.22);
	background: rgba(var(--primary-rgb), 0.04);
	box-shadow: 0 0 0 1px rgba(var(--primary-rgb), 0.06);
}

.candidate-certification-step.is-locked {
	opacity: 0.88;
}

.candidate-certification-step-marker {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	color: #64748b;
	background: #f1f5f9;
}

.candidate-certification-step.is-complete .candidate-certification-step-marker {
	background: #16a34a;
	color: #fff;
}

.candidate-certification-step-label {
	font-size: 15px;
	font-weight: 600;
	color: var(--title-text-color);
}

.candidate-certification-step-action {
	flex-shrink: 0;
}

.candidate-certification-step-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 148px;
	padding: 10px 16px;
	border-radius: 10px;
	border: none;
	background: var(--primary-color);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
	white-space: nowrap;
}

.candidate-certification-step-btn:hover {
	background: var(--secondary-color);
	color: #fff;
	transform: translateY(-1px);
}

.candidate-certification-step-btn.is-disabled,
.candidate-certification-step-btn:disabled {
	background: #e2e8f0;
	color: #94a3b8;
	cursor: not-allowed;
	transform: none;
	opacity: 1;
}

.candidate-certification-step.is-complete .candidate-certification-step-btn.is-disabled,
.candidate-certification-step.is-complete .candidate-certification-step-btn:disabled {
	background: rgba(34, 197, 94, 0.12);
	color: #15803d;
}

.candidate-certification-step-status {
	font-size: 13px;
	font-weight: 600;
	color: #94a3b8;
}

.candidate-certification-step.is-complete .candidate-certification-step-status {
	color: #15803d;
}

.candidate-certification-actions {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.candidate-certification-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px;
	border-radius: 12px;
	background: var(--primary-color);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
	border:none;
}

.candidate-certification-action-btn:hover {
	background: var(--secondary-color);
	color: #fff;
	transform: translateY(-1px);
}

.certification-test-wizard {
	max-width: none;
}

.certification-test-progress-head {
	margin-bottom: 20px;
}

.certification-test-progress-label {
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 10px;
}

.certification-test-progress-track {
	height: 8px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.18);
	overflow: hidden;
}

.certification-test-progress-fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
	transition: width 0.25s ease;
}

.certification-test-category {
	margin-bottom: 18px;
	color: #64748b;
	font-size: 0.95rem;
}

.certification-test-question-text {
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.65;
	color: #0f172a;
	margin-bottom: 20px;
}

.certification-test-options {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cert-test-option {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px;
	border: 2px solid rgba(148, 163, 184, 0.2);
	border-radius: 14px;
	background: #fff;
	cursor: pointer;
	margin: 0;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.cert-test-option:hover {
	border-color: rgba(var(--primary-rgb), 0.3);
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.cert-test-option.is-selected {
	border-color: var(--primary-color);
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.03) 0%, rgba(var(--primary-rgb), 0.08) 100%);
	box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.1);
}

.cert-test-radio-input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.cert-test-radio {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border: 2px solid #cbd5e1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cert-test-radio-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--primary-color);
	transform: scale(0);
	opacity: 0;
	transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.15s ease;
}

.cert-test-option.is-selected .cert-test-radio {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.12);
}

.cert-test-option.is-selected .cert-test-radio-dot {
	transform: scale(1);
	opacity: 1;
}

.cert-test-option-content {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.cert-test-option-key {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	padding: 0 8px;
	border-radius: 8px;
	font-size: 0.8rem;
	font-weight: 800;
	color: var(--primary-color);
	background: rgba(var(--primary-rgb), 0.1);
	letter-spacing: 0.02em;
}

.cert-test-option.is-selected .cert-test-option-key {
	background: var(--primary-color);
	color: #fff;
}

.cert-test-option-text {
	flex: 1;
	line-height: 1.6;
	color: #334155;
	font-size: 0.95rem;
}

.cert-test-option.is-selected .cert-test-option-text {
	color: #0f172a;
	font-weight: 500;
}

.cert-test-radio-input:focus-visible + .cert-test-radio {
	box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.25);
}

.certification-test-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}

.certification-test-actions .candidate-certification-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.certification-mode-options {
	margin-bottom: 0;
}

.certification-mode-options > [class*="col-"] {
	display: flex;
}

.certification-mode-option {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	cursor: pointer;
	margin: 0;
}

.certification-mode-radio {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.certification-mode-option-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
	padding: 24px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 14px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.certification-mode-option.is-selected .certification-mode-option-body {
	border-color: rgba(var(--primary-rgb), 0.35);
	box-shadow: 0 0 0 1px rgba(var(--primary-rgb), 0.08);
}

.certification-mode-card.is-recommended {
	border-color: rgba(34, 197, 94, 0.25);
}

.certification-mode-badge-spacer {
	visibility: hidden;
}

.certification-mode-option.is-selected .certification-mode-card.is-recommended {
	border-color: rgba(34, 197, 94, 0.45);
}

.certification-mode-option-title {
	display: block;
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 8px;
}

.certification-mode-option.is-disabled {
	opacity: .55;
	cursor: not-allowed;
}

.certification-mode-option.is-disabled .certification-mode-option-body {
	background: #f8f9fa;
}

.certification-alert--info {
	background: #e8f4fd;
	border: 1px solid #b6dff9;
	color: #0c5460;
	padding: 12px 16px;
	border-radius: 10px;
	margin-bottom: 16px;
}

.certification-mode-option-text {
	display: block;
	color: #64748b;
	line-height: 1.55;
}

/* Certification category selection */
.cert-category-grid {
	margin-bottom: 0;
}

.cert-category-option {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	cursor: pointer;
	margin: 0;
	padding: 20px 22px;
	border: 2px solid rgba(148, 163, 184, 0.2);
	border-radius: 16px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.cert-category-option:hover:not(.is-disabled) {
	border-color: rgba(var(--primary-rgb), 0.35);
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.cert-category-option.is-selected {
	border-color: var(--primary-color);
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.04) 0%, rgba(var(--primary-rgb), 0.09) 100%);
	box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.12);
}

.cert-category-option.is-disabled {
	opacity: 0.55;
	cursor: not-allowed;
	background: #f8fafc;
}

.cert-category-radio-input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.cert-category-radio {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border: 2px solid #cbd5e1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
	background: #fff;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.cert-category-radio-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--primary-color);
	transform: scale(0);
	opacity: 0;
	transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.15s ease;
}

.cert-category-option.is-selected .cert-category-radio {
	border-color: var(--primary-color);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.15);
}

.cert-category-option.is-selected .cert-category-radio-dot {
	transform: scale(1);
	opacity: 1;
}

.cert-category-body {
	flex: 1;
	min-width: 0;
}

.cert-category-title {
	display: block;
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 6px;
	line-height: 1.35;
}

.cert-category-desc {
	display: block;
	font-size: 0.92rem;
	color: #64748b;
	line-height: 1.5;
	margin-bottom: 10px;
}

.cert-category-meta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--primary-color);
	background: rgba(var(--primary-rgb), 0.08);
	padding: 4px 10px;
	border-radius: 999px;
}

.cert-category-option.is-disabled .cert-category-meta {
	color: #94a3b8;
	background: #e2e8f0;
}

.certification-office-card {
	display: flex;
	gap: 16px;
	padding: 18px 20px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 14px;
	background: rgba(var(--primary-rgb), 0.03);
}

.certification-office-card-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--primary-rgb), 0.1);
	color: var(--primary-color);
	flex-shrink: 0;
	font-size: 1.1rem;
}

.certification-office-card-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 8px;
}

.certification-office-card-address {
	margin: 0 0 8px;
	color: #334155;
	line-height: 1.6;
}

.certification-office-card-instructions {
	margin: 0;
	color: #64748b;
	font-size: 0.95rem;
}

.certification-alert {
	padding: 14px 18px;
	border-radius: 12px;
	margin-bottom: 20px;
	font-size: 0.95rem;
}

.certification-alert--success {
	background: rgba(34, 197, 94, 0.1);
	border: 1px solid rgba(34, 197, 94, 0.22);
	color: #166534;
}

.certification-moment-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 14px;
	margin-bottom: 22px;
}

.certification-moment-overview-item {
	position: relative;
	overflow: hidden;
	padding: 18px 20px 16px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 14px;
	background: #f8fafc;
}

.certification-moment-overview-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--primary-color), rgba(var(--primary-rgb), 0.35));
}

.certification-moment-overview-label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	color: #64748b;
	margin-bottom: 8px;
	line-height: 1.45;
}

.certification-moment-overview-value {
	display: block;
	font-size: 1.35rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.certification-macro-areas-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.certification-macro-areas-list li {
	position: relative;
	padding-left: 1.4rem;
	color: #334155;
	font-size: 0.95rem;
	line-height: 1.55;
}

.certification-macro-areas-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--primary-color);
	box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.12);
}

.certification-macro-areas-list li + li {
	margin-top: 0;
}

.certification-macro-areas-heading {
	color: #0f172a;
	font-size: 0.98rem;
}

.certification-reference-block .certification-reference-remove[hidden] {
	display: none;
}

.certification-scheduled-card {
	max-width: 760px;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.certification-scheduled-card-head {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 28px 28px 24px;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.08), rgba(var(--primary-rgb), 0.02));
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.certification-scheduled-card-icon {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	color: #fff;
	font-size: 1.35rem;
	flex-shrink: 0;
	box-shadow: 0 10px 24px rgba(var(--primary-rgb), 0.22);
}

.certification-scheduled-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(34, 197, 94, 0.12);
	color: #15803d;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
}

.certification-scheduled-title {
	margin: 0 0 6px;
	font-size: 1.45rem;
	font-weight: 700;
	color: #0f172a;
}

.certification-scheduled-lead {
	margin: 0;
	color: #64748b;
	line-height: 1.55;
}

.certification-scheduled-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 24px 28px;
}

.certification-scheduled-detail {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 16px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 14px;
	background: #f8fafc;
}

.certification-scheduled-detail--wide {
	grid-column: 1 / -1;
}

.certification-scheduled-detail-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: var(--primary-color);
	border: 1px solid rgba(148, 163, 184, 0.14);
	flex-shrink: 0;
}

.certification-scheduled-detail-label {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #94a3b8;
	margin-bottom: 4px;
}

.certification-scheduled-detail-value {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.45;
}

.certification-scheduled-detail-sub {
	display: block;
	margin-top: 4px;
	font-size: 0.92rem;
	color: #64748b;
	line-height: 1.5;
}

.certification-scheduled-tip {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 28px 24px;
	padding: 14px 16px;
	border-radius: 12px;
	background: rgba(var(--primary-rgb), 0.06);
	border: 1px solid rgba(var(--primary-rgb), 0.12);
	color: #334155;
	font-size: 0.92rem;
}

.certification-scheduled-tip i {
	color: var(--primary-color);
}

.certification-scheduled-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0 28px 28px;
}

.certification-scheduled-back-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	color: #334155;
	text-decoration: none;
	font-weight: 600;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.certification-scheduled-back-btn:hover {
	background: #f8fafc;
	border-color: rgba(var(--primary-rgb), 0.24);
	color: var(--primary-color);
}

@media (max-width: 767px) {
	.certification-scheduled-details {
		grid-template-columns: 1fr;
	}

	.certification-scheduled-card-head,
	.certification-scheduled-details,
	.certification-scheduled-tip,
	.certification-scheduled-actions {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.kickoff-selected-date-label {
	text-align: center;
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--title-text-color, #0f172a);
	margin-bottom: 1.5rem;
}

.kickoff-scheduler-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-bottom: 1rem;
}

.kickoff-panel-heading {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #64748b;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.kickoff-calendar-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
	font-weight: 600;
	color: var(--title-text-color, #0f172a);
}

.kickoff-nav-btn {
	border: none;
	background: transparent;
	font-size: 1.25rem;
	color: var(--primary-color);
	padding: 0.25rem 0.5rem;
	cursor: pointer;
}

.kickoff-calendar-weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	font-size: 0.75rem;
	font-weight: 600;
	color: #94a3b8;
	margin-bottom: 0.5rem;
}

.kickoff-calendar-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 0.25rem;
}

.kickoff-cal-day,
.kickoff-cal-empty {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: transparent;
	border-radius: 50%;
	font-size: 0.9rem;
	cursor: pointer;
	color: #334155;
}

.kickoff-cal-day.is-disabled {
	color: #cbd5e1;
	cursor: not-allowed;
}

.kickoff-cal-day:not(.is-disabled):hover {
	background: #f1f5f9;
}

.kickoff-cal-day.is-selected {
	background: var(--primary-color) !important;
	color: #fff !important;
	font-weight: 600;
}

.kickoff-slots-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
	min-height: 120px;
}

.kickoff-slot-btn {
	border: 1px solid #e2e8f0;
	background: #fff;
	border-radius: 8px;
	padding: 0.65rem 0.5rem;
	font-size: 0.9rem;
	cursor: pointer;
	transition: border-color 0.15s, background 0.15s;
}

.kickoff-slot-btn:hover {
	border-color: var(--primary-color);
}

.kickoff-slot-btn.is-selected {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.kickoff-slots-placeholder {
	grid-column: 1 / -1;
	color: #94a3b8;
	font-size: 0.9rem;
	margin: 0;
	padding: 1rem 0;
}

.kickoff-timezone-row {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #f1f5f9;
}

.kickoff-timezone-row .mb-3 {
	margin-bottom: 0 !important;
}

.kickoff-timezone-select {
	width: 100%;
	max-width: 420px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 0.5rem 0.75rem;
	font-size: 0.85rem;
}

@media (max-width: 767px) {
	.kickoff-scheduler-grid {
		grid-template-columns: 1fr;
	}

	.kickoff-slots-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.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-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-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);
}

/* Content Cards */
.candidate-dashboard-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.candidate-dashboard-cards--single {
	grid-template-columns: 1fr;
}

.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 {
	font-size: 15px;
	color: #94a3b8;
	margin: 0 0 20px;
	line-height: 1.6;
}

.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;
}

.candidate-dashboard-notification-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}

.candidate-dashboard-notification-list .notification-list-item {
	border: 1px solid rgba(148, 163, 184, 0.12);
	border-radius: 12px;
}

.candidate-dashboard-profile-status {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 20px;
}

.candidate-dashboard-profile-status--complete {
	color: #15803d;
}

.candidate-dashboard-profile-status--incomplete {
	color: #b45309;
}

.candidate-dashboard-profile-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 22px;
}

.candidate-dashboard-profile-stat {
	background: #f8fafc;
	border: 1px solid rgba(148, 163, 184, 0.12);
	border-radius: 12px;
	padding: 14px 10px;
	text-align: center;
}

.candidate-dashboard-profile-stat-value {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: var(--title-text-color);
	line-height: 1.2;
}

.candidate-dashboard-profile-stat-label {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: #64748b;
	line-height: 1.3;
}

@media (max-width: 767px) {
	.candidate-dashboard-profile-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* 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: 20px;
	margin-bottom: 36px;
}
.company-dashboard-stat-card {
	border-radius: 14px;
	padding: 22px 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	border: none;
	color: #fff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.14);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.company-dashboard-stat-card--link {
	text-decoration: none;
	color: #fff;
}
.company-dashboard-stat-card--link:hover {
	text-decoration: none;
	color: #fff;
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.2);
}
.company-dashboard-stat-card--purple {
	background: linear-gradient(135deg, #4f4ec4 0%, #2e3192 100%);
	box-shadow: 0 8px 22px rgba(46, 49, 146, 0.32);
}
.company-dashboard-stat-card--purple:hover {
	box-shadow: 0 14px 30px rgba(46, 49, 146, 0.4);
}
.company-dashboard-stat-card--green {
	background: linear-gradient(135deg, #9ed928 0%, #7cb316 55%, #499b00 100%);
	box-shadow: 0 8px 22px rgba(73, 155, 0, 0.32);
}
.company-dashboard-stat-card--green:hover {
	box-shadow: 0 14px 30px rgba(73, 155, 0, 0.4);
}
.company-dashboard-stat-card--coral {
	background: linear-gradient(135deg, #ffb347 0%, #f58220 100%);
	box-shadow: 0 8px 22px rgba(245, 130, 32, 0.32);
}
.company-dashboard-stat-card--coral:hover {
	box-shadow: 0 14px 30px rgba(245, 130, 32, 0.4);
}
.company-dashboard-stat-icon {
	width: auto;
	height: auto;
	min-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	flex-shrink: 0;
	color: #fff;
	opacity: 0.95;
}
.company-dashboard-stat-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.company-dashboard-stat-value {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	line-height: 1.1;
	letter-spacing: -0.03em;
}
.company-dashboard-stat-label {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.35;
}
.company-dashboard-stat-meta {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.88);
	font-weight: 600;
	line-height: 1.3;
	margin-top: 2px;
}


.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-chart-header {
		flex-direction: column;
		align-items: stretch;
	}
	.candidate-dashboard-chart-filters {
		justify-content: flex-start;
	}
	.candidate-dashboard-shortlisted-item {
		flex-wrap: wrap;
		gap: 16px;
		padding: 20px 24px;
	}
	.candidate-dashboard-shortlisted-empty {
		padding: 40px 24px;
	}
	.candidate-certification-body {
		padding: 20px 24px;
	}
	.candidate-certification-status-card {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.candidate-certification-step {
		grid-template-columns: 36px 1fr;
		grid-template-rows: auto auto;
	}
	.candidate-certification-step-action {
		grid-column: 1 / -1;
	}
	.candidate-certification-step-btn {
		width: 100%;
		min-width: 0;
	}
	.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;
	}
	.candidate-profile-readiness-body {
		grid-template-columns: 1fr;
		gap: 22px;
	}
	.candidate-profile-readiness-score {
		flex-direction: row;
		justify-content: flex-start;
		gap: 20px;
		padding: 0;
	}
	.candidate-profile-readiness-score-caption {
		margin: 0;
		text-align: left;
		align-self: center;
		max-width: 180px;
	}
	.candidate-profile-readiness-counts {
		grid-template-columns: repeat(3, minmax(0, 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: 1fr;
		gap: 16px;
		margin-bottom: 28px;
	}
	.candidate-dashboard-stat-card {
		padding: 20px 18px;
		gap: 14px;
	}
	.candidate-dashboard-stat-icon {
		font-size: 28px;
		min-width: 34px;
	}
	.candidate-dashboard-stat-value {
		font-size: 26px;
	}
	.candidate-profile-readiness {
		padding: 22px 18px 20px;
		margin-bottom: 28px;
	}
	.candidate-profile-readiness-header {
		flex-direction: column;
		align-items: stretch;
	}
	.candidate-profile-readiness-title {
		font-size: 20px;
	}
	.candidate-profile-readiness-score {
		flex-direction: column;
		align-items: center;
	}
	.candidate-profile-readiness-score-caption {
		text-align: center;
		max-width: none;
	}
	.candidate-profile-readiness-ring {
		width: 148px;
		height: 148px;
	}
	.candidate-profile-readiness-value {
		font-size: 32px;
	}
	.candidate-profile-readiness-counts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.candidate-profile-readiness-profile-btn {
		width: 100%;
	}
	.candidate-dashboard-chart-card {
		padding: 20px;
		margin-bottom: 28px;
	}
	.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-cta--compact {
	padding: 12px 22px;
	font-size: 15px;
}
.hero-cta--block {
	display: flex;
	justify-content: center;
	width: 100%;
	border: none;
	cursor: pointer;
}
button.hero-cta-primary,
button.hero-cta-secondary {
	border: none;
	font-family: inherit;
}
button.hero-cta-secondary {
	border: 2px solid var(--primary-color);
}
.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;
	position: relative;
}
.candidate-certified-badge {
	position: absolute;
	bottom: 12px;
	right: 12px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	max-width: calc(100% - 24px);
	padding: 5px 12px 5px 5px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.97) 0%, rgba(240, 253, 250, 0.97) 100%);
	border: 1px solid rgba(45, 212, 191, 0.45);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
	color: #0f766e;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	pointer-events: none;
	backdrop-filter: blur(8px);
}
.candidate-certified-badge__icon {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #2dd4bf 0%, #0d9488 100%);
	color: #fff;
	font-size: 12px;
	box-shadow: 0 4px 10px rgba(13, 148, 136, 0.35);
}
.candidate-certified-badge__text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 2px;
}
.featured-candidate-card__link {
	display: flex;
	flex-direction: column;
	flex: 1;
	color: inherit;
	text-decoration: none;
}
.featured-candidate-card__link:hover {
	color: inherit;
	text-decoration: none;
}
.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-photo__lock {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 23, 42, 0.42);
	color: #fff;
	font-size: 36px;
	z-index: 2;
	pointer-events: none;
}
.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-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: #6f74ef;
	border-radius: 12px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
	margin-top: auto;
	border: none;
}
.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;
	}
}

.company-packages-page {
	width: 100%;
}
.company-packages-page__toolbar {
	padding: 0 0 16px;
}
.company-packages-page__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #475569;
	text-decoration: none;
	transition: color 0.15s ease;
}
.company-packages-page__back:hover {
	color: var(--primary-color);
}
.company-packages-intro {
	text-align: center;
	margin-bottom: 28px;
}
.company-packages-badge {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(var(--primary-rgb), 0.08);
	color: var(--primary-color);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.company-packages-title {
	font-size: 28px;
	font-weight: 700;
	color: var(--dark-color, #1a2332);
	margin: 0 0 10px;
	line-height: 1.25;
}
.company-packages-desc {
	max-width: 560px;
	margin: 0 auto;
	color: #64748b;
	font-size: 15px;
	line-height: 1.6;
}
.company-packages-grid {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	max-width: none;
	margin: 0;
}
.company-packages-grid .pricing-plan-card {
	padding: 28px 22px 24px;
}
.company-packages-grid .pricing-plan-name {
	font-size: 20px;
}
.company-packages-grid .pricing-plan-amount {
	font-size: 36px;
}

/* Package checkout modal */
.company-package-modal__dialog {
	max-width: 520px;
}
.company-package-modal__content {
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.18);
}
.company-package-modal__header {
	padding: 24px 24px 12px;
	background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
}
.company-package-modal--featured .company-package-modal__header {
	background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a6e 100%);
}
.company-package-modal__header-main {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}
.company-package-modal__icon {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: rgba(var(--primary-rgb), 0.1);
	color: var(--primary-color);
	font-size: 22px;
}
.company-package-modal--featured .company-package-modal__icon {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.company-package-modal__eyebrow {
	margin: 0 0 2px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #64748b;
}
.company-package-modal--featured .company-package-modal__eyebrow {
	color: rgba(255, 255, 255, 0.75);
}
.company-package-modal__title {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.2;
}
.company-package-modal--featured .company-package-modal__title {
	color: #fff;
}
.company-package-modal__close {
	opacity: 0.65;
}
.company-package-modal--featured .company-package-modal__close {
	filter: invert(1);
}
.company-package-modal__body {
	padding: 24px;
}
.company-package-modal__price-row {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px 10px;
	margin-bottom: 12px;
}
.company-package-modal__price {
	font-size: 36px;
	font-weight: 800;
	color: var(--primary-color);
	line-height: 1;
}
.company-package-modal__period {
	font-size: 15px;
	color: #64748b;
	font-weight: 500;
}
.company-package-modal__description {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.6;
	color: #475569;
}
.company-package-modal__features {
	list-style: none;
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
}
.company-package-modal__features li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	color: #334155;
	line-height: 1.45;
}
.company-package-modal__features li + li {
	margin-top: 8px;
}
.company-package-modal__features i {
	color: var(--secondary-color, #22c55e);
	margin-top: 3px;
	flex-shrink: 0;
}
.company-package-modal__divider {
	height: 1px;
	background: #e2e8f0;
	margin: 0 0 18px;
}
.company-package-modal__pay-label {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #64748b;
}
.company-package-modal__gateways {
	display: grid;
	gap: 10px;
}
.company-package-modal__gateway-form {
	margin: 0;
}
.company-package-modal__gateway {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border: 2px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
	text-align: left;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.company-package-modal__gateway:hover {
	border-color: rgba(var(--primary-rgb), 0.45);
	box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.1);
	transform: translateY(-1px);
}
.company-package-modal__gateway.is-loading {
	opacity: 0.7;
	pointer-events: none;
}
.company-package-modal__gateway-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 22px;
}
.company-package-modal__gateway--stripe .company-package-modal__gateway-icon {
	background: #f3e8ff;
	color: #635bff;
}
.company-package-modal__gateway--paypal .company-package-modal__gateway-icon {
	background: #e8f4fd;
	color: #003087;
}
.company-package-modal__gateway-text {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.company-package-modal__gateway-text strong {
	font-size: 15px;
	color: #0f172a;
}
.company-package-modal__gateway-text small {
	font-size: 12px;
	color: #64748b;
}
.company-package-modal__gateway-arrow {
	color: #94a3b8;
	font-size: 13px;
}
.company-package-modal__secure {
	margin: 16px 0 0;
	padding-top: 14px;
	border-top: 1px solid #f1f5f9;
	font-size: 12px;
	color: #64748b;
	text-align: center;
}
.company-package-modal__secure i {
	margin-right: 6px;
	color: var(--secondary-color, #22c55e);
}

.candidates-listing-section {
	padding-top: 20px;
	padding-bottom: 60px;
}
.candidates-filter-sidebar {
	position: sticky;
	top: 100px;
}
.candidates-filter-card {
	background: #fff;
	border: 1px solid rgba(var(--primary-rgb), 0.1);
	border-radius: 18px;
	padding: 20px 18px;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}
.candidates-filter-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(var(--primary-rgb), 0.08);
}
.candidates-filter-card__title {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	color: #1a2332;
}
.candidates-filter-reset {
	font-size: 13px;
	font-weight: 600;
	color: var(--primary-color);
	text-decoration: none;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}
.candidates-filter-reset:hover {
	text-decoration: underline;
}
.candidates-check-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 200px;
	overflow: auto;
	padding-right: 4px;
	margin-top: 2px;
}
.candidates-check-list--radio {
	max-height: none;
}
.candidates-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	cursor: pointer;
	user-select: none;
}
.candidates-check input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.candidates-check__box {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	margin-top: 1px;
	border: 2px solid #cbd5e1;
	border-radius: 6px;
	background: #fff;
	position: relative;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.candidates-check-list--radio .candidates-check__box {
	border-radius: 50%;
}
.candidates-check__box::after {
	content: '';
	position: absolute;
	opacity: 0;
	transform: scale(0.5);
	transition: opacity 0.15s ease, transform 0.15s ease;
}
.candidates-check input[type="checkbox"] + .candidates-check__box::after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) scale(0.5);
}
.candidates-check input[type="radio"] + .candidates-check__box::after {
	left: 4px;
	top: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}
.candidates-check input:checked + .candidates-check__box {
	background: var(--primary-color);
	border-color: var(--primary-color);
}
.candidates-check input:checked + .candidates-check__box::after {
	opacity: 1;
	transform: rotate(45deg) scale(1);
}
.candidates-check input[type="radio"]:checked + .candidates-check__box::after {
	transform: scale(1);
}
.candidates-check__label {
	font-size: 14px;
	line-height: 1.35;
	color: #334155;
	font-weight: 500;
}
.candidates-check:hover .candidates-check__box {
	border-color: var(--primary-color);
}
.candidates-results-wrap {
	position: relative;
	min-height: 180px;
}
.candidates-results-wrap.is-loading #candidatesResults {
	opacity: 0.35;
	pointer-events: none;
	filter: saturate(0.85);
}
.candidates-results-loader {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(2px);
	color: #334155;
	font-size: 14px;
	font-weight: 600;
}
.candidates-results-loader[hidden] {
	display: none !important;
}
.candidates-results-loader__spinner {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 3px solid rgba(var(--primary-rgb), 0.18);
	border-top-color: var(--primary-color);
	animation: candidates-spin 0.75s linear infinite;
}
@keyframes candidates-spin {
	to { transform: rotate(360deg); }
}
.candidates-filter-group {
	margin-bottom: 0;
	padding: 20px 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}
.candidates-filter-group:first-of-type {
	padding-top: 0;
}
.candidates-filter-group:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}
.candidates-filter-group .form-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #475569;
	margin-bottom: 8px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.candidates-filter-group .form-control,
.candidates-filter-group .form-select {
	border-radius: 10px;
	padding: 9px 12px;
	font-size: 14px;
}
.candidates-filter-group--check {
	padding-top: 10px;
}
.candidates-location-field {
	position: relative;
}
.candidates-location-field .form-control {
	padding-right: 34px;
}
.candidates-location-clear {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border: 0;
	border-radius: 50%;
	background: #e2e8f0;
	color: #475569;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background 0.15s ease, color 0.15s ease;
}
.candidates-location-clear:hover {
	background: rgba(var(--primary-rgb), 0.12);
	color: var(--primary-color);
}
.candidates-location-suggestions {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 20;
	margin: 0;
	padding: 6px;
	list-style: none;
	background: #fff;
	border: 1px solid rgba(var(--primary-rgb), 0.12);
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
	max-height: 260px;
	overflow: auto;
}
.candidates-location-suggestions[hidden] {
	display: none !important;
}
.candidates-location-suggestions__item,
.candidates-location-suggestions__empty {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 9px 10px;
	border-radius: 8px;
	cursor: pointer;
}
.candidates-location-suggestions__empty {
	color: #64748b;
	font-size: 13px;
	cursor: default;
}
.candidates-location-suggestions__item:hover,
.candidates-location-suggestions__item.is-active {
	background: rgba(var(--primary-rgb), 0.08);
}
.candidates-location-suggestions__type {
	flex: 0 0 auto;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--primary-color);
	background: rgba(var(--primary-rgb), 0.1);
	border-radius: 999px;
	padding: 3px 7px;
	margin-top: 1px;
}
.candidates-location-suggestions__label {
	font-size: 13px;
	line-height: 1.35;
	color: #334155;
	font-weight: 500;
}
.candidates-filter-submit {
	font-weight: 700;
	border-radius: 12px;
	padding: 11px 16px;
}
.candidates-listing-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}
.candidates-listing-count {
	font-size: 14px;
	font-weight: 600;
	color: #64748b;
}
.candidates-listing-grid {
	grid-template-columns: repeat(3, 1fr);
}
.featured-candidate-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px 20px;
	padding: 10px 14px;
	border-radius: 12px;
	background: var(--primary-color);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.featured-candidate-cta-btn:hover {
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(var(--primary-rgb), 0.28);
}

@media (max-width: 991px) {
	.candidates-filter-sidebar {
		position: static;
	}
	.candidates-listing-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@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,
	.candidates-listing-grid,
	.employer-journey-grid {
		grid-template-columns: 1fr;
	}
	.why-choose-boxes {
		flex-direction: column;
		align-items: center;
	}
	.final-cta-content h2 {
		font-size: 24px;
	}
}

/* Public candidate profile */
.public-candidate-profile {
	padding-top: 150px;
	padding-bottom: 70px;
	background:url(../images/candidate-hero-bg.png) no-repeat top;
}
.public-candidate-profile__toolbar {
	padding: 0 0 12px;
}
.public-candidate-profile__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #475569;
	text-decoration: none;
	transition: color 0.15s ease;
}
.public-candidate-profile__back:hover {
	color: var(--primary-color);
}
.public-candidate-profile__hero-wrap {
	padding: 20px 0 28px;
}
.public-candidate-profile__hero {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 30px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.08) 0%, #fff 55%, rgba(var(--secondary-rgb), 0.06) 100%);
	border: 1px solid rgba(var(--primary-rgb), 0.1);
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}
.public-candidate-profile__hero-main {
	display: flex;
	align-items: flex-start;
	gap: 22px;
	flex: 1;
	min-width: 0;
}
.public-candidate-profile__avatar-wrap {
	position: relative;
	flex: 0 0 120px;
}
.public-candidate-profile__avatar {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}
.public-candidate-profile__avatar-lock {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(15, 23, 42, 0.42);
	color: #fff;
	font-size: 30px;
	pointer-events: none;
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.18);
}
.public-candidate-profile__locked-note {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(var(--primary-rgb), 0.08);
	color: #5f6775;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}
.public-candidate-profile__locked-note i {
	color: var(--primary-color);
}
.public-candidate-profile__identity {
	min-width: 0;
}
.public-candidate-profile__name {
	margin: 0 0 6px;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 800;
	color: #1a2332;
	line-height: 1.15;
}
.public-candidate-profile__role {
	margin: 0 0 4px;
	font-size: 17px;
	font-weight: 600;
	color: var(--primary-color);
}
.public-candidate-profile__nationality,
.public-candidate-profile__time-in-italy {
	
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 500;
	color: #475569;
}
.public-candidate-profile__nationality i,
.public-candidate-profile__time-in-italy i {
	color: var(--primary-color);
	font-size: 13px;
}
.public-candidate-profile__time-in-italy {
	margin-bottom: 12px;
}
.public-candidate-profile__nationality--solo {
	margin-bottom: 12px;
}
.public-candidate-profile__industry {
	margin: 0 0 12px;
	font-size: 14px;
	color: #64748b;
}
.public-candidate-profile__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
	margin-bottom: 14px;
}
.public-candidate-profile__meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 14px;
	color: #475569;
	font-weight: 500;
}
.public-candidate-profile__meta i {
	color: var(--primary-color);
	font-size: 13px;
}
.public-candidate-profile__hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
}
.public-candidate-profile__hero-actions:empty {
	display: none;
}
.public-candidate-profile__action-form {
	margin: 0;
}
.public-candidate-profile__action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.public-candidate-profile__action-btn:hover {
	transform: translateY(-1px);
	text-decoration: none;
}
.public-candidate-profile__action-btn--primary {
	color: #fff;
	background: linear-gradient(135deg, var(--primary-color), rgba(var(--primary-rgb), 0.88));
	border-color: rgba(var(--primary-rgb), 0.2);
	box-shadow: 0 10px 24px rgba(var(--primary-rgb), 0.24);
}
.public-candidate-profile__action-btn--primary:hover {
	color: #fff;
	box-shadow: 0 12px 28px rgba(var(--primary-rgb), 0.3);
}
.public-candidate-profile__action-btn--success {
	color: #fff;
	background: linear-gradient(135deg, var(--secondary-color, #499b00), #3d8200);
	border-color: rgba(var(--secondary-rgb), 0.2);
	box-shadow: 0 10px 24px rgba(var(--secondary-rgb), 0.22);
}
.public-candidate-profile__action-btn--success:hover {
	color: #fff;
	box-shadow: 0 12px 28px rgba(var(--secondary-rgb), 0.28);
}
.public-candidate-profile__action-btn--outline {
	color: var(--primary-color);
	background: #fff;
	border-color: rgba(var(--primary-rgb), 0.2);
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}
.public-candidate-profile__action-btn--outline:hover {
	color: var(--primary-color);
	background: rgba(var(--primary-rgb), 0.05);
}
.public-candidate-profile__alert {
	border-radius: 14px;
}
.public-candidate-hire-modal__content {
	border: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}
.public-candidate-hire-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
}
.public-candidate-hire-modal__body {
	padding: 34px 28px 20px;
}
.public-candidate-hire-modal__icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 16px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: var(--secondary-color, #499b00);
	background: rgba(var(--secondary-rgb), 0.12);
}
.public-candidate-hire-modal__icon--muted {
	color: var(--primary-color);
	background: rgba(var(--primary-rgb), 0.1);
}
.public-candidate-hire-modal__title {
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: 800;
	color: #1a2332;
}
.public-candidate-hire-modal__lead {
	margin: 0 0 18px;
	font-size: 15px;
	color: #64748b;
}
.public-candidate-hire-modal__field {
	margin-bottom: 16px;
}
.public-candidate-hire-modal__terms {
	margin-top: 4px;
}
.public-candidate-hire-modal__footer {
	padding: 0 28px 28px;
	justify-content: center;
	gap: 10px;
}
.public-candidate-profile-swal {
	border-radius: 20px !important;
	padding: 32px 28px 26px !important;
	border: 1px solid rgba(var(--primary-rgb), 0.12) !important;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16) !important;
}
.public-candidate-profile-swal .swal2-title {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 800;
	color: #1a2332;
}
.public-candidate-profile-swal .swal2-html-container {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #64748b;
}
.public-candidate-profile-swal .swal2-icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
	border-width: 3px;
}
.public-candidate-profile-swal .swal2-icon.swal2-info {
	border-color: rgba(var(--primary-rgb), 0.22);
	color: var(--primary-color);
}
.public-candidate-profile-swal .swal2-icon.swal2-info .swal2-icon-content {
	font-size: 38px;
	font-weight: 800;
	color: var(--primary-color);
}
.public-candidate-profile-swal .swal2-actions {
	gap: 10px;
	margin: 22px 0 0;
	flex-wrap: wrap;
}
.public-candidate-profile-swal .swal2-actions .public-candidate-profile__action-btn {
	min-width: 132px;
	margin: 0;
}
.public-candidate-profile__hero-aside {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}
.public-candidate-profile__score-card {
	text-align: center;
	padding: 16px 20px;
	min-width: 130px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(var(--primary-rgb), 0.12);
	box-shadow: 0 8px 20px rgba(var(--primary-rgb), 0.08);
}
.public-candidate-profile__score-value {
	display: block;
	font-size: 32px;
	font-weight: 800;
	color: var(--primary-color);
	line-height: 1;
}
.public-candidate-profile__score-label {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
}
.public-candidate-profile__verified-badge {
	display: flex;
	justify-content: center;
	align-items: center;
}
.public-candidate-profile__verified-icon {
	display: block;
	width: 92px;
	height: auto;
	max-width: 100%;
}
.public-candidate-profile__body {
	margin-top: 4px;
}
.public-candidate-profile__card--certified {
	border: 1px solid rgba(var(--secondary-rgb), 0.28);
	background: linear-gradient(135deg, rgba(var(--secondary-rgb), 0.08) 0%, #fff 72%);
}
.public-candidate-profile__certified-banner {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.sertifiedtxt{display: flex; gap: 10px;}
.public-candidate-profile__certified-message {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 700;
	color: #1a2332;
	line-height: 1.45;
}
.public-candidate-profile__certified-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	margin-top: 2px;
}
.public-candidate-profile__certified-score-row {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 8px 12px;
	text-align: right;
	white-space: nowrap;
}
.public-candidate-profile__certified-score-label {
	font-size: 0.9rem;
	font-weight: 600;
	color: #334155;
	line-height: 1.2;
	white-space: nowrap;
}
.public-candidate-profile__certified-score-value {
	font-size: 2.25rem;
	font-weight: 700;
	color: #373691;
	line-height: 1;
	letter-spacing: -0.02em;
	white-space: nowrap;
}
.public-candidate-profile__certified-copy {
	min-width: 0;
}
.public-candidate-profile__certified-label {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(var(--secondary-rgb), 0.14);
	color: var(--secondary-color, #499b00);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.public-candidate-profile__certified-title {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 800;
	color: #1a2332;
	line-height: 1.2;
}
.public-candidate-profile__certified-attestato {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--secondary-color, #499b00);
	line-height: 1.25;
}
.public-candidate-profile__certified-category {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--secondary-color, #499b00);
}
.public-candidate-profile__certified-score {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #475569;
}
.public-candidate-profile__certified-icon {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}
.public-candidate-profile__certified-icon-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.public-candidate-profile__sidebar {
	position: sticky;
	top: 10px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.public-candidate-profile__card {
	background: #fff;
	border-radius: 18px;
	padding: 22px 20px;
}
.public-candidate-profile__card--personal {
	border-color: rgba(245, 158, 11, 0.25);
	background: linear-gradient(180deg, #fffbeb 0%, #fff 40%);
}
.public-candidate-profile__card-title {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 800;
	color: #1a2332;
}
.public-candidate-profile__card-note {
	margin: -8px 0 14px;
	font-size: 12px;
	color: #b45309;
	line-height: 1.4;
}
.public-candidate-profile__facts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.public-candidate-profile__facts--compact {
	gap: 12px;
}
.public-candidate-profile__fact {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
.public-candidate-profile__fact-icon {
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--primary-rgb), 0.08);
	color: var(--primary-color);
	font-size: 15px;
}
.public-candidate-profile__fact-body {
	min-width: 0;
}
.public-candidate-profile__fact-label {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #64748b;
	margin-bottom: 2px;
}
.public-candidate-profile__fact-value {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #1e293b;
	line-height: 1.35;
	word-break: break-word;
}
.public-candidate-profile__content {
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.public-candidate-profile__section {
	background: #fff;
	border-radius: 18px;
	padding: 24px 24px 20px;
}
.public-candidate-profile__section-title {
	margin: 0 0 18px;
	font-size: 22px;
	font-weight: 800;
	color: #1a2332;
}
.public-candidate-profile__summary {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #475569;
}

.public-candidate-profile__skills-head {
	margin-bottom: 16px;
}
.public-candidate-profile__skills-heading {
	margin: 0 0 4px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #334155;
}
.public-candidate-profile__skills-subtitle {
	margin: 0;
	font-size: 13px;
	color: #94a3b8;
}
.public-candidate-profile__skills-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.public-candidate-profile__skill-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 16px;
	border-radius: 14px;
	background: linear-gradient(90deg, rgba(var(--primary-rgb), 0.03) 0%, #fff 100%);
	border: 1px solid rgba(var(--primary-rgb), 0.08);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.public-candidate-profile__skill-row:hover {
	border-color: rgba(var(--primary-rgb), 0.16);
	box-shadow: 0 6px 18px rgba(var(--primary-rgb), 0.06);
}
.public-candidate-profile__skill-main {
	min-width: 0;
	flex: 1;
}
.public-candidate-profile__skill-name {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.35;
}
.public-candidate-profile__skill-category {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	font-weight: 600;
	color: #94a3b8;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.public-candidate-profile__skill-meta {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
	line-height: 1.4;
}
.public-candidate-profile__skill-meta-sep {
	margin: 0 6px;
	color: #cbd5e1;
}
.public-candidate-profile__skill-rating {
	flex: 0 0 auto;
	min-width: 120px;
	max-width: 200px;
	width: 38%;
}
.public-candidate-profile__skill-level-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
}
.public-candidate-profile__skill-level {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
}
.public-candidate-profile__skill-level--excellent { color: var(--secondary-color, #499b00); }
.public-candidate-profile__skill-level--good { color: var(--primary-color); }
.public-candidate-profile__skill-level--mid { color: #0ea5e9; }
.public-candidate-profile__skill-level--basic { color: #64748b; }
.public-candidate-profile__skill-level--no { color: #94a3b8; }
.public-candidate-profile__skill-level--default { color: #475569; }
.public-candidate-profile__skill-bar {
	width: 100%;
	height: 6px;
	border-radius: 999px;
	background: #e2e8f0;
	overflow: hidden;
}
.public-candidate-profile__skill-bar-fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	transition: width 0.4s ease;
}
.public-candidate-profile__skill-bar-fill--excellent { background: linear-gradient(90deg, #65a30d, var(--secondary-color, #499b00)); }
.public-candidate-profile__skill-bar-fill--good { background: linear-gradient(90deg, #3b82f6, var(--primary-color)); }
.public-candidate-profile__skill-bar-fill--mid { background: linear-gradient(90deg, #38bdf8, #0ea5e9); }
.public-candidate-profile__skill-bar-fill--basic { background: linear-gradient(90deg, #cbd5e1, #94a3b8); }
.public-candidate-profile__skill-bar-fill--default { background: linear-gradient(90deg, #94a3b8, #64748b); }
.public-candidate-profile__skill-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 72px;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
.public-candidate-profile__skill-badge--yes {
	color: var(--secondary-color, #499b00);
	background: rgba(var(--secondary-rgb), 0.12);
	border: 1px solid rgba(var(--secondary-rgb), 0.2);
}
.public-candidate-profile__skill-badge--no {
	color: #64748b;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
}
.public-candidate-profile__skill-badge--neutral {
	color: #94a3b8;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	font-weight: 600;
	text-transform: none;
}
.public-candidate-profile__empty {
	margin: 0;
	font-size: 14px;
	color: #94a3b8;
}
.public-candidate-profile__timeline-item {
	position: relative;
	display: flex;
	gap: 16px;
	padding-left: 8px;
	padding-bottom: 26px;
}
.public-candidate-profile__timeline-item:last-child {
	padding-bottom: 0;
}
.public-candidate-profile__timeline-item::before {
	content: '';
	position: absolute;
	left: 27px;
	top: 42px;
	bottom: 0;
	border-left: 2px dashed rgba(var(--primary-rgb), 0.22);
}
.public-candidate-profile__timeline-item:last-child::before {
	display: none;
}
.public-candidate-profile__timeline-item--edu::before {
	border-left-color: rgba(244, 63, 94, 0.25);
}
.public-candidate-profile__timeline-marker {
	position: relative;
	z-index: 1;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 800;
	color: var(--primary-color);
	background: rgba(var(--primary-rgb), 0.1);
	border: 2px solid rgba(var(--primary-rgb), 0.15);
}
.public-candidate-profile__timeline-item--edu .public-candidate-profile__timeline-marker {
	color: #e11d48;
	background: rgba(244, 63, 94, 0.1);
	border-color: rgba(244, 63, 94, 0.18);
}
.public-candidate-profile__timeline-content {
	flex: 1;
	min-width: 0;
	padding-top: 2px;
}
.public-candidate-profile__timeline-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 0;
}
.public-candidate-profile__timeline-head h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #1a2332;
	line-height: 1.3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}
.public-candidate-profile__timeline-date {
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 700;
	color: var(--primary-color);
	background: rgba(var(--primary-rgb), 0.1);
	padding: 5px 10px;
	border-radius: 999px;
	white-space: nowrap;
}
.public-candidate-profile__timeline-item--edu .public-candidate-profile__timeline-date {
	color: #e11d48;
	background: rgba(244, 63, 94, 0.1);
}
.public-candidate-profile__timeline-org {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 700;
	color: var(--primary-color);
}
.public-candidate-profile__timeline-item--edu .public-candidate-profile__timeline-org {
	color: #e11d48;
}
.public-candidate-profile__timeline-meta {
	margin: 0 0 8px;
	font-size: 13px;
	color: #64748b;
}
.public-candidate-profile__timeline-meta i {
	margin-right: 6px;
	color: #94a3b8;
}
.public-candidate-profile__timeline-desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #475569;
}
.public-candidate-profile__portfolio-card {
	height: 100%;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
}
.public-candidate-profile__portfolio-image {
	height: 160px;
	overflow: hidden;
}
.public-candidate-profile__portfolio-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.public-candidate-profile__portfolio-body {
	padding: 16px;
}
.public-candidate-profile__portfolio-body h3 {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 800;
	color: #1a2332;
}
.public-candidate-profile__portfolio-date {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
}
.public-candidate-profile__portfolio-body p {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.55;
	color: #475569;
}
.public-candidate-profile__portfolio-link {
	font-size: 13px;
	font-weight: 700;
	color: var(--primary-color);
	text-decoration: none;
}
.public-candidate-profile__portfolio-link:hover {
	text-decoration: underline;
}
.public-candidate-profile__details-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 20px;
	margin: 0;
}
.public-candidate-profile__detail-item {
	margin: 0;
	padding: 14px 16px;
	border-radius: 14px;
	background: linear-gradient(90deg, rgba(var(--primary-rgb), 0.03) 0%, #fff 100%);
	border: 1px solid rgba(var(--primary-rgb), 0.08);
	border-left: 2px solid var(--success-color);
}
.public-candidate-profile__detail-item dt {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
}
.public-candidate-profile__detail-item dd {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.35;
}
.public-candidate-profile__status-pill {
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	color: var(--secondary-color, #499b00);
	background: rgba(var(--secondary-rgb), 0.12);
	border: 1px solid rgba(var(--secondary-rgb), 0.18);
	vertical-align: middle;
}
.public-candidate-profile__table-wrap {
	overflow-x: auto;
}
.public-candidate-profile__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.public-candidate-profile__table th,
.public-candidate-profile__table td {
	padding: 12px 14px;
	text-align: left;
	border-bottom: 1px solid #e2e8f0;
}
.public-candidate-profile__table th {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #64748b;
	background: #f8fafc;
}
.public-candidate-profile__table td {
	color: #334155;
	font-weight: 600;
}
.public-candidate-profile__table tbody tr:last-child td {
	border-bottom: 0;
}
.public-candidate-profile__documents-group--spaced {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid rgba(var(--primary-rgb), 0.1);
}
.public-candidate-profile__documents-subtitle {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #475569;
}
.public-candidate-profile__document-cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.public-candidate-profile__document-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 18px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.03) 0%, #fff 70%);
	border: 1px solid rgba(var(--primary-rgb), 0.1);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.public-candidate-profile__document-card:hover {
	border-color: rgba(var(--primary-rgb), 0.18);
	box-shadow: 0 12px 28px rgba(var(--primary-rgb), 0.08);
	transform: translateY(-1px);
}
.public-candidate-profile__document-card--verified {
	align-items: flex-start;
}
.public-candidate-profile__document-card-icon {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}
.public-candidate-profile__document-card-icon--pdf {
	color: #dc2626;
	background: rgba(220, 38, 38, 0.1);
}
.public-candidate-profile__document-card-icon--image {
	color: #0ea5e9;
	background: rgba(14, 165, 233, 0.12);
}
.public-candidate-profile__document-card-icon--file {
	color: var(--primary-color);
	background: rgba(var(--primary-rgb), 0.1);
}
.public-candidate-profile__document-card-body {
	flex: 1;
	min-width: 0;
}
.public-candidate-profile__document-card-head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 4px;
}
.public-candidate-profile__document-card-title {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	color: #1e293b;
	line-height: 1.35;
}
.public-candidate-profile__document-card-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	font-size: 13px;
	color: #64748b;
}
.public-candidate-profile__document-card-filename {
	font-weight: 600;
	word-break: break-word;
}
.public-candidate-profile__document-card-size {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	color: #64748b;
	background: #f1f5f9;
}
.public-candidate-profile__document-card-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	flex-shrink: 0;
}
.public-candidate-profile__document-card-actions--inline {
	flex-shrink: 0;
}
.public-candidate-profile__document-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid transparent;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
	white-space: nowrap;
}
.public-candidate-profile__document-btn:hover {
	transform: translateY(-1px);
	text-decoration: none;
}
.public-candidate-profile__document-btn--primary {
	color: #fff;
	background: linear-gradient(135deg, var(--primary-color), rgba(var(--primary-rgb), 0.85));
	border-color: rgba(var(--primary-rgb), 0.2);
	box-shadow: 0 8px 18px rgba(var(--primary-rgb), 0.22);
}
.public-candidate-profile__document-btn--primary:hover {
	color: #fff;
	box-shadow: 0 10px 22px rgba(var(--primary-rgb), 0.28);
}
.public-candidate-profile__document-btn--ghost {
	color: var(--primary-color);
	background: #fff;
	border-color: rgba(var(--primary-rgb), 0.18);
}
.public-candidate-profile__document-btn--ghost:hover {
	color: var(--primary-color);
	background: rgba(var(--primary-rgb), 0.06);
}
.public-candidate-profile__document-files {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.public-candidate-profile__document-file-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
}
.public-candidate-profile__document-file-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
	font-size: 13px;
	font-weight: 600;
	color: #334155;
}
.public-candidate-profile__document-file-info i {
	color: var(--primary-color);
}
.public-candidate-profile__document-status {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
.public-candidate-profile__document-status--is-approved {
	color: var(--secondary-color, #499b00);
	background: rgba(var(--secondary-rgb), 0.12);
}
.public-candidate-profile__document-status--is-pending {
	color: #0ea5e9;
	background: rgba(14, 165, 233, 0.12);
}
.public-candidate-profile__document-status--is-rejected {
	color: #e11d48;
	background: rgba(244, 63, 94, 0.1);
}
.public-candidate-profile__document-status--is-empty {
	color: #94a3b8;
	background: #f1f5f9;
}

@media (max-width: 991px) {
	.public-candidate-profile__hero {
		flex-direction: column;
		padding: 22px 20px;
	}
	.public-candidate-profile__hero-aside {
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.public-candidate-profile__sidebar {
		position: static;
	}
}

@media (max-width: 767px) {
	.public-candidate-profile {
		padding-top: 120px;
	}
}

@media (max-width: 575px) {
	.public-candidate-profile__hero-main {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.public-candidate-profile__details-grid {
		grid-template-columns: 1fr;
	}
	.public-candidate-profile__document-card {
		flex-direction: column;
		align-items: stretch;
	}
	.public-candidate-profile__document-card-actions {
		width: 100%;
	}
	.public-candidate-profile__document-btn {
		flex: 1;
	}
	.public-candidate-profile__document-file-row {
		flex-direction: column;
		align-items: stretch;
	}
	.public-candidate-profile__document-card-actions--inline {
		width: 100%;
	}
	.public-candidate-profile__meta {
		justify-content: center;
	}
	.public-candidate-profile__hero-actions {
		justify-content: center;
	}
	.public-candidate-profile__timeline-head {
		flex-direction: column;
		align-items: flex-start;
	}
	.public-candidate-profile__skill-row {
		flex-direction: column;
		align-items: flex-start;
	}
	.public-candidate-profile__skill-rating {
		width: 100%;
		max-width: none;
	}
	.public-candidate-profile__skill-level-wrap {
		align-items: flex-start;
		width: 100%;
	}
}

/* Public job listings */
.jobs-listing-section .public-jobs-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}
.public-job-card {
	background: #fff;
	border: 1px solid rgba(var(--primary-rgb), 0.12);
	border-radius: 16px;
	padding: 1.25rem 1.35rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.06);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.public-job-card:hover {
	transform: translateY(-3px);
	border-color: rgba(var(--primary-rgb), 0.22);
	box-shadow: 0 14px 32px rgba(var(--primary-rgb), 0.1);
}
.public-job-card__top { display: flex; flex-direction: column; gap: .45rem; }
.public-job-card__meta-row { display: flex; align-items: center; justify-content: space-between; gap: .75rem; flex-wrap: wrap; }
.public-job-card__badge {
	display: inline-flex;
	align-items: center;
	padding: .28rem .7rem;
	border-radius: 999px;
	background: rgba(var(--secondary-rgb), 0.3);
	color: var(--secondary-color);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .02em;
}
.public-job-card__date { font-size: .82rem; color: #6b7a93; }
.public-job-card__title { margin: 0; font-size: 1.2rem; line-height: 1.3; font-weight: 800; color: var(--primary-color); }
.public-job-card__title a { color: inherit; text-decoration: none; }
.public-job-card__title a:hover { color: var(--secondary-color); }
.public-job-card__employer { margin: 0; font-size: .92rem; color: #5e6b83; font-weight: 600; }
.public-job-card__details { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.public-job-card__details li { display: flex; align-items: center; gap: .55rem; font-size: .9rem; color: #4f607b; }
.public-job-card__details i { color: var(--primary-color); width: 1rem; text-align: center; }
.public-job-card__actions { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: auto; }

.public-job-breadcrumb { font-size: .92rem; color: #6b7a93; margin-bottom: 0; }
.public-job-breadcrumb a { color: var(--primary-color); text-decoration: none; font-weight: 600; }
.public-job-breadcrumb span { margin: 0 .4rem; }

.public-job-detail-section { padding-top: 1.5rem; }
.public-job-detail-hero { padding: 160px 0 0; }
.public-job-detail-hero .public-job-breadcrumb { margin-bottom: 1rem; }
.public-job-detail__header {
	background: #23242c;
	padding: 30px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	flex-wrap: wrap;
}
.public-job-detail__header-main { flex: 1 1 420px; min-width: 0; }
.public-job-detail__header-actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	align-self: center;
}
.public-job-apply-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .55rem;
	padding: 14px 28px !important;
	font-size: 16px !important;
	white-space: nowrap;
	border: none;
	cursor: pointer;
	text-decoration: none;
}
.public-job-apply-btn--applied {
	border-radius: 999px;
	background: #48604a;
	color: #76b17b;
	font-weight: 700;
	padding: 14px 24px;
}
.public-job-detail__header-actions--applied { flex-direction: column; align-items: flex-end; }
.public-job-applied-status {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: .45rem;
	text-align: right;
}
.public-job-applied-at {
	font-size: .82rem;
	color: rgba(255,255,255,.72);
	line-height: 1.35;
}
.public-job-detail {
	background: #fff;
	border-radius: 18px;
	padding: 1.75rem;
}
.public-job-detail__header .public-job-detail__title { color: #fff; }
.public-job-detail__header .public-job-detail__employer { color: rgba(255,255,255,.78); }
.public-job-detail__header .public-job-detail__meta li { color: rgba(255,255,255,.82); }
.public-job-detail__header .public-job-detail__meta i { color: var(--secondary-color); }
.public-job-detail__header .public-job-detail__posted { color: rgba(255,255,255,.65); }
.public-job-detail__badges { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; margin-bottom: .75rem; }
.public-job-detail__posted { font-size: .85rem; color: #6b7a93; }
.public-job-detail__title { margin: 0 0 .5rem; font-size: clamp(1.5rem, 1.5rem, 1.5rem); font-weight: 800; color: var(--primary-color); line-height: 1.15; }
.public-job-detail__employer { margin: 0 0 1rem; font-size: 1rem; color: #5e6b83; font-weight: 600; }
.public-job-detail__meta { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .85rem 1.25rem; }
.public-job-detail__meta li { display: inline-flex; align-items: center; gap: .45rem; color: #4f607b; font-size: .95rem; }
.public-job-detail__meta i { color: var(--primary-color); }
.public-job-detail__block { padding: 1.25rem 0; border-bottom: 1px solid rgba(var(--primary-rgb), 0.08); }
.public-job-detail__block:last-child { border-bottom: 0; padding-bottom: 0; }
.public-job-detail__block h2 { margin: 0 0 .85rem; font-size: 1.25rem; font-weight: 800; color: var(--primary-color); }
.public-job-detail__content { color: #4f607b; line-height: 1.65; font-size: 1rem; }
.public-job-detail__content p:last-child { margin-bottom: 0; }
.public-job-detail__skills { display: flex; flex-wrap: wrap; gap: .55rem; }
.public-job-detail__skill {
	display: inline-flex;
	align-items: center;
	padding: .45rem .85rem;
	border-radius: 999px;
	background: rgba(var(--secondary-rgb), 0.1);
	color: var(--secondary-dark);
	font-size: .88rem;
	font-weight: 600;
}

.public-job-sidebar { display: flex; flex-direction: column; gap: 1rem; position: sticky; top: 1rem; }
.public-job-sidebar__card {
	background: #fff;
	border-radius: 16px;
	padding: 1.35rem;
}
.public-job-sidebar__card h3 { margin: 0 0 1rem; font-size: 1.1rem; font-weight: 800; color: var(--primary-color); }
.public-job-sidebar__summary .public-candidate-profile__facts { margin-top: .15rem; }
.public-job-applied {
	display: flex;
	align-items: flex-start;
	gap: .75rem;
	padding: 1rem;
	border-radius: 12px;
	background: rgba(var(--secondary-rgb), 0.1);
	color: var(--secondary-dark);
}
.public-job-applied i { font-size: 1.25rem; margin-top: .1rem; color: var(--secondary-color); }
.public-job-sidebar .hero-cta--block + .hero-cta--block { margin-top: .65rem; }
.public-job-sidebar .mb-2 { margin-bottom: .65rem !important; }

@media (max-width: 991px) {
	.jobs-listing-section .public-jobs-grid { grid-template-columns: 1fr; }
	.public-job-sidebar { position: static; }
	.public-job-detail__header { flex-direction: column; align-items: stretch; }
	.public-job-detail__header-actions { width: 100%; }
	.public-job-detail__header-actions--applied { align-items: stretch; }
	.public-job-applied-status { align-items: stretch; text-align: center; }
	.public-job-apply-btn { width: 100%; }
}

/* Job apply modal */
.job-apply-modal .modal-content {
	border: none;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(var(--primary-rgb), 0.18);
}
.job-apply-modal .modal-header {
	padding: 1.35rem 1.5rem 1rem;
	border-bottom: 1px solid rgba(var(--primary-rgb), 0.08);
	align-items: flex-start;
}
.job-apply-modal .modal-title {
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--primary-color);
	margin-bottom: .25rem;
}
.job-apply-modal__subtitle { font-size: .92rem; color: #64748b; }
.job-apply-modal .modal-body { padding: 1.25rem 1.5rem; }
.job-apply-modal .modal-footer {
	padding: 1rem 1.5rem 1.35rem;
	border-top: 1px solid rgba(var(--primary-rgb), 0.08);
	gap: .75rem;
}
.job-apply-modal__section + .job-apply-modal__section { margin-top: 1.35rem; }
.job-apply-modal__section-title {
	display: block;
	margin: 0 0 .75rem;
	font-size: .95rem;
	font-weight: 800;
	color: var(--primary-color);
}
.job-apply-modal__textarea {
	border-radius: 12px;
	border: 1px solid rgba(var(--primary-rgb), 0.14);
	padding: .85rem 1rem;
	resize: vertical;
	min-height: 140px;
}
.job-apply-resume-options { display: grid; gap: .75rem;     grid-auto-flow: column;}
.job-apply-resume-option {
	display: flex;
	align-items: flex-start;
	gap: .85rem;
	padding: 1rem 1rem 1rem 1.1rem;
	border: 2px solid rgba(var(--primary-rgb), 0.12);
	border-radius: 14px;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
	margin: 0;
}
.job-apply-resume-option:hover { border-color: rgba(var(--primary-rgb), 0.28); background: rgba(var(--primary-rgb), 0.02); }
.job-apply-resume-option.is-selected {
	border-color: var(--primary-color);
	background: rgba(var(--primary-rgb), 0.04);
	box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.08);
}
.job-apply-resume-option__input { position: absolute; opacity: 0; pointer-events: none; }
.job-apply-resume-option__icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--primary-rgb), 0.08);
	color: var(--primary-color);
	font-size: 1.1rem;
	flex: 0 0 42px;
}
.job-apply-resume-option__body { flex: 1; min-width: 0; }
.job-apply-resume-option__title { display: block; font-weight: 700; color: #1e293b; margin-bottom: .15rem; }
.job-apply-resume-option__desc { display: block; font-size: .86rem; color: #64748b; line-height: 1.4; }
.job-apply-resume-option__check {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid rgba(var(--primary-rgb), 0.2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: transparent;
	font-size: .7rem;
	flex: 0 0 22px;
	margin-top: .15rem;
}
.job-apply-resume-option.is-selected .job-apply-resume-option__check {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
	color: #fff;
}
.job-apply-cv-upload {
	margin-top: .85rem;
	padding: 1rem;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px dashed rgba(var(--primary-rgb), 0.18);
}

.job-apply-success-modal .modal-content {
	border: none;
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(var(--primary-rgb), 0.18);
}
.job-apply-success-modal__body { padding: 2rem 1.75rem 1.75rem; }
.job-apply-success-modal__icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 1.25rem;
	border-radius: 50%;
	background: rgba(var(--secondary-rgb), 0.12);
	color: var(--secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}
.job-apply-success-modal__title {
	font-size: 1.45rem;
	font-weight: 800;
	color: var(--primary-color);
	margin-bottom: .65rem;
}
.job-apply-success-modal__text {
	color: #64748b;
	margin-bottom: 1.35rem;
	line-height: 1.55;
}
.job-apply-success-modal__actions {
	display: flex;
	justify-content: center;
	gap: .75rem;
	flex-wrap: wrap;
}

/* Company jobs table */
.company-jobs-table-wrap {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 14px;
}
.candidate-dashboard-shortlisted .company-jobs-table-wrap {
	margin-top: 0;
	padding: 18px 20px 22px;
}
.company-jobs-table__head {
	display: grid;
	grid-template-columns: 48px minmax(180px, 1.4fr) minmax(120px, 1fr) 110px 150px 150px;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	border-radius: 14px;
	background: #1f2630;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.company-jobs-table__row {
	display: grid;
	grid-template-columns: 48px minmax(180px, 1.4fr) minmax(120px, 1fr) 110px 150px 150px;
	align-items: center;
	gap: 12px;
	padding: 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #ebedf2;
}
.company-jobs-table__row:hover{box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.06);}

.company-jobs-table__col--title strong {
	font-size: 16px;
	font-weight: 700;
	color: #10131a;
	line-height: 1.25;
}
.company-jobs-table__col--area,
.company-jobs-table__col--date {
	font-size: 15px;
	color: #5f6775;
}
.company-jobs-table__col--applied {
	display: flex;
	align-items: center;
	gap: 8px;
}
.company-jobs-table__applied-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 28px;
	padding: 0 8px;
	border-radius: 8px;
	background: rgba(47, 111, 237, 0.12);
	color: #2f6fed;
	font-weight: 700;
	font-size: 14px;
}
.company-jobs-table__applied-label {
	font-size: 14px;
	color: #5f6775;
}
.company-jobs-table__col--actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.company-jobs-table__action {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 16px;
	transition: .2s ease;
}
.company-jobs-table__action--search {
	background: #eef2f8;
	color: #4f5d73;
}
.company-jobs-table__action--apply {
	background: #e8f7ef;
	color: #2f8f57;
}
.company-jobs-table__action--view {
	background: #fdeef1;
	color: #c24b63;
}
.company-jobs-table__action:hover {
	transform: translateY(-1px);
	filter: brightness(.97);
}
.company-jobs-table__empty {
	padding: 28px;
	text-align: center;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #ebedf2;
	color: #6c7481;
}

/* Company matched candidates */
.company-job-match-page__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	color: #5e6b83;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: color .2s ease;
}
.company-job-match-page__back:hover { color: var(--primary-color); }
.company-job-match-hero {
	background: #fff;
	border: 1px solid #e8ecf3;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.06);
	overflow: hidden;
	margin-bottom: 22px;
}
.company-job-match-hero__top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 28px 22px;
}
.company-job-match-hero__main {
	flex: 1 1 420px;
	min-width: 0;
}
.company-job-match-hero__eyebrow {
	margin: 0 ;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #8b95a8;
}
.company-job-match-hero__title {
	margin: 0 0 16px;
	font-size: 24px;
	font-weight: 800;
	color: #10131a;
	line-height: 1.15;
	letter-spacing: -.02em;
}
.company-job-match-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.company-job-match-hero__chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 5px 14px 5px 8px;
	border-radius: 999px;
	background: #f5f7fb;
	border: 1px solid #e8edf5;
	color: #4f5d73;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}
.company-job-match-hero__chip-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--primary-rgb), 0.1);
	color: var(--primary-color);
	flex-shrink: 0;
	font-size: 13px;
}
.company-job-match-hero__aside {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	min-width: 150px;
}
.company-job-match-hero__matches {
	width: 100%;
	min-width: 148px;
	padding: 18px 20px 16px;
	border-radius: 16px;
	background: linear-gradient(145deg, var(--primary-color) 0%, #4a49b8 100%);
	color: #fff;
	text-align: center;
	box-shadow: 0 12px 24px rgba(var(--primary-rgb), 0.22);
}
.company-job-match-hero__matches-count {
	display: block;
	font-size: 2.35rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 4px;
}
.company-job-match-hero__matches-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	opacity: .95;
}
.company-job-match-hero__view-job {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: color .2s ease, transform .2s ease;
}
.company-job-match-hero__view-job:hover {
	color: #25247a;
	transform: translateY(-1px);
}
.company-job-match-hero__info {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 28px;
	background: linear-gradient(90deg, rgba(var(--primary-rgb), 0.06) 0%, #f7f9fc 100%);
	border-top: 1px solid #e8ecf3;
	color: #5f6775;
	font-size: 14px;
	line-height: 1.55;
}
.company-job-match-hero__info p {
	margin: 0;
}
.company-job-match-hero__info-icon {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--primary-rgb), 0.12);
	color: var(--primary-color);
	font-size: 15px;
	margin-top: 1px;
}
.company-job-match-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.company-job-match-card {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr) 150px;
	gap: 18px;
	padding: 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e8ebf0;
	align-items: start;
}
.company-job-match-card__photo {
	width: 96px;
	height: 96px;
	border-radius: 12px;
	overflow: hidden;
	background: #f3f5f8;
	border: 1px solid #e3e7ee;
}
.company-job-match-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.company-job-match-card__photo--locked {
	position: relative;
}
.company-job-match-card__photo-lock {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 23, 42, 0.42);
	color: #fff;
	font-size: 28px;
	pointer-events: none;
}
.company-job-match-card__name {
	margin: 0 0 4px;
	font-size: 20px;
	font-weight: 800;
	color: #10131a;
}
.company-job-match-card__headline {
	margin: 0 0 10px;
	color: #6c7481;
	font-size: 15px;
}
.company-job-match-card__facts {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	font-size: 13px;
	color: #5f6775;
}
.company-job-match-card__facts i { color: #2f6fed; margin-right: 5px; }
.company-job-match-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.company-job-match-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	background: #eef1f5;
	color: #6b7380;
}
.company-job-match-badge strong { font-weight: 800; }
.company-job-match-badge.is-perfect { background: #e8f7ef; color: #237a4b; }
.company-job-match-badge.is-partial { background: #e8f1fd; color: #2f6fed; }
.company-job-match-badge.is-none { background: #eef1f5; color: #8a93a3; }
.company-job-match-card__aside {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}
.company-job-match-card__score {
	width: 100%;
	padding: 12px;
	border-radius: 10px;
	border: 1px solid #d9e2ef;
	text-align: center;
}
.company-job-match-card__score-value {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #10131a;
	line-height: 1.1;
}
.company-job-match-card__score-label {
	font-size: 12px;
	font-weight: 700;
	color: #7a8496;
	letter-spacing: .06em;
}
.company-job-match-card__profile-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	padding: 10px 14px;
	border-radius: 10px;
	border: 2px solid #2f6fed;
	color: #2f6fed;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.company-job-match-card__profile-btn:hover {
	background: #2f6fed;
	color: #fff;
}
.company-job-match-card__profile-btn--compact {
	min-width: auto;
	padding: 8px 12px;
	font-size: 12px;
}
.company-job-match-list__empty {
	padding: 0;
}
.company-job-match-hero--applications {
	margin-bottom: 20px;
}
.company-job-match-hero--applications .company-job-match-hero__top {
	padding: 20px 22px 18px;
	gap: 18px;
}
.company-job-match-hero__title--compact {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -.01em;
}
.company-job-match-hero__matches--applications {
	background: #f0f6ff;
	border: 1px solid #d6e4ff;
	box-shadow: none;
	min-width: 120px;
	padding: 14px 16px 12px;
}
.company-job-match-hero__matches--applications .company-job-match-hero__matches-count {
	color: #2f6fed;
	font-size: 1.5rem;
}
.company-job-match-hero__matches--applications .company-job-match-hero__matches-label {
	color: #5e6b83;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: none;
	letter-spacing: 0;
	opacity: 1;
}
.company-job-applications-table-wrap {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.company-job-applications-table__head {
	grid-template-columns: 48px minmax(160px, 1.2fr) minmax(120px, 1fr) 170px 120px 140px;
}
.company-job-applications-table__row {
	grid-template-columns: 48px minmax(160px, 1.2fr) minmax(120px, 1fr) 170px 120px 140px;
}
.company-job-applications-table__actions {
	justify-content: flex-start;
}

@media (max-width: 991px) {
	.company-jobs-table__head { display: none; }
	.company-jobs-table__row,
	.company-job-applications-table__row {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.company-jobs-table__col--actions,
	.company-job-applications-table__actions {
		justify-content: flex-start;
	}
	.company-job-match-card {
		grid-template-columns: 1fr;
	}
	.company-job-match-card__photo { width: 80px; height: 80px; }
	.company-job-match-card__aside {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.company-job-match-hero__top {
		padding: 22px 20px 18px;
	}
	.company-job-match-hero__aside {
		width: 100%;
		align-items: stretch;
	}
	.company-job-match-hero__matches {
		max-width: 220px;
		margin: 0 auto;
	}
	.company-job-match-hero__view-job {
		justify-content: center;
	}
	.company-job-match-hero__info {
		padding: 14px 20px;
	}
}

/* ---------------------------------------------------------------------------
   Reliability Index outcome bands (A+ / A / B / C)
   --------------------------------------------------------------------------- */
.certification-band {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    border: 1px solid transparent;
}

.certification-band__letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .75);
    font-size: 13px;
    font-weight: 700;
}

.certification-band__range {
    font-weight: 500;
    opacity: .75;
    font-size: 12px;
}

.certification-band--success {
    background: #dcfce7;
    border-color: #86efac;
    color: #166534;
}

.certification-band--primary {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #1e40af;
}

.certification-band--warning {
    background: #fef3c7;
    border-color: #fcd34d;
    color: #92400e;
}

.certification-band--danger {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #991b1b;
}

.certification-band--muted {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #475569;
}

.certification-band__outcome {
    line-height: 1.45;
}
