/* ------------------------ ANCHOR Responsive Design ------------------------ */
/* Laptop XL*/
@media (max-width: 1500px) and (min-width: 1401px) {
  .services-wrapper .service-single-box p {
    hyphens: auto;
  }
}
/* Laptop + Tablet Ultra */
@media (max-width: 1400px) {
  ul.lang-switch li.lang-active {
    line-height: 24px !important;
  }
  ul.lang-switch li a {
    line-height: 24px !important;
  }
}
/* Tablet normal */
@media (min-width: 1px) {
  header .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
  header .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
    display: block !important;
  }
  header .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: none !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .topbar-infos {
    .e-con-full {
      display: flex !important;
      flex-direction: row-reverse !important;
      /*    .elementor-icon-list-item {
     a {
        flex-direction: row-reverse !important;
        svg {
          margin-right: 8px;
        }
      } 
    } */
    }

    .elementor-swiper-button-prev {
      left: -15px !important;
      top: auto !important;
      bottom: 15px !important;
    }
    .elementor-swiper-button-next {
      left: -15px !important;
      top: auto !important;
      bottom: -4px !important;
    }
  }

  header .header {
    top: 45px;
  }
}
/* Tablet small */
@media (max-width: 767px) {
  .table-responsive {
    width: 100% !important;
    /*   overflow-x: auto !important; */
    p {
      font-size: 14px !important;
      line-height: 1.25em !important;
      hyphens: auto !important;
    }
  }

  header .header {
    position: absolute !important;
    top: 40px !important;
  }
  header .header.sticky {
    background: #121e47 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    margin: 0 !important;
  }

  ul.lang-switch li.lang-active {
    line-height: 24px !important;
  }
  ul.lang-switch li a {
    line-height: 24px !important;
  }
}
/* Mobile */
@media (max-width: 479px) {
  .gallery-wrapper {
    .elementor-image-gallery {
      .gallery-item {
        max-width: 50% !important;
      }
    }
  }

  .banner-wrapper::before {
    display: none !important;
  }

  h1 {
    hyphens: auto !important;
  }
  h2 {
    hyphens: auto !important;
  }
  h3 {
    hyphens: auto !important;
  }
  h4 {
    hyphens: auto !important;
  }
  h5 {
    hyphens: auto !important;
  }
  h6 {
    hyphens: auto !important;
  }
  p a {
    hyphens: auto !important;
    word-break: break-all !important;
    line-height: 1.5em !important;
  }

  /* ------------------------------ ANCHOR Footer ----------------------------- */
  .scroll-footer {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 0px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .scroll-footer .e-child {
    min-width: 110px !important;
    width: 110px !important;
    flex: 0 0 auto !important;
  }
}

/* ------------------------ ANCHOR Mobile Animation ----------------------- */
/*   .swipe-animation {
    height: 24px;
    width: 100px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: auto;
    bottom: -40px;
    left: auto;
    right: -50px;
    opacity: 1;
    transition: 300ms;
    pointer-events: none;
    z-index: 1000;
  }

  .line-swipe {
    height: 24px;
    width: 100px;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 20px;
    border-radius: 100px;
    background-color: #fff;
    z-index: -1;
    animation: line-swipe 2.5s infinite;
    opacity: 1;
  }

  @keyframes line-swipe {
    0% {
      height: 25%;
      width: 25%;
    }

    50% {
      height: 25%;
      width: 40%;
      opacity: 0;
      transform: translate(-250%);
    }

    100% {
      opacity: 0;
    }
  }
}
 */

/* Mobile xs*/
@media (max-width: 350px) {
  .service-single-box {
    min-height: 450px !important;
  }
}

@media (max-width: 330px) {
  .table-responsive {
    width: 100% !important;
    overflow-x: auto !important;
    p {
      font-size: 14px !important;
      line-height: 1.25em !important;
      hyphens: auto !important;
    }
  }
}
