/* Direct Fix Styles for Excursion Pages */
/* This file contains any direct fixes needed for excursion booking pages */

/* Ensure booking buttons are clickable */
.btn-select,
.transportation-card button,
.accommodation-card button {
  cursor: pointer;
  pointer-events: auto;
}

/* Fix for any z-index issues */
.booking-section {
  position: relative;
  z-index: 1;
}





