.error {
  color: red;
  font-weight: 400;
}

.hidden {
  display: none;
}

#occupants_error {
  color: red;
  margin-top: -15px;
  margin-bottom: 10px;
  padding-left: 7px;
}

/* Signature start */
.signature-container {
  /* border: 2px solid #ccc; */
  margin-bottom: 10px;
  margin-top: 15px;
}

canvas {
  border: 1px solid #ccc;
}
/* Clear Signature Button */
.btn-clear {
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  background-color: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
}
/* Signature end */

/* Success page start */
.success-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-card {
  background: white;
  padding: 2.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  text-align: center;
  max-width: 400px;
  width: 90%;
}

.success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
}

.success-icon svg {
  width: 100%;
  height: 100%;
}

.success-card h1 {
  color: #1e293b;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.success-card p {
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.order-id {
  background: #f1f5f9;
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-family: monospace;
  color: #475569;
  margin-bottom: 1.5rem;
}

.back-button {
  background: #3b82f6;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s;
  display: inline-block;
}

.back-button:hover {
  background: #2563eb;
  color: #fff;
  text-decoration: none;
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.checkmark-circle {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: checkmark 0.5s ease-in-out forwards;
}

.checkmark-check {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: checkmark 0.5s ease-in-out forwards 0.5s;
}
/* Success page end */

/* Loading Overlay Styles */
.loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loading-overlay.active {
  display: flex;
}

.spinner {
  width: 64px;
  height: 64px;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loading-text {
  color: white;
  font-size: 18px;
  margin-top: 16px;
  font-family: Arial, sans-serif;
}

/* Loading spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Pulse animation for loading text */
@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

/* Calendar icon position */
.position-relative {
  position: relative !important;
}
.icon-position {
  color: gray;
  position: absolute !important;
  right: 8px !important;
  top: 10px !important;
}

.stripe-container {
  /* margin-top: 50px !important; */
  padding: 0 7px;
  display: none;
}

.stripe-button {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  text-align: center;
  background-color: #2c2e2f;
  color: white;
  font-size: 18px;
  font-weight: normal;
  border: none;
  border-radius: 4px !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}
.stripe-button span {
  color: #5433ff;
  font-weight: bolder;
  font-style: italic;
  font-size: 23px;
}
.stripe-button:hover {
  background-color: #2c2e2fa;
}

#payment-message {
  margin-top: 12px;
  color: #1a1f36;
}

.success-message {
  color: #0e6245;
}

.error-message {
  color: #df1b41;
}

.spinner-loading {
  display: none;
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #5469d4;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 10px auto;
}

/* #paypal-button-container {
  margin-bottom: 50px !important;
} */

.uppercase {
  text-transform: uppercase;
}
.d-none {
  display: none;
}
.alert {
  width: 94% !important;
  margin: 0 auto !important;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px !important;
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 10px !important;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* Footer */
#Footer .footer_copy .one {
  padding-top: 10px !important;
}
.footer_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px !important;
}
.footer_links a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #916e73 !important;
}
