.elementor-3855 .elementor-element.elementor-element-b78d6a6{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3855 .elementor-element.elementor-element-6da6a71{text-align:center;background-color:var( --e-global-color-astglobalcolor5 );}.elementor-3855 .elementor-element.elementor-element-6da6a71 .elementor-heading-title{font-family:"EvanescenceDisplay", Sans-serif;font-weight:600;color:#FFFFFF;}.elementor-3855 .elementor-element.elementor-element-b223a7b{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-3855 .elementor-element.elementor-element-7286747{text-align:center;background-color:var( --e-global-color-astglobalcolor5 );}.elementor-3855 .elementor-element.elementor-element-7286747 .elementor-heading-title{font-family:"EvanescenceDisplay", Sans-serif;font-size:28px;font-weight:600;color:#FFFFFF;}.elementor-3855 .elementor-element.elementor-element-78de8dc{text-align:center;margin:-22px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;background-color:var( --e-global-color-astglobalcolor5 );}.elementor-3855 .elementor-element.elementor-element-78de8dc .elementor-heading-title{font-family:"EvanescenceDisplay", Sans-serif;font-size:28px;font-weight:600;color:#FFFFFF;}.elementor-3855 .elementor-element.elementor-element-0e52a78{--display:flex;}.elementor-3855 .elementor-element.elementor-element-f321316{text-align:center;background-color:var( --e-global-color-astglobalcolor3 );}.elementor-3855 .elementor-element.elementor-element-f321316 .elementor-heading-title{font-family:"EvanescenceDisplay", Sans-serif;font-weight:600;color:var( --e-global-color-astglobalcolor5 );}.elementor-3855 .elementor-element.elementor-element-bfcdf48{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-3855 .elementor-element.elementor-element-d8dd832{text-align:center;background-color:var( --e-global-color-astglobalcolor3 );}.elementor-3855 .elementor-element.elementor-element-d8dd832 .elementor-heading-title{font-family:"EvanescenceDisplay", Sans-serif;font-size:28px;font-weight:600;color:var( --e-global-color-astglobalcolor5 );}.elementor-3855 .elementor-element.elementor-element-04fc0cc{text-align:center;margin:-22px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;background-color:var( --e-global-color-astglobalcolor3 );}.elementor-3855 .elementor-element.elementor-element-04fc0cc .elementor-heading-title{font-family:"EvanescenceDisplay", Sans-serif;font-size:28px;font-weight:600;color:var( --e-global-color-astglobalcolor5 );}#elementor-popup-modal-3855 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-3855{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-3855 .dialog-close-button{display:flex;}#elementor-popup-modal-3855 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-3855 .elementor-element.elementor-element-0e52a78{--content-width:500px;--min-height:0px;}}/* Start custom CSS for container, class: .elementor-element-b78d6a6 *//* Sfondo popup scuro */
.elementor-popup-modal {
  background-color: rgba(18, 18, 18, 0.95) !important; /* leggermente trasparente */
  color: #e0e0e0 !important;

  /* CENTRATURA */
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10000 !important; /* assicurati che stia sopra tutto */
}

/* Sfondo dietro al popup (overlay) */
.elementor-popup-modal::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* trasparente, lascia intravedere la pagina */
  z-index: -1;
}

/* Testo e bottoni Calendly */
.calendly-inline-widget,
.calendly-inline-widget * {
  background-color: #1b1b1b !important;
  color: #e0e0e0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* Evidenziazione dei bottoni */
.calendly-inline-widget .calendly-appointment-type {
  background-color: #6a0dad !important; /* viola/fucsia stile band */
  color: #fff !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0e52a78 */@media (max-width: 767px) {

  /* Wrapper popup: lascia respirare */
  .elementor-popup-modal {
    padding: 0 !important;
  }

  /* Contenitore reale del popup */
  .elementor-popup-modal .dialog-widget-content {
    width: auto !important;
    max-width: 94vw !important;

    max-height: 90vh !important;  /* limite popup */
    height: auto !important;

    margin: auto !important;
    border-radius: 12px;

    overflow-y: auto !important;  /* scroll interno se serve */
    background-color: rgba(18, 18, 18, 0.95) !important;
  }

  /* Contenitore Elementor per didascalie */
  .elementor-popup-modal .elementor-widget-container {
    max-height: unset !important;  /* lascia spazio a testo */
  }

  /* Calendly: riduci altezza, scroll solo interno */
  .calendly-inline-widget {
    width: 100% !important;
    min-height: 300px !important;   /* ridotta da 500px a 300px */
    max-height: 55vh !important;    /* ora prende meno spazio verticale */
    overflow-y: auto !important;
  }
}/* End custom CSS */