.elementor-3538 .elementor-element.elementor-element-b5b29d3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6db6762 */.vm-thank-minimal{
  --vm-accent:#5c75ff;

  min-height:100svh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px;

  background: radial-gradient(circle at 20% 20%, #0f1a3a 0%, #070b16 60%);
}

.vm-thank-card{
  width:min(600px, 95%);
  padding:50px 40px;
  border-radius:30px;

  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(14px);

  box-shadow:
    0 0 0 1px rgba(92,117,255,.35),
    0 30px 80px rgba(0,0,0,.6);

  text-align:center;
  color:#fff;
  position:relative;
}

.vm-thank-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,#5c75ff,#00d2ff);
  border-top-left-radius:30px;
  border-top-right-radius:30px;
}

.vm-check{
  width:90px;
  height:90px;
  margin:0 auto 25px;
  border-radius:50%;
  background:rgba(92,117,255,.15);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:38px;
  color:var(--vm-accent);
  box-shadow:0 0 40px rgba(92,117,255,.5);
}

.vm-thank-card h1{
  font-size:32px;
  margin-bottom:15px;
}

.vm-thank-card p{
  color:rgba(255,255,255,.75);
  font-size:17px;
  line-height:1.6;
  margin-bottom:35px;
}

.vm-back-btn{
  display:inline-block;
  padding:14px 26px;
  border-radius:18px;
  background:var(--vm-accent);
  color:#fff;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 18px 50px rgba(92,117,255,.4);
  transition:.2s ease;
}

.vm-back-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 0 0 2px rgba(92,117,255,.6),
             0 25px 60px rgba(92,117,255,.4);
}
.vm-call-section{
  margin-top:40px;
  padding-top:25px;
  border-top:1px solid rgba(255,255,255,.12);
}

.vm-call-text{
  font-size:15px;
  color:rgba(255,255,255,.65);
  margin-bottom:14px;
}

.vm-call-number{
  display:inline-block;
  font-size:22px;
  font-weight:800;
  color:#5c75ff;
  text-decoration:none;
  letter-spacing:1px;
  padding:10px 18px;
  border-radius:14px;
  background:rgba(92,117,255,.12);
  box-shadow:0 0 25px rgba(92,117,255,.35);
  transition:.2s ease;
}

.vm-call-number:hover{
  transform:translateY(-2px);
  box-shadow:0 0 0 2px rgba(92,117,255,.6),
             0 20px 60px rgba(92,117,255,.35);
}/* End custom CSS */