:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d02f9c8 */.hover-list-container {
  position: relative;
  width: 100%;
}

.hover-item {
  border-top: 1px solid #111;
  position: relative;
}

.hover-list-container .hover-item:last-child {
  border-bottom: 1px solid #111;
}

.hover-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  font-size: 20px;
  color: #111;
  text-decoration: none;
  transition: all 0.3s;
}

.hover-item:hover a {
  background-color: #111;
  color: #fff;
  padding: 20px 20px;
}

.custom-arrow {
  width: 20px;
  height: 16px;
  background-color: currentColor;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 339.9"><path d="M495,187l17-17-17-17L359,17,342,0l-33.9,34,17,17,95,95H0v48h420.1l-95,95-17,17,33.9,33.9,17-17,136-135.9Z"/></svg>') no-repeat center / contain;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

@media (min-width: 1024px) {
  .hover-preview-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 99;
  }
  .hover-preview-image.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}/* End custom CSS */