.elementor-96 .elementor-element.elementor-element-3888b61{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-3888b61 *//* HEADER RESET */
#site-header {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  min-height: 0 !important;
  height: auto !important;
}

/* BASE */
html,
body {
  margin: 0;
  padding: 0;
}

/* HEADER */
.menu-top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  z-index: 10000;
}

/* LOGO */
.menu-logo {
  width: 120px;
  height: auto;

  /* FIX RENDERING */
  opacity: 0.99;
}

/* MENU TRIGGER */
.menu-trigger {
  color: #9DACC2;
  cursor: pointer;
  font-family: 'Noto Sans', sans-serif;
  transition: color 0.3s ease;
  -webkit-tap-highlight-color: transparent;

  /* LEGGIBILITA */
  text-shadow: 0 1px 8px rgba(0,0,0,0.22);
}

.menu-trigger:hover {
  color: #ffffff;
}

.menu-trigger:focus,
.menu-trigger:active {
  outline: none;
  box-shadow: none;
  background: transparent;
}

/* OVERLAY */
.split-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 14, 33, 0.9);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  font-family: 'Noto Sans', sans-serif;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.split-menu.open {
  opacity: 1;
  pointer-events: auto;
}

/* LAYOUT */
.menu-inner {
  display: flex;
  height: 100%;
}

.split-left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.split-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 160px 0 140px;
  position: relative;
  z-index: 10;
}

/* MENU */
.menu-links {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* LINK PRINCIPALI */
.menu-links a,
.attivita-link {
  display: block;
  color: #9DACC2;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  margin: 8px 0;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.menu-links a:hover,
.attivita-row:hover .attivita-link {
  color: #ffffff;
}

/* ATTIVITA */
.menu-item-has-sub {
  position: relative;
}

.attivita-row {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.attivita-row.active .attivita-link,
.attivita-row.active .submenu-toggle {
  color: #ffffff;
}

.submenu-toggle {
  color: #9DACC2;
  font-size: 18px;
  transition: transform 0.3s ease,
              color 0.3s ease;
}

.submenu-toggle.rotate {
  transform: rotate(90deg);
}

/* SUBMENU ATTIVITA */
.submenu-attivita {
  position: absolute;
  left: 300px;
  top: 50%;
  transform: translateY(-38%);
  width: 320px;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.submenu-attivita.open {
  opacity: 1;
  pointer-events: auto;
}

.submenu-attivita a {
  display: block;
  color: #9DACC2;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  margin: 8px 0;
  transition: color 0.3s ease;
}

.submenu-attivita a:hover {
  color: #ffffff;
}

/* SLIDESHOW */
.slideshow {
  position: relative;
  width: 60%;
  height: 60%;
}

.slideshow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0;
  animation: slideShow 12s infinite;
}

.slideshow img:nth-child(1) {
  animation-delay: 0s;
}

.slideshow img:nth-child(2) {
  animation-delay: 4s;
}

.slideshow img:nth-child(3) {
  animation-delay: 8s;
}

@keyframes slideShow {

  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* ROMBI */
.racco-diamonds-wrap {
  position: absolute;
  right: 500px;
  top: 50%;
  transform: translateY(-50%) scale(1.65);
  transform-origin: center;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}

.racco-diamonds {
  position: relative;
  width: 320px;
  height: 320px;
}

.diamond {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px solid #001B40;
  transform: rotate(45deg) scale(.3);
  opacity: 0;
  animation: appear 2.8s ease forwards;
}

/* POSIZIONI */
.d1 { top: 0; left: 120px; }
.d2 { top: 60px; left: 60px; }
.d3 { top: 60px; left: 180px; }
.d4 { top: 120px; left: 0; }
.d5 { top: 120px; left: 120px; }
.d6 { top: 120px; left: 240px; }
.d7 { top: 180px; left: 60px; }
.d8 { top: 180px; left: 180px; }
.d9 { top: 240px; left: 120px; }

/* RITARDI */
.d1 { animation-delay: .2s; }
.d2 { animation-delay: .5s; }
.d3 { animation-delay: .8s; }
.d4 { animation-delay: 1.1s; }
.d5 { animation-delay: 1.4s; }
.d6 { animation-delay: 1.7s; }
.d7 { animation-delay: 2s; }
.d8 { animation-delay: 2.3s; }
.d9 { animation-delay: 2.6s; }

@keyframes appear {

  0% {
    opacity: 0;
    transform: rotate(45deg) scale(.2);
  }

  100% {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }
}

/* DESKTOP */
@media (min-width: 1025px) {

  .split-menu {
    height: 70vh;
  }
}

/* MOBILE */
@media (max-width: 1024px) {

  .menu-top-fixed {
    padding: 20px;
  }

  .menu-logo {
    width: 100px;
  }

  .split-left {
    display: none;
  }

  .split-right {
    width: 100%;
    padding: 0 20px;
    justify-content: flex-start;
  }

  .menu-links a,
  .attivita-link {
    font-size: 15px;
  }

  .submenu-attivita {
    left: 180px;
    width: 200px;
    transform: translateY(-35%);
  }

  .submenu-attivita a {
    font-size: 15px;
    line-height: 1.6;
    margin: 8px 0;
  }

  .racco-diamonds-wrap {
    left: 50%;
    right: auto;
    bottom: 20px;
    top: auto;
    transform: translateX(-50%) scale(1.25);
  }
}/* End custom CSS */