

[data-rasa-no-shine-section]::before,
[data-rasa-no-shine-section]::after,
[data-rasa-no-shine-section] [class*="shine"]::before,
[data-rasa-no-shine-section] [class*="shine"]::after,
[data-rasa-no-shine-section] [class*="shimmer"]::before,
[data-rasa-no-shine-section] [class*="shimmer"]::after,
[data-rasa-no-shine-section] [class*="glow"]::before,
[data-rasa-no-shine-section] [class*="glow"]::after {
    animation: none !important;
    transition: none !important;
    opacity: 0 !important;
    transform: none !important;
    background: transparent !important;
}

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

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

section[class*="license"]:hover::before,
section[class*="license"]:hover::after,
section[class*="honor"]:hover::before,
section[class*="honor"]:hover::after,
section[class*="award"]:hover::before,
section[class*="award"]:hover::after,
section[class*="certificate"]:hover::before,
section[class*="certificate"]:hover::after {
    animation: none !important;
    opacity: 0 !important;
    background: transparent !important;
}

