[x-cloak] {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background-color: #fbbe36 !important;
}

.glass-nav {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
}

/* Prevent horizontal overflow */
html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  filter: invert(1);
  cursor: pointer;
}

/* Validation error styling */
.is-invalid {
  border-color: #dc3545 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.alert {
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}

.alert-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.alert i {
  margin-right: 8px;
}
