    body, h1, h2, h3, h4, h5, h6, button, a {
      font-family: 'Nunito Sans', sans-serif !important;
    }

html {scroll-behavior: smooth; -webkit-overflow-scrolling: touch;font-size: 18px;}
body {overscroll-behavior: none;}

	.text-glow {text-shadow: 0 0 8px rgba(0,0,0,0.8), 0 0 16px rgba(0,0,0,0.6);}

    .parallax-bg {background-size: cover; background-position: center;background-repeat: no-repeat;min-height: 60vh;display: flex;align-items: center;justify-content: center;position: relative;overflow: hidden;}
    
	.parallax-bg img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: translateY(0);will-change: transform;}
    .carousel-container { position: relative; overflow: hidden; }
    .carousel-slide { display: flex; width: 100%; transition: transform 0.5s ease; }
    .carousel-slide img { min-width: 100%; object-fit: cover; height: 400px; }
    .carousel-btn {
      position: absolute; top: 50%; transform: translateY(-50%);
      background: rgba(255,255,255,0.7); border-radius: 2%;
      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
      cursor: pointer; z-index: 10;
    }
    .carousel-btn:hover { background: rgba(255,255,255,0.9); }
    .prev-btn { left: 20px; }
    .next-btn { right: 20px; }
    .lightbox-image {
      cursor: zoom-in;
      transition: transform 0.3s ease;
    }
    .lightbox-image:hover { transform: scale(1.02); }
    #lightbox { background: rgba(0,0,0,0.9); }
    .nav-transparent { background: transparent; box-shadow: none; }
    .nav-solid { background: white; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
    .mobile-menu { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
    .mobile-menu.open { max-height: 500px; }

/*Map*/
.fa-icon-marker {
  background: none !important;
  border: none !important;
}
.fa-icon-marker.text-sky-50 i {
    color: #f8fafc !important; /* Tailwind's sky-50 */
  }
  .fa-icon-marker.text-amber-500 i {
    color: #f59e0b !important;
  }

/* Map Modal Top img/vid */
.clip-vertical-20 {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.clip-vertical-20 > img,
.clip-vertical-20 > img,
.clip-vertical-20 > video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translateY(-20%);
}

/* Booking Calendar Custom Styling */
.booking-calendar .fc {
  font-family: 'Nunito Sans', sans-serif;
}

.booking-calendar .fc-header-toolbar {
  margin-bottom: 1.5rem;
}

.booking-calendar .fc-toolbar-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e293b;
}

.booking-calendar .fc-button-primary {
  background-color: #0284c7 !important;
  border-color: #0284c7 !important;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s;
}

.booking-calendar .fc-button-primary:hover {
  background-color: #0369a1 !important;
  border-color: #0369a1 !important;
  transform: translateY(-1px);
}

.booking-calendar .fc-button-primary:disabled {
  background-color: #94a3b8 !important;
  border-color: #94a3b8 !important;
  opacity: 0.6;
}

.booking-calendar .fc-daygrid-day {
  border-radius: 0.25rem;
  margin: 1px;
}

.booking-calendar .fc-daygrid-day:hover {
  background-color: #f1f5f9;
}

.booking-calendar .fc-daygrid-day.fc-day-today {
  background-color: #fef3c7 !important;
  border: 2px solid #f59e0b;
}

.booking-calendar .fc-daygrid-day.fc-day-past {
  background-color: #f8fafc;
  color: #94a3b8;
}

.booking-calendar .fc-daygrid-day.fc-day-future {
  background-color: #ffffff;
}

.booking-calendar .fc-daygrid-day.fc-day-future:hover {
  background-color: #f0f9ff;
}

.booking-calendar .fc-daygrid-day.fc-day-future.available {
  background-color: #ecfdf5;
  border: 1px solid #10b981;
}

.booking-calendar .fc-daygrid-day.fc-day-future.available:hover {
  background-color: #d1fae5;
}

.booking-calendar .fc-daygrid-day.fc-day-future.booked {
  background-color: #FFF7ED;
  border: 1px solid #a3753d;
  color: #a3753d;
}

.booking-calendar .fc-daygrid-day.fc-day-future.selected {
  background-color: #dbeafe !important;
  border: 2px solid #0284c7 !important;
  color: #1e40af !important;
}

.booking-calendar .fc-daygrid-day.fc-day-future.selected-start {
  background-color: #0284c7 !important;
  border: 2px solid #0284c7 !important;
  color: white !important;
  border-radius: 0.25rem 0 0 0.25rem;
}

.booking-calendar .fc-daygrid-day.fc-day-future.selected-end {
  background-color: #0284c7 !important;
  border: 2px solid #0284c7 !important;
  color: white !important;
  border-radius: 0 0.25rem 0.25rem 0;
}

.booking-calendar .fc-daygrid-day.fc-day-future.selected-range {
  background-color: #dbeafe !important;
  border: 1px solid #0284c7 !important;
  color: #1e40af !important;
}

.booking-calendar .fc-daygrid-day-number {
  font-weight: 500;
  padding: 0.5rem;
}

.booking-calendar .fc-col-header-cell {
  background-color: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
  font-weight: 600;
  color: #475569;
  padding: 0.75rem 0;
}

.booking-calendar .fc-col-header-cell a {
  color: #475569;
  text-decoration: none;
}

/* Mobile Responsive Calendar */
@media (max-width: 768px) {
  .booking-calendar .fc-toolbar-title {
    font-size: 1.25rem;
  }
  
  .booking-calendar .fc-button {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
  }
  
  .booking-calendar .fc-daygrid-day-number {
    padding: 0.25rem;
    font-size: 0.875rem;
  }
  
  /* Reduce height of calendar day cells on mobile */
  .booking-calendar .fc-daygrid-day {
    min-height: 2rem;
    height: auto !important;
  }
  
  .booking-calendar .fc-daygrid-day-number {
    padding: 0.125rem 0.25rem;
  }
}