.header-savina {
	/* Main Header */
	/* Logo */
	/* Navigation */
	/* Right Actions */
	/* Mobile Menu Button */
	/* Responsive */
	height: 90px;
	position: relative;
	background: #1A4B7B;
}

li.menu-c1-header {
	position: relative;
}

ul.menu-c2-content {
	position: absolute;
	top: 100%;
	background: #ffffff;
	border-radius: 0px 0px 10px 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
	display: none;
	padding: 10px 0;
}

ul.menu-c2-content li a {
	display: block;
}

ul.menu-c2-content li a {
	padding: unset;
	text-transform: unset !important;
	text-align: left !important;
	justify-content: left !important;
	width: 300px;
	color: #333 !important;
	font-weight: 400 !important;
	padding: 4px 20px !important;
	transition: 0.5s ease !important;
}

li.menu-c1-header li:hover ul.menu-c2-content {
	display: block;
}

li.menu-c1-header:hover ul.menu-c2-content {
	display: block;
}

.header-savina .top-bar {
	background-color: #1A4B7B;
	color: white;
	padding: 9px 12px 0;
	font-size: 14px;
}

.header-savina .top-bar-content {
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-savina .top-bar-left {
	display: flex;
	align-items: center;
	gap: 5px;
}

.header-savina .top-bar-left a {
	color: #f4e340;
	text-decoration: none;
	font-weight: 600;
}

.header-savina .top-bar-right {
	display: flex;
	gap: 30px;
	align-items: center;
}

.header-savina .contact-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.header-savina .contact-item svg {
	width: 16px;
	height: 16px;
}

.header-savina .main-header {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	position: absolute;
	z-index: 1000;
	width: 1200px;
	border-radius: 78px;
	margin: 0 auto;
	background: #fff;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.header-savina .header-content {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
}

.header-savina .logo {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.header-savina .logo-icon {
	width: 50px;
	height: 50px;
	background-color: #f4e340;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.header-savina .logo-icon::before {
	content: '';
	width: 28px;
	height: 32px;
	background-color: #2d8659;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.header-savina .logo-icon::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: white;
	border-radius: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header-savina .logo-text {
	font-size: 28px;
	font-weight: 700;
	color: #1a1a1a;
}

.header-savina .nav-menu {
	display: flex;
	list-style: none;
	gap: 28px;
	align-items: center;
}

.header-savina .nav-menu li {
	position: relative;
}

.header-savina .nav-menu a {
	text-decoration: none;
	color: #1A4B7B;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: color 0.3s;
	padding: 25px 0px;
}

.header-savina .nav-menu a:hover {
	color: #D62828 !important;
}

.header-savina .dropdown-arrow {
	width: 6px;
	height: 6px;
	border-right: 1px solid rgb(51 51 51 / 63%);
	border-bottom: 1px solid rgb(51 51 51 / 63%);
	transform: rotate(45deg);
	margin-top: -3px;
}

.header-savina .header-actions {
	display: flex;
	align-items: center;
	gap: 25px;
}

.header-savina .cart-icon {
	position: relative;
	cursor: pointer;
}

.header-savina .cart-icon svg {
	width: 24px;
	height: 24px;
}

.header-savina .cart-badge {
	position: absolute;
	top: -8px;
	right: -8px;
	background-color: #2d8659;
	color: white;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 600;
}

.header-savina .search-icon {
	cursor: pointer;
}

.header-savina .search-icon svg {
	width: 22px;
	height: 22px;
}

.header-savina .cta-button {
	background-color: #D62828;
	color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	gap: 8px;
	transition: all 0.3s;
	border: none;
	cursor: pointer;
}

.header-savina .cta-button:hover {
	background-color: #1A4B7B;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px #1A4B7B;
}

.header-savina .cta-button svg {
	width: 16px;
	height: 16px;
	transform: rotate(-34deg);
}

.header-savina .mobile-menu-btn {
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
	padding: 5px;
}

.header-savina .mobile-menu-btn span {
	width: 25px;
	height: 3px;
	background-color: #333;
	border-radius: 2px;
	transition: all 0.3s;
}

@media (max-width: 1024px) {
	.header-savina .nav-menu {
		gap: 20px;
	}

	.header-savina .header-actions {
		gap: 15px;
	}
}

@media (max-width: 768px) {
	.header-savina .top-bar-content {
		flex-direction: column;
		gap: 8px;
		text-align: center;
	}

	.header-savina .top-bar-right {
		flex-direction: column;
		gap: 8px;
	}

	.header-savina .mobile-menu-btn {
		display: flex;
	}

	.header-savina .nav-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: white;
		flex-direction: column;
		padding: 20px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		display: none;
	}

	.header-savina .nav-menu.active {
		display: flex;
	}

	.header-savina .header-content {
		flex-wrap: wrap;
	}

	.header-savina .logo {
		order: 1;
	}

	.header-savina .mobile-menu-btn {
		order: 2;
	}

	.header-savina .header-actions {
		order: 3;
		width: 100%;
		justify-content: center;
		margin-top: 15px;
	}

	.header-savina .cta-button {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.header-savina .logo-text {
		font-size: 22px;
	}

	.header-savina .logo-icon {
		width: 40px;
		height: 40px;
	}

	.header-savina .top-bar {
		font-size: 12px;
	}

	.header-savina .cta-button {
		padding: 12px 20px;
		font-size: 14px;
	}
}


.header-savina .logo img {
	height: 35px;
}

.header-savina .contact-item img {
	margin-bottom: -5px;
}



.mobile-header .header-btn {
	background: #1A4B7B;
	border: none;
	color: white;
	padding: 8px 12px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	gap: 6px;
	min-height: 36px;
}

.mobile-header .header-btn:hover {
	background: #D62828;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.mobile-header .cart-btn {
	position: relative;
}

.mobile-header .cart-badge {
	position: absolute;
	top: -8px;
	right: -8px;
	background: #ff4757;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	animation: pulse 2s infinite;
}

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

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.mobile-header .icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.mobile-header .menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 999;
}

.mobile-header .menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

.mobile-header .menu-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	max-width: 400px;
	width: 90%;
	height: calc(100vh + 5px);
	background: #FFF;
	transition: all 0.3s ease;
	transform: translateX(-100%);
	z-index: 1000;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.mobile-header .menu-sidebar.active {
	transform: translateX(0);
}

.mobile-header .menu-header {
	padding: 20px 10px 20px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #1a4b7b;
}

.mobile-header .menu-header img {
	max-width: 230px;
}

.mobile-header .menu-logo {
	color: white;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.mobile-header .close-btn {
	background: none;
	border: none;
	color: #FFF;
	font-size: 24px;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.3s ease;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
}

.mobile-header .close-btn:hover {
	background-color: transparent;
}

.mobile-header .menu-content {
	padding: 0px 0;
	height: calc(100vh - 100px);
	overflow-y: auto;
}

.mobile-header .menu-item {
	padding: 10px 18px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 16px;
	color: #000;
	text-decoration: none;
	justify-content: end;
}

.mobile-header .box-item-menu-c1:hover {
	background: rgba(255, 255, 255, 0.1);
	border-left-color: white;
	transform: translateX(5px);
}

.mobile-header .menu-item .icon {
	width: 20px;
	height: 20px;
	fill: white;
}

.mobile-header .menu-item span {
	font-size: 16px;
	font-weight: 500;
}

.mobile-header .demo-content {
	padding: 20px;
	text-align: center;
	color: #666;
	margin-top: 20px;
}

.mobile-header .search-section {
	padding: 20px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-header .search-box {
	position: relative;
	display: flex;
	align-items: center;
}

.mobile-header .search-icon-input {
	position: absolute;
	left: 15px;
	width: 20px;
	height: 20px;
	fill: rgba(255, 255, 255, 0.7);
	pointer-events: none;
}

.mobile-header .search-input {
	width: 100%;
	padding: 12px 16px 12px 19px;
	border: none;
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.15);
	color: white;
	font-size: 15px;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.mobile-header .search-btn {
	position: absolute;
	right: 5px;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: unset;
}

.mobile-header .search-btn .icon {
	width: 18px;
	height: 18px;
	fill: white;
}

.mobile-header .search-input::placeholder {
	color: #fff;
}

.box-item-menu-c1 {
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 16px;
	color: white;
	text-decoration: none;
	border-left: 3px solid transparent;
	justify-content: space-between;
	padding-right: 10px;
	flex-direction: row-reverse;
}

.box-item-menu-c1 svg {
	width: 23px;
	height: 22px;
	transition: transform 0.3s ease;
	transform: rotate(180deg);
}

.box-item-menu-c1 .menu-arrow.active {
	transform: rotate(90deg);
}

.box-menu-mobile-c1 {
	position: relative;
	overflow: hidden;
}

.submenu.active {
	max-height: 0;
	overflow: hidden;
	max-height: 100%;
}

a.submenu-item {
	padding: 10px 24px 5px 35px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	border-left: 3px solid transparent;
	position: relative;
	justify-content: end;
}

/* a.submenu-item::before {
	content: '';
	position: absolute;
	top: 19px;
	left: 19px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666;
} */

.submenu-item .icon {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.mobile-header .logo img {
	height: 30px;
}

.submenu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

header.header-savina.header-bg {
	position: fixed;
	top: 0px;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 75px;
}

header.header-savina.header-bg .top-bar {
	display: none;
}

header.header-savina.header-bg .main-header {
	bottom: 0px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: 100%;
	border-radius: 0;
}



.popup-container-moder .popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999999999;
	animation: fadeIn 0.3s ease;
}

.popup-container-moder .popup-overlay.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.popup-container-moder .popup-container {
	background: white;
	border-radius: 20px;
	padding: 40px;
	max-width: 536px;
	width: 90%;
	position: relative;
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
	animation: slideDown 0.4s ease;
}

.popup-container-moder .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
	height: 35px;
	background: #1A4B7B;
	border: none;
	border-radius: 50%;
	font-size: 24px;
	color: white;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	padding: unset;
	margin-top: 0;
}

.popup-container-moder .close-btn:hover {
	background: #D62828;
	transform: rotate(90deg);
}

.popup-container-moder .logo-container {
	text-align: center;
	margin-bottom: 20px;
}

.popup-container-moder .logo {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.popup-container-moder .logo svg {
	width: 100%;
	height: 100%;
}

.popup-container-moder .logo-text {
	font-size: 16px;
	color: #2e7d32;
	font-weight: bold;
	margin-top: 10px;
}

.popup-container-moder .popup-title {
	text-align: center;
	color: #1A4B7B;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.4;
}

.popup-container-moder .feature-list {
	list-style: none;
	margin-bottom: 10px;
}

.popup-container-moder .feature-item {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	font-size: 16px;
	color: #333;
}

.popup-container-moder .feature-icon {
	color: #e53935;
	margin-right: 12px;
	font-size: 20px;
	font-weight: bold;
}

.popup-container-moder .form-group {
	margin-bottom: 20px;
}

.popup-container-moder .form-input {
	width: 100%;
	padding: 15px;
	border: 2px solid #ddd;
	border-radius: 8px;
	font-size: 15px;
	transition: border-color 0.3s ease;
}

.popup-container-moder .form-input:focus {
	outline: none;
}

.popup-container-moder .submit-btn {
	width: 100%;
	background: #D62828;
	color: white;
	border: none;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.popup-container-moder .submit-btn:hover {
	background: #1A4B7B;
	transform: scale(1.02);
}

.header-top-popup {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px 10px;
	margin-bottom: 20px;
}

form.popup-form select {
	width: 100%;
	padding: 15px;
	border: 2px solid #ddd;
	border-radius: 8px;
	font-size: 15px;
	transition: border-color 0.3s ease;
}


ul.menu-c2-content li a:hover {
	transform: translateX(10px);
	transition: 0.5s ease;
}

.popup-container-moder .form-group textarea {
	width: 100%;
	padding: 15px;
	border: 2px solid #ddd;
	border-radius: 8px;
	font-size: 15px;
	transition: border-color 0.3s ease;
}



.lang-switcher {
	position: relative;
	display: inline-block;
	font-family: Arial, sans-serif;
}

.lang-btn {
	/* background: #fff; */
	/* border: 1px solid #ddd; */
	padding: 3px 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
	border-radius: 6px;
	transition: 0.2s;
	color: #fff;
}

.lang-btn svg {
	width: 10px;
	height: 10px;
}

.lang-btn:hover {
	background: #f5f5f5;
}

.lang-btn:hover svg g {
	fill: #000;
}

.lang-btn img {
	width: 24px;
	height: 16px;
	object-fit: cover;
	border-radius: 0;
}

.lang-menu {
	position: absolute;
	top: 35px;
	right: 0;
	background: #fff;
	width: 140px;
	border: 1px solid #ddd;
	border-radius: 6px;
	list-style: none;
	padding: 5px 0;
	display: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	z-index: 999999;
}

.lang-menu li a {
	padding: 8px 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	transition: 0.2s;
	color: #000;
}

.lang-menu li:hover {
	background: #f3f3f3;
}

.step-dangky {
	padding: 0px 14px;
	margin-top: 15px;
}

.step-dangky ul {
	display: flex;
	align-items: center;
	gap: 0px 10px;
	justify-content: end;
}

.step-dangky ul li a {
	display: block;
}

.step-dangky ul li a img {
	width: 40px;
	height: 25px;
	display: block;
}

.lang-menu img {
	width: 20px;
}

.lang-switcher.active .lang-menu {
	display: block;
}

@media(max-width:1200px) {
	.header-savina .nav-menu a {
		font-size: 14px;
	}

	.header-savina .cta-button {
		font-size: 14px;
	}

	.header-savina .logo img {
		height: 30px;
	}

	.header-savina .top-bar-right {
		gap: 10px;
	}

	.header-savina .main-header {
		width: 992px;
	}

	.search-icon .model-forms-search > svg path {
		stroke: #FFF;
	}
}

@media(max-width:990px) {
	header.header-savina {
		display: none;
	}
}

@media (max-width: 550px) {
	.mobile-header .header-right {
		position: fixed;
		bottom: 10px;
		left: 10px;
		z-index: 10;
	}

	.popup-container-moder .popup-container {
		padding: 50px 20px 20px;
	}

	.popup-container-moder .submit-btn {
		padding: 10px;
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.mobile-header .header-btn {
		padding: 6px 10px;
		font-size: 12px;
	}

	.mobile-header .logo {
		font-size: 20px;
	}

	.mobile-header .mobile-header {
		padding: 10px 12px;
	}
}




.header-fix {
	display: grid;
	grid-template-columns: 16.67% auto;
}

.header-fix .header-right-top {
	padding: 7px 15px;
	background-color: #1A4B7B;
	color: #FFF;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header-fix .header-right-top .info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.header-fix .header-right-top .text img {
	transform: translateY(5px);
}

.header-fix .social-icons ul {
	display: flex;
	align-items: center;
	gap: 15px;
}

.header-fix .social-icons ul img {
	width: 20px !important;
}

.header-right .header-actions .cta-button {
	background-color: #D62828;
	color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	gap: 8px;
	transition: all 0.3s;
	border: none;
	cursor: pointer;
}

.header-right .header-actions .cta-button svg {
	width: 16px;
	height: 16px;
	transform: rotate(-34deg);
}

.header-right .header-actions .cta-button:hover {
	background-color: #1A4B7B;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px #1A4B7B;
}

.header-right-bot {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
	align-items: center;
	background-color: #FFF;
}

.menu .level1 {
	display: flex;
	align-items: center;
	gap: 30px;
}

.menu .level1 .name-level1 {
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	padding: 15px 12px;
	align-items: center;
	gap: 5px;
	transition: .3s;
}

.menu .level1 .item-level1 {
	position: relative;
}

.menu .level1 .level2 {
	transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	position: absolute;
	top: 100%;
	left: auto;
	width: max-content;
	background-color: #fff;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
	padding: 10px 0;
	border-radius: 0 0 5px 5px;
	transform-origin: 0% 0%;
	z-index: 99;
	transform: perspective(600px) rotateX(-90deg);
	overflow: hidden;
	display: block;
	max-height: 0px;
	max-width: 0px;
	opacity: 0;
}

.menu .item-level1:hover .level2 {
	overflow: visible;
	max-height: 3000px;
	max-width: 3000px;
	opacity: 1;
	transform: perspective(600px) rotateX(0deg);
	transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.menu .level2 .name-level2 {
	padding: 5px 20px;
	display: block;
}

.menu .dropdown-arrow {
    width: 8px;
    height: 8px;
    border-right: 1px solid rgb(51 51 51 / 63%);
    border-bottom: 1px solid rgb(51 51 51 / 63%);
    transform: rotate(45deg) translateY(-3px);
}

.header-logo {
	background-color: #D62828;
	display: flex;
    align-items: center;
	padding: 10px;
}

.header-logo img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.search-icon {
    position: relative;
	margin-right: 20px;
    cursor: pointer;
}

.search-icon svg {
    width: 24px;
    height: 24px;
    margin-bottom: -7px;
}

.header-search {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: .3s;
    z-index: 2;
}

.header-search.active {
    opacity: 1;
    visibility: visible;
}

.header-search input {
    width: 300px;
    padding: 12px 35px 12px 15px;
}

.header-search button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    padding: 0;
    align-items: center;
}

.header-search button svg{
    margin-bottom: 0;
}

.header-right-bot .right {
	display: flex;
	align-items: center;
}

.header-fix.header-bg {
	width: 100%;
    top: 0;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
    z-index: 99;
    position: fixed;
}

.mobile-menu-btn {
	background: none;
    border: none;
    color: #1A4B7B;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
	display: none;
}

.mobile-menu-btn span {
    width: 24px;
    height: 2px;
    background: #FFF;
    margin: 2px 0;
    transition: 0.3s;
    border-radius: 2px;
}

@media (max-width: 1400px) {
	.menu .level1 {
		gap: 5px;
	}

	.header-fix .social-icons {
		display: none;
	}

	.header-fix .header-right-top {
		justify-content: right;
	}
}

@media (max-width: 1200px) { 
	.header-fix .header-right-top {
		display: none;
	}

	.header-fix .menu {
		display: none;
	}

	.mobile-menu-btn {
		display: flex;
		margin-left: 10px;
	}

	.header-right-bot {
		justify-content: right;
	}

	.header-logo {
		background-color: #1a4b7b;
	}

	.header-fix {
		grid-template-columns: 50% auto;
	}

	.header-logo img {
		width: 100%;
		max-width: 300px;
	}

	.header-right-bot {
		background-color: #1a4b7b;
		height: 100%;
	}
}

@media (max-width: 768px) {
	.header-right .header-actions {
		position: fixed;
		left: 10px;
		bottom: 10px;
		z-index: 10;
	}

	.mobile-menu-btn {
		margin-left: 0;
	}

	.header-fix {
        grid-template-columns: 60% auto;
    }
}