body.vc-travelfic-child .vc-site-header {
	position: sticky;
	top: 0;
	z-index: 1200;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(84, 104, 175, 0.2);
	backdrop-filter: saturate(180%) blur(12px);
	overflow: visible;
	box-shadow: 0 8px 24px rgba(16, 36, 92, 0.08);
}

.vc-header-trust {
	background: var(--vc-navy);
	color: #fff;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.vc-header-trust__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 32px;
	gap: 0.75rem;
}

.vc-header-trust__phone {
	font-weight: 700;
	color: #fff;
}

.vc-header-main {
	border-bottom: 1px solid rgba(16, 36, 92, 0.08);
	background: var(--vc-card);
}

.vc-header-main__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	height: 84px;
}

.vc-topbar {
	background: linear-gradient(90deg, #0d2d5b, var(--vc-primary-blue));
	color: #fff;
	font-size: 0.8rem;
	padding: 0.35rem 0;
}

.vc-topbar__inner,
.vc-mainnav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.vc-mainnav {
	background: #fff;
	overflow: visible;
}

.vc-mainnav__inner {
	min-height: 78px;
	flex-wrap: nowrap;
	overflow: visible;
}

.vc-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	color: var(--vc-primary-blue);
	text-decoration: none;
	font-weight: 700;
}

.vc-brand__logo {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
}

.vc-brand__logo picture,
.vc-brand__logo img,
.vc-brand__custom-logo {
	display: block;
	width: auto;
	height: auto;
	max-width: 260px;
	max-height: 54px;
	object-fit: contain;
}

.vc-primary-nav {
	flex: 1 1 auto;
	min-width: 0;
	overflow: visible;
}

.vc-menu,
.vc-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vc-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0.75rem;
}

.vc-menu li,
.vc-menu-item {
	position: relative;
}

.vc-menu li {
	display: block;
	margin: 0;
	padding: 0;
}

.vc-menu > li > a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 0.65rem 1rem;
	border-radius: 50px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.02em;
	color: var(--vc-navy);
	background: rgba(84, 104, 175, 0.08);
	text-decoration: none;
	white-space: nowrap;
}

.vc-menu > li > a:hover,
.vc-menu > li > a:focus-visible {
	background: rgba(237, 38, 73, 0.08);
	color: var(--vc-red);
}

.vc-menu > .current-menu-item > a,
.vc-menu > .current-menu-ancestor > a {
	color: #fff;
	background: var(--vc-primary-blue);
}

.vc-menu .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 9999;
	display: block;
	width: max-content;
	min-width: 240px;
	max-width: 320px;
	margin: 0;
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(84, 104, 175, 0.18);
	border-radius: 14px;
	box-shadow: 0 18px 45px rgba(18, 30, 68, 0.16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.vc-menu li:hover > .sub-menu,
.vc-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.vc-menu .sub-menu li {
	width: 100%;
}

.vc-menu .sub-menu a {
	display: block;
	width: 100%;
	padding: 10px 12px;
	border-radius: 9px;
	color: #172044;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	white-space: normal;
}

.vc-menu .sub-menu a:hover,
.vc-menu .sub-menu a:focus {
	background: rgba(84, 104, 175, 0.09);
	color: #5468af;
}

.vc-menu-toggle {
	display: none;
	border: 0;
	background: var(--vc-surface);
	height: 44px;
	width: 44px;
	border-radius: 14px;
	position: relative;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.vc-menu-toggle span {
	display: block;
	position: absolute;
	left: 50%;
	width: 18px;
	height: 2px;
	background: var(--vc-base-text);
	transform: translateX(-50%);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.vc-menu-toggle span:nth-child(1) {
	top: 14px;
}

.vc-menu-toggle span:nth-child(2) {
	top: 21px;
}

.vc-menu-toggle span:nth-child(3) {
	top: 28px;
}

.vc-header-actions {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 0.5rem;
	white-space: nowrap;
}

.vc-header-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	border: 1px solid rgba(14, 61, 216, 0.2);
	color: var(--vc-primary-blue);
	background: rgba(14, 61, 216, 0.06);
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vc-header-cart:hover,
.vc-header-cart:focus-visible {
	background: rgba(14, 61, 216, 0.15);
	border-color: rgba(14, 61, 216, 0.4);
}

.vc-header-cart__icon {
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.vc-header-cart__count {
	min-width: 18px;
	height: 18px;
	border-radius: 999px;
	background: var(--vc-primary-blue);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.3rem;
}

.vc-header-phone,
.vc-header-link {
	font-weight: 700;
	color: var(--vc-primary-blue);
	text-decoration: none;
	white-space: nowrap;
}

.vc-header-link:hover {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.vc-mainnav__inner {
		min-height: 68px;
	}

	.vc-brand__logo picture,
	.vc-brand__logo img,
	.vc-brand__custom-logo {
		max-width: 210px;
		max-height: 46px;
	}

	.vc-header-main__inner {
		flex-wrap: wrap;
		height: auto;
	}

	.vc-menu-toggle {
		display: inline-flex;
	}

	.vc-primary-nav {
		position: absolute;
		inset: 84px 12px 0 12px;
		z-index: 1300;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s ease;
		background: #fff;
		padding: 16px 0;
		max-height: calc(100vh - 130px);
		overflow-y: auto;
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: 20px;
		box-shadow: var(--vc-shadow-soft);
	}

	.vc-primary-nav.is-open {
		opacity: 1;
		pointer-events: auto;
	}

	.vc-menu {
		flex-direction: column;
		gap: 0.75rem;
	}

	.vc-menu > li > a {
		width: 100%;
		border-radius: 10px;
	}

	.vc-menu .sub-menu {
		position: static;
		display: block;
		width: auto;
		min-width: 0;
		max-width: none;
		margin: 4px 0 8px 14px;
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
	}

	.vc-menu .sub-menu a {
		padding: 9px 12px;
		font-weight: 600;
	}

	.vc-header-actions {
		display: flex;
	}

	.vc-header-phone {
		display: none;
	}
}

@media (max-width: 600px) {
	.vc-header-trust__inner,
	.vc-header-actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.vc-header-main__inner {
		gap: 0.75rem;
	}

	.vc-primary-nav {
		position: static;
		opacity: 1;
		pointer-events: auto;
	}

	.vc-menu {
		flex-wrap: wrap;
		justify-content: center;
	}
}
