/* Static builds do not need the theme's JavaScript-controlled page transition. */
#traveltour-page-preload {
  display: none !important;
}

/* Self-contained replacement for Slider Revolution's server-generated layers. */
sr7-module.standalone-slider-module {
  display: block;
  height: 500px;
  position: relative;
}

.standalone-slider {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 10000;
}

.standalone-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.8s ease;
}

.standalone-slide.is-active {
  opacity: 1;
}

.standalone-slide span {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: clamp(28px, 4.2vw, 60px);
  font-weight: 900;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.standalone-slider-arrow {
  background: transparent !important;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  height: 60px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  z-index: 2;
}

.standalone-slider-arrow:hover,
.standalone-slider-arrow:focus-visible {
  opacity: 1;
}

.standalone-slider-arrow.is-previous { left: 10px; }
.standalone-slider-arrow.is-next { right: 10px; }

.standalone-slider-dots {
  bottom: 20px;
  display: flex;
  gap: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

.standalone-slider-dots button {
  background: #e5e5e5;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 13px;
  padding: 0;
  width: 13px;
}

.standalone-slider-dots button.is-active {
  background: #fff;
}

@media (max-width: 1024px) {
  sr7-module.standalone-slider-module { height: 60vw; min-height: 360px; }
}

@media (max-width: 600px) {
  sr7-module.standalone-slider-module { height: 72vw; min-height: 280px; }
  .standalone-slider-arrow { font-size: 30px; width: 42px; }
  .standalone-slide span { font-size: 24px; width: 68%; }
}

@media (prefers-reduced-motion: reduce) {
  .standalone-slide { transition: none; }
}

.standalone-youtube-fallback {
  display: block;
  overflow: hidden;
  position: relative;
}

.standalone-youtube-fallback img {
  display: block;
  height: auto;
  width: 100%;
}

.standalone-youtube-fallback span {
  align-items: center;
  background: #f00;
  border-radius: 14px;
  color: #fff;
  display: flex;
  font-size: 34px;
  height: 64px;
  justify-content: center;
  left: 50%;
  padding-left: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
}

.standalone-youtube-fallback:hover span,
.standalone-youtube-fallback:focus-visible span {
  background: #c00;
}

.standalone-footer-frame {
  border: 0;
  display: block;
  height: 650px;
  overflow: hidden;
  width: 100%;
}
