/**
 * navigation.css
 *
 * @format
 */

/* — Secondary Navigation — */
nav.secondary-nav {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.secondary-menu-logo {
	max-width: 120px;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 8px 0 4px;
}
.secondary-menu-logo img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.menu-and-search {
	max-width: calc(1280px - 120px);
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.secondary-menu-list {
	margin: 0;
	padding: 0;
}
.secondary-menu-list li {
	display: inline-block;
	list-style: none;
	padding: 16px;
}
.secondary-menu-list li a {
	color: #000;
	text-decoration: none;
}
form.secondary-nav-search {
	margin-left: 16px;
}
.secondary-nav-search button {
	padding: 12px;
	border: 1px solid #767676;
}
.secondary-nav-wrapper {
	background-color: #ffffff;
}

/* — “Custom”/Primary Navigation — */
.secondary-navigation {
	position: relative;
	z-index: 1;
	max-width: 100%;
	width: 100%;
	box-shadow: 0px 12px 28px 0px #A7AEBA14;
}
.secondary-nav-wrapper {
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
.secondary-nav-wrapper header.custom-nav-header {
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 24px 24px 24px;
	align-items: center;
}
.custom-logo-port {
	width: 100%;
	max-width: 170px;
	padding-left: 0;
	object-fit: contain;
}
.aladtec-nav .custom-logo-port {
    max-width: 140px;
}
.custom-navbar {
	display: flex;
}
.custom-nav-menu {
	list-style: none;
	display: flex;
}
.custom-nav-menu li a {
	color: #1e1d1a;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	padding: 0 22px;
}
.custom-nav-menu li a:hover {
	color: #085dd4;
}
.custom-menu-toggle {
	display: none;
	cursor: pointer;
}
.cta-secondary-navigation a {
	margin-left: 20px;
	border: 1px solid #085dd4;
	background-color: #085dd4;
	border-radius: 8px;
	padding: 15px 16px !important;
	color: #fff !important;
	font-weight: 700 !important;
}
.cta-secondary-navigation a:hover {
	border: 1px solid #1e1d1a;
	background-color: #1e1d1a;
}
.custom-menu-container {
	display: none;
	background: #f5fdff;
	width: 100%;
	z-index: 999;
	padding: 20px 0;
}
.custom-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a.cta-light-secondary {
	margin-left: 20px;
	font-weight: 700 !important;
	border: 1px solid #161f2e;
	border-radius: 8px;
}
.custom-menu ul li a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #085dd4;
}
.custom-menu ul li a:hover {
	background: #718198;
	color: #f5fdff;
}
.menu-content {
	display: none;
	padding: 0;
	background-color: transparent;
}
.menu-content a {
	border-bottom: 1px solid #f7f7f7;
}
.menu-content a:hover {
	text-decoration: none;
}
.site-header-inner-wrap.hidden
Specificity: (0,2,0)
 {
    display: none;
} 
.secondary-navigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 4px 0px;
}
/* — Responsive Nav Tweaks — */
@media (max-width: 1442px), (max-width: 1400px) {
	.custom-nav-menu li a {
		font-size: 13px;
		font-weight: 500;
		padding: 15px 12px;
		font-family: "Nunito Sans" !important;
	}
}

@media (max-width: 1200px) {
	.secondary-nav-wrapper {
		background-color: transparent;
	}
	.secondary-nav-wrapper header.custom-nav-header {
		background-color: #e2f2ff;
		gap: 8px;
	}
	.custom-nav-menu {
		display: none;
	}
	.custom-menu-toggle {
		display: block;
		font-size: 18px;
		font-weight: 400;
		padding: 10px 20px;
		width: 100%;
		border: 1px solid #085dd4;
		border-radius: 40px;
		color: #085dd4 !important;
		width: 100%;
		position: relative;
	}
	.custom-menu-container.active {
		display: block;
	}
	.secondary-navigation .fl-row-content-wrap {
		padding: 20px !important;
	}
	header.custom-nav-header {
		flex-direction: column;
		gap: 16px;
		align-items: flex-start;
	}
	header.custom-nav-header .menu-title {
		padding: 5px 15px;
		color: #085dd4;
		position: relative;
	}
	.menu-title:before {
		content: "";
		position: absolute;
		right: 3px;
		top: 10px;
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2025/05/Arrow-Down-Nav.svg);
		background-repeat: no-repeat;
		transition: background-image 0.3s ease;
	}
	.menu-title.active:before {
		background-image: url(/wp-content/uploads/2025/05/Arrow-Top-Nav.svg);
	}
	.custom-logo-port {
		max-width: 120px;
	}
	.custom-logo-port a {
		text-align: center;
	}
	.custom-logo-port img {
		width: 100%;
		object-fit: contain;
		margin: 0 auto;
	}
	.cta-secondary-navigation a {
		margin-left: 15px;
		margin-top: 15px;
		max-width: 150px;
		width: 100%;
		background-color: #085dd4 !important;
		text-align: center;
		color: #fff !important;
		border-bottom: none;
	}
	.custom-menu ul li a {
		background: transparent;
	}
}
