.elementor-2303 .elementor-element.elementor-element-01c737f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-01c737f */.lux-confirmation-wrap {
  background: #F5EBDD;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.lux-confirmation-card {
  max-width: 620px;
  width: 100%;
  background: #ffffff;
  padding: 50px 45px;
  border-radius: 18px;
  border: 1px solid rgba(198,167,107,0.35);
  box-shadow: 0 18px 60px rgba(0,0,0,0.08);
  text-align: center;
}

.lux-confirmation-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(198,167,107,0.12);
  color: #C6A76B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
}

.lux-confirmation-card h1 {
  font-size: 34px;
  font-weight: 600;
  color: #2B2B2B;
  margin-bottom: 16px;
}

.lux-confirmation-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #6F6F6F;
  margin-bottom: 30px;
}

.lux-confirmation-btn {
  display: inline-block;
  background: #C6A76B;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 10px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  transition: 0.3s ease;
}

.lux-confirmation-btn:hover {
  background: #B89255;
  transform: translateY(-1px);
}/* End custom CSS */