.elementor-7072 .elementor-element.elementor-element-5abd4e9{overflow:visible;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-1a4b814 */.mobil-alt-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  z-index: 9999;
  box-shadow: 0 -4px 10px rgba(0,0,0,0.25);
  animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

.mobil-alt-menu .menu-item {
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  padding: 5px 0;
  transition: background 0.2s ease;
}

.mobil-alt-menu .menu-item img {
  width: auto;
  height: 26px;
  margin: 0 auto 3px;
  display: block;
  transition: transform 0.2s ease;
}

.mobil-alt-menu .menu-item:hover img {
  transform: scale(1.1);
}

.mobil-alt-menu .menu-item span {
  display: block;
}

.mobil-alt-menu .menu-item.active {
  background-color: #9f1516;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .mobil-alt-menu {
    display: none;
  }
}/* End custom CSS */