.elementor-1285 .elementor-element.elementor-element-f9034e3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1285 .elementor-element.elementor-element-71057e7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-05fd56d */.custom-glass-menu {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 25px;
  background: rgba(0, 0, 0, 0.7);
  border: 4px solid #333;
  border-radius: 8px;
  box-shadow: inset 0 0 10px rgba(255,255,255,0.1), 0 0 25px rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  flex-wrap: wrap;
}

.custom-glass-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  padding: 18px 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  box-shadow: inset 0 0 5px rgba(255,255,255,0.1), 0 0 10px rgba(0,0,0,0.5);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.custom-glass-menu a::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0));
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.custom-glass-menu a:hover {
  transform: scale(1.08);
  border-color: #A31724;
  color: #A31724;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 15px #A31724, inset 0 0 5px rgba(255,255,255,0.2);
}

.custom-glass-menu a:hover::before {
  opacity: 1;
}/* End custom CSS */