/* Start custom CSS for html, class: .elementor-element-ed74ec2 */.a1-founder-heading {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 700;
}

/* Arif Ali Animated Black → Green → Black */
.a1-name-gradient {
    background: linear-gradient(
        90deg,
        #111111 0%,
        #111111 30%,
        #0C9C4A 50%,
        #22c55e 65%,
        #111111 85%,
        #111111 100%
    );

    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    animation: a1NameGradient 4s ease-in-out infinite;
}

.a1-founder-text {
    color: #111111;
}

@keyframes a1NameGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .a1-founder-heading {
        font-size: 46px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .a1-founder-heading {
        font-size: 34px;
        line-height: 1.2;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .a1-founder-heading {
        font-size: 30px;
    }
}/* End custom CSS */