.elementor .e-c54c670-f47849a{font-weight:700;font-size:var(--large);color:var(--dark-blue);position: relative;
display: inline-block;
}

.e-c54c670-f47849a::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
width: 0;
height: 4px;
background-color: #e63027;
animation: underlineGrow 1.2s ease forwards 0.5s;
}

@keyframes underlineGrow {
from { width: 0; }
to { width: 100%; }\n}