/*
Theme Name: Webifa Agency
Theme URI: https://webifa.ir
Description: چایلد تم وبیفا (شخصی سازی شده)
Author: Webifa Team
Author URI: https://webifa.ir
Template: hello-elementor
Version: اختصاصی
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webifa-child
*/

/* .my-hover-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
} */

.animatedhover::before {
    content: "";
    position: absolute;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #C31F26;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.animatedhover:hover::before {
  transform: scaleX(1);
}

.animatedhover * {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.animatedhover:hover,
.animatedhover:hover * {
  color: #fff;
  fill: #fff;
}



.cathov:hover h3{
    color: white !important;
}
.cathov::before {
    content: "";
    position: absolute;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #C31F26;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.cathov:hover::before {
  transform: scaleX(1);
}
