/**
 * BBP V2 Header & Navigation
 *
 * This isolated layer intentionally loads after the shared component sheet.
 * Every editable dimension is read from an Elementor-generated CSS variable,
 * so changing the row height reflows the brand, navigation and actions as one
 * coherent header instead of leaving individually fixed children behind.
 */

:where(.elementor-widget-bbp-v2-header-nav) {
	--bbp-header-height: 100px;
	--bbp-header-side: 42px;
	--bbp-header-gap: 28px;
	--bbp-header-content-width: 1520px;
	--bbp-header-outer-column: 250px;
	--bbp-header-logo-width: 176px;
	--bbp-header-logo-safe: 14px;
	--bbp-header-background: rgba(6, 31, 58, .32);
	--bbp-header-scrolled-background: rgba(6, 31, 58, .96);
	--bbp-header-divider: transparent;
	--bbp-header-nav-size: 19px;
	--bbp-header-nav-gap: 44px;
	--bbp-header-nav-color: #fff;
	--bbp-header-accent: #10afc4;
	--bbp-header-indicator-offset: 8px;
	--bbp-header-search-icon: 28px;
	--bbp-header-search-button: 52px;
	--bbp-header-message-background: #083c78;
	--bbp-header-message-color: #fff;
	--bbp-header-message-padding: 28px;
	--bbp-header-message-height: 58px;
	--bbp-header-message-font: 15px;
	--bbp-header-mobile-toggle: 52px;
	--bbp-header-mobile-line: 28px;
	--bbp-header-drawer-row: 64px;
	--bbp-header-drawer-padding-block: 18px;
	--bbp-header-admin-offset: var(--wp-admin--admin-bar--height, 0px);
}

.bbp-v2-header--clean .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

body.bbp-v2-active .bbp-v2-header--clean,
.bbp-v2-header--clean {
	background: var(--bbp-header-background) !important;
	border: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	inset: var(--bbp-header-admin-offset) 0 auto !important;
	position: fixed !important;
	transform: translate3d(0, 0, 0);
	transition: background-color .35s ease, backdrop-filter .35s ease, transform .45s ease !important;
	width: 100%;
	z-index: 9000;
}

body.bbp-v2-active .bbp-v2-header--clean.is-scrolled,
.bbp-v2-header--clean.is-scrolled {
	backdrop-filter: blur(16px);
	background: var(--bbp-header-scrolled-background) !important;
	-webkit-backdrop-filter: blur(16px);
}

body.bbp-v2-active .bbp-v2-header--clean.bbp-v2-header--divider,
.bbp-v2-header--clean.bbp-v2-header--divider {
	border-bottom: 1px solid var(--bbp-header-divider) !important;
}

body.bbp-v2-active .bbp-v2-header--clean.is-hidden,
.bbp-v2-header--clean.is-hidden {
	transform: translateY(calc(-100% - var(--wp-admin--admin-bar--height, 0px))) !important;
}

body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__bar,
.bbp-v2-header--clean .bbp-v2-header__bar {
	align-items: center !important;
	box-sizing: border-box;
	column-gap: var(--bbp-header-gap) !important;
	display: grid !important;
	/*
	 * Keep the two outer slots fixed and equal. The Logo may change its visual
	 * width inside the left slot, but it must not participate in re-sizing the
	 * navigation or utilities tracks.
	 */
	grid-template-columns: minmax(0, var(--bbp-header-outer-column)) minmax(0, 1fr) minmax(0, var(--bbp-header-outer-column)) !important;
	height: var(--bbp-header-height) !important;
	margin: 0 auto !important;
	max-width: var(--bbp-header-content-width) !important;
	padding: 0 var(--bbp-header-side) !important;
	width: 100%;
}

body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__brand,
.bbp-v2-header--clean .bbp-v2-header__brand {
	align-items: center !important;
	align-self: stretch !important;
	box-sizing: border-box;
	display: flex !important;
	justify-content: flex-start;
	margin: 0 !important;
	min-width: 0;
	overflow: visible;
	padding: var(--bbp-header-logo-safe) 0 !important;
}

body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__brand img,
.bbp-v2-header--clean .bbp-v2-header__brand img {
	display: block !important;
	filter: none !important;
	height: auto !important;
	max-height: calc(var(--bbp-header-height) - (var(--bbp-header-logo-safe) * 2)) !important;
	max-width: 100% !important;
	object-fit: contain !important;
	object-position: left center;
	width: var(--bbp-header-logo-width) !important;
}

/*
 * The supplied BBP PNG has a large transparent canvas around the visible
 * artwork. In visual-width mode the Elementor width control is authoritative;
 * otherwise the canvas height would shrink the visible mark back to a fraction
 * of the requested value. The original safe-height behaviour remains available
 * by disabling the widget's "Use visible Logo width" switch.
 */
body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__brand img.bbp-v2-header__logo--visual-width,
.bbp-v2-header--clean .bbp-v2-header__brand img.bbp-v2-header__logo--visual-width {
	max-height: none !important;
	max-width: none !important;
}

body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-nav,
.bbp-v2-header--clean .bbp-v2-nav {
	display: flex !important;
	flex: none !important;
	height: var(--bbp-header-height) !important;
	justify-content: center;
	min-width: 0;
}

body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-nav > ul,
.bbp-v2-header--clean .bbp-v2-nav > ul {
	align-items: stretch !important;
	display: flex !important;
	gap: var(--bbp-header-nav-gap) !important;
	height: var(--bbp-header-height) !important;
	justify-content: center !important;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-nav__item,
.bbp-v2-header--clean .bbp-v2-nav__item {
	align-items: stretch;
	align-self: stretch;
	display: flex;
	height: var(--bbp-header-height) !important;
	position: static;
}

body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-nav__link,
body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-nav__link:hover,
body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-nav__link:focus,
.bbp-v2-header--clean .bbp-v2-nav__link,
.bbp-v2-header--clean .bbp-v2-nav__link:hover,
.bbp-v2-header--clean .bbp-v2-nav__link:focus {
	align-items: center !important;
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--bbp-header-nav-color) !important;
	cursor: pointer;
	display: inline-flex !important;
	font-family: inherit;
	font-size: var(--bbp-header-nav-size) !important;
	font-weight: 600 !important;
	gap: 4px;
	height: var(--bbp-header-height) !important;
	line-height: 1.2;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	position: relative;
	text-decoration: none !important;
	text-transform: none !important;
	white-space: nowrap;
}

.bbp-v2-header--clean .bbp-v2-nav__link::after {
	background: var(--bbp-header-accent) !important;
	bottom: var(--bbp-header-indicator-offset) !important;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .28s ease;
	width: 100%;
}

.bbp-v2-header--clean .bbp-v2-nav__item:hover > .bbp-v2-nav__link::after,
.bbp-v2-header--clean .bbp-v2-nav__item:focus-within > .bbp-v2-nav__link::after,
.bbp-v2-header--clean .bbp-v2-nav__link[aria-expanded="true"]::after {
	transform: scaleX(1);
	transform-origin: left;
}

.bbp-v2-header--clean .bbp-v2-nav__link > span {
	color: var(--bbp-header-accent) !important;
	font-size: 1.05em;
	font-weight: 500;
	line-height: 1;
	transition: transform .25s ease;
}

.bbp-v2-header--clean .bbp-v2-nav__link[aria-expanded="true"] > span {
	transform: rotate(45deg);
}

body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__utilities,
.bbp-v2-header--clean .bbp-v2-header__utilities {
	align-items: center !important;
	display: flex !important;
	gap: 10px !important;
	justify-self: end;
	margin: 0 !important;
	min-width: 0;
}

body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__utilities button,
body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__utilities button:hover,
body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__utilities button:focus,
.bbp-v2-header--clean .bbp-v2-header__utilities button,
.bbp-v2-header--clean .bbp-v2-header__utilities button:hover,
.bbp-v2-header--clean .bbp-v2-header__utilities button:focus {
	appearance: none;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
	font-family: inherit;
	line-height: 1;
	margin: 0 !important;
	min-height: 0 !important;
	text-decoration: none !important;
}

body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__search-trigger,
.bbp-v2-header--clean .bbp-v2-header__search-trigger {
	align-items: center;
	background: transparent !important;
	display: inline-flex;
	height: var(--bbp-header-search-button) !important;
	justify-content: center;
	padding: 0 !important;
	width: var(--bbp-header-search-button) !important;
}

.bbp-v2-header--clean .bbp-v2-header__search-trigger img {
	display: block !important;
	height: var(--bbp-header-search-icon) !important;
	width: var(--bbp-header-search-icon) !important;
}

body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__utilities button:last-child,
body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__utilities button:last-child:hover,
body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__utilities button:last-child:focus,
.bbp-v2-header--clean .bbp-v2-header__utilities button:last-child,
.bbp-v2-header--clean .bbp-v2-header__utilities button:last-child:hover,
.bbp-v2-header--clean .bbp-v2-header__utilities button:last-child:focus {
	background: var(--bbp-header-message-background) !important;
	color: var(--bbp-header-message-color) !important;
	font-size: var(--bbp-header-message-font) !important;
	font-weight: 800 !important;
	height: var(--bbp-header-message-height) !important;
	letter-spacing: .08em;
	padding: 0 var(--bbp-header-message-padding) !important;
	text-transform: uppercase !important;
	white-space: nowrap;
}

/*
 * Full-width desktop dropdown, anchored to the real bottom edge of the Header.
 * The Header uses transform for its hide/reveal animation. A fixed descendant
 * would therefore become fixed to the Header itself instead of the viewport.
 * Keeping the panel absolute to the full-width Header prevents the transparent
 * seam and gives desktop, editor preview and browser zoom one positioning model.
 */
.bbp-v2-header--clean .bbp-v2-nav-panel {
	background: #fff !important;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
	color: #061f3a;
	left: 0;
	min-height: clamp(420px, 44vh, 600px);
	opacity: 1 !important;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 5;
}

.bbp-v2-header--clean .bbp-v2-nav-panel::before {
	background: #fff;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: -2px;
}

.bbp-v2-header--clean .bbp-v2-nav-panel[hidden] {
	display: none !important;
}

.bbp-v2-header--clean .bbp-v2-nav-panel__inner {
	background: #fff;
	display: grid;
	grid-template-columns: minmax(300px, .8fr) minmax(420px, 1.2fr);
	margin: 0 auto;
	max-width: var(--bbp-header-content-width);
	min-height: inherit;
	padding: 0 var(--bbp-header-side);
}

.bbp-v2-header--clean .bbp-v2-nav-panel__links {
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 42px 0;
}

.bbp-v2-header--clean .bbp-v2-nav-panel__links a {
	color: #545f6d;
	font-size: 15px;
	padding: 8px 0;
	text-decoration: none;
}

.bbp-v2-header--clean .bbp-v2-nav-panel__links .bbp-v2-nav-panel__heading {
	color: #061f3a;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 12px;
}

.bbp-v2-header--clean .bbp-v2-nav-panel__preview {
	background: #edf2f7 !important;
	min-height: inherit;
	overflow: hidden;
	position: relative;
}

.bbp-v2-header--clean .bbp-v2-nav-panel__preview:empty {
	background: #edf2f7 !important;
}

.bbp-v2-header--clean .bbp-v2-nav-panel__preview img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.bbp-v2-header--clean .bbp-v2-nav-panel__preview p {
	background: linear-gradient(transparent, rgba(0, 0, 0, .75));
	bottom: 0;
	color: #fff;
	left: 0;
	margin: 0;
	padding: 70px 30px 30px;
	position: absolute;
	right: 0;
}

/* Company Menu ------------------------------------------------------------
 * A compact trust-navigation layer. It shares the Header's absolute full-width
 * positioning but is intentionally shallower than the product catalogue.
 */
.bbp-v2-header--clean .bbp-v2-company-menu {
	background: #fff !important;
	min-height: 430px;
}

.bbp-v2-header--clean .bbp-v2-company-menu__inner {
	background: #fff;
	display: grid;
	grid-template-columns: minmax(210px, .6fr) minmax(420px, 1fr) minmax(340px, .9fr);
	margin: 0 auto;
	max-width: var(--bbp-header-content-width);
	min-height: 430px;
	padding: 0 var(--bbp-header-side);
}

.bbp-v2-header--clean .bbp-v2-company-menu__intro {
	border-right: 1px solid #d7e0e8;
	padding: 52px 34px 42px 0;
}

.bbp-v2-header--clean .bbp-v2-company-menu__intro p,
.bbp-v2-header--clean .bbp-v2-company-menu__intro h2,
.bbp-v2-header--clean .bbp-v2-company-menu__intro span {
	margin: 0;
}

.bbp-v2-header--clean .bbp-v2-company-menu__intro p {
	color: #0aa7bb;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.bbp-v2-header--clean .bbp-v2-company-menu__intro h2 {
	color: #061f3a;
	font-size: clamp(30px, 2.3vw, 42px);
	line-height: 1.05;
	padding-top: 12px;
}

.bbp-v2-header--clean .bbp-v2-company-menu__intro span {
	color: #556478;
	display: block;
	font-size: 15px;
	line-height: 1.55;
	padding-top: 20px;
}

.bbp-v2-header--clean .bbp-v2-company-menu__links {
	background: #fff;
	display: grid;
	gap: 0;
	padding: 30px 34px;
}

.bbp-v2-header--clean .bbp-v2-company-menu__links a {
	align-items: center;
	border-bottom: 1px solid #d7e0e8;
	color: #061f3a;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	min-height: 68px;
	padding: 8px 2px;
	text-decoration: none;
}

.bbp-v2-header--clean .bbp-v2-company-menu__links a:first-child {
	border-top: 1px solid #d7e0e8;
}

.bbp-v2-header--clean .bbp-v2-company-menu__links strong,
.bbp-v2-header--clean .bbp-v2-company-menu__links small {
	display: block;
}

.bbp-v2-header--clean .bbp-v2-company-menu__links strong {
	font-size: 17px;
	line-height: 1.2;
}

.bbp-v2-header--clean .bbp-v2-company-menu__links small {
	color: #66758a;
	font-size: 12px;
	line-height: 1.35;
	padding-top: 4px;
}

.bbp-v2-header--clean .bbp-v2-company-menu__links i {
	color: #0a4f94;
	font-size: 22px;
	font-style: normal;
	transition: transform .2s ease;
}

.bbp-v2-header--clean .bbp-v2-company-menu__links a:hover i,
.bbp-v2-header--clean .bbp-v2-company-menu__links a:focus-visible i {
	transform: translateX(5px);
}

.bbp-v2-header--clean .bbp-v2-company-menu__preview {
	background: #e9f0f6 !important;
	min-height: 430px;
	overflow: hidden;
	position: relative;
}

.bbp-v2-header--clean .bbp-v2-company-menu__preview img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.bbp-v2-header--clean .bbp-v2-company-menu__preview::after {
	background: linear-gradient(180deg, transparent 40%, rgba(5, 27, 49, .9));
	content: "";
	inset: 0;
	position: absolute;
}

.bbp-v2-header--clean .bbp-v2-company-menu__preview p {
	bottom: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	left: 0;
	line-height: 1.5;
	margin: 0;
	padding: 34px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.bbp-v2-header--clean .bbp-v2-company-menu__preview--empty::after {
	display: none;
}

/* Products Mega Menu -------------------------------------------------------
 * The shell is a descendant of the full-width fixed Header, never a new grid
 * track. Opening it therefore cannot change Logo, navigation or row height.
 */
.bbp-v2-header--clean .bbp-v2-products-mega {
	background: #fff !important;
	max-height: calc(100vh - var(--bbp-header-height) - var(--bbp-header-admin-offset));
	max-height: calc(100dvh - var(--bbp-header-height) - var(--bbp-header-admin-offset));
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.bbp-v2-header--clean .bbp-v2-products-mega__shell {
	background: #fff;
	display: grid;
	grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
	margin: 0 auto;
	max-width: var(--bbp-header-content-width);
	min-height: clamp(500px, 58vh, 620px);
	padding: 0 var(--bbp-header-side);
	width: 100%;
}

.bbp-v2-header--clean .bbp-v2-products-mega__categories {
	background: #fff;
	border-right: 1px solid #dce4ed;
	padding: 38px 34px 38px 0;
}

.bbp-v2-header--clean .bbp-v2-products-mega__kicker,
.bbp-v2-header--clean .bbp-v2-products-mega__eyebrow,
.bbp-v2-header--clean .bbp-v2-products-mega__feature-copy > p {
	color: #0a4b8f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.bbp-v2-header--clean .bbp-v2-products-mega__tabs {
	display: grid;
	gap: 4px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__tabs button {
	align-items: center;
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #314155 !important;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 15px;
	font-weight: 650;
	gap: 20px;
	justify-content: space-between;
	line-height: 1.25;
	min-height: 52px;
	padding: 10px 14px 10px 16px !important;
	position: relative;
	text-align: left;
	width: 100%;
}

.bbp-v2-header--clean .bbp-v2-products-mega__tabs button::before {
	background: #0aaec2;
	content: "";
	inset: 8px auto 8px 0;
	position: absolute;
	transform: scaleY(0);
	transition: transform .22s ease;
	width: 3px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__tabs button[aria-selected="true"],
.bbp-v2-header--clean .bbp-v2-products-mega__tabs button:hover,
.bbp-v2-header--clean .bbp-v2-products-mega__tabs button:focus-visible {
	background: #f2f6fa !important;
	color: #061f3a !important;
}

.bbp-v2-header--clean .bbp-v2-products-mega__tabs button[aria-selected="true"]::before {
	transform: scaleY(1);
}

.bbp-v2-header--clean .bbp-v2-products-mega__tabs button > span:last-child {
	color: #0a4b8f;
	font-size: 22px;
	font-weight: 400;
}

.bbp-v2-header--clean .bbp-v2-products-mega__panels,
.bbp-v2-header--clean .bbp-v2-products-mega__tabpanel {
	min-height: inherit;
}

.bbp-v2-header--clean .bbp-v2-products-mega__tabpanel {
	animation: bbp-v2-products-mega-in .28s ease both;
	display: grid;
	grid-template-columns: minmax(440px, 1.15fr) minmax(340px, .85fr);
}

.bbp-v2-header--clean .bbp-v2-products-mega__tabpanel[hidden] {
	display: none !important;
}

@keyframes bbp-v2-products-mega-in {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

.bbp-v2-header--clean .bbp-v2-products-mega__series {
	background: #fff;
	padding: 38px clamp(28px, 3vw, 56px);
}

.bbp-v2-header--clean .bbp-v2-products-mega__series h2 {
	color: #061f3a;
	font-size: clamp(26px, 2vw, 36px);
	font-weight: 750;
	letter-spacing: .01em;
	line-height: 1.1;
	margin: 0 0 25px;
	text-transform: uppercase;
}

.bbp-v2-header--clean .bbp-v2-products-mega__cards {
	display: grid;
	gap: 10px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card {
	align-items: center;
	background: #fff;
	border: 1px solid #d5dee8;
	color: #061f3a;
	display: grid;
	gap: 18px;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	min-height: 92px;
	padding: 14px 18px;
	text-decoration: none;
	transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card:hover,
.bbp-v2-header--clean .bbp-v2-products-mega__card:focus-visible {
	border-color: #0a4b8f;
	box-shadow: 0 12px 30px rgba(6, 31, 58, .09);
	transform: translateY(-2px);
}

.bbp-v2-header--clean .bbp-v2-products-mega__card-icon {
	display: grid;
	height: 48px;
	place-items: center;
	position: relative;
	width: 58px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card-icon::before,
.bbp-v2-header--clean .bbp-v2-products-mega__card-icon::after,
.bbp-v2-header--clean .bbp-v2-products-mega__card-icon i {
	border: 2px solid #0a4b8f;
	box-sizing: border-box;
	content: "";
	position: absolute;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card-icon::before {
	border-radius: 50%;
	height: 30px;
	left: 10px;
	top: 10px;
	width: 30px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card-icon::after {
	border-left: 0;
	height: 20px;
	right: 2px;
	top: 15px;
	width: 18px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card-icon i:nth-child(1) {
	border-width: 2px 0 0;
	bottom: 3px;
	height: 2px;
	left: 5px;
	right: 0;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card-icon i:nth-child(2) {
	border-radius: 50%;
	height: 7px;
	left: 21px;
	top: 21px;
	width: 7px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card-icon i:nth-child(3) {
	border-width: 0 0 2px 2px;
	height: 8px;
	left: 14px;
	top: 3px;
	width: 13px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card-copy {
	display: grid;
	gap: 4px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card-copy strong {
	font-size: 17px;
	font-weight: 700;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card-copy small {
	color: #68778a;
	font-size: 13px;
	line-height: 1.35;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card-arrow {
	color: #0a4b8f;
	font-size: 24px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__view-all {
	align-items: center;
	color: #0a4b8f;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	gap: 14px;
	margin-top: 22px;
	text-decoration: none;
}

.bbp-v2-header--clean .bbp-v2-products-mega__feature {
	background: #eaf2f8;
	display: flex;
	flex-direction: column;
	min-height: inherit;
	overflow: hidden;
	position: relative;
}

.bbp-v2-header--clean .bbp-v2-products-mega__feature img {
	display: block;
	flex: 1 1 50%;
	height: 260px;
	min-height: 220px;
	object-fit: contain;
	object-position: center;
	padding: 22px;
	width: 100%;
}

.bbp-v2-header--clean .bbp-v2-products-mega__feature--no-image::before {
	background:
		linear-gradient(135deg, rgba(10, 75, 143, .13), rgba(10, 174, 194, .02)),
		repeating-linear-gradient(90deg, transparent 0 39px, rgba(10, 75, 143, .06) 39px 40px);
	content: "";
	flex: 1 1 46%;
	min-height: 220px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__feature-copy {
	background: #edf4f9;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	padding: 25px clamp(24px, 3vw, 48px) 32px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__feature-copy > p {
	margin-bottom: 10px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__feature-copy h3 {
	color: #061f3a;
	font-size: clamp(24px, 2vw, 32px);
	line-height: 1.12;
	margin: 0 0 10px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__feature-copy > span {
	color: #536477;
	font-size: 14px;
	line-height: 1.5;
}

.bbp-v2-header--clean .bbp-v2-products-mega__feature-copy > a {
	align-items: center;
	align-self: flex-start;
	background: #0a4b8f;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 750;
	gap: 12px;
	margin-top: 18px;
	min-height: 44px;
	padding: 10px 18px;
	text-decoration: none;
}

@media (max-width: 1500px) and (min-width: 1201px) {
	.bbp-v2-header--clean .bbp-v2-products-mega__shell {
		grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
	}

	.bbp-v2-header--clean .bbp-v2-products-mega__tabpanel {
		grid-template-columns: minmax(400px, 1.1fr) minmax(300px, .9fr);
	}

	.bbp-v2-header--clean .bbp-v2-products-mega__categories {
		padding-right: 22px;
	}

	.bbp-v2-header--clean .bbp-v2-products-mega__series {
		padding-left: 28px;
		padding-right: 28px;
	}
}

.bbp-v2-header--clean .bbp-v2-drawer-toggle,
.bbp-v2-header--clean .bbp-v2-drawer {
	display: none !important;
}

/* Elementor canvas: keep the same fixed positioning as the visitor preview.
 * The editor toolbar sits outside the preview iframe, so a relative header
 * creates a false gap and makes the canvas disagree with the front end.
 * WordPress still exposes the admin-bar height variable inside that iframe,
 * even though the bar itself is not rendered there. Resetting the inset to
 * zero prevents that stale value from pushing the Header down a second time. */
body.elementor-editor-active .bbp-v2-header--clean,
.elementor-editor-active .bbp-v2-header--clean {
	--bbp-header-admin-offset: 0px;
	background: var(--bbp-header-background) !important;
	inset: 0 0 auto !important;
	position: fixed !important;
	transform: translate3d(0, 0, 0) !important;
}

body.elementor-editor-active .bbp-v2-header--clean.is-hidden,
.elementor-editor-active .bbp-v2-header--clean.is-hidden {
	transform: translate3d(0, 0, 0) !important;
}

@media (max-width: 1200px) {
	:where(.elementor-widget-bbp-v2-header-nav) {
		--bbp-header-height: 80px;
		--bbp-header-side: 28px;
		--bbp-header-logo-width: 144px;
		--bbp-header-logo-safe: 10px;
		--bbp-header-drawer-row: 64px;
		--bbp-header-drawer-padding-block: 16px;
	}

	body.bbp-v2-active .bbp-v2-header--clean,
	.bbp-v2-header--clean {
		background: var(--bbp-header-scrolled-background) !important;
	}

	body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__bar,
	.bbp-v2-header--clean .bbp-v2-header__bar {
		display: flex !important;
		justify-content: space-between !important;
		min-height: 0 !important;
	}

	body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__brand,
	.bbp-v2-header--clean .bbp-v2-header__brand {
		flex: 0 1 auto;
		height: var(--bbp-header-height) !important;
		max-width: calc(100% - var(--bbp-header-mobile-toggle) - var(--bbp-header-gap));
	}

	body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__brand img,
	body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__brand img.bbp-v2-header__logo--visual-width,
	.bbp-v2-header--clean .bbp-v2-header__brand img,
	.bbp-v2-header--clean .bbp-v2-header__brand img.bbp-v2-header__logo--visual-width {
		max-width: calc(100vw - (var(--bbp-header-side) * 2) - var(--bbp-header-mobile-toggle) - var(--bbp-header-gap)) !important;
		width: var(--bbp-header-logo-width) !important;
	}

	body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-nav,
	body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-header__utilities,
	.bbp-v2-header--clean .bbp-v2-nav,
	.bbp-v2-header--clean .bbp-v2-header__utilities {
		display: none !important;
	}

	body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-drawer-toggle,
	.bbp-v2-header--clean .bbp-v2-drawer-toggle {
		align-items: center;
		align-self: center;
		appearance: none;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		cursor: pointer;
		display: flex !important;
		flex-direction: column;
		gap: 7px;
		height: var(--bbp-header-mobile-toggle) !important;
		justify-content: center;
		margin: 0 !important;
		padding: 0 !important;
		width: var(--bbp-header-mobile-toggle) !important;
	}

	.bbp-v2-header--clean .bbp-v2-drawer-toggle > span:not(.screen-reader-text) {
		background: #fff !important;
		display: block;
		height: 2px;
		transition: transform .3s ease;
		width: var(--bbp-header-mobile-line) !important;
	}

	.bbp-v2-header--clean .bbp-v2-drawer-toggle[aria-expanded="true"] > span:nth-last-child(2) {
		transform: translateY(4.5px) rotate(45deg);
	}

	.bbp-v2-header--clean .bbp-v2-drawer-toggle[aria-expanded="true"] > span:last-child {
		transform: translateY(-4.5px) rotate(-45deg);
	}

	body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-drawer,
	.bbp-v2-header--clean .bbp-v2-drawer {
		background: #fff;
		box-sizing: border-box;
		display: block !important;
		height: calc(100vh - var(--bbp-header-height) - var(--bbp-header-admin-offset));
		height: calc(100dvh - var(--bbp-header-height) - var(--bbp-header-admin-offset));
		inset: 100% 0 auto;
		max-height: calc(100vh - var(--bbp-header-height) - var(--bbp-header-admin-offset));
		max-height: calc(100dvh - var(--bbp-header-height) - var(--bbp-header-admin-offset));
		min-height: 0;
		opacity: 0;
		overscroll-behavior: contain;
		overflow-y: auto;
		padding: var(--bbp-header-drawer-padding-block) var(--bbp-header-side) max(28px, env(safe-area-inset-bottom));
		pointer-events: none;
		position: absolute;
		transform: translateX(100%);
		transition: transform .42s ease, opacity .42s ease, visibility 0s linear .42s;
		visibility: hidden;
		z-index: 6;
	}

	body.bbp-v2-active .bbp-v2-header--clean .bbp-v2-drawer.is-open,
	.bbp-v2-header--clean .bbp-v2-drawer.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
		transition-delay: 0s;
		visibility: visible;
	}

	.bbp-v2-header--clean .bbp-v2-drawer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__item {
		border-bottom: 1px solid #dce3eb;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__row {
		align-items: center;
		display: flex;
		justify-content: space-between;
		min-height: var(--bbp-header-drawer-row);
	}

	.bbp-v2-header--clean .bbp-v2-drawer__row > a,
	.bbp-v2-header--clean .bbp-v2-drawer__row > span {
		color: #061f3a;
		font-size: clamp(24px, 4vw, 34px);
		font-weight: 600;
		text-decoration: none;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__row button {
		background: transparent !important;
		border: 0 !important;
		color: #083c78 !important;
		font-size: 30px;
		height: 48px;
		padding: 0;
		width: 48px;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__submenu {
		padding: 0 0 18px 18px !important;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__submenu a {
		color: #526170;
		display: block;
		font-size: 16px;
		padding: 8px 0;
		text-decoration: none;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__company-link a {
		display: block;
		padding: 14px 18px;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__company-link strong,
	.bbp-v2-header--clean .bbp-v2-drawer__company-link small {
		display: block;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__company-link small {
		color: #697789;
		font-size: 12px;
		line-height: 1.4;
		padding-top: 5px;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__mega-group {
		border-top: 1px solid #e3e9f0;
		padding: 10px 0 12px;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__mega-heading {
		align-items: center;
		color: #061f3a;
		display: flex !important;
		font-size: 17px !important;
		font-weight: 700;
		justify-content: space-between;
		padding: 9px 0 !important;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__mega-heading > span {
		color: #0a4b8f;
		font-size: 22px;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__mega-series {
		font-size: 14px !important;
		padding: 6px 0 6px 14px !important;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__actions {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
		margin-top: 28px;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__actions button {
		background: #083c78 !important;
		border: 0 !important;
		color: #fff !important;
		font-size: 13px;
		font-weight: 700;
		min-height: 52px;
		padding: 12px 16px;
		text-transform: uppercase;
	}
}

@media (max-width: 767px) {
	:where(.elementor-widget-bbp-v2-header-nav) {
		--bbp-header-height: 68px;
		--bbp-header-side: 18px;
		--bbp-header-logo-width: 112px;
		--bbp-header-logo-safe: 8px;
		--bbp-header-mobile-toggle: 44px;
		--bbp-header-mobile-line: 26px;
		--bbp-header-drawer-row: 58px;
		--bbp-header-drawer-padding-block: 12px;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__row > a,
	.bbp-v2-header--clean .bbp-v2-drawer__row > span {
		font-size: clamp(22px, 7vw, 28px);
	}

	.bbp-v2-header--clean .bbp-v2-drawer__actions {
		grid-template-columns: minmax(0, 1fr);
		margin-top: 20px;
	}
}

/* 2.4 industrial navigation refresh ---------------------------------------
 * These overrides deliberately keep the existing Elementor data contract and
 * Header row geometry. They replace the hard-edged catalogue treatment with
 * an opaque, layered and more tactile interface without moving page content.
 */
:where(.elementor-widget-bbp-v2-header-nav) {
	--bbp-menu-navy: #06213f;
	--bbp-menu-blue: #0b4f94;
	--bbp-menu-cyan: #12afc3;
	--bbp-menu-orange: #f4a326;
	--bbp-menu-ink: #102238;
	--bbp-menu-muted: #607086;
	--bbp-menu-line: #dbe4ed;
	--bbp-menu-mist: #edf4f8;
	--bbp-menu-radius: 22px;
}

.bbp-v2-header--clean .bbp-v2-nav__link:focus-visible,
.bbp-v2-header--clean .bbp-v2-nav-panel a:focus-visible,
.bbp-v2-header--clean .bbp-v2-nav-panel button:focus-visible,
.bbp-v2-header--clean .bbp-v2-drawer a:focus-visible,
.bbp-v2-header--clean .bbp-v2-drawer button:focus-visible {
	outline: 3px solid var(--bbp-menu-orange) !important;
	outline-offset: 3px;
}

.bbp-v2-header--clean .bbp-v2-nav-panel {
	background: #f4f7fa !important;
	box-shadow: 0 26px 70px rgba(4, 28, 51, .22);
	min-height: 0;
	padding: 18px clamp(18px, 3vw, 44px) 26px;
}

.bbp-v2-header--clean .bbp-v2-nav-panel::before {
	background: #f4f7fa;
}

/* Company and Solutions share one visual grammar while retaining independent
 * markup and Elementor content. */
.bbp-v2-header--clean .bbp-v2-company-menu,
.bbp-v2-header--clean .bbp-v2-solutions-menu {
	background: #f4f7fa !important;
}

.bbp-v2-header--clean .bbp-v2-company-menu__inner,
.bbp-v2-header--clean .bbp-v2-solutions-menu__inner {
	background: #fff;
	border: 1px solid rgba(9, 55, 94, .09);
	border-radius: var(--bbp-menu-radius);
	box-shadow: 0 18px 48px rgba(6, 31, 58, .09);
	display: grid;
	grid-template-columns: minmax(220px, .65fr) minmax(460px, 1.45fr) minmax(320px, .9fr);
	margin: 0 auto;
	max-width: min(var(--bbp-header-content-width), calc(100vw - 40px));
	min-height: 390px;
	overflow: hidden;
	padding: 0;
}

.bbp-v2-header--clean .bbp-v2-company-menu__intro,
.bbp-v2-header--clean .bbp-v2-solutions-menu__intro {
	background: linear-gradient(155deg, #f9fbfd, #edf4f8);
	border-right: 1px solid var(--bbp-menu-line);
	padding: 42px 32px;
}

.bbp-v2-header--clean .bbp-v2-solutions-menu__intro p,
.bbp-v2-header--clean .bbp-v2-solutions-menu__intro h2 {
	margin: 0;
}

.bbp-v2-header--clean .bbp-v2-solutions-menu__intro p {
	color: var(--bbp-menu-orange);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.bbp-v2-header--clean .bbp-v2-solutions-menu__intro h2 {
	color: var(--bbp-menu-ink);
	font-size: clamp(28px, 2.2vw, 40px);
	line-height: 1.08;
	padding-top: 12px;
}

.bbp-v2-header--clean .bbp-v2-solutions-menu__intro > a {
	align-items: center;
	color: var(--bbp-menu-blue);
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	gap: 12px;
	margin-top: 24px;
	min-height: 44px;
	text-decoration: none;
}

.bbp-v2-header--clean .bbp-v2-company-menu__links,
.bbp-v2-header--clean .bbp-v2-solutions-menu__links {
	align-content: center;
	background: #fff;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 30px;
}

.bbp-v2-header--clean .bbp-v2-company-menu__links a,
.bbp-v2-header--clean .bbp-v2-solutions-menu__links a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--bbp-menu-line) !important;
	border-radius: 16px;
	color: var(--bbp-menu-ink);
	display: flex;
	gap: 14px;
	justify-content: space-between;
	min-height: 100px;
	padding: 16px 18px;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bbp-v2-header--clean .bbp-v2-company-menu__links a:first-child {
	border-top: 1px solid var(--bbp-menu-line);
}

.bbp-v2-header--clean .bbp-v2-company-menu__links a:hover,
.bbp-v2-header--clean .bbp-v2-company-menu__links a:focus-visible,
.bbp-v2-header--clean .bbp-v2-solutions-menu__links a:hover,
.bbp-v2-header--clean .bbp-v2-solutions-menu__links a:focus-visible {
	border-color: rgba(18, 175, 195, .75) !important;
	box-shadow: 0 12px 30px rgba(6, 31, 58, .09);
	transform: translateY(-2px);
}

.bbp-v2-header--clean .bbp-v2-solutions-menu__links strong,
.bbp-v2-header--clean .bbp-v2-solutions-menu__links small {
	display: block;
}

.bbp-v2-header--clean .bbp-v2-solutions-menu__links strong {
	font-size: 16px;
	line-height: 1.2;
}

.bbp-v2-header--clean .bbp-v2-solutions-menu__links small {
	color: var(--bbp-menu-muted);
	font-size: 12px;
	line-height: 1.4;
	padding-top: 5px;
}

.bbp-v2-header--clean .bbp-v2-solutions-menu__links i {
	color: var(--bbp-menu-blue);
	font-size: 22px;
	font-style: normal;
}

.bbp-v2-header--clean .bbp-v2-company-menu__preview,
.bbp-v2-header--clean .bbp-v2-solutions-menu__preview {
	background: var(--bbp-menu-mist) !important;
	min-height: 390px;
	overflow: hidden;
	position: relative;
}

.bbp-v2-header--clean .bbp-v2-solutions-menu__preview img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.bbp-v2-header--clean .bbp-v2-solutions-menu__preview::after {
	background: linear-gradient(180deg, rgba(6, 31, 58, .04) 20%, rgba(6, 31, 58, .92));
	content: "";
	inset: 0;
	position: absolute;
}

.bbp-v2-header--clean .bbp-v2-solutions-menu__preview > div {
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 30px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.bbp-v2-header--clean .bbp-v2-solutions-menu__preview p {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
}

.bbp-v2-header--clean .bbp-v2-solutions-menu__preview a {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 750;
	gap: 12px;
	margin-top: 18px;
	min-height: 44px;
	text-decoration: none;
}

/* Products: retain the left-family / series / feature hierarchy, but make the
 * entire catalogue a single rounded technical surface. */
.bbp-v2-header--clean .bbp-v2-products-mega {
	background: #f4f7fa !important;
}

.bbp-v2-header--clean .bbp-v2-products-mega__shell {
	background: #fff;
	border: 1px solid rgba(9, 55, 94, .09);
	border-radius: var(--bbp-menu-radius);
	box-shadow: 0 18px 48px rgba(6, 31, 58, .09);
	grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
	max-width: min(var(--bbp-header-content-width), calc(100vw - 40px));
	min-height: clamp(480px, 54vh, 590px);
	overflow: hidden;
	padding: 0;
}

.bbp-v2-header--clean .bbp-v2-products-mega__categories {
	background: linear-gradient(160deg, #f9fbfd, #edf4f8);
	padding: 34px 24px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__tabs {
	gap: 8px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__tabs button {
	border-radius: 13px !important;
	min-height: 50px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__tabs button::before {
	border-radius: 3px;
	inset: 11px auto 11px 0;
}

.bbp-v2-header--clean .bbp-v2-products-mega__series {
	padding: 34px clamp(24px, 2.5vw, 44px);
}

.bbp-v2-header--clean .bbp-v2-products-mega__cards {
	gap: 12px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card {
	border-radius: 16px;
	min-height: 98px;
	padding: 15px 18px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__card-icon {
	background: var(--bbp-menu-mist);
	border-radius: 14px;
	height: 58px;
	width: 58px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__feature {
	background: linear-gradient(155deg, #eaf2f8, #dfeef6);
}

.bbp-v2-header--clean .bbp-v2-products-mega__feature img {
	aspect-ratio: 3 / 2;
	height: auto;
	max-height: 300px;
	min-height: 220px;
}

.bbp-v2-header--clean .bbp-v2-products-mega__feature-copy {
	background: rgba(255, 255, 255, .62);
	border-top: 1px solid rgba(9, 55, 94, .09);
}

.bbp-v2-header--clean .bbp-v2-products-mega__feature-copy > a {
	border-radius: 10px;
}

@media (max-width: 1500px) and (min-width: 1201px) {
	.bbp-v2-header--clean .bbp-v2-company-menu__inner,
	.bbp-v2-header--clean .bbp-v2-solutions-menu__inner {
		grid-template-columns: minmax(200px, .55fr) minmax(420px, 1.35fr) minmax(280px, .8fr);
	}

	.bbp-v2-header--clean .bbp-v2-company-menu__links,
	.bbp-v2-header--clean .bbp-v2-solutions-menu__links {
		padding: 24px;
	}
}

@media (max-width: 1200px) {
	.bbp-v2-header--clean .bbp-v2-drawer {
		background: #f4f7fa;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__item {
		background: #fff;
		border: 1px solid var(--bbp-menu-line);
		border-radius: 16px;
		margin-bottom: 10px;
		overflow: hidden;
		padding: 0 16px;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__submenu {
		background: #f8fafc;
		border-radius: 12px;
		margin-bottom: 14px !important;
		padding: 8px !important;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__company-link a,
	.bbp-v2-header--clean .bbp-v2-drawer__mega-group {
		border: 0;
		border-radius: 10px;
		padding: 12px !important;
	}

	.bbp-v2-header--clean .bbp-v2-drawer__company-link + .bbp-v2-drawer__company-link,
	.bbp-v2-header--clean .bbp-v2-drawer__mega-group + .bbp-v2-drawer__mega-group {
		border-top: 1px solid var(--bbp-menu-line);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bbp-v2-header--clean,
	.bbp-v2-header--clean *,
	.bbp-v2-header--clean *::before,
	.bbp-v2-header--clean *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
