.elementor-2017 .elementor-element.elementor-element-c263ce2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-51254be */.thank-you-wrapper {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.thank-you-card {
  text-align: center;
  max-width: 700px;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.thank-you-icon {
  font-size: 56px;
  margin-bottom: 16px;
}

.thank-you-card h1 {
  margin-bottom: 8px;
}

.thank-you-card h2 {
  margin-bottom: 20px;
  font-weight: 400;
  opacity: 0.85;
}

.thank-you-card p {
  line-height: 1.6;
  margin-bottom: 20px;
}

.hours-block h3 {
  margin-bottom: 4px;
  margin-top: 12px;
}

.thank-you-buttons {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.thank-you-buttons .btn-primary,
.thank-you-buttons .btn-secondary {
  padding: 10px 24px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
}

.thank-you-buttons .btn-primary {
  background: #000;
  color: #fff;
}

.thank-you-buttons .btn-secondary {
  border: 1px solid #000;
  color: #000;
}/* End custom CSS */