.plan-box-outer .plan-shared {
    transition: all 0.3s ease-in-out;
}
.plan-box-outer .plan-shared:hover {
    transform: translateY(-5px);
}
.plan-box-outer .plan-shared:hover .elementor-button-text {
    color: #ff4279;
}

.plan-box-outer .plan-shared:hover img {
    opacity: 1;
}
.plan-box-outer .plan-shared  :hover h3 {
    color: #ff4279;
}
.plan-box-outer .plan-shared  :hover h2 {
    color: #ff4279;
}
