.elementor-762 .elementor-element.elementor-element-2bcf97a{--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-762 .elementor-element.elementor-element-78e0cf8{text-align:start;}.elementor-762 .elementor-element.elementor-element-78e0cf8 img{border-style:none;}.elementor-762 .elementor-element.elementor-element-38e090c > .elementor-widget-container{margin:0rem 0rem 2rem 0rem;padding:0px 0px 0px 0px;}.elementor-762 .elementor-element.elementor-element-38e090c .elementor-nav-menu--main .elementor-item{color:#000000;fill:#000000;}#elementor-popup-modal-762 .dialog-widget-content{animation-duration:0.3s;border-radius:2rem 2rem 2rem 2rem;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:1rem 0rem 0rem 0rem;}#elementor-popup-modal-762{background-color:#00000099;justify-content:center;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-762 .dialog-message{width:90vw;height:auto;}#elementor-popup-modal-762 .dialog-close-button{display:flex;font-size:32px;}/* Start custom CSS for nav-menu, class: .elementor-element-38e090c *//* -- 1. Definice samotné animace -- */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* -- 2. Příprava položek menu -- */
.menu .menu-item {
  opacity: 0;
  animation-name: fadeInLeft;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

/* -- 3. Nastavení zpoždění pro každou položku -- */
.menu .menu-item:nth-child(1) {
  animation-delay: 0.1s;
}
.menu .menu-item:nth-child(2) {
  animation-delay: 0.2s;
}
.menu .menu-item:nth-child(3) {
  animation-delay: 0.3s;
}
.menu .menu-item:nth-child(4) {
  animation-delay: 0.4s;
}/* End custom CSS */