.elementor-43 .elementor-element.elementor-element-067d56a{--display:flex;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--margin-top:-11px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-43 .elementor-element.elementor-element-7815a54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-43 .elementor-element.elementor-element-7815a54:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-7815a54 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-43 .elementor-element.elementor-element-067d56a{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-0ec4c60 */.armin-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.armin-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

.armin-nav ul li a {
  text-decoration: none;
  font-size: 1.1rem;
  color: #1e1e1e;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.armin-nav ul li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #FF7828;
  transition: 0.3s ease;
}

.armin-nav ul li a:hover {
  color: #FF7828;
}

.armin-nav ul li a:hover::after {
  width: 100%;
}

.armin-nav .highlight {
  background: #FF7828;
  color: white !important;
  padding: 0.4rem 1.1rem;
  border-radius: 50px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.armin-nav .highlight:hover {
  background: #cc5e1d;
}/* End custom CSS */