/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2025 | 07:49:12 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Reduce horizontal spacing between menu items */
.elementor-nav-menu--main .elementor-item {
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

/* Prevent menu items from wrapping */
.elementor-nav-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

/* Set menu container to full width */
.elementor-nav-menu--layout-horizontal {
  width: 100%;
  justify-content: space-between;
}


