/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 05:29:39 */
/* 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 */ 

/* WordPress Menu item (outline default, filled on hover) */
.elementor-nav-menu li a {
  display: inline-block;
  border: 1px solid #ffffff;   /* Border color (change as needed) */
  border-radius: 35px;          /* Rounded corners (use 50px for pill shape) */
  padding: 10px 20px;
  margin: 5px;
  color: #ffffff;              /* Text color */
  background-color: transparent; /* Default background transparent */
  text-decoration: none;
  transition: all 0.3s ease;   /* Smooth hover transition */
}

/* Hover effect (filled background + inverse text color) */
.elementor-nav-menu li a:hover {
  background-color: #ffffff!important;   /* Background fill on hover */
  color: #8C52FF!important;              /* Text color on hover */
  border-color: #ffffff!important;       /* Border color on hover */
}
.elementor-item:after{
	display: none!important;
}