
	ul {
	list-style-type: none;
	float:right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #355677;
	}

	li {
		float: left;

	}

	.nav-link {
  	display: block;
  	padding: 0.1rem 1rem;
	}

	.dropdown {
		margin-right: 24px !important;
	}

	.dropdown-item {
		color: #355677;
		text-align: center;
	}

	.dropdown-menu {
		background-color: white !important;
	}

	.dropdown-menu li a:hover {
		color: white;
		font-weight: bold;
		font-style: italic;
		background-color: orangered !important;
	}

	/* Remove underlines from menu items by default */
	.navbar-collapse a,
	.floating-nav a,
	.floating-nav .navbar-collapse a,
	.navbarUp a,
	.navbarUp .nav-link {
		text-decoration: none !important;
		border-bottom: none !important;
	}

	.dropdown-toggle {
		text-decoration: none !important;
		border-bottom: none !important;
	}

	/* Add underline to active menu items (persistent after click) */
	.navbar-collapse a.active,
	.floating-nav a.active,
	.floating-nav .navbar-collapse a.active,
	.navbarUp a.active,
	.navbarUp .nav-link.active {
		text-decoration: underline !important;
		text-decoration-thickness: 2px !important;
		text-underline-offset: 4px !important;
		text-decoration-color: orangered !important;
	}

	.dropdown-toggle.active {
		text-decoration: underline !important;
		text-decoration-thickness: 2px !important;
		text-underline-offset: 4px !important;
		text-decoration-color: orangered !important;
	}

	.navbar-toggler {
        border: 2px solid white; /* Thicker border */
        padding: 3px; /* Optional: Adjust padding for better appearance */
    }
    .navbar-toggler-icon {
        filter: invert(1); /* Make the icon white */
    }

	.navbar-toggler:focus, 
	.navbar-toggler:active {
    	border: 2px solid orangered !important; /* Change to orangered when clicked */
    	box-shadow: 0 0 5px orangered !important; /* Optional: Glow effect */
	}

	a {
  		text-decoration: none;
	}

	.menu-wrapper {
		position: sticky;
		top: 0;
		z-index: 1000;
		width: 100%;
	}

	.pulse1 {
    animation: pulseAnimation1 3s infinite;
	}
	.pulse2 {
    animation: pulseAnimation2 3s infinite;
	}

	@keyframes pulseAnimation1 {
		0% {
			text-shadow: 0 0 5px yellow, 0 0 10px yellow, 0 0 15px yellow;
		}
		50% {
			text-shadow: 0 0 20px yellow, 0 0 30px yellow, 0 0 40px yellow;
		}
		100% {
			text-shadow: 0 0 5px yellow, 0 0 10px yellow, 0 0 15px yellow;
		}
	}

	@keyframes pulseAnimation2 {
		0% {
			text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;
		}
		50% {
			text-shadow: 0 0 20px white, 0 0 30px white, 0 0 40px white;
		}
		100% {
			text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;
		}
	}

	.mobile-quick-links {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		gap: 0.25rem;
		background-color: #355677;
		padding: 0.02rem 0.3rem 0rem 0.3rem;
		margin-bottom: -0.15rem;
	}

	.mobile-quick-link {
		display: inline-block;
		flex: 1 1 0;
		min-width: 0;
		text-align: center;
		color: #FFFFFF !important;
		font-size: 13px;
		font-family: verdana;
		font-style: italic;
		padding: 0.08rem 0.4rem;
		border-radius: 999px;
		border: 1px solid #FFFFFF;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	}

	.mobile-quick-link.active {
		font-weight: bold;
		background-color: #FF4500;
		border-color: #FF4500;
		box-shadow: 0 0 4px rgba(255, 69, 0, 0.35);
	}

	.mobile-quick-link:hover {
		border-color: #FF4500;
	}

	/* Ensure hamburger is visible on all mobile devices */
	@media (max-width: 991.98px) {
		.mobile-menu-toggle {
			display: flex !important;
		}
		.desktop-menu,
		.desktop-menu * {
			display: none !important;
			visibility: hidden !important;
		}
	}

	@media (max-width: 767.98px) {
		/* Hide the upper menu row on mobile (Profile, Advantages, etc.) */
		.menu-wrapper > .row.d-none.d-sm-flex {
			display: none !important;
		}

		/* Ensure logo is on top and visible */
		.menu-wrapper > div[style*="position: absolute"][style*="left: 15px"] {
			z-index: 10000 !important;
		}

		/* Let the entire header grow vertically on mobile so the collapsed menu can be seen */
		.menu-wrapper {
			height: auto !important;
			max-height: none !important;
			overflow: visible !important;
			position: relative;
			z-index: 1000;
		}

		/* Let the nav row/column expand on mobile */
		.floating-nav {
			padding-top: 0.1rem !important;
			padding-bottom: 0rem !important;
			height: auto !important;
			min-height: 60px !important;
			max-height: none !important;
			overflow: visible !important;
			position: relative;
			z-index: 1001;
		}

		/* Hide desktop menu and navbar-brand on mobile - force hide everything */
		.desktop-menu,
		.desktop-menu > div,
		.desktop-menu a {
			display: none !important;
			visibility: hidden !important;
			opacity: 0 !important;
			width: 0 !important;
			height: 0 !important;
			overflow: hidden !important;
		}

		.navbar-brand {
			display: none !important;
			visibility: hidden !important;
		}

		/* Ensure hamburger button is always visible on mobile - override any Bootstrap classes */
		.mobile-menu-toggle,
		.mobile-menu-toggle.d-md-none,
		button.mobile-menu-toggle {
			display: flex !important;
			visibility: visible !important;
			opacity: 1 !important;
		}

		/* Reduce left padding so content and hamburger use width better on mobile */
		.floating-nav .menu-container {
			padding-left: 70px !important;
			padding-right: 16px !important;
			justify-content: flex-end !important;
			position: relative;
			height: auto !important;
			min-height: 60px !important;
			max-height: none !important;
		}

		/* Override inline styles on mobile */
		.floating-nav .menu-container[style*="justify-content"] {
			justify-content: flex-end !important;
		}

		/* Override all overflow hidden inline styles */
		.floating-nav[style*="overflow"],
		.floating-nav .row[style*="overflow"],
		.floating-nav .col-sm-12[style*="overflow"],
		.menu-container[style*="overflow"] {
			overflow: visible !important;
		}

		/* Make sure the row containing the nav can contain the absolute menu */
		.floating-nav {
			position: relative !important;
		}

		/* Remove overflow hidden from row on mobile to allow menu to show */
		.floating-nav .row,
		.floating-nav .col-sm-12 {
			overflow: visible !important;
			height: auto !important;
			min-height: 60px !important;
			max-height: none !important;
		}

		/* Override inline height restrictions on mobile */
		.floating-nav[style*="height: 45px"],
		.floating-nav[style*="max-height: 45px"],
		.menu-container[style*="height: 45px"],
		.menu-container[style*="max-height: 45px"],
		.col-sm-12[style*="height: 45px"],
		.col-sm-12[style*="max-height: 45px"],
		.row[style*="height: 45px"],
		.row[style*="max-height: 45px"] {
			height: auto !important;
			min-height: 60px !important;
			max-height: none !important;
			overflow: visible !important;
		}

		/* Hamburger Button Styles */
		.mobile-menu-toggle {
			display: flex !important;
			flex-direction: column;
			justify-content: space-around;
			width: 42px;
			height: 42px;
			background: transparent;
			border: 2px solid #ffffff;
			border-radius: 4px;
			cursor: pointer;
			padding: 4px;
			z-index: 10000;
			position: relative;
			margin-left: auto;
			margin-top: 15px;
			flex-shrink: 0;
		}

		.mobile-menu-toggle span {
			width: 100%;
			height: 3px;
			background-color: #ffffff !important;
			border-radius: 3px;
			transition: all 0.3s ease;
			display: block;
			flex-shrink: 0;
		}

		.mobile-menu-toggle.active span:nth-child(1) {
			transform: rotate(45deg) translate(8px, 8px);
		}

		.mobile-menu-toggle.active span:nth-child(2) {
			opacity: 0;
		}

		.mobile-menu-toggle.active span:nth-child(3) {
			transform: rotate(-45deg) translate(8px, -8px);
		}

		/* Mobile Menu Container */
		.mobile-menu {
			display: none;
			flex-direction: row;
			width: 100vw;
			background-color: #FFFFFF;
			padding: 5px 15px;
			margin-top: 0;
			position: fixed;
			top: 90px;
			left: 0;
			right: 0;
			z-index: 10000;
			box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
			max-height: calc(100vh - 90px);
			overflow-y: auto;
			gap: 15px;
		}

		.mobile-menu.active {
			display: flex;
		}

		.mobile-menu-column {
			flex: 1;
			display: flex;
			flex-direction: column;
		}

		.mobile-menu-column:last-child {
			align-items: flex-end;
		}

		.mobile-menu-column:last-child .mobile-menu-item {
			text-align: right;
		}

		.mobile-menu-item {
			color: #FF4500 !important;
			font-size: 17px;
			font-family: montserrat;
			font-style: italic;
			font-weight: bold;
			padding: 10px 0;
			margin: 0;
			text-decoration: none;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			display: block;
		}

		.mobile-menu-column:last-child .mobile-menu-item {
			color: #355677 !important;
		}

		.mobile-menu-item:last-child {
			border-bottom: none;
		}

		.mobile-menu-item:hover {
			color: #355677 !important;
		}
	}