@import url("https://fonts.googleapis.com/css2?family=Borel&family=Charm:wght@400;700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
	font-size: 16px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	-webkit-appearance: none;
	font-family: "Fira Sans", sans-serif;
	line-height: 1.45rem;
	font-weight: 300;
}

html {
	color: white;
}

::selection {
	color: white;
	background-color: #3a0ca3;
}

i {
	font-style: italic;
}

b,
em,strong {
	font-weight: 600;
    color: #3a0ca3;
}

p {
	margin-bottom: 1.3rem;
}

img {
	max-width: 100%;
}

ul,
ol {
	padding-left: 1rem;
	margin: 0 0 1rem;
}

ul>li {
	list-style-type: disc;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

blockquote {
    background: #eaeaea;
    padding: 1rem;
    border-radius: 1rem;
    margin: -1rem -1rem 0;
    font-size: 0.9rem;
    font-style: italic;
}

body {
	line-height: 1;
	transition: all 300ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
	padding: 2rem 2rem;
	background-color: #4cc9f0;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:hover {
	font-style: normal;
	color: inherit;
}

h1,
h2,
h3,
h4 {
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #3a0ca3;
	margin: 2rem 0 0.5rem;
}

h1 {
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 600;
}

h2 {
	font-size: 1.75rem;
	line-height: 2rem;
	font-weight: 600;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 600;
	margin: 1.25rem 0 0.5rem;
}

h4 {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 600;
	margin: 0 0 0.25rem;
}

.loading {
	position: relative;
	z-index: 99998;
	pointer-events: none;
}

.shape-overlays {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	cursor: pointer;
	pointer-events: none;
}

.loader {
	width: calc(100px - 30px);
	height: 60px;
	position: absolute;
	animation: flippx 2s infinite linear;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	z-index: 999999;
}

.loader:before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	transform-origin: -24px 50%;
	animation: spin 1s infinite linear;
}

.loader:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

@keyframes flippx {

	0%,
	49% {
		transform: scaleX(1);
	}

	50%,
	100% {
		transform: scaleX(-1);
	}
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

.wrapper,
.wrapper-copy {
	max-width: 1441px;
	margin: 0 auto;
}

.wrapper-copy {
		max-width: 880px;
	}

.wrapper-content {
	max-width: 1441px;
	margin: 0 auto;
}


.header {
	position: absolute;
	z-index: 999;
	top: 1rem;
	left: 0;
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-wrap: nowrap;
	padding: 1rem;
	color: white;
}

.menu,
.contact-action {
	width: 7rem;
}

.logo {
	margin-top: 0.5rem;
}

.logo:hover,
.logo:focus,
.logo:visited {
	cursor: pointer;
	color: white;
	text-decoration: none;
}

.logo b {
	color: white;
}

.hero {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: stretch;
	border-radius: 3rem;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: white;
	overflow: hidden;
}

.hero.hero-small {
	width: 100%;
	display: flex;
	align-items: stretch;
	align-items: center;
	position: relative;
	top: auto;
	left: auto;
	color: white;
	overflow: hidden;
	margin-top: 5rem;
	height: unset;
}

.hero_copy {
	padding: 0 5vw;
	position: relative;
	z-index: 2;
	text-align: center;
}
.hp .hero_copy {
	margin-top: -8rem;
	width: 100vw;
	text-align: left;
}

.hero_space {
	width: 1%;
}

.hero h1, .hero h2 {
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
	font-weight: 900;
    font-size: 4rem;
    line-height: 4rem;
	color: white;
	margin: 0;
}


@media screen and (max-width: 960px) {
	.hero h1, .hero h2 {
		font-size: 3rem;
		line-height: 3rem;
	}
}
@media screen and (max-width: 700px) {
	.hero h1, .hero h2 {
		font-size: 2.25rem;
		line-height: 2.25rem;
	}
}

@media screen and (max-width: 530px) {
	.hero h1, .hero h2 {
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
}
.hero.hero-small h1,
.hero.hero-small h2 {
	font-size: 3rem;
	line-height: 3rem;
	margin: 0;
}

.hero.hero-small h1.font-creative {
	font-size: 5rem;
	line-height: 6rem;
	padding-top: 8rem;
	padding-bottom: 1rem;
	text-align: center;
}

.hero.hero-small .hero_copy {
	text-align: left;
}

.hero .font-creative,
.hero h1 span.font-creative {
	font-family: "Borel", cursive;
	margin-top: 1rem;
	padding: 2rem 0;
	position: relative;
	z-index: 1;
	display: block;
}

.hp .hero .font-creative,
.hp .hero h1 span.font-creative {
	padding: 1rem 0 0;
	margin-top: 0;
	font-size: 2rem;
}
.hero.hero-small .font-creative,
.hero.hero-small h1 span.font-creative {
	margin-top: 0;
}

@media screen and (max-width: 960px) {
	.hp .hero .font-creative,
.hp .hero h1 span.font-creative  {
		font-size: 2rem;
		line-height: 4rem;
	}
}


@media screen and (max-width: 530px) {
	.hp .hero .font-creative,
.hp .hero h1 span.font-creative  {
		font-size: 1rem;
		line-height: 3rem;
	}
}


@keyframes textShine {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 100% 50%;
	}
}

.hp .hero .font-creative {
	color: #fbda61;
	transform: translate(0%, 1rem);
	background: linear-gradient(-45deg,
			#ee7752 10%,
			#7953cd 20%,
			#f72585 40%,
			#fbda61 60%,
			#23d5ab 80%,
			#ee7752 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	background-size: 500% auto;
	animation: textShine 8s ease-in-out infinite alternate-reverse;
	transition: all 0.3s ease;
}


/* .hero h2.font-creative:hover {
	background: linear-gradient(-45deg,
			#fff 10%,
			#fff 20%,
			#fff 40%,
			#fff 60%,
			#fff 80%,
			#fff 100%);
			-webkit-background-clip: text;
			background-clip: text;
			-webkit-text-fill-color: transparent;
			text-fill-color: transparent;
			background-size: 500% auto;
			animation: textShine 8s ease-in-out infinite alternate-reverse;
			transition: all 0.3s ease;
	transition: all 1s ease;
} */


.hero.hero-title {
	width: 100%;
	display: flex;
	align-items: stretch;
	border-radius: 3rem;
	align-items: end;
	position: relative;
	top: auto;
	left: auto;
	color: white;
	overflow: hidden;
	margin-top: 3rem;
	height: 6rem;
}

.hero.hero-title h1,
.hero.hero-title h2 {
	font-size: 2rem;
	line-height: 2rem;
	margin: 0;
}

.hero-fixed-content {
	position: absolute;
	left: 50%;
	width: 100%;
	bottom: 4rem;
	text-align: center;
	margin-left: -50%;
}

.bullets {
	border-radius: 50%;
	height: 1rem;
	width: 1rem;
	border: 0.35rem solid currentColor;
	display: inline-block;
}

.stops {
	margin-left: -0.5rem;
}

.action,
.action:visited,
.action:focus,
.action:active {
	display: inline-block;
	background: #3a0ca3;
	color: white;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 0.5rem;
	padding: 1rem 2rem;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
}

.action:hover {
	color: white;
	text-decoration: none;
	background: #4e1ebe;
}

.action::before {
	content: " ";
	border-radius: 0.15rem;
	height: 1rem;
	width: 1rem;
	border: 0.25rem solid currentColor;
	display: inline-block;
	margin-right: 0.15rem;
	margin-bottom: -0.15rem;
}

.menu .menu-content {
	display: none;
}

.menu .menu-content ul {
	padding: 0;
}

.menu .menu-content li {
	line-height: 2rem;
	margin-top: 0.25rem;
	list-style: none;
	position: relative;
}

.menu .menu-content li.has-submenu > a {
	padding-right: 2rem;
	cursor: pointer;
	position: relative;
}

.menu .menu-content li.has-submenu > a::after {
	content: "";
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	font-size: 0.8rem;
	transition: transform 0.3s ease;
}

.menu .menu-content li.has-submenu.submenu-open > a::after {
	transform: translateY(-50%) rotate(180deg);
}

.menu .menu-content .submenu {
	display: none;
	padding-left: 0;
	margin-top: 0.25rem;
}

.menu .menu-content > ul > li.has-submenu.submenu-open > .submenu {
    display: block !important;
}

.menu .menu-content .submenu li {
	margin-top: 0.25rem;
}

.menu .menu-content a, .menu .menu-content .submenu li.category-header > span {
	font-size: 1rem;
	line-height: 2rem;
	font-weight: 600;
	display: block;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	padding: 0 0.5rem;
	margin: 0 -0.5rem;
	padding-left: 30px;
}
.menu .menu-content a:hover, .menu .menu-content .submenu li.category-header > span:hover {
	color: #fbda61;
}


.menu .menu-content li a,
.menu .menu-content li a:visited {
	text-decoration: none;

}


.menu .menu-content li a.current {
	border: #fbda61 2px solid;
	display: block;
	border-radius: 0.75rem;
}

.menu .menu-content li:not(.has-submenu) a.current {
	border: #fbda61 2px solid;
	background-color: #fbda61;
	color: #3a0ca3;
	display: block;
	border-radius: 0.75rem;
}


/* Sub-submenu styles */
.menu .menu-content .submenu li.has-submenu > a {
	position: relative;
}


.menu .menu-content .submenu .submenu {
	margin-left: -4px !important;
}

.menu .menu-content .submenu li.has-submenu.submenu-open .submenu {
	display: block !important;
}

.menu .menu-content .submenu .submenu li {
	margin-top: 0.25rem;
}


/* .menu .menu-content .submenu .submenu li a::before {
	content: "→";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	opacity: 0.7;
	transition: all 0.3s ease;
} */

.menu .menu-content.active {
	display: block;
	background: #2a0a83;
	width: 16rem;
	border-radius: 1rem;
	position: absolute;
	z-index: 2;
	padding: 3rem 2rem 1rem;
	margin: -1rem 0 0 0rem;
}

.menu-action {
	text-align: left;
	padding-left: 1rem;
	position: absolute;
	z-index: 3;
	font-weight: 600;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

.menu-action:hover {
	cursor: pointer;
}

.menu-action::before {
	content: " ";
	border-radius: 50%;
	height: 1rem;
	width: 1rem;
	border: 0.25rem solid white;
	display: inline-block;
	margin-bottom: -0.15rem;
}

.contact-action {
	text-align: right;
	font-weight: 600;
}

a.contact-action,
a.contact-action:visited,
a.contact-action:focus,
a.contact-action:active {
	display: inline-block;
	color: white;
}

.contact-action::before {
	content: " ";
	border-radius: 0.15rem;
	height: 1rem;
	width: 1rem;
	border: 0.25rem solid currentColor;
	display: inline-block;
	margin-bottom: -0.15rem;
}

.panel-wrapper {
	margin: 1rem -1rem;
	overflow: hidden;
}

.panel {
	position: relative;
	border-radius: 3rem;
	padding: 1rem 0 1rem;
	display: block;
}

.panel-content {
	background-color: #3a0ca3;
	border-radius: 3rem;
	color: white;
	padding: 1rem 2rem;
	width: 100%;
	transition: all 100ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.panel-imagery,
.panel-copy {
	color: #332456;
	border-radius: 4rem;
	background-color: white;
	padding: 1rem 2rem;
	width: 100%;
	position: relative;
}

.panel-imagery {
	background: none;
}

.panel-copy {
	padding: 3rem;
}

.panel-copy:hover {
	transform: none;
}

.panel-overlay {
	opacity: 0;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #390ca3f0;
	transition: opacity 200ms;
	color: white;
	padding: 2rem;
	min-height: 50vh;
}

.panel-overlay h4 {
	color: white;
}

.panel-overlay:hover {
	opacity: 1;
}

.panel-image {
	padding: 80% 0 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	border-radius: 3rem;
    overflow: hidden;
}

.panel-video {
	min-height: 16rem;
	overflow: hidden;
	padding: 0rem;
}

.panel-video video {
	border-radius: 3rem;
	display: block;
	overflow: hidden;
	position: absolute;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	height: 125%;
	width: auto !important;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.m-3 {
	margin: 1rem 0;
	position: relative;
	min-height: 16rem;
	overflow: hidden;
	border-radius: 3rem;
	background: #3a0ca3;
}


.m-3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3a0ca3;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 2;
}

.m-3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.panel-logo {
	background-size: contain;
}

.panel-label {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	border-radius: 2rem;
	padding: 0.5rem 1rem;
	color: white;
	font-weight: bold;
	background-color: #3a0ca3;
}

.container {
    display: flex;
    height: 1rem;
    width: 16rem;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    top: 0.75rem;
}

.container.grid,
.container.columns {
	align-content: stretch;
	align-items: stretch;
	flex-wrap: wrap;
}

.letter {
	text-align: center;
	font-weight: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.025rem;
}

.letter b {
	font-weight: 600;
}

.container.grid .letter {
	flex-basis: 20%;
}

.copy-image-holder {
    margin: -2rem -2rem 2rem;
    min-height: 2rem;
    text-align: center;
    border-radius: 3rem;
    overflow: hidden;
}
.copy-image-holder.no-margin {
    margin: 2rem 0 2rem 0;
}

.bg-svg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

a:hover {
	text-decoration: underline;
}

a img.icon {
	display: inline-block;
	height: 1em;
	margin: 0 0 -0.1em 0.3em;
}

@media screen and (max-width: 620px) {
	body {
		padding: 1rem 1rem;
		font-size: 0.8rem;
		line-height: 0.8rem;
	}

	.hero.hero-small h1,
	.hero.hero-small h2 {
		font-size: 4vh;
		line-height: 4vh;
	}

	.hero h2.font-creative {
		margin-top: 0;
		font-size: 5rem;
		line-height: 4rem;
	}

	.hero.hero-small h1,
	.hero.hero-small h2 {
		line-height: 6vh;
	}

	.logo {
		display: none;
	}
}

@media screen and (min-width: 1440px) {
	.hero h2.font-creative {
		font-size: 8rem;
		line-height: 9rem;
	}
}

.contact-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 58%;
	min-height: 50rem;
}

.contact-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

footer {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	color: white;
	font-size: 0.8rem;
	text-align: center;
}

footer.fixed {
	position: absolute;
	width: calc(100vw - 2rem);
	bottom: 1rem;
}

.hero h1.inline-h1 {
	font-size: 1.5rem;
	line-height: 3.7rem;
}

.menu .menu-content li a {
	position: relative;
}

.menu .menu-content li a .hover-info {
	display: none;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	background: #3a0ca3;
	color: white;
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	white-space: nowrap;
	z-index: 1000;
	margin-left: 1rem;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.menu .menu-content.active li a:hover .hover-info {
	display: block;
	opacity: 1;
}

.menu .menu-content li a .hover-info::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #3a0ca3 transparent transparent;
}

/* Style Toggle Button */
.style-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #3a0ca3;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
}

.style-toggle:hover {
    background-color: #2a0a83;
}

/* PDF Container Styles */
.pdf-container {
    margin: 2rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    min-height: 800px;
    display: flex;
    flex-direction: column;
}

.pdf-container object {
    display: block;
    width: 100%;
    flex: 1;
    min-height: 800px;
    border: none;
}

.pdf-download {
    padding: 1rem;
    text-align: center;
    background: #f8f8f8;
    border-top: 1px solid #e0e0e0;
}

.download-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #3a0ca3;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.download-button:hover {
    background: #2a0a83;
}

.download-button i {
    font-size: 1.1em;
}

@media screen and (max-width: 768px) {
    .pdf-container {
        min-height: 600px;
    }
    
    .pdf-container object {
        min-height: 600px;
    }
}

.menu .menu-content .submenu li.category-header > a,
.menu .menu-content .submenu li.category-header > span {
    cursor: pointer;
    color: #fff;
    background: none;
    border: none;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 0.5rem;
    display: block;
    position: relative;
}
.menu .menu-content .submenu li.category-header > a:hover,
.menu .menu-content .submenu li.category-header > span:hover {
    color: #fbda61;
    background: none;
}
.menu .menu-content .submenu li.category-header > a::after,
.menu .menu-content .submenu li.category-header > span::after {
    content: "▼";
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}
.menu .menu-content .submenu li.category-header.submenu-open > a::after,
.menu .menu-content .submenu li.category-header.submenu-open > span::after {
    transform: translateY(-50%) rotate(180deg);
}
.menu .menu-content .submenu li.category-header > a:active,
.menu .menu-content .submenu li.category-header > span:active {
    color: #fbda61;
}

.menu .menu-content .submenu > li.category-header > .submenu {
  display: none;
}
.menu .menu-content .submenu > li.category-header.submenu-open > .submenu {
  display: block !important;
}

/* Hybrid flyout/accordion menu styles */
@media (hover: hover) and (pointer: fine) {
  .menu .menu-content ul,
  .menu .menu-content .submenu {
    position: relative;
  }
  .menu .menu-content .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 220px;
    z-index: 10;
    background: #2a0a83;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }
  .menu .menu-content > ul > li.has-submenu:hover > .submenu,
  .menu .menu-content .submenu > li.category-header:hover > .submenu {
    display: block !important;
  }
  .menu .menu-content .submenu > li {
    position: relative;
  }
  /* Hide arrows on desktop */
  .menu .menu-content .submenu li.category-header > span::after {
    display: none;
  }
}

@media (hover: none), (pointer: coarse) {
  /* On touch/mobile, keep accordion style (JS will handle toggling) */
  .menu .menu-content .submenu {
    position: static;
    min-width: 0;
    box-shadow: none;
    background: none;
  }
  .menu .menu-content .submenu > li.category-header > span::after {
    display: inline;
  }
}

/* Clean up flyout submenu appearance */
.menu .menu-content .submenu li
 {
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: none !important;
}
.menu .menu-content .submenu {
  background: #2a0a83;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  padding: 0.5rem;
}
.menu .menu-content .submenu li a {
  padding: 0.5rem 1.5rem;
}
.menu .menu-content .submenu li a:focus,
.menu .menu-content .submenu li a:active {
  outline: none;
  border: none;
  background: #3a0ca3;
}

.menu .menu-content .submenu > li {
  min-width: 220px;
}

@media screen and (max-width: 700px) {
  .menu .menu-content.active {
    width: 90vw !important;
    min-width: 0;
    max-width: 100vw;
  }
}

/* Mega menu styles for homepage */
.menu .menu-content .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  max-width: 100vw;
  background: #2a0a83;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  padding: 2rem 0 1rem 0;
  z-index: 100;
}
.menu .menu-content li.has-mega-menu:hover > .mega-menu,
.menu .menu-content li.has-mega-menu:focus-within > .mega-menu {
  display: block;
}
.mega-menu__inner {
  margin: 0 auto;
  width: 90vw;
  max-width: 1200px;
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.mega-menu .mega-col {
  flex: 1 1 0;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mega-menu h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.mega-menu a {
  display: block;
  color: #fff;
  padding: 0.3rem 0;
  text-decoration: none;
  font-weight: 500;
  border-radius: 0.5rem;
  transition: background 0.2s, color 0.2s;
}
.mega-menu a:hover {
  color: #fbda61;
  background: #3a0ca3;
}
@media (max-width: 900px) {
  .mega-menu__inner {
    width: 98vw;
    max-width: 98vw;
    gap: 1rem;
  }
}
@media (max-width: 700px) {
  .menu .menu-content .mega-menu {
    position: static;
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    box-shadow: none;
    padding: 0.5rem 0.5rem;
  }
  .mega-menu__inner {
    width: 100vw;
    max-width: 100vw;
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* Horizontal Mega Menu Overlay Styles */
.main-menu-btn {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: #2a0a83;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    border: none;
    border-radius: 0 0 1.5rem;
    padding: 0.75rem 2rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}
.main-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(42, 10, 131, 0.98);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  animation: fadeIn 0.2s ease-out;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.main-menu-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0rem;
}
.close-menu {
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    margin-right: 2rem;
    cursor: pointer;
    padding: 1rem 2rem;
    margin: 0;
}
.main-menu-categories {
  display: flex;
  gap: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.main-menu-categories button {
	background: none;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0.5rem 0.5rem 0 0;
}
.main-menu-categories button.active,
.main-menu-categories button:hover {
	background: #1f0664;
  color: #fbda61;
}
.main-menu-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 2rem;
  background: #1f0664;
}
.main-menu-panel {
  display: none;
  width: 100%;
  max-width: 1200px;
}
.main-menu-panel.active {
  display: flex;
  gap: 2rem;
  justify-content: left;
}
.main-menu-col {
    min-width: 210px;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.current {
  border: 2px solid #fbda61;
}
.main-menu-panel h4 {
	color: #6bccea;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.5rem;
    text-transform: uppercase;
}
.main-menu-panel a {
	display: block;
    color: white;
    padding: 0.25rem 0.5rem;
	margin-left: -0.5rem;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.85rem;
    border-radius: 0.5rem;
    transition: background 0.2s, color 0.2s;
}
.main-menu-panel a:hover {
  color: #fbda61;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 900px) {
	.main-menu-top {
		padding: 0rem;
	  }
	   .main-menu-content {
		padding: 2rem;
	  }
  .main-menu-panel {
    flex-direction: column;
    gap: 1rem;
  }
  .main-menu-col {
    min-width: 0;
    width: 100%;
    gap: 0.3rem;
  }
}
@media (max-width: 700px) {
  .main-menu-btn {
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
  }
  .main-menu-top {
    padding: 0rem;
  }
   .main-menu-content {
    padding: 1rem 0.5rem;
  }
  .main-menu-categories {
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .main-menu-categories button, .close-menu {
    font-size: 1rem;
    padding: 0.5rem;
  }
  .close-menu {
    font-size: 2rem;
    padding: 0.5rem;
  }

  .main-menu-panel {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0;
  }
  .main-menu-col {
    width: 100%;
    gap: 0.2rem;
  }
}

/* Home icon for mobile menu */
.home-menu-icon {
  display: none;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1002;
  background: none;
  border: none;
  padding: 0.5em;
  cursor: pointer;
}
.home-menu-icon svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  display: block;
}
@media (max-width: 700px) {
  .home-menu-icon {
    display: block;
  }
}

