.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#707070;--e-global-color-text:#000000;--e-global-color-accent:#DFFF60;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;background-image:url("https://webdesignmilano.com/wp-content/uploads/2026/02/Progetto-senza-titolo-scaled.webp");color:#000000;font-family:"DM Sans", Sans-serif;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#000000;font-family:"Space Grotesk", Sans-serif;font-size:18px;text-transform:uppercase;color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#DFFF60;color:#000000;}.elementor-kit-6 e-page-transition{background-color:#DFFF60;}.elementor-kit-6 a{color:#DFFF60;font-family:"DM Sans", Sans-serif;}.elementor-kit-6 h1{color:#DFFF60;font-family:"Space Grotesk", Sans-serif;}.elementor-kit-6 h2{color:#DFFF60;font-family:"Space Grotesk", Sans-serif;}.elementor-kit-6 h3{color:#000000;font-family:"Space Grotesk", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#FFFFFF;}@media(min-width:1025px){.elementor-kit-6{background-attachment:fixed;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-kit-6{--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;}}/* Start custom CSS *//* ============================
   CURSORE WINDOWS '98 - CSS
   Per Elementor > CSS Globale
   ============================ */

/* Cursore normale - TUTTO IL SITO */
html, body, *,
*::before, *::after {
  cursor: url("https://webdesignmilano.com/wp-content/uploads/2026/02/cursor-click-32.png") 0 0, auto !important;
}

/* Stato premuto (click) */
html.is-clicking, 
html.is-clicking *,
html.is-clicking *::before,
html.is-clicking *::after {
  cursor: url("https://webdesignmilano.com/wp-content/uploads/2026/02/cursor-click-32.png") 2 2, auto !important;
}

/* Elementi clickabili - stesso cursore 
   (rimuovi se vuoi una variante pointer) */
a, button, [role="button"],
input[type="submit"], input[type="button"],
input[type="reset"], select, label, summary,
.elementor-button,
.elementor-button-wrapper a {
  cursor: url("https://webdesignmilano.com/wp-content/uploads/2026/02/cursor-click-32.png") 0 0, pointer !important;
}

html.is-clicking a,
html.is-clicking button,
html.is-clicking [role="button"],
html.is-clicking input[type="submit"],
html.is-clicking input[type="button"],
html.is-clicking input[type="reset"],
html.is-clicking select,
html.is-clicking label,
html.is-clicking summary,
html.is-clicking .elementor-button,
html.is-clicking .elementor-button-wrapper a {
  cursor: url("https://webdesignmilano.com/wp-content/uploads/2026/02/cursor-click-32.png") 2 2, pointer !important;
}
/* ========================================
   LOADING SCREEN — Sfondo #DFFF60 + Logo + Barra Nera
   Incolla in: Elementor → Impostazioni sito → CSS personalizzato
   ======================================== */

#wd-loading-screen {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #DFFF60;
  transition: opacity 0.5s ease;
}

#wd-loading-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}

#wd-loading-logo {
  width: 200px;
  height: auto;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  #wd-loading-logo {
    width: 260px;
  }
}

#wd-loading-bar-container {
  width: 200px;
  height: 8px;
  border: 2px solid #000;
  background: #fff;
}

@media (min-width: 768px) {
  #wd-loading-bar-container {
    width: 260px;
  }
}

#wd-loading-bar-fill {
  height: 100%;
  width: 0%;
  background: #000;
}

#wd-loading-percent {
  margin-top: 12px;
  font-family: monospace;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
}/* End custom CSS */