.elementor-372 .elementor-element.elementor-element-52aaaf9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-372 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-372{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-372 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-372 .dialog-close-button{display:flex;}/* Start custom CSS for html, class: .elementor-element-becc27b *//* OVERLAY */
.stx-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.stx-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* POPUP CARD */
.stx-popup {
  background: #fff;
  max-width: 820px;
  width: 94%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0,0,0,0.3);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  transform: translateY(40px);
  transition: all 0.35s ease;
  font-family: Arial, sans-serif;
}

.stx-popup-overlay.active .stx-popup {
  transform: translateY(0);
}

/* LEFT IMAGE */
.stx-popup-left {
  background: #f4f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.stx-popup-left img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* RIGHT CONTENT */
.stx-popup-right {
  padding: 28px;
  position: relative;
}

/* CLOSE BUTTON */
.stx-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 20px;
  cursor: pointer;
  color: #888;
}

/* EYEBROW */
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #c90000;
  margin-bottom: 8px;
}

/* HEADLINE */
.stx-popup h2 {
  font-size: 26px;
  margin: 0 0 10px;
  color: #222;
  line-height: 1.2;
}

.stx-popup h2 span {
  color: #c90000;
}

/* TEXT */
.stx-popup p {
  font-size: 15px;
  color: #333;
  margin-bottom: 14px;
}

/* LIST */
.stx-popup ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.stx-popup ul li {
  padding-left: 24px;
  margin-bottom: 8px;
  position: relative;
  font-size: 14px;
}

.stx-popup ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #c90000;
  font-weight: bold;
}

/* NOTE */
.stx-note {
  font-size: 12px;
  color: #6B7280;
  margin-bottom: 16px;
}

/* BUTTON (FORCED WHITE TEXT) */
.stx-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #c90000;
  color: #ffffff !important;
  padding: 14px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
  border: none;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 18px rgba(201,0,0,0.25);
}

.stx-btn:hover {
  background: #a00000;
  color: #ffffff !important;
  box-shadow: 0 10px 26px rgba(201,0,0,0.35);
  transform: translateY(-1px);
}

/* MOBILE */
@media (max-width: 720px) {
  .stx-popup {
    grid-template-columns: 1fr;
  }

  .stx-popup-left {
    padding: 16px;
  }

  .stx-popup-right {
    padding: 22px;
  }

  .stx-popup h2 {
    font-size: 22px;
  }
}/* End custom CSS */