.elementor-1452 .elementor-element.elementor-element-758b296{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fa6b89b */.lsfr-thankyou-wrap{
  position:relative;
  padding:70px 20px;
  background:
    radial-gradient(circle at top left, rgba(255,108,92,0.30), transparent 35%),
    radial-gradient(circle at top right, rgba(255,115,0,0.20), transparent 25%),
    radial-gradient(circle at bottom right, rgba(131,179,255,0.22), transparent 35%),
    linear-gradient(135deg, #111111 0%, #161d2d 45%, #121212 100%);
  overflow:hidden;
}

.lsfr-thankyou-wrap:before,
.lsfr-thankyou-wrap:after{
  content:"";
  position:absolute;
  inset:auto;
  width:520px;
  height:520px;
  border-radius:50%;
  filter:blur(60px);
  opacity:.18;
  pointer-events:none;
}

.lsfr-thankyou-wrap:before{
  top:-120px;
  left:-120px;
  background:#ff7a59;
}

.lsfr-thankyou-wrap:after{
  right:-140px;
  bottom:-120px;
  background:#8fc5ff;
}

.lsfr-thankyou-card{
  position:relative;
  z-index:2;
  max-width:1150px;
  margin:0 auto;
  padding:45px 30px;
  border-radius:30px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.18);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 20px 60px rgba(0,0,0,0.35);
}

.lsfr-thankyou-header{
  text-align:center;
  margin-bottom:35px;
}

.lsfr-badge{
  display:inline-block;
  padding:8px 16px;
  margin-bottom:15px;
  border-radius:999px;
  background:rgba(255,255,255,0.14);
  border:1px solid rgba(255,255,255,0.18);
  color:#ff9b49;
  font-weight:700;
  font-size:14px;
  letter-spacing:.4px;
}

.lsfr-thankyou-header h1{
  margin:0 0 16px;
  font-size:58px;
  line-height:1.05;
  font-weight:800;
  color:#fff;
}

.lsfr-thankyou-header p{
  max-width:850px;
  margin:0 auto;
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,0.85);
}

.lsfr-thankyou-points{
  display:grid;
  gap:18px;
  margin-top:35px;
}

.lsfr-point{
  display:flex;
  align-items:center;
  gap:18px;
  padding:20px 24px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  border:2px solid rgba(255,255,255,0.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.08);
}

.lsfr-icon{
  min-width:68px;
  width:68px;
  height:68px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  font-weight:800;
  color:#ff5a5f;
  background:#fff;
  box-shadow:0 10px 20px rgba(0,0,0,0.12);
}

.lsfr-text h3{
  margin:0 0 6px;
  color:#fff;
  font-size:28px;
  line-height:1.2;
}

.lsfr-text p{
  margin:0;
  color:rgba(255,255,255,0.8);
  font-size:16px;
  line-height:1.6;
}

.lsfr-contact-social-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:35px;
}

.lsfr-contact-box,
.lsfr-social-box{
  padding:26px;
  border-radius:24px;
  background:rgba(255,255,255,0.07);
  border:1px solid rgba(255,255,255,0.16);
}

.lsfr-contact-box h3,
.lsfr-social-box h3{
  margin:0 0 18px;
  color:#ff9b49;
  font-size:24px;
}

.lsfr-contact-box ul{
  list-style:none;
  padding:0;
  margin:0;
}

.lsfr-contact-box li{
  margin:0 0 12px;
  color:#fff;
  font-size:17px;
  line-height:1.6;
}

.lsfr-social-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.lsfr-social-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding:12px 18px;
  border-radius:14px;
  color:#fff;
  font-weight:600;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.16);
  transition:all .3s ease;
}

.lsfr-social-links a:hover{
  transform:translateY(-2px);
  background:rgba(255,155,73,0.15);
  border-color:rgba(255,155,73,0.45);
  color:#ffb06c;
}

.lsfr-thankyou-actions{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:35px;
}

.lsfr-btn-primary,
.lsfr-btn-secondary{
  text-decoration:none;
  padding:15px 28px;
  border-radius:16px;
  font-size:16px;
  font-weight:700;
  transition:all .3s ease;
}

.lsfr-btn-primary{
  color:#111;
  background:linear-gradient(135deg, #ff9a44 0%, #ff7a59 100%);
  box-shadow:0 12px 28px rgba(255,122,89,0.28);
}

.lsfr-btn-primary:hover{
  transform:translateY(-2px);
}

.lsfr-btn-secondary{
  color:#fff;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.18);
}

.lsfr-btn-secondary:hover{
  transform:translateY(-2px);
  border-color:rgba(255,155,73,0.45);
  color:#ffb06c;
}

@media (max-width: 991px){
  .lsfr-thankyou-header h1{
    font-size:42px;
  }

  .lsfr-text h3{
    font-size:23px;
  }

  .lsfr-contact-social-row{
    grid-template-columns:1fr;
  }

  .lsfr-point{
    border-radius:26px;
    align-items:flex-start;
  }
}

@media (max-width: 767px){
  .lsfr-thankyou-wrap{
    padding:45px 14px;
  }

  .lsfr-thankyou-card{
    padding:28px 16px;
    border-radius:22px;
  }

  .lsfr-thankyou-header h1{
    font-size:34px;
  }

  .lsfr-thankyou-header p{
    font-size:15px;
    line-height:1.7;
  }

  .lsfr-point{
    gap:14px;
    padding:16px;
    border-radius:22px;
    flex-direction:row;
  }

  .lsfr-icon{
    min-width:54px;
    width:54px;
    height:54px;
    font-size:28px;
  }

  .lsfr-text h3{
    font-size:20px;
  }

  .lsfr-text p{
    font-size:14px;
  }

  .lsfr-contact-box li{
    font-size:15px;
  }

  .lsfr-social-links a{
    width:100%;
  }
}/* End custom CSS */