.elementor-3029 .elementor-element.elementor-element-a7ab9c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3029 .elementor-element.elementor-element-6bb3425{text-align:start;}.elementor-3029 .elementor-element.elementor-element-6bb3425 img{width:27%;}.elementor-3029 .elementor-element.elementor-element-f39a770{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-3029 .elementor-element.elementor-element-6bb3425 img{width:37%;}}/* Start custom CSS for html, class: .elementor-element-21589b0 */<style>
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", Arial, sans-serif;
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.thankyou-container {
  text-align: center;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  max-width: 400px;
  width: 90%;
}

h1 {
  color: #333;
  font-size: 28px;
  margin-bottom: 10px;
}

p {
  color: #666;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.5;
}

a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s ease;
}

a:hover {
  background-color: #0056b3;
}

</style>/* End custom CSS */