

[data-rasa-no-hover-effects]::before,
[data-rasa-no-hover-effects]::after,
[data-rasa-no-hover-effects] *::before,
[data-rasa-no-hover-effects] *::after {
    animation: none !important;
    transition-property: color, background-color, border-color, opacity !important;
}

[data-rasa-no-hover-effects]:hover,
[data-rasa-no-hover-effects] *:hover {
    filter: none !important;
}

[data-rasa-no-hover-effects] [class*="shine"],
[data-rasa-no-hover-effects] [class*="shimmer"],
[data-rasa-no-hover-effects] [class*="glow"],
[data-rasa-no-hover-effects] [class*="hover"] {
    animation: none !important;
}

[data-rasa-no-hover-effects]:hover::before,
[data-rasa-no-hover-effects]:hover::after,
[data-rasa-no-hover-effects] *:hover::before,
[data-rasa-no-hover-effects] *:hover::after {
    opacity: 0 !important;
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

[data-rasa-no-hover-effects] .shine,
[data-rasa-no-hover-effects] .shimmer,
[data-rasa-no-hover-effects] .glow {
    opacity: 0 !important;
    display: none !important;
}

section[class*="license"] *::before,
section[class*="license"] *::after,
section[class*="honor"] *::before,
section[class*="honor"] *::after,
section[class*="award"] *::before,
section[class*="award"] *::after,
section[class*="certificate"] *::before,
section[class*="certificate"] *::after,
section[class*="service"] *::before,
section[class*="service"] *::after {
    animation: none !important;
}

