.elementor-10804 .elementor-element.elementor-element-4357d9a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8dce8c8 */.rb-thankyou-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  background: #f5f6f8;
  font-family: "Barlow", sans-serif;
}

.rb-thankyou-box {
  max-width: 520px;
  width: 100%;
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0,0,0,0.15);
  position: relative;
}

.rb-thankyou-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c8102e, #ff4d6d);
  border-radius: 16px 16px 0 0;
}

.rb-check {
  width: 60px;
  height: 60px;
  background: #c8102e;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.rb-thankyou-box h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
  color: #1a2744;
}

.rb-sub {
  font-size: 14px;
  color: #606068;
  margin-bottom: 10px;
}

.rb-main {
  font-size: 15px;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.rb-info {
  background: #fdeaee;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.rb-info a {
  color: #c8102e;
  font-weight: 700;
  text-decoration: none;
}

.rb-next {
  text-align: left;
  margin-bottom: 25px;
}

.rb-next ul {
  padding-left: 18px;
}

.rb-next li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #2d2d2d;
}

.rb-btn {
  display: inline-block;
  background: #c8102e;
  color: #fff;
  padding: 14px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  transition: 0.2s;
}

.rb-btn:hover {
  background: #a00d24;
  transform: translateY(-2px);
}/* End custom CSS */