/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2025 | 04:06:51 */
   .elementor .elementor-element.elementor-element-5254511 .elementor-heading-title { font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 2.6rem);
    margin-bottom: 1rem;
    color: #fff;
    position: relative;
    display: inline-block;
}


   .elementor .elementor-element.elementor-element-5254511 .elementor-heading-title ::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));
    animation: expandUnderline 1s 0.5s ease-out forwards;
}