.exotic-trip-user-experience-gallery-block .gallery {
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  
  .exotic-trip-user-experience-gallery-block .gallery.active {
    cursor: grabbing;
  }
  
  .exotic-trip-user-experience-gallery-block .gallery-item {
    -webkit-user-drag: none;
  }
  
  .exotic-trip-user-experience-gallery-block {
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  
  .exotic-trip-user-experience-gallery-block .gallery {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
  }
  
  .exotic-trip-user-experience-gallery-block .gallery::-webkit-scrollbar {
    display: none;
  }
  
  .exotic-trip-user-experience-gallery-block .gallery-item {
    flex: 0 0 auto;
    width: auto !important;
  }
  
  .exotic-trip-user-experience-gallery-block .gallery-item img {
    width: auto !important;
    display: block;
  }
  
  .exotic-trip-user-experience-gallery-block .gallery-item {
    max-width: none !important;
    width: 180px !important;
  }
  
  .gallery-nav-prev,
  .gallery-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.7);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .gallery-nav-prev {
    left: 0;
  }
  
  .gallery-nav-next {
    right: 0;
  }

  .exotic-trip-gallery-navigator {
    border-radius: 50px;
    padding: 8px 13px;
    background: #37A27A;
    color: white;
    outline: none;
    border: solid 2px #37A27A;
    z-index: 1;
  }

  .exotic-trip-gallery-navigator.gallery-nav-next {
    margin-right: 5px;
  }
  .exotic-trip-gallery-navigator.gallery-nav-prev {
    margin-left: 5px;
  }

  .exotic-trip-gallery-navigator:hover,
  .exotic-trip-gallery-navigator:active,
  .exotic-trip-gallery-navigator:focus
  {
    color: #37A27A;
    background: #fff;
    outline: none;
  }
  .exotic-trip-gallery-navigator.disabled {
    opacity: 0.5;
  }
  @media (max-width:1024px) { 
    .exotic-trip-user-experience-gallery-block .gallery{
        gap: 5px;
    }
    .exotic-trip-user-experience-gallery-block .gallery-item {
      max-width: none !important;
      width: 140px !important;
    }
  }


.exotic-trip-user-experience-outer .exotic-trip-user-experience-gallery-list-block .gallery .gallery-item:not(:first-child) {
    display: none;
}

.exotic-trip-user-experience-gallery-list-block {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 15px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.exotic-trip-user-experience-gallery-list-block::-webkit-scrollbar {
  display: none;
}

.exotic-trip-user-experience-gallery-list-block .gallery {
  flex: 0 0 auto;
}


.exotic-trip-user-experience-gallery-block .wp-caption-text.gallery-caption {
  text-align: center;
}