/* Thank You Page Styles */
.thank-you-section {
  background: linear-gradient(135deg, rgba(59, 30, 84, 0.9), rgba(28, 28, 28, 0.9)),
    url('../img/KDtf3P.jpg') center/cover no-repeat;
  padding: 8rem 0;
  text-align: center;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.thank-you-content {
  max-width: 60rem;
  margin: 0 auto;
  padding: 4rem 3rem;
  background-color: rgba(44, 44, 44, 0.8);
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--color-secondary);
}

.thank-you-icon {
  margin-bottom: 2rem;
}

.thank-you-content h1 {
  margin-bottom: 1.5rem;
}

.thank-you-content .btn {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .thank-you-content {
    padding: 3rem 2rem;
    max-width: 90%;
  }
}
