.elementor-2094 .elementor-element.elementor-element-3ad84ac{--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-popup-modal-2094 .dialog-widget-content{animation-duration:0.5s;background-color:#00000000;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2094{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-2094 .dialog-message{width:325px;height:100vh;align-items:flex-start;}#elementor-popup-modal-2094 .dialog-close-button{display:flex;}@media(max-width:1024px){#elementor-popup-modal-2094 .dialog-message{width:260px;}}@media(max-width:767px){#elementor-popup-modal-2094 .dialog-message{width:260px;}}/* Start custom CSS *//* ============================================================
   ARMGENIUS — Popup Builder Native Close Button Styles
   Paste this into your Popup Builder's "Custom CSS" field
   or into your theme's Additional CSS.
   ============================================================ */

/* ── Elementor Pro Popup close button ── */
.elementor-popup-modal .elementor-popup-modal__close-button,
.elementor-popup-modal .dialog-close-button {
  width: 36px !important;
  height: 36px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  color: #9ca3af !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease !important;
  top: 16px !important;
  right: 16px !important;
  position: absolute !important;
  z-index: 9999 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 18px !important;
}

.elementor-popup-modal .elementor-popup-modal__close-button:hover,
.elementor-popup-modal .dialog-close-button:hover {
  background: rgba(255, 90, 90, 0.18) !important;
  color: #ff6b6b !important;
  transform: scale(1.08) !important;
  border-color: rgba(255, 90, 90, 0.25) !important;
}

/* Icon inside the Elementor close button */
.elementor-popup-modal .elementor-popup-modal__close-button i,
.elementor-popup-modal .dialog-close-button i {
  font-size: 16px !important;
  color: inherit !important;
  line-height: 1 !important;
}

/* ── Popup Maker (pum) close button ── */
.pum-container .pum-close {
  width: 36px !important;
  height: 36px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  color: #9ca3af !important;
  font-size: 16px !important;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease !important;
  top: 16px !important;
  right: 16px !important;
  position: absolute !important;
  z-index: 9999 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

.pum-container .pum-close:hover {
  background: rgba(255, 90, 90, 0.18) !important;
  color: #ff6b6b !important;
  transform: scale(1.08) !important;
  border-color: rgba(255, 90, 90, 0.25) !important;
}

/* ── Generic fallback — covers most other popup builders ── */
.popup-close,
.modal-close,
[class*="popup-close"],
[class*="close-popup"],
[class*="modal-close"] {
  width: 36px !important;
  height: 36px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  color: #9ca3af !important;
  font-size: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease !important;
  top: 16px !important;
  right: 16px !important;
  position: absolute !important;
  z-index: 9999 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.popup-close:hover,
.modal-close:hover,
[class*="popup-close"]:hover,
[class*="close-popup"]:hover,
[class*="modal-close"]:hover {
  background: rgba(255, 90, 90, 0.18) !important;
  color: #ff6b6b !important;
  transform: scale(1.08) !important;
}/* End custom CSS */