.elementor-405 .elementor-element.elementor-element-cc2cfdf{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-b0fe3bc */.thankyou-section {
    background: linear-gradient(to right, #e0f7fa, #ffffff);
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .thankyou-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 500px;
    width: 100%;
  }

  .thankyou-title {
    font-size: 36px;
    color: #00695c;
    margin-bottom: 20px;
  }

  .thankyou-message {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .whatsapp-button {
    display: inline-block;
    padding: 14px 24px;
    background-color: #25D366;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .whatsapp-button:hover {
    background-color: #1ebe5d;
  }/* End custom CSS */