/*
Theme Name: Refreshworks
Theme URI: https://refreshworks.ai
Author: Azhar
Author URI: https://refreshworks.ai
Description: This is a child theme of Hello Elementor, named Refreshworks. It inherits all functionality and styling from Hello Elementor.
Version: 1.0.0
Template: hello-elementor
Requires at least: 6.1
Tested up to: 6.6
Text Domain: refreshworks
*/

/* Add your custom styles below */

.elementor .typed-quote {
    color: #FFFFFF;
    position: relative;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    white-space: pre-wrap;
}

/* blinking caret */
.elementor .typed-quote::after {
    content: " ";
    display: inline-block;
    width: 0.08em;
    margin-left: 0.06em;
    background: currentColor;
    vertical-align: -0.1em;
    animation: blink 1s steps(1, end) infinite;
}

.elementor .typed-quote.is-done::after {
    animation: none;
    opacity: 0;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}
