

.rasa-no-section-effects,
.rasa-no-section-effects * {
    animation-duration: 0s !important;
    animation-delay: 0s !important;
}

.rasa-no-section-effects::before,
.rasa-no-section-effects::after,
.rasa-no-section-effects *::before,
.rasa-no-section-effects *::after,
[data-rasa-no-hover-effects]::before,
[data-rasa-no-hover-effects]::after,
[data-rasa-no-hover-effects] *::before,
[data-rasa-no-hover-effects] *::after,
[data-rasa-no-shine-section]::before,
[data-rasa-no-shine-section]::after,
[data-rasa-no-shine-section] *::before,
[data-rasa-no-shine-section] *::after {
    animation: none !important;
    transition: none !important;
}

.rasa-no-section-effects:hover::before,
.rasa-no-section-effects:hover::after,
.rasa-no-section-effects *:hover::before,
.rasa-no-section-effects *:hover::after,
[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,
[data-rasa-no-shine-section]:hover::before,
[data-rasa-no-shine-section]:hover::after,
[data-rasa-no-shine-section] *:hover::before,
[data-rasa-no-shine-section] *:hover::after {
    opacity: 0 !important;
    visibility: hidden !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
}

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

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

.rasa-no-section-effects .card:hover,
.rasa-no-section-effects [class*="card"]:hover,
.rasa-no-section-effects [class*="item"]:hover,
.rasa-no-section-effects [class*="box"]:hover {
    transform: 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,
section[class*="service"]:hover::before,
section[class*="service"]:hover::after {
    opacity: 0 !important;
    visibility: hidden !important;
    animation: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

