/* Shared rendering hints for faster perceived page speed. */
.section,
.reviews,
.planning,
.safari-fit,
.faq-section,
.tour-cta,
.footer,
.related-section,
.itinerary-section,
.booking-section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

img {
  overflow: clip;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
