.ps-menu .elementor-item-active {
  background: #ffffff !important;
  color: #fff;
  transition: background 0.3s, color 0.3s;
  border-radius: 99px;
  border: 2px solid #1D0054 !important;
}
.ps-menu .elementor-item:hover {
  color: #fff;
  transition: background 0.3s, color 0.3s;
  border-radius: 99px;
  border: 2px solid #1D0054 !important;
}
.ps-menu .elementor-item {
  color: #fff;
  transition: background 0.3s, color 0.3s;
  border-radius: 99px;
  border: 2px solid transparent !important;
}

.ps-menu .elementor-nav-menu--dropdown li:first-child > a {
    border-top-right-radius: 20px!important; 
    border-top-left-radius: 20px!important; 
    border-bottom-right-radius: 0px!important; 
    border-bottom-left-radius: 0px!important; 
}

.ps-menu .elementor-nav-menu--dropdown li:last-child > a {
    border-top-right-radius: 0px!important; 
    border-top-left-radius: 0px!important; 
    border-bottom-right-radius: 20px!important; 
    border-bottom-left-radius: 20px!important; 
}


.ps-menu .elementor-nav-menu--dropdown li:not(:first-child):not(:last-child) > a {
    border-top-right-radius: 0px!important; 
    border-top-left-radius: 0px!important; 
    border-bottom-right-radius: 0px!important; 
    border-bottom-left-radius: 0px!important; 
}