.elementor-18 .elementor-element.elementor-element-44be9ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-44be9ac */.left-col h1:hover::after {
    width: 100%;
    background-color: var(--color-highlight-blue);
    transition: width 0.4s ease;
}

.left-col h1:hover span.word {
    color: var(--color-highlight-blue);      /* New color on hover */
    transform: translateY(-5px) scale(1.05); /* Slight pop animation */
    transition: color 0.3s ease, transform 0.3s ease;
}

/* Smooth transition for default state also */
.left-col h1 span.word {
    transition: color 0.3s ease, transform 0.3s ease;
}/* End custom CSS */