
/*------------------------------------------
 

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 cssca
12. App Box css.dashboard-sidebar
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
------------------------------------------*/


/************************************************
           ==Start Base css==
*************************************************/
.btn-primary{
    --bs-btn-color: #fff;
--bs-btn-bg: #fdbb45;
--bs-btn-border-color: #fdbb45;

--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #f4b136;
--bs-btn-hover-border-color: #f4b136;

--bs-btn-focus-shadow-rgb: 253, 187, 69;

--bs-btn-active-color: #fff;
--bs-btn-active-bg: #e9a72d;
--bs-btn-active-border-color: #e9a72d;

--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #fdbb45;
--bs-btn-disabled-border-color: #fdbb45;
}
 .btn:hover, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: #ffc65d;
    border-color: #FFC107;
 }
 .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #FFC107 !important;
}
/* 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: 'Open Sans', sans-serif;
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
	font-weight: 600;
}
a {
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	text-decoration: none;
}
a:focus {
    text-decoration: none;
}
a:focus { 
    outline: 0 solid 
}
input:focus, textarea:focus{
    outline: none;
}
p {
	line-height: 26px;
    font-size: 16px;
    color: #444;
}
img {
	max-width: 100%;
}
select{  
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
}
.margin-top30 {
	margin-top: 30px;
}
.margin-left80 {
	margin-left: 80px;
}

/*Common*/
.section {
	padding: 50px 0;
	overflow: hidden;
}
.greybg {
	background: #f6f6f6;
}
/*Section Title*/
.titleTop {
	text-align: center;
	margin-bottom: 30px;
}
.titleTop .subtitle {
	font-size:18px;
	font-weight: 600;
	color: #fabc57;
    margin-bottom: 5px;
}
.titleTop h3 {
	font-size: 36px;
	font-weight: 600;
	color: #000;
}
.titleTop h3 span {
	color: #fabc57;
	font-weight: 200;
}


/************************************************
           ==Tyography css==
*************************************************/

.mt-wrapper {
	margin-bottom: 30px;
}
h1, .h1 {
	font-size: 45px;
}
h2, .h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

.button-orng {
	background: #ffb72f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffb72f), to(#ff9000));
	background: -webkit-linear-gradient(#ffb72f, #ff9000);
	background: -moz-linear-gradient(#ffb72f, #ff9000);
	background: -ms-linear-gradient(#ffb72f, #ff9000);
	background: -o-linear-gradient(#ffb72f, #ff9000);
	background: linear-gradient(#ffb72f, #ff9000);
	padding: 7px 20px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
}
.button-orng:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9000), to(#ffb72f));
	background: -webkit-linear-gradient(#ff9000, #ffb72f);
	background: -moz-linear-gradient(#ff9000, #ffb72f);
	background: -ms-linear-gradient(#ff9000, #ffb72f);
	background: -o-linear-gradient(#ff9000, #ffb72f);
	background: linear-gradient(#ff9000, #ffb72f);
	color: #fff;
}
.sitebtn {
	-webkit-box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
	-moz-box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
	box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
	background: #ff9000;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 30px;
	display: inline-block;
	border-radius: 4px;
}
.sitebtn:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.sitebtn i, .button-orng i {
	padding-right: 7px;
	font-size: 16px;
	display: inline-block;
}
.grey_sitebtn {
	-webkit-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	-moz-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	background: #444;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 30px;
	display: inline-block;
	border-radius: 4px;
}
.grey_sitebtn:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.grey_sitebtn i {
	padding-right: 7px;
	font-size: 16px;
	display: inline-block;
}
.gree_sitebtn {
	-webkit-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	-moz-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
	background: #77c30a;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 30px;
	display: inline-block;
	border-radius: 4px;
}
.gree_sitebtn:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.gree_sitebtn i {
	padding-right: 7px;
	font-size: 16px;
	display: inline-block;
}
/*Shortcode*/
.mt-shortcodes-d-styles {
	padding-bottom: 30px;
}
.mt-shortcodes-default-custom-styles .row1 {
	padding-bottom: 55px;
}
.mt-list-style h4 {
	font-size: 16px;
	font-weight: 400;
	color: #252525;
}
.mt-list-style ul {
	padding: 0;
	list-style: none;
}
.mt-list-style ul li {
	line-height: 36px;
}
.mt-list-style ul li a {
	color: #737373;
	line-height: 36px;
}
.mt-list-style ul li span {
	font-size: 16px;
	margin-right: 10px;
}
.mt-list-style-blue {
	color: #263bd6;
}
/*Buttons*/
.mt-style-button {
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	margin-bottom: 24px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 20px;
}
.mt-style-button1 .mt-style-button {
	background: #263bd6;
	color: #fff;
	border-radius: 3px;
}
.mt-style-button2 .mt-style-button {
	background: #ddd;
	color: #000000;
	border-radius: 3px;
}
.mt-style-button3 .mt-style-button {
	background: #fff;
	color: #252525;
	border: 2px solid #42454a;
	border-radius: 3px;
}
.mt-style-button41 .mt-style-button {
	background: #55adff;
	color: #fff;
	border-radius: 30px;
}
.mt-style-button42 .mt-style-button {
	background: #ffb72f;
	color: #fff;
	border-radius: 0px;
}
.mt-style-button43 .mt-style-button {
	background: #5fd33f;
	color: #fff;
	border-radius: 3px;
}
.mt-style-button.large {
	line-height: 51px;
	font-size: 16px;
	letter-spacing: 1px;
}
.mt-style-button.normal {
	line-height: 40px;
	font-size: 12px;
	letter-spacing: 1px;
}
.mt-style-button.small {
	line-height: 30px;
	font-size: 9px;
	letter-spacing: 1px;
}
.mt-style-button1 .mt-style-button:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}
.mt-style-button2 .mt-style-button:hover {
	background: #263bd6;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}
.mt-style-button3 .mt-style-button:hover {
	background: #263bd6;
	color: #fff;
	border-radius: 3px;
	border: 2px solid #263bd6;
	text-decoration: none;
}
.mt-style-button41 .mt-style-button:hover {
	background: #333;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
}
.mt-style-button42 .mt-style-button:hover {
	background: #000;
	color: #fff;
	border-radius: 0px;
	text-decoration: none;
}
.mt-style-button43 .mt-style-button:hover {
	background: #000;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}


/************************************************
           ==Header css==
*************************************************/

.header {
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}
.main-navbar {
	padding: 18px 0;
	background: #ffffff;
}
.main-navbar .navbar-brand {
	font-weight: 700;
	color: #0f172a;
}
.main-navbar .navbar-brand img{
    width:250px;
}
.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: 0.95rem;
	color: #1f2937;
	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: #000;
}
.main-navbar .main-menu .nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 3px;
	background: #000;
	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: #ffc45c;
}
.navbar-actions .btn {
	border-radius: 999px;
	padding: 10px 22px;
	font-weight: 600;
	font-size: 0.95rem;
}
.navbar-actions .signin-btn {
	border-color: #000;
	color: #000;
}
.navbar-actions .signin-btn:hover {
	background: rgb(254 191 90 / 8%);
    color: #f7b743;
}
.navbar-actions .register-btn {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
	0 10px 20px rgb(137 137 137 / 25%)
}
.navbar-actions .register-btn:hover {
	background: #f6b74b;
	border-color: #f6b74b;
	color: #ffffff;
}
.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;
}
.navbar-actions {
	margin-left: 12px;
}

.user-dropdown .btn{width: 48px; height: 48px; border-radius: 50%; overflow: hidden; padding: 4px; background: #fff; border: 1px solid #eee;}
.user-dropdown .btn img{width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}

/* 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 0;
	}
	.mobile-menu-close {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		border: none;
		background: #f1f5f9;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 1051;
		color: #475569;
		font-size: 1.2rem;
		transition: all 0.2s ease;
	}
	.mobile-menu-close:hover {
		background: #e2e8f0;
		color: #0f172a;
	}
	.mobile-menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(15, 23, 42, 0.5);
		z-index: 1049;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	.mobile-menu-overlay.show {
		opacity: 1;
		visibility: visible;
	}
	.mobile-menu .navbar-nav {
		padding: 60px 24px 24px;
		margin: 0;
		flex-direction: column;
		align-items: stretch;
        width: 100%;
	}
	.main-navbar .main-menu {
		gap: 0;
		padding: 16px 0;
	}
	.main-navbar .main-menu .nav-link {
		padding: 14px 0;
		font-size: 1rem;
		border-bottom: 1px solid rgba(148, 163, 184, 0.15);
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		position: relative;
	}
	.main-navbar .main-menu .nav-link:not(.dropdown-toggle) {
		justify-content: flex-start;
	}
	.main-navbar .main-menu .nav-link.dropdown-toggle {
		position: relative;
	}
	.main-navbar .main-menu .nav-link.dropdown-toggle::after {
		margin-left: 12px !important;
		margin-right: 0 !important;
		order: 2;
		position: static !important;
		transform: none !important;
		float: none !important;
		vertical-align: middle;
		flex-shrink: 0;
	}
	.main-navbar .main-menu .nav-item:last-child .nav-link {
		border-bottom: none;
	}
	.mobile-menu .dropdown-menu {
		position: static;
		float: none;
		width: 100%;
		margin: 0;
		border: none;
		box-shadow: none;
		background: #f8fafc;
		border-radius: 8px;
		margin-top: 8px;
		padding: 8px 0;
	}
	.mobile-menu .dropdown-item {
		padding: 10px 20px;
		font-size: 0.9rem;
	}
	.mobile-menu .navbar-actions {
		padding: 20px 24px;
		margin: 0;
		border-top: 1px solid rgba(148, 163, 184, 0.15);
		flex-direction: column;
		gap: 12px;
        width: 100%;
	}
	.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: 120px 0;
	    background: radial-gradient(circle at 10% 20%, rgba(250, 188, 87, 0.15) 0%, rgba(250, 188, 87, 0) 50%), linear-gradient(135deg, #fff7e6 0%, #fabc57 50%, #ffffff 100%);
}
.hero-badge {
	display: inline-block;
	padding: 6px 18px;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #000;
	    background: rgb(255 198 93);
	border-radius: 999px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.hero-title {
	font-size: 3rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 16px;
	line-height: 1.1;
}
.hero-copy {
	font-size: 1.05rem;
	color: #475569;
	margin-bottom: 32px;
	max-width: 540px;
}
.hero-search {
	background: #ffffff;
	border-radius: 18px;
	padding: 14px;
	box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
	margin-bottom: 30px;
}
.hero-search-fields {
	display: flex;
	align-items: stretch;
	gap: 12px;
}
.hero-field {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 10px 16px;
	background: #f8fafc;
	border-radius: 12px;
	border: 1px solid transparent;
	transition: border-color 0.2s ease, background 0.2s ease;
}
.hero-field i {
	color: #64748b;
	font-size: 1rem;
}
.hero-field .form-control,
.hero-field .form-select {
	border: none;
	background: transparent;
	box-shadow: none;
	font-size: 0.95rem;
	color: #1f2937;
}
.hero-field .form-control::placeholder {
	color: #94a3b8;
}
.hero-field:focus-within {
	background: #ffffff;
	border-color: rgba(37, 99, 235, 0.35);
}
.hero-field .form-select {
	padding-right: 1.75rem;
}
.hero-field .form-select:focus {
	box-shadow: none;
}
.hero-search .divider {
	width: 1px;
	background: #e2e8f0;
}
.hero-submit {
	border-radius: 12px;
	background: #000000;
	border-color: #000000;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	font-size: 1.1rem;
	box-shadow: 0 12px 25px rgb(255 198 93 / 25%);
	transition: transform 0.2s ease, background 0.2s ease;
}
.hero-submit:hover {
	background: #f6b74b;
	border-color: #f6b74b;
	transform: translateY(-1px);
}
.hero-actions {
	margin-top: 16px;
}
.hero-stat {
	background: #ecfeff;
	border-radius: 18px;
	padding: 14px 20px;
	display: inline-flex;
	flex-direction: column;
	min-width: 120px;
	box-shadow: inset 0 0 0 1px rgba(14, 165, 233, 0.28);
}

.heroslider3{position:  relative; padding-top: 70px; padding-bottom: 180px; background:
    radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.25) 0%, rgba(59, 130, 246, 0) 50%),
    linear-gradient(135deg, #dbeafe 0%, #dcfce7 45%, #f3f4f6 100%);}
.heroslider3:after{content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    background: #fff;
    z-index: 1;
    pointer-events: none;
    /* upside-down triangle: left-bottom, top-right, bottom-right */
    clip-path: polygon(0 100%, 180% 0, 100% 100%);}
    .heroslider3 .col-lg-6{z-index: 3;}
.stat-value {
	font-size: 1.5rem;
	font-weight: 700;
	color: #0ea5e9;
	line-height: 1.1;
}
.stat-label {
	font-size: 0.85rem;
	font-weight: 600;
	color: #0f172a;
}
.hero-links {
	display: inline-flex;
	align-items: center;
}
.hero-link {
	font-weight: 600;
	color: #000;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	transition: color 0.2s ease;
}
.hero-link i {
	color: #000000;
}
.hero-link:hover,.hero-link:hover i {
	color: #fff;
}
.hero-visual {
	position: relative;
	margin-left: auto;
}

/* Hero Revolution slider fixed height */
.hero-visual .rev_slider_wrapper,
.hero-visual .rev_slider {
	height: 500px !important;
}

.hero-visual .rev-slidebg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-floating-card {
	position: absolute;
	left: 12%;
	bottom: -30px;
	background: #ffffff;
	border-radius: 20px;
	padding: 18px 20px;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
	display: flex;
	align-items: center;
	gap: 16px;
    z-index: 50;
}
.tp-simpleresponsive >ul >li{border-radius: 20px; box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18); background-color: #fff;}
.hero-floating-card .card-label {
	font-weight: 700;
	color: #0f172a;
}
.hero-floating-card .btn {
	border-radius: 999px;
	padding: 8px 18px;
	font-weight: 600;
	background: #000;
	border-color: #000;
}
.hero-floating-card .btn:hover {
	background: #ffc45c;
	border-color: #ffc45c;
}

.herobgimage{background: url(../images/hero-bg.jpg) no-repeat top; background-size: cover; background-attachment: fixed; text-align: center;}
.herobgimage .hero-copy{margin: 0 auto; color: #fff; margin-bottom: 30px;}
.herobgimage .hero-title{color: #fff;}
.herobgimage .hero-badge{background: #fff; }
.herobgimage .hero-actions{justify-content: center;}
.herobgimage .hero-link{color: #fff;}


@media (max-width: 991px) {
	.hero-section {
		padding: 80px 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;
	}
}

/* Intro boxes */
.infodatawrap{padding-top: 40px;}
.userloginbox{background:#000; padding:30px 40px; padding-right: 110px;	
	display: block;
	border-radius: 100px;
	color: #fff;
	position: relative;
}
.userloginbox.postjobbox{background:#fabc57;}
.userloginbox img{position: absolute; right: 30px; top: 50%; width: 70px; margin-top: -35px;}
.userloginbox h3{font-weight: 700;}
.userloginbox:hover{background: #fabc57; color: #fff;}
.userloginbox p{max-width: 770px; margin: 0 auto; font-size: 16px; color: #fff;}
.userloginbox.lessbdr{border-radius: 20px;}
.emploginbox{background:#fff; padding:50px 30px;	
	display: block;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.emploginbox:after{
	background-color: #fff;
    opacity: 0.1;
    width: 1000px;
    height: 1000px;
    position: absolute;
    left: -200px;
    bottom: 30px;
    content: "";
    border-radius: 50%;
}
.emploginbox .viewallbtn{margin-top:30px;}
.emploginbox .viewallbtn a{background: #fff; color: #000;}
.emploginbox .viewallbtn a:hover{background: #000; color: #fff}
.emploginbox p{max-width: 770px; margin: 0 auto; font-size: 16px; color:#fff;}
.emploginbox .titleTop h3{color:#fff;}
.usrintxt{position: relative; z-index: 1;}
.usrintxt .titleTop h4{color:#fff;}

/* Company grid */
.company-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.company-grid .col-12 {
	display: flex;
}
.company-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 32px 0px;
	padding-top:0;
	box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(148, 163, 184, 0.15);
	text-align: center;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}
.company-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
	text-decoration: none;
}
.company-logo img {
	width:100%;
	height: 100px;
	object-fit: contain;
	/*border-radius: 16px;*/
	/*box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);*/
	/*padding: 10px;*/
	/*background: #f8fafc;*/
	/*margin-bottom:15px;*/
}
.company-section-v2 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.company-carousel-wrap {
	position: relative;
}
.company-carousel-v2 {
	padding: 10px 0 4px;
}
.company-card-v2 {
	background: #ffffff;
	border-radius: 18px;
	padding: 20px 18px;
	box-shadow: none;
	border: 1px solid rgba(148, 163, 184, 0.18);
	display: flex;
	align-items: center;
	gap: 14px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.company-card-v2:hover {
	transform: translateY(-4px);
	border-color: rgba(37, 99, 235, 0.45);
}
.company-card-link-v2 {
	display: flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	color: inherit;
	width: 100%;
}
.company-logo-v2 img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 16px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.15);
}
.company-body-v2 {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.company-name-v2 {
	font-size: 1rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 0;
}
.company-meta-v2 {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 0.85rem;
	color: #6b7280;
}
.company-location-v2 i {
	color: #000;
	margin-right: 4px;
}
.company-openings-v2 {
	font-weight: 600;
	color: #f6b74b;
}
.company-viewall-v2 {
	margin-top: 30px;
}
.company-nav-v2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #111827;
	z-index: 2;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.company-nav-v2:hover {
	background: #000;
	color: #ffffff;
	box-shadow: 0 16px 35px rgba(37, 99, 235, 0.45);
}
.company-prev-v2 {
	left: -18px;
}
.company-next-v2 {
	right: -18px;
}
@media (max-width: 991.98px) {
	.company-nav-v2 {
		display: none;
	}
}
.company-card h5 {
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 0;
}
.company-meta {
	font-size: 0.9rem;
	color: #64748b;
	display: flex;
	align-items: center;
	gap: 6px;
}
.company-meta i {
	color: #000000;
}
.company-openings {
	font-size: 0.92rem;
	font-weight: 600;
	color: #1f2937;
	background: #febf5a;
	border-radius: 12px;
	padding: 8px 16px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.company-openings i {
	color: #000;
}
.company-viewall {
	margin-top: 40px;
}
.company-viewall .btn {
	min-width: 260px;
	padding: 14px 26px;
	border-radius: 999px;
	box-shadow: 0 18px 35px rgba(37, 99, 235, 0.25);
	font-weight: 600;
	/*background: linear-gradient(135deg, #fabc57 0%, #ffb300 100%);*/
	animation: pulse 2s infinite;
	border: 1px solid #ffb300;
}

@media (max-width: 767px) {
	.company-card {
		padding: 28px 20px;
	}
	.company-viewall .btn {
		min-width: auto;
		width: 100%;
	}
}


/* How it works */
.howit-section {
	background: linear-gradient(90deg, rgba(248, 250, 252, 0.9) 0%, rgba(236, 253, 245, 0.9) 100%);
	padding-top: 90px;
	padding-bottom: 90px;
}
.howit-grid {
	/*margin-top: 40px;*/
}
.howit-card {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 22px;
	padding: 36px 28px;
	text-align: center;
	box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(148, 163, 184, 0.12);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.howit-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 50px rgba(15, 23, 42, 0.12);
}
.howit-icon {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: #fabc57;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
	margin-bottom: 6px;
}
.howit-icon i {
	font-size: 40px;
	color: #000;
}
.howit-card h4 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 0;
}
.howit-card p {
	margin-bottom: 0;
	color: #475569;
	font-size: 0.96rem;
	line-height: 1.6;
}

@media (max-width: 991px) {
	.howit-card {
		padding: 32px 24px;
	}
	.howit-icon {
		width: 86px;
		height: 86px;
	}
}

@media (max-width: 767px) {
	.howit-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.howit-card {
		padding: 28px 22px;
	}
}

/* Featured jobs */
.featured-jobs .job-card {
	background: #ffffff;
	border-radius: 28px;
	padding: 26px;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(148, 163, 184, 0.12);
	display: flex;
	flex-direction: column;
	gap: 0px;
	height: 100%;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.featured-jobs .job-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}
.job-card-status {
    display: flex;
    align-items: center;
    gap:10px;
}
.job-card-status .job-card-status-icon{
        color: #fabc57;
        font-size:18px;
}
.job-card-status .job-type {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f172a;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.2);
}
.job-type.fulltime {
    color: #166534;
    background: rgba(34, 197, 94, 0.18);
}
.job-type.contract {
    color: #b91c1c;
    background: rgba(248, 113, 113, 0.18);
}
.job-salary {
    color: #0f172a;
    font-weight: 600;
}
.job-card-title {
	font-size: 1.24rem;
	font-weight: 700;
	margin: 0;
	color: #0f172a;
}
.job-card-title a {
	color: inherit;
	text-decoration: none;
}
.job-card-title a:hover {
	color: #000;
}
.job-card-location {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #000;
	font-weight: 600;
	margin-bottom: 4px;
	line-height:1.4em;
}
.job-card-location i{
        color: #fabc57;
}
.job-card-meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.job-card-date {
	font-size: 0.9rem;
	color: #64748b;
}
.job-card-company {
	font-weight: 600;
	color: #0f172a;
}
.job-card-logo img {
	width: 52px;
	height: 52px;
	object-fit: contain;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
	padding: 6px;
}

@media (max-width: 767px) {
	.featured-jobs .job-card {
		padding: 26px;
	}
	.job-card-footer {
		flex-direction: column;
		align-items: flex-start;
	}
	.job-card-logo img {
		width: 48px;
		height: 48px;
	}
}

/* Categories carousel */
.category-section {
	background: linear-gradient(90deg, rgba(248, 250, 252, 0.8) 0%, rgba(236, 253, 245, 0.8) 100%);
	padding-top: 80px;
	padding-bottom: 80px;
}
.category-carousel-wrap {
	position: relative;
	margin-top: 40px;
	padding: 0 32px;
}
.category-carousel .category-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 28px 24px;
	text-align: center;
	border: 1px solid rgba(148, 163, 184, 0.12);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.category-carousel .category-card:hover {
	transform: translateY(-8px);
}
.category-icon {
	width: 100%;
	height: 100px;
	margin: 0 auto 18px;
	border-radius: 24px;
	background: rgba(37, 99, 235, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
}
.category-icon img {
	max-width: 52px;
	height: auto;
}
.category-card h5 {
	font-size: 1rem;
	font-weight: 600;
	color: #0f172a;
	margin-bottom: 14px;
}
.category-jobs {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgb(255 180 11 / 12%);
	color: #feb412;
	font-weight: 600;
	border-radius: 999px;
	padding: 8px 16px;
	text-decoration: none;
}
.category-jobs i {
	color: inherit;
}
.category-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	cursor: pointer;
	z-index: 2;
}
.category-prev {
	left: 0;
}
.category-next {
	right: 0;
}

.category-section-v2 {
	background: linear-gradient(90deg, rgba(248, 250, 252, 0.9) 0%, rgba(236, 253, 245, 0.9) 100%);
	padding-top: 80px;
	padding-bottom: 80px;
}
.category-grid-v2 {
	margin-top: 40px;
}
.category-card-v2 {
	background: #ffffff;
	border-radius: 18px;
	padding: 24px 22px;
	text-align: left;
	border: 1px solid rgba(148, 163, 184, 0.16);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	display: flex;
	align-items: center;
	gap: 18px;
}
.category-carousel-v2 .category-card-v2:hover {
	transform: translateY(-6px);
	border-color: rgba(37, 99, 235, 0.45);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}
.category-icon-v2 {
	width: 72px;
	height: 72px;
	border-radius: 20px;
	background: rgba(37, 99, 235, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.category-icon-v2 img {
	max-width: 44px;
	height: auto;
}
.category-title-v2 {
	font-size: 1rem;
	font-weight: 600;
	color: #0f172a;
	margin-bottom: 6px;
}
.category-jobs-v2 {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(37, 99, 235, 0.12);
	color: #ffc45c;
	font-weight: 600;
	border-radius: 999px;
	padding: 6px 14px;
	text-decoration: none;
	font-size: 0.85rem;
}
.category-jobs-v2 i {
	color: inherit;
}
.category-body-v2 {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.category-icon-v2.bg-blue {
	background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}
.category-icon-v2.bg-emerald {
	background: linear-gradient(135deg, #ecfdf5 0%, #bbf7d0 100%);
}
.category-icon-v2.bg-indigo {
	background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
}
.category-icon-v2.bg-amber {
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
}
.category-icon-v2.bg-cyan {
	background: linear-gradient(135deg, #ecfeff 0%, #cffafe 100%);
}
.category-icon-v2.bg-fuchsia {
	background: linear-gradient(135deg, #fdf4ff 0%, #fae8ff 100%);
}
.category-icon-v2.bg-rose {
	background: linear-gradient(135deg, #fff1f2 0%, #ffe4e6 100%);
}
.category-viewall {
	margin-top: 45px;
}
.category-viewall .btn {
	min-width: 240px;
	border-radius: 999px;
	padding: 14px 26px;
	box-shadow: 0 18px 35px rgba(37, 99, 235, 0.2);
	font-weight: 600;
	background: linear-gradient(135deg, #fabc57 0%, #f4a92f 100%);
	
	border: 1px solid #ffb300;
	animation: pulse 2s infinite;
}

@media (max-width: 991px) {
	.category-nav {
		display: none;
	}
}

/* Industries chips */
.industries-section {
	background: #ffffff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.industries-grid {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}
.industry-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
    background: linear-gradient(135deg, rgb(251 195 104) 0%, rgb(250 194 102) 100%);
    color: rgb(0 0 0);
	font-weight: 600;
	text-decoration: none;
	border: 1px solid transparent;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.industry-chip .chip-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #ffffff;
	color: inherit;
	box-shadow: 0 5px 12px rgba(37, 99, 235, 0.15);
}
.industry-chip:hover {
background: #000;
    color: #f79f00;
    border-color: #000;
}
.industry-chip:hover .chip-icon {
	color: #FF9800;
	background: #f8fafc;
}



/************************************************
           ==map search css==
*************************************************/
#map_canvas {
	height: 450px;
	width: 100%;
}
.infobox-wrap {
	width: 340px;
	padding: 10px 5px;
}
.infobox-wrap .infobox-figure {
	width: 150px;
	float: left;
}
.infobox-wrap .infobox-content {
	width: 180px;
	float: left;
	padding-left: 15px;
	text-align: left;
}
.infobox-wrap .infobox-content h5 {
	text-align: left;
	margin: 0;
	font-size: 20px;
}
.infobox-wrap .infobox-content .address p {
	text-align: left;
	color: #999;
	font-weight: 600;
}
.infobox-wrap .infobox-rattings {
	margin: 10px 0 15px;
}
.infobox-wrap .infobox-rattings i {
	margin-right: 2px;
}
.infobox-wrap .infobox-figure img {
	max-width: 100% !important;
}
.infobox-rattings i {
	color: #ff9600;
	font-size: 18px;
}
#map-section .form-control {
	height: auto;
	border-radius: 0;
	padding: 13px 15px;
	border: none;
	font-size: 18px;
}
#map-section .btn {
	background: #263bd6;
	border-radius: 0;
	color: #fff;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 20px;
}
.searchblack {
	background: #333;
	padding: 40px 0;
	margin-top: 0;
}

.searchbar select.form-control, .searchblack select.form-control{
	padding: 12px 15px 13px 15px;
	appearance: auto;
	border-left: 1px solid #ddd;
}

/*********************************************
		Revolution slider
**********************************************/
.tp-banner-container {
	position: relative;
	z-index: 1;
	padding: 0;
	width: 100%;
}
.tp-banner {
	position: relative;
	width: 100%;
}
.tp-caption {
	line-height: normal !important
}
.tp-caption a {
	color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
	border: 3px #fff solid;
	border-radius: 50%;
	background-image: none !important;
}
.tparrows {
	width: auto !important;
	height: auto !important;
	background-image: none !important;
}
.tp-arr-allwrapper {
	margin: 0 10px;
	width: 50px;
	height: 60px;
	background: rgba(255,255,255,0.5);
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
	color: #fff;
}

.tp-arr-iwrapper {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-family: 'FontAwesome';
	line-height: 60px;
}

.tp-leftarrow .tp-arr-iwrapper:before {
	content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
	content: "\f105";
}

.slide-h1 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 57px;
}
.slide-h2 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #555;
	font-weight: bold;
	font-size: 55px;
	line-height: 100%;
}
.big-font {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 60px;
}
.large-desc {
	font-size: 16px;
}
.slide-h3 {
	color: #fff;
	font-size: 31px;
	line-height: 100%;
}
.slide-h3 span {
	text-transform: uppercase;
	font-weight: bold;
}
.slide-head {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
}
.slide-desc {
	font-size: 22px;
	line-height: 150%;
}
.main-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 70px;
}
.icon-cont {
	padding: 15px 40px;
	border-radius: 10px;
	text-align: center;
}
.icon-cont:after {
	position: absolute;
	bottom: -10px;
	left: 40%;
	z-index: 5;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	content: "";
}
.icon-cont i {
	margin-bottom: 10px;
	color: #fff;
	font-size: 50px;
}
.icon-cont span {
	display: block;
	padding: 0 0 5px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
a.wit-btn {
	background: #fff;
	color: #333 !important;
	text-transform: uppercase;
}
.wit-line {
	width: 5%;
	height: 1px;
	background: #fff;
}
.vert-line {
	min-height: 270px;
	width: 1px;
	background: #fff;
}
.subTxt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: #333;
}
.large-title {
	color: #222;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase !important;
}
.large-light-title {
	color: #787878 !important;
	font-size: 70px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px
}
.large-text {
	font-size: 20px;
	color: #000;
	font-weight: lighter;
}
.larger-text {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}
.witTxt {
	color: #fff !important;
}
.light-font {
	font-weight: lighter !important;
	font-size: 50px;
}
.black-bg {
	background: rgba(0,0,0,.63);
	color: #a8a8a8;
	text-transform: none;
}
.lft-list {
	padding: 10px;
	font-size: 18px;
	color: #fff;
}
.wit-border {
	border: 1px #fff solid;
	padding: 15px 60px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.rounded-bord {
	margin-right: 15px;
	border: 1px #fff solid;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}
#vertical-ticker {
	height: 120px;
	overflow: hidden;
}
#vertical-ticker li {
	padding: 15px 20px;
	display: block;
	text-align: center;
}
.to-bottom i.fa {
	font-size: 30px;
	border: 2px #a8a8a8 solid;
	padding: 20px 22px;
	border-radius: 50%;
	-webkit-animation: bounce 2s infinite linear;
	animation: bounce 2s infinite linear;
}
.slidertext1 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	padding: 15px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.sliderpara {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 15px;
	text-transform: none !important;
}
.slidertext5{padding:0 15px;}
.slidertext5 a {
	color: #fff !important;
	font-size: 24px;
	font-weight: 700;
	padding: 15px 50px;
	text-transform: capitalize !important;
	text-align: left;
	background: #263bd6;
	font-family: 'Montserrat', sans-serif;
}


/************************************************
           == How it works css==
*************************************************/
.howlist {
	list-style: none;
}
.howlist li {
	margin-top: 30px;
	text-align: center;
}
.howlist li .iconcircle {
	width: 100px;
	height: 100px;
	border: 3px solid #78ceff;
	border-radius: 50%;
	text-align: center;
	line-height: 115px;
	margin-bottom: 15px;
	display: inline-block;
	background: #263bd6;
}
.howlist li:nth-child(2) .iconcircle{background:#6ACA00; border-color:#83ec0f;}
.howlist li:last-child .iconcircle{background:#f8a60c; border-color:#ffc456;}
.howlist li .iconcircle i {
	font-size: 48px;
	color: #fff;
}
.howlist li h4 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}
.howlist li p {
	font-size: 16px;
	line-height: 24px;
	color: #555;
}

/************************************************
           == Top Employers css==
*************************************************/
.employerList:after {
	display: table;
	clear: both;
	content: '';
}

.employerList li .empint{ background: #fff; border-radius: 5px; -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; text-align: center}



.employerList li h3{font-size: 14px; margin-top: 10px; margin-bottom: 5px;}
.employerList li p{color: #888;}
.employerList li img {
	width: 100%;
	border: 2px solid #fff;
	display: block;
	border-radius: 5px;
	box-shadow: 2px 8px 15px rgba(0,0,0,.1);
}
.employerList li:hover img{border-color: #5e2dfa;}
.employerList .owl-stage-outer{padding:20px 0 20px 0;}
.employerList .owl-controls{text-align: center; margin-top: -15px;}
.employerList .owl-controls .owl-nav i{display: inline-block; background: #333; color: #fff; font-size: 20px; padding: 9px 12px; margin: 0 5px; cursor: pointer;}

.compnaieslist li{margin-bottom: 30px;}
.compnaieslist li .compint{background: #fff; padding:10px; border: 1px solid #e4e4e4;}
.compnaieslist li .imgwrap{min-height: 240px; max-height: 240px; overflow: hidden; margin-bottom: 10px;}
.compnaieslist li .imgwrap img{width: 100%;}
.compnaieslist li:hover .compint{box-shadow: 0 0 10px rgba(0,0,0,0.1); border: 1px solid #5e2dfa;}
.compnaieslist li h3 a{font-size: 18px; color:#5e2dfa ;}
.compnaieslist li .loctext{margin-bottom: 10px;}
.compnaieslist li i {
    color: #5e2dfa;
    width: 18px;
    text-align: left;
}
.compnaieslist li .curentopen, .compnaieslist li .loctext{color: #666;}
/*Top Search*/
.topsearchwrap {
}
.topsearchwrap h4 {
	background: #263bd6;
	margin-bottom: 15px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding: 12px 20px;
	text-transform: uppercase;
}
.topsearchwrap h5 {
	background: #333;
	margin-bottom: 15px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding: 12px 20px;
	text-transform: uppercase;
}
.catelist li a {
	display: block;
	margin: 10px 0;
	position: relative;
	padding-left: 15px;
	color: #000;
	font-weight: 600
}
.catelist li a:hover {
	color: #263bd6;
}
.catelist li a:before {
	position: absolute;
	left: 0;
	content: '\f0da';
	font-family: 'FontAwesome';
	font-weight: 400;
}
.catelist li span {
	color: #6aca00;
}

/************************************************
           == Home Jobs css==
*************************************************/
.jobslist {
	list-style: none
}
.jobslist li {
	margin-top: 30px;
}
.jobslist li .jobint {
	background: #fff;
    padding: 15px;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    min-height: 113px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-bottom: 2px solid #fff;
}
.jobslist li .jobint:hover {	
	    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    border-color: #5e2dfa;
}
.jobslist li .col-md-7, .jobslist li .col-md-9 {
	padding-left: 0;
}
.jobslist li h4{margin-bottom:5px;}
.jobslist li h4 a {
	font-size: 18px;
	color: #000;
	font-weight: 700;
}
.jobslist li h4 a:hover {
	color: #263bd6;
}
.jobslist li .company {
	color: #999;
	padding: 7px 0
}
.jobslist li .company a {
	color: #263bd6;
}
.jobslist li .jobloc {
	color: #000;
}
.jobslist li .jobloc span {
	color: #999;
}
.jobslist li .applybtn {
	background: #fff;
	display: inline-block;
	color: #263bd6;
	font-weight: 600;
	padding: 9px 15px;
	margin-top: 20px;
	border: 1px solid #263bd6;
}
.jobslist li .applybtn:hover {
	background: #263bd6;
	color:#fff;
	text-decoration: none;
}
.viewallbtn {
	text-align: center;
	margin-top: 40px;
}
.viewallbtn a {
	display: inline-block;
	background: #263bd6;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 30px;
}
.viewallbtn a:hover {
	background: #333;
	text-decoration: none;
}

.partTime{background:#f8a60c; color:#fff; font-size:13px; display:inline-block; padding:4px 6px;}
.fulltime{background:#6ACA00; color:#fff; font-size:13px; display:inline-block; padding:4px 6px;}
.freelance{background:#ff0000; color:#fff; font-size:13px; display:inline-block; padding:4px 6px;}


/************************************************
           == Video css==
*************************************************/
.videowraper {
	background: url(../images/videobg.jpg) no-repeat top;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
.videowraper .subtitle, .videowraper h3 {
	color: #fff;
}
.videowraper p {
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 24px;
}
.videowraper a {
	display: inline-block;
	opacity: .5;
	margin-top: 20px;
	font-size: 100px;
	color: #fff;
}
.videowraper a:hover {
	opacity: 1;
}


/************************************************
           == Testimonials css==
*************************************************/
.testimonialsList {
	list-style: none;
}
.testimonialsList li {
	text-align: center;
	max-width: 770px;
	margin: 10px auto;
}
.testimonialsList li .testimg {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto
}
.testimonialsList li .clientname {
	font-size: 24px;
	font-weight: 700;
	padding: 15px 0;
	color: #000;
	font-family: 'Montserrat', sans-serif;
}
.testimonialsList li p {
	font-style: italic;
	line-height: 22px;
}
.testimonialsList li .clientinfo {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #00a8ff;
	margin-top: 10px;
}

/************************************************
           == App Box css==
*************************************************/
.appwraper {
	padding-top: 50px;
}
.appimg {
	text-align: center;
}
.appimg img {
	display: block;
}
.appwraper .titleTop {
	text-align: left;
	margin-bottom: 10px;
    margin-top: 40px;
}

.appwraper .titleTop h3 {
	color: #000;
	margin-top: 5px;
}
.appwraper .subtitle2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #000;
}
.appwraper p {
	color: #000;
	line-height: 24px;
}
.appwraper .appbtn {
	margin-top: 45px;
	margin-bottom: 30px
}
.appwraper .appbtn a {
	display: inline-block;
	margin-right: 10px;
}

/*Page Title*/
.pageTitle {
	background: url(../images/page-title-bg.jpg) no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.pageTitle h1 {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
}
.breadCrumb {
	text-align: right;
	color: #fff;
	margin-top: 20px;
}
.breadCrumb a {
	color: #fff;
	display: inline-block;
	padding: 0 5px;
}
.breadCrumb span {
	color: #263bd6;
	display: inline-block;
	padding-left: 5px;
}

/************************************************
           == Search List css==
*************************************************/
.listpgWraper {
	padding: 50px 0;
	min-height: 400px;
}
.pageSearch {
	margin-bottom: 30px;
}
.pageSearch a.btn {
	background: #263bd6;
	color: #fff;
	padding: 13px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0;
	display: block;
}
.pageSearch a.btn i {
	font-weight: 400;
	font-size: 24px;
	margin-right: 5px;
}
.pageSearch a.btn:hover {
	background: #666;
}
.searchform .row {
	margin: 0 -5px;
}
.searchform .col-md-3, .searchform .col-md-2, .searchform .col-sm-3, .searchform .col-sm-2 {
	padding: 0 5px;
}
.searchform .form-control {
	border-radius: 0;
	height: auto;
	padding: 13px 12px;
	font-size: 16px;
}
.searchform select.form-control{
	padding: 13px 12px;
	background:#fff;
	line-height:45px;
}
.searchform .btn {
	border-radius: 0;
	background: #263bd6;
	font-size: 24px;
	color: #fff;
	padding: 7px 18px;
}
.searchform .btn:hover {
	background: #444;
}

/************************************************
           == Sidebar css==
*************************************************/
.sidebar {
	background: #fff;
	border: 1px solid #e4e4e4;
	padding: 20px;
	margin-bottom: 30px;
}
.sidebar .widget {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.sidebar .widget-title {
	font-size: 18px;
	font-weight: 600;
	color: #666;
	margin-bottom: 20px;
}
.optionlist {
	list-style: none;
}
.optionlist li {
	margin-bottom: 10px;
	padding: 5px 0;
	position: relative;
	padding-left: 30px;
}
.optionlist li span {
	position: absolute;
	right: 0;
	top: 6px;
}
.optionlist li input[type=checkbox] {
	display: none;
}
.optionlist li input[type=checkbox] + label {
	width: 20px;
	height: 20px;
	border: 1px solid #e0e0e0;
	background: #f5f5f5;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}
.optionlist li input[type=checkbox]:checked + label:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #4ece00;
	padding-left: 2px;
	position: relative;
	top: 2px;
}
.sidebar a {
	color: #263bd6;
	display: inline-block;
	margin-top: 10px;
}
.searchnt .btn {
	background: #263bd6;
	display: block;
	border-radius: 0;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px;
}
.sidebar .gad {
	margin-top: 15px;
	text-align:center;
}
.social a {
	color: #00a8ff;
	font-size: 32px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 0;
}
.social a:hover {
	color: #000;
}
/*Listing*/
.searchList {
	list-style: none;
}
.searchList li {
	background: #fff;
	border: 1px solid #e4e4e4;
	padding: 20px;
	margin-bottom: 30px;
}
.searchList li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border: 1px solid #263bd6;
}
.searchList li .jobimg {
	float: left;
	width: 70px;
	margin-right: 15px;
}
.searchList li h3 a {
	font-size: 18px;
	font-weight: 600;
	color: #00a8ff;
}
.searchList li .companyName {
	margin: 10px 0;
	color: #969595;
}
.searchList li .companyName a {
	color: #969595;
}
.searchList li a:hover {
	color: #333;
}
.searchList li .location {
	color: #000;
}
.searchList li .location span {
	color: #333;
}
.searchList li .listbtn {
	margin-top: 20px;
}
.searchList li .listbtn a {
	background: #fff;
	display: block;
	border-radius: 0;
	width: 100%;
	color: #263bd6;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px;
	text-align: center;
	border:1px solid #263bd6;
}
.searchList li .listbtn a:hover {
	background: #263bd6;
	color:#fff;
	text-decoration: none;
}
.searchList li p {
	line-height: 22px;
	color: #333;
	margin: 10px 0 0 0;
}
.searchList li .cateinfo {
	color: #263bd6;
	margin: 10px 0;
}
.searchList li .minsalary {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-top: 25px;
	color: #a8d815;
}
.searchList li .minsalary span {
	color: #999;
	font-weight: 400;
}
/*Pagination*/
.pagiWrap .showreslt {
	font-weight: 600;
	margin-top: 10px;
}
.pagiWrap .pagination {
	text-align: right;
	margin: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}

/************************************************
           == Job Detail css==
*************************************************/
.job-header {
	background: #fff;
	border: 1px solid #e4e4e4;
	margin-bottom: 30px;
}
.job-header .jobinfo {
	padding: 25px;
	border-bottom: 1px solid #e4e4e4;
}
.job-header .jobinfo h2 {
	font-size: 24px;
	color: #444;
}
.job-header .jobinfo .ptext {
	color: #999;
	margin: 12px 0;
}
.job-header .jobinfo .salary {
	font-size: 16px;
	font-weight: 700;
	color: #888;
}
.job-header .jobinfo .salary strong {
	color: #000;
}
.job-header .jobinfo .companyinfo {
	text-align: right;
}
.job-header .jobinfo .companyinfo .companylogo {
	float: right;
	width: 75px;
	background: #fff;
	margin-left: 20px;
	border: 5px solid #eee;
}
.job-header .jobinfo .companyinfo .companylogo img{display:block;}
.job-header .jobinfo .companyinfo .title a {
	font-size: 18px;
	font-weight: 600;
	color: #263bd6;
}
.job-header .jobinfo .companyinfo .opening a {
	color: #333;
}


/***************************
		Searh Tabs
***************************/
.tabswrap{border-bottom:3px solid #5e2dfa;}
.tabswrap .nav-tabs{border-bottom: none; float: right;}
.tabswrap .nav-tabs>li{margin-bottom:0;}
.tabswrap .nav-tabs>li>button{background:none; border-radius:0; font-size:16px; font-weight:400; color:#666; padding:15px 30px; border: none;}

.tabswrap .nav-tabs>li>button.active, .tabswrap .nav-tabs>li>button.active:focus{background:#5e2dfa; color:#fff; border-color:#5e2dfa; border-radius: 5px 5px 0 0; font-weight:700;}
.tabswrap .nav-tabs>li.last{float:right;}
.tabswrap .nav-tabs>li.last button{background:none; font-size:14px; padding:0; margin:0; border:none; margin-top:7px;}
.tabswrap .nav-tabs>li.last button:hover{border:none; color:#5e2dfa;}
.srchbx {
	border: 1px solid #eee;
	margin-bottom: 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.srchbx .srchint {
	padding: 30px;
	background: #fff;
}
.catelist li a {
	display: block;
	margin: 10px 0;
	position: relative;
	padding-left: 15px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
.catelist li a:hover {
	color: #5e2dfa;
}
.catelist li a:before {
	position: absolute;
	left: 0;
	content: '\f0da';
	font-family: 'FontAwesome';
	font-weight: 400;
}
.catelist li span {
	color: #6aca00;
}
/*Candidate Info*/
.job-header .jobinfo .candidateinfo .userPic {
	float: left;
	width: 100px;
	height: 100px;
	background: #cbcbcb;
	margin-right: 20px;
	border: 5px solid #263bd6;
}
.job-header .jobinfo .candidateinfo .title {
	font-size: 24px;
	color: #333;
	font-weight: 600
}
.job-header .jobinfo .candidateinfo .desi {
	font-size: 18px;
	color: #666;
	margin-top: 10px;
}
.job-header .jobinfo .candidateinfo .loctext {
	line-height: 24px;
	color: #555;
	margin-top: 8px;
}
.job-header .jobinfo .candidateinfo .loctext i {
	width: 20px;
	color: #263bd6;
}
.cadsocial {
	margin-top: 10px;
}
.cadsocial a {
	color: #666;
	font-size: 24px;
	display: inline-block;
	margin-right: 7px;
}
.cadsocial a:hover {
	color: #263bd6;
}
.relatedJobs {
	margin-bottom: 30px;
}
.relatedJobs h3 {
	font-size: 24px;
	font-weight: 700;
	color: #555;
	margin-bottom: 15px;
}
/*Buttons*/
.jobButtons {
	padding: 20px 25px;
}
.jobButtons a {
	background: #f0f0f0;
	margin-right: 10px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
.jobButtons a.report {
	background: #e01010;
	color: #fff;
}
.jobButtons a.apply {
	background: #a8d815;
	color: #fff
}
.jobButtons a:hover {
	background: #222;
	color: #fff;
}
.job-header .contentbox {
	padding: 35px;
}
.job-header .contentbox h3 {
	font-size: 24px;
	font-weight: 700;
	color: #263bd6;
	margin-bottom: 10px;
}
.job-header .contentbox p {
	line-height: 24px;
	color: #555;
	margin-bottom: 20px;
}
.job-header .contentbox ul {
	margin-bottom: 30px;
}
.job-header .contentbox ul li {
	padding: 10px 0 10px 25px;
	position: relative;
	line-height: 24px;
}
.job-header .contentbox ul li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #a8d815;
	position: absolute;
	left: 0;
}
/*Job Info*/
.jobdetail {
	padding: 20px;
}
.jobdetail iframe {
	width: 100%;
	height: 250px;
	border: none
}
.jobdetail h3 {
	font-size: 18px;
	color: #263bd6;
	font-weight: 700;
}
.jbdetail {
	margin-top: 20px;
}
.jbdetail li {
	margin-bottom: 20px;
	color: #908f8f;
}
.jbdetail li a {
	display: block;
	text-align: right;
	color: #263bd6;
	font-weight: 600;
}
.jbdetail li span {
	display: block;
	text-align: right;
	color: #000;
	font-weight: 600;
}
.jbdetail li span.permanent {
	color: #a8d815;
}
.jbdetail li span.contract {
	color: #263bd6;
}
.jbdetail li span.freelance {
	color: #F07200;
	background:none;
	padding:0;
}
/*Skills*/
.skillswrap {
	margin-top: 20px;
}
.skillswrap h5 {
	color: #7b7b7b;
	font-weight: 400;
	margin-bottom: 5px;
}
/*Education*/
.educationList {
	margin-bottom: 0 !important;
}
.educationList li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	margin-top: 30px;
}
.educationList li:hover {
	border-bottom-color: #263bd6;
}
.educationList li:before {
	display: none;
}
.educationList li:last-child {
	border-bottom: 0;
}
.educationList li .date {
	width: 90px;
	height: 90px;
	background: #888;
	border-radius: 50%;
	text-align: center;
	font-weight: 700;
	padding-top: 17px;
	line-height: 18px;
	float: left;
	color: #fff;
	margin-right: 20px;
}
.educationList li h4 {
	font-size: 18px;
	font-weight: 700;
	color: #58c0ff;
	margin-bottom: 5px;
}
.educationList li p {
	margin-bottom: 0 !important;
}
/*Experience*/
.experienceList {
	margin-bottom: 0 !important;
}
.experienceList li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
	margin-top: 30px;
}
.experienceList li:hover {
	border-bottom-color: #263bd6;
}
.experienceList li:before {
	display: none;
}
.experienceList li:last-child {
	border-bottom: 0;
}
.experienceList li h4 {
	font-size: 18px;
	font-weight: 700;
	color: #58c0ff;
	margin-bottom: 10px;
}
.experienceList li p {
	margin-bottom: 0 !important;
	margin-top: 10px;
}
/*Portfolio*/
.userPortfolio li {
	padding: 0 15px !important;
	margin-top: 30px;
}
.userPortfolio li:before {
	display: none;
}
.userPortfolio li .imgbox {
	overflow: hidden;
	position: relative
}
.userPortfolio li .itemHover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(22,34,46,.9);
	transform: scale(0);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.userPortfolio li:hover .itemHover {
	transform: scale(1)
}
.userPortfolio li .zoombox {
	display: table;
	width: 100%;
	height: 20%;
	text-align: right
}
.userPortfolio li .item-zoom {
	display: inline-block;
	border: 2px solid #fff;
	padding: 6px 12px;
	margin: 15px 15px 0 0;
	color: #fff
}
.userPortfolio li .item-zoom:hover {
	background: #2079f2
}
.userPortfolio li .infoItem {
	display: table;
	width: 100%;
	height: 70%;
	text-align: center
}
.userPortfolio li .itemtitle {
	vertical-align: bottom;
	padding: 0 15px 15px;
	position: relative;
	display: table-cell;
}
.userPortfolio li .itemtitle h5 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 5px
}
.userPortfolio li .itemtitle p {
	color: #ccc;
	line-height: 18px
}
.userPortfolio li .itemtitle a {
	color: #2079f2
}
.userPortfolio li.shown, .no-cssanimations .userPortfolio li, .no-js .grid li {
	opacity: 1
}
.userPortfolio li a, .userPortfolio li img {
	outline: 0;
	border: none;
	display: block;
	max-width: 100%
}

/************************************************
           == Cms Pages css==
*************************************************/
.inner-page {
	padding: 50px 0;
}
.inner-page .title {
	text-align: center;
	margin-bottom: 40px;
}
.inner-page .title > span {
	color: #292929;
	font-size: 17px;
	margin-bottom: 10px;
}
.inner-page .title h2 {
	color: #292929;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 0;
}
.inner-page .title > p {
	line-height: 24px;
}
.contact {
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 30px;
}
.contact > span {
	color: #263bd6;
	float: left;
	font-size: 50px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	width: 70px;
}
.inner-page .fa-home:before {
	content: "\f015";
}
.information {
	overflow: hidden;
	padding-right: 20px;
	margin-top: 5px;
}
.information > strong {
	color: #000;
	display: table;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.information > p {
	line-height: 22px;
	margin: 0;
}
.contact-form input, .contact-form textarea {
	color: #8c8c8c;
	float: left;
	border: 1px solid #ddd;
	font-size: 12px;
	line-height: 32px;
	margin-bottom: 15px;
	padding: 10px 20px;
	width: 100%;
}
.contact-form {
	text-align: right;
}
.contact-form button {
	background-color: #263bd6;
	border: 0 none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 18px 40px;
	margin-top: 20px;
}

/************************************************
           == FAQs css==
*************************************************/
.faqs {
	margin-bottom: 30px;
}
.faqs .panel-default>.panel-heading {
	background: none;
	border: none;
	padding: 0;
}
.faqs h4 a {
	padding: 15px 55px 15px 15px;
	display: block;
	background: #263bd6;
	color: #fff;
	font-size: 16px;
	position: relative;
}
.panel-group .panel {
	border-radius: 0;
	margin-bottom: 20px;
}
.panel-group .panel-body {
	line-height: 24px;
	color: #555;
}
.faqs h4 .collapsed:hover, .faqs h4 a:hover, .faqs h4 a:active {
	text-decoration: none;
	background: #263bd6;
	color: #fff;
}
.faqs h4 a:before {
	content: "\f068";
	background: #fff;
	font-family: 'FontAwesome';
	width: 30px;
	padding: 6px 0;
	color: #263bd6;
	position: absolute;
	right: 15px;
	top: 8px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
}
.faqs h4 .collapsed:before {
	content: "\f067";
	font-family: 'FontAwesome';
	background: #666;
	width: 30px;
	padding: 6px 0;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 8px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	text-decoration: none;
}
.faqs h4 a.collapsed {
	background: #fff;
	color: #666;
	text-decoration:none;
}
/*Form Panel*/
.formpanel {
	margin-top: 20px;
}
.formpanel .formrow {
	margin-bottom: 15px;
}
.formpanel .form-control {
	height: auto;
	border-radius: 0;
	padding: 10px 13px;
	border-color: #ddd;
}
.formpanel select.form-control {
	padding: 13px 12px;
	border-radius:0;
	line-height:45px;
}
.formpanel textarea.form-control {
	height: 150px;
}
.formpanel .btn {
	width: 100%;
	background: #263bd6;
	color: #fff;
	border-radius: 0;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.formpanel .btn:hover {
	background: #222;
}
.featchoose li {
	margin-bottom: 10px;
}
/*Google Map*/
.gmap {
	margin-top: 20px;
}
.gmap iframe {
	height: 250px;
	width: 100%;
	border: none;
}
.googlemap iframe {
	height: 400px;
	width: 100%;
	border: none;
}

/************************************************
           == User Account css==
*************************************************/
.userccount {
	background: #fff;
	border: 1px solid #ddd;
	padding: 25px 30px;
}
.userccount p {
	text-align: center;
	line-height: 24px;
	color: #999;
}
.userccount h5 {
	font-size: 20px;
	color: #555;
	font-weight: 700;
	margin-bottom: 15px;
}
.socialLogin {
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.socialLogin a {
	display: inline-block;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 18px;
	margin: 0 5px;
	line-height: 36px;
}
.socialLogin a.fb {
	background: #3b5998;
}
.socialLogin a.gp {
	background: #dd4b39;
}
.socialLogin a.tw {
	background: #00aced;
}
.newuser {
	margin-top: 30px;
	text-align: center;
	color: #666;
	font-size:18px;
}
.newuser a {
	font-weight: 600;
}
.userbtns .nav-tabs {
	border-bottom: none;
	margin-bottom: 30px;
}
.userbtns .nav-tabs>li {
	width: 50%;
	margin-bottom: 0;
}
.userbtns .nav-tabs>li a {
	border: none;
	background: #eee;
	border-radius: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #222;
}
.userbtns .nav-tabs>li a:hover, .userbtns .nav-tabs>li.active a {
	background: #263bd6;
	border: none;
	color: #fff;
}
.userbtns .nav-tabs>li.active a:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #263bd6;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
}

/***************************
		404 Page
***************************/
.error-page-wrap {
	padding: 50px 0;
}
.error-page-wrap .errormain {
	text-align: center;
}
.error-page-wrap .errormain h2 {
	font-size: 72px;
	color: #999;
	font-weight: 900;
}
.error-page-wrap .errormain h3 {
	font-size: 24px;
	color: #888;
	font-weight: 900;
	display: inline-block;
}
.error-msg {
	margin-top: 10px;
}
.error-msg p {
	max-width: 500px;
	margin: auto;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}
.error-msg .btn {
	background: #263bd6;
	color: #fff;
	margin-top: 30px;
	border-radius: 10px;
	padding: 10px 25px;
	font-size: 18px;
	font-weight: 600;
}
.latest-jobs .latest-job-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 28px;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(148, 163, 184, 0.12);
	display: flex;
	flex-direction: column;
	gap: 18px;
	height: 100%;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.latest-jobs .latest-job-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}
.latest-job-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.badge-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
	    color: #000000!important;
    background: rgb(250 188 87)!important;
}
.badge-status.fulltime {
	background: rgba(34, 197, 94, 0.15);
	color: #15803d;
}
.badge-status.freelance {
	background: rgba(124, 58, 237, 0.15);
	color: #6d28d9;
}
.badge-status.parttime {
	background: rgba(14, 165, 233, 0.15);
	color: #0e7490;
}
.badge-status.remote {
	background: rgba(37, 99, 235, 0.15);
	color: #ffc45c;
}
.badge-status.hybrid {
	background: rgba(249, 115, 22, 0.15);
	color: #c2410c;
}
.badge-status.internship {
	background: rgba(16, 185, 129, 0.15);
	color: #000;
}
.bookmark {
	color: #94a3b8;
	font-size: 18px;
}
.bookmark:hover {
	color: #000;
}
.latest-jobs h4 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
}
.latest-jobs h4 a {
	color: inherit;
	text-decoration: none;
}
.latest-jobs h4 a:hover {
	color: #000;
}
.latest-job-meta {
	display: flex;
	flex-direction: column;
	gap: 15px;
	color: #475569;
	font-size: 0.95rem;
}
.latest-job-meta span i {
	color: #fabc57;
    margin-right: 6px;
    font-size: 18px;
}
.latest-job-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 12px;
	border-top: 1px solid rgba(148, 163, 184, 0.2);
}
.latest-job-company {
	display: flex;
	align-items: center;
	gap: 12px;
}
.latest-job-company img {
	width: 52px;
	height: 52px;
	object-fit: contain;
	border-radius: 12px;
	background: #f1f5f9;
	padding: 6px;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
}
.latest-job-company .label {
	display: block;
	font-size: 0.8rem;
	color: #94a3b8;
	margin-bottom:10px;
}
.latest-job-company .value {
	display: block;
	font-size: 0.95rem;
	font-weight: 600;
	color: #0f172a;
}
.latest-job-footer .btn {
	border-radius: 999px;
	padding: 8px 18px;
	font-weight: 600;
	    background-color: #fabc57;
    color: #000;
}
}
.latest-job-footer .btn:hover {
	    background-color: #000;
    color: #fabc57;
}
}

@media (max-width: 575px) {
	.latest-job-meta {
		gap: 4px;
	}
	.latest-job-footer {
		flex-direction: column;
		align-items: flex-start;
	}
	.latest-job-footer .btn {
		width: 100%;
		text-align: center;
	}
}

/***************************
	About Us
****************************/
.about-wraper {
	padding: 100px 0;
}
.about-wraper h2 {
	font-size: 36px;
	color: #263bd6;
	font-weight: 700;
	margin-bottom: 15px;
}
.about-wraper p {
	line-height: 24px;
	font-size: 16px;
}
.what_we_do {
	padding: 50px 0;
	background: #f8f8f8;
	margin-top: 100px;
}
.what_we_do .main-heading {
	color: #263bd6;
	text-align: center;
	line-height: 48px;
	font-size: 36px;
	font-weight: 700;
}
.whatText {
	font-size: 24px;
	text-align: center;
	color: #444;
	line-height: 42px;
}
.whatList {
	list-style: none;
	margin-top: 50px;
}
.whatList li {
	text-align: center;
}
.whatList li .iconWrap {
	display: inline-block;
	border: 4px solid #ddd;
	border-radius: 100%;
	padding: 10px;
}
.whatList li .icon {
	font-size: 103px;
	color: #fff;
	background: #263bd6;
	width: 180px;
	height: 180px;
	text-align: center;
	line-height: 180px;
	border-radius: 100%;
}
.whatList li h3 {
	font-size: 30px;
	color: #333;
	padding-top: 30px;
	margin-bottom: 15px;
	font-weight: 600;
}
.whatList li p {
}
.textrow {
	padding-top: 100px;
}
ul.orderlist {
	list-style: none;
	margin-top: 30px;
}
ul.orderlist li {
	float: left;
	width: 48%;
	margin-bottom: 12px;
	color: #333;
	font-size: 16px;
}
ul.orderlist li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	color: #82B440;
}


/**************************
	Pay Packages
**************************/



/*************************
	Three colum Packages
*************************/
.four-plan {
	background: #eee;
	padding: 100px 0px;
}
.four-plan h3 {
	padding: 0px;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
.four-plan .boxes {
	list-style: none;
	border-radius: 5px;
	background: #fff;
	padding: 10px 20px;
	text-align: center;
	margin-top: 30px;
}
.four-plan .boxes:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.four-plan .boxes li {
	display: block;
}
.four-plan .icon {
	font-size: 52px;
	color: #565656;
	padding: 30px 0
}
.four-plan .plan-name {
	font-size: 26px;
	font-weight: 600;
}
.four-plan .plan-date {
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}
.plan-pages {
	font-size: 16px;
	line-height: 43px;
	font-weight: bold;
	color: #868686
}
.plan-pages1 {
	display: block;
	font-size: 16px;
	line-height: 43px;
	font-weight: bold;
	color: #e2e2e2
}
.order {
	font-size: 16px;
	padding: 20px 0px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 8px;
}
.order a {
	background: #000;
	border-radius: 5px;
	padding: 12px 32px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.order a:hover {
	background: #263bd6;
}
.main-plan {
	margin-bottom: 15px;
}
.main-plan .plan-price1-1 {
	font-size: 52px;
	float: left;
	color: #565656;
	margin-left: 30px;
	padding-top: 22px;
	font-weight: 300;
}
.main-plan .plan-price1-2 {
	font-size: 78px;
	font-weight: bold;
	float: left;
	color: #222;
}
.main-plan .plan-price1-3 {
	font-size: 18px;
	float: left;
	line-height: 20px;
	margin-right: 30px;
	color: #cdcdcd;
	font-weight: 300;
	padding-top: 32px;
}
.main-plan .plan-price1-4 {
	display: block;
}
/*************************
	Three colum Packages
*************************/
.three-plan {
	padding: 100px 0;
}
.three-plan h3 {
	padding: 0px;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
.three-plan ul {
	list-style: none;
	background: #fff;
}
.three-plan li {
	padding: 0px;
}
.three-plan .boxes {
	background: #fff;
	margin-top: 30px;
}
.pricing-table1 {
	background: #ffc600;
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding: 10px 0px;
	font-weight: 600;
}
.pricing-table1 strong {
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.pricing-detail {
	list-style: none;
}
.pricing-detail li {
	display: block;
	text-align: center;
}
.pricing-unit1 {
	font-size: 57px;
	float: left;
	color: #ffc600;
	margin-left: 20px;
	padding-top: 80px;
	font-weight: 300;
}
.pricing-unit1-1 {
	font-size: 132px;
	font-weight: bold;
	color: #ffc600;
	float: left;
}
.pricing-unit1-2 {
	font-size: 18px;
	line-height: 20px !important;
	color: #cdcdcd;
	float: left;
	font-weight: 300;
	padding-top: 100px;
}
.pricing-unit1-3 {
	display: block;
}
.pricing-unit2 {
	font-size: 57px;
	float: left;
	color: #00aeff;
	margin-left: 20px;
	padding-top: 80px;
	font-weight: 300;
}
.pricing-unit2-1 {
	font-size: 132px;
	font-weight: bold;
	color: #00aeff;
	float: left;
}
.pricing-unit2-2 {
	font-size: 18px;
	line-height: 20px !important;
	color: #cdcdcd;
	font-weight: 300;
	padding-top: 100px;
}
.pricing-unit2-3 {
	display: block;
}
.pricing-unit3 {
	font-size: 57px;
	float: left;
	color: #56d700;
	margin-left: 20px;
	padding-top: 80px;
	font-weight: 300;
}
.pricing-unit3-1 {
	font-size: 132px;
	font-weight: bold;
	color: #56d700;
	float: left;
}
.pricing-unit3-2 {
	font-size: 18px;
	line-height: 20px !important;
	color: #cdcdcd;
	font-weight: 300;
	padding-top: 100px;
}
.pricing-unit3-3 {
	display: block;
}
.three-plan .plan-name-dt {
	font-size: 36px;
	font-weight: bold;
	color: #5c5c5c;
	padding: 0px 82px;
	padding-top: 75px;
	line-height: 44px;
	padding-bottom: 39px;
}
.three-plan .plan-good i {
	font-size: 18px;
	color: #a8a8a8;
	margin-right: 12px;
}
.three-plan .plan-pages {
	font-size: 16px;
	line-height: 43px;
	padding-left: 70px;
	font-weight: 300;
	color: #a8a8a8;
	border-top: 1px solid #f5f5f5;
	padding-top: 3px;
}
.three-plan .plan-detail {
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	font-weight: bold;
	color: #868686;
	border-top: 1px solid #f5f5f5;
	padding-top: 3px;
}
.three-plan .plan-detail1 {
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	font-weight: bold;
	color: #868686;
	border-top: 1px solid #f5f5f5;
	padding-top: 3px;
}
.three-plan .plan-detail1 i {
	color: green !important;
}
.three-plan .plan-detail i {
	color: red !important;
}
.pricing-table1-2 {
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding: 10px 0px;
	font-weight: 600;
}
.pricing-table1-2 strong {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.pricing-table1-3 {
	background: #56d700;
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding: 10px 0px;
	font-weight: 600;
}
.pricing-table1-3 strong {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.three-plan .plan-pages i {
	font-size: 18px;
	color: #a8a8a8;
	margin-right: 12px;
}
.three-plan .plan-pages1 {
	display: block;
	font-size: 16px;
	line-height: 43px;
	font-weight: bold;
	color: #e2e2e2
}
.three-plan .order-1 {
	background: #ffc600;
	font-size: 16px;
	padding: 25px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.three-plan .order-1 a {
	background: #000;
	border-radius: 5px;
	padding: 12px 32px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.three-plan .order-2 {
	background: #000;
	font-size: 16px;
	padding: 25px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.three-plan .order-2 a {
	background: #00aeff;
	border-radius: 5px;
	padding: 12px 32px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.three-plan .order-3 {
	background: #56d700;
	font-size: 16px;
	padding: 25px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.three-plan .order-3 a {
	background: #000;
	border-radius: 5px;
	padding: 12px 32px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
/* =======================
		Blog Listing
======================= */
.blogWraper {
	margin-bottom: 40px;
}
.blogList {
	list-style: none;
}
.blogList li {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #e4e4e4;
}
.blogList li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-color: #263bd6;
}
.postimg {
	position: relative;
	display: inline-block;
}
.postimg:before {
	border: 1px solid #fff;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	position: absolute;
	z-index: 10;
	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;
}
.blogList li:hover .postimg:before {
	background: rgba(255,255,255,0.4);
}
.postimg .date {
	width: 60px;
	height: 60px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	padding: 7px 10px 0 10px;
	text-align: center;
	line-height: 20px;
	background: #263bd6;
	letter-spacing: 0.4px;
	outline: 3px solid #263bd6;
	border: 1px solid #fff;
	position: absolute;
	left: 14px;
	top: 14px;
	z-index: 12;
}
.post-header {
	margin-bottom: 20px;
}
.post-header h4 a {
	font-size: 24px;
	color: #263bd6;
	font-weight: 600;
}
.post-header h4 a:hover {
	color: #333;
}
.postmeta {
	margin: 15px 0 20px 0; line-height:24px;
}
.postmeta span, .postmeta a {
	color: #263bd6;
}
.blogList p, .blogGrid li p {
	line-height: 24px;
	color: #333;
}
.blogList .readmore, .blogGrid .readmore {
	border-bottom: 1px dotted #00b1f1;
	display: inline-block;
	margin-top: 15px;
	color: #000;
	font-weight: 600;
	padding-bottom: 5px;
}
.blogList .readmore:hover, .blogGrid .readmore:hover {
	text-decoration: none;
	color: #00b1f1;
}
/* =======================
		Blog Grid
======================= */
.blogGrid {
	list-style: none;
}
.blogGrid li {
	margin-bottom: 30px;
}
.blogGrid li .int {
	background: #fff;
	padding: 20px;
	border: 1px solid #e4e4e4;
}
.blogGrid li .int:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-color: #263bd6;
}
.blogGrid li .post-header {
	margin-top: 10px;
}
/* =======================
		Blog Detail
======================= */
.blogdetailbox {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #e4e4e4;
}
blockquote {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
	padding: 20px 20px 20px 60px;
	position: relative;
	border: 3px solid #00b1f1;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
blockquote p {
	font-style: italic;
	display: inline-block;
	color: #000;
}
blockquote:before {
	color: #ddd;
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 22px;
	font-style: normal;
	left: 24px;
	position: absolute;
	top: 20px;
	transform: scale(-1);
}
blockquote:after {
	color: #ddd;
	content: "\f10e";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 22px;
	font-style: normal;
	margin: 0 0 0 8px;
	position: absolute;
	bottom: 25px;
    right: 25px;
}
.comments h4 {
	color: #222222;
	font-size: 24px;
	font-weight: 600;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
	display: inline-block;
	width: 100%;
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-list li {
	padding: 20px;
	border: 1px solid #e9e9e9;
	position: relative;
	background: #fff;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media-left a {
	width: 100px;
	display: inline-block;
}
.comments .media p {
	margin-top: 5px;
	color: #333;
	line-height: 20px;
}
.comments .media h6 span {
	font-size: 13px;
	color: #999;
	margin: 0;
	margin-top: 10px;
	text-transform: none;
	display: inline-block;
	width: 100%;
}
.comments .media {
	margin-top: 30px;
}
.comments .media h6 {
	font-weight: 600;
	color: #00b1f1;
	font-size: 16px;
	text-transform: none;
}
.comments .btn.raply {
	padding: 10px 12px;
	font-size: 12px;
	color: #333;
	background: #f5f5f5;
	border: none;
	border-radius: 0;
	position: absolute;
	top: 15px;
	right: 0;
}
.comments .btn.raply:hover {
	background: #00b1f1;
	color: #fff;
}
.comments .media a img {
	margin-bottom: 10px;
}
.commnetsfrm {
	background: #fff;
	padding: 25px;
}
.comments form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.commnetsfrm .btn {
	background: #00b1f1;
	color: #fff;
	font-weight: 700;
	margin-top: 20px;
	border-radius: 0;
	font-size: 18px;
	padding: 8px 18px;
}
/************************************************
           ==Blog sidebar css==
*************************************************/
.search {
	position: relative;
	margin-bottom: 15px;
}
.search .form-control {
	border-radius: 0;
	height: auto;
	padding: 10px 12px;
	border-color: #ddd;
}
.search .btn {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
	background: none;
	font-size: 20px;
}
/*categories*/
.categories li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.categories li a {
	margin-top: 0;
	color: #888;
	font-weight: 600;
}
.categories li:before {
	content: "\f0da ";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
	color: #00b1f1;
	font-size: 12px;
}
.categories li a:hover{color:#00b1f1;}
/*Archives*/
.archive li {
	line-height: 45px;
}
.archive li a {
	margin-top: 0;
	color: #888;
	font-weight: 600;
}
.archive li span {
	float: left;
	height: 30px;
	width: 30px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #fff;
	outline: 3px solid #f5f5f5;
	margin-right: 20px;
	line-height: 26px;
	font-size: 12px;
	color: #777777;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.archive li a:hover span {
	background: #263bd6;
	color: #fff;
}
/*Popular Posts*/
.papu-post {
}
.papu-post .media-left {
	margin-right: 0px;
}
.papu-post .media-left img {
	width: 100%;
}
.papu-post .media-left a {
	width: 80px;
	margin-top: 0;
	margin-right: 5px;
	display: inline-block;
}
.papu-post span {
	color: #333;
	letter-spacing: 0px;
	font-size: 11px;
}
.papu-post li {
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
	margin: 0px;
}
.papu-post .media-heading {
	display: inline-block;
	width: 100%;
	color: #00b1f1;
	margin-top: 0px;
	line-height: 20px;
}
.papu-post li:last-child {
	border-bottom: 0;
}
/*Tags*/
.tags:after {
	display: table;
	clear: both;
	content: '';
}
.tags li {
	display: inline-block;
	float: left;
}
.tags a {
	color: #969595;
	border: 1px solid #dadada;
	padding: 7px 10px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.tags a:hover {
	border: 1px solid #263bd6;
	background: #263bd6;
	color: #fff;
	text-decoration: none;
}
/*Photo Streen*/
.photo-steam {
	margin: 0 -5px;
}
.photo-steam:after {
	display: table;
	clear: both;
	content: '';
}
.photo-steam li {
	float: left;
	width: 25%;
	padding: 0 5px;
	margin-bottom: 10px;
}


/************************************************
           == Dashboard Page css==
*************************************************/
.usernavdash {
	margin-bottom: 30px;
}
.usernavdash li a {
	border: 1px solid #eee;
	border-bottom: none;
	padding: 10px 15px;
	color: #444;
	display: block;
	background: #fff
}
.usernavdash li:last-child a {
	border-bottom: 1px solid #eee;
}
.usernavdash li a:hover {
	background: #263bd6;
	color: #fff;
	text-decoration: none;
}
.usernavdash li i {
	margin-right: 2px;
	font-size: 18px;
	width: 25px;
	color:#999;
}
.usernavdash li.active a {
	background: #263bd6;
	color: #fff;
}
.usernavdash li.active a i, .usernavdash li a:hover i{color:#fff;}
.profilestat li .inbox {
	border: 1px solid #eee;
	text-align: center;
	background: #fff;
	padding: 15px 10px;
	margin-bottom: 30px;
}
.profilestat li i {
	font-size: 36px;
	color: #999;
	margin-bottom: 15px;
	display: block;
}
.profilestat li h6 {
	font-size: 30px;
	font-weight: 600;
	color: #263bd6;
	margin-bottom: 10px;
}
.profilestat li h6 span {
	font-size: 18px;
	color: #999;
}
.profilestat li strong {
	display: block;
	font-size: 13px;
	color: #333;
}
.instoretxt {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	background: #fff;
	text-align: center;
	padding:30px 20px;
	margin-bottom: 30px;
}
.instoretxt .credit {
	font-size: 24px;
	margin-bottom: 20px;
}
.instoretxt .currency {
	font-size: 16px;
	font-weight: 700;
}
.instoretxt .currency strong {
	color: #263bd6;
}
.instoretxt strong {
	font-weight: 700;
	color: #263bd6;
}
.instoretxt a {
	font-size: 18px;
	display: inline-block;
	padding: 9px 20px;
	background: #263bd6;
	color: #fff;
	margin: 0 5px;
}
.instoretxt a:hover {
	background: #333;
	text-decoration: none;
}
.instoretxt a.history {
	background: #444;
}
.myads h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
}

/* The switch - the box around the slider */

.switchbox{margin-bottom:20px;}
.switchbox .txtlbl{float:left; font-size:16px; font-weight:700; margin-top:5px;}
.switchbox .txtlbl i{font-size:14px; font-weight:400; color:#666}

.switchbox strong{font-size:12px; display:block; margin-top:10px;}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px !important;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 10px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 10px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 33px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}



/************************************************
           ==Subscribe css==
*************************************************/

.subscribe {
	padding: 50px 0;
	background-color: #009eff;
	text-align: center;
}
.subscribe h6 {
	font-size: 30px;
	color: #fff;
}
.subscribe p {
	color: #fff;
	max-width: 670px;
	margin: 0 auto;
}
.subscribe .input-group {
	margin-top: 25px;
}
.subscribe .input-group .form-control {
	height: auto;
	padding: 10px 13px;
	font-size: 16px;
	border: none;
}
.subscribe .input-group .btn {
	background: #333;
	padding: 10px 20px;
	color: #fff;
	border-color: #333;
	text-transform: uppercase;
	font-weight: 600
}



/************************************************
           ==Footer css==
*************************************************/
.footerWrap {
	background: #272727;
	padding: 50px 0;
}
.footerWrap h5 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
.footerWrap p {
	line-height: 22px;
	color: #ccc;
}
.footerWrap .ft-logo {
	margin-bottom: 15px;
}
.social {
	margin-top: 20px;
}
.social a {
	color: #fff;
	font-size: 32px;
	display: inline-block;
	margin-right: 5px;
}
.social a:hover {
	color: #36b3e5;
}
.sidebar .social a {
	color: #444;
}
/*Articles*/
.posts-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.posts-list li {
	border: none;
	margin: 15px 0;
}
.posts-list .media-left {
	margin-right: 30px;
	width: 80px;
	float: left;
	padding-right: 0;
}
.posts-list .entry-title {
	font-weight: 400;
	text-transform: inherit;
	margin: 0 0 5px;
}
.post .entry-title a {
	color: #fff;
	font-size: 16px;
}
.posts-list .entry-meta {
	padding: 0;
}
.posts-list .entry-date {
	color: #ccc;
	font-style: italic;
	text-transform: capitalize;
}
.footerWrap .quicklinks {
	list-style: none;
}
.footerWrap .quicklinks li {
}
.footerWrap .quicklinks li a {
	display: block;
	color: #ccc;
	padding: 8px 0;
	font-size: 14px;
}
.footerWrap .quicklinks li a:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	margin-right: 7px;
}
.footerWrap .quicklinks li a:hover {
	color: #263bd6;
	text-decoration: none;
}
.copyright {
	padding: 10px 0;
	text-align: center;
	color: #777;
}
.copyright ul li{display:inline;}
.copyright ul li a {
	color: #555;
	padding: 0 5px;
	display: inline-block;
	margin: 5px;
}
.copyright a:hover {
	color: #000;
}
.bttxt {
	color: #888;line-height:24px;
}
/*copyright*/
.copyright {
	padding: 0px 0;
}


/*******************
	Large Screen
*******************/
@media screen and (max-width: 1199px) {
.main-plan .plan-price2 {
	margin-left: 0px;
	font-size: 44px;
}
.main-plan .plan-price2-1 {
	font-size: 70px;
}
.main-plan .plan-price2-2 {
	margin-right: 0px;
}
.main-plan .plan-price {
	margin-left: 0px;
	font-size: 44px;
}
.main-plan .plan-price-1 {
	font-size: 70px;
}
.main-plan .plan-price-2 {
	margin-right: 0px;
}
.main-plan .plan-price1-1 {
	margin-left: 0px;
	font-size: 44px;
}
.main-plan .plan-price1-2 {
	font-size: 70px;
}
.main-plan .plan-price1-3 {
	margin-right: 0px;
}
.pricing-unit1 {
	margin-left: 5px;
}
.pricing-unit2 {
	margin-left: 5px;
}
.pricing-unit3 {
	margin-left: 5px;
}
}

/*******************
	Monitor Screen
*******************/
 @media screen and (max-width: 1024px) {
.usernav li a {
	padding: 19px 14px
}
.jobslist li .applybtn {
	margin-top: 15px;
}
.pageSearch a.btn {
	margin-bottom: 15px
}
}

/*******************
	Tablet Screen
*******************/
@media screen and (max-width: 990px) {
body {
	font-size: 16px;
}
.navbar-default {float:none;}
.three-plan li {
	padding: 0 15px;
	margin-top: 15px;
}
.three-plan ul {
	background: none;
}
.main-plan {
	max-width: 150px;
	margin: 0 auto;
}
.main-unit {
	max-width: 240px;
	height: 200px;
	margin: 0 auto;
}
/*Search*/
.searchwrap {
	padding: 40px 0;
}
.searchbar {
	padding:20px 5px 5px 5px;
}
.searchbar .form-control {
	margin-bottom: 15px;
}
.searchbar .btn {
	width: 100%;
}
ul.orderlist li {
	float: none;
	width: auto;
}
.optionlist li {
	font-size: 14px;
}
.searchList li p {
	font-size: 16px;
}
.sidebar a {
	font-size: 16px;
}
.sidebar .social a {
	font-size: 30px;
}
.pageTitle h1, .breadCrumb {
	text-align: center;
}
/*job detail*/
.job-header .jobinfo .companyinfo {
	text-align: left;
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding-top: 30px;
}

.whatList li{margin-bottom:30px;}
.about-wraper h2{margin-top:20px;}
.postimg{margin-top:15px;}
.about-wraper, .textrow{padding:50px 0;}

.appwraper .appbtn{margin-top:30px;}
.appwraper .titleTop h3{font-size:36px;}
.appwraper .subtitle2{font-size:24px;}
/*Footer*/
.footerWrap h5 {
	margin-top: 25px;
	font-size:24px;
}
.searchbar div{padding:0 15px;}
.searchbar div.row{padding:0;}

}
/*******************
Large Mobile Screen
*******************/
@media screen and (max-width: 768px) {
.topsearchwrap h5{margin-top:30px;}
.navbar-nav>li{padding:0 10px;}
.searchbar div{padding:0 15px;}
.pagiWrap{margin-bottom:30px;}
.jobButtons a{font-size:15px; margin-right:0px; padding:6px 10px;}
.post-header h4{margin-top:10px;}
}


@media screen and (max-width: 767px) {
.header .logo {
	text-align: center;
	float:left;
}
.navbar-header{float:right;}
.navbar-toggle{background:#ccc;}
.navbar-toggle .icon-bar{background:#fff;}
.navbar-nav li.postjob, .navbar-nav li.jobseeker{margin-bottom:10px;}
.dropdown-menu {
	position: static;
	float: none;
	width: 100%;
}
.heroslider3:after{display: none;}
.usernav li a {
	padding: 12px 15px;
}
.titleTop h3 {
	font-size: 26px;
}
.catelist {
	margin-bottom: 30px;
}
.jobslist li {
	text-align: center;
}
.jobslist li h4 {
	margin-top: 5px;
}
.jobslist li .col-md-7, .jobslist li .col-md-9 {
	padding-left: 15px;
}
.main-plan .plan-price2 {
	margin-left: 0px;
	font-size: 44px;
}
.pagiWrap .showreslt {
	margin-bottom: 10px;
}
.searchform .form-control {
	margin-bottom: 15px;
}
.job-header .jobinfo {
	padding: 15px;
}
.job-header .contentbox {
	padding: 20px;
}

.employerList li{width:25%;}

/*sidebar*/
.sidebar {
	margin-top: 30px;
}
.text-right {
	text-align: left;
}
/*Photo Streem*/
.photo-steam li {
	width: 50%;
}

.appwraper .appbtn a{margin-right:0; margin-bottom:15px;}
.searchbar div{padding:0 15px;}
.searchbar{padding-bottom:20px;}
.pull-right{float:none !important;}
.navbar-collapse{padding:0 15px;}

.comments .media-list li.margin-left80{margin-left:0;}

}
/*******************
	Mobiles Screen
*******************/
@media screen and (max-width: 560px) {
.jobButtons a {
	display: block;
	margin-right: 0;
	margin-top: 10px;
}
.searchwrap h3 {
	font-size: 24px;
}
.usernav li a {
	padding: 10px 10px;
	text-transform: none;
}
.error-page-wrap .errormain h2 {
	font-size: 150px;
	line-height: 160px;
}
.error-page-wrap .errormain h3 {
	font-size: 28px;
}
.searchList li {
	text-align: center;
}
.searchList li .jobimg {
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
}
.job-header .jobinfo .companyinfo, .job-header .jobinfo .candidateinfo, .educationList li {
	text-align: center;
}
.job-header .jobinfo .companyinfo .companylogo, .job-header .jobinfo .candidateinfo .userPic, .educationList li .date {
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
}
.job-header .jobinfo .candidateinfo .userPic {
	height: auto;
}

.employerList li{width:50%;}
.copyright ul li a{background:#ddd; color:#000; padding:8px 15px; margin:5px; display:block;}
.copyright ul li a:hover{background:#333; color:#fff; text-decoration:none;}

.appwraper .titleTop h3{font-size:36px;}
.appwraper{padding-top:50px;}



}
 @media screen and (max-width: 400px) {
.header .col-md-5 {
	padding-right: 15px
}
.usernav li {
	width: 50%;
	text-align: center;
}
}

/* Cities gallery */
.cities-section {
	background: #f8fafc;
	padding-top: 80px;
	padding-bottom: 80px;
}
.cities-grid .city-card {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	box-shadow: 0 25px 45px rgb(15 23 42 / 1%);
}
.city-image img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.city-card:hover .city-image img {
	transform: scale(1.05);
}
.city-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgb(247 218 133) 0%, rgb(255 193 7 / 17%) 60%);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
	padding: 20px 18px;
}
.city-overlay span {
	font-size: 1.4rem;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.city-badge {
	font-size: 0.95rem;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	border-radius: 999px;
	padding: 8px 16px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}
.city-badge i {
	color: #000000;
}

@media (max-width: 767px) {
	.city-image img {
		height: 260px;
}
}

/* Testimonials */
.testimonials-section {
	background:linear-gradient(135deg, #ffffff 0%, #fff9e6 50%, #ffffff 100%);
	padding-top: 90px;
	padding-bottom: 90px;
}
.testimonials-wrap {
	position: relative;
	margin-top: 40px;
	padding: 0 48px;
}
.testimonials-carousel .testimonial-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 34px 28px;
	border: 1px solid rgba(148, 163, 184, 0.12);
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-height: 280px;
}
.testimonial-quote i {
	font-size: 28px;
	color: #f9b74d;
}
.testimonials-carousel p {
	font-size: 0.98rem;
	line-height: 1.7;
	color: #334155;
	margin-bottom: 0;
}
.testimonial-author {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: auto;
}
.testimonial-author img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
}
.testimonial-author .name {
	display: block;
	font-weight: 700;
	color: #f79d0e;
	margin-bottom:10px;
}
.testimonial-author .role {
	display: block;
	font-size: 0.85rem;
	color: #64748b;
}
.testimonials-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}
.testimonials-prev {
	left: 0;
}
.testimonials-next {
	right: 0;
}

@media (max-width: 991px) {
	.testimonials-wrap {
		padding: 0;
	}
	.testimonials-nav {
		display: none;
	}
}

/************************************************
           ==Footer Modern==
*************************************************/
.footer-modern {
    background: #1e2530;
    color:rgba(255,255,255,0.5);
    font-size: 0.95rem;
}
.footer-modern .footer-main {
    padding: 70px 0 50px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}
.footer-modern .footer-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}
.footer-modern .footer-links,
.footer-modern .footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.footer-modern .footer-links a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-modern .footer-links a:hover {
    color: #60a5fa;
}
.footer-modern .footer-contact li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.footer-modern .footer-contact i {
    color: #60a5fa;
    margin-top: 4px;
}
.footer-modern .footer-contact a {
    color: inherit;
    text-decoration: none;
}
.footer-modern .footer-contact a:hover {
    color: #60a5fa;
}
.footer-modern .footer-social {
    margin-top: 18px;
    display: flex;
    gap: 10px;
}
.footer-modern .footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(96, 165, 250, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #60a5fa;
    transition: background 0.2s ease, color 0.2s ease;
}
.footer-modern .footer-social a:hover {
    background: #60a5fa;
    color: #0f172a;
}
.footer-modern .footer-bottom {
    padding: 20px 0;
    background: #fff;
}
.footer-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-copy {
    color: #94a3b8;
}
.footer-payments img {
    max-height: 24px;
    width: auto;
    display: block;
}

@media (max-width: 575px) {
    .footer-modern .footer-main {
        padding: 60px 0 40px;
    }
    .footer-modern .footer-title {
        margin-bottom: 16px;
    }
}

/************************************************
           ==Subscribe Section==
*************************************************/
.subscribe-section {
    background: linear-gradient(135deg, rgba(225, 239, 254, 0.85) 0%, rgba(220, 252, 231, 0.85) 100%);
    padding-top: 40px;
    padding-bottom: 40px;
}
.subscribe-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.subscribe-copy h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}
.subscribe-copy p {
    margin-bottom: 0;
    color: #475569;
    font-size: 1rem;
}
.subscribe-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.12);
    color: #000;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 14px;
}
.subscribe-form {
    flex: 1 1 340px;
}
.subscribe-form .input-group {
    display: flex;
    border-radius: 999px;
    overflow: hidden;
    background: #f1f5f9;
    border: 1px solid rgba(148, 163, 184, 0.3);
}
.subscribe-form .input-group-text {
    border: none;
    background: transparent;
    color: #000;
    font-size: 1.1rem;
    padding: 0 16px;
    display: flex;
    align-items: center;
}
.subscribe-form .form-control {
    border: none;
    background: #fff;
    padding: 14px;
    font-size: 1rem;
}
.subscribe-form .form-control:focus {
    box-shadow: none;
}
.subscribe-form .btn {
    border-radius: 0;
    padding: 0 26px;
    font-weight: 600;
}
.subscribe-note {
    display: block;
    margin-top: 10px;
    color: #94a3b8;
    font-size: 0.85rem;
}

@media (max-width: 767px) {
    .subscribe-wrapper {
        padding: 32px;
    }
    .subscribe-copy h3 {
        font-size: 1.7rem;
    }
}

/************************************************
           ==Jobs Listing Hero==
*************************************************/
.jobs-hero {
    background: linear-gradient(135deg, #fff 0%, #fff9e6 50%, #fff 100%);
    padding: 90px 0 80px;
}
.jobs-hero-wrapper {
    /*max-width: 960px;*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.jobs-hero-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}
.jobs-hero-copy {
    margin: 0;
    color: #475569;
    max-width: 620px;
}
.jobs-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.15);
    color: #fabc57;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.75rem;
    border: 1px solid rgba(255, 193, 7, 0.3);
}
.jobs-hero-form {
    width: 100%;
}
.jobs-hero-field {
    display: flex;
    align-items: center;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 16px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.9);
    transition: border-color 0.2s ease, background 0.2s ease;
}
.jobs-hero-field i {
    color: #000;
}
.jobs-hero-field .form-control,
.jobs-hero-field .form-select {
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 0.95rem;
	appearance: auto;
}
.jobs-hero-field:focus-within {
    border-color: rgba(37, 99, 235, 0.7);
    background: #ffffff;
}
.jobs-hero-submit {
    border-radius: 16px;
    height: 100%;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .jobs-hero-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .jobs-hero {
        padding: 70px 0 60px;
    }
    .jobs-hero-field {
        border-radius: 14px;
        padding: 12px 16px;
    }
    .jobs-hero-submit {
        min-height: 52px;
    }
}

/************************************************
           ==Jobs Board Layout==
*************************************************/
.jobs-board {
    padding: 70px 0;
}
.talent-hero .jobs-hero-wrapper {
    /*max-width: 880px;*/
}
.filter-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 24px 28px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.15);
    margin-bottom: 24px;
}
.filter-card.spotlight {
    border-color: rgba(37, 99, 235, 0.25);
    box-shadow: 0 30px 55px rgba(15, 23, 42, 0.12);
}
.filter-field {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 14px;
    padding: 10px 14px;
    background: #f8fafc;
    margin-bottom: 12px;
}
.filter-field .form-select{
    background-color: #00000000;
    border: none;
}
.filter-field i {
    color: #000;
}
.filter-field .form-control {
    border: none;
    background: transparent;
    padding: 0;
    box-shadow: none;
    font-size: 0.95rem;
}
.filter-field .form-control:focus {
    box-shadow: none;
}
.filter-switch label {
    font-weight: 600;
    color: #0f172a;
}
.filter-card h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}
.filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1px;
}
.filter-list label {
    display: flex;
    align-items: center;
    gap:6px;
    color: #475569;
    font-size: 0.95rem;
    line-height:1.4em;
}
.filter-list input {
    margin-right: 6px;
}
.filter-list span {
    /*background: #fabc57;*/
    color: #000;
    border-radius: 999px;
    padding: 2px 10px;
    font-size: 0.8rem;
	margin-left: auto;
}
.jobs-board-header{margin-bottom: 30px;}

.jobs-board-header h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.jobs-count {
    color: #64748b;
}
.jobs-sort .form-select {
    min-width: 180px;
	padding: 8px 16px;
	border-radius:30px;
}

.job-grid .job-board-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.16);
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.job-board-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}
.job-board-card.featured::after {
    content: "\f0e7";
    font-family: 'FontAwesome';
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ef4444;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.job-list-content h4 a, .job-grid .job-board-card h4 a{color: #333; font-weight: 600;}
.job-card-status .job-type {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
}
.job-type.fulltime {
    color: #15803d;
}
.job-type.contract {
    color: #b91c1c;
}
.job-salary {
    color: #0f172a;
    font-weight: 600;
}
.job-location {
    color: #000;
    font-weight: 600;
}
.job-location i {
    margin-right: 6px;
}
.candidate-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.18);
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}
.candidate-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
}
.candidate-avatar {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}
.candidate-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.candidate-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}
.candidate-badge.available {
    background: rgba(16, 185, 129, 0.18);
    color: #000;
    display:none;
}
.candidate-badge.interviewing {
    background: rgba(251, 191, 36, 0.25);
    color: #b45309;
}
.candidate-card h4 {
    margin: 0;
    font-size: 1.15rem;
    color: #0f172a;
    margin-bottom:8px;
}
.candidate-card h4 a{
    color:#000;
}
.candidate-card-header p {
    margin: 0;
    color: #475569;
}
.candidate-save {
    margin-left: auto;
    border: none;
    background: #f1f5f9;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
}
.candidate-save:hover {
    background: #000;
    color: #fff;
}
.candidate-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #475569;
    font-size: 0.92rem;
}
.candidate-meta i {
    margin-right: 6px;
    color: #94a3b8;
}
.candidate-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.candidate-tags span {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgb(255 246 219);
    color: #ff9800;
    font-size: 0.82rem;
    font-weight: 500;
}
.candidate-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.candidate-rate span {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.candidate-rate strong {
    font-size: 1.05rem;
    color: #0f172a;
}
.candidate-actions {
    display: flex;
    gap: 10px;
}
.candidate-actions .btn-link {
    padding: 0;
    text-decoration: none;
}
.candidate-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.candidate-list-item {
    background: #ffffff;
    border-radius: 26px;
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
    display: flex;
    gap: 20px;
    align-items: stretch;
}
.candidate-list-avatar {
    width: 78px;
    height: 78px;
    border-radius: 22px;
    overflow: hidden;
    flex-shrink: 0;
}
.candidate-list-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.candidate-list-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.candidate-list-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.candidate-list-top h4 {
    margin: 0;
    font-size: 1.18rem;
}
.candidate-list-top p {
    margin: 4px 0 0;
    color: #475569;
    font-size: 0.95rem;
}
.candidate-summary {
    margin: 0;
    color: #475569;
}
.candidate-list-meta {
    width: 220px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.candidate-list-meta .btn {
    border-radius: 12px;
}
.job-card-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}
.job-card-footer .job-card-logo{margin-left: auto;}
.job-card-company {
    display: flex;
    align-items: center;
    gap: 12px;
}
.job-card-company img {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #f1f5f9;
    padding: 6px;
}
.job-card-company .label {
    display: block;
    font-size: 0.8rem;
    color: #94a3b8;
}
.job-card-company .value {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}
.job-board-card .btn {
    border-radius: 999px;
    font-weight: 600;
}
.jobs-pagination {
    margin-top: 32px;
}
.jobs-pagination .pagination {
    gap: 8px;
}
.jobs-pagination .page-link {
    border: none;
    border-radius: 12px;
    padding: 10px 18px;
    color: #475569;
    font-weight: 600;
    background: rgba(148, 163, 184, 0.15);
    transition: background 0.2s ease, color 0.2s ease;
}
.jobs-pagination .page-item.active .page-link,
.jobs-pagination .page-link:hover {
    background: #000;
    color: #ffffff;
}
.jobs-pagination .page-item.disabled .page-link {
    background: rgba(148, 163, 184, 0.1);
    color: #cbd5f5;
}
.jobs-pagination ul {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
}
.jobs-pagination ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    color: #475569;
    font-weight: 600;
}
.jobs-pagination ul li.active a {
    background: #000;
    color: #fff;
    border-color: #000;
}

@media (max-width: 991px) {
    .jobs-board {
        padding-top: 50px;
    }
    .filter-card {
        margin-bottom: 20px;
    }
    .candidate-list-item {
        flex-direction: column;
    }
    .candidate-list-meta {
        width: 100%;
    }
    .candidate-actions {
        width: 100%;
        justify-content: space-between;
    }
}

/************************************************
           ==Auth Pages==
*************************************************/
.auth-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff 0%, #fff9e6 50%, #fff 100%);
}
.auth-intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 520px;
}
.auth-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 999px;
       color: #000;
    background: rgb(255 198 93);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.auth-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}
.auth-copy {
    color: #475569;
    margin: 0;
    font-size: 1.05rem;
}
.auth-benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}
.auth-benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1e293b;
    font-weight: 500;
}
.auth-benefits i {
    color: #000000;
    font-size: 1.1rem;
}
.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: #0f172a;
    margin-bottom: 8px;
}
.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-bottom: 28px;
    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: #000;
    text-decoration: none;
}
.auth-link:hover {
    color: #ffc45c;
}
.auth-card .btn {
    border-radius: 14px;
    padding: 14px 18px;
    font-weight: 600;
    box-shadow: 0 20px 35px rgb(255 240 195);
}
.auth-switch {
    margin-top: 24px;
    color: #475569;
    text-align: center;
}
.auth-switch a {
    color: #ffc45c;
    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;
    }
}

@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-section.auth-signup {
    /*background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.18), transparent 55%),*/
    /*            radial-gradient(circle at bottom left, rgba(16, 185, 129, 0.18), transparent 55%),*/
    /*            #f8fafc;*/
        background: linear-gradient(135deg, #fff 0%, #fff9e6 50%, #fff 100%);
}
.auth-toggle {
    display: flex;
    gap: 10px;
    /*background: rgba(148, 163, 184, 0.14);*/
    border-radius: 14px;
    padding: 6px;
    margin-bottom: 24px;
}
.auth-toggle-btn {
    flex: 1;
    border: none;
    background: transparent;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 600;
    color: #475569;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.auth-toggle-btn.active,
.auth-toggle-btn.is-active,
.auth-toggle-btn:hover {
    background: #000;
    color: #ffffff;
    box-shadow: 0 18px 32px rgba(37, 99, 235, 0.28);
}
.auth-toggle-btn:focus {
    outline: none;
}
.auth-form .form-select {
    border-radius: 14px;
    padding: 12px 16px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background-color: #f8fafc;
}
.auth-form .form-select:focus {
    border-color: rgba(37, 99, 235, 0.7);
    box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.12);
}
.auth-policy {
    color: #475569;
    font-size: 0.9rem;
}
.auth-policy .form-check-label {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
}
.auth-policy .form-check-input {
    margin-top: 0.3rem;
}
.auth-policy a {
    font-weight: 600;
}
.auth-card .tab-content {
    margin-top: 16px;
}

.featured-jobs .job-card-company {
	font-weight: 600;
	color: #0f172a;
	line-height:1.4em;
}
.featured-jobs .job-card-logo img {
	    width: 80px;
    height: 80px;
    object-fit: cover;
	border-radius: 12px;
	background:#fff7e9 ;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
	padding: 6px;
}

.job-grid .job-card-status .job-type {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f172a;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.2);
}
.job-grid .job-type.fulltime {
    color: #166534;
    background: rgba(34, 197, 94, 0.18);
}
.job-grid .job-type.contract {
    color: #b91c1c;
    background: rgba(248, 113, 113, 0.18);
}
.job-grid .job-salary {
    color: #0f172a;
    font-weight: 600;
}
.job-grid .job-location {
    color: #000;
    font-weight: 600;
}
.job-grid .job-location i {
    margin-right: 6px;
}
.job-grid .job-card-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}
.job-grid .job-card-company {
    display: flex;
    align-items: center;
    gap: 12px;
}
.job-grid .job-card-company img {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #919191;
    padding: 6px;
}
.job-grid .job-card-company .label {
    display: block;
    margin-bottom:10px;
    font-size: 0.8rem;
    color: #000;
}
.job-grid .job-card-company .value {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    line-height:1.4em;
    color: #0f172a;
}
.current-plan-card {
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.current-plan-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}
.plan-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(148, 163, 184, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #475569;
}
.plan-icon.primary {
    background: rgba(59, 130, 246, 0.15);
    color: #000;
}
.plan-icon.highlight {
    background: rgba(249, 115, 22, 0.18);
    color: #c2410c;
}
.plan-badge {
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: #ffc45c;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.current-plan-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-weight: 700;
}
.current-plan-price strong {
    font-size: 2.8rem;
    color: #0f172a;
}
.current-plan-price .currency {
    font-size: 0.95rem;
    color: #64748b;
    font-weight: 600;
}
.current-plan-price .term {
    font-size: 0.95rem;
    color: #94a3b8;
}
.plan-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
    margin-top: 20px;
}
.metric-pill {
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 20px;
    padding: 16px 18px;
    background: rgba(248, 250, 252, 0.95);
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
.metric-pill span {
    display: block;
    font-size: 0.8rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 2px;
}
.metric-pill strong {
    display: block;
    font-size: 1rem;
    color: #0f172a;
}
.metric-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(148, 163, 184, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-size: 1.1rem;
}
.metric-icon.primary {
    background: rgba(59, 130, 246, 0.18);
    color: #000;
}
.metric-icon.highlight {
    background: rgba(249, 115, 22, 0.18);
    color: #c2410c;
}
.metric-icon.success {
    background: rgba(16, 185, 129, 0.2);
    color: #000;
}
.plan-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.plan-card {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 35px 80px rgba(15, 23, 42, 0.08);
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}
.plan-card.active {
    border-color: rgba(37, 99, 235, 0.6);
    box-shadow: 0 45px 90px rgba(37, 99, 235, 0.15);
}
.plan-card h4 {
    margin: 0;
    font-size: 1.1rem;
}
.plan-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-weight: 700;
    color: #0f172a;
}
.plan-price span {
    font-size: 1rem;
    color: #000;
}
.plan-price strong {
    font-size: 2.3rem;
}
.plan-price small {
    color: #94a3b8;
}
.plan-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.plan-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #475569;
    font-size: 0.95rem;
}
.plan-list li i {
    color: #000000;
}
.plan-card .btn {
    margin-top: auto;
}

.jobs-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
.jobs-view-toggle {
    display: inline-flex;
    align-items: center;
    padding: 6px;
    border-radius: 14px;
    background: rgba(148, 163, 184, 0.18);
    gap: 6px;
    display:none;
}
.jobs-view-toggle .view-btn {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-size: 1.05rem;
    background: transparent;
    border: none;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}
.jobs-view-toggle .view-btn:hover {
    color: #ffc45c;
}
.jobs-view-toggle .view-btn.active {
    background: #000;
    color: #ffffff;
    box-shadow: 0 18px 32px rgba(37, 99, 235, 0.28);
}

.job-list {
    display: grid;
     grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.job-list-item {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.08);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    justify-content: space-between;
}
.job-list-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}
.job-list-item.featured::after {
    content: "\f0e7";
    font-family: 'FontAwesome';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ef4444;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    top: 24px;
    right: 24px;
}
.job-list-header {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.job-list-posted {
    color: #94a3b8;
    font-weight: 500;
    font-size: 0.9rem;
}
.job-list-main {
    display: grid;
    /*grid-template-columns: auto 1fr auto;*/
    gap: 24px;
    align-items: center;
}
.job-list-logo img {
    /*width: 74px;*/
    /*height: 74px;*/
    /*border-radius: 20px;*/
    /*background: #f1f5f9;*/
    /*padding: 10px;*/
        width: 150px;
    height: 120px;
    border-radius: 20px;
    background: #717171;
    padding: 4px;
}
.job-list-content h4 {
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
}
.job-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #475569;
    font-size: 0.95rem;
    margin-bottom: 12px;
}
.job-list-meta i {
    color: #000;
    margin-right: 6px;
        color: #fabc57;
    font-size: 18px;
}
.job-list-summary {
    color: #64748b;
    margin: 0;
}
.job-list-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}
.job-list-actions .btn {
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 600;
}
.job-list-actions .bookmark {
    border: none;
    background: rgba(148, 163, 184, 0.18);
    color: #475569;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}
.job-list-actions .bookmark:hover {
    color: #ffc45c;
    background: rgba(37, 99, 235, 0.18);
}

@media (max-width: 991px) {
    .job-list-main {
        grid-template-columns: auto 1fr;
    }
    .job-list-actions {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
}
@media (max-width: 767px) {
    .jobs-actions {
        width: 100%;
        justify-content: space-between;
    }
    .jobs-view-toggle {
        order: 2;
    }
    .job-list-item {
        padding: 22px;
    }
    .job-list-main {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .job-list-logo {
        justify-self: flex-start;
    }
    .job-list-actions {
        width: 100%;
        justify-content: space-between;
    }
}

.job-list-footer {
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    padding-top: 16px;
    color: #64748b;
    font-size: 0.85rem;
}

/************************************************
           ==Job Detail Layout==
*************************************************/
.job-detail-hero {
    padding: 70px;
    background:linear-gradient(135deg, #fff 0%, #fff9e6 50%, #fff 100%);
}
.job-detail-header {
    background: #ffffff;
    border-radius: 28px;
    padding: 25px;
    box-shadow: 0 35px 70px rgba(15, 23, 42, 0.14);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.job-detail-company {
    display: flex;
    align-items: center;
    gap: 20px;
}
.job-detail-logo {
    width: 96px;
    height: 96px;
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.job-detail-logo img {
    max-width: 100%;
}
.job-detail-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background:rgba(255, 193, 7, 0.15);
    color: #fabc57;
    padding: 6px 16px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
        border: 1px solid rgba(255, 193, 7, 0.3);
}
.job-detail-title {
    margin: 12px 0 18px;
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
}
.job-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #475569;
    font-weight: 500;
}
.job-detail-tags i {
    color:#FFC107;
    margin-right: 6px;
}
.job-detail-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.job-detail-actions .btn {
    border-radius: 14px;
    padding: 12px 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.job-detail-actions .job-save {
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.18);
}
.job-detail-actions .job-share {
    color: #000;
    font-weight: 600;
    padding: 0;
}
.job-detail-actions .job-share:hover {
    color: #ffc45c;
    text-decoration: none;
}
.job-detail-meta {
    margin-top: 32px;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.job-detail-meta .meta-item {
    display: flex;
    gap: 16px;
    align-items: center;
    background: rgb(255 255 255);
    border-radius: 18px;
    padding: 18px;
    border-left: 4px solid #fabc57;
}
.job-detail-meta .meta-item i {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #ffffff;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.15);
}
.job-detail-meta .label {
    display: block;
    color: #64748b;
    font-size: 0.85rem;
    margin-bottom:10px;
    font-weight: 600;
}
.job-detail-meta .value {
    display: block;
    color: #0f172a;
    font-weight: 600;
}

.job-detail-body {
    background: #f8fafc;
    padding: 80px 0 100px;
}
.job-content-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 32px 36px;
    box-shadow: 0 25px 55px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.14);
    margin-bottom: 28px;
}
.job-content-card h2,
.job-content-card h3 {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 18px;
}
.job-content-card p {
    color: #475569;
    line-height: 1.8;
}
.job-bullet-list {
    margin: 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 12px;
    color: #475569;
}
.job-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.job-tag-cloud span {
    background: rgba(59, 130, 246, 0.12);
    color: #ffc45c;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.88rem;
}

.job-sidebar {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.job-side-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px 30px;
    box-shadow: 0 25px 55px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.14);
}
.job-side-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 18px;
}
.job-snapshot {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}
.job-snapshot li {
    display: grid;
    /*grid-template-columns: 28px 1fr auto;*/
    grid-template-columns: 21px 1fr 200px;
    align-items: center;
    gap: 12px;
    color: #475569;
    font-weight: 500;
}
.job-snapshot li i {
    color: #000;
}
.job-snapshot li span {
   color: #000000;
    font-size: 0.85rem;
    font-weight: 600;
}
.job-snapshot li strong {
    color: #0f172a;
    font-weight: 500;
}
.job-contact-form .form-label {
    font-weight: 600;
    color: #1e293b;
}
.job-contact-form .form-control {
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #f8fafc;
    padding: 12px 16px;
}
.job-contact-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);
}
.job-contact-form button {
    border-radius: 14px;
    padding: 12px 18px;
    font-weight: 600;
}
.map-card iframe {
    border: 0;
    border-radius: 18px;
}

.job-related {
    padding: 90px 0 110px;
}
.job-related .subtitle {
    font-weight: 600;
    color: #ffc45c;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (max-width: 991px) {
    .job-detail-hero {
        padding: 90px 0 60px;
    }
    .job-detail-title {
        font-size: 2.2rem;
    }
    .job-detail-header {
        padding: 30px;
    }
    .sticky-card {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767px) {
    .job-detail-header {
        padding: 26px;
    }
    .job-detail-title {
        font-size: 2rem;
    }
    .job-detail-meta {
        grid-template-columns: 1fr;
    }
    .job-content-card {
        padding: 28px;
    }
}

/************************************************
           ==Candidate Detail Page==
*************************************************/
.candidate-hero {
    position: relative;
    background: #f8fafc;
}
.candidate-hero-cover {
    inset: 0;
    height: 300px;
    background-size: cover;
    background-position: center;
    filter: brightness(0.85);
}
.candidate-hero-wrapper {
    position: relative;
    margin-top: -50px;
    background: #ffffff;
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.1);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
}
.candidate-avatar-lg {
    width: 120px;
    height: 120px;
    border-radius: 30px;
    overflow: hidden;
    border: 6px solid #ffffff;
    margin-top: -90px;
}
.candidate-avatar-lg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.candidate-pill {
    display: inline-flex;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.15);
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    margin-bottom: 10px;
}
.candidate-hero-body h1 {
    margin: 0;
    font-size: 2.2rem;
    color: #0f172a;
}
.candidate-hero-body p {
    margin: 6px 0 14px;
    color: #475569;
}
.candidate-hero-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.candidate-save-btn {
    border: none;
    background: rgba(15, 23, 42, 0.06);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #0f172a;
}
.candidate-save-btn:hover {
    background: #000;
    color: #fff;
}
.candidate-hero-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    color: #475569;
    font-size: 0.95rem;
}
.candidate-hero-meta i {
    margin-right: 6px;
    color: #fdbb45;
}
.candidate-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.candidate-info-item strong{
    font-weight: 600;
    font-size: 18px;
}
.candidate-info-item p{
  margin-top:10px;
}
.candidate-hero-tags span {
    padding: 6px 14px;
    border-radius: 14px;
        background: rgb(255 246 219);
    color: #ff9800;
    font-weight: 500;
    font-size: 0.85rem;
}
.candidate-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.candidate-profile {
    padding: 80px 0;
    background: #f8fafc;
}
.candidate-section {
    background: #ffffff;
    border-radius: 26px;
    padding: 28px 32px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
    margin-bottom: 28px;
}
.candidate-section:last-child {
    margin-bottom: 0;
}
.section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}
.section-head h3 {
    margin: 0;
    font-size: 1.4rem;
    color: #0f172a;
}
.section-head span {
    color: #64748b;
    font-size: 0.95rem;
}
.section-head a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.candidate-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 20px;
}
.candidate-highlights h4 {
    margin: 0;
    font-size: 1.4rem;
    color: #0f172a;
}
.candidate-highlights p {
    margin: 4px 0 0;
    color: #475569;
}
.experience-timeline {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    padding-left:4px;
}

.timeline-node {
    display: flex;
    gap: 18px;
}
.timeline-marker {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #000;
    background: #fff;
    position: relative;
    top: 0;
    flex-shrink: 0;
}
.timeline-content h4 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    color: #0f172a;
}
.timeline-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.92rem;
    color: #475569;
    margin-bottom: 10px;
}
.timeline-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.timeline-meta i {
    color: #ccd9f5;
}
.skill-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.skill-chip-grid span {
    padding: 8px 14px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.07);
    font-weight: 600;
    color: #0f172a;
}
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.portfolio-card {
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}
.portfolio-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.portfolio-card div {
    padding: 16px;
}
.portfolio-card h4 {
    margin: 0 0 6px;
    font-size: 1rem;
}
.portfolio-card p {
    margin: 0;
    color: #475569;
    font-size: 0.93rem;
}
.reference-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.reference-grid article {
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 18px;
    padding: 18px;
    background: #fff;
}
.reference-grid p {
    margin: 0 0 14px;
    color: #1f2937;
}
.reference-meta strong {
    display: block;
    color: #0f172a;
	font-weight: 600;
	margin-bottom: 5px;
}
.reference-meta span {
    color: #64748b;
    font-size: 0.9rem;
}
.candidate-side-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
    margin-bottom: 24px;
}
.candidate-side-card.highlight {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(16, 185, 129, 0.12));
}
.candidate-side-card h4 {
    margin: 0 0 14px;
}
.snapshot-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.snapshot-list span {
    color: #64748b;
}
.snapshot-list strong {
    display: block;
    color: #0f172a;
    font-size: 1.05rem;
}
.availability-tags,
.tool-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.availability-tags span,
.tool-stack span {
    padding: 6px 12px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.08);
    font-weight: 600;
    font-size: 0.85rem;
}
.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.contact-info-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    color: #0f172a;
}
.contact-info-list i {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.12);
    color: #ffc45c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.contact-info-list span {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
}
.contact-info-list strong {
    display: block;
    color: #0f172a;
    font-size: 1rem;
}
.candidate-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0 18px;
}
.candidate-detail-grid article {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}
.candidate-detail-grid article:last-child {
    border-bottom: 0;
}
.candidate-detail-grid i {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(37, 99, 235, 0.15);
    color: #ffc45c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.candidate-detail-grid span {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
}
.candidate-detail-grid strong {
    display: block;
    color: #0f172a;
	margin-left: auto;
}
.candidate-contact-form .form-group {
    margin-bottom: 14px;
}
.candidate-contact-form label {
    font-size: 0.9rem;
    color: #475569;
    margin-bottom: 4px;
}

@media (max-width: 991px) {
    .candidate-hero-wrapper {
        grid-template-columns: 1fr;
    }
    .candidate-hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .candidate-hero {
        padding-bottom: 60px;
    }
    .candidate-hero-wrapper {
        padding: 24px;
    }
    .candidate-avatar-lg {
        margin-top: -70px;
    }
}

/************************************************
           ==Company Detail Page==
*************************************************/
.company-hero {
    position: relative;
    background: linear-gradient(180deg, #eef4ff 0%, #f8fafc 100%);
}
.company-hero-cover {
    position: relative;
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 0 56px 56px;
    overflow: hidden;
}
.company-hero-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.18) 55%, rgba(248, 250, 252, 0) 100%);
}
.company-hero .container {
    position: relative;
    margin-top: -140px;
}
.company-hero-wrapper {
    background: #ffffff;
    border-radius: 36px;
    padding: 44px 52px;
    box-shadow: 0 55px 120px rgba(15, 23, 42, 0.18);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto;
}
.company-hero-tags{
	display: flex;
    align-items: center;
    gap: 20px;
}
.company-hero-tags span{background:#eef4ff; color: #333; border-radius: 5px; padding: 7px 10px; font-size: 14px; font-weight: 600;}
.company-hero-meta {
    display: flex;
    align-items: center;
    gap: 30px;
}
.company-hero-logo {
    width: 120px;
    height: 120px;
    border-radius: 32px;
    background: rgba(37, 99, 235, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.company-hero-logo img {
    max-width: 100%;
    border-radius: 26px;
}
.company-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}
.company-hero-actions .btn {
    border-radius: 14px;
    padding: 12px 24px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.company-hero-actions .btn-outline-primary {
    background: rgba(37, 99, 235, 0.1);
    border-color: transparent;
    color: #ffc45c;
}
.company-hero-actions .btn-outline-primary:hover {
    background: #000;
    color: #ffffff;
}

.company-profile {
    background: #f8fafc;
    padding: 90px 0 110px;
}


.company-side-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px 30px;
    box-shadow: 0 25px 55px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(148, 163, 184, 0.14);
}

@media (max-width: 991px) {
    .company-hero {
        padding-bottom: 100px;
    }
    .company-hero-cover {
        height: 300px;
        border-radius: 0 0 44px 44px;
    }
    .company-hero .container {
        margin-top: -110px;
    }
    .company-hero-wrapper {
        padding: 36px;
    }
    .company-profile {
        padding: 80px 0 90px;
    }
}

@media (max-width: 767px) {
    .company-hero-cover {
        height: 220px;
        border-radius: 0 0 32px 32px;
    }
    .company-hero .container {
        margin-top: -90px;
    }
    .company-hero-wrapper {
        padding: 26px;
    }
    .company-hero-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    .company-hero-actions {
        width: 100%;
    }
    .company-hero-actions .btn {
        flex: 1;
        justify-content: center;
    }
    .company-detail-section,
    .company-detail-gallery .gallery-grid {
        gap: 12px;
    }
    .company-side-card {
        padding: 24px;
    }
}

.company-profile {
    background: #f8fafc;
    padding: 90px 0 110px;
}
.company-detail-section {
    background: #ffffff;
    border-radius: 28px;
    padding: 36px 40px;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(148, 163, 184, 0.12);
    margin-bottom: 36px;
}
.company-detail-section:last-child {
    margin-bottom: 0;
}
.company-detail-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 18px;
}
.company-detail-section > h2.company-detail-heading {
    font-size: 2.1rem;
}
.company-detail-section > h3.company-detail-heading {
    font-size: 1.6rem;
}
.company-detail-subtitle,
.company-detail-section p {
    color: #475569;
    line-height: 1.8;
}
.company-detail-subtitle {
    margin-bottom: 18px;
    font-size: 0.98rem;
}
.company-detail-section p:last-child {
    margin-bottom: 0;
}
.company-detail-values {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.company-detail-values .value-chip {
    background: rgba(37, 99, 235, 0.14);
    color: #ffc45c;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
}
.company-perks .perk-card {
    background: rgba(248, 250, 252, 0.9);
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    padding: 28px 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}
.company-perks .perk-card i {
    font-size: 1.4rem;
    color: #000;
}
.company-perks .perk-card h4 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
}
.company-perks .perk-card p {
    margin: 0;
}
.company-detail-gallery .gallery-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.company-detail-gallery .gallery-thumb {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    aspect-ratio: 4 / 3;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
}
.company-detail-gallery .gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.company-detail-gallery .gallery-thumb:hover img {
    transform: scale(1.06);
}
.company-sidebar {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.company-facts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.company-facts .fact-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.company-facts .fact-item:last-child {
    border-bottom: none;
}
.company-facts dt {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.company-facts dd {
    margin: 0 0 0 30px;
    color: #475569;
    font-size: 0.95rem;
}
.company-facts a {
    color: #000;
    text-decoration: none;
}
.company-facts a:hover {
    text-decoration: underline;
}

.company-openings-section {
    background: linear-gradient(180deg, #ffffff 0%, #f2f6ff 100%);
    padding: 90px 0 110px;
}
.company-openings-section .company-detail-heading {
    font-size: 2rem;
}
.company-openings-section .company-detail-subtitle {
    max-width: 520px;
}
.company-openings-section .btn {
    border-radius: 12px;
    font-weight: 600;
}
.company-openings-section .job-board-card {
    height: 100%;
}

@media (max-width: 991px) {
    .company-detail-section {
        padding: 32px;
    }
    .company-openings-section {
        padding: 70px 0 90px;
    }
}

@media (max-width: 767px) {
    .company-detail-section {
        padding: 28px;
    }
    .company-detail-heading {
        font-size: 1.6rem;
    }
    .company-openings-section {
        padding: 60px 0 80px;
    }
}

/************************************************
           ==Contact Page==
*************************************************/
.contact-banner {
    padding: 120px 0 90px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.16) 0%, rgba(16, 185, 129, 0.14) 100%);
}
.contact-banner-wrapper {text-align: center;
}
.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(37, 99, 235, 0.16);
    border-radius: 999px;
    padding: 8px 18px;
    color: #ffc45c;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.contact-banner h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}
.contact-banner p {
    color: #475569;
    margin-bottom: 0;
    line-height: 1.8;
}

.contact-content {
    background: #f8fafc;
    padding: 90px 0 100px;
}
.contact-card {
    background: #ffffff;
    border-radius: 26px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.1);
    padding: 24px;
}
.contact-card h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}
.contact-card-copy {
    color: #475569;
    margin-bottom: 22px;
    line-height: 1.7;
}
.contact-details {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
}
.contact-details li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.contact-details .icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(59, 130, 246, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.1rem;
}
.contact-details h5 {
    margin: 0 0 4px;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}
.contact-details p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
}
.contact-details a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.contact-details a:hover {
    text-decoration: underline;
}
.contact-social {
    margin-top: 24px;
    display: flex;
    gap: 12px;
}
.contact-social a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(148, 163, 184, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    transition: background 0.2s ease, color 0.2s ease;
}
.contact-social a:hover {
    background: #000;
    color: #ffffff;
}

.contact-form-modern .form-label {
    font-weight: 600;
    color: #1e293b;
}
.contact-form-modern .form-control,
.contact-form-modern .form-select {
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #f8fafc;
    padding: 12px 16px;
    box-shadow: none;
}
.contact-form-modern .form-control:focus,
.contact-form-modern .form-select:focus {
    border-color: rgba(37, 99, 235, 0.7);
    box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.14);
}
.contact-form-modern button {
    border-radius: 14px;
    padding: 14px 18px;
    font-weight: 600;
    box-shadow: 0 20px 45px rgba(37, 99, 235, 0.25);
}

.contact-offices {
    background: #ffffff;
    padding: 70px 0;
}
.office-card {
    background: #f8fafc;
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    padding: 28px 26px;
    box-shadow: 0 25px 55px rgba(15, 23, 42, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.office-card h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}
.office-card p {
    margin: 0;
    color: #475569;
    line-height: 1.65;
}
.office-card a {
    margin-top: auto;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.office-card a:hover {
    text-decoration: underline;
}

.contact-map {
    padding: 0 0 70px;
}
.contact-map iframe {
    border: 0;
    border-radius: 26px;
}

@media (max-width: 991px) {
    .contact-hero {
        padding: 90px 0 70px;
    }
    .contact-hero-wrapper {
        padding: 38px;
    }
    .contact-hero-card {
        flex: 1 1 100%;
    }
    .contact-content {
        padding: 70px 0 80px;
    }
}

@media (max-width: 767px) {
    .contact-hero-wrapper {
        padding: 28px;
    }
    .contact-hero-copy h1 {
        font-size: 2.1rem;
    }
    .contact-hero-meta {
        gap: 10px;
    }
    .contact-content {
        padding: 60px 0 70px;
    }
    .contact-card {
        padding: 30px;
    }
    .office-card {
        padding: 26px 24px;
    }
    .contact-map {
        padding-bottom: 90px;
    }
}

/************************************************
           ==Dashboard==
*************************************************/
.dashboard-section {
    background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
    padding: 70px 0;
}
.dashboard-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.dashboard-sidebar {
    background: #ffffff;
    border-radius:20px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.08);
    padding: 10px;
    width: 350px;
    flex-shrink: 0;
}
.sidebar-header {
    margin-bottom: 24px;
}
.status-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 10px;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.25);
    margin-bottom: 18px;
}
.status-label {
    display: block;
    font-weight: 700;
    color: #14532d;
}
.status-note {
    display: block;
    color: #64748b;
    font-size: 0.8rem;
	margin-top: 5px;
}
.status-switch {
    position: relative;
    width: 54px;
    height: 28px;
    display: inline-block;
}
.status-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.status-slider {
    position: absolute;
    inset: 0;
    background: rgba(148, 163, 184, 0.5);
    border-radius: 999px;
    transition: background 0.2s ease;
}
.status-slider::before {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    left: 4px;
    top: 3px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.2);
    transition: transform 0.2s ease;
}
.status-switch input:checked + .status-slider {
    background: linear-gradient(135deg, #000000, #f6b74b);
}
.status-switch input:checked + .status-slider::before {
    transform: translateX(24px);
}
.sidebar-header h2 {
    margin: 16px 0 4px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
}
.sidebar-header p {
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
}
.dashboard-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.dashboard-nav li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    color: #475569;
    font-weight: 600;
    text-decoration: none;
}
.dashboard-nav li.active a,
.dashboard-nav li a:hover {
       background: rgb(255 246 221);
    color: #ffa70d;
}
.dashboard-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.dashboard-stats .stat-card {
    border-radius: 20px;
    padding: 18px 20px;
    color: #ffffff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    display: flex;
    align-items: center;
    gap: 14px;
}
.stat-card span {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    margin-bottom: 0;
}
.stat-card div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.stat-icon {
    width: 46px;
    height: 46px;
	line-height: 46px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
	text-align: center;
}
.stat-card strong {
    font-size: 1.6rem;
    font-weight: 700;
}
.stat-purple { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.stat-orange { background: linear-gradient(135deg, #f97316, #fb923c); }
.stat-blue { background: linear-gradient(135deg, #000, #60a5fa); }
.stat-teal { background: linear-gradient(135deg, #0ea5e9, #14b8a6); }
.employer-hero {
    width: 100%;
       background: linear-gradient(135deg, #fff 0%, #fff9e6 50%, #fff 100%);
    padding: 40px 0;
}
.employer-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.employer-hero-content .btn-outline-primary{
        --bs-btn-color: #FFC107;
    --bs-btn-border-color: #FFC107;
}
.employer-hero h1 {
    margin: 0 0 6px;
    font-size: 1.9rem;
    color: #0f172a;
}
.employer-dashboard .dashboard-main {
    gap: 28px;
    display: flex;
    flex-direction: column;
}
.employer-sidebar .sidebar-header {
    text-align: left;
}
.company-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
         background: rgb(255 246 221);
    color: #ffa70d;
    font-weight: 600;
    font-size: 0.8rem;
    margin-top: 12px;
}
.dashboard-cover-card {
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 35px 90px rgba(15, 23, 42, 0.12);
}
.dashboard-cover-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.dashboard-cover-profile {
    display: flex;
    gap: 18px;
    padding: 20px;
    align-items: center;
}
.cover-avatar img {
    width: 88px;
    height: 88px;
    border-radius: 22px;
    object-fit: cover;
}
.dashboard-cover-profile h3 {
    margin: 0 0 6px;
    font-size: 1.4rem;
}
.dashboard-cover-profile p {
    margin: 0 0 12px;
    color: #475569;
}
.dashboard-cover-profile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    color: #475569;
    font-weight: 600;
}
.dashboard-panel {
    background: #ffffff;
    border-radius: 26px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
    padding: 26px 28px 30px;
}
.panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.panel-heading h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
}
.panel-heading a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.badge-status {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #15803d;
    background: rgba(34, 197, 94, 0.15);
}
.badge-status.danger {
    color: #b91c1c;
    background: rgba(248, 113, 113, 0.2);
}
.applied-card {
    background: #f8fafc;
    border-radius: 22px;
    padding: 22px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
	align-items: flex-start;
}
.applied-card h4 {
    margin: 4px 0;
    font-size: 1.1rem;
}
.applied-card p {
    margin: 0;
    color: #475569;
}
.applied-meta {
    font-size: 0.85rem;
    color: #94a3b8;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.applied-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.applied-footer img {
    width: 44px;
    height: 44px;
    border-radius: 12px;
}
.package-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.package-chip {
    background: rgba(37, 99, 235, 0.08);
    border-radius: 18px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border: 1px solid rgba(37, 99, 235, 0.15);
	width: 100%;
}
.package-chip .label {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 700;
}
.package-chip.danger {
    background: rgba(248, 113, 113, 0.12);
    border-color: rgba(248, 113, 113, 0.2);
}
.package-chip .chip-label{font-weight: 700;}


.package-detail-panel {
    padding: 28px;
}
.package-detail-header {
    display: flex;
    align-items: center;
    gap: 12px;
}
.package-header-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #000, #60a5fa);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.package-divider {
    margin: 16px 0 20px;
    height: 1px;
    background: rgba(148, 163, 184, 0.35);
}
.package-detail-grid.exact {
    gap: 15px;
}
.package-detail-card.exact {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.package-detail-card.exact .detail-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    font-weight: 700;
}
.package-detail-card.exact strong {
    display: block;
    font-size: 1rem;
	line-height: 24px;
}
.package-detail-card.exact .quota {
    color: #f6b74b;
}
.detail-icon {
    width: 64px;
    height: 64px;
	line-height: 64px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.15);
}
.detail-icon.orange { background: linear-gradient(135deg, #f97316, #fb923c); }
.detail-icon.teal { background: linear-gradient(135deg, #0ea5e9, #14b8a6); }
.detail-icon.green { background: linear-gradient(135deg, #10b981, #22d3ee); }
.detail-icon.blue { background: linear-gradient(135deg, #000, #60a5fa); }
.detail-icon.danger { background: linear-gradient(135deg, #f43f5e, #fb7185); }

.content-hero {
    background: linear-gradient(120deg, #eef2ff 0%, #e0f2fe 100%);
    padding: 70px 0 60px;
    text-align: center;
}
.content-hero h1 {
    font-size: 2.2rem;
    color: #0f172a;
    margin-bottom: 12px;
}
.content-hero p {
    margin: 0 auto;
    max-width: 640px;
    color: #475569;
    font-size: 1rem;
}
.content-shell {
    padding: 70px 0 90px;
}
.content-card {
    background: #ffffff;
    border-radius: 26px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
    padding: 32px;
    margin-bottom: 30px;
}
.typography-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}
.typography-box {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    padding: 18px;
    background: #f8fafc;
}
.alert-stack .alert {
    border-radius: 18px;
    border: none;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
}
.button-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq-accordion details {
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 18px;
    padding: 18px 24px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.05);
}
.faq-accordion summary {
    font-weight: 600;
    color: #7a7f8d;
    cursor: pointer;
	font-size: 18px;
}
.faq-accordion summary::-webkit-details-marker {
    display: none;
}
.faq-accordion p{margin-top: 15px;}
.faq-accordion details[open] {
    border-color: #000;
    box-shadow: 0 25px 55px rgba(37, 99, 235, 0.12);
}
.blog-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.blog-card {
    border-radius: 26px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
}
.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog-card-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.blog-card-body h3 {
    margin: 0;
    font-size: 1.2rem;
}
.blog-card-body p {
    margin: 0;
    color: #475569;
}
.blog-card-body a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.blog-detail-hero {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(15, 118, 110, 0.12));
    padding: 70px 0;
    text-align: center;
}
.blog-detail-meta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    color: #475569;
}
.blog-detail-body {
    padding: 70px 0 90px;
}
.blog-detail-body article {
    background: #ffffff;
    border-radius: 25px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
    padding: 32px;
}
.postimage img{border-radius: 15px;}
.notfound-section {
    padding: 50px 0 ;
    text-align: center;
}
.notfound-section h1 {
    font-size: 7rem;
    margin: 0;
    color: #000;
}
.notfound-section p {
    color: #475569;
    max-width: 520px;
    margin: 0 auto 20px;
}
.notfound-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.blog-hero {
    background: linear-gradient(120deg, #eef2ff 0%, #f5f3ff 30%, #e0f2fe 100%);
    padding: 70px 0 50px;
}
.blog-hero-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
}
.blog-hero-copy {
    max-width: 700px;
}
.blog-hero-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.15);
    color: #ffc45c;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.blog-hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
    line-height: 1.2;
}
.blog-hero-subtitle {
    font-size: 1.1rem;
    color: #475569;
    margin: 0;
    line-height: 1.6;
}
.blog-hero-search {
    width: 100%;
    max-width: 600px;
}
.blog-search-form .input-group {
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}
.blog-search-form .form-control {
    border: none;
    padding: 16px 24px;
    font-size: 1rem;
}
.blog-search-form .btn {
    padding: 16px 28px;
    border: none;
    border-radius: 0;
}
.blog-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background:#000000;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
}
.blog-hero h1 {
    margin: 18px 0 14px;
    font-size: 2.4rem;
    color: #0f172a;
}
.blog-hero p {
    max-width: 560px;
    color: #475569;
    margin-bottom: 0;
}
.blog-hero-form .input-group {
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}
.blog-hero-tags {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 18px;
    color: #475569;
}
.blog-hero-tags a {
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    font-size: 0.85rem;
    color: #0f172a;
    text-decoration: none;
}
.blog-hero-card {
    background: #0f172a;
    color: #fff;
    padding: 28px;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.35);
    height: 100%;
}
.blog-hero-card p {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.82rem;
}
.blog-hero-card h3 {
    margin: 12px 0 20px;
    font-size: 1.6rem;
}
.blog-hero-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.92rem;
}
.blog-grid-shell .row {
    --bs-gutter-x: 2rem;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}
.blog-grid-shell .blog-grid {
    grid-template-columns: repeat(2, 1fr);
}
.blog-grid-wide {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.blog-card {
    background: #ffffff;
    border-radius: 26px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.blog-card.wide {
    flex-direction: column;
}
.blog-card-media {
    position: relative;
    overflow: hidden;
}
.blog-card-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.blog-card-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.9);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
}
.blog-card-tag.teal { background: rgba(14, 165, 233, 0.9); }
.blog-card-tag.orange { background: rgba(249, 115, 22, 0.9); }
.blog-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}
.blog-card-body h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #0f172a;
}
.blog-card-body h3 a {
        color: #f7bc32;
    text-decoration: none;
    line-height: 1.4em;
}
.blog-card-body p {
    margin: 0;
    color: #475569;
}
.blog-card-meta {
    display: flex;
    gap: 10px;
    font-size: 0.9rem;
    color: #64748b;
}
.blog-card-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.blog-card-footer .author {
    display: flex;
    gap: 10px;
    align-items: center;
}
.blog-card-footer .author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.blog-card-footer .author div {
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    color: #475569;
}
.blog-card-footer .author div strong{font-weight: 700; display: block; margin-bottom: 5px;}
.text-link {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.blog-content {
    padding: 60px 0;
}
.blog-list-modern {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.blog-list-item {
    display: flex;
    gap: 24px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    transition: all 0.3s ease;
}
.blog-list-item:hover {
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
}
.blog-list-image {
    flex-shrink: 0;
    width: 280px;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}
.blog-list-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.blog-date-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(37, 99, 235, 0.95);
    color: #fff;
    padding: 10px 14px;
    border-radius: 12px;
    text-align: center;
    min-width: 60px;
}
.blog-date-badge .day {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}
.blog-date-badge .month {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 4px;
    opacity: 0.9;
}
.blog-list-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.blog-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: #64748b;
}
.blog-meta i {
    margin-right: 6px;
    color: #94a3b8;
}
.blog-meta a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.blog-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}
.blog-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.blog-title a:hover {
    color: #000;
}
.blog-excerpt {
    margin: 0;
    color: #475569;
    line-height: 1.7;
    flex: 1;
}
.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: gap 0.2s ease;
}
.blog-read-more:hover {
    gap: 12px;
}
.blog-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.blog-pagination .pagination {
    gap: 8px;
}
.blog-pagination .page-link {
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #475569;
    font-weight: 500;
    transition: all 0.2s ease;
}
.blog-pagination .page-item.active .page-link {
    background: #000;
    border-color: #000;
    color: #fff;
}
.blog-pagination .page-link:hover {
    background: #eef2ff;
    border-color: #000;
    color: #000;
}
.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sidebar-widget {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}
.widget-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 18px;
}
.sidebar-search .input-group {
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    overflow: hidden;
}
.sidebar-search .form-control {
    border: none;
    padding: 12px 18px;
}
.sidebar-search .btn {
    padding: 12px 20px;
    border: none;
    border-radius: 0;
}
.sidebar-categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sidebar-categories li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #475569;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    transition: color 0.2s ease;
}
.sidebar-categories li:last-child a {
    border-bottom: none;
}
.sidebar-categories li a:hover {
    color: #000;
}
.sidebar-categories li a span {
    color: #94a3b8;
    font-size: 0.9rem;
}
.sidebar-recent {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sidebar-recent li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.recent-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    display: block;
}
.recent-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent-content {
    flex: 1;
}
.recent-content h6 {
    margin: 0 0 6px;
    font-size: 0.95rem;
    line-height: 1.4;
}
.recent-content h6 a {
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}
.recent-content h6 a:hover {
    color: #000;
}
.recent-date {
    display: block;
    font-size: 0.85rem;
    color: #94a3b8;
}
.sidebar-archives {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sidebar-archives li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #475569;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    transition: color 0.2s ease;
}
.sidebar-archives li:last-child a {
    border-bottom: none;
}
.sidebar-archives li a:hover {
    color: #000;
}
.sidebar-archives li a span {
    color: #94a3b8;
    font-size: 0.9rem;
}
.sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sidebar-tags a {
    padding: 8px 16px;
    border-radius: 999px;
    background: #eef2ff;
    color: #ffc45c;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}
.sidebar-tags a:hover {
    background: #000;
    color: #fff;
}
.blog-widget {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}
.blog-widget h5 {
    margin-bottom: 16px;
    color: #0f172a;
}
.topic-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.topic-chips a {
    padding: 6px 14px;
    border-radius: 999px;
    background: #eef2ff;
    color: #ffc45c;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 600;
}
.popular-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.popular-list li span {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    color: #94a3b8;
    display: block;
}
.popular-list li p {
    margin: 4px 0 0;
    color: #0f172a;
    font-weight: 600;
}
.newsletter-form input {
    margin-bottom: 12px;
    border-radius: 16px;
}
.modern-pagination {
    margin-top: 32px;
    padding: 18px 22px;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}
.pagination-controls {
    display: flex;
    gap: 12px;
    align-items: center;
}
.page-dots {
    display: flex;
    gap: 6px;
}
.page-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(148, 163, 184, 0.6);
    display: inline-block;
}
.page-dots span.active {
    background: #000;
    width: 16px;
    border-radius: 999px;
}
.blog-detail-hero {
    background-size: cover;
    background-position: center;
    padding: 110px 0 90px;
    position: relative;
}
.blog-detail-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 15, 25, 0.6), rgba(15, 23, 42, 0.85));
}
.blog-detail-hero .container {
    position: relative;
    z-index: 1;
}
.blog-detail-hero-content {
    color: #fff;
    max-width: 860px;
	margin: 0 auto;
}
.blog-detail-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin: 20px 0;
}
.blog-detail-meta .author {
    display: flex;
    gap: 12px;
    align-items: center;
	color: #fff;
}
.blog-detail-meta .author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.blog-detail-meta ul {
    display: flex;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
}
.blog-detail-share {
    display: flex;
    gap: 12px;
    align-items: center;
	justify-content: center;
}
.blog-detail-share a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}
.blog-detail-body {
    padding: 70px 0;
}
.blog-article {
    background: #fff;
    border-radius: 26px;
    padding: 32px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 25px 55px rgba(15, 23, 42, 0.08);
}
.blog-article h3 {
    margin-top: 28px;
    color: #0f172a;
}
.blog-article ul {
    padding-left: 18px;
    color: #475569;
	list-style-type: disc;
}
.blog-article ul li{font-size: 16px; margin-bottom: 10px;}
.blog-article blockquote {
    margin: 25px 0;
    padding: 50px 25px 25px;
    border-radius: 20px;
    background: #f8fafc;
    border-left: 4px solid #000;
    color: #0f172a;
    font-size: 1.05rem;
}
.blog-article blockquote span {
    display: block;
    margin-top: 12px;
    font-weight: 600;
    color: #000;
}
.blog-tag-cloud {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.blog-tag-cloud a {
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: #ffc45c;
    text-decoration: none;
    font-size: 0.85rem;
}
.comment-section {
    margin-top: 50px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    padding: 32px;
}
.comment-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 28px;
}
.comments-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}
.comment-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.comment-item.comment-reply {
    margin-left: 56px;
    padding-left: 20px;
    border-left: 2px solid rgba(148, 163, 184, 0.2);
}
.comment-avatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}
.comment-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.comment-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.comment-header {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.comment-author-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.author-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(37, 99, 235, 0.1);
    color: #000;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.comment-date {
    font-size: 0.85rem;
    color: #94a3b8;
}
.comment-text {
    margin: 0;
    color: #475569;
    line-height: 1.6;
    font-size: 0.95rem;
}
.comment-reply-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: transparent;
    border: none;
    color: #000;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin-top: 4px;
}
.comment-reply-btn:hover {
    background: rgba(37, 99, 235, 0.1);
}
.comment-reply-btn i {
    font-size: 0.85rem;
    transform: scaleX(-1);
}
.comment-form {
    margin-top: 32px;
}
.comment-form-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 20px;
}
.comment-form .form-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
    display: block;
}
.comment-form .form-control {
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    padding: 12px 16px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}
.comment-form .form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.comment-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}
.comment-form .btn-primary {
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
}
.blog-detail-sidebar .blog-widget {
    margin-bottom: 18px;
}
.link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.link-list a {
    text-decoration: none;
    color: #0f172a;
    font-weight: 600;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.notfound-actions .btn {
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 600;
}
.post-job-panel {
    background: #ffffff;
    border-radius: 26px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
    padding: 32px;
}
.post-job-panel .panel-heading {
    justify-content: space-between;
    margin-bottom: 24px;
}
.panel-note {
    color: #94a3b8;
    font-size: 0.9rem;
}
.post-job-form {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.form-section {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.form-section h4 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}
.form-grid {
    display: grid;
    gap: 16px;
}
.form-grid.two-col {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.form-grid.three-col {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.92rem;
    color: #475569;
}
.form-field span {
    font-weight: 600;
}
.form-field input,
.form-field select,
.form-field textarea {
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #f8fafc;
    padding: 12px 16px;
    font-size: 0.95rem;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}
.form-field textarea {
    resize: vertical;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
    background: #fff;
}
.form-field.checkbox {
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.form-field.checkbox input {
    width: 20px;
    height: 20px;
    border-radius: 6px;
}
.form-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.post-job-panel .btn {
    border-radius: 18px;
    padding: 12px 26px;
    font-weight: 600;
}
.package-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
}
.package-detail-card {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: #f8fafc;
}
.package-detail-card span {
    display: block;
    font-size: 1.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: 700;
}
.package-detail-card strong {
    display: block;
    margin-top: 4px;
    color: #0f172a;
    font-size: 1.05rem;
}

.detail-icon.orange { background: linear-gradient(135deg, #f97316, #fb923c); }
.detail-icon.teal { background: linear-gradient(135deg, #0ea5e9, #14b8a6); }
.detail-icon.green { background: linear-gradient(135deg, #10b981, #22d3ee); }
.detail-icon.blue { background: linear-gradient(135deg, #000, #60a5fa); }
.detail-icon.danger { background: linear-gradient(135deg, #f43f5e, #fb7185); }
.recommended-card,
.following-card {
    background: #f8fafc;
    border-radius: 15px;
    padding: 22px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    height: 100%;
}
.recommended-card h4 {
    margin: 8px 0;
    font-size: 1.05rem;
}
.recommended-card p {
    margin: 0 0 6px;
    color: #475569;
}
.recommended-meta {
    font-size: 0.85rem;
    color: #94a3b8;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.following-card h4 {
    margin: 0 0 6px;
    font-size: 1.05rem;
}
.following-card p {
    margin: 0 0 8px;
    color: #475569;
    line-height: 1.6;
}
.following-card span {
    font-weight: 600;
    color: #000;
}

@media (max-width: 1199px) {
    .dashboard-layout {
        flex-direction: column;
    }
    .dashboard-sidebar {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .dashboard-cover-profile {
        flex-direction: column;
        align-items: flex-start;
    }
    .dashboard-cover-profile ul {
        flex-direction: column;
        gap: 6px;
    }
    .dashboard-sidebar {
        padding: 24px;
    }
    .dashboard-nav li a {
        padding: 10px;
    }
}

.employer-dashboard .dashboard-main {
    gap: 28px;
    display: flex;
    flex-direction: column;
}
.employer-sidebar .sidebar-header {
    text-align: left;
}
.company-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
        background: rgb(255 246 221);
    color: #ffa70d;
    font-weight: 600;
    font-size: 0.8rem;
    margin-top: 12px;
}
.employer-panel {
    background: #ffffff;
    border-radius: 26px;
    padding: 26px 30px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
}
.employer-upgrade-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}
.employer-upgrade-card {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 22px;
    padding: 22px;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.employer-upgrade-card.active {
    background: linear-gradient(135deg, rgba(124, 255, 200, 0.25), rgba(59, 130, 246, 0.15));
    border-color: rgba(59, 130, 246, 0.35);
}
.employer-upgrade-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #475569;
}
.upgrade-pill {
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.12);
    color: #ffc45c;
    font-weight: 600;
    font-size: 0.8rem;
}
.cv-upgrade-card {
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 24px;
    padding: 24px;
    background: #f8fafc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.cv-upgrade-card ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #475569;
}
.cv-upgrade-card h4 {
    margin: 10px 0 0;
}

/************************************************
        ==Dashboard Detail & Forms==
*************************************************/
.profile-settings .dashboard-main {
    gap: 22px;
}
.settings-header {
    background: #ffffff;
    border-radius: 26px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
    padding: 26px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
.settings-header .avatar-upload {
    text-align: center;
}
.settings-header .avatar-upload img {
    width: 110px;
    height: 110px;
    border-radius: 24px;
    object-fit: cover;
    margin-bottom: 10px;
}
.settings-header .upload-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}
.settings-header .upload-label input {
    display: none;
}
.settings-header-content span {
    display: inline-flex;
    background: rgba(37, 99, 235, 0.1);
    color: #000;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    margin-bottom: 8px;
}
.settings-header-content h2 {
    margin: 0 0 8px;
}
.settings-header-content p {
    margin: 0 0 12px;
    color: #475569;
}
.settings-header-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #475569;
}
.settings-header-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 10px;
    background: #f8fafc;
    font-weight: 600;
}
.settings-card {
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
    padding: 26px 28px 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
	margin-bottom: 30px;
}
.settings-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
}
.settings-card-header h3 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    font-weight: 700;
}
.settings-card-header p {
    margin: 0 0 10px 0;
    margin-bottom:10px;
    color: #475569;
}
.settings-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.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: 1px solid rgba(148, 163, 184, 0.35);
    background: #f8fafc;
    padding: 12px 16px;
    font-size: 0.95rem;
}
.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);
}
.skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.skill-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.14);
    color: #ffc45c;
    font-weight: 600;
}
.add-skill-btn {
    border: 1px dashed rgba(148, 163, 184, 0.8);
    border-radius: 999px;
    padding: 6px 14px;
    background: transparent;
    color: #475569;
    font-weight: 600;
}
.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}
.form-actions .btn {
    border-radius: 12px;
    padding: 12px 22px;
    font-weight: 600;
    background: #fdd049;
    color: #000;
    border: 1px solid #fdd049;
}
.dashboard-page-header {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    padding: 26px 30px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.dashboard-page-header h1 {
    margin: 0;
    font-size: 1.7rem;
}
.dashboard-page-header p {
    margin: 6px 0 0;
    color: #475569;
}
.dashboard-page-header .btn {
    border-radius: 12px;
    font-weight: 600;
    padding: 12px 18px;
}
.dashboard-content-grid {
    display: grid;
    gap: 20px;
}
.dashboard-actions-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.action-card {
    background: #f8fafc;
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
}
.action-card .icon-square {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.12);
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.action-card h4 {
    margin: 0;
    font-size: 1.05rem;
}
.action-card p {
    margin: 0;
    color: #475569;
}
.action-card .btn {
    margin-top: 12px;
    border-radius: 10px;
    font-weight: 600;
}
.list-card {
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    padding: 22px 24px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}
.list-card h3 {
    margin-bottom: 16px;
}
.list-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.list-card li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}
.list-card li strong{font-weight: 700;}
.list-card li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: #ffc45c;
    font-weight: 600;
}
.timeline-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    padding: 24px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
}
.timeline-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.timeline-card li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.timeline-card li i {
    color: #000;
    margin-top: 4px;
}
.version-card {
    background: #f8fafc;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.15);
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.version-card strong {
    font-size: 1rem;
}
.message-layout {
    background: #ffffff;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 320px 1fr;
    overflow: hidden;
    box-shadow: 0 35px 80px rgba(15, 23, 42, 0.1);
}
.thread-list {
    background: #f8fafc;
    padding: 24px;
    border-right: 1px solid rgba(148, 163, 184, 0.2);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.thread-item {
    padding: 14px;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease;
	border-left: 1px solid transparent;
}
.thread-item.active,
.thread-item:hover {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
	border-left: 1px solid #000000;
}
.thread-item strong {
    display: block;
    font-size: 0.95rem;
    color: #0f172a;
	font-weight: 600;
	margin-bottom: 5px;
}
.thread-item span {
    display: block;
    color: #64748b;
    font-size: 0.88rem;
	margin-bottom: 5px;
	
}
.thread-item small {
    color: #94a3b8;
}
.chat-window {
    padding: 24px 28px 26px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: radial-gradient(circle at top, rgba(59,130,246,0.08), transparent 50%);
}
.chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.chat-header .chat-meta {
    display: flex;
    flex-direction: column;
	gap: 5px;
	color: #555;
}
.chat-header .chat-meta h5 {
    margin: 0;
    font-size: 1.2rem;
}
.chat-header .status-dot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.12);
    color: #000000;
    font-weight: 600;
    font-size: 0.85rem;
}
.chat-body {
    flex: 1;
    overflow-y: auto;
    padding-right: 6px;
}
.chat-body::-webkit-scrollbar {
    width: 6px;
}
.chat-body::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.4);
    border-radius: 999px;
}
.chat-bubble {
    max-width: 80%;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 12px;
    line-height: 1.5;
    background: #e0ecff;
    color: #0f172a;
}
.chat-bubble.me {
    margin-left: auto;
    background: #000;
    color: #ffffff;
}
.chat-composer {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border-radius: 18px;
    padding: 6px 8px 6px 18px;
    border: 1px solid rgba(148, 163, 184, 0.35);
}
.chat-composer input {
    border: none;
    flex: 1;
    font-size: 1rem;
    outline: none;
}
.chat-send-btn {
    border: none;
    background: linear-gradient(135deg, #000, #3b82f6);
    color: #ffffff;
    border-radius: 14px;
    width: 48px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 15px 25px rgba(37, 99, 235, 0.35);
}
.chat-empty {
    text-align: center;
    color: #94a3b8;
    padding: 40px 0;
}
.application-grid {
    margin-top: 10px;
}
.application-card,
.saved-card {
    background: #ffffff;
    border-radius: 26px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.08);
    padding: 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}
.saved-card {
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.07);
}
.application-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.status-chip {
    padding: 6px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.85rem;
}
.status-chip.interview { background: rgba(34,197,94,0.18); color: #166534; }
.status-chip.review { background: rgba(248,113,113,0.22); color: #b91c1c; }
.status-chip.offer { background: rgba(251,146,60,0.22); color: #c2410c; }
.status-chip.archived { background: rgba(148,163,184,0.25); color: #475569; }
.status-chip.fulltime { background: rgba(74,222,128,0.18); color: #15803d; }
.status-chip.contract { background: rgba(248,187,109,0.3); color: #b45309; }
/* My job applications — overall_status chips */
.status-chip.app-status-applied { background: rgba(59,130,246,0.22); color: #ffc45c; }
.status-chip.app-status-rejected { background: rgba(239,68,68,0.2); color: #b91c1c; }
.status-chip.app-status-offer { background: rgba(34,197,94,0.22); color: #166534; }
.status-chip.app-status-archived { background: rgba(251,146,60,0.28); color: #c2410c; }
.status-chip.app-status-shortlisted { background: rgba(99,102,241,0.2); color: #4338ca; }
.status-chip.app-status-onhold { background: rgba(234,179,8,0.28); color: #a16207; }
.status-chip.app-status-default { background: rgba(148,163,184,0.25); color: #475569; }
.application-title h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.application-title h4 a{color: #333; font-weight: 600;}
.application-title p {
    margin: 0;
    color: #475569;
}
.application-location {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.application-location i {
    margin-right: 6px;
}
.application-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background:rgba(255, 193, 7, 0.15);
    color: #ffc45c;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 600;
}
.application-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
}
.application-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}
.meta-avatar {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.meta-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.meta-label {
    display: block;
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom:10px;
}
.meta-value {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}
.table-modern {
    width: 100%;
    border-collapse: collapse;
}
.table-modern thead {
    background: #f8fafc;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}
.table-modern th,
.table-modern td {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}
.table-modern tbody tr:last-child td {
    border-bottom: none;
}
.toggle-switch {
    position: relative;
    width: 48px;
    height: 26px;
    display: inline-block;
}
.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-slider {
    position: absolute;
    inset: 0;
    background: rgba(148, 163, 184, 0.5);
    border-radius: 999px;
    transition: background 0.2s ease;
}
.toggle-slider::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    top: 3px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 12px rgba(15, 23, 42, 0.2);
    transition: transform 0.2s ease;
}
.toggle-switch input:checked + .toggle-slider {
    background: linear-gradient(135deg, #000, #7c3aed);
}
.toggle-switch input:checked + .toggle-slider::before {
    transform: translateX(22px);
}

@media (max-width: 991px) {
    .message-layout {
        grid-template-columns: 1fr;
    }
    .settings-grid .grid-span-2 {
        grid-column: span 1;
    }
    .thread-list {
        border-right: 0;
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    }
    .application-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .current-plan-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .plan-metrics {
        grid-template-columns: 1fr;
    }
    .blog-hero-title {
        font-size: 2rem;
    }
    .blog-list-item {
        flex-direction: column;
        gap: 18px;
    }
    .blog-list-image {
        width: 100%;
    }
    .blog-list-image img {
        height: 240px;
    }
    .blog-title {
        font-size: 1.3rem;
    }
    .comment-section {
        padding: 24px;
    }
    .comment-item.comment-reply {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        padding-top: 20px;
        border-top: 1px solid rgba(148, 163, 184, 0.15);
        margin-top: 8px;
    }
    .comment-form .btn-primary {
        width: 100%;
    }
    .blog-grid-shell .blog-grid {
        grid-template-columns: 1fr;
    }
}

/************************************************
           ==Employer Listing Pages==
*************************************************/
.employer-hero {
      background: linear-gradient(135deg, #fff 0%, #fff9e6 50%, #fff 100%);
}
.employers-board {
    padding: 60px 0 80px;
}
.employer-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.16);
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
    transition: all 0.3s ease;
}
.employer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}
.employer-card-header {
    display: flex;
  align-items: center;
    gap: 14px;
    position: relative;
    
}
.employer-logo {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8fafc;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.2);
}
.employer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.employer-info {
    flex: 1;
    min-width: 0;
}
.employer-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    display:none;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}
.employer-badge.verified {
    background: rgba(16, 185, 129, 0.15);
    color: #059669;
}
.employer-card h4 {
    margin: 0 0 4px;
    font-size: 1.12rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}
.employer-card h4 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.employer-card h4 a:hover {
    color: #000;
}
.employer-info p {
    margin: 0;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.4;
}
.employer-follow {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #f1f5f9;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: all 0.2s ease;
    cursor: pointer;
}
.employer-follow:hover {
    background: #000;
    color: #fff;
}
.employer-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #475569;
    font-size: 0.9rem;
    padding: 12px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}
.employer-meta > div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.employer-meta i {
    color: #FFC107;
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.employer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.employer-tags span {
    padding: 5px 11px;
    border-radius: 8px;
        background: rgb(255 236 180);
    color: #ffa300;
    font-size: 0.8rem;
    font-weight: 600;
}
.employer-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 12px;
}
.employer-stats {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.employer-stats span {
    font-size: 0.75rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.employer-stats strong {
    font-size: 0.95rem;
    color: #0f172a;
    font-weight: 700;
}
.employer-actions .btn {
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 8px 18px;
}

/* Employer List View */
.employer-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.employer-list-item {
    background: #ffffff;
    border-radius: 22px;
    padding: 26px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
    display: flex;
    gap: 22px;
    align-items: stretch;
    transition: all 0.3s ease;
}
.employer-list-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.1);
}
.employer-list-logo {
    width: 140px;
    height: auto;
    border-radius: 18px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8fafc;
    padding: 10px;
    border: 1px solid rgb(41 41 41 / 83%);
}
.employer-list-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}
.employer-list-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}
.employer-list-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}
.employer-list-top h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
}
.employer-list-top h4 a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
}
.employer-list-top h4 a:hover {
    color: #000;
}
.employer-list-top p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.5;
}
.employer-summary {
    margin: 0;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}
.employer-list-meta {
    width: 200px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-left: 16px;
    border-left: 1px solid rgba(148, 163, 184, 0.15);
}
.employer-list-meta .employer-stats {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.employer-list-meta .employer-stats > div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 0.9rem;
    line-height:1.4em;
}
.employer-list-meta .employer-stats i {
    color: #94a3b8;
    font-size: 0.85rem;
}
.employer-list-meta .btn {
    border-radius: 12px;
    font-weight: 600;
    padding: 10px 20px;
}

@media (max-width: 991px) {
    .employer-list-item {
        flex-direction: column;
    }
    .employer-list-meta {
        width: 100%;
        padding-left: 0;
        border-left: none;
        padding-top: 16px;
        border-top: 1px solid rgba(148, 163, 184, 0.15);
    }
    .employer-list-meta .employer-stats {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }
    .employer-card-header {
        flex-wrap: wrap;
    }
    .employer-follow {
        position: relative;
        top: auto;
        right: auto;
    }
}

/************************************************
           ==Packages/Pricing Page==
*************************************************/
.packages-hero {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
    padding: 80px 0 60px;
    text-align: center;
}
.packages-hero-content {
    max-width: 700px;
    margin: 0 auto;
}
.packages-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.15);
    color: #000;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}
.packages-hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    line-height: 1.2;
}
.packages-hero-subtitle {
    font-size: 1.1rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}
.packages-section {
    padding: 60px 0 100px;
}
.pricing-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.pricing-toggle {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 24px;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.2);
}
.toggle-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #475569;
}
.save-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(16, 185, 129, 0.15);
    color: #059669;
    font-size: 0.75rem;
    font-weight: 700;
    margin-left: 6px;
}
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}
.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbd5e1;
    transition: 0.3s;
    border-radius: 30px;
}
.toggle-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.toggle-switch input:checked + .toggle-slider {
    background-color: #000;
}
.toggle-switch input:checked + .toggle-slider:before {
    transform: translateX(26px);
}
.pricing-cards {
    margin-bottom: 60px;
}
.pricing-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px 24px;
    border: 2px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}
.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 55px rgba(15, 23, 42, 0.12);
    border-color: rgba(37, 99, 235, 0.3);
}
.pricing-card.featured {
    border-color: #000;
    box-shadow: 0 24px 50px rgba(37, 99, 235, 0.15);
    transform: scale(1.05);
}
.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-8px);
}
.pricing-card-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    border-radius: 20px;
    background: #000;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.pricing-card-header {
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}
.pricing-plan-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}
.pricing-plan-desc {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0 0 20px;
}
.pricing-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}
.price-currency {
    font-size: 1.2rem;
    font-weight: 600;
    color: #475569;
}
.price-amount {
    font-size: 3rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}
.price-period {
    font-size: 0.95rem;
    color: #94a3b8;
    font-weight: 500;
}
.pricing-card-body {
    flex: 1;
    margin-bottom: 24px;
}
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: #475569;
}
.pricing-features li i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    flex-shrink: 0;
}
.pricing-features li:not(.disabled) i.fa-check {
    background: rgba(16, 185, 129, 0.15);
    color: #059669;
}
.pricing-features li.disabled {
    color: #cbd5e1;
}
.pricing-features li.disabled i.fa-times {
    background: rgba(148, 163, 184, 0.15);
    color: #94a3b8;
}
.pricing-card-footer {
    margin-top: auto;
}
.pricing-card-footer .btn {
    border-radius: 12px;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 1rem;
}
.packages-features-section {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}
.feature-card {
    text-align: center;
    padding: 32px 24px;
    background: #f8fafc;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.1);
    height: 100%;
    transition: all 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    background: #ffffff;
}
.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.15), rgba(16, 185, 129, 0.15));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.feature-icon i {
    font-size: 1.8rem;
    color: #000;
}
.feature-card h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
}
.feature-card p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .packages-hero-title {
        font-size: 2.2rem;
    }
    .pricing-card.featured {
        transform: scale(1);
    }
    .pricing-card.featured:hover {
        transform: translateY(-8px);
    }
    .pricing-toggle {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .packages-hero {
        padding: 60px 0 40px;
    }
    .packages-hero-title {
        font-size: 1.8rem;
    }
    .packages-hero-subtitle {
        font-size: 1rem;
    }
    .packages-section {
        padding: 40px 0 60px;
    }
    .price-amount {
        font-size: 2.4rem;
    }
    .pricing-card {
        padding: 24px 20px;
    }
}

/************************************************
           ==Build Resume Page==
*************************************************/

/* Panel Header */
.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.panel-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}
.panel-header .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.1rem;
}

/* Resume Table */
.resume-table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}
.resume-table thead th {
    background: #f8fafc;
    color: #475569;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 14px 16px;
    border-bottom: 2px solid #e2e8f0;
    border-top: none;
}
.resume-table tbody td {
    padding: 16px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: middle;
    color: #334155;
}
.resume-table tbody tr:last-child td {
    border-bottom: none;
}
.resume-table tbody tr:hover {
    background: #f8fafc;
}
.resume-table a.text-primary {
    color: #000 !important;
    text-decoration: none;
    font-weight: 500;
}
.resume-table a.text-primary:hover {
    text-decoration: underline;
}

/* Action Icons */
.action-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}
.action-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
}
.action-icons a:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
}
.action-icons a.text-primary {
    color: #000 !important;
}
.action-icons a.text-dark {
    color: #334155 !important;
}
.action-icons a.text-danger {
    color: #ef4444 !important;
}

/* Projects Grid */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}
.project-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}
.project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    border-color: rgba(148, 163, 184, 0.24);
}
.project-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f1f5f9;
}
.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.project-card:hover .project-image img {
    transform: scale(1.05);
}
.project-content {
    padding: 20px;
}
.project-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}
.project-date {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 10px;
}
.project-description {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 16px;
}
.project-actions {
    display: flex;
    gap: 16px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}
.project-actions a {
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}
.project-actions a.text-primary:hover {
    text-decoration: underline;
}
.project-actions a.text-danger:hover {
    text-decoration: underline;
}

/* Experience Timeline */
.dashboard-main .experience-timeline {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    padding-left: 0;
}
.experience-item {
    position: relative;
    display: flex;
    gap: 20px;
}
.timeline-marker {
    position: absolute;
    left: -40px;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e1;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #e2e8f0;
    z-index: 1;
}
.dashboard-main  .experience-item:not(:last-child)::after {
   display: none;
}
.experience-content {
    flex: 1;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    padding: 20px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}
.experience-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}
.experience-header h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}
.experience-actions {
    display: flex;
    gap: 12px;
}
.experience-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
}
.experience-actions a:hover {
    background: #f1f5f9;
}
.experience-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #64748b;
}
.experience-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.experience-meta i {
    color: #94a3b8;
    font-size: 0.85rem;
}
.experience-content p {
    color: #475569;
    line-height: 1.7;
    margin: 0;
    font-size: 0.95rem;
}

/* Education Timeline */
.dashboard-main  .education-timeline {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    padding-left: 0;
}
.education-item {
    position: relative;
    display: flex;
    gap: 20px;
}
.education-item .timeline-marker {
    position: absolute;
    left: -40px;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e1;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #e2e8f0;
    z-index: 1;
}
.education-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: -34px;
    top: 12px;
    width: 2px;
    height: calc(100% + 20px);
    background: #e2e8f0;
}
.education-content {
    flex: 1;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    padding: 20px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}
.education-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}
.education-header h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}
.education-actions {
    display: flex;
    gap: 12px;
}
.education-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
}
.education-actions a:hover {
    background: #f1f5f9;
}
.education-summary {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 12px;
}
.education-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.9rem;
    color: #64748b;
}
.education-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.education-meta i {
    color: #94a3b8;
    font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 991px) {
    .projects-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 20px;
    }
    .experience-timeline,
    .education-timeline {
        padding-left: 24px;
    }
    .timeline-marker {
        left: -32px;
    }
    .experience-item:not(:last-child)::after,
    .education-item:not(:last-child)::after {
        left: -26px;
    }
}

@media (max-width: 767px) {
    .testimonials-section, .cities-section, .industries-section, .category-section, .company-section{padding: 30px 0;}
    .userloginbox{margin-bottom: 30px; border-radius: 15px;}
    .userloginbox h3{font-size: 22px;}
    .dashboard-section{padding: 40px 0;}
    .projects-grid {
        grid-template-columns: 1fr;
    }
    .panel-header {
        align-items: flex-start;
        gap: 16px;
    }
    .panel-header h3{font-size: 1.2rem;}
    .action-icons{gap: 5px;}
    .action-icons a{width: 30px; height: 30px;}
    .panel-header .btn {
        align-self: flex-end;
    }
    .experience-timeline,
    .education-timeline {
        padding-left: 20px;
    }
    .timeline-marker {
        left: -28px;
        width: 10px;
        height: 10px;
    }
    .dashboard-main{width: 100%;}
    .experience-item:not(:last-child)::after,
    .education-item:not(:last-child)::after {
        left: -23px;
    }
    .experience-meta,
    .education-meta {
        flex-direction: column;
        gap: 8px;
    }
    .resume-table {
        font-size: 0.9rem;
    }
    .resume-table thead th,
    .resume-table tbody td {
        padding: 12px;
    }
}

/************************************************
        ==Company Section Alt (index2.html)==
*************************************************/

.company-section-alt {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

.company-grid-alt {
    margin-top: 40px;
}

.company-card-alt {
    display: block;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.company-card-alt:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    border-color: rgba(37, 99, 235, 0.3);
    text-decoration: none;
}

.company-card-alt-header {
    position: relative;
    padding: 24px 24px 16px;
    background: linear-gradient(135deg, #f8fafc 0%, #eef4ff 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.company-logo-alt {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    flex-shrink: 0;
}

.company-logo-alt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.company-badge-alt {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #000;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.company-card-alt-body {
    padding: 20px 24px;
    flex: 1;
}

.company-card-alt-body h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.company-meta-alt {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.company-meta-alt span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #64748b;
}

.company-meta-alt i {
    color: #94a3b8;
    font-size: 0.85rem;
}

.company-card-alt-footer {
    padding: 16px 24px 24px;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    margin-top: auto;
}

.company-link-alt {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.company-card-alt:hover .company-link-alt {
    gap: 12px;
    color: #ffc45c;
}

.company-link-alt i {
    transition: transform 0.2s ease;
}

.company-card-alt:hover .company-link-alt i {
    transform: translateX(4px);
}

.company-viewall-alt {
    margin-top: 50px;
}

/* Responsive */
@media (max-width: 991px) {
    .company-section-alt {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .company-card-alt-header {
        padding: 20px 20px 14px;
    }
    .company-logo-alt {
        width: 70px;
        height: 70px;
    }
    .company-card-alt-body {
        padding: 18px 20px;
    }
    .company-card-alt-body h5 {
        font-size: 1.2rem;
    }
    .company-card-alt-footer {
        padding: 14px 20px 20px;
    }
}

@media (max-width: 767px) {
    .company-section-alt {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .company-grid-alt {
        margin-top: 30px;
    }
    .company-card-alt-header {
        padding: 18px 18px 12px;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    .company-badge-alt {
        align-self: flex-end;
    }
    .company-logo-alt {
        width: 60px;
        height: 60px;
    }
    .company-card-alt-body {
        padding: 16px 18px;
    }
    .company-card-alt-body h5 {
        font-size: 1.1rem;
    }
    .company-card-alt-footer {
        padding: 12px 18px 18px;
    }
}

/************************************************
        ==How It Works Section Alt (index2.html)==
*************************************************/

.howit-section-alt {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}

.howit-section-alt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(37, 99, 235, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(139, 92, 246, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.howit-header-alt {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.howit-badge-alt {
    display: inline-block;
    background: rgba(37, 99, 235, 0.2);
    color: #60a5fa;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    border: 1px solid rgba(37, 99, 235, 0.3);
}

.howit-title-alt {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.howit-subtitle-alt {
    font-size: 1.1rem;
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.howit-grid-alt {
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.howit-card-alt {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px 32px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.howit-card-alt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #000 0%, #8b5cf6 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.howit-card-alt:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(37, 99, 235, 0.4);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.howit-card-alt:hover::before {
    transform: scaleX(1);
}

.howit-number-alt {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 4rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.05);
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.howit-icon-alt {
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #000 0%, #8b5cf6 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
    transition: all 0.4s ease;
}

.howit-card-alt:hover .howit-icon-alt {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(37, 99, 235, 0.4);
}

.howit-icon-alt i {
    font-size: 2.5rem;
    color: #ffffff;
}

.howit-card-title-alt {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.howit-card-text-alt {
    font-size: 1rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0 0 24px 0;
    flex: 1;
}

.howit-arrow-alt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(37, 99, 235, 0.2);
    border: 1px solid rgba(37, 99, 235, 0.3);
    border-radius: 50%;
    color: #60a5fa;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    margin-top: auto;
}

.howit-card-alt:hover .howit-arrow-alt {
    background: rgba(37, 99, 235, 0.3);
    border-color: rgba(37, 99, 235, 0.5);
    transform: translateX(8px);
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .howit-section-alt {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .howit-title-alt {
        font-size: 2.5rem;
    }
    .howit-header-alt {
        margin-bottom: 50px;
    }
    .howit-card-alt {
        padding: 32px 24px;
    }
    .howit-icon-alt {
        width: 90px;
        height: 90px;
    }
    .howit-icon-alt i {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .howit-section-alt {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .howit-title-alt {
        font-size: 2rem;
    }
    .howit-subtitle-alt {
        font-size: 1rem;
    }
    .howit-header-alt {
        margin-bottom: 40px;
    }
    .howit-grid-alt {
        /*margin-top: 40px;*/
    }
    .howit-card-alt {
        padding: 28px 20px;
    }
    .howit-number-alt {
        font-size: 3rem;
        top: 16px;
        right: 16px;
    }
    .howit-icon-alt {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    .howit-icon-alt i {
        font-size: 2rem;
    }
    .howit-card-title-alt {
        font-size: 1.3rem;
    }
    .howit-card-text-alt {
        font-size: 0.95rem;
    }
}

/************************************************
        ==Video Section New (index2.html)==
*************************************************/

.video-section-new {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.video-container-new {
    max-width: 1000px;
    margin: 0 auto;
}

.video-header-new {
    margin-bottom: 50px;
}

.video-badge-new {
    display: inline-block;
    background: rgba(37, 99, 235, 0.1);
    color: #000;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.video-title-new {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.video-title-accent {
    color: #000;
    position: relative;
}

.video-description-new {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
}

.video-player-new {
    position: relative;
    margin-top: 40px;
}

.video-thumbnail-new {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.15);
    background: #0f172a;
    aspect-ratio: 16 / 9;
}

.video-img-new {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.video-thumbnail-new:hover .video-img-new {
    transform: scale(1.05);
}

.video-overlay-new {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.3) 0%, rgba(15, 23, 42, 0.6) 100%);
    transition: background 0.3s ease;
}

.video-thumbnail-new:hover .video-overlay-new {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.5) 100%);
}

.video-play-button-new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 2;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.video-play-button-new:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(37, 99, 235, 0.4);
}

.video-play-button-new:active {
    transform: translate(-50%, -50%) scale(0.95);
}

.play-button-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #000 0%, #ffc45c 100%);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.video-play-button-new:hover .play-button-inner {
    background: linear-gradient(135deg, #ffc45c 0%, #1e40af 100%);
}

.play-button-inner i {
    color: #ffffff;
    font-size: 2rem;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.video-play-button-new:hover .play-button-inner i {
    transform: scale(1.1);
}

.play-button-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: pulse-ring 2s infinite;
}

.play-button-ring-2 {
    width: 120px;
    height: 120px;
    animation-delay: 0.5s;
    border-color: rgba(255, 255, 255, 0.3);
}

@keyframes pulse-ring {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

/* Video Modal Styles */
.video-modal-content-new {
    background: transparent;
    border: none;
    position: relative;
}

.video-modal-close-new {
    position: absolute;
    top: -40px;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 1;
    transition: all 0.3s ease;
}

.video-modal-close-new:hover {
    background: #ffffff;
    transform: rotate(90deg);
}

.video-modal-body-new {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}

.video-modal-body-new .ratio {
    border-radius: 12px;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 991px) {
    .video-section-new {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .video-title-new {
        font-size: 2.3rem;
    }
    .video-header-new {
        margin-bottom: 40px;
    }
    .video-play-button-new {
        width: 90px;
        height: 90px;
    }
    .play-button-inner i {
        font-size: 1.8rem;
    }
    .play-button-ring {
        width: 90px;
        height: 90px;
    }
    .play-button-ring-2 {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 767px) {
    .video-section-new {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .video-title-new {
        font-size: 2rem;
    }
    .video-description-new {
        font-size: 1rem;
    }
    .video-header-new {
        margin-bottom: 30px;
    }
    .video-player-new {
        margin-top: 30px;
    }
    .video-thumbnail-new {
        border-radius: 16px;
    }
    .video-play-button-new {
        width: 80px;
        height: 80px;
    }
    .play-button-inner i {
        font-size: 1.6rem;
    }
    .play-button-ring {
        width: 80px;
        height: 80px;
    }
    .play-button-ring-2 {
        width: 100px;
        height: 100px;
    }
    .video-modal-close-new {
        top: -35px;
        width: 35px;
        height: 35px;
    }
}

/************************************************
        ==Video Section V2 (index.html)==
*************************************************/

.video-section-v2 {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.video-content-v2 {
    padding-right: 40px;
}

.video-badge-v2 {
    display: inline-block;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
    color: #000;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    border: 1px solid rgba(37, 99, 235, 0.2);
}

.video-title-v2 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.video-highlight-v2 {
    color: #000;
    position: relative;
}

.video-text-v2 {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 32px;
}

.video-features-v2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.video-features-v2 li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: #475569;
    font-weight: 500;
}

.video-features-v2 i {
    color: #10b981;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.video-wrapper-v2 {
    position: relative;
}

.video-thumbnail-v2 {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.2);
    background: #0f172a;
    aspect-ratio: 16 / 9;
}

.video-image-v2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.video-thumbnail-v2:hover .video-image-v2 {
    transform: scale(1.08);
}

.video-overlay-v2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.4) 0%, rgba(37, 99, 235, 0.3) 100%);
    transition: background 0.3s ease;
}

.video-thumbnail-v2:hover .video-overlay-v2 {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.3) 0%, rgba(37, 99, 235, 0.25) 100%);
}

.video-play-btn-v2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    padding: 0;
}

.video-play-btn-v2:hover {
    transform: translate(-50%, -50%) scale(1.15);
}

.video-play-btn-v2:active {
    transform: translate(-50%, -50%) scale(0.95);
}

.play-btn-circle-v2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
}

.video-play-btn-v2:hover .play-btn-circle-v2 {
    background: #000;
    box-shadow: 0 12px 40px rgba(37, 99, 235, 0.5);
    transform: rotate(360deg);
}

.play-btn-circle-v2 i {
    color: #000;
    font-size: 1.8rem;
    margin-left: 4px;
    transition: all 0.3s ease;
}

.video-play-btn-v2:hover .play-btn-circle-v2 i {
    color: #ffffff;
    transform: scale(1.2);
}

/* Video Modal V2 Styles */
.video-modal-content-v2 {
    background: transparent;
    border: none;
    position: relative;
}

.video-modal-close-v2 {
    position: absolute;
    top: -45px;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 1;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.video-modal-close-v2:hover {
    background: #ffffff;
    transform: rotate(90deg) scale(1.1);
}

.video-modal-body-v2 {
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.video-modal-body-v2 .ratio {
    border-radius: 16px;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 991px) {
    .video-section-v2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .video-content-v2 {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    .video-title-v2 {
        font-size: 2.5rem;
    }
    .video-features-v2 {
        align-items: flex-start;
    }
    .video-features-v2 li {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .video-section-v2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .video-content-v2 {
        margin-bottom: 30px;
    }
    .video-title-v2 {
        font-size: 2rem;
    }
    .video-text-v2 {
        font-size: 1rem;
        margin-bottom: 24px;
    }
    .video-features-v2 {
        gap: 12px;
    }
    .video-features-v2 li {
        font-size: 0.95rem;
    }
    .video-thumbnail-v2 {
        border-radius: 16px;
    }
    .video-play-btn-v2 {
        width: 75px;
        height: 75px;
    }
    .play-btn-circle-v2 i {
        font-size: 1.5rem;
    }
    .video-modal-close-v2 {
        top: -40px;
        width: 38px;
        height: 38px;
    }
}

/* Platform Overview Section Base */
  .platform-overview-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #fff 0%, #fff9e6 50%, #fff 100%);
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    color: #1a1a1a;
    position: relative;
    overflow: hidden;
  }
  
  .platform-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
  
  /* Content Side */
  .platform-content {
    animation: fadeSlideLeft 0.8s ease forwards;
    opacity: 0;
    transform: translateX(-30px);
  }
  
  .section-pill {
    display: inline-block;
    background: #fabc57;
    color: #1a1a1a;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 24px;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
    animation: pulse 2s infinite;
  }
  
  .platform-title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1a1a1a;
  }
  
  .platform-title .highlight {
    color: #fabc57;
    position: relative;
    display: inline-block;
  }
  
  .platform-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(255, 193, 7, 0.3);
    border-radius: 6px;
    z-index: -1;
  }
  
  .platform-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 32px;
  }
  
  /* Opportunity List */
  .opportunity-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
  
  .opportunity-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-20px);
    animation: slideInLeft 0.5s ease forwards;
    border-left: 4px solid #fabc57;
  }
  
  .opportunity-item:nth-child(1) { animation-delay: 0.2s; }
  .opportunity-item:nth-child(2) { animation-delay: 0.3s; }
  .opportunity-item:nth-child(3) { animation-delay: 0.4s; }
  .opportunity-item:nth-child(4) { animation-delay: 0.5s; }
  .opportunity-item:nth-child(5) { animation-delay: 0.6s; }
  
  .opportunity-item:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.2);
  }
  
  .opportunity-icon {
    width: 42px;
    height: 42px;
    background: rgba(255, 193, 7, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .opportunity-icon svg {
    width: 22px;
    height: 22px;
  }
  
  .opportunity-text {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
  }
  
  .platform-footer {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    padding-top: 24px;
    border-top: 2px solid rgba(255, 193, 7, 0.3);
  }
  
  .platform-footer strong {
    color: #fabc57;
  }
  
  /* Visual Side */
  .platform-visual {
    position: relative;
    animation: fadeSlideRight 0.8s ease forwards 0.3s;
    opacity: 0;
    transform: translateX(30px);
  }
  
  .visual-wrapper {
    position: relative;
  }
  
  .platform-image-container {
    position: relative;
    border-radius: 24px;
    /*overflow: hidden;*/
    box-shadow: 0 30px 80px rgba(0,0,0,0.15);
  }
  
  .platform-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
  }
  
  .platform-image-container:hover .platform-image {
    transform: scale(1.05);
  }
  
  /* Floating Cards */
  .floating-card {
    position: absolute;
    background: white;
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1a1a1a;
    animation: float 3s ease-in-out infinite;
    z-index: 2;
  }
  
  .floating-card .card-icon {
    font-size: 1.4rem;
  }
  
  .card-1 {
    top: 20px;
    right: -20px;
    animation-delay: 0s;
    max-width:148px;
  }
  
  .card-2 {
    bottom: 60px;
    left: -30px;
    animation-delay: 1s;
    max-width:148px;
  }
  
  .card-3 {
    bottom: 20px;
    right: 20px;
    animation-delay: 2s;
        max-height: 50px;
  }
  
  /* Decorative Circles */
  .decorative-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.15);
    z-index: -1;
  }
  
  .circle-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
    animation: rotate 20s linear infinite;
  }
  
  .circle-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
    animation: rotate 15s linear infinite reverse;
  }
  
  /* Animations */
  @keyframes fadeSlideLeft {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fadeSlideRight {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes slideInLeft {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
  }
  
  @keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  
  @keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.4); }
    50% { box-shadow: 0 0 0 12px rgba(255, 193, 7, 0); }
  }
  
  /* Responsive Design */
  @media (max-width: 992px) {
    .platform-container {
      grid-template-columns: 1fr;
      gap: 50px;
    }
    
    .platform-content,
    .platform-visual {
      animation: fadeInUp 0.8s ease forwards;
      opacity: 0;
      transform: translateY(20px);
    }
    
    .platform-visual {
      animation-delay: 0.3s;
    }
    
    .platform-title {
      font-size: 2rem;
    }
    
    .floating-card {
      padding: 10px 16px;
      font-size: 0.85rem;
    }
  }
  
  @media (max-width: 768px) {
    .platform-overview-section {
      padding: 80px 16px;
    }
    
    .platform-title {
      font-size: 1.75rem;
    }
    
    .platform-description {
      font-size: 1rem;
    }
    
    .opportunity-item {
      padding: 12px 16px;
    }
    
    .opportunity-text {
      font-size: 0.95rem;
    }
    
    .card-1 {
      right: 10px;
      top: 15px;
    }
    
    .card-2 {
      left: 10px;
      bottom: 50px;
    }
    
    .card-3 {
      right: 10px;
      bottom: 15px;
    }
    
    .circle-1 {
      width: 200px;
      height: 200px;
    }
    
    .circle-2 {
      width: 150px;
      height: 150px;
    }
  }
  
  @media (max-width: 480px) {
    .platform-title {
      font-size: 1.6rem;
    }
    
    .opportunity-list {
      gap: 12px;
    }
    
    .opportunity-item {
      padding: 10px 14px;
    }
    
    .opportunity-icon {
      width: 38px;
      height: 38px;
    }
    
    .opportunity-icon svg {
      width: 20px;
      height: 20px;
    }
    
    .opportunity-text {
      font-size: 0.9rem;
    }
    
    .floating-card {
      display: none;
    }
  }
  
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /*platform section end*/
  
  /* Audience Section Base */
  .audience-section {
    padding: 10px 20px 100px;
    background: linear-gradient(135deg, #fff9e6 0%, #ffffff 50%, #fff9e6 100%);
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    color: #1a1a1a;
    position: relative;
    overflow: hidden;
  }
  
  .audience-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Header */
  .audience-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
    animation: fadeInDown 0.8s ease forwards;
    opacity: 0;
    transform: translateY(-20px);
  }
  
  .section-badge {
    display: inline-block;
    background: rgba(255, 193, 7, 0.15);
    color: #fabc57;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    border: 1px solid rgba(255, 193, 7, 0.3);
  }
  
  .audience-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #1a1a1a;
  }
  
  .audience-title .highlight {
    color: #fabc57;
    position: relative;
    display: inline-block;
  }
  
  .audience-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(255, 193, 7, 0.25);
    border-radius: 6px;
    z-index: -1;
  }
  
  .audience-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin: 0;
  }
  
  /* Hub Layout - Unique Design */
  .hub-layout {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 300px 1fr;
    grid-template-rows: 280px 1fr;
    gap: 30px;
    margin-bottom: 60px;
    min-height: 600px;
  }
  
  /* Audience Cards */
  .audience-card {
    background: white;
    padding: 32px 28px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
    animation: fadeSlideIn 0.8s ease forwards;
    border: 2px solid transparent;
  }
  
  .audience-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 70px rgba(255, 193, 7, 0.2);
    border-color: #fabc57;
  }
  
  .card-talent {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    animation-delay: 0.2s;
  }
  
  .card-hiring {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    animation-delay: 0.4s;
  }
  
  .card-institutions {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-self: center;
    width: 90%;
    animation-delay: 0.6s;
  }
  
  .card-icon-wrapper {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(255,193,7,0.15) 0%, rgba(255,193,7,0.05) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 2px solid rgba(255, 193, 7, 0.2);
  }
  
  .card-icon-wrapper svg {
    width: 32px;
    height: 32px;
  }
  
  .card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
  }
  
  .card-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .card-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
  }
  
  .card-list .bullet {
    color: #fabc57;
    font-size: 0.6rem;
    margin-top: 8px;
    flex-shrink: 0;
  }
  
  .card-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #fabc57 0%, rgba(255,193,7,0.3) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
  }
  
  .audience-card:hover .card-accent {
    transform: scaleX(1);
  }
  
  /* Center Image Hub */
  .image-hub {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 1s ease forwards 0.3s;
    opacity: 0;
  }
  
  .hub-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 80px rgba(0,0,0,0.15);
    border: 6px solid white;
    z-index: 2;
  }
  
  .hub-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }
  
  .hub-circle:hover .hub-image {
    transform: scale(1.1);
  }
  
  .hub-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, transparent 40%, rgba(255,193,7,0.3) 100%);
    pointer-events: none;
  }
  
  /* Connection Lines */
  .connection-line {
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, #fabc57 50%, transparent 100%);
    opacity: 0.4;
    z-index: 1;
    animation: pulseLine 2s ease-in-out infinite;
  }
  
  .line-1 {
    width: 150px;
    height: 2px;
    top: 140px;
    left: calc(50% - 220px);
    transform: rotate(-25deg);
    animation-delay: 0s;
  }
  
  .line-2 {
    width: 150px;
    height: 2px;
    top: 140px;
    right: calc(50% - 220px);
    transform: rotate(25deg);
    animation-delay: 0.5s;
  }
  
  .line-3 {
    width: 2px;
    height: 120px;
    left: calc(50% - 1px);
    bottom: 80px;
    background: linear-gradient(180deg, transparent 0%, #fabc57 50%, transparent 100%);
    animation-delay: 1s;
  }
  
  /* Center Badge */
  .hub-badge {
    position: absolute;
    bottom: 20px;
    background: white;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1a1a1a;
    z-index: 3;
    animation: float 3s ease-in-out infinite;
    border: 2px solid #fabc57;
  }
  
  .badge-icon {
    font-size: 1.2rem;
  }
  
  /* Connection Statement */
  .connection-statement {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 40px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    animation: fadeInUp 0.8s ease forwards 0.8s;
    opacity: 0;
    transform: translateY(20px);
  }
  
  .connection-statement p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin: 0;
  }
  
  .highlight-text {
    color: #fabc57;
    font-weight: 700;
  }
  
  /* Animations */
  @keyframes fadeInDown {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes fadeSlideIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes fadeIn {
    to { opacity: 1; }
  }
  
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
  }
  
  @keyframes pulseLine {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.7; }
  }
  
  /* Responsive Design */
  @media (max-width: 992px) {
    .hub-layout {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      gap: 40px;
      min-height: auto;
    }
    
    .card-talent,
    .card-hiring,
    .card-institutions {
      grid-column: 1 / 2;
      grid-row: auto;
      width: 100%;
      max-width: 500px;
      justify-self: center;
    }
    
    .image-hub {
      grid-column: 1 / 2;
      grid-row: auto;
      order: 2;
    }
    
    .card-talent { order: 1; }
    .card-hiring { order: 3; }
    .card-institutions { order: 4; }
    
    .hub-circle {
      width: 240px;
      height: 240px;
    }
    
    .connection-line {
      display: none;
    }
  }
  
  @media (max-width: 768px) {
    .audience-section {
      padding: 10px 20px 100px;
    }
    
    .audience-title {
      font-size: 1.75rem;
    }
    
    .audience-subtitle {
      font-size: 1rem;
    }
    
    .audience-card {
      padding: 28px 24px;
    }
    
    .hub-circle {
      width: 200px;
      height: 200px;
    }
    
    .hub-badge {
      font-size: 0.85rem;
      padding: 8px 16px;
    }
    
    .connection-statement {
      padding: 24px 20px;
    }
    
    .connection-statement p {
      font-size: 1rem;
    }
  }
  
  @media (max-width: 480px) {
    .audience-title {
      font-size: 1.6rem;
    }
    
    .card-title {
      font-size: 1.25rem;
    }
    
    .card-list li {
      font-size: 0.9rem;
    }
    
    .hub-circle {
      width: 180px;
      height: 180px;
    }
  }
  
  /* Audience Section Base end */
  
    /* ===== Footer Gold Theme ===== */
.footer-gold {
  background: linear-gradient(180deg, #1a1a2e 0%, #16213e 50%, #0f172a 100%);
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

/* Golden accent border at top */
.footer-gold-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f7b746, #ffb746, #f7a746, #f7b746);
  background-size: 300% 100%;
  animation: gradientShift 4s ease infinite;
  z-index: 1;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Subtle decorative particles */
.footer-gold::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(rgba(247, 183, 70, 0.03) 1px, transparent 1px),
    radial-gradient(rgba(247, 183, 70, 0.02) 1px, transparent 1px);
  background-size: 50px 50px, 35px 35px;
  background-position: 0 0, 25px 25px;
  pointer-events: none;
  z-index: 1;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

/* ===== Footer Main Grid ===== */
.footer-main {
  padding: 72px 0 48px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 48px 32px;
  align-items: start;
}

/* ===== Brand Section ===== */
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  text-decoration: none;
      background-color: #fff;
    border-radius: 15px;
    padding: 20px;
}

.logo-img {
  height: 44px;
  width: auto;
}

.logo-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
}

.text-gold {
  color: #f7b746;
  position: relative;
}

.text-gold::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #f7b746, transparent);
  border-radius: 2px;
  opacity: 0.6;
}

.footer-desc {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 28px;
  max-width: 300px;
  line-height: 1.7;
}

/* Social Icons with Gold Hover */
.footer-social {
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
}

.social-link {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f7b746, #ffb746);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.social-link:hover {
  transform: translateY(-4px) scale(1.05);
  color: #1a1a2e;
  box-shadow: 0 12px 30px rgba(247, 183, 70, 0.35);
}

.social-link:hover::before {
  opacity: 1;
}

/* App Badges */
.app-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.app-badge {
  display: inline-block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.app-badge img {
  height: 48px;
  width: auto;
  filter: brightness(0.95);
  transition: filter 0.3s ease;
}

.app-badge:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
}

/* ===== Link Columns ===== */
.footer-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 24px;
  position: relative;
  padding-bottom: 14px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #f7b746, transparent);
  border-radius: 2px;
}

.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.link-list a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.96rem;
  transition: all 0.28s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 22px;
}

.link-list a i {
  position: absolute;
  left: 0;
  color: #f7b746;
  font-size: 0.75rem;
  transition: transform 0.25s ease;
  opacity: 0.9;
}

.link-list a:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.link-list a:hover i {
  transform: translateX(-3px);
  color: #ffb746;
}

/* ===== Newsletter Section ===== */
.newsletter-desc {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 22px;
  line-height: 1.65;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

.input-wrapper {
  display: flex;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(247, 183, 70, 0.25);
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.35s ease;
}

.input-wrapper:focus-within {
  border-color: #f7b746;
  background: rgba(247, 183, 70, 0.08);
  box-shadow: 0 0 0 4px rgba(247, 183, 70, 0.15);
}

.input-wrapper i {
  padding: 0 16px;
  color: #fff;
  font-size: 1.1rem;
}

.input-wrapper input {
  flex: 1;
  padding: 15px 0;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 0.98rem;
  outline: none;
  margin:0;
}

.input-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.btn-subscribe {
  padding: 15px 22px;
  background: linear-gradient(135deg, #f7b746, #e6a53a);
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 700;
  transition: all 0.35s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 14px 14px 0;
}

.btn-subscribe:hover {
  background: linear-gradient(135deg, #e6a53a, #d4942e);
  transform: translateX(2px);
  box-shadow: 0 8px 25px rgba(247, 183, 70, 0.4);
}

.form-note {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  line-height: 1.5;
}

/* Contact Info */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.93rem;
}

.contact-item i {
  color: #f7b746;
  font-size: 1rem;
  margin-top: 4px;
  flex-shrink: 0;
}

.contact-item a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.25s ease;
}

.contact-item a:hover {
  color: #f7b746;
}

/* ===== Footer Bottom ===== */
.footer-bottom {
  background: rgba(10, 15, 30, 0.85);
  padding: 24px 0;
  border-top: 1px solid rgba(247, 183, 70, 0.15);
}

.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.legal-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.92rem;
  transition: all 0.28s ease;
  position: relative;
  padding: 4px 0;
}

.legal-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #f7b746;
  transition: width 0.3s ease;
  border-radius: 1px;
}

.legal-links a:hover {
  color: #ffffff;
}

.legal-links a:hover::after {
  width: 100%;
}

.payment-methods {
  display: flex;
  align-items: center;
  gap: 14px;
}

.payment-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.payment-methods img {
  height: 32px;
  width: auto;
  opacity: 0.85;
  transition: opacity 0.25s ease, transform 0.25s ease;
  filter: brightness(0.9) contrast(1.1);
}

.payment-methods img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

/* ===== Back to Top Button ===== */
.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7b746, #e6a53a);
  border: none;
  color: #1a1a2e;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 35px rgba(247, 183, 70, 0.45);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(25px);
  position: relative;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 16px 45px rgba(247, 183, 70, 0.6);
  background: linear-gradient(135deg, #e6a53a, #d4942e);
}

.back-to-top:active {
  transform: translateY(-2px) scale(0.98);
}

/* Tooltip */
.tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #1a1a2e;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #1a1a2e;
}

.back-to-top:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* ===== Responsive Design ===== */
@media (max-width: 1199px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px 40px;
  }
  
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .footer-main {
    padding: 56px 0 36px;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }
  
  .legal-links {
    justify-content: center;
  }
  
  .payment-methods {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .footer-desc {
    max-width: 100%;
  }
  
  .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .link-list a {
    justify-content: center;
  }
  
  .back-to-top {
    width: 50px;
    height: 50px;
    bottom: 24px;
    right: 24px;
  }
}

@media (max-width: 480px) {
  .footer-heading {
    font-size: 1.05rem;
  }
  
  .link-list a {
    font-size: 0.93rem;
    padding-left: 20px;
  }
  
  .input-wrapper input {
    padding: 14px 0;
    font-size: 0.95rem;
    margin:0;
  }
  
  .btn-subscribe {
    padding: 14px 18px;
    font-size: 1.1rem;
  }
  
  .app-badges {
    justify-content: center;
  }
  
  .footer-social {
    justify-content: center;
  }
}

/* ===== Accessibility Enhancements ===== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.footer-gold a:focus-visible,
.footer-gold button:focus-visible,
.footer-gold input:focus-visible {
  outline: 3px solid #f7b746;
  outline-offset: 3px;
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .footer-gold {
    background: #000;
    color: #fff;
  }
  
  .link-list a,
  .legal-links a {
    color: #fff;
  }
  
  .input-wrapper {
    border-color: #f7b746;
  }
}

/* Print styles */
@media print {
  .footer-gold {
    background: #fff !important;
    color: #000 !important;
  }
  
  .back-to-top,
  .footer-social,
  .newsletter-form {
    display: none;
  }
}
/* ===== Footer Gold Theme ===== */
 .navbar-actions  .btn-icon {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(247, 183, 70, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-size: 1.1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);;
    text-decoration: none;
}
  .notification-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ef4444;
    color:#ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
}
  #profile_name{
      display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
  }
  #profile_name p{
      font-weight:600;
  }
    /* Download App Section */
.download-app-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  overflow: hidden;
}

.app-download-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Badge */
.app-badgeapp {
  display: inline-flex;
    font-family: 'Open Sans', sans-serif;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(247, 183, 70, 0.15) 0%, rgba(247, 183, 70, 0.08) 100%);
  color: #d97706;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  border: 1px solid rgba(247, 183, 70, 0.3);
}

.app-badgeapp i {
  font-size: 1.1rem;
}

/* Title */
.app-title {
  font-size: 3rem;
  font-weight: 800;
    font-family: 'Open Sans', sans-serif;
  color: #0f172a;
  margin: 0 0 20px;
  line-height: 1.2;
}

.text-gold {
  background: linear-gradient(135deg, #f7b746 0%, #d97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

/* Description */
.app-description {
  font-size: 1.1rem;
    font-family: 'Open Sans', sans-serif;
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 540px;
}

/* Features List */
.app-features {
  font-family: 'Open Sans', sans-serif;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.app-features li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.app-features li i {
  width: 28px;
  height: 28px;
  color: #22c55e;
  font-size: 1.3rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.app-features li div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.app-features li strong {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

.app-features li span {
  font-size: 0.95rem;
  color: #64748b;
}

/* Download Buttons */
.app-download-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.app-store-btn,
.play-store-btn {
  font-family: 'Open Sans', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 28px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.app-store-btn {
  background: #000000;
  color: #ffffff;
}

.play-store-btn {
  background: linear-gradient(135deg, #f7b746 0%, #d97706 100%);
  color: #ffffff;
}

.app-store-btn:hover {
  background: #1a1a1a;
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.play-store-btn:hover {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(247, 183, 70, 0.4);
}

.app-store-btn i,
.play-store-btn i {
  font-size: 2.2rem;
}

.btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.btn-text span {
  font-size: 0.75rem;
  opacity: 0.9;
  font-weight: 500;
}

.btn-text strong {
  font-size: 1.2rem;
  font-weight: 700;
}

/* Phone Mockup */
.app-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-mockup {
  position: relative;
  width: 320px;
  height: 650px;
  z-index: 2;
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(15, 23, 42, 0.25);
  border: 12px solid #1e293b;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-frame {
  position: absolute;
  inset: -8px;
  border-radius: 48px;
  background: linear-gradient(135deg, #f7b746 0%, #d97706 100%);
  z-index: -1;
  opacity: 0.3;
}

/* Floating Cards */
.floating-cardapp {
  position: absolute;
    font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  padding: 16px 24px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
  z-index: 3;
  animation: float 3s ease-in-out infinite;
      width: 200px;
    height: 66px;
}

.floating-cardapp i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #ffffff;
}

.card-1 {
  top: 10%;
  left: -20px;
  animation-delay: 0s;
}

.card-1 i {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
}

.card-2 {
  bottom: 20%;
  right: -30px;
  animation-delay: 1s;
}

.card-2 i {
  background: linear-gradient(135deg, #22c55e 0%, #10b981 100%);
}

.card-3 {
  top: 50%;
  right: -40px;
  animation-delay: 2s;
}

.card-3 i {
  background: linear-gradient(135deg, #f7b746 0%, #d97706 100%);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Background Circles */
.app-bg-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(247, 183, 70, 0.1) 0%, rgba(37, 99, 235, 0.08) 100%);
  z-index: 1;
}

.circle-1 {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -200px;
}

.circle-2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  left: -100px;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .app-download-wrapper {
    gap: 60px;
  }
  
  .app-title {
    font-size: 2.5rem;
  }
  
  .phone-mockup {
    width: 280px;
    height: 580px;
  }
}

@media (max-width: 991px) {
  .download-app-section {
    padding: 80px 0;
  }
  
  .app-download-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .app-content {
    text-align: center;
  }
  
  .app-description {
    margin-left: auto;
    margin-right: auto;
  }
  
  .app-features {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .app-download-buttons {
    justify-content: center;
  }
  
  .app-visual {
    order: -1;
  }
  
  .phone-mockup {
    width: 260px;
    height: 540px;
  }
  
  .floating-cardapp {
    padding: 12px 18px;
    font-size: 0.85rem;
  }
  
  .floating-cardapp i {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  
  .card-1 { left: 0; }
  .card-2 { right: 0; }
  .card-3 { right: -20px; }
}

@media (max-width: 575px) {
  .app-title {
    font-size: 2rem;
  }
  
  .app-download-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .app-store-btn,
  .play-store-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
  
  .phone-mockup {
    width: 240px;
    height: 500px;
  }
  
  .floating-cardapp {
    display: none;
  }
}

/* Notification Overlay */
.notification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.notification-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Notification Sidebar */
.notification-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  max-width: 90vw;
  height: 100vh;
  background: #ffffff;
  z-index: 1050;
  box-shadow: -10px 0 40px rgba(15, 23, 42, 0.15);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.notification-sidebar.open {
  transform: translateX(0);
}

/* Sidebar Header */
.notif-sidebar-header {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.notif-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.notif-sidebar-header h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
}

.notif-count {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background: #2563eb;
  padding: 2px 8px;
  border-radius: 99px;
}

.notif-close-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f1f5f9;
  border: none;
  color: #64748b;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.notif-close-btn:hover {
  background: #e2e8f0;
  color: #0f172a;
}

/* Sidebar Body */
.notif-sidebar-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}

/* Notification Item */
.notif-item {
  display: flex;
  gap: 14px;
  padding: 14px;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-bottom: 8px;
  border: 1px solid transparent;
}

.notif-item:hover {
  background: #f8fafc;
  border-color: rgba(148, 163, 184, 0.15);
  transform: translateX(-2px);
}

.notif-item.unread {
  background: rgba(37, 99, 235, 0.04);
  border-left: 3px solid #2563eb;
}

.notif-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  flex-shrink: 0;
}

.notif-icon.bg-blue { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.notif-icon.bg-green { background: linear-gradient(135deg, #22c55e, #10b981); }
.notif-icon.bg-orange { background: linear-gradient(135deg, #f97316, #fb923c); }
.notif-icon.bg-purple { background: linear-gradient(135deg, #8b5cf6, #a78bfa); }

.notif-content {
  flex: 1;
  min-width: 0;
}

.notif-title {
  margin: 0 0 4px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.notif-desc {
  margin: 0 0 6px;
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notif-time {
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 500;
}

/* Sidebar Footer */
.notif-sidebar-footer {
  padding: 16px 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
  background: #f8fafc;
  flex-shrink: 0;
}

.btn-view-all {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #2563eb;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-view-all:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

/* Responsive */
@media (max-width: 480px) {
  .notification-sidebar {
    width: 100%;
    max-width: 100vw;
  }
}
/*dashboard sidebar*/
     .sidebar-wrapper {
      max-width: 320px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    /* Profile Card */
    .profile-card {
      background: #ffffff;
      border-radius: 20px;
      padding: 24px 20px;
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
      overflow: visible;
    }

    .profile-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    }

    /* Progress Ring Container */
    .progress-ring-wrapper {
      position: relative;
      width: 96px;
      height: 96px;
      margin-bottom: 16px;
    }

    .progress-ring {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: rotate(-90deg);
    }

    .progress-ring__circle-bg {
      fill: none;
      stroke: #e2e8f0;
      stroke-width: 6;
    }

    .progress-ring__circle {
      fill: none;
      stroke: #22c55e;
      stroke-width: 6;
      stroke-linecap: round;
      stroke-dasharray: 251.2;
      stroke-dashoffset: 45.216;
      transition: stroke-dashoffset 0.6s ease;
      animation: progressFill 1s ease-out forwards;
    }

    @keyframes progressFill {
      from { stroke-dashoffset: 251.2; }
      to { stroke-dashoffset: 45.216; }
    }

    .profile-image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 76px;
      height: 76px;
      border-radius: 50%;
      object-fit: cover;
      border: 4px solid #ffffff;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 600;
      overflow:hidden;
    }

    .progress-percentage {
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      background: #22c55e;
      color: #ffffff;
      font-size: 0.7rem;
      font-weight: 700;
      padding: 2px 8px;
      border-radius: 10px;
      white-space: nowrap;
      box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);
    }

    .user-name {
      font-size: 1.1rem;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 4px;
      line-height: 1.3;
    }

    .user-role {
      font-size: 0.9rem;
      color: #64748b;
      font-weight: 500;
      margin-bottom: 2px;
    }

    .company-name {
      font-size: 0.85rem;
      color: #febf5a;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .last-updated {
      font-size: 0.75rem;
      color: #94a3b8;
      margin-bottom: 16px;
    }

    .complete-profile-btn {
      width: 100%;
      padding: 12px 16px;
      background: linear-gradient(135deg, #febf5a 0%, #febf5a 100%);
      color: #ffffff;
      border: none;
      border-radius: 12px;
      font-size: 0.9rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25);
    }

    .complete-profile-btn:hover {
      transform: translateY(-2px);
      box-shadow:0 6px 24px rgb(255 237 181);
      background: #000;
      
    }

    .complete-profile-btn:active {
      transform: translateY(0);
    }

    

    
  
     

    /* Sidebar Menu */
    .sidebar-menu {
      background: #ffffff;
      border-radius: 20px;
      padding: 12px 8px;
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .menu-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px 16px;
      border-radius: 12px;
      color: #475569;
      font-size: 0.95rem;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.25s ease;
      cursor: pointer;
    }

    .menu-item:hover {
      background: rgba(37, 99, 235, 0.08);
      color: #2563eb;
    }

    .menu-item.active {
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(59, 130, 246, 0.18) 100%);
      color: #2563eb;
      font-weight: 600;
    }

    .menu-icon {
      width: 20px;
      text-align: center;
      font-size: 1rem;
      transition: transform 0.25s ease;
    }

    .menu-item:hover .menu-icon {
      transform: translateX(2px);
    }

    .menu-item.active .menu-icon {
      color: #2563eb;
    }

    /* Responsive */
    @media (max-width: 480px) {
      body {
        padding: 16px;
      }
      
      .sidebar-wrapper {
        max-width: 100%;
      }
      
      .profile-card,
      .performance-card {
        padding: 20px 16px;
      }
      
      .progress-ring-wrapper {
        width: 84px;
        height: 84px;
      }
      
      .profile-image {
        width: 66px;
        height: 66px;
        font-size: 1.5rem;
      }
      
      .user-name {
        font-size: 1rem;
      }
      
      .stat-value {
        font-size: 1.1rem;
      }
      
      .performance-stats {
        gap: 12px;
      }
      
      .stat-item {
        padding-right: 12px;
      }
    }

    /* Accessibility */
    @media (prefers-reduced-motion: reduce) {
      * {
        animation: none !important;
        transition: none !important;
      }
    }

    /* Focus states */
    .complete-profile-btn:focus-visible,
    .menu-item:focus-visible,
    .boost-card:focus-visible {
      outline: 3px solid #2563eb;
      outline-offset: 2px;
    }
/*dashboard sidebar*/

/*events page css*/

/*events page css end*/
  @keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.4); }
    50% { box-shadow: 0 0 0 10px rgba(255, 193, 7, 0); }
  }
  
/* Organisation job employer management (applications, shortlisted, related profiles) */
.job-employer-topbar {
  background: #ffc107;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.job-employer-back {
  color: #1a1a1a;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
}
.job-employer-back:hover {
  color: #000;
}
.job-employer-topbar-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.job-employer-content {
  padding: 28px 0 48px;
}
.job-employer-page-body {
  background: #f6f7fb;
}
.job-employer-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: #fff;
  border-top: 2px solid #ffc107;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  padding: 12px 0 calc(12px + env(safe-area-inset-bottom, 0px));
}
.job-employer-bar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.job-employer-bar-grid .w-100 {
  grid-column: 1 / -1;
}
body.has-job-employer-bar {
  padding-bottom: 120px;
}
.employer-role-tabs {
  display: flex;
  gap: 10px;
}
.employer-role-tab {
  flex: 1;
  border: 1px solid #e5e7eb;
  border-top: 3px solid #e5e7eb;
  background: #fafafa;
  border-radius: 10px;
  padding: 11px 8px;
  font-weight: 500;
  color: #6b7280;
  transition: background 0.15s, border-color 0.15s;
}
.employer-role-tab.active {
  background: #fff;
  border-top-color: #ffc107;
  color: #1a1a1a;
  font-weight: 600;
}
.employer-applicant-card {
  background: #fff;
  border-radius: 16px;
  border-top: 2px solid #ffc107;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 16px;
  margin-bottom: 16px;
}
.employer-applicant-card-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}
.employer-applicant-avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ffc107;
}
.employer-applicant-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employer-applicant-meta {
  flex: 1;
  min-width: 0;
}
.employer-applicant-name {
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}
.employer-applicant-name:hover {
  text-decoration: underline;
}
.employer-applicant-subtitle {
  font-size: 0.85rem;
  color: #6b7280;
}
.employer-applicant-time {
  font-size: 0.8rem;
  color: #9ca3af;
  white-space: nowrap;
}
.employer-applicant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.employer-status-pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 8px;
  background: #f3f4f6;
  font-size: 0.85rem;
  font-weight: 500;
  color: #374151;
}
.related-profile-card {
  background: #fff;
  border: 1px solid #e8eaef;
  border-radius: 12px;
  margin-bottom: 12px;
}
.related-profile-card-inner {
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  align-items: flex-start;
}
.related-profile-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.related-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-profile-body {
  flex: 1;
  min-width: 0;
}
.related-profile-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
}
.related-profile-name {
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}
.related-profile-name:hover {
  text-decoration: underline;
}

/* Job board pages — match candidate-listing layout */
.job-board-hero .jobs-hero-wrapper {
  position: relative;
}
.job-board-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 16px;
  font-size: 0.95rem;
}
.job-board-back-link:hover {
  color: #1a1a1a;
}
.job-board-section {
  padding-top: 32px;
  padding-bottom: 48px;
}
.candidate-list-meta-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.candidate-list-meta-actions .candidate-badge {
  text-align: center;
  justify-content: center;
}
.candidate-list-item .candidate-list-avatar a {
  display: block;
  width: 100%;
  height: 100%;
}
.track-job-summary-card .track-job-logo-wrap img {
  object-fit: contain;
  background: #f8fafc;
  padding: 8px;
}
.track-timeline-section {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.track-timeline-section .track-timeline-card {
  border-radius: 26px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}
.track-job-sidebar-logo {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.18);
}
.track-job-sidebar-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
.job-board-section .employer-role-tabs {
  max-width: none;
}
@media (max-width: 767px) {
  .candidate-list-item {
    flex-direction: column;
  }
  .candidate-list-meta {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .job-employer-bar {
    display: none !important;
  }
  body.has-job-employer-bar {
    padding-bottom: 0;
  }
}

.job-seeker-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: #fff;
  border-top: 2px solid #ffc107;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  padding: 12px 0 calc(12px + env(safe-area-inset-bottom, 0px));
}
.job-seeker-bar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
body.has-job-seeker-bar {
  padding-bottom: 88px;
}
@media (min-width: 992px) {
  .job-seeker-bar {
    display: none !important;
  }
  body.has-job-seeker-bar {
    padding-bottom: 0;
  }
}

.application-track-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.application-track-item {
  display: flex;
  gap: 14px;
}
.application-track-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 34px;
  flex-shrink: 0;
}
.track-node {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.track-node-check {
  background: #ffc107;
  border: 2px solid #ffc107;
  color: #fff;
  font-size: 12px;
}
.track-node-rejected {
  background: #fff;
  border: 2px solid #dc3545;
  color: #dc3545;
  font-size: 12px;
}
.track-node-pending {
  background: #fff;
  border: 2px solid #d1d5db;
}
.track-node-trophy {
  background: #fff;
  border: 2px solid #ffc107;
  color: #ffc107;
  font-size: 12px;
}
.track-line {
  flex: 1;
  width: 2px;
  min-height: 28px;
  margin: 4px 0;
  background: #d1d5db;
}
.track-line-done {
  background: #ffc107;
}
.application-track-body h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 4px;
}
.application-track-body p {
  margin: 0;
  color: #6b7280;
  font-size: 0.9rem;
}
.track-job-summary .track-job-logo {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.track-job-summary .track-job-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.application-footer .d-flex.gap-2 {
  margin-left: auto;
}

  .btn-outline-primary {
    background: #fff !important;
    border: 1.5px solid #ffb031 !important;
    color: #ffb031 !important;
 
    border-radius: 18px;

}
#jdMapCard .btn-outline-secondary:hover {
    background: #fff7e2 !important;
    transform: translateY(-2px);
}

/*top companies are hiring new css*/
/* --- SECTION CONTAINER & HEADER --- */
.company-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif; /* Clean modern typography */
}

/* Screenshot layout ke liye text ko left-align kiya */
.company-section .titleTop {
  text-align: left !important;
  margin-bottom: 40px;
  position: relative;
}

/* "PARTNER NETWORK" Subtitle styling */
.company-section .titleTop .subtitle {
  font-size: 13px;
  font-weight: 700;
  color: #b58900; /* YellowPin amber color */
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

/* Main Heading Title */
.company-section .titleTop h3 {
  font-size: 32px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

/* --- MAIN COMPANY CARD STYLING --- */
.company-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  border: 1px solid #fec25b; /* Super thin soft border */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015); /* Clean subtle shadow */
  display: flex;
  flex-direction: column;
  align-items: center; /* Screenshot jaisa completely centered design */
  text-align: center;
  text-decoration: none !important; /* Hyperlink underline hatane ke liye */
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth Hover Animation */
.company-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.04), 0 10px 10px -5px rgba(0, 0, 0, 0.01);
}

/* --- COMPANY LOGO CONTAINER --- */
.company-logo {
       border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 12px;
    border-radius: 73%;
    background-color: #fff7e9;
    width: 150px;
    height: 150px;
}

.company-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  /* Agar image building icon jaisi na ho, toh black-and-white look ke liye snippet (optional): */
  /*filter: grayscale(1) opacity(0.7); */
}

/* --- COMPANY NAME (H5) --- */
.company-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
  line-height: 1.4;
}

/* --- META TEXT (Direct organization / Consultancy) --- */
.company-meta {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 20px;
  font-weight: 400;
}

/* Existing Map Icon ko layout saaf rakhne ke liye hide kiya */
.company-meta i {
  display: none !important;
}

/* --- OPEN JOBS CAPSULE (Amber Tag) --- */
.company-openings {
  background-color: #fef3c7; /* Screenshot jaisa light amber background */
  color: #b45309; /* Dark amber text color */
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 6px; /* Soft rectangular corners code format me */
  margin-top: auto; /* Box contents ko align karke hamesha bottom me stretch rakhega */
  display: inline-block;
}

/* Existing Briefcase Icon ko hide kiya */
.company-openings i {
  display: none !important;
}

/* --- VIEW ALL LINK/BUTTON STYLING --- */
/* Bottom default button block ko hide karke top right me shift karne ki setting */
.company-viewall {
  margin-top: 30px;
}

.company-viewall .btn-primary, .company-viewall .btn {
  background-color: transparent!important;
  border: none !important;
  color: #f9a824 !important;
  font-weight: 600;
  font-size: 15px;
  box-shadow: none !important;
  padding: 0;
}

.company-viewall .btn-primary:hover {
  text-decoration: underline !important;
}

/* --- 100% RESPONSIVE GRID CONTROL --- */
/* Mobile, tablets aur high-res screens par grid auto-adjust ho jayega layout crash nahi karega */
@media (min-width: 992px) {
  /* Desktop screen par top-right inline me 'View All' push karne ka clean bypass technique */
  .company-section .container {
    position: relative;
  }
  .company-viewall {
    position: absolute;
    top: 15px;
    right: 12px;
    margin: 0;
  }
  .company-viewall .btn-primary::after {
    content: ' →'; /* Right arrow integration text style ke baad */
  }
}

@media (max-width: 991.98px) {
  .company-section {
    padding: 60px 0;
  }
  .company-section .titleTop {
    text-align: center !important; /* Mobile par sections looks better centered */
  }
  .company-section .titleTop h3 {
    font-size: 26px;
  }
  .company-card {
    padding: 24px 16px;
  }
}

/*top companies are hiring new css*/
/*browse jobs by categories css*/
/* --- CONTAINER HEADING STYLING --- */
.category-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

.category-section .titleTop {
  margin-bottom: 50px;
}

.category-section .titleTop .subtitle {
  font-size: 13px;
  font-weight: 700;
  color: #c49619; /* YellowPin Theme color scheme */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.category-section .titleTop h3 {
  font-size: 36px;
  font-weight: 600;
  color: #111827;
}

/* --- THE PERFECT MASONRY GRID LAYOUT --- */
.category-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Standard Desktop Layout Grid */
  grid-auto-rows: 210px; /* Synchronized cell baseline row block height */
  gap: 24px;
  width: 100%;
}

/* --- GENERIC CARD TEMPLATE DESIGN --- */
.custom-cat-card {
  border-radius: 24px; /* Perfectly premium rounded profiles */
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}

.custom-cat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.04);
}

.custom-cat-card h5 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.cat-opportunities-count {
  font-size: 14px;
  font-weight: 500;
}

/* Absolute Floating Corner Badges */
.cat-icon-circle {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* --- MASONRY ORDER & DESIGN MATRIX (DESKTOP GRID MAPPING) --- */

/* 1. White Cards Style Framework (Internships, Freshers, Trainees) */
.white-card {
  background-color: #ffffff;
  border: 1px solid #f1f5f9;
}
.white-card h5 { color: #111827; }
.white-card .cat-opportunities-count { color: #9ca3af; }
.white-card .cat-icon-circle { background-color: #f9fafb; color: #4b5563; border: 1px solid #f3f4f6; }

/* 2. Apprenticeships Specific Box (Dark Blue Center Tall block) */
.dark-card.tall-card {
  background-color: #1a1e36; /* Exact blueprint blueprint texture color */
  grid-column: 2;
  grid-row: 1 / span 2; /* Span across row cell levels perfectly */
  height: 100%;
}
.dark-card.tall-card h5 { color: #ffffff; }
.dark-card.tall-card .cat-opportunities-count { color: #94a3b8; }
.dark-card.tall-card .cat-icon-circle { background-color: rgba(255, 255, 255, 0.08); color: #ffffff; }

/* Desktop Grid Alignment overrides for items below */
.internship-box { grid-column: 1; grid-row: 1; }
.fresher-box     { grid-column: 3; grid-row: 1; }
.trainee-box     { grid-column: 1; grid-row: 2; }

/* 3. Experienced Roles (Bottom Right Yellow Master Block) */
.yellow-card.wide-card {
  background-color: #f7bd4c; /* Exact dashboard yellow hue mapping */
  grid-column: 3;
  grid-row: 2;
}
.yellow-card.wide-card h5 { color: #453003; }
.yellow-card.wide-card .cat-opportunities-count { color: #785711; }
.yellow-card.wide-card .cat-icon-circle { background-color: rgba(0, 0, 0, 0.05); color: #453003; }
/* --- BASE CARD BORDER FIX (To prevent layout shaking) --- */
.custom-cat-card {
  border: 1px solid #e5e7eb !important; /* Normal state me bilkul patli light gray border jise Third Box me hai */
  transition: border 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transform: none !important; /* Screenshot me card upar nahi uth raha hai, isliye transform hata diya */
}

/* --- PERFECT HOVER EFFECT MATCHING THE FIRST BOX --- */

/* 1. White Cards Hover (Internships, Fresher, Trainee) */
.white-card:hover {
  border: 2px solid #111827 !important; /* Border moti aur solid dark ho jayegi */
  padding: 34px; /* Border 2px hone par content shake na ho, isliye padding 1px kam ki */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important; /* Halgi si depth shadow */
}

/* 2. Apprenticeships Dark Card Hover (Center Tall Block) */
.dark-card.tall-card:hover {
  border: 2px solid #9ca3af !important; /* Dark card par soft light gray border trigger hogi */
  padding: 34px;
}

/* 3. Experienced Roles Yellow Card Hover (Bottom Right Block) */
.yellow-card.wide-card:hover {
  border: 2px solid #453003 !important; /* Yellow card par matching deep brown border aayega */
  padding: 34px;
}

/* --- 100% RESPONSIVE ADAPTABILITY MATRIX --- */

/* Tablets Screens adjustments */
@media (max-width: 991.98px) {
  .category-grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2 balanced columns framework */
    grid-auto-rows: 180px;
  }
  
  /* Resetting absolute cells back into flow stream */
  .internship-box, .fresher-box, .trainee-box, .yellow-card.wide-card {
    grid-column: auto;
    grid-row: auto;
  }
  .dark-card.tall-card {
    grid-column: span 1;
    grid-row: span 1;
    height: auto;
  }
}

/* Mobile Screens configurations */
@media (max-width: 575.98px) {
  .category-section { padding: 50px 0; }
  .category-section .titleTop h3 { font-size: 26px; }
  
  .category-grid-container {
    grid-template-columns: 1fr; /* Pure continuous single block structure stream */
    gap: 16px;
    grid-auto-rows: auto;
  }
  .custom-cat-card {
    padding: 25px;
    min-height: 140px;
  }
  .custom-cat-card h5 { font-size: 22px; }
}

/*browse jobs by categories css*/


/*how yellowpin works*/
 /* ====================================
   HOW IT WORKS - SAME AS SCREENSHOT
==================================== */

.howit-section {
    /*background: #f7f8fc;*/
    padding: 110px 0;
    overflow: hidden;
}

.howit-section .container {
    max-width: 1280px;
}

/* ----------------
   TITLE
---------------- */

.howit-section .titleTop {
 text-align:left;
    margin-bottom: 30px;
    max-width: 620px;
}

.howit-section .subtitle {
    color: #fabc57;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.howit-section h3 {
   font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #0e1b3d;
    margin-bottom: 18px;
}

.howit-section .titleTop p {
    font-size: 18px;
    line-height: 1.9;
    color: #5e6472;
    margin-bottom: 10px;
}

/* ----------------
   GRID
---------------- */

.howit-grid {
    position: relative;
    max-width: 720px;
}

/* ----------------
   STEP
---------------- */

.howit-grid .col-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin:8px 0px;
}

.howit-card {
   display: flex;
    /* align-items: center; */
    gap: 18px;
    flex-direction: row;
    justify-content: flex-start;
}

/* ----------------
   ICON CIRCLE
---------------- */

.howit-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    background: #f7bd4c;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(243, 186, 47, 0.2);
}

.howit-icon i {
    font-size: 18px;
    color: #111;
}

/* ----------------
   CONTENT
---------------- */

.howit-card h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    color: #0e1b3d;
    margin-bottom: 0px;
    text-align:left;
}

.howit-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #5e6472;
    margin: 0;
    max-width: 500px;
}

/* ====================================
   RIGHT SIDE IMAGE (FAKE IMAGE BOX)
==================================== */

.howit-section .container {
    position: relative;
}

/* create screenshot style yellow image box */

.howit-section .container::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 470px;
    height: 520px;
    border-radius: 38px;
    background:
        linear-gradient(rgb(247 189 76 / 29%), rgb(247 189 76 / 0%)), url(http://yellow-pin.com/template/images/how-it-works.png);
    background-size: cover;
    background-position: center;
}

/* ====================================
   RESPONSIVE
==================================== */

@media (max-width: 1200px) {

    .howit-section h3 {
        font-size: 48px;
    }

    .howit-section .container::after {
        width: 390px;
        height: 470px;
    }

}

@media (max-width: 991px) {

    .howit-section {
        padding: 80px 0;
    }

    .howit-section .titleTop {
        text-align: center !important;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .howit-grid {
        max-width: 100%;
    }

    .howit-section .container::after {
        position: relative;
        display: block;
        width: 100%;
        max-width: 500px;
        height: 420px;
        margin: 60px auto 0;
        top: auto;
        right: auto;
    }

}

@media (max-width: 767px) {

    .howit-section {
        padding: 65px 0;
    }

    .howit-section h3 {
        font-size: 34px;
    }

    .howit-section .titleTop p {
        font-size: 16px;
    }

    .howit-card {
        gap: 18px;
    }

    .howit-card h4 {
        font-size: 24px;
    }

    .howit-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .howit-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }

    .howit-section .container::after {
        height: 340px;
        border-radius: 28px;
    }

}

@media (max-width: 575px) {

    .howit-section h3 {
        font-size: 28px;
    }

    .howit-card h4 {
        font-size: 21px;
    }

    .howit-section .container::after {
        height: 280px;
    }

}
/*how yellowpin works*/


/*new featured jobs section*/
/* =========================================
   FEATURED JOBS SECTION
========================================= */

.featured-jobs {
    margin-top: 55px;
}

/* =========================
   SECTION TITLE
========================= */

 .featured_jobs .titleTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 15px;
}

.featured_jobs .titleTop .subtitle {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffc65d;
    margin-bottom: 10px;
        text-align: left;
}

.featured_jobs .titleTop h3 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    color: #0d1b3d;
    margin: 0;
}

.featured_jobs .titleTop h3 span {
    color: #f0b429;
}

/* =========================
   JOB CARD
========================= */

.job-card {
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 24px;
    padding: 28px;
    height: 100%;
    transition: all 0.35s ease;
    overflow: hidden;
}

/* hover */

.job-card:hover {
    transform: translateY(-6px);
    border-color: #f0b429;
    box-shadow: 0 18px 45px rgba(0,0,0,0.06);
}

/* =========================
   STATUS
========================= */

.job-card-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    font-size: 13px;
    font-weight: 600;
    color: #0d1b3d;
}

.job-card-status-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #f4f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-card-status-icon i {
    color: #ffc65d;
    font-size: 20px;
}

/* =========================
   JOB TITLE
========================= */

.job-card-title {
    margin-bottom: 14px;
}

.job-card-title a {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    color: #0d1b3d;
    text-decoration: none;
    transition: 0.3s;
}

.job-card-title a:hover {
    color: #f0b429;
}

/* =========================
   LOCATION
========================= */

.job-card-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #667085;
    margin-bottom: 28px;
}

.job-card-location i {
    color: #ffc65d;
}

/* =========================
   FOOTER
========================= */

.job-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
}

/* meta */

.job-card-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.job-card-date {
    font-size: 14px;
    color: #98a2b3;
}

.job-card-company {
    font-size: 16px;
    font-weight: 600;
    color: #0d1b3d;
}

/* logo */

.job-card-logo {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.job-card-logo img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

/* =========================
   BUTTON
========================= */

.category-viewall {
    margin-top: 55px;
}
 

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

   .featured_jobs .titleTop h3 {
        font-size: 44px;
    }

   .featured_jobs .job-card {
        padding: 24px;
    }

   .featured_jobs .job-card-title a {
        font-size: 21px;
    }

}

@media (max-width: 991px) {

    .featured-jobs {
        margin-top: 40px;
    }

   .featured_jobs .titleTop {
        margin-bottom: 35px;
    }

   .featured_jobs .titleTop h3 {
        font-size: 38px;
    }

    .featured_jobs .job-card-title a {
        font-size: 20px;
    }

}

@media (max-width: 767px) {

   .featured_jobs .titleTop {
        text-align: center;
        justify-content: center;
    }

  .featured_jobs  .titleTop h3 {
        font-size: 32px;
    }

    .job-card {
        border-radius: 20px;
        padding: 22px;
    }

    .job-card-status-icon {
        width: 46px;
        height: 46px;
    }

    .job-card-title a {
        font-size: 19px;
    }

    .category-viewall {
        margin-top: 40px;
    }

}

@media (max-width: 575px) {

   .featured_jobs .titleTop h3 {
        font-size: 28px;
    }

    .job-card {
        padding: 20px;
    }

    .job-card-location {
        font-size: 14px;
    }

    .job-card-company {
        font-size: 15px;
    }

    .category-viewall .btn-primary {
        width: 100%;
    }

}

/*new featued jobs section*/

















