
/*------------------------------------------
Project Name : IBV
Desgined By  : Sharjeel Anjum
Date        :  09/Jan/2026;

Table Of Index
------------------
1. Base css
2. Typography css
3. Header css
4. Top Search css
5. Map search css
6. Revolution slider css
7. How it works css
8. Top Employers css
9. Home Jobs css
10. Video css
11. Testimonials css
12. App Box css
13. Search List css
14. Job Detail css
15. Cms Pages css
16. FAQs css css
17. User Account css
18. 404 Page css
19. About Us css
20. Pay Packages css
21. Blog Listing css
22. Blog Grid css
23. Blog Detail css
24. Blog sidebar css
25. Footer css
26. Media Queries css
27. Candidate Build profile css
------------------------------------------*/


/************************************************
           ==Start Base css==
*************************************************/


:root {
    --primary-color: #1a7ed9;
    --secondary-color: #db4b4b;
    --title-text-color: #77addb;
    --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: 'Nunito', sans-serif;
    --font-open: "Open Sans", sans-serif;
  }



@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400,500,600,700,800&display=swap');




/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Nunito", 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: "Nunito", 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;
	overflow: hidden;
}
.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: 10px;
	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:#39425a;
	line-height: 1.3;
    max-width: 770px;
	margin: 0 auto;
}
.section-title strong {
	font-weight: 900;
}
.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==
*************************************************/

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1030;
}
.site-header.is-scrolled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}
.header {
	position: relative;
	top: auto;
	z-index: 10;
	width: 100%;
	transition: box-shadow 0.25s ease, background 0.25s ease;
}
.site-header.is-scrolled .header {
	background: #fff;
}
.site-header.is-scrolled .main-navbar {
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}
.header .container{max-width: 1320px;}

.header-topbar {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	background: var(--black);
	margin-bottom: 10px;
}

.topbarlinks {
	display: flex;
	align-items: center;
	gap: 3px;
}

.topbar-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding:15px 20px;
	font-size: 0.875rem;
	font-weight: 600;
	background: var(--primary-color);
	color: #ffffff;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	white-space: nowrap;
}

.topbar-link i {
	font-size: 0.8rem;
	opacity: 0.85;
}

.topbar-link:hover {
	color: var(--white);
	background: rgba(255, 255, 255, 0.3);
}

.topbar-link.is-active {
	background: var(--primary-color);
	color: #fff;
	box-shadow: 0 6px 16px rgba(30, 65, 123, 0.22);
}

.topbar-link.is-active i {
	opacity: 1;
}

.topbar-link--candidate {
	background: var(--secondary-color);
}

.topbar-lang-switcher {
	position: relative;
}

.topbar-lang-switcher .topbar-link--lang {
	border: none;
	cursor: pointer;
	line-height: inherit;
}

.topbar-lang-switcher .topbar-link--lang.dropdown-toggle::after {
	margin-left: 0.35em;
	vertical-align: 0.15em;
	opacity: 0.85;
}

.topbar-lang-switcher .topbar-link--lang[aria-expanded="true"] {
	background: rgba(255, 255, 255, 0.3);
	color: var(--white);
}

.topbar-lang-switcher .dropdown-menu {
	margin-top: 0;
	border-radius: 0 0 8px 8px;
	border-top: none;
	min-width: 10rem;
}

.dropdown-item.active, .dropdown-item:active{color:var(--black);}

@media (max-width: 575px) {
	.header-topbar {
		justify-content: center;
		padding: 0 4px;
	}

	.topbarlinks {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		border-radius: 16px;
	}

	.topbar-link {
		padding: 7px 14px;
		font-size: 0.8125rem;
	}
}

.main-navbar {
	padding:10px 25px;
	background: #ffffff;
    border-radius: 15px;
    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: 18px;
	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: 10px;
	padding: 10px 18px;
	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{border: 1px solid #ddd; color: #555;}
.navbar-actions .btn-outline-primary:hover, .navbar-actions .btn-outline-primary:checked, .navbar-actions .btn-outline-primary:active{background: #eee; color: #555;}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{background-color: #fff;}

.navbar-toggler {
	display: inline-block;
	border: none;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-collapse.show {
	overflow: inherit;
	height: auto;
	padding: 12px 0;
}
.dropdown-menu-lg {
	min-width: 260px;
}
.user-dropdown .dropdown-menu {
	min-width: 220px;
}
.navbar-actions {
	margin-left: 12px;
}

.user-dropdown .btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	border: 2px solid rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 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(229, 0, 67, 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 0;
		margin: 0;
		border-top: 1px solid rgba(148, 163, 184, 0.15);
		flex-direction: column;
		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; 
}
.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:linear-gradient(90deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 20%) 100%);
}

.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: 10px;
	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;}
.hero-title__highlight {
	color: var(--primary-color);
	font-weight: 700;
}
.hero-title__highlight-2 {
	color: var(--secondary-color);
	font-weight: 700;
}
.hero-copy {
	font-size: 20px;
	color: var(--white);
	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: 10px;
	margin-bottom: 20px;
}
.herocta a:hover{background: var(--white); color: var(--secondary-color);}
.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: #fff;
	border-radius: 24px;
	color: var(--black);
    margin-top: -70px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.promo-stats-cta {
	flex-shrink: 0;
}
.promo-stats-tagline {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: var(--font-reg);
	line-height: 1.4;
	color: var(--secondary-color);
	opacity: 0.95;
}
.promo-stats-headline {
	margin: 0;
	font-size: 36px;
	font-weight: var(--font-bold);
	line-height: 1.2;
	color: var(--primary-color);
}
.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);
}

/*------------------------------------------
Home Services section
------------------------------------------*/
.home-services-section {
	padding-top: 0px;
	position: relative;
	z-index: 1;
	overflow: visible;
}
.home-services-section:has(.home-services-card-wrap:hover),
.home-services-section:has(.home-services-card-wrap:focus-within) {
	z-index: 50;
}
.home-services-intro {
	max-width: 920px;
	margin: 18px auto 0;
}
.home-services-tabs {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	padding: 8px;
	margin:25px auto 20px auto;
	background: var(--white);
	border: 3px solid rgba(26, 126, 217, 0.12);
	border-radius: 999px;
	box-shadow: 0 14px 40px rgba(26, 126, 217, 0.08);
}
.home-services-tab {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--paragraph-color);
	font-size: 16px;
	font-weight: var(--font-med);
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.home-services-tab i {
	font-size: 18px;
}
.home-services-tab.is-active {
	background: linear-gradient(135deg, var(--primary-color) 0%, #0f5ea8 100%);
	color: var(--white);
	box-shadow: 0 10px 24px rgba(26, 126, 217, 0.28);
}
.home-services-tab:not(.is-active):hover {
	background: rgba(26, 126, 217, 0.08);
	color: var(--primary-color);
}
.home-services-panel {
	display: none;
}
.home-services-panel.is-active {
	display: block;
}
.home-services-feature {	
	margin-bottom: 40px;
	text-align: center;	
}
.home-services-feature__media {
	position: relative;
}
.home-services-feature__image {
	display: block;
}

.home-services-feature__badge {
	position: absolute;
	left: 18px;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: var(--font-bold);
	color: var(--white);
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.home-services-feature__badge--companies {
	background: rgba(26, 126, 217, 0.92);
}
.home-services-feature__badge--applicants {
	background: rgba(59, 179, 86, 0.92);
}
.home-services-feature__title {
	font-size: 30px;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	line-height: 1.25;
	margin: 0 0 18px;
}
.home-services-feature__lead {
	font-size: 17px;
	line-height: 1.75;
	color: var(--paragraph-color);
	margin: 0;
}
.home-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
}
.home-services-card-wrap {
	position: relative;
}
.home-services-card-wrap:hover,
.home-services-card-wrap:focus-within {
	z-index: 100;
}
.home-services-card {
	position: relative;
	padding: 30px;
	background: var(--white);
	border-radius: 30px;
	transition: box-shadow 0.3s ease, transform 0.3s ease, border-radius 0.25s ease;
	overflow: visible;
	border-bottom: 3px solid var(--primary-color);
}
.home-services-card-wrap:hover .home-services-card,
.home-services-card-wrap:focus-within .home-services-card {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
	border-radius: 30px 30px 0 0;
	border-bottom-color: transparent;
	z-index: 100;
}
.home-services-card__steps {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 0 30px;
	margin-top: -2px;
	background: var(--white);
	border-radius: 0 0 30px 30px;
	border-bottom: 3px solid var(--primary-color);
	box-shadow: 0 30px 30px rgba(15, 23, 42, 0.12);
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transition: max-height 0.45s ease, opacity 0.3s ease, padding 0.3s ease;
}
.home-services-card-wrap:hover .home-services-card__steps,
.home-services-card-wrap:focus-within .home-services-card__steps {
	max-height: none;
	opacity: 1;
	overflow-y: auto;
	pointer-events: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
.home-services-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.home-services-step {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}
.home-services-step__num {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background:linear-gradient(135deg, #1279d8 0%, #4bdbda 100%);
	color: var(--white);
	font-size: 16px;
	font-weight: var(--font-bold);
	line-height: 1;
	box-shadow: 0 6px 16px rgba(75, 38, 112, 0.28);
}
.home-services-step__body {
	min-width: 0;
}
.home-services-step__title {
	font-size: 17px;
	font-weight: var(--font-bold);
	color: var(--title-text-color);
	line-height: 1.35;
	margin: 0 0 6px;
}
.home-services-step__text {
	font-size: 15px;
	line-height: 1.65;
	color: var(--paragraph-color);
	margin: 0;
}
.home-services-card--applicants:hover {
	border-color: rgba(59, 179, 86, 0.22);
}
.home-services-card__media {
	margin-bottom:15px;
}
.home-services-card__image {
	width: 40%;
}
.home-services-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 18px;
	border-radius: 16px;
	background: rgba(26, 126, 217, 0.1);
	color: var(--primary-color);
	font-size: 22px;
}
.home-services-card--applicants .home-services-card__icon {
	background: rgba(59, 179, 86, 0.12);
	color: var(--secondary-color);
}
.home-services-card__title {
	font-size: 20px;
	font-weight: var(--font-bold);
	color: var(--primary-color);
	line-height: 1.35;
	margin: 0 0 12px;
}
.home-services-card__text {
	font-size: 15px;
	line-height: 1.7;
	color: var(--paragraph-color);
	margin: 0;
}

/*------------------------------------------
Home References section (carousel)
------------------------------------------*/
.home-references-section {
	overflow: hidden;
    background: #f8f9fa;
    border-radius: 30px;
    padding: 50px 0;
    margin: 0 50px;
}
.home-references-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 48px;
	align-items: center;
}
.home-references-overline {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: var(--font-bold);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8a96a8;
}
.home-references-title {
	max-width: none;
	margin: 0 0 18px;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: var(--font-bold);
	line-height: 1.15;
	color: #39425a;
	text-align: left;
}
.home-references-title__highlight {
	color: var(--primary-color);
}
.home-references-intro {
	max-width: 560px;
	margin: 0 0 34px;
	font-size: 18px;
	line-height: 1.7;
	color: var(--paragraph-color);
}
.home-references-carousel-wrap {
	position: relative;
}

.home-references-slide__quote {
	position: relative;
	margin-bottom: 28px;
}
.home-references-quote-mark {
	position: absolute;
	top: -8px;
	left: -4px;
	font-size: 72px;
	line-height: 1;
	font-weight: var(--font-bold);
	color: rgba(26, 126, 217, 0.12);
	pointer-events: none;
}
.home-references-slide__quote p {
	position: relative;
	margin: 0;
	padding-left: 28px;
	font-size: 17px;
	line-height: 1.8;
	color: #4f5f78;
}
.home-references-slide__quote p strong {
	color: var(--title-text-color);
	font-weight: var(--font-bold);
}
.home-references-slide__author {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 28px;
}
.home-references-author__name {
	font-size: 12px;
	font-weight: var(--font-bold);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8a96a8;
}
.home-references-author__company {
	font-size: clamp(24px, 3vw, 34px);
	font-weight: var(--font-bold);
	line-height: 1.2;
	color: var(--title-text-color);
}
.home-references-author__role {
	font-size: 15px;
	color: var(--paragraph-color);
}
.home-references-controls {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
}
.home-references-nav {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}
.home-references-nav__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--primary-color) 0%, #0f5ea8 100%);
	color: var(--white);
	font-size: 22px;
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 10px 24px rgba(26, 126, 217, 0.28);
}
.home-references-nav__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(26, 126, 217, 0.34);
}
.home-references-progress {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.home-references-progress__dot {
	display: block;
	width: 34px;
	height: 4px;
	border-radius: 999px;
	background: rgba(26, 126, 217, 0.18);
	transition: width 0.3s ease, background 0.3s ease;
}
.home-references-progress__dot.is-active {
	width: 56px;
	background: var(--primary-color);
}
.home-references-visual {
	position: relative;
	min-height: 520px;
}
.home-references-visual__frame {
	position: relative;
	height: 100%;
	min-height: 520px;
}
.home-references-media-carousel,
.home-references-media-carousel .owl-stage-outer,
.home-references-media-carousel .owl-stage,
.home-references-media-carousel .owl-item,
.home-references-media-carousel .item {
	height: 100%;
}
.home-references-blob {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 520px;
	border-radius: 58% 42% 63% 37% / 42% 58% 39% 61%;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(26, 126, 217, 0.12) 0%, rgba(59, 179, 86, 0.08) 100%);
}
.home-references-blob__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
}
.home-references-visual__accent {
	position: absolute;
	right: -28px;
	bottom: -28px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(26, 126, 217, 0.18) 0%, rgba(26, 126, 217, 0) 72%);
	pointer-events: none;
	z-index: -1;
}
.home-references-slide__media--mobile {
	display: none;
	margin-top: 24px;
}

/*------------------------------------------
Home Partners section
------------------------------------------*/
.home-partners-header {
	max-width: 860px;
	margin: 0 auto 48px;
}
.home-partners-overline {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: var(--font-bold);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8a96a8;
}
.home-partners-title {
	max-width: none;
	margin: 0 auto 18px;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: var(--font-bold);
	line-height: 1.2;
	color: #39425a;
	text-align: center;
}
.home-partners-title__highlight {
	color: var(--primary-color);
}
.home-partners-desc {
	max-width: 760px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.75;
	color: var(--paragraph-color);
}
.home-partners-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}
.home-partners-card {
	height: 100%;
}
.home-partners-card__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 140px;
	padding: 28px 24px;
	background: var(--white);
	border: 1px solid rgba(26, 126, 217, 0.1);
	border-radius: 24px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.home-partners-card:hover .home-partners-card__inner {
	transform: translateY(-4px);
	border-color: rgba(26, 126, 217, 0.2);
	box-shadow: 0 18px 40px rgba(26, 126, 217, 0.12);
}
.home-partners-card__logo {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 72px;
	object-fit: contain;
	filter: grayscale(15%);
	opacity: 0.92;
	transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
.home-partners-card:hover .home-partners-card__logo {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.03);
}

/*------------------------------------------
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);
}

/*------------------------------------------
Home story section (alternating image + text)
------------------------------------------*/
.home-story-section {
	position: relative;
	padding-top: 20px;
	padding-bottom: 90px;
	overflow: hidden;
}
.home-story-section__pattern {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(135deg, rgba(26, 126, 217, 0.03) 25%, transparent 25%),
		linear-gradient(225deg, rgba(26, 126, 217, 0.03) 25%, transparent 25%),
		linear-gradient(45deg, rgba(26, 126, 217, 0.03) 25%, transparent 25%),
		linear-gradient(315deg, rgba(26, 126, 217, 0.03) 25%, transparent 25%);
	background-position: 24px 0, 24px 0, 0 0, 0 0;
	background-size: 48px 48px;
	background-color: #fff;
	mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 100%);
	opacity: 0.7;
}
.home-story-section .container {
	position: relative;
	z-index: 1;
}
.home-story-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 56px;
	align-items: center;
	margin-bottom: 72px;
}
.home-story-row:last-child {
	margin-bottom: 0;
}
.home-story-media__frame {
	position: relative;
    width: 100%;
    height: 100%;
    min-height: 520px;
    border-radius: 58% 42% 63% 37% / 42% 58% 39% 61%;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(26, 126, 217, 0.12) 0%, rgba(59, 179, 86, 0.08) 100%);
}
.home-story-media__frame::before {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: inherit;
	pointer-events: none;
	z-index: 1;
}
.home-story-media__frame--accent::after {
	content: "";
	position: absolute;
	top: -18px;
	right: -18px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(26, 126, 217, 0.2) 0%, rgba(26, 126, 217, 0) 72%);
	pointer-events: none;
	z-index: 0;
}
.home-story-media__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 380px;
	object-fit: cover;
}
.home-story-content p {
	margin: 0 0 22px;
	font-size: 17px;
	line-height: 1.85;
	color: #4f5f78;
}
.home-story-content p:last-child {
	margin-bottom: 0;
}
.home-story-content strong {
	color: var(--title-text-color);
	font-weight: var(--font-bold);
}

/*------------------------------------------
Our Focus Industries
------------------------------------------*/

.focus-industries-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 20px;
}
.focus-industry-card {
	border-radius:30px;
	overflow: hidden;
	text-align: center;
	transition: box-shadow 0.3s ease;
	position: relative;
}
.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;
}
.focus-industry-title {
	font-size: 24px;
	font-weight: 600;
	color: var(--white);
	margin: 0;
	line-height: 1.3;
	padding:30px 0 10px 0;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

/*------------------------------------------
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: #e0f7e5;
}
.scaling-card-yellow {
	background: #e0e7f7;
}
.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: #e6004c;
	border-radius: 10px;
	text-decoration: none;
	transition: background 0.3s ease;
}
.candidate-experience-cta:hover {
	background: #c90042;
	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: #f0f2f7;
}
.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: 10px;
	text-decoration: none;
	transition: background 0.3s ease;
}
.why-choose-cta:hover {
	background: #c90042;
	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;
	padding: 20px 15px;
	background: #fff;
	border-radius: 15px;
	text-align: center;
	gap: 8px;
	max-width: 280px;
}
.why-choose-box i {
	font-size: 36px;
	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: #556a8d;
}
.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;
    }
}



/* ================================================
   ==Candidate Dashboard==
================================================ */
.page-title-section {
	padding-top:180px;
	background:url(../images/platform-hero-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height:300px;
	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:50px 0 60px 0;
	background: var(--light-bg);
}

/* Sidebar */
.candidate-dashboard-sidebar {
	background:var(--dark-bg);
	border-radius: 20px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(148, 163, 184, 0.12);
	overflow: hidden;
	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(30, 65, 123, 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(30, 65, 123, 0.06);
	color: var(--white);
}

.candidate-dashboard-nav-link:hover i {
	color: var(--white);
}

.candidate-dashboard-nav-link.active {
	background: var(--primary-color);
	color: var(--white);
	font-weight: var(--font-semi);
}

.candidate-dashboard-nav-link.active i {
	color: var(--white);
}

.candidate-dashboard-nav-link-logout {
	margin-top: 12px;
	padding-top: 16px;
	border-top: 1px solid rgba(148, 163, 184, 0.15);
	color: var(--secondary-color);
}

.candidate-dashboard-nav-link-logout:hover {
	background: rgba(229, 0, 67, 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(3, 1fr);
	gap: 24px;
	margin-bottom: 36px;
}

.candidate-dashboard-stat-card {
	background: var(--white);
	border-radius: 18px;
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	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);
	transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.candidate-dashboard-stat-card:hover {
	box-shadow: 0 12px 32px rgba(30, 65, 123, 0.1), 0 4px 8px rgba(0, 0, 0, 0.04);
	transform: translateY(-3px);
	border-color: rgba(30, 65, 123, 0.15);
}

.candidate-dashboard-stat-icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}

.candidate-dashboard-stat-icon-resume {
	background: linear-gradient(135deg, rgba(30, 65, 123, 0.12) 0%, rgba(30, 65, 123, 0.06) 100%);
	color: var(--primary-color);
}

.candidate-dashboard-stat-icon-apps {
	background: linear-gradient(135deg, rgba(229, 0, 67, 0.12) 0%, rgba(229, 0, 67, 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(30, 65, 123, 0.12) 0%, rgba(30, 65, 123, 0.06) 100%);
	color: var(--primary-color);
}

.candidate-dashboard-stat-icon-upcoming {
	background: linear-gradient(135deg, rgba(229, 0, 67, 0.12) 0%, rgba(229, 0, 67, 0.06) 100%);
	color: var(--secondary-color);
}

.candidate-dashboard-stat-icon-notifications {
	background: linear-gradient(135deg, rgba(10, 197, 26, 0.12) 0%, rgba(10, 197, 26, 0.06) 100%);
	color: var(--success-color);
}

.candidate-dashboard-stat-card--link {
	text-decoration: none;
	color: inherit;
}

.candidate-dashboard-stat-card--link:hover {
	text-decoration: none;
	color: inherit;
}

.candidate-dashboard-stat-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.candidate-dashboard-stat-value {
	font-size: 32px;
	font-weight: 800;
	color: var(--title-text-color);
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.candidate-dashboard-stat-label {
	font-size: 14px;
	color: #64748b;
	font-weight: var(--font-med);
}

/* Profile setup prompt (below stats) */
.candidate-dashboard-setup-alert {
	border-radius: 18px !important;
	padding: 20px 24px !important;
	background: linear-gradient(135deg, rgba(255, 193, 7, 0.12) 0%, rgba(255, 193, 7, 0.05) 100%) !important;
	border: 1px solid rgba(245, 158, 11, 0.35) !important;
	color: var(--title-text-color);
}

.candidate-dashboard-setup-alert .candidate-dashboard-setup-alert-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(245, 158, 11, 0.2);
	color: #b45309;
	font-size: 20px;
}

.candidate-dashboard-setup-alert .btn-primary {
	border-radius: 12px;
	padding: 10px 20px;
	font-weight: var(--font-med);
}

/* Shortlisted Jobs Section */
.candidate-dashboard-shortlisted, .company-sent-candidates {
	background: var(--white);
	border-radius: 20px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(148, 163, 184, 0.08);
	margin-bottom: 32px;
	overflow: hidden;
}

.candidate-dashboard-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 28px;
	border-bottom: 1px solid #e3eefb;
}

.candidate-dashboard-section-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--title-text-color);
	margin: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}

.candidate-dashboard-section-title i {
	color: #f59e0b;
	font-size: 18px;
}

.candidate-dashboard-section-link {
	font-size: 15px;
	font-weight: var(--font-semi);
	color: var(--primary-color);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color 0.2s ease, gap 0.2s ease;
}

.candidate-dashboard-section-link:hover {
	color: var(--secondary-color);
	gap: 10px;
}

.candidate-dashboard-shortlisted-list {
	display: flex;
	flex-direction: column;
}

.candidate-dashboard-shortlisted-item {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 24px 28px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.08);
	transition: background 0.2s ease;
}

.candidate-dashboard-shortlisted-item:last-child {
	border-bottom: none;
}

.candidate-dashboard-shortlisted-item:hover {
	background: rgba(30, 65, 123, 0.02);
}

.candidate-dashboard-shortlisted-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(30, 65, 123, 0.1) 0%, rgba(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 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-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(30, 65, 123, 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;
}

/* 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(229, 0, 67, 0.18);
	color: #ff9db2;
}
.company-dashboard-section .company-dashboard-content {
	padding-left: 28px;
}
.company-dashboard-welcome-banner {
	background: linear-gradient(90deg, #6d6fe7 0%, #7f83f5 60%, #8b87ef 100%);
	border-radius: 8px;
	padding: 18px 20px;
	margin-bottom: 14px;
	box-shadow: 0 10px 20px rgba(109, 111, 231, 0.22);
}
.company-dashboard-welcome-banner h3 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 8px;
}
.company-dashboard-welcome-banner p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}
.company-dashboard-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-bottom: 36px;
}
.company-dashboard-stat-card {
	border-radius: 8px;
	padding: 16px 16px 14px;
	color: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.company-dashboard-stat-card-purple {
	background: linear-gradient(135deg, #7d7ae8 0%, #6d6fe7 100%);
}
.company-dashboard-stat-card-green {
	background: linear-gradient(135deg, #2bcfb9 0%, #35d8b2 100%);
}
.company-dashboard-stat-card-coral {
	background: linear-gradient(135deg, #ff838c 0%, #f39b9f 100%);
}
.company-dashboard-stat-card-orange {
	background: linear-gradient(135deg, #f6c086 0%, #f2b07a 100%);
}
.company-dashboard-stat-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
.company-dashboard-stat-title {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.92);
}
.company-dashboard-stat-icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.2);
	font-size: 13px;
}
.company-dashboard-stat-value {
	display: block;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 8px;
}
.company-dashboard-stat-foot {
	display: flex;
	align-items: center;
	gap: 8px;
}
.company-dashboard-stat-badge {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	padding: 3px 7px;
	line-height: 1.1;
}
.company-dashboard-stat-meta {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.92);
}


.formcard{background: var(--white); padding: 30px; border-radius: 20px; margin-bottom: 30px;}
.formcartitle{font-size: 24px; font-weight: 700; margin-bottom: 30px; color: var(--dark-bg);}
.settings-grid .col-lg-6, .settings-grid .col-lg-12{margin-top: 20px;}

/* Candidate — change password */
.change-password-page {
	margin-bottom: 8px;
}
.change-password-hero {
	display: flex;
	gap: 22px;
	align-items: flex-start;
	background: linear-gradient(135deg, rgba(30, 65, 123, 0.09) 0%, rgba(229, 0, 67, 0.05) 100%);
	border: 1px solid rgba(30, 65, 123, 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%, #163a6b 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	flex-shrink: 0;
	box-shadow: 0 10px 28px rgba(30, 65, 123, 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(30, 65, 123, 0.07);
}
.change-password-footer {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid rgba(148, 163, 184, 0.15);
}
.change-password-footer .form-actions {
	margin-top: 0;
}
@media (max-width: 575px) {
	.change-password-hero {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.change-password-hero-text {
		text-align: center;
	}
	.change-password-footer .form-actions {
		justify-content: stretch;
	}
	.change-password-footer .form-actions .btn {
		flex: 1;
	}
}

.userimgupbox{text-align: center; margin-bottom: 30px;}
.imagearea{display: inline-block;}
.imagearea img{width: 120px; height: 120px; border-radius: 50%; object-fit: cover; border: 1px solid #ddd; padding: 5px;}
.imagearea label{display: block;}
.formrow > label.btn {
    background: none;
    color: #8b8b8b;
    border: 2px dashed #ccc;
    margin-bottom: 0;
    margin-top: 5px;
	    display: inline-block;
		border-radius: 5px;
    padding: 10px 30px;
    font-size: 16px;
	text-transform: uppercase;
}


.settings-grid .grid-span-2 {
    grid-column: span 2;
}
.settings-grid .form-label {
    font-weight: 600;
    color: #0f172a;
    font-size: 0.92rem;
    margin-bottom: 6px;
}
.settings-grid .form-control,
.settings-grid .form-select {
    border-radius: 14px;
    border: 2px solid #e7e9eb;
    background: #f8fafc;
    padding: 12px 16px;
    font-size: 18px;
	appearance: auto;
}
.settings-grid textarea.form-control {
    min-height: 120px;
}

.settings-grid .form-control:focus,
.settings-grid .form-select:focus {
    border-color: rgba(37, 99, 235, 0.7);
    box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.14);
}
.settings-grid .form-control:disabled {
    background-color:#e9ecef;
    opacity: 1;
	cursor: not-allowed;
}



.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
	margin-top: 30px;
}
.form-actions .btn {
    border-radius: 12px;
    padding: 12px 22px;
    font-weight: 600;
}
.form-actions .btn-primary {
	border: none;
	background: var(--primary-color);
}


/* Candidate Dashboard Responsive */
@media (max-width: 991px) {
	.candidate-dashboard-sidebar {
		position: static;
		margin-bottom: 24px;
	}
	.candidate-dashboard-content {
		padding-left: 0;
	}
	.candidate-dashboard-stats {
		grid-template-columns: repeat(2, 1fr);
	}
	.candidate-dashboard-shortlisted-item {
		flex-wrap: wrap;
		gap: 16px;
		padding: 20px 24px;
	}
	.candidate-dashboard-shortlisted-badge {
		order: 3;
		width: 100%;
		margin-left: 72px;
	}
	.candidate-dashboard-shortlisted-action {
		margin-left: auto;
	}
	.candidate-dashboard-cards {
		grid-template-columns: 1fr;
	}
	.company-dashboard-section .company-dashboard-content {
		padding-left: 0;
	}
	.company-dashboard-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.page-title-section {
		padding-top: 120px;
		padding-bottom: 20px;
	}
	.page-title-section h1 {
		font-size: 26px;
	}
	.candidate-dashboard-section {
		padding-bottom: 40px;
	}
	.candidate-dashboard-user-card {
		padding: 24px 20px;
	}
	.candidate-dashboard-user-avatar {
		width: 72px;
		height: 72px;
	}
	.candidate-dashboard-user-initials {
		font-size: 22px;
	}
	.candidate-dashboard-user-name {
		font-size: 16px;
	}
	.candidate-dashboard-welcome {
		margin-bottom: 28px;
		padding-bottom: 24px;
	}
	.candidate-dashboard-welcome-title {
		font-size: 24px;
	}
	.candidate-dashboard-stats {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 28px;
	}
	.candidate-dashboard-stat-card {
		padding: 24px 24px;
		flex-direction: row;
		align-items: center;
		gap: 20px;
	}
	.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 (IBV design)
------------------------------------------*/
.footer-ibv {
	padding-top: 0;
}
.footer-ibv .footer-main {
	background: #ffffff;
	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: #000000;
	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: #000000;
	line-height: 1.5;
	margin: 0;
}
.footer-ibv .footer-title {
	font-size: 22px;
	font-weight: var(--font-bold);
	color: var(--primary-color);
	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: #787f88;
	text-decoration: none;
	transition: color 0.2s ease;
}
.footer-ibv .footer-links a:hover {
	color: var(--black);
}
.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: #787f88;
	font-size: 24px;
	transition: opacity 0.2s ease;
}
.footer-social a:hover {
	opacity: 0.8;
	color: var(--black);
}
.footer-contact-block {
	margin-top: 0;
}
.footer-help {
	font-size: 14px;
	color: #d2d8e0;
	margin: 0 0 6px;
}
.footer-email,
.footer-phone {
	font-size: 18px;
	font-weight: var(--font-bold);
	color: var(--black);
	text-decoration: none;
	transition: opacity 0.2s ease;
}
.footer-email:hover,
.footer-phone:hover {
	opacity: 0.9;
	color: var(--primary-color);
}
.footer-phone {
	margin-top: 4px;
}
.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 {
		padding: 0;
	}
	.home-services-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.home-services-feature {
		grid-template-columns: 1fr;
		padding: 24px;
	}
	.home-services-feature__image {
		height: 260px;
	}
	.home-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.home-references-layout {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	.home-references-visual {
		display: none;
	}
	.home-references-slide__media--mobile {
		display: block;
	}
	.home-references-slide__media--mobile .home-references-blob {
		min-height: 320px;
	}
	.home-references-slide__media--mobile .home-references-blob__image {
		min-height: 320px;
	}
	.home-partners-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.home-story-row,
	.home-story-row--reverse {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.home-story-row--reverse .home-story-media {
		order: -1;
	}
	.home-story-media__image {
		min-height: 300px;
	}
	.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;
	}
	.home-services-tabs {
		width: 100%;
		border-radius: 20px;
	}
	.home-services-tab {
		flex: 1 1 100%;
		justify-content: center;
	}
	.home-services-grid {
		grid-template-columns: 1fr;
	}
	.home-services-feature__title {
		font-size: 24px;
	}
	.home-references-title {
		font-size: 32px;
	}
	.home-references-intro {
		font-size: 16px;
		margin-bottom: 24px;
	}
	.home-references-slide__quote p {
		font-size: 16px;
		padding-left: 22px;
	}
	.home-references-author__company {
		font-size: 24px;
	}
	.home-references-nav__btn {
		width: 46px;
		height: 46px;
		font-size: 20px;
	}
	.home-partners-section {
		padding-bottom: 60px;
	}
	.home-partners-header {
		margin-bottom: 32px;
	}
	.home-partners-desc {
		font-size: 16px;
	}
	.home-partners-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.home-partners-card__inner {
		min-height: 112px;
		padding: 22px 18px;
		border-radius: 18px;
	}
	.home-partners-card__logo {
		max-height: 64px;
	}
	.home-story-section {
		padding-bottom: 60px;
	}
	.home-story-row {
		margin-bottom: 48px;
	}
	.home-story-content p {
		font-size: 16px;
		line-height: 1.8;
	}
	.home-story-media__image {
		min-height: 260px;
	}
	.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(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 0.18);
	border-radius: var(--candidate-bp-card-radius, 16px);
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(30, 65, 123, 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(30, 65, 123, 0.08) 0%, rgba(30, 65, 123, 0.02) 50%, rgba(229, 0, 67, 0.04) 100%);
	border-bottom: 1px solid rgba(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 0.06);
	border: 1px solid rgba(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 0.22);
	box-shadow: 0 4px 14px rgba(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 0.04) 0%, rgba(30, 65, 123, 0.01) 100%);
	border: 1px dashed rgba(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 0.06) 0%, rgba(30, 65, 123, 0.02) 100%);
	border: 1px solid rgba(30, 65, 123, 0.12);
	border-radius: 12px;
	padding: 0.75rem 1rem;
	min-width: 220px;
}

.candidate-doc-progress {
	flex: 1;
	height: 8px;
	background: rgba(30, 65, 123, 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(30, 65, 123, 0.1) !important;
}

.candidate-doc-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 0.88) 0%, rgba(20, 40, 80, 0.82) 45%, rgba(229, 0, 67, 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(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 0.2);
	box-shadow: 0 8px 28px rgba(30, 65, 123, 0.08);
}
.about-us-page .about-us-value-tile--accent {
	background: linear-gradient(160deg, rgba(30, 65, 123, 0.06) 0%, rgba(229, 0, 67, 0.06) 100%);
	border-color: rgba(30, 65, 123, 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(30, 65, 123, 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, #e50043 0%, #1e417b 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(30, 65, 123, 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(30, 65, 123, 0.12);
}
.recruitment-page .recruitment-feature-card::after {
	content: "";
	position: absolute;
	top: -30px;
	right: -30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: rgba(30, 65, 123, 0.06);
}
.recruitment-page .recruitment-feature-icon {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(30, 65, 123, 0.14) 0%, rgba(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 0.95) 0%, rgba(30, 65, 123, 0.78) 60%, rgba(229, 0, 67, 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, #e50043 0%, #1e417b 100%);
	border-radius: 30px;
	padding: 42px 36px;
	box-shadow: 0 20px 45px rgba(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 0.45);
	box-shadow: 0 0 0 3px rgba(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 0.88) 0%, rgba(20, 40, 80, 0.82) 45%, rgba(229, 0, 67, 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: #e50043;
}
.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: #e50043;
	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(229, 0, 67, 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;
	}
}

/* Single services page (Leistungen-style) */
.services-hero--leistungen {
	padding-bottom: 70px;
}
.services-process-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 42px;
}
.services-process-nav__item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 22px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	text-decoration: none;
	transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.services-process-nav__item:hover {
	background: #fff;
	color: #1e417b;
	border-color: #fff;
	transform: translateY(-2px);
}
.services-process-nav__step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	font-size: 0.85rem;
	font-weight: 700;
}
.services-process-nav__item:hover .services-process-nav__step {
	background: rgba(30, 65, 123, 0.1);
	color: #1e417b;
}
.services-process-nav__label {
	font-weight: 600;
	font-size: 0.98rem;
}
.services-process-nav__divider {
	width: 28px;
	height: 2px;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 999px;
}
.services-split-section {
	padding-top: 90px;
	padding-bottom: 90px;
}
.services-split-section--alt {
	background: #f8fafc;
}
.services-split-section__title {
	font-size: 48px;
    font-weight: var(--font-bold);
    color: var(--title-text-color);
	margin-bottom: 20px;
	line-height: 1.2;
}
.services-split-section__subtitle {
	font-size: 1.08rem;
	line-height: 1.75;
	color: #64748b;
	margin-bottom: 28px;
}
.services-split-section__content {
	max-width: 620px;
}
.services-split-section__media {
	position: relative;
}
.services-split-section__image {
	width: 100%;
	border-radius: 28px;
	object-fit: cover;
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}
.services-steps-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.services-steps-list__item {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}
.services-steps-list__number {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #1e417b 0%, #e50043 100%);
	color: #fff;
	font-weight: 800;
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 20px rgba(30, 65, 123, 0.18);
}
.services-steps-list__body {
	flex: 1;
	padding-top: 2px;
}
.services-steps-list__title {
	font-size: 1.12rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 6px;
}
.services-steps-list__text {
	margin: 0;
	color: #475569;
	line-height: 1.7;
	font-size: 0.98rem;
}
.services-benefits-section--leistungen {
	background: #fff;
	color: #0f172a;
}
.services-benefits-section--leistungen .services-benefits-section__title {
	color: #0f172a;
}
.services-benefit-card--leistungen {
	height: 100%;
	background: #e0eff7;
	border-radius: 30px;
	padding: 35px;
}

.services-benefits-section .row .col-lg-3:nth-child(2) .services-benefit-card--leistungen {
	background: #f7e0e7;
}
.services-benefits-section .row .col-lg-3:nth-child(3) .services-benefit-card--leistungen {
	background: #f7f7e0;
}
.services-benefits-section .row .col-lg-3:nth-child(4) .services-benefit-card--leistungen {
	background: #e0f7e8;
}	




.services-benefit-card--leistungen .services-benefit-card__title {
	color: #0f172a;
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.services-benefit-card--leistungen .services-benefit-card__text {
	color: #475569;
	line-height: 1.7;
	margin: 0;
}

.services-cta-panel {
	background: #fff;
	border-radius: 30px;
	padding: 56px 32px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
.services-cta-panel__title {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 14px;
}
.services-cta-panel__text {
	max-width: 720px;
	margin: 0 auto 24px;
	color: #64748b;
	font-size: 1.05rem;
	line-height: 1.7;
}
.services-cta-panel__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	border-radius: 999px;
	background: linear-gradient(135deg, #1e417b 0%, #e50043 100%);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.services-cta-panel__btn:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(229, 0, 67, 0.28);
}
html {
	scroll-behavior: smooth;
}
#home,
#dienstleistungen,
#referenzen,
#uber-uns {
	scroll-margin-top: 140px;
}
@media (max-width: 991px) {
	
	.services-split-section__content {
		max-width: none;
	}
}
@media (max-width: 767px) {
	.services-split-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.services-process-nav__divider {
		display: none;
	}
	.services-process-nav__item {
		width: 100%;
		justify-content: center;
	}
	.services-cta-panel {
		padding: 40px 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: #e50043;
}














.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.03em;
	color: #6db8d6;
	line-height: 1.4;
}
.company-candidate-card__status--interview {
	color: #0d6efd;
}
.company-candidate-card__status--hired {
	color: #198754;
	letter-spacing: 0.02em;
	text-transform: none;
}
.company-candidate-card__progress {
	margin-top: 8px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	align-items: center;
	position: relative;
}
.company-candidate-card__progress--with-visa {
	grid-template-columns: repeat(7, 1fr);
}
.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;
	display: flex;
	align-items: center;
	justify-content: center;
}
.company-candidate-card__dot.is-active {
	background: #4bb3dc;
}
.company-candidate-card__dot--visa {
	width: 22px;
	height: 22px;
	background: #198754;
	color: #fff;
	font-size: 10px;
	box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.18);
}
.company-candidate-card__dot--visa.is-active {
	background: #198754;
}
.company-candidate-card__visa-msg {
	margin: 8px 0 0;
	font-size: 12px;
	font-weight: 600;
	color: #198754;
	text-align: center;
	line-height: 1.3;
}
.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, #1e417b);
	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, #1e417b);
	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, #1e417b);
	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, #1e417b);
}
.cookie-consent__actions .cookie-consent__btn--custom:hover {
	background: #edf3ff;
	border-color: #b3c2de;
}
.cookie-consent__actions .cookie-consent__btn--accept {
	background: var(--primary-color, #1e417b);
	border-color: var(--primary-color, #1e417b);
	color: #fff;
	box-shadow: 0 6px 12px rgba(30, 65, 123, 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:1.25rem}
.company-candidate-profile__toolbar{display:flex;align-items:center}
.company-candidate-profile__back{display:inline-flex;align-items:center;gap:.55rem;color:#4a5d7c;font-weight:600;text-decoration:none;font-size:.92rem;transition:color .2s ease}
.company-candidate-profile__back:hover{color:var(--primary-color)}
.company-candidate-profile__hero{position:relative;background:#fff;border:1px solid #dfe7f3;border-radius:20px;overflow:hidden;box-shadow:0 16px 40px rgba(16,33,63,.07)}
.company-candidate-profile__hero-band{height:20px;background:linear-gradient(135deg,#1e417b 0%,#2f5da0 45%,#e50043 100%)}
.company-candidate-profile__hero-body{padding:0 1.5rem 1.5rem;margin-top:20px;display:flex;flex-direction:column;gap:1.25rem}
.company-candidate-profile__hero-main{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}
.company-candidate-profile__identity{display:flex;gap:1.1rem;min-width:0}
.company-candidate-profile__avatar-wrap{position:relative;flex:0 0 auto}
.company-candidate-profile__avatar{width:112px;height:112px;border-radius:22px;object-fit:cover;border:4px solid #fff;box-shadow:0 12px 28px rgba(16,33,63,.14);background:#f3f6fb}
.company-candidate-profile__verified{width:30px;height:30px;border-radius:50%;background:#22c55e;color:#fff;border:3px solid #fff;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem}
.company-candidate-profile__identity-body{display:flex;flex-direction:column;gap:.35rem;padding-bottom:.15rem;min-width:0}
.company-candidate-profile__tag{display:inline-flex;align-items:center;padding:.28rem .72rem;border-radius:999px;background:#e8f7ef;color:#1f7d53;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;width:fit-content}
.company-candidate-profile__name{margin:0;font-size:clamp(1.6rem,2.8vw,2.15rem);font-weight:800;color:#10213f;line-height:1.12;    display: flex;
    align-items: center;
    gap: 20px;}
.company-candidate-profile__headline{margin:0;color:#5e6d85;font-size:1rem;font-weight:500}
.company-candidate-profile__headline-dot{margin:0 .35rem;color:#9aa8bf}
.company-candidate-profile__meta-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}
.company-candidate-profile__meta-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .78rem;border-radius:999px;background:#f4f7fc;border:1px solid #e3eaf5;color:#4f607b;font-size:.84rem;font-weight:600}
.company-candidate-profile__meta-pill i{color:#2f67d8;font-size:.78rem}
.company-candidate-profile__stage{display:flex;flex-direction:column;align-items:flex-end;gap:.55rem;min-width:280px}
.company-candidate-profile__stage-label{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#7b8ca8}
.company-candidate-profile__progress{display:flex;align-items:center;justify-content:flex-end;gap:0;max-width:360px;width:100%}
.company-candidate-profile__dot{position:relative;display:inline-flex;width:12px;height:12px;border-radius:50%;background:#cfd8e6;flex:0 0 auto}
.company-candidate-profile__dot:not(:last-child){margin-right:30px}
.company-candidate-profile__dot:not(:last-child)::after{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);width:30px;height:2px;background:#cfd8e6}
.company-candidate-profile__dot.is-active,.company-candidate-profile__dot.is-active:not(:last-child)::after{background:#56b6de}
.company-candidate-profile__stage-text{font-size:.92rem;color:#5f6e86;text-align:right}
.company-candidate-profile__stage-text strong{color:#1e417b}
.company-candidate-profile__actions{display:flex;flex-wrap:wrap;gap:.65rem;padding-top:15px;border-top:1px solid #edf1f7}
.company-candidate-profile__action-btn{border-radius:12px;font-weight:700;padding:.72rem 1.15rem}
.company-candidate-profile__actions .btn-primary{box-shadow:0 10px 22px rgba(30,65,123,.22)}
.company-candidate-profile__jobs{background:#fff;border:1px solid #dfe7f3;border-radius:18px;padding:1.15rem 1.35rem;box-shadow:0 8px 24px rgba(16,33,63,.04)}
.company-candidate-profile__jobs-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.85rem;flex-wrap:wrap}
.company-candidate-profile__jobs-head h3{margin:0;font-size:1.1rem;font-weight:800;color:#10213f}
.company-candidate-profile__jobs-head span{color:#6b7c96;font-size:.88rem}
.company-candidate-profile__jobs-list{display:flex;flex-wrap:wrap;gap:.55rem}
.company-candidate-profile__job-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .9rem;border-radius:999px;background:#eef4ff;border:1px solid #d7e4fb;color:#1e417b;font-size:.86rem;font-weight:700}
.company-candidate-profile__job-chip i{font-size:.78rem;opacity:.85}
.company-candidate-profile__layout{margin-top:.15rem}
.company-candidate-profile__panel{background:#fff;border:1px solid #dfe7f3;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(16,33,63,.04);margin-bottom:1rem}
.company-candidate-profile__panel:last-child{margin-bottom:0}
.company-candidate-profile__panel-head{display:flex;align-items:center;gap:.9rem;padding:1.1rem 1.35rem;background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);border-bottom:1px solid #edf1f7}
.company-candidate-profile__panel-icon{width:44px;height:44px;border-radius:14px;background:#e8f0ff;color:#1e417b;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;flex:0 0 auto}
.company-candidate-profile__panel-head h3{margin:0;font-size:1.12rem;font-weight:800;color:#10213f}
.company-candidate-profile__panel-head p{margin:.15rem 0 0;color:#6b7c96;font-size:.86rem}
.company-candidate-profile__panel-body{padding:1.2rem 1.35rem}
.company-candidate-profile__summary-text{margin:0;font-size:1.02rem;line-height:1.75;color:#2e405f}
.company-candidate-profile__stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}
.company-candidate-profile__stat{padding:.95rem 1rem;border-radius:14px;background:#f7f9fd;border:1px solid #e7edf6}
.company-candidate-profile__stat-label{display:block;font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#7b8ca8;margin-bottom:.35rem}
.company-candidate-profile__stat strong{display:block;font-size:1rem;color:#10213f;font-weight:700;line-height:1.35}
.company-candidate-profile__skills{display:flex;flex-wrap:wrap;gap:.55rem}
.company-candidate-profile__skill-chip{display:inline-flex;align-items:center;padding:.48rem .92rem;border-radius:999px;background:#eef4ff;border:1px solid #d9e6fb;color:#1e417b;font-weight:600;font-size:.86rem}
.company-candidate-profile__empty{margin:0;color:#7b8ca8;font-size:.95rem}
.company-candidate-profile__timeline-item{display:grid;grid-template-columns:18px 1fr;gap:.85rem;padding-bottom:1.15rem}
.company-candidate-profile__timeline-item:last-child{padding-bottom:0}
.company-candidate-profile__timeline-marker{position:relative;width:12px;height:12px;border-radius:50%;background:#56b6de;margin-top:.35rem;box-shadow:0 0 0 4px rgba(86,182,222,.18)}
.company-candidate-profile__timeline-item:not(:last-child) .company-candidate-profile__timeline-marker::after{content:"";position:absolute;left:50%;top:16px;transform:translateX(-50%);width:2px;height:calc(100% + 1rem);background:#dbe4f0}
.company-candidate-profile__timeline-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.35rem}
.company-candidate-profile__timeline-top h4{margin:0;font-size:1.05rem;font-weight:800;color:#10213f;line-height:1.3}
.company-candidate-profile__timeline-date{flex:0 0 auto;font-size:.8rem;font-weight:700;color:#6b7c96;background:#f4f7fc;border:1px solid #e3eaf5;border-radius:999px;padding:.28rem .65rem;white-space:nowrap}
.company-candidate-profile__timeline-sub{margin:0 0 .25rem;color:#5f6e86;font-size:.9rem;line-height:1.5}
.company-candidate-profile__timeline-sub i{width:16px;margin-right:.35rem;color:#7b8ca8}
.company-candidate-profile__timeline-desc{margin:.55rem 0 0;color:#2e405f;line-height:1.65;font-size:.94rem}
.company-candidate-profile__sidebar{background:#fff;border:1px solid #dfe7f3;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(16,33,63,.06)}
.company-candidate-profile__sidebar-head{padding:1.15rem 1.25rem;background:linear-gradient(135deg,#1e417b 0%,#2a4f8c 100%);color:#fff}
.company-candidate-profile__sidebar-head h3{margin:0;font-size:1.08rem;font-weight:800}
.company-candidate-profile__sidebar-head p{margin:.25rem 0 0;font-size:.84rem;opacity:.82; color: #fff;}
.company-candidate-profile__detail-cards{display:flex;flex-direction:column;gap:.65rem;padding:1rem}
.company-candidate-profile__detail-card{display:flex;align-items:center;gap:.85rem;padding:.85rem .9rem;border-radius:14px;background:#f8fafc;border:1px solid #e8edf5}
.company-candidate-profile__detail-icon{width:40px;height:40px;border-radius:12px;background:#e8f0ff;color:#1e417b;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.company-candidate-profile__detail-body{display:flex;flex-direction:column;gap:.15rem;min-width:0}
.company-candidate-profile__detail-label{font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#7b8ca8}
.company-candidate-profile__detail-value{font-size:.98rem;font-weight:700;color:#10213f}
.company-candidate-profile__detail-value.is-yes{color:#1f7d53}
.company-candidate-profile__detail-value.is-no{color:#c2410c}
.company-candidate-profile__details-sticky{position:sticky;top:90px}

@media (max-width: 1199px){
	.company-candidate-profile__hero-main{align-items:flex-start}
	.company-candidate-profile__stage{align-items:flex-start;min-width:0;width:100%}
	.company-candidate-profile__progress{justify-content:flex-start}
	.company-candidate-profile__stage-text{text-align:left}
}
@media (max-width: 991px){
	.company-candidate-profile__identity{flex-direction:column;align-items:flex-start}
	.company-candidate-profile__avatar-wrap{margin-left:.15rem}
	.company-candidate-profile__stat-grid{grid-template-columns:1fr}
	.company-candidate-profile__details-sticky{position:static}
	.company-candidate-profile__timeline-top{flex-direction:column;gap:.35rem}
}
@media (max-width: 767px){
	.company-candidate-profile__hero-body{padding:0 1rem 1rem}
	.company-candidate-profile__actions{flex-direction:column}
	.company-candidate-profile__action-btn{width:100%}
}

/************************************************
     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(30, 65, 123, 0.06) 0%, rgba(229, 0, 67, 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(30, 65, 123, 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(30, 65, 123, 0.1), rgba(229, 0, 67, 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(30, 65, 123, 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(30, 65, 123, 0.08), rgba(30, 65, 123, 0.02));
	border: 1px solid rgba(30, 65, 123, 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(30, 65, 123, 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(30, 65, 123, 0.95) 0%, rgba(30, 65, 123, 0.82) 55%, rgba(229, 0, 67, 0.75) 100%);
	border-radius: 18px;
	color: #fff;
	box-shadow: 0 12px 32px rgba(30, 65, 123, 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(30, 65, 123, 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;
}

/************************************************
     Kick-Off meeting booking (public)
************************************************/
.kickoff-page-hero {
	padding:200px 0 2rem 0;
	background: url(../images/platform-hero-bg.jpg) no-repeat center;
    background-size: cover;
}

.candidate-kickoff-hero__btn {
	display: inline-block;
	margin-top: 1.5rem;
	background: var(--primary-color);
	color: #fff !important;
	font-weight: 600;
	padding: 0.85rem 1.75rem;
	border-radius: 999px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.candidate-kickoff-hero__btn:hover {
	background: #163566;
	transform: translateY(-1px);
	color: #fff !important;
}

.kickoff-booking-page .kickoff-booking-section {
	padding:50px 0 ;
}

.candidate-kickoff-section-title {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
	color: var(--title-text-color);
	margin-bottom: 2.5rem;
}

.candidate-kickoff-steps {
	padding: 3.5rem 0 2rem;
	background: #fff;
}

.candidate-kickoff-step-card {
	height: 100%;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 1.5rem 1.25rem;
}

.candidate-kickoff-step-card__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: var(--primary-color);
	color: #fff;
	font-weight: 700;
	font-size: 0.95rem;
	margin-bottom: 1rem;
}

.candidate-kickoff-step-card__title {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--title-text-color);
	margin-bottom: 0.65rem;
}

.candidate-kickoff-step-card__text {
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--paragraph-color);
	margin: 0;
}

.candidate-kickoff-benefits {
	padding: 3rem 0;
	background: linear-gradient(180deg, #f1f6fc 0%, #fff 100%);
}

.candidate-kickoff-benefit-card {
	height: 100%;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 6px 24px rgba(30, 65, 123, 0.06);
	padding: 1.5rem 1.35rem;
	border-left: 4px solid var(--primary-color);
}

.candidate-kickoff-benefit-card__title {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--title-text-color);
	margin-bottom: 0.5rem;
}

.candidate-kickoff-benefit-card__text {
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--paragraph-color);
	margin: 0;
}

.candidate-kickoff-cta {
	padding: 3.5rem 0 4.5rem;
	background: url(../images/platform-hero-bg.jpg) no-repeat center;
	background-size: cover;
}

.candidate-kickoff-cta__inner {
	max-width: 720px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.94);
	border-radius: 18px;
	padding: 2.5rem 2rem;
	box-shadow: 0 12px 40px rgba(30, 65, 123, 0.1);
}

.candidate-kickoff-cta__title {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
	color: var(--title-text-color);
	margin-bottom: 1rem;
}

.candidate-kickoff-cta__text {
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--paragraph-color);
	margin-bottom: 1.5rem;
}

.candidate-kickoff-cta__btn {
	display: inline-block;
	background: var(--primary-color);
	color: #fff !important;
	font-weight: 600;
	padding: 0.85rem 1.75rem;
	border-radius: 999px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.candidate-kickoff-cta__btn:hover {
	background: #163566;
	transform: translateY(-1px);
	color: #fff !important;
}

.kickoff-booking-card {
	max-width: 920px;
	margin: 0 auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 40px rgba(30, 65, 123, 0.08);
	padding: 2rem 2.25rem 2.5rem;
}

.kickoff-selected-date-label {
	text-align: center;
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--title-text-color);
	margin-bottom: 1.5rem;
}

.kickoff-scheduler-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.kickoff-scheduler-grid {
		grid-template-columns: 1fr;
	}
}

.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);
}

.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: var(--paragraph-color);
}

.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;
}

@media (max-width: 480px) {
	.kickoff-slots-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.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-row .form-label {
	font-size: 0.85rem;
	color: #64748b;
}

.kickoff-timezone-select {
	width: 100%;
	max-width: 420px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 0.5rem 0.75rem;
	font-size: 0.85rem;
}

.kickoff-form-section {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #f1f5f9;
}

.kickoff-section-heading {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 600;
	color: var(--title-text-color);
	margin-bottom: 1.25rem;
}

.kickoff-fields-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 1.25rem;
}

@media (max-width: 767px) {
	.kickoff-fields-grid {
		grid-template-columns: 1fr;
	}
}

.kickoff-field-full {
	grid-column: 1 / -1;
}

.kickoff-field label {
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--title-text-color);
	margin-bottom: 0.35rem;
}

.kickoff-field input,
.kickoff-field select {
	width: 100%;
	border: 1px solid #e8ecf1;
	background: #f8fafc;
	border-radius: 8px;
	padding: 0.75rem 1rem;
	font-size: 0.9rem;
}

.kickoff-field input:focus,
.kickoff-field select:focus {
	outline: none;
	border-color: var(--primary-color);
	background: #fff;
}

.kickoff-error {
	color: var(--secondary-color);
	font-size: 0.8rem;
}

.kickoff-submit-btn {
	display: block;
	width: 100%;
	margin-top: 2rem;
	padding: 1rem;
	border: none;
	border-radius: 10px;
	background: var(--primary-color);
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: opacity 0.15s;
}

.kickoff-submit-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.kickoff-submit-btn:not(:disabled):hover {
	opacity: 0.92;
}

.kickoff-alert-success {
	background: #ecfdf5;
	color: #047857;
	border-radius: 8px;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
}

.kickoff-alert-error {
	background: #fef2f2;
	color: #b91c1c;
	border-radius: 8px;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
}

.kickoff-result-card {
	padding: 3rem 2rem;
}

.kickoff-result-icon {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.kickoff-result-success {
	color: var(--success-color);
}

.kickoff-result-error {
	color: var(--secondary-color);
}

.kickoff-result-message {
	font-size: 1.1rem;
	color: var(--paragraph-color);
}

/* Platform page */
.platform-hero {
	position: relative;
	padding: 200px 0 0;
	overflow: hidden;
	background:url(../images/platform-hero-bg.jpg) no-repeat top;
	background-size: cover;
}
/* .platform-hero__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 18%, rgba(91, 180, 229, 0.18), transparent 28%),
		radial-gradient(circle at 88% 12%, rgba(229, 0, 67, 0.12), transparent 24%),
		radial-gradient(circle at 70% 78%, rgba(30, 65, 123, 0.08), transparent 30%);
	pointer-events: none;
} */
.platform-hero__title {
	font-size: clamp(2rem, 4.5vw, 3.5rem);
	font-weight: 500;
	line-height: 1.15;
	color: #0f172a;
	margin-bottom: 20px;
}
.platform-hero__highlight {
	color: var(--primary-color);
	font-weight: 700;
}

.platform-hero__highlight-2 {
	color: var(--secondary-color);
	font-weight: 700;
}

.platform-hero__lead {
	max-width: 760px;
	margin: 0 auto 28px;
	font-size: 1.08rem;
	line-height: 1.75;
	color: #64748b;
}
.platform-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.platform-btn--primary {
	background: var(--primary-color);
	color: #fff;
	box-shadow: 0 12px 28px rgba(30, 65, 123, 0.28);
}
.platform-btn--primary:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(91, 180, 229, 0.34);
}
.platform-btn--light {
	background: #fff;
	color: #1e417b;
	box-shadow: 0 10px 24px rgba(255, 255, 255, 0.12);
}
.platform-btn--light:hover {
	color: #1e417b;
	transform: translateY(-2px);
}
.platform-hero__mockup {
	position: relative;
	margin: 50px auto 0;
}
.platform-hero__mockup-img {
	width: 100%;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px -12px 60px rgba(15, 23, 42, 0.14);
    background: #fff;
    display: block;
}
.platform-hero__mockup-card {
	position: absolute;
	background: #fff;
	border-radius: 16px;
	padding: 14px 16px;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
	min-width: 220px;
}
.platform-hero__mockup-card strong {
	display: block;
	font-size: 0.95rem;
	color: #0f172a;
	margin-bottom: 4px;
}
.platform-hero__mockup-card small {
	color: #64748b;
	font-size: 0.82rem;
}
.platform-hero__mockup-card--1 {
	top: 23%;
	right: -2%;
}
.platform-hero__mockup-card--2 {
	bottom: 12%;
	left: -2%;
}
.platform-hero__mockup-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 8px;
}
.platform-hero__mockup-dot--green { background: #22c55e; }
.platform-hero__mockup-dot--blue { background: #5bb4e5; }
.platform-section-title {
	font-size: clamp(1.9rem, 3.2vw, 2.8rem);
	font-weight: 800;
	line-height: 1.2;
	color: #0f172a;
	margin: 0;
}
.platform-section-title--center {
	max-width: 900px;
	margin: 0 auto;
}
.platform-benefits {
	position: relative;
	overflow: hidden;
	padding-top: 90px;
	padding-bottom: 90px;
}
.platform-benefits__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 30%, rgba(91, 180, 229, 0.12), transparent 26%),
		radial-gradient(circle at 85% 70%, rgba(229, 0, 67, 0.08), transparent 24%);
	pointer-events: none;
}
.platform-benefit-card {
	height: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 35px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.platform-benefit-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}
.platform-benefit-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	border-radius: 14px;
	background: rgba(91, 180, 229, 0.14);
	color: #1e417b;
	font-size: 48px;
	margin-bottom: 40px;
}
.platform-benefit-card__title {
	font-size: 1.12rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 10px;
}
.platform-benefit-card__text {
	margin: 0;
	color: #64748b;
	line-height: 1.7;
	font-size: 0.98rem;
}
.platform-features-intro {
	padding-top: 40px;
	padding-bottom: 20px;
}
.platform-feature-row {
	padding-top: 50px;
	padding-bottom: 50px;
}
.platform-feature-row--alt {
	background: #f8fafc;
}
.platform-feature-row__title {
	font-size: clamp(1.6rem, 2.8vw, 2.2rem);
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 16px;
	line-height: 1.25;
}
.platform-feature-row__text {
	font-size: 20px;
	line-height: 1.75;
	color: #64748b;
	margin: 0;
	max-width: 560px;
}
.platform-feature-row__media {
	position: relative;
}
.platform-feature-row__image {
	width: 100%;
	
}
.platform-demo-cta {
	padding-top: 40px;
	padding-bottom: 90px;
}
.platform-demo-cta__panel {
	background: linear-gradient(135deg, #0f172a 0%, #1e417b 55%, #17325f 100%);
	border-radius: 28px;
	padding: 64px 32px;
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
}
.platform-demo-cta__title {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 800;
	color: #fff;
	margin-bottom: 14px;
}
.platform-demo-cta__highlight {
	color: #5bb4e5;
}
.platform-demo-cta__text {
	max-width: 720px;
	margin: 0 auto 26px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.05rem;
	line-height: 1.7;
}
.platform-faq {
	padding-top: 40px;
	padding-bottom: 100px;
}
.platform-faq__accordion .faq-item {
	box-shadow: none;
	border: 1px solid #e8eef5;
}
.platform-faq__accordion .faq-question {
	font-size: 1.15rem;
	padding: 18px 20px;
}
.platform-faq__accordion .faq-answer p {
	font-size: 1rem;
	padding: 18px 20px;
}
@media (max-width: 991px) {
	.platform-hero {
		padding-top: 170px;
	}
	.platform-hero__mockup-card {
		position: static;
		margin-top: 12px;
		min-width: 0;
		width: 100%;
		display: none;
	}
	.platform-hero__mockup-card--1,
	.platform-hero__mockup-card--2 {
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.platform-feature-row__text {
		max-width: none;
	}
	.platform-benefit-card{margin-bottom: 30px; height: auto;}
	.footer-ibv .footer-links, .footer-desc{margin-bottom: 40px;}
}
@media (max-width: 767px) {
	.platform-hero {
		padding-top: 150px;
		padding-bottom: 0;
	}
	.platform-benefits,
	.platform-demo-cta {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.platform-demo-cta__panel {
		padding: 44px 22px;
	}
}

/* Delete account (company) */
.delete-account-page {
	max-width: 720px;
}
.delete-account-hero {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 22px 24px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(220, 53, 69, 0.08), rgba(220, 53, 69, 0.02));
	border: 1px solid rgba(220, 53, 69, 0.2);
	margin-bottom: 20px;
}
.delete-account-hero-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #dc3545;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}
.delete-account-hero-title {
	margin: 0 0 8px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #842029;
}
.delete-account-hero-desc {
	color: #6c2b32;
	line-height: 1.55;
}
.delete-account-warning {
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 14px;
	padding: 22px 24px;
	margin-bottom: 20px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.delete-account-warning h3 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 12px;
}
.delete-account-warning ul {
	margin: 0;
	padding-left: 1.2rem;
	color: #475569;
	line-height: 1.6;
}
.delete-account-form {
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 14px;
	padding: 22px 24px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.delete-account-confirm {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 18px;
}
.delete-account-confirm .form-check-input {
	margin-top: 4px;
	flex-shrink: 0;
}
.delete-account-confirm .form-check-label {
	color: #334155;
	line-height: 1.5;
}
.delete-account-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

/* Visa process */
.company-candidate-profile__hired-banner {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-top: 8px;
	padding: 20px 22px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(25, 135, 84, 0.12), rgba(25, 135, 84, 0.04));
	border: 1px solid rgba(25, 135, 84, 0.25);
}
.company-candidate-profile__hired-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #198754;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}
.company-candidate-profile__hired-body h3 {
	margin: 0 0 6px;
	font-size: 1.15rem;
	font-weight: 700;
	color: #145c32;
}
.company-candidate-profile__hired-body p {
	margin: 0 0 10px;
	color: #3d5a47;
}
.company-candidate-profile__hired-link {
	font-weight: 600;
	color: #198754;
	text-decoration: none;
}
.company-candidate-profile__hired-link:hover {
	color: #145c32;
	text-decoration: underline;
}
.company-hire-modal {
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.18);
	position: relative;
}
.company-hire-modal__dialog {
	max-width: 460px;
}
.company-hire-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	opacity: 0.55;
}
.company-hire-modal__close:hover {
	opacity: 1;
}
.company-hire-modal__body {
	padding: 36px 32px 20px;
}
.company-hire-modal__check-ring {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 22px;
}
.company-hire-modal__check-pulse {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: rgba(34, 197, 94, 0.22);
	animation: companyHireModalPulse 2.2s ease-out infinite;
}
.company-hire-modal__check-pulse--delay {
	animation-delay: 1.1s;
}
.company-hire-modal__check-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72px;
	height: 72px;
	margin: -36px 0 0 -36px;
	border-radius: 50%;
	background: linear-gradient(145deg, #34d399, #16a34a);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	box-shadow: 0 10px 28px rgba(22, 163, 74, 0.38);
	animation: companyHireModalPop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.company-hire-modal__title {
	margin: 0 0 12px;
	font-size: 1.35rem;
	font-weight: 700;
	color: #0f172a;
}
.company-hire-modal__lead {
	font-size: 1.02rem;
	line-height: 1.65;
	color: #334155;
	margin: 0 auto 14px;
	max-width: 360px;
}
.company-hire-modal__lead strong {
	color: #0f172a;
	font-weight: 700;
}
.company-hire-modal__terms {
	font-size: 0.92rem;
	line-height: 1.55;
	color: #64748b;
	margin: 0 auto 18px;
	max-width: 340px;
}
.company-hire-modal__terms a {
	font-weight: 600;
	color: #0d6efd;
	text-decoration: none;
}
.company-hire-modal__terms a:hover {
	text-decoration: underline;
}
.company-hire-modal__check {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 4px;
}
.company-hire-modal__checkbox {
	width: 18px;
	height: 18px;
	margin: 0;
	flex-shrink: 0;
	accent-color: #16a34a;
	cursor: pointer;
}
.company-hire-modal__checkbox-label {
	margin: 0;
	font-size: 0.92rem;
	color: #475569;
	cursor: pointer;
	user-select: none;
}
.company-hire-modal__footer {
	justify-content: center;
	gap: 12px;
	padding: 8px 32px 32px;
}
.company-hire-modal__btn-cancel,
.company-hire-modal__btn-confirm {
	min-width: 130px;
	padding: 10px 20px;
	border-radius: 10px;
	font-weight: 600;
}
.company-hire-modal__btn-confirm {
	box-shadow: 0 8px 20px rgba(22, 163, 74, 0.28);
}
@keyframes companyHireModalPulse {
	0% {
		transform: scale(0.85);
		opacity: 0.55;
	}
	70% {
		transform: scale(1.2);
		opacity: 0;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}
@keyframes companyHireModalPop {
	0% {
		transform: scale(0.4);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
.visa-process-page__intro {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 24px;
	padding: 22px 24px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #e8edf2;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.visa-process-page__intro-icon {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: rgba(13, 110, 253, 0.1);
	color: #0d6efd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}
.visa-process-page__intro-title {
	margin: 0 0 4px;
	font-size: 1.25rem;
	font-weight: 700;
}
.visa-process-page__intro-text {
	margin: 0;
	color: #64748b;
}
.visa-process-table-wrap {
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.visa-process-table thead th {
	background: #f8fafc;
	border-bottom: 1px solid #e8edf2;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #64748b;
	padding: 14px 16px;
}
.visa-process-table tbody td {
	padding: 16px;
	vertical-align: middle;
	border-bottom: 1px solid #f1f5f9;
}
.visa-process-table__id {
	font-weight: 700;
	color: #0f172a;
}
.visa-process-table__candidate {
	display: flex;
	align-items: center;
	gap: 10px;
}
.visa-process-table__avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
}
.visa-process-table__status {
	display: inline-block;
	max-width: 280px;
	color: #334155;
}
.visa-timeline-modal__subtitle {
	font-size: 0.9rem;
	color: #64748b;
}
.visa-timeline-modal__current {
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: 10px;
	background: #f8fafc;
	border: 1px solid #e8edf2;
}
.visa-timeline-modal__current-label {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #64748b;
	margin-bottom: 4px;
}
.visa-timeline-modal__current-text {
	margin: 0;
	font-weight: 600;
	color: #0f172a;
}
.visa-timeline {
	position: relative;
}
.visa-timeline--colorful {
	padding-left: 4px;
}
.visa-timeline__item {
	display: flex;
	gap: 14px;
	padding-bottom: 18px;
	position: relative;
}
.visa-timeline:not(.visa-timeline--colorful) .visa-timeline__item:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 18px;
	bottom: 0;
	width: 2px;
	background: #e2e8f0;
}
.visa-timeline--colorful .visa-timeline__item:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 13px;
	top: 28px;
	bottom: 0;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--visa-timeline-line, #cbd5e1), rgba(203, 213, 225, 0.25));
}
.visa-timeline__marker {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #0d6efd;
	border: 3px solid #dbeafe;
	flex-shrink: 0;
	margin-top: 2px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 8px;
	color: #fff;
}
.visa-timeline--colorful .visa-timeline__marker {
	width: 28px;
	height: 28px;
	margin-top: 0;
	border-width: 4px;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}
.visa-timeline--colorful .visa-timeline__item--latest .visa-timeline__marker {
	width: 32px;
	height: 32px;
	font-size: 11px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
}
.visa-timeline__body {
	flex: 1;
	background: #f8fafc;
	border: 1px solid #e8edf2;
	border-radius: 10px;
	padding: 12px 14px;
}
.visa-timeline--colorful .visa-timeline__body {
	border-radius: 14px;
	padding: 14px 16px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}
.visa-timeline__item--sky {
	--visa-timeline-line: #93c5fd;
}
.visa-timeline__item--sky .visa-timeline__marker {
	background: #3b82f6;
	border-color: #dbeafe;
}
.visa-timeline__item--sky .visa-timeline__body {
	background: linear-gradient(135deg, #eff6ff, #f8fbff);
	border-color: #bfdbfe;
}
.visa-timeline__item--mint {
	--visa-timeline-line: #6ee7b7;
}
.visa-timeline__item--mint .visa-timeline__marker {
	background: #10b981;
	border-color: #d1fae5;
}
.visa-timeline__item--mint .visa-timeline__body {
	background: linear-gradient(135deg, #ecfdf5, #f6fffb);
	border-color: #a7f3d0;
}
.visa-timeline__item--lavender {
	--visa-timeline-line: #c4b5fd;
}
.visa-timeline__item--lavender .visa-timeline__marker {
	background: #8b5cf6;
	border-color: #ede9fe;
}
.visa-timeline__item--lavender .visa-timeline__body {
	background: linear-gradient(135deg, #f5f3ff, #faf8ff);
	border-color: #ddd6fe;
}
.visa-timeline__item--peach {
	--visa-timeline-line: #fdba74;
}
.visa-timeline__item--peach .visa-timeline__marker {
	background: #f97316;
	border-color: #ffedd5;
}
.visa-timeline__item--peach .visa-timeline__body {
	background: linear-gradient(135deg, #fff7ed, #fffbf5);
	border-color: #fed7aa;
}
.visa-timeline__item--rose {
	--visa-timeline-line: #fda4af;
}
.visa-timeline__item--rose .visa-timeline__marker {
	background: #f43f5e;
	border-color: #ffe4e6;
}
.visa-timeline__item--rose .visa-timeline__body {
	background: linear-gradient(135deg, #fff1f2, #fff8f8);
	border-color: #fecdd3;
}
.visa-timeline__badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: rgba(15, 23, 42, 0.08);
	color: #0f172a;
}
.visa-timeline__item--latest .visa-timeline__badge {
	background: rgba(15, 23, 42, 0.12);
}
.visa-timeline__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 0.82rem;
	color: #64748b;
	margin-bottom: 6px;
}
.visa-timeline__author::before {
	content: "·";
	margin-right: 8px;
}
.visa-timeline__text {
	margin: 0;
	color: #1e293b;
	line-height: 1.55;
	font-weight: 500;
}
.visa-timeline--colorful .visa-timeline__item--latest .visa-timeline__text {
	font-weight: 600;
	color: #0f172a;
}
.visa-process-detail__toolbar {
	margin-bottom: 16px;
}
.visa-process-detail__hero {
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 14px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.visa-process-detail__hero-main {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: space-between;
	align-items: flex-start;
}
.visa-process-detail__identity {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}
.visa-process-detail__avatar {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
}
.visa-process-detail__tag {
	display: inline-block;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #0d6efd;
	background: rgba(13, 110, 253, 0.1);
	padding: 4px 10px;
	border-radius: 999px;
	margin-bottom: 8px;
}
.visa-process-detail__name {
	margin: 0 0 6px;
	font-size: 1.5rem;
	font-weight: 700;
}
.visa-process-detail__job,
.visa-process-detail__hired {
	margin: 0;
	color: #64748b;
}
.visa-process-detail__status-card {
	position: relative;
	min-width: 280px;
	max-width: 440px;
	padding: 18px 20px 18px 72px;
	border-radius: 16px;
	background: linear-gradient(135deg, #eef2ff 0%, #f0fdf4 55%, #ecfeff 100%);
	border: 1px solid rgba(99, 102, 241, 0.22);
	box-shadow: 0 12px 32px rgba(79, 70, 229, 0.1);
	overflow: hidden;
}
.visa-process-detail__status-card-glow {
	position: absolute;
	top: -30px;
	right: -20px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.28), transparent 70%);
	pointer-events: none;
}
.visa-process-detail__status-card-icon {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(145deg, #4f46e5, #0ea5e9);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	box-shadow: 0 8px 20px rgba(79, 70, 229, 0.28);
}
.visa-process-detail__status-card-body {
	position: relative;
	z-index: 1;
}
.visa-process-detail__status-label {
	display: block;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-weight: 700;
	color: #6366f1;
	margin-bottom: 8px;
}
.visa-process-detail__status-text {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 1.02rem;
	color: #0f172a;
	line-height: 1.45;
}
.visa-process-detail__status-live {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.75rem;
	font-weight: 600;
	color: #059669;
	background: rgba(16, 185, 129, 0.12);
	border: 1px solid rgba(16, 185, 129, 0.22);
	padding: 4px 10px;
	border-radius: 999px;
}
.visa-process-detail__status-live-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #10b981;
	box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.45);
	animation: visaStatusLivePulse 2s ease-out infinite;
}
@keyframes visaStatusLivePulse {
	0% {
		box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.45);
	}
	70% {
		box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
	}
}
.visa-process-detail__panel {
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.visa-process-detail__panel-head h3 {
	margin: 0 0 4px;
	font-size: 1.15rem;
}
.visa-process-detail__panel-head p {
	margin: 0 0 18px;
	color: #64748b;
}
.visa-process-candidate-card {
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 14px;
	padding: 22px 24px;
	margin-bottom: 20px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.visa-process-candidate-card__head {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #f1f5f9;
}
.visa-process-candidate-card__tag {
	display: inline-block;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #0d6efd;
	background: rgba(13, 110, 253, 0.1);
	padding: 4px 10px;
	border-radius: 999px;
	margin-bottom: 8px;
}
.visa-process-candidate-card__title {
	margin: 0 0 6px;
	font-size: 1.2rem;
	font-weight: 700;
}
.visa-process-candidate-card__company {
	margin: 0;
	color: #64748b;
}
.visa-process-candidate-card__status-wrap {
	min-width: 220px;
	max-width: 360px;
}
.visa-process-candidate-card__status-label {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #64748b;
	margin-bottom: 4px;
}
.visa-process-candidate-card__status {
	margin: 0;
	font-weight: 600;
	color: #0f172a;
}
.visa-process-candidate-card__timeline-title {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 14px;
}
.visa-process-empty {
	text-align: center;
	padding: 48px 24px;
	background: #fff;
	border: 1px dashed #cbd5e1;
	border-radius: 14px;
}
.visa-process-empty__icon {
	font-size: 36px;
	color: #94a3b8;
	margin-bottom: 12px;
}
.visa-process-empty h3 {
	margin-bottom: 8px;
}
.visa-process-empty p {
	margin: 0;
	color: #64748b;
}
@media (max-width: 767px) {
	.visa-process-detail__status-card,
	.visa-process-candidate-card__status-wrap {
		min-width: 0;
		max-width: none;
		width: 100%;
	}
}

