/* ==========================================================================
   Fixes on top of the purchased travel theme (main.css) for the homepage
   and booking-flow pages. Kept separate so main.css stays vendor-pristine.
   ========================================================================== */

/* The theme's custom mouse cursor lags behind the real pointer and hides the
   native cursor affordances. main.js still references the elements, so they
   stay in the markup and are hidden here. */
.mouse-cursor { display: none !important; }
body { cursor: auto !important; }

/* Visible keyboard focus everywhere the theme removed it */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(28, 168, 203, 0.55) !important;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .wow, .img-custom-anim-left, .img-custom-anim-right, .img-custom-anim-top { animation: none !important; visibility: visible !important; }
}
