@font-face {
	font-family: 'News Gothic';
	src: url('../fonts/NewsGothicStd.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'News Gothic';
	src: url('../fonts/NewsGothicStd-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.menu-item.wtc-mega-menu-item {
	position: static;
}

.wtc-custom-nav .e-con-inner,
.wtc-custom-nav .e-con-inner .elementor-widget-nav-menu,
.wtc-custom-nav .e-con-inner .elementor-widget-nav-menu .elementor-widget-container,
.wtc-custom-nav .e-con-inner .elementor-widget-nav-menu .elementor-widget-container .elementor-nav-menu--main,
.wtc-custom-nav .e-con-inner .elementor-widget-nav-menu .elementor-widget-container .elementor-nav-menu--main ul.elementor-nav-menu {
	position: static;
}

.wtc-custom-nav .wtc-mega-menu-sub-menu-container {
	display: block;
	width: 100%;
	position: absolute;
    top: 100% !important;
    left: 0 !important;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 8px 24px 0px #00005829;
    z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	pointer-events: none;
}

.wtc-custom-nav .elementor-nav-menu .menu-item:not(.wtc-mega-menu-item)>.sub-menu {
	display: none;
	width: 100%;
	min-width: 250px;
}

.wtc-custom-nav .elementor-nav-menu .menu-item:not(.wtc-mega-menu-item).open>.sub-menu,
.wtc-custom-nav .elementor-nav-menu .menu-item:not(.wtc-mega-menu-item):focus-within>.sub-menu {
	display: block;
}

.wtc-custom-nav .elementor-nav-menu .menu-item.wtc-mega-menu-item.wtc-mega-menu-active>.wtc-mega-menu-sub-menu-container,
.wtc-custom-nav .elementor-nav-menu .menu-item.wtc-mega-menu-item.open>.wtc-mega-menu-sub-menu-container {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.wtc-custom-nav .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:not(.open):not(.wtc-mega-menu-active):not(.highlighted):not(:hover):before,
.wtc-custom-nav .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:not(.open):not(.wtc-mega-menu-active):not(.highlighted):not(:hover):after {
	opacity: 0 !important;
}

.wtc-custom-nav .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.highlighted:before,
.wtc-custom-nav .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.highlighted:after {
	opacity: 1 !important;
}

/* Sub-arrow icon visibility - Desktop vs Mobile */
.wtc-custom-nav .sub-arrow .sub-arrow-desktop {
	display: inline-block;
}

.wtc-custom-nav .sub-arrow .sub-arrow-desktop,
.wtc-custom-nav .sub-arrow .sub-arrow-desktop img {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.wtc-custom-nav .sub-arrow .sub-arrow-mobile {
	display: none;
	fill: #fff;
}

/* Hide mobile-only arrow on desktop */
.wtc-custom-nav .sub-arrow-mobile-only {
	display: none;
}

.wtc-custom-nav .elementor-nav-menu ul.wtc-mega-menu-sub-menu {
	/* position: absolute;
	top: 100% !important;
	left: 0 !important; */
	position: static;
	display: flex;
	gap: 32px;
	max-width: 1216px;
	width: 100%;
	/* margin-top: 0;
	padding: 54px 104px;
	background: #fff;
	box-shadow: 0px 8px 24px 0px #00005829; */
	margin: 0 auto;
	z-index: 9999;
	padding: 54px 0;
	list-style: none;
	border-radius: 0;
	border: none;
	list-style: none;
}

.wtc-mega-menu-columns-1 .wtc-mega-menu-column-wrapper {
	width: 100%;
}

.wtc-mega-menu-columns-2 .wtc-mega-menu-column-wrapper {
	width: calc(50% - 15px);
}

.wtc-mega-menu-columns-3 .wtc-mega-menu-column-wrapper {
	width: calc(33.333% - 20px);
}

.wtc-mega-menu-columns-4 .wtc-mega-menu-column-wrapper {
	width: calc(25% - 22.5px);
}

.wtc-mega-menu-column-wrapper {
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 0;
	flex: 1;
	min-width: 0;
}

.wtc-mega-menu-column-header {
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.wtc-mega-menu-column-header-wrapper {
	margin-bottom: 25px;
}

.wtc-mega-menu-column-wrapper .wtc-mega-menu-column-title {
	margin-bottom: 32px;
	font-family: Open Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -3%;
	text-transform: uppercase;
	color: #7A7A7A;
}

.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-column-items {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
	top: 0 !important;
	list-style: none;
}

.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-column-item {
	padding: 0;
	box-sizing: border-box;
	margin: 0;
}

.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-link {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 12px;
	text-decoration: none;
	color: #333;
	transition: color 0.3s ease;
	padding: 0;
	border-left: 0;
	border-radius: 0;
	white-space: normal;
}

.wtc-custom-nav .menu-item-13974 .wtc-mega-menu-column-wrapper .wtc-mega-menu-column-item:last-child .wtc-mega-menu-description,
.wtc-custom-nav .menu-item-13975 .wtc-mega-menu-column-wrapper .wtc-mega-menu-description {
	white-space: nowrap;
}

.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-link:hover,
.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-link:focus {
	color: #0073aa;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	min-width: 50px;
	background-color: #E7E7EB;
	border-radius: 8px;
	color: #fff;
}

.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-icon .dashicons {
	color: #fff;
	font-size: 20px;
	width: 20px;
	height: 20px;
}

.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-link-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 4px;
	min-width: 0;
}

.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-title {
	font-family: "News Gothic", Sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #0E3B77;
}

.wtc-mega-menu-column-item.wtc-mega-menu-column-item-has-image .wtc-mega-menu-card .wtc-mega-menu-title {
	font-size: 18px;
	line-height: 24px;
	color: #2B282C;
}

.wtc-mega-menu-column-item.wtc-mega-menu-column-item-has-image .wtc-mega-menu-card.wtc-mega-menu-card-no-bg .wtc-mega-menu-title {
	font-size: 20px;
	color: #0E3B77;
}

.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-description {
	font-family: "Open Sans", Sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #7A7A7A;
}

.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-link-text {
	display: inline-block;
	font-size: 14px;
	color: #0E3B77;
	margin-top: 8px;
	text-decoration: none;
	position: relative;
	padding-right: 20px;
}

.wtc-mega-menu-column-item.wtc-mega-menu-column-item-has-image .wtc-mega-menu-card .wtc-mega-menu-link-text {
	margin: 0;
	padding: 0;
	border: none;
	display: flex;
	gap: 4px;
	font-family: "Open Sans", Sans-serif !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -3%;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 8%;
}

.wtc-mega-menu-column-item.wtc-mega-menu-column-item-has-image .wtc-mega-menu-card.wtc-mega-menu-card-no-bg .wtc-mega-menu-link-text {
	margin-top: 7px;
}

.wtc-mega-menu-image {
	margin-bottom: 0;
	border-radius: 0;
	overflow: visible;
}

.wtc-mega-menu-image img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.wtc-mega-menu-column-item.has-image-left .wtc-mega-menu-link {
	flex-direction: row;
}

.wtc-mega-menu-column-item.has-image-right .wtc-mega-menu-link {
	flex-direction: row-reverse;
}

.wtc-mega-menu-image-left {
	flex-shrink: 0;
	margin-right: 15px;
	margin-bottom: 0;
	width: 60px;
	height: 40px;
	object-fit: cover;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.wtc-mega-menu-image-right {
	flex-shrink: 0;
	margin-left: 15px;
	margin-bottom: 0;
	width: 60px;
	height: 40px;
	object-fit: cover;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.wtc-mega-menu-image-left img,
.wtc-mega-menu-image-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.wtc-mega-menu-column-item {
	margin: 0 0 16px 0;
}

.wtc-mega-menu-column-item-button {
	width: fit-content;
}

.wtc-mega-menu-column-item-button .wtc-mega-menu-button-link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px !important;
	height: 40px;
	line-height: 24px;
	background-color: #D64000;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	font-family: "Open Sans", Sans-serif !important;
	font-weight: 700;
	font-size: 16px;
	border: none;
}

.wtc-mega-menu-column-item-button .wtc-mega-menu-button-link:hover {
	background-color: #cc3d00;
	transition: none;
	border: none;
}

.wtc-mega-menu-column-item-button .wtc-mega-menu-button-text {
	display: block;
}

.wtc-mega-menu-column-item-button .wtc-mega-menu-button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
}

.wtc-mega-menu-column-item-button .wtc-mega-menu-button-icon svg {
	width: 36px;
	height: 36px;
	color: #fff;
}

.wtc-mega-menu-column-item-cta .wtc-mega-menu-cta-card {
	padding: 32px 0 32px 32px;
	background-color: #D64000;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.wtc-mega-menu-column-item-cta .wtc-mega-menu-cta-image {
	width: 100%;
	overflow: hidden;
}

.wtc-mega-menu-column-item-cta .wtc-mega-menu-cta-image .wtc-mega-menu-cta-image-link {
	margin: 0;
	padding: 0 !important;
	border: none !important;
}

.wtc-mega-menu-column-item-cta .wtc-mega-menu-cta-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.wtc-mega-menu-column-item-cta .wtc-mega-menu-cta-image-link {
	display: block;
}

.wtc-mega-menu-column-item-cta .wtc-mega-menu-cta-content {
	max-width: 302px;
	margin-top: 24px;
}

.wtc-mega-menu-column-item-cta .wtc-mega-menu-cta-title,
.wtc-mega-menu-column-item-cta .wtc-mega-menu-cta-title-link {
	font-family: "News Gothic", Sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	flex-grow: unset;
	white-space: wrap !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.wtc-mega-menu-column-item-cta .wtc-mega-menu-cta-description {
	font-family: "Open Sans", Sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0;
}

.wtc-mega-menu-column-item-cta .wtc-mega-menu-cta-link {
	padding: 0 !important;
	margin-top: 24px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: "Open Sans", Sans-serif !important;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
	border: none !important;
}

.wtc-mega-menu-column-item-cta .wtc-mega-menu-cta-link-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.wtc-mega-menu-column-item-cta .wtc-mega-menu-cta-link:hover {
	color: #ffe7d9;
}

.wtc-mega-menu-card {
	width: 100%;
}

.wtc-mega-menu-card.wtc-mega-menu-card-no-bg {
	background-color: transparent !important;
	padding: 0 !important;
	border-radius: 0;
}

.wtc-mega-menu-column-item.wtc-mega-menu-column-item-has-image .wtc-mega-menu-card {
	background-color: #E7E7EB;
	border-radius: 12px;
	padding: 20px;
	box-sizing: border-box;
}

.wtc-mega-menu-card-wrapper {
	display: flex;
	flex-direction: row;
	gap: 16px;
	margin: 0;
	width: 100%;
}

.wtc-mega-menu-card-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.wtc-mega-menu-column-item.wtc-mega-menu-column-item-has-image .wtc-mega-menu-card .wtc-mega-menu-card-content {
	gap: 12px;
	justify-content: space-between;
}

.wtc-mega-menu-column-item.wtc-mega-menu-column-item-has-image .wtc-mega-menu-image a {
	width: 108px;
	height: 108px;
	display: block;
}

.wtc-mega-menu-column-item.wtc-mega-menu-column-item-has-image .wtc-mega-menu-image a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wtc-mega-menu-column-item.wtc-mega-menu-column-item-has-image .wtc-mega-menu-card.wtc-mega-menu-card-no-bg .wtc-mega-menu-card-content {
	gap: 2px !important;
}

.wtc-mega-menu-card-wrapper .wtc-mega-menu-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 16px;
	font-size: 20px;
	line-height: 1;
}

.wtc-mega-menu-card-wrapper .wtc-mega-menu-icon .dashicons {
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 1;
}

.wtc-mega-menu-card-wrapper .wtc-mega-menu-icon img {
	max-width: 24px;
	height: auto;
	display: block;
}

.wtc-mega-menu-card .wtc-mega-menu-title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	color: #000;
}

.wtc-mega-menu-card .wtc-mega-menu-title-link,
.wtc-mega-menu-card .wtc-mega-menu-image-link {
	padding: 0 !important;
	flex-grow: unset;
    white-space: wrap !important;
	text-decoration: none;
	color: inherit;
	border: none !important;
}

.wtc-mega-menu-card .wtc-mega-menu-title-link:hover {
	text-decoration: none;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.wtc-mega-menu-card .wtc-mega-menu-card-date {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #7A7A7A;
	margin-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.wtc-mega-menu-card .wtc-mega-menu-card-date-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
}

.wtc-mega-menu-card .wtc-mega-menu-card-date-icon img {
	display: block;
	width: 16px;
	height: 16px;
}

.wtc-mega-menu-card .wtc-mega-menu-card-date-text {
	font-family: Open Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -1%;
	color: #2B282C;
}

.wtc-mega-menu-card .wtc-mega-menu-description {
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 1.5;
	margin: 0;
}

.wtc-mega-menu-card .wtc-mega-menu-link-text {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #0E3B77;
	margin-top: 8px;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.wtc-mega-menu-card .wtc-mega-menu-link-arrow {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.3s ease;
}

.wtc-mega-menu-card .wtc-mega-menu-link-text:hover {
	color: #005a87;
}

.wtc-mega-menu-card .wtc-mega-menu-link-text:hover .wtc-mega-menu-link-arrow {
	transform: translateX(1px);
}

/* Image styling for card items */
.wtc-mega-menu-card .wtc-mega-menu-image {
	flex-shrink: 0;
	width: 108px;
	height: 108px;
	overflow: hidden;
	border-radius: 8px;
}

.wtc-mega-menu-card .wtc-mega-menu-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Image position: right */
.wtc-mega-menu-column-item.image-position-right .wtc-mega-menu-card-wrapper {
	flex-direction: row;
}

.wtc-mega-menu-column-item.image-position-right .wtc-mega-menu-card-content {
	order: 1;
}

.wtc-mega-menu-column-item.image-position-right .wtc-mega-menu-image {
	order: 2;
}

/* Image position: left */
.wtc-mega-menu-column-item.image-position-left .wtc-mega-menu-card-wrapper {
	flex-direction: row-reverse;
}

/* .wtc-mega-menu-column-item.image-position-left .wtc-mega-menu-card-content {
	order: 2;
}

.wtc-mega-menu-column-item.image-position-left .wtc-mega-menu-image {
	order: 1;
} */

@media (max-width: 1300px) {
	.wtc-mega-menu-description br,
	.wtc-mega-menu-cta-description br {
		display: none;
	}
}

@media (min-width: 1025px) {
	#elementor-popup-modal-2106 {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.mobile-navigation {
		padding: 0 !important;
	}

	body:not(.rtl) #elementor-popup-modal-2106 .dialog-close-button {
		top: 30px !important;
		right: 20px !important;
	}

	/* Arrow controls */
	.wtc-custom-nav .wtc-mega-menu-sub-menu-container {
		padding-top: 18px;
		position: static;
		background: transparent;
		box-shadow: none;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-20px);
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
		pointer-events: none;
		max-height: 0;
		overflow: hidden;
	}

	.wtc-custom-nav .sub-arrow .sub-arrow-desktop {
		display: none;
	}

	.wtc-custom-nav .sub-arrow .sub-arrow-mobile {
		display: inline-block;
	}

	.wtc-custom-nav .sub-arrow {
		cursor: pointer;
		pointer-events: auto;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
	}

	.wtc-custom-nav .sub-arrow svg {
		pointer-events: auto;
	}

	.wtc-custom-nav .sub-arrow-mobile-only {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-left: auto;
		flex-shrink: 0;
		cursor: pointer;
		pointer-events: auto;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
	}

	.wtc-custom-nav .sub-arrow-mobile-only svg {
		width: 10px;
		height: auto;
		fill: #fff;
		color: #fff;
		pointer-events: auto;
	}

	/* Open state for dropdown parents */
	.wtc-custom-nav .elementor-nav-menu .menu-item.open>.sub-menu,
	.wtc-custom-nav .elementor-nav-menu .menu-item.open>.wtc-mega-menu-sub-menu-container,
	.wtc-custom-nav .elementor-nav-menu .menu-item.open>.wtc-mega-menu-sub-menu,
	.mobile-navigation .menu-item.open>.wtc-mega-menu-sub-menu-container,
	.mobile-navigation .menu-item.open>.wtc-mega-menu-sub-menu {
		display: block !important;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
		max-height: none;
	}

	/* WTC mega menu adjustments */
	.wtc-mega-menu-sub-menu {
		position: static !important;
		display: flex;
		flex-direction: column;
		gap: 32px;
		padding: 6px 0 12px 0px !important;
		list-style: none;
		box-shadow: none !important;
		background: transparent !important;
	}

	.wtc-mega-menu-column-wrapper {
		width: 100% !important;
	}

	.wtc-mega-menu-column-items {
		list-style: none;
		padding-left: 0;
		margin-left: 0;
	}

	.wtc-mega-menu-column-wrapper .wtc-mega-menu-column-title {
		margin-bottom: 24px;
		font-size: 20px;
		text-transform: initial;
	}

	.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-title,
	.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-description {
		font-size: 18px;
		color: #0E3B77;
	}

	.wtc-custom-nav .wtc-mega-menu-column-wrapper .wtc-mega-menu-description {
		font-size: 16px;
		color: #7A7A7A;
	}

	.wtc-custom-nav .menu-item-13974 .wtc-mega-menu-column-wrapper .wtc-mega-menu-column-item:last-child .wtc-mega-menu-description,
	.wtc-custom-nav .menu-item-13975 .wtc-mega-menu-column-wrapper .wtc-mega-menu-description {
		white-space: normal;
	}

	.wtc-mega-menu-column-title {
		color: rgba(255, 255, 255, .8);
		font-weight: 600;
		font-size: 14px;
		margin-bottom: 8px;
		text-transform: uppercase;
	}

	.wtc-mega-menu-column-item-button .wtc-mega-menu-button-link {
		width: 100%;
	}

	.wtc-mega-menu-image img {
		max-width: 100%;
		display: block;
	}

	/* Jet/Elementor mobile nav */
	.jet-nav-wrap.m-layout-mobile .jet-nav>li {
		list-style: none;
	}

	.jet-nav-wrap.m-layout-mobile .jet-nav>li>a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #E7E7EB;
		color: #2B282C;
		font-weight: 700;
		font-size: 20px;
		text-decoration: none;
	}

	.jet-nav-wrap.m-layout-mobile .jet-nav>li.open>a {
		opacity: .95;
	}

	.jet-nav-wrap.m-layout-mobile .sub-arrow {
		margin-left: 12px;
		display: inline-flex;
		transition: transform .25s ease;
		color: #fff;
		width: 18px;
		height: 18px;
	}

	.jet-nav-wrap.m-layout-mobile li.open>a .sub-arrow {
		transform: rotate(180deg);
	}

	.jet-nav-wrap.m-layout-mobile .sub-menu,
	.jet-nav-wrap.m-layout-mobile .wtc-mega-menu-sub-menu-container {
		display: none;
		background: inherit;
		list-style: none;
		padding-left: 0;
		padding-top: 10px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-20px);
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, max-height 0.3s ease;
		pointer-events: none;
		max-height: 0;
		overflow: hidden;
	}

	.jet-nav-wrap.m-layout-mobile li.open>.sub-menu,
	.jet-nav-wrap.m-layout-mobile li.open>.wtc-mega-menu-sub-menu-container,
	.jet-nav-wrap.m-layout-mobile li.open>.wtc-mega-menu-sub-menu {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-top: 8px;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
		max-height: none;
	}

	.jet-nav-wrap.m-layout-mobile .sub-menu li a,
	.jet-nav-wrap.m-layout-mobile .wtc-mega-menu-sub-menu li a {
		font-size: 16px;
		font-weight: 400;
	}

	.wtc-mega-menu-column-item.wtc-mega-menu-column-item-has-image .wtc-mega-menu-card .wtc-mega-menu-card-content {
		gap: 4px;
	}

	.wtc-mega-menu-card .wtc-mega-menu-card-date {
		margin-bottom: 0;
	}

	.elementor-popup-modal .dialog-close-button svg {
		fill: #1A1919 !important;
	}
}
