.elementor-5336 .elementor-element.elementor-element-d2e5720{--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;}.elementor-5336 .elementor-element.elementor-element-c404115{--display:flex;}#elementor-popup-modal-5336 .dialog-widget-content{animation-duration:1s;background-color:rgba(0,0,0,0);}#elementor-popup-modal-5336{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5336 .dialog-message{width:801px;height:auto;}/* Start custom CSS for html, class: .elementor-element-35a6beb */.order-popup {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  max-width: 420px;
  margin: auto;
  font-family: "Nunito", Nunito, Nunito sans;
  color: #222;
}

.popup-header {
  text-align: center;
  margin-bottom: 20px;
}

.popup-header h2 {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.service-summary {
  margin-bottom: 20px;
}

.service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
}

.service-item h3 {
  font-size: 18px;
  margin: 0;
  color: #333;
}

.service-item p {
  font-size: 14px;
  margin: 4px 0;
  color: #666;
  flex: 1;
  padding-right: 10px;
}

.service-item .price {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.divider {
  border-bottom: 1px solid #eee;
  margin: 10px 0;
}

.urgency-box {
  background: #ffc;
  border: 1px solid #fdd89a;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  color: #191919;
}

.pay-btn {
  width: 100%;
  padding: 14px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pay-btn:hover {
  background: #333;
}

.trust-badges {
  text-align: center;
  font-size: 13px;
  margin-top: 18px;
  color: #444;
}

.trust-badges span {
  display: inline-block;
  margin: 0 8px;
}/* End custom CSS */