/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 26 2026 | 15:39:16 */
/*---------  Typewriter  --------------*/


.typewriter .elementor-heading-title::after {
    content: "_";
  color:#B8956A;
  padding-left:5px;
    animation: blink 0.9s steps(1) infinite;
}

.typewriter_white .elementor-heading-title::after {
    content: "_";
  color:#f0ede7;
  padding-left:5px;
    animation: blink 0.9s steps(1) infinite;
}



.typewriter_home .elementor-heading-title::after {
    content: "_";
  color:#B8956A;
  padding-left:5px;
    animation: blink 0.9s steps(1) infinite;
}


/* Ferma il cursore quando la scrittura è completata */
.typewriter.finished .elementor-heading-title::after,
.typewriter_white.finished .elementor-heading-title::after,
.typewriter_home.finished .elementor-heading-title::after {
    animation: none;
    opacity: 1;
}