.elementor-1532 .elementor-element.elementor-element-785860d7{--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;--border-radius:20px 20px 20px 20px;}.elementor-1532 .elementor-element.elementor-element-785860d7:not(.elementor-motion-effects-element-type-background), .elementor-1532 .elementor-element.elementor-element-785860d7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-829b494 );}#elementor-popup-modal-1532 .dialog-widget-content{background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1532{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1532 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1532 .dialog-close-button{display:flex;}#elementor-popup-modal-1532 .dialog-close-button i{color:var( --e-global-color-primary );}#elementor-popup-modal-1532 .dialog-close-button svg{fill:var( --e-global-color-primary );}#elementor-popup-modal-1532 .dialog-close-button:hover i{color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-ae0e069 *//* MAIN WRAPPER */
.ph-success-box {
  max-width: 900px;
  margin: 20px auto;
  padding: 20px;
}

/* CARD */
.ph-success-box .ph-card {
  background: linear-gradient(180deg, #0d2b4f, #081a30);
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 60px rgba(0, 200, 255, 0.15);
  border: 1px solid rgba(0, 200, 255, 0.2);
}

/* ICON */
.ph-success-box .ph-icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.ph-success-box .ph-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid rgba(0, 200, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 200, 255, 0.4);
}

.ph-success-box .ph-check {
  background: #7cc043;
  width: 55px;
  height: 55px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
}

/* TAG */
.ph-success-box .ph-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 25px;
  border: 1px solid rgba(0, 200, 255, 0.5);
  color: #5edbff;
  font-size: 13px;
  margin-bottom: 20px;
}

/* TITLE */
.ph-success-box .ph-title {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff;
}

.ph-success-box .ph-title span {
  color: #3ecbff;
}

/* TEXT */
.ph-success-box .ph-text {
  font-size: 15px;
  color: #a8c3d8;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* BUTTON */
.ph-success-box .ph-btn {
  background: linear-gradient(90deg, #2bc0ff, #009fe3);
  border: none;
  padding: 18px 30px;
  width: 100%;
  border-radius: 12px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0, 200, 255, 0.4);
}

.ph-success-box .ph-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(0, 200, 255, 0.6);
}/* End custom CSS */