.mlpm_w .levelHolderClass[data-level="0"] {
    top: 200px;
}
.mlpm_w .levelHolderClass [data-level="1"] {
    top: -4px;
}
.mlpm_w .levelHolderClass[data-level="2"] {
    top: -10px;
}
.nav-small-links {
  font-size: 13px;
  padding-top: 20px;
}
a {
    margin: 10px 0;
  }


#toggle-button {
  color: #ee3424;
  font-size: 25px;
}

#menu_multilevelpushmenu i.fa {
  padding-right: 8px;
}
#menu {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: auto !important;
    min-width: 100% !important;
    overflow-y: visible; /* Add scroll if content overflows */
    /* border: 2px solid red;  Debugging 
    flex-grow: 1; /* Allow the menu to grow and take remaining space */
    height: auto; /* Allow height to adjust dynamically */
    max-height: calc(100vh - 230px - 50px); /* Adjust 230px to the height of the Contact div and 50px for the Follow Us div */
}

#pushobj {
	position: absolute;
	top: 7px;
	right: 300px;
	color: #000;
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-size: 2em;
	z-index: 1001; /* Ensure menu appears above offcanvas area */
}

.mlpm_w {
	/*position: static;*/
	/*overflow: hidden;*/
	width: auto !important;
    min-width: 100% !important;
	min-height: auto !important; /* Ensure it doesn't collapse */
	margin: 0;
	padding: 0;
	overflow: visible !important;
}

.mlpm_w .levelHolderClass {
	position: absolute;
	/*overflow: hidden;*/
	background: #fff;
	width: auto !important;
    min-width: 100% !important;
	font-size: 1em;
	zoom: 1;
    flex-grow: 1; /* Allow the menu to take available space */
    height: auto; /* Remove !important */
    max-height: none; /* Ensure no max-height restriction */
   /* overflow-y: visible;  Add scroll if content overflows */
  /*  border: 2px solid green;  Debugging */
}

.mlpm_w .ltr {
	margin-left: -100%;
	left: 0;
	/*-moz-box-shadow: 5px 0 5px -5px #2b3b67;*/
	/*-webkit-box-shadow: 5px 0 5px -5px #2b3b67;*/
	/*box-shadow: 5px 0 5px -5px #2b3b67;*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#2b3b67,direction=90,strength=2);
	/*transition: all 0s 0s ease-in;*/
}

.mlpm_w .rtl {
	margin-right: -100%;
	right: 0;
	/*-moz-box-shadow: 5px 0 5px 5px #2b3b67;*/
	/*-webkit-box-shadow: 5px 0 5px 5px #2b3b67;*/
	/*box-shadow: 5px 0 5px 5px #2b3b67;*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#2b3b67,direction=270,strength=2);
	/*transition: all 1s 0s ease-in;*/
}

.mlpm_w .mlpm_inactive {
	background: #fff;
}
.mlpm_w h2 {
  padding: 0;
  margin: 0;
  line-height: normal;
}

.mlpm_w h2 a {
  padding: 0 .4em;
}

.mlpm_w h2 i {
  font-size: 17px;
  color: #2b3b67;
  margin: 15px 0;
  font-weight: 600;
}

.mlpm_w h2:first-child > i {
  padding-left: 0px;
  float: right;
}

.mlpm_w h2:first-child > span {
  padding-left: 15px;
}

.mlpm_w h2 span {
	font-size: 16px;
	line-height: 1em;
	font-weight: 600;
    text-transform: uppercase;
	color: #2b3b67;
	padding: 15px 0;
    display: inline-block;
}

.mlpm_w ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0; /* Remove default margin */
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mlpm_w li {
	cursor: pointer;
	/*border-top: 1px solid #2b3b67;*/
	padding: .4em .4em .4em .4em;
	/*transition: opacity 250ms ease-in;*/
}

.mlpm_w li:hover {
	background-color: #fff;
}

.mlpm_w li.small-link {
  border: 0px;
  padding-left: 10px;
}  
  a {
    font-size: 16px;
  }


.mlpm_w li.small-link-top {
    padding-top:25px;
    /*border-top: 1px solid #2b3b67;*/
}
.mlpm_w a {
	display: block;
	outline: none;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1em;
	padding: .45em .3em;
	text-decoration: none;
	/*color: #2b3b67;*/
}

.mlpm_w a:hover {
	color: #2b3b67;
}

.mlpm_w .backItemClass {
	display: block;
	padding: .7em .4em .7em 12px;
	background: #fff;
	/*border-top: 1px solid #2b3b67;*/
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 500;
}
.mlpm_w .backItemClass a, .mlpm_w .backItemClass a i {
  color: #2b3b67;
}

.mlpm_w .floatRight {
	float: right;
}

.mlpm_w .floatLeft {
	float: left;
}

.mlpm_w .cursorPointer {
	cursor: pointer;
}

.mlpm_w .iconSpacing_ltr {
	padding: 0 0 0 4px;
}

.mlpm_w .iconSpacing_rtl {
	padding: 0 0 0 .4em;
}