.mobile-menu-toggle-d4443805 {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	background: #0a0c19;
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
	flex-direction: column;
	gap: 6px;
	padding: 18px 12px;
}

/* Override theme styles for the custom toggle and hide theme's default burger menu */
@media screen and (max-width: 1024px) {
	.mobile-menu-toggle-d4443805 {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	/* Hide the theme's default burger menu */
	.burger-menu, .mobile-menu-icon {
		display: none !important;
	}
}

.mobile-menu-toggle-d4443805 .line-menu {
	background-color: #ffffff !important;
	border-radius: 2px;
	width: 100%;
	height: 3px;
	transition: all 0.3s ease;
}

.mobile-menu-toggle-d4443805 .line-menu.line-half {
	width: 50%;
}

.mobile-menu-toggle-d4443805 .line-menu.first-line {
	align-self: flex-end;
	transform-origin: right;
}

.mobile-menu-toggle-d4443805 .line-menu.last-line {
	align-self: flex-start;
	transform-origin: left;
}

.mobile-menu-overlay-d4443805 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 12, 25, 0.95);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.mobile-menu-close-d4443805 {
	position: absolute;
	top: 20px;
	right: 30px;
	background: none;
	border: none;
	color: #ffffff;
	font-size: 40px;
	cursor: pointer;
}

.mobile-nav-menu-d4443805 {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.mobile-nav-menu-d4443805 li {
	margin: 20px 0;
}

.mobile-nav-menu-d4443805 a {
	color: #ffffff;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	transition: color 0.3s;
}

.mobile-nav-menu-d4443805 a:hover {
	color: #FE5A0E;
}
