.elementor-1286 .elementor-element.elementor-element-afe8de9{--display:flex;}#elementor-popup-modal-1286{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1286 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1286 .dialog-close-button{display:flex;}#elementor-popup-modal-1286 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-e123a23 */.msb-contact-popup {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 420px;
  padding: 22px;
  border-radius: 12px;
  background: #ffffff;
  color: #111;
}

.msb-contact-popup h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.msb-contact-popup .msb-sub {
  margin: 0 0 16px;
  color: #444;
  font-size: 14px;
}

.msb-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0;
}

.msb-icon {
  font-size: 22px;
  width: 30px;
  text-align: center;
}

/* EMAIL BUTTON */
.msb-email-btn {
  background: #0057d9;
  color: #fff !important;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 87, 217, 0.3);
}

/* GMAIL BUTTON */
.msb-gmail-btn {
  background: #ea4335;
  color: #fff !important;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(234, 67, 53, 0.3);
}

/* WHATSAPP BUTTON */
.msb-whatsapp-btn {
  background: #25D366;
  color: #fff !important;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(37,211,102,0.25);
}

@media (max-width:480px) {
  .msb-contact-popup {
    padding: 18px;
    max-width: 94vw;
  }
  .msb-email-btn,
  .msb-gmail-btn,
  .msb-whatsapp-btn {
    padding: 10px 12px;
  }
}/* End custom CSS */