/* Modern Booking Form - Clean Design */

/* Background */
body {
  background: linear-gradient(135deg, #001d3d 0%, #003566 50%, #001d3d 100%);
  min-height: 100vh;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

html {
  overflow-x: hidden;
  width: 100%;
}

/* Booking Section */
.booking-section {
    position: relative;
    padding: 80px 20px 60px;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.booking-section::before {
    display: none;
}

/* Main Form Container */
.booking-form {
  max-width: 700px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3) !important;
  overflow: hidden !important;
  border: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.booking-form::before {
  display: none !important;
}

/* Form Header */
.form-header {
  text-align: center;
  padding: 3rem 2rem 2.5rem !important;
  background: linear-gradient(135deg, #001d3d 0%, #003566 100%) !important;
  border-radius: 0 !important;
  color: #fff;
  border-bottom: none !important;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
}

.form-header::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.form-header i {
  font-size: 3rem !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
  text-shadow: none !important;
  opacity: 0.9;
}

.form-header h1 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  margin: 0.5rem 0 !important;
  color: #ffffff !important;
  letter-spacing: -0.5px !important;
  text-transform: none !important;
  text-shadow: none !important;
}

.form-header .form-subtitle {
  font-size: 0.95rem !important;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-top: 0.5rem !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Form Body */
.booking-form > *:not(.form-header) {
  padding: 0 2.5rem;
}

.booking-form > .form-group:first-of-type,
.booking-form > .form-row:first-of-type {
  margin-top: 2.5rem;
}

.booking-form > *:last-child {
  padding-bottom: 2.5rem;
}

/* Form Rows */
.form-row {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  margin-bottom: 1.5rem;
}

.form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}

/* Form Groups */
.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

/* Labels */
.booking-form label,
.form-group label {
  display: block !important;
  color: #1a1a1a !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
  text-shadow: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.booking-form label i {
  margin-right: 0.5rem;
  color: #001d3d;
  font-size: 0.875rem;
}

/* Input Fields */
.booking-form input,
.booking-form select {
  width: 100% !important;
  padding: 0.875rem 1rem !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #1a1a1a !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
  font-family: 'Inter', sans-serif !important;
}

.booking-form input:focus,
.booking-form select:focus {
  outline: none !important;
  border-color: #001d3d !important;
  box-shadow: 0 0 0 3px rgba(0, 29, 61, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05) !important;
  transform: none !important;
}

/* Placeholder styling */
.booking-form input::placeholder {
  color: #9ca3af !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

/* Select option styling */
.booking-form select option {
  background: #ffffff !important;
  color: #1a1a1a !important;
  padding: 0.5rem !important;
}

/* Form groups */
.form-group {
  margin-bottom: 1.5rem !important;
  position: relative !important;
}

.form-group label {
  display: block !important;
  margin-bottom: 0.5rem !important;
  color: #1e293b !important;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
}

/* Payment Methods Container */
.form-group .payment-methods {
  display: flex !important;
  flex-direction: row !important;
  gap: 1rem !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}

.form-group .payment-methods .radio-container {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

/* Paynow Methods Container */
.form-group .paynow-methods {
  display: flex !important;
  flex-direction: row !important;
  gap: 1rem !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}

.form-group .paynow-methods .radio-container {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

/* Payment Method Labels */
.form-group .payment-methods label.radio-container {
  display: flex !important;
  flex-direction: row !important;
  flex: 1 !important;
  margin: 0 !important;
  padding: 1rem !important;
  background: #f8f9fa !important;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  gap: 0.75rem !important;
  align-items: center !important;
}

.form-group .payment-methods label.radio-container:hover {
  border-color: #001d3d !important;
  background: #ffffff !important;
}

.form-group .payment-methods label.radio-container input:checked ~ * {
  color: #001d3d !important;
}

/* Paynow Method Labels */
.form-group .paynow-methods label.radio-container {
  display: flex !important;
  flex-direction: row !important;
  flex: 1 !important;
  margin: 0 !important;
  padding: 1rem !important;
  background: #f8f9fa !important;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  gap: 0.75rem !important;
  align-items: center !important;
}

.form-group .paynow-methods label.radio-container:hover {
  border-color: #001d3d !important;
  background: #ffffff !important;
}

/* Payment Methods Container */
.payment-methods,
.paynow-methods {
  display: flex !important;
  gap: 1rem !important;
  flex-wrap: nowrap !important;
  margin-bottom: 1.5rem !important;
  width: 100% !important;
  flex-direction: row !important;
}

/* Mobile responsive for payment methods - Very small screens */
@media (max-width: 320px) {
  .booking-section {
    padding: 40px 8px 25px;
  }

  .booking-form {
    border-radius: 10px !important;
  }

  .form-header {
    padding: 1.25rem 0.75rem 0.75rem !important;
  }

  .form-header i {
    font-size: 1.75rem !important;
  }

  .form-header h1 {
    font-size: 1.1rem !important;
  }

  .form-header .form-subtitle {
    font-size: 0.8rem !important;
  }

  .booking-form > *:not(.form-header) {
    padding: 0 0.75rem;
  }

  .payment-methods,
  .paynow-methods {
    flex-direction: column !important;
    gap: 0.6rem !important;
  }
  
  .form-row {
    flex-direction: column !important;
    gap: 0 !important;
  }
  
  .form-row .form-group {
    margin-bottom: 1.25rem !important;
  }

  .radio-container {
    padding: 0.75rem !important;
    font-size: 0.85rem !important;
  }

  .booking-form input,
  .booking-form select,
  .booking-form textarea {
    padding: 0.7rem !important;
    font-size: 0.85rem !important;
  }

  .booking-form button {
    padding: 0.85rem 1rem !important;
    font-size: 0.85rem !important;
  }

  .booking-form label {
    font-size: 0.8rem !important;
  }
}

/* Enhanced radio button containers */
.radio-container {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  cursor: pointer;
  padding: 1.2rem 1.5rem;
  border-radius: 16px;
  background: #fff;
  border: 2px solid #111;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #111;
  box-shadow: 0 3px 6px rgba(0,0,0,0.12);
  font-size: 1rem !important;
  text-align: left;
  justify-content: flex-start;
  white-space: normal;
  width: 100% !important;
  margin: 0 !important;
}

/* Radio container hover effect */
.radio-container:hover {
  border-color: #003566 !important;
  background: #f0f8ff !important;
  box-shadow: 0 5px 15px rgba(0, 53, 102, 0.2) !important;
  transform: translateY(-2px) !important;
}

.radio-container:hover .custom-radio {
  border-color: #003566 !important;
  box-shadow: 0 0 10px rgba(0, 53, 102, 0.3) !important;
}

.radio-container i,
.radio-container span,
.radio-container .custom-radio {
  flex-shrink: 0;
  min-width: 0;
}

.radio-container .custom-radio {
  margin-right: 0.5rem;
}

/* Custom radio circle */
.custom-radio {
  width: 20px;
  height: 20px;
  border: 3px solid #111;
  border-radius: 50%;
  background: #fff;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Hide native radio */
.radio-container input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

/* Active / Checked State */
.radio-container:has(input[type="radio"]:checked) {
  background: #111 !important; /* solid black */
  border: 2px solid #d4af37 !important; /* gold border */
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 
    0 0 12px rgba(0,0,0,0.4),
    0 0 20px rgba(212, 175, 55, 0.55) !important;
  transform: translateY(-2px) scale(1.02) !important;
}

/* Checked state hover - maintain the checked styling */
.radio-container:has(input[type="radio"]:checked):hover {
  background: #111 !important;
  border: 2px solid #d4af37 !important;
  color: #fff !important;
  box-shadow: 
    0 0 15px rgba(0,0,0,0.5),
    0 0 25px rgba(212, 175, 55, 0.7) !important;
  transform: translateY(-3px) scale(1.03) !important;
}

.radio-container:has(input[type="radio"]:checked):hover .custom-radio {
  border-color: #d4af37 !important;
  background: #d4af37 !important;
  box-shadow: 
    0 0 12px rgba(212,175,55,0.8),
    0 2px 6px rgba(0,0,0,0.4) !important;
}

/* Inner circle when checked */
.radio-container input[type="radio"]:checked + .custom-radio {
  border-color: #d4af37 !important; /* gold outline */
  background: #d4af37 !important;   /* gold fill */
  box-shadow: 
    0 0 10px rgba(212,175,55,0.6),
    0 2px 6px rgba(0,0,0,0.4);
}

/* White dot inside the selected radio */
.radio-container input[type="radio"]:checked + .custom-radio::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Clean white conditional fields styling */
#paynowFields,
#ecocashFields,
#cardFields,
#proofFields {
  display: block;
  z-index: 100;
  position: relative;
  overflow: visible;
  background: rgba(255,255,255,0.92) !important;
  border: 2px solid #000000 !important;
  border-radius: 16px;
  padding: 1.5rem;
  margin-top: 1rem;
  box-shadow: 
    0 8px 25px rgba(255, 255, 255, 0.1),
    0 0 15px rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Enhanced proof fields styling with total display */
#proofFields {
  background: rgba(255,255,255,0.95) !important;
  border: 2px solid rgba(212,175,55,0.3) !important;
  box-shadow: 
    0 8px 25px rgba(212,175,55,0.2),
    0 0 15px rgba(212,175,55,0.1),
    inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

/* Total amount display for proof payment */
.proof-total-display {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%) !important;
  border: 2px solid #60a5fa !important;
  border-radius: 16px !important;
  padding: 2rem !important;
  margin: 1rem 0 !important;
  text-align: center !important;
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.proof-total-display::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
  animation: shimmer 3s infinite !important;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

.proof-total-display h4 {
  color: #ffffff !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  margin-bottom: 0.5rem !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
  position: relative !important;
  z-index: 1 !important;
}

.proof-total-display .total-amount {
  color: #ffffff !important;
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  text-shadow: 0 3px 12px rgba(0,0,0,0.4), 0 0 30px rgba(96, 165, 250, 0.5) !important;
  margin: 0.5rem 0 !important;
  position: relative !important;
  z-index: 1 !important;
  letter-spacing: 1px !important;
}

.proof-total-display .payment-details {
  color: rgba(255,255,255,0.95) !important;
  font-size: 0.9rem !important;
  margin-top: 0.5rem !important;
  line-height: 1.4 !important;
  position: relative !important;
  z-index: 1 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
}

#paynowFields::before,
#ecocashFields::before,
#cardFields::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, rgba(233, 149, 14, 0.15), rgba(12, 36, 19, 0.15));
  border-radius: 16px;
  z-index: -1;
  opacity: 0.5;
}

#paynowFields h4 {
  color: #ffffff !important;
  font-size: 1.3rem !important;
  font-weight: 800 !important;
  margin-bottom: 1rem !important;
  text-shadow: none !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  background: linear-gradient(135deg, #000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* EcoCash and Card specific fields styling */
#ecocashFields,
#cardFields {
  background: rgba(255, 255, 255, 0.85) !important;
  border: 2px solid rgba(233, 149, 14, 0.15) !important;
  border-radius: 12px !important;
  padding: 1.2rem !important;
  margin-top: 1rem !important;
  backdrop-filter: blur(15px) !important;
}

#ecocashFields input,
#cardFields input {
  width: 100% !important;
  padding: 0.8rem 1rem !important;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: #0f172a !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.8rem !important;
}

#ecocashFields input:focus,
#cardFields input:focus {
  border-color: #e6b85ce0 !important;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.2) !important;
}

#ecocashFields small {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  display: block !important;
  margin-top: 0.5rem !important;
}

/* Card fields row layout */
#cardFields > div {
  display: flex !important;
  gap: 1rem !important;
  margin-bottom: 1rem !important;
}

#cardFields > div > div {
  flex: 1 !important;
}

/* Sandbox notice styling */
.sandbox-notice {
  background: rgba(255,255,255,0.85) !important;
  border: 2px solid #000000 !important;
  padding: 1rem !important;
  border-radius: 8px !important;
  margin-top: 1rem !important;
  display: block !important;
}

.sandbox-notice small {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  display: inline !important;
  font-size: 0.85rem !important;
  line-height: 1.4 !important;
}

.sandbox-notice code {
  background: rgba(255, 255, 255, 0.2) !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
}

/* Force initial hidden state for conditional fields */
#ecocashFields,
#cardFields {
  display: none !important;
}

/* When JavaScript explicitly shows them */
#ecocashFields[style*="display: block"],
#cardFields[style*="display: block"] {
  display: block !important;
}

/* Conditional visibility - IMPORTANT: JavaScript controls display */
.hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* JavaScript will set these directly */
#ecocashFields[style*="display: none"],
#cardFields[style*="display: none"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

/* Force visible when JavaScript sets display: block */
#ecocashFields[style*="display: block"],
#cardFields[style*="display: block"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
}

.sandbox-notice strong {
  color: #1a1a1a !important;
  text-shadow: none !important;
  font-weight: 600 !important;
}

/* Modern Submit Button */
.booking-form button,
button[type="button"] {
  width: 100% !important;
  max-width: 100% !important;
  padding: 1rem 2rem !important;
  margin: 2rem 0 0 0 !important;
  display: block !important;
  border: none !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #001d3d 0%, #003566 100%) !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-shadow: none !important;
  text-transform: none !important;
  letter-spacing: 0.3px !important;
  box-shadow: 0 4px 12px rgba(0, 29, 61, 0.2) !important;
  position: relative !important;
  overflow: hidden !important;
}

.booking-form button::before,
button[type="button"]::before {
  display: none !important;
}

.booking-form button:hover,
button[type="button"]:hover {
  background: linear-gradient(135deg, #003566 0%, #001d3d 100%) !important;
  box-shadow: 0 6px 20px rgba(0, 29, 61, 0.3) !important;
  transform: translateY(-2px) !important;
}

.booking-form button:hover::before,
button[type="button"]:hover::before {
  display: none !important;
}

.booking-form button:active,
button[type="button"]:active {
  transform: translateY(0) !important;
}

/* Room Price Display */
.myprice {
  font-size: 1rem !important;
  font-weight: 900 !important;
  background: rgba(255, 255, 255, 0.15) !important;
  border: 2px solid rgba(167, 117, 0, 0.121) !important;
  padding: 1.2rem 2rem !important;
  border-radius: 16px !important;
  margin: 1rem auto 1.5rem auto !important;
  text-align: center !important;
  backdrop-filter: blur(14px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(160%) !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 
    0 8px 25px rgba(40, 64, 29, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;

  /* Gradient text */
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  background-image: linear-gradient(135deg, #000, #4d724d, #e6b85c) !important;
  background-size: 200% auto !important;
  animation: textShimmer 4s ease-in-out infinite, priceGlow 3s ease-in-out infinite alternate;
}

/* Shimmer effect for gradient text */
@keyframes textShimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Glowing outer effect */
@keyframes priceGlow {
  0% {
    box-shadow: 
      0 0 15px rgba(14, 165, 233, 0.3),
      0 8px 20px rgba(230, 184, 92, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.6);
    border-color: rgba(14, 165, 233, 0.6);
  }
  100% {
    box-shadow: 
      0 0 25px rgba(255, 255, 255, 0.5),
      0 12px 30px rgba(77, 114, 77, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
  }
}

/* ULTIMATE OVERRIDE - Force ALL text in booking form to be dark */
.booking-form,
.booking-form *,
#paynowFields,
#paynowFields *,
#ecocashFields,
#ecocashFields *,
#cardFields,
#cardFields *,
#proofFields,
#proofFields *,
.sandbox-notice,
.sandbox-notice *,
.payment-methods *,
.paynow-methods *,
.radio-container *,
form *,
div * {
  color: #000000 !important;
  text-shadow: none !important;
}

/* Exception for form headers that should remain white for contrast */
.form-header h2,
.booking-form > .form-header h2,
.form-header h2:contains("🏨"),
h2:contains("Book Your Stay") {
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(34, 51, 29, 0.8) !important;
}

/* Exception for form header paragraph text */
.form-header p,
.booking-form > .form-header p {
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(27, 53, 30, 0.6) !important;
  opacity: 0.9 !important;
}

/* FINAL OVERRIDE - Force all text in EcoCash and Card fields to be dark */
#ecocashFields,
#ecocashFields *,
#cardFields,
#cardFields * {
  color: #1e293b !important;
}

#ecocashFields label,
#ecocashFields small,
#cardFields label,
#cardFields small {
  color: #1e293b !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-weight: 600 !important;
}

/* FINAL OVERRIDE - Force all text in sandbox notice to be dark */
.sandbox-notice,
.sandbox-notice *,
.sandbox-notice small,
.sandbox-notice strong,
.sandbox-notice code {
  color: #1e293b !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.sandbox-notice code {
  background: rgba(14, 165, 233, 0.1) !important;
  color: #000000 !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
}

/* Enhanced Form Layout and Label Fixes */
.booking-form {
  background: rgba(255,255,255,0.85) !important;
  border: 1px solid #00000040 !important;
  box-shadow: 0 20px 40px rgba(14, 233, 50, 0.18), 0 0 30px rgba(16, 185, 129, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}
.booking-form::before {
  background: radial-gradient(circle at 20% 80%, rgba(14, 165, 233, 0.12) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.12) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(255,255,255,0.09) 0%, transparent 70%) !important;
}

/* Media Queries */

/* Large Tablet */
@media (max-width: 1024px) {
  .booking-form {
    max-width: 650px !important;
  }
}

/* Tablet and Mobile styles */
@media (max-width: 768px) {
  .booking-section {
    padding: 60px 15px 40px;
  }

  .booking-form {
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 15px !important;
  }

  .form-header {
    padding: 2rem 1.5rem 1.5rem !important;
  }

  .form-header i {
    font-size: 2.5rem !important;
  }

  .form-header h1 {
    font-size: 1.5rem !important;
  }

  .form-header .form-subtitle {
    font-size: 0.9rem !important;
  }

  .booking-form > *:not(.form-header) {
    padding: 0 1.5rem;
  }

  .booking-form > .form-group:first-of-type,
  .booking-form > .form-row:first-of-type {
    margin-top: 2rem;
  }

  /* Form rows stack on mobile */
  .form-row {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .form-row .form-group {
    width: 100% !important;
    margin-bottom: 1.5rem !important;
  }

  /* Payment methods stack on mobile */
  .payment-methods,
  .paynow-methods {
    flex-direction: column !important;
    gap: 0.75rem !important;
  }

  .radio-container {
    padding: 1rem !important;
    font-size: 0.95rem !important;
  }

  .booking-form input,
  .booking-form select,
  .booking-form textarea {
    padding: 0.85rem !important;
    font-size: 0.95rem !important;
  }

  .booking-form button {
    padding: 1rem 1.5rem !important;
    font-size: 0.95rem !important;
  }

  #paymentInstructions {
    padding: 15px !important;
  }

  #paymentInstructions h4 {
    font-size: 1rem !important;
  }

  #paymentInstructions p {
    font-size: 0.95rem !important;
  }

  #paymentInstructions strong {
    font-size: 1rem !important;
  }

  #paymentInstructions code {
    font-size: 1rem !important;
  }
}

/* Small Mobile styles */
@media (max-width: 480px) {
  .booking-section {
    padding: 50px 10px 30px;
  }

  .booking-form {
    border-radius: 12px !important;
  }

  .form-header {
    padding: 1.5rem 1rem 1rem !important;
  }

  .form-header i {
    font-size: 2rem !important;
  }

  .form-header h1 {
    font-size: 1.25rem !important;
  }

  .form-header .form-subtitle {
    font-size: 0.85rem !important;
  }

  .booking-form > *:not(.form-header) {
    padding: 0 1rem;
  }

  .booking-form > .form-group:first-of-type,
  .booking-form > .form-row:first-of-type {
    margin-top: 1.5rem;
  }

  .radio-container {
    padding: 0.85rem !important;
    font-size: 0.9rem !important;
    gap: 0.4rem !important;
  }

  .booking-form input,
  .booking-form select,
  .booking-form textarea {
    padding: 0.75rem !important;
    font-size: 0.9rem !important;
  }

  .booking-form button {
    padding: 0.9rem 1.25rem !important;
    font-size: 0.9rem !important;
  }

  .booking-form label {
    font-size: 0.85rem !important;
  }

  #paymentInstructions {
    padding: 12px !important;
  }

  #paymentInstructions h4 {
    font-size: 0.95rem !important;
  }

  #paymentInstructions p {
    font-size: 0.85rem !important;
  }

  #paymentInstructions strong {
    font-size: 0.95rem !important;
  }

  #paymentInstructions code {
    font-size: 0.9rem !important;
    padding: 3px 6px !important;
  }
}

/* Enhanced Payment Instructions styling */
#paymentInstructions {
  display: block !important;
  margin-top: 15px !important;
  padding: 20px !important;
  border: 2px solid #d4af37 !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 12px !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2) !important;
}

#paymentInstructions h4 {
  color: #000000 !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  margin-bottom: 1rem !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-align: center !important;
  text-shadow: none !important;
}

#paymentInstructions p {
  color: #000000 !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.8rem !important;
  line-height: 1.6 !important;
  text-shadow: none !important;
    text-align: center !important;
}

#paymentInstructions strong {
  color: #ff0000 !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  text-shadow: none !important;
    text-align: center !important;
}

#paymentInstructions code {
  background: rgba(0, 51, 255, 0.75) !important;
  color: #ffffffe6 !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  border: 1px solid rgba(212, 175, 55, 0.4) !important;
  text-shadow: none !important;
    text-align: center !important;
}

/* Fix Contact Section on Booking Page */
.contact-section-light {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%) !important;
  position: relative;
  z-index: 1;
}

.contact-box {
  background: #ffffff !important;
}

.contact-form-left h2,
.contact-form input,
.contact-form textarea {
  color: #001d3d !important;
}

.contact-info-right {
  background: linear-gradient(135deg, #001d3d 0%, #003566 100%) !important;
  color: #ffffff !important;
}

.contact-info-right h3,
.contact-info-right p,
.contact-info-right ul,
.contact-info-right ul li,
.contact-info-right ul li strong {
  color: #ffffff !important;
}

.site-footer {
  background: #ffffff !important;
  color: #1a1a1a !important;
  position: relative;
  z-index: 1;
}
