.elementor-246114 .elementor-element.elementor-element-7f9a1557{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;overflow:visible;}#elementor-popup-modal-246114{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-246114 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-246114 .dialog-close-button{display:flex;font-size:19px;}#elementor-popup-modal-246114 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-246114 .dialog-close-button i{color:var( --e-global-color-accent );}#elementor-popup-modal-246114 .dialog-close-button svg{fill:var( --e-global-color-accent );}/* Start custom CSS for html, class: .elementor-element-e2c3999 *//* --- Popup card --- */
.contact-popup-card {
  font-family: Arial, sans-serif;
  max-width: 320px;
  margin: 0 auto;
}

.contact-popup-header {
  background: #cc0000;
  color: #fff;
  padding: 18px 20px;
  border-radius: 8px 8px 0 0;
}

.contact-popup-header h3 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 700;
}

.contact-popup-header p {
  margin: 0;
  font-size: 13px;
  opacity: 0.9;
}

.contact-popup-list {
  background: #fff;
  padding: 10px;
  border-radius: 0 0 8px 8px;
}

.contact-popup-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #e9e9e9;
  border-radius: 6px;
  padding: 12px 14px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #222;
  transition: background 0.2s ease;
}

.contact-popup-item:hover {
  background: #dcdcdc;
}

.contact-popup-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.contact-popup-item strong {
  display: block;
  font-size: 14px;
  color: #111;
}

.contact-popup-item small {
  display: block;
  font-size: 13px;
  color: #333;
}

/* --- Floating trigger button (bottom-right, like the screenshot's close icon spot) --- */
.open-contact-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #cc0000;
  color: #fff;
  border: none;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 9999;
}

/* --- Popup Maker's popup wrapper (optional refinement) --- */
.pum-container {
  border-radius: 8px !important;
  overflow: hidden;
  padding: 0 !important;
}/* End custom CSS */