body.home header {
    background: transparent !important;!i;!;
}
.elementor-testimonial__content:before {
    content: '';
    background: url(https://getcasify.rootsdigital.net/wp-content/uploads/2025/01/Group-1-3-1.svg);
    width: 100%;
    height: 28px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-top: 10px;
}
span.elementor-icon-list-text b {
    font-weight: 600;
}
/* Start custom CSS */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}
.pricing-head {
    /* border-radius: 25px; */
    transform: none;
    transform-origin: 50% 50% 0px;
    box-shadow: rgba(12, 21, 39, 0.114) 0px 0px 0px 0px, rgba(12, 21, 39, 0.118) 0px 0px 0px 0px, rgba(12, 21, 39, 0.137) 0px 0px 0px 0px;
    opacity: 1;
    will-change: transform;
}

.pricing-head:hover{
    transform: translateY(-5px);
    transform-origin: 50% 50% 0px;
    box-shadow: rgba(12, 21, 39, 0.114) 0px 0.42153px 1.09598px -0.75px, 
            rgba(12, 21, 39, 0.118) 0px 1.60197px 4.16513px -1.5px, 
            rgba(12, 21, 39, 0.137) 0px 7px 18px -2.5px;
    opacity: 1;
    will-change: transform;
    background: #fff !important;!i;!;
}


@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

/* End custom CSS */