/* ? Change menu text color to black */
span.e-n-menu-title-text {
    color: #000000 !important;
}

/* Optional: keep it black on hover/active */
span.e-n-menu-title-text:hover,
span.e-n-menu-title-text:focus,
span.e-n-menu-title-text:active {
    color: #000000 !important;
}
/* ============================================
   UNIFY LEFT + RIGHT MENU STYLE (COLOR + WEIGHT)
   ============================================ */

/* TEXT COLOR for both menus */
#menubar-184 .e-n-menu-title-text,
#menubar-207 .e-n-menu-title-text,
#menubar-207 a,
#menubar-184 a {
    color: #003e5a !important;
}

/* FONT WEIGHT — make both sides equal */
#menubar-184 .e-n-menu-title-text,
#menubar-207 .e-n-menu-title-text,
#menubar-207 a,
#menubar-184 a {
    font-weight: 500 !important;   /* Change to 600 or 700 if you want more bold */
}

/* Remove browser default bold on anchor links */
#menubar-207 a,
#menubar-184 a {
    text-decoration: none !important;
    font-weight: 500 !important;
}

/* Ensure hover styles don't override the weight */
#menubar-184 a:hover,
#menubar-207 a:hover,
#menubar-184 .e-n-menu-title-text:hover,
#menubar-207 .e-n-menu-title-text:hover {
    font-weight: 500 !important;
    color:#003e5a!important;
}

 
/*
 Search icon rotation
*/
.elementor-widget-search .e-search-form {
  display: flex; /* Makes the form a flex container */
  justify-content: space-between;
}

.elementor-widget-search .e-search-input-wrapper {
  order: 2; /* Visually places the input field second */
  flex: 1; /* Allows the input to grow and take remaining space */
  margin-left: 10px; /* Add some spacing if needed */
	z-index: 10;
}

.elementor-7110 .elementor-element.elementor-element-801f190 .e-search-submit {
  order: 1; /* Visually places the button first */
	z-index: 20;
}
.elementor-widget-search .e-search .e-search-submit>i:is(svg), .elementor-widget-search .e-search .e-search-submit>svg:is(svg)
 {
    transform: rotate(90deg);
}
.elementor-widget-search .e-search-input-wrapper
 {
    margin-left: -10px !important;
}


/* 
Mailchimp Newsletter design
*/
.mc4wp-form-fields input[type=email]{
	width: 70%;
	float: left;
}
.mc4wp-form-fields input[type=submit]{
	width: 30%;
}


.elementor-8993 .elementor-element.elementor-element-294a84f .hfe-counter-suffix{
	width: 0px !important;
}






























































