/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.image-card-brand img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.image-card-brand:hover img {
    filter: none;
}

.text-card-category {
    position: relative;
    overflow: hidden;
}

/* Title Animation */
.text-card-category h3 {
    transform: translateY(40px);
    transition: transform 0.5s ease;
}

/* Text Animation */
.text-card-category .fusion-text {
    opacity: 0;
    transform: translateY(20px); /* Start lower */
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* On hover: animate title and text */
.text-card-category:hover h3 {
    transform: translateY(-10px);
}

.text-card-category:hover .fusion-text {
    opacity: 1;
    transform: translateY(0);
}

.image-revert img {
    filter: brightness(0) invert(1);
}

/* Small improvements to pre-defined stuff */
ul.products {
    padding: 2rem 10px !important;
}

#menu-main-menu-header .sub-menu .menu-item:hover span {
    color: white;
}

.widget_aws_widget {
    margin-top: 10px !important;
}

#menu-main-menu-header {
    justify-content: start !important;
}


@media only screen and (min-width: 481px) and (max-width: 599px) {
    .fusion-mobile-menu-design-modern .fusion-header-tagline {
        margin-bottom: 10px;
    }
}

.fusion-header-v4 .fusion-header {
    padding-bottom: 10px !important;
}

.fusion-image-size-fixed {
    display: flex !important;
    justify-content: center;
}

img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: unset !important;
}