#navbarserenade {
	will-change: transform;
	    z-index: 999;
}

#navbarserenade #navbarserenade-inner {
	max-width: 100%;
	margin: 0 auto;
}

#navbarserenade.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

#navbarserenade.is-minimized {
	transform: translateY(-65px);
}

#navbarserenade.is-maximized {
	transform: none;
}

#navbarserenade .top-section {
	background: none;
}

#navbarserenade .bottom-section {
	background: none;

}

.active-dropdown {
	color: #ffc107;
}


.mobile-menu {
	transform: translateX(100%);
	transition: 0.3s;
}

.mobile-menu.slide-in {
	transform: none;
}

.mobile-menu a {
	margin-top: 1.25rem;
}

.nav-down {
	top: 0;
}

.nav-up {
	top: -40px;
}

@media (min-width: 768px) {
	.left-cust {
		left: 12rem;
	}

}


.top-0 {
	top: 0px;
}

.left-0 {
	left: 0px;
}

.left-2 {
	left: 0.5rem;
}

.left-4 {
	left: 0.8rem;
}

.left-auto {
	left: auto;
}

.right-cus {
	right: 8.5rem;
}

.right-0 {
	right: 0;
}

.right-1 {
	right: 0.25rem;
}

.right-2 {
	right: 0.5rem;
}

.bottom-2 {
	bottom: 0.5rem;
}

.bottom-7 {
	bottom: 1.75rem;
}

.left-3 {
	left: 0.75rem;
}

.right-7 {
	right: 1.75rem;
}

.top-8 {
	top: 2rem;
}

.right-5 {
	right: 1.25rem;
}

.top-5 {
	top: 1.25rem;
}

.box-border {
	box-sizing: border-box;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.hidden {
	display: none;
}

.h-screen {
	height: 100vh;
}

.h-full {
	height: 100%;
}

.h-auto {
	height: auto;
}

.pr-6 {
	padding-right: 1.5rem;
}

.pr-6 {
	padding-right: 1.5rem;
}

#outer {
	width: 100%;
	text-align: left;
}

@media (min-width: 600px) {
	.side-img img {
		padding: 31px;
	}
}

.max-w-screen-lg {
	max-width: 1024px;
}

.gap-10 {
	gap: 2.5rem;
}

.grid {
	display: grid;
}



.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-2xl {
	font-size: 15px;
	line-height: 1rem;
}

.text-5xl {
	font-size: 3rem;
	line-height: 1;
}

.inner a {
	width: 180px;
}

.py-10 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.btmNav {
	background: rgba(12, 34, 62, 0.80);
	backdrop-filter: blur(7px);
    color: #ffffff;
	display: flex;
	top: 64px;
	position: absolute;
	width: 100%;
	font-size: 14px;
	font-family: "Metropolis"; font-weight: 700;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    padding: 0 55px;
}

.btmNav .logo {

	background-color: #fff;
	padding: 3px 47px;
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center
}

.btmNav .logo a {
	color: #FFF;
	text-decoration: none;
}

ul#myDropdown {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    padding: 0;
    gap: 40px;
}

ul#myDropdown li {
	list-style: none;
}

ul#myDropdown li a {
	color: #FFF;
	text-decoration: none;
	text-transform: capitalize;
}

.stickyTop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

.removeMain {
	display: none !important;
}



.showbb {
	display: inline-block !important;
}




.regBtn {
	background: #e96852;
	/* padding: 10px 40px; */
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
	cursor: pointer;
	color: #fff;
	width: 12%;
	font-family: 'Amelia-Bold';
}

.regBtn a {
	background: #1B3C36;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 7px;
	color: #000;
}

.topnav {
	overflow: hidden;
	background-color: #eee;
}

.topnav a {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 13px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: #ddd;
	color: black;
}

.topnav .logo {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 7px 10px 3px 10px;
	margin-top: 2px;
	text-decoration: none;
	font-size: 17px;
}

.topnav .logo img {
	width: 166px;
	height: auto;
}

.topnav .logo:hover {
	background: transparent;
}

.topnav button {
	display: none;
}



.dropdown-content {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

.dropdown {
	display: flex;
	width: 100%;
}

.dropdown a {
	cursor: pointer;
	display: flex;
	height: 53px;
	align-items: center;
	justify-content: center;
	    gap: 10px;
}

.dropbtn {
	display: none;
}


.navContainer {
	width: 100%;
	display: flex;
	height: 50px;
}

#topBtn.showbb {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}

#topBtn {
	display: inline-block;
	position: fixed;
	bottom: 55px;
	right: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 500;
}

#topBtn span {
	font-family: 'Helvetica';
	font-weight: 500;
	color: #fff;
	font-size: 12px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/* ===============================
   SUBMENU BASE
=============================== */

.dropdown-content li {
    position: relative;
}

/* Parent li must be relative */
.has-submenu {
    position: relative;
}

/* Submenu positioning */
.has-submenu .submenu {
       position: absolute;
    top: 50px;
    left: 0;
    min-width: 200px;
    background: #0b233e;
    display: none;
    z-index: 1000;
	padding: 0;
}

/* Show submenu when parent is open */
.has-submenu.open > .submenu {
    display: block;
}

/* Optional: add small offset */
.has-submenu .submenu {
    margin-left: 1px;

}

/* Submenu items */
.submenu a {
    display: block;
    padding: 10px 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    white-space: nowrap;
	height: auto;
}

/* Submenu arrow rotation */
.has-submenu .arrow {
    transition: transform 0.3s ease;
}

/* .has-submenu.open .arrow {
    transform: rotate(90deg);
	display: inline-block;
} */
.has-submenu .arrow {
    display: inline-block;
    width: 11px;        /* set your icon size */
    height: 11px;
    background-image: url('../images/chevron-arrow-down.svg'); /* your arrow image */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    vertical-align: middle; /* aligns with text */
}

/* rotate on parent hover */
.has-submenu.open .arrow {
    transform: rotate(180deg); /* adjust as needed */
}
/* ======================
   MOBILE FIX
   Stack submenus under parent
====================== */
@media screen and (max-width: 1024px) {
    .has-submenu .submenu {
        position: relative; /* stack under parent for mobile */
        left: 0;
        top: 0;
        padding-left: 0; /* indent */
        width: 100%;
    }
}


@media screen and (max-width: 600px) {
	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media screen and (max-width: 1024px) {

	.regsub {
		text-align: center;
		max-width: 100% !important;
	}

	.regTitle {
		text-align: center;
	}

	.midbutton a {
		font-size: 14px;
	}

	.funcTxt {
		font-size: 19px;
	}

	.funcTxt2 {
		font-size: 14px;
		max-width: 347px;
	}

	.descBox {
		font-size: 14px;
	}

	.stitle p {
		font-size: 19px;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.stitle {
		text-align: center;
	}

	.box p {
		font-size: 14px;
	}

	.textBold {
		font-weight: bolder;
		font-size: 19px;
	}

	.regBtn {
		padding: 10px 20px;
		width: 160px;
	}

	.navContainer {
		width: 100%;
		justify-content: space-between;
		    height: auto;
	}

	.btmNav {
		display: flex;
		justify-content: space-between;
		height: 60px;
		padding: 0 0;
	}

	ul#myDropdown {
		margin: 0;
		display: inline-block;
		align-items: center;
		justify-content: space-evenly;
		width: 100%;
		display: none;
		padding: 64px 2em;
		
	}

	.dropbtn {
		 color: #fff;
        border: none;
        cursor: pointer;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 0 31px;
        text-align: left;
		font-weight: 700;

	}

	.dropdown {
		position: relative;
		display: contents;
		width: 100%;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		background: rgb(12 34 62);
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.dropdown-content a {
		color: #fff;
		padding: 13px 6px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #fff;
        height: auto;
	}

	.dropdown .dropdown-content {
		display: none;
		list-style-type: none;
		color: #f2f2f2;
		width: 100%;
		transition: 0.2s;
		top: 0;
		padding: 40px 30px;
		z-index: -1;
     margin: 0;
	}

	.btmNav .logo {
		padding: 0 1px;
		width: 49%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.has-submenu .arrow { 
		margin-left: 10px;
	}
}

@media (min-width: 1280px) {
	.xl\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (min-width: 1400px) {
	.btmNav {
		padding: 0 88px;
	}
	
}