.top-header {
	background-color: white;
	color: var(--primary-blue);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 5px 20px;
}
.top-header h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 20px;
	text-align: center;
}
.icon {
	font-size: 32px;
	background-color: var(--primary-blue);
	color: white;
	width: 70px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.left-section a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: underline;
}

.left-section .icon {
	width: 20px;
	height: 20px;
}
.right-section {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: end;
}
.contact i {
	margin-right: 6px;
}

.change a {
	color: #fff;
}

@media (max-width: 768px) {
	.change a {
		font-size: 12px;
	}
}

#utf-header-container-block {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#header {
	transition: background 0.3s;
}

#wrapper {
	padding-top: 82px;
}

@media (max-width: 1099px) {
	#wrapper {
		padding-top: 0 !important;
	}

	#utf-header-container-block {
		position: relative;
	}
}

/* ---------------------------------- */
/* Header
------------------------------------- */
#logo {
	display: inline-block;
	height: 100%;
	vertical-align: top;
	padding-right: 30px;
	margin-right: 20px;
}

#logo img {
	height: 60px;
	width: auto;
	top: 50%;
	position: relative;
	transform: translate3d(0, -50%, 0);
}

#header {
	position: relative;
	z-index: 999;
	padding: 0;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
	font-size: 16px;
	height: 82px;
	/* background-color: #ffffff; */
	background-color: var(--primary-blue); /*var(--light-pink);*/
}

#header .utf-right-side,
#header .utf-left-side {
	height: 100%;
}

#header .container {
	position: relative;
	height: 100%;
}

#header .utf-left-side {
	float: left;
	width: 100%;
	display: inline-block;
	position: relative;
	flex: 1;
}

#header .utf-right-side {
	float: right;
	text-align: right;
	width: auto;
	display: inline-block;
	position: absolute;
	right: 25px;
	/* background-color: #fff; */
	flex: 1;
}

/* Header Widget
------------------------------------- */
.utf-header-widget-item {
	display: inline-block;
	height: 100%;
	padding: 0 15px;
	text-align: left;
	float: left;
}

.utf-header-widget-item:last-of-type {
	padding-right: 0;
	margin-right: -10px;
}

.utf-header-widget-item .log-in-button {
	background: var(--dark-pink);
	position: relative;
	top: 50%;
	border-radius: 40px;
	transform: translateY(-50%);
	transition: 0.3s;
	color: #ffffff;
	/* border: 2px solid #000000; */
	padding: 7px 15px;
	display: block;
	margin: 0 -3px;
	min-width: 116px;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
}

.utf-header-widget-item .log-in-button:hover {
	background: transparent;
	border: 2px solid white;
}

.utf-header-widget-item .log-in-button i {
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: 2px;
	margin-right: 4px;
	margin-left: 0px;
	color: #ffffff;
	transition: 0.3s;
}

.utf-header-widget-item .log-in-button:hover,
.utf-header-widget-item .log-in-button:hover i {
	/* color: var(--primary-blue); */

	color: white;
}

@media (max-width: 767px) {
	.utf-header-widget-item .log-in-button span {
		display: none;
	}

	.utf-header-widget-item .log-in-button i {
		font-size: 20px;
		top: 3px;
	}

	.utf-header-widget-item .log-in-button {
		border-radius: 40px;
		height: 44px;
		width: 44px;
		text-align: center;
		min-width: auto;
		padding: 0;
		line-height: 40px;
		right: 30px;
	}
}

/* ---------------------------------- */
/* Transparent Header
------------------------------------- */

@media (max-width: 1099px) {
	/* #responsive {
		display: none;
	} */
	#logo {
		border: none;
	}
	#logo img {
		border: none;
		max-width: 130px;
		height: auto;
	}
}

@media (max-width: 359px) {
	#logo img {
		border: none;
		max-width: 120px;
		height: auto;
	}
}
@media (max-width: 767px) {
	#logo {
		padding-right: 0px;
		margin-right: 20px;
	}
}

/* ---------------------------------- */
/* Navigation
------------------------------------- */

#navigation {
	position: relative;
	display: inline-block;
	margin-top: 23px;
	height: 32px;
	/* width: 44%; */
	width: 65%;
}
#navigation ul li a.current {
	background: var(--dark-pink);
	color: white;
	border-radius: 50px;
}

#navigation ul {
	list-style: none;
}

#navigation ul a {
	display: block;
	text-decoration: none;

	font-size: 16px;
	line-height: 23px;
	font-weight: 500;
	padding: 4px 10px;
	border-radius: 4px;
}

#navigation ul li {
	position: relative;
	float: left;
	/* margin: 0;
	padding: 0; */
}

#navigation ul li ul li.active a {
	color: var(--primary-blue);
}

#navigation ul ul li a {
	color: var(--primary-blue);
	cursor: pointer;
}
.mybg {
	color: white !important;
}
#navigation ul li:hover .mybg {
	background: var(--dark-pink);
	border-radius: 50px;
}

/*mega menu start*/
.nav-item {
	position: relative;
}

.nav-item .dropdown-menu {
	display: none;
	position: absolute;
	/* left: -260%; */
	top: 100%;
	background: #fff;
	padding: 20px;
	min-width: 350px;
	border-radius: 40px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}

.nav-item:hover .dropdown-menu {
	display: block;
}

.dropdown-menu .row {
	margin-left: 0;
	margin-right: 0;
    display: flex;
    flex-direction: row;
}

.dropdown-menu .row > div {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.mega-left img {
	width: 20%;
	height: auto;
	margin-bottom: 10px;
}

.jobseeker-img {
	height: 50% !important;
	object-fit: cover;
	object-position: top;
}

.mega-left h5 {
	font-size: 16px;
	margin-bottom: 5px;
}

.mega-left p {
	font-size: 14px;
	margin-bottom: 10px;
}

.mega-right h6 {
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
}

.mega-right ul {
	list-style: none;
	padding: 0;
}

.mega-right ul li {
	margin-bottom: 6px;
}

.mega-right ul li a {
	text-decoration: none;
	color: #333;
	transition: 0.2s;
}

.mega-right ul li a:hover {
	color: #007bff;
}

.mega-menu-btn {
	background-color: var(--primary-blue) !important;
	color: white !important;
	width: 100% !important;
}
.mega-menu-btn:hover {
	background-color: var(--dark-pink) !important;
	color: var(--primary-blue) !important;
}

.category-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.category-list li i {
	opacity: 0;
	visibility: hidden;

	transition: opacity 0.3s ease, visibility 0.3s ease;
	color: #fff;
}

.category-list li:hover i,
.category-list li.active i {
	opacity: 1;
	visibility: visible;
	color: var(--background-light);
	background-color: var(--primary-blue);
	padding: 7px;
	border-radius: 50%;
}

.category-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 16px;
	border-radius: 5px;
	transition: all 0.3s;
	cursor: pointer;
	font-size: 14px !important;
}

.dynamic-content {
	display: none;
}
.dynamic-content a {
	font-size: 14px !important;
}
.dynamic-content.active {
	display: block !important;
}
.mega-menu ul {
	padding: 0%;
	margin: 0%;
}

.dynamic-content a:hover {
	color: var(--dark-pink) !important;
}
.dynamic-content ul {
	display: flex;
	flex-direction: column;
}
.dynamic-content .see-all-sectors {
	gap: 10px !important;
	display: flex !important;
	align-items: center !important;
	background: var(--primary-blue);
	color: white !important;
	border-radius: 20px !important;
	width: 50% !important;
}
.dynamic-content h6 {
	color: var(--dark-pink);
}
.mega-menu-2 {
	left: -430% !important;
}
.mega-menu-1 {
	/* max-height: 350px; */
    max-width: 20%;
    /* margin-top: 20px; */
}
.dynamic-content ul,
.dynamic-content ul li,
.dynamic-content ul li a:not(.see-all-sectors) {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/*mega menu end*/

/* new side bar user profile starts*/
.profile-sidebar {
	position: fixed;
	top: 0;
	right: -100%;
	width: 350px;
	height: 100%;
	background-color: white;
	box-shadow: -4px 0 10px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	transition: right 0.3s ease-in-out;
	font-family: "Poppins", sans-serif;
}

.profile-sidebar.open {
	right: 0;
}

/* Header */
.profile-header {
	display: flex;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #eee;
	background-color: #f8f9fc;
}

.profile-initial {
	width: 50px;
	height: 50px;
	background-color: var(--background-light, #f0f0f0);
	border-radius: 50%;
	font-size: 22px;
	color: #333;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.profile-info h5 {
	margin: 0;
	font-size: 16px;
	color: var(--primary-blue);
	font-weight: 600;
}
.profile-info p {
	margin: 0;
	font-size: 13px;
	color: #555;
}
.profile-link {
	font-size: 13px;
	color: var(--dark-pink);
	text-decoration: underline;
}

/* Close button */
.close-btn {
	margin-left: auto;
	background: none;
	border: none;
	font-size: 26px;
	color: #999;
	cursor: pointer;
}

/* Actions */
.profile-actions {
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.profile-actions a {
	color: var(--dark-pink);
	font-weight: 500;
	margin-bottom: 10px;
	text-decoration: none;
}

/* Footer */
.profile-footer {
	margin-top: auto;
	padding: 20px;
	border-top: 1px solid #eee;
	background-color: #f8f9fc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.profile-footer small {
	color: #666;
	font-size: 12px;
}
.profile-footer span {
	font-size: 13px;
	color: var(--primary-blue);
}
.signout-btn {
	background-color: #f44336;
	color: white;
	padding: 8px 20px;
	border-radius: 25px;
	font-weight: 500;
	text-decoration: none;
}

/* new side bar user profile end*/

/* Button reset */
.mmenu-trigger button {
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

/* Box & bars */
.utf-hamburger-box-item {
	width: 28px;
	height: 20px;
	display: inline-block;
	position: relative;
}

.utf-hamburger-inner-item,
.utf-hamburger-inner-item::before,
.utf-hamburger-inner-item::after {
	content: "";
	position: absolute;
	left: 0;
	width: 28px;
	height: 2px;
	background: #fff; /* header dark hai, isliye white bars */
	transition: transform 0.25s ease, top 0.25s ease, opacity 0.2s ease;
}

.utf-hamburger-inner-item {
	top: 50%;
	transform: translateY(-50%);
}
.utf-hamburger-inner-item::before {
	top: -8px;
}
.utf-hamburger-inner-item::after {
	top: 8px;
}

/* Active state (optional X animation) */
.mmenu-trigger.is-open .utf-hamburger-inner-item {
	transform: rotate(45deg);
}
.mmenu-trigger.is-open .utf-hamburger-inner-item::before {
	top: 0;
	transform: rotate(90deg);
}
.mmenu-trigger.is-open .utf-hamburger-inner-item::after {
	top: 0;
	opacity: 0;
}

/* Placement on mobile */
.mmenu-trigger {
	display: none;
}
@media (max-width: 991px) {
	.mmenu-trigger {
		display: block;
		position: absolute;
		top: 25px;
		right: 20px;
		z-index: 1001;
	}
}

/* .mega-menu-1{
	min-width: 1000px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	max-height: 1000px !important;
}
.mega-menu-1 .row > div {
	padding: 4px !important;
}
.mega-menu-1 .mega-center{
	border-right: 2px solid rgba(0, 0, 0, 0.05);
box-shadow: 3px 0 8px rgba(0, 0, 0, 0.05);
} */






/* Notification Badge */
.notification-badge {
	background: var(--dark-pink);
	color: #fff;
	padding: 6px 14px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 20px;
	display: inline-block;
	/* margin-bottom: 15px; */
	animation: pulse 1.5s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.08);
	}
	100% {
		transform: scale(1);
	}
}

/* Marquee Section */
.marquee-container {
	overflow: hidden;
	white-space: nowrap;
	background: var(--primary-blue);
	padding: 8px 0;
	/* margin-bottom: 20px; */
	border-radius: 20px;
}

.marquee-text {
	display: inline-block;
	padding-left: 100%;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	animation: marqueeScroll 40s linear infinite;
}

@keyframes marqueeScroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

.icon {
	margin-right: 1px !important;
}
.left-section a {
	gap: 0px !important;
}