/* Booking Page Premium Stylesheet */

/* Fonts & Theme */
.booking-hero-title {
  font-family: 'Kaisei Tokumin', serif !important;
}

/* Contact Cards Grid */
.booking-contact-card {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(243, 240, 234, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 1.5rem;
  display: flex;
  align-items: start;
  gap: 1.25rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.booking-contact-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(197, 160, 89, 0.4);
  box-shadow: 0 20px 40px rgba(197, 160, 89, 0.08);
}

.booking-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #fffbf2;
  border: 1px solid rgba(197, 160, 89, 0.2);
  color: #c5a059;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.booking-contact-card:hover .booking-contact-icon {
  background: #c5a059;
  color: #111111;
  border-color: #c5a059;
  box-shadow: 0 6px 15px rgba(197, 160, 89, 0.25);
}

.booking-contact-icon svg {
  width: 22px;
  height: 22px;
}

/* Form Styles */
.booking-form-card {
  background: #ffffff;
  border: 1px solid rgba(243, 240, 234, 0.8);
  box-shadow: 0 30px 60px rgba(17, 17, 17, 0.04) !important;
}

/* Input Fields & Icons */
.input-group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.input-icon-wrapper {
  position: relative;
  width: 100%;
}

.input-icon-wrapper svg {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #9a9a9a;
  pointer-events: none;
  transition: color 0.3s ease;
}

.input-icon-wrapper input,
.input-icon-wrapper select,
.input-icon-wrapper textarea {
  width: 100%;
  padding: 1.05rem 1.25rem 1.05rem 3.25rem;
  border-radius: 18px;
  background: rgba(249, 249, 249, 0.6);
  border: 1px solid rgba(17, 17, 17, 0.06);
  outline: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  color: #1A1A1A;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Custom Textarea adjustment */
.input-icon-wrapper textarea {
  padding-top: 1.05rem;
  padding-left: 3.25rem;
  resize: vertical;
}

.input-icon-wrapper svg.textarea-icon {
  top: 1.75rem;
  transform: none;
}

/* Focus States */
.input-icon-wrapper input:focus,
.input-icon-wrapper select:focus,
.input-icon-wrapper textarea:focus {
  border-color: #c5a059;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.12);
}

.input-icon-wrapper input:focus + svg,
.input-icon-wrapper select:focus + svg,
.input-icon-wrapper textarea:focus + svg,
.input-icon-wrapper input:focus ~ svg,
.input-icon-wrapper select:focus ~ svg,
.input-icon-wrapper textarea:focus ~ svg {
  color: #c5a059;
}

/* Custom Select Drops */
.select-custom-wrapper {
  position: relative;
  width: 100%;
}

.select-custom-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem !important;
}

.select-chevron {
  position: absolute;
  right: 1.25rem !important;
  left: auto !important;
  top: 50%;
  transform: translateY(-50%);
  width: 16px !important;
  height: 16px !important;
  color: #c5a059 !important;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.select-custom-wrapper select:focus ~ .select-chevron {
  transform: translateY(-50%) rotate(180deg);
}

/* Date input specific styles */
input[type="date"] {
  position: relative;
  min-height: 52px;
}

/* Hide native calendar icon in chrome/safari, style custom */
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* Date field helper text */
.booking-notice {
  background: rgba(197, 160, 89, 0.05);
  border-left: 3px solid #c5a059;
  border-radius: 12px;
  padding: 0.85rem 1.25rem;
  font-size: 0.85rem;
  color: #6f6f6f;
  line-height: 1.5;
}

/* Confirm Button styling */
.btn-booking-submit {
  width: 100%;
  background: #c5a059;
  color: #111111;
  border: 1px solid #c5a059;
  padding: 1.15rem;
  border-radius: 18px;
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 8px 30px rgba(197, 160, 89, 0.25);
  margin-top: 1rem;
}

.btn-booking-submit:hover {
  background: #111111;
  color: #c5a059;
  border-color: #111111;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.15);
  transform: translateY(-2px);
}

.btn-booking-submit svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.btn-booking-submit:hover svg {
  transform: translateX(4px);
}

.btn-booking-submit:active {
  transform: translateY(0);
}

/* Response Banners */
.alert-banner {
  border-radius: 18px;
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.alert-banner--error {
  background: #fdf2f2;
  border: 1px solid #fbd5d5;
  color: #9b1c1c;
}
