/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2025 | 21:55:05 */
.underline-hover {
  position: relative;
  text-decoration: none;
  color: #939393;
  transition: all 0.3s ease;
  margin: 0rem 1rem;
}

.underline-hover:hover {
  color: #525880;
}

.underline-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #525880;
  transition: width 0.3s ease;
}

.underline-hover:hover::after {
  width: 100%;
}

@media (max-width: 600px) {
.andira_nav-bar{
	right: 10% !important;
}
}