/* Navbar Fix - Ensures phone number and navigation display properly */

/* Fix header container to ensure all elements are visible */
#SITE_HEADER {
	min-height: 110px !important;
	overflow: visible !important;
}

/* Ensure the phone number container doesn't overflow */
#Cntnr0-16wy {
	overflow: visible !important;
	z-index: 100 !important;
}

/* Fix phone number text positioning and visibility */
#WRchTxt1-w7p {
	white-space: nowrap !important;
	overflow: visible !important;
	text-overflow: clip !important;
}

/* Ensure menu dropdown is properly positioned */
#DrpDwnMn0-5fa {
	position: relative !important;
	z-index: 50 !important;
}

/* Make wix-dropdown-menu visible */
.wixui-dropdown-menu,
wix-dropdown-menu {
	visibility: visible !important;
}

/* Hide the "More" link from navbar */
#DrpDwnMn0-5fa__more__ {
	display: none !important;
}

/* Fix header inlineContent to prevent overflow */
[data-mesh-id="SITE_HEADERinlineContent"] {
	overflow: visible !important;
}

/* Ensure all header grid items are visible */
[data-mesh-id="SITE_HEADERinlineContent-gridContainer"] {
	overflow: visible !important;
}

/* Fix logo container */
#Clprt0-1bab {
	z-index: 10 !important;
}

/* Fix site title */
#WRchTxt0-1uc {
	overflow: visible !important;
}
