.elementor-4928 .elementor-element.elementor-element-4c18566{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6ad589c */.hyc-thankyou-page {
  min-height: 70vh;
  padding: 90px 18px;
  background: linear-gradient(135deg, #fff7f2 0%, #ffffff 48%, #fff1e8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hyc-thankyou-card {
  width: 100%;
  max-width: 860px;
  padding: 54px 42px;
  background: #ffffff;
  border-radius: 26px;
  text-align: center;
  box-shadow: 0 24px 70px rgba(80, 40, 20, 0.12);
  border: 1px solid rgba(227, 69, 47, 0.12);
  position: relative;
  overflow: hidden;
}

.hyc-thankyou-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(227, 69, 47, 0.08) 45%, transparent 70%);
  transform: translateX(-100%);
  animation: hycThanksShine 4.5s ease-in-out infinite;
  pointer-events: none;
}

.hyc-thankyou-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #e3452f;
  color: #ffffff;
  font-size: 42px;
  line-height: 76px;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(227, 69, 47, 0.25);
}

.hyc-thankyou-card h1 {
  margin: 0 0 16px;
  color: #1c1c1c;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 800;
}

.hyc-thankyou-lead {
  max-width: 680px;
  margin: 0 auto 32px;
  color: #555555;
  font-size: 18px;
  line-height: 1.75;
}

.hyc-thankyou-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 32px 0;
  text-align: left;
}

.hyc-thankyou-item {
  padding: 22px;
  border-radius: 18px;
  background: #fff8f5;
  border: 1px solid rgba(227, 69, 47, 0.12);
}

.hyc-thankyou-item strong {
  display: block;
  margin-bottom: 8px;
  color: #222222;
  font-size: 17px;
}

.hyc-thankyou-item p {
  margin: 0;
  color: #666666;
  font-size: 15px;
  line-height: 1.65;
}

.hyc-thankyou-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 34px 0 24px;
}

.hyc-thankyou-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hyc-thankyou-btn:hover {
  transform: translateY(-3px);
}

.hyc-thankyou-btn.primary {
  background: #e3452f;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(227, 69, 47, 0.25);
}

.hyc-thankyou-btn.secondary {
  background: #ffffff;
  color: #e3452f;
  border: 1px solid rgba(227, 69, 47, 0.35);
}

.hyc-thankyou-note {
  max-width: 720px;
  margin: 0 auto;
  color: #777777;
  font-size: 14px;
  line-height: 1.7;
}

@keyframes hycThanksShine {
  0% {
    transform: translateX(-100%);
  }
  45%, 100% {
    transform: translateX(100%);
  }
}

@media (max-width: 767px) {
  .hyc-thankyou-page {
    min-height: auto;
    padding: 54px 14px;
  }

  .hyc-thankyou-card {
    padding: 38px 20px;
    border-radius: 20px;
  }

  .hyc-thankyou-card h1 {
    font-size: 30px;
  }

  .hyc-thankyou-lead {
    font-size: 16px;
  }

  .hyc-thankyou-info {
    grid-template-columns: 1fr;
  }

  .hyc-thankyou-btn {
    width: 100%;
  }
}/* End custom CSS */