/*=============== Animation CSS Start =============*/

.about-feature .elementor-image-box-wrapper img {
  background-color: transparent;
  perspective: 1000px;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
  transition-duration: 0.6s !important;
}
.about-feature .elementor-image-box-wrapper:hover img {
  transform: rotateY(360deg);
}
.about-feature .elementor-image-box-wrapper:hover figure.elementor-image-box-img {
  background-color: #1A1A1A;
}


.ue-menu > li:hover > .sub-menu {
    perspective: 1000px;
}
.ue-menu>.menu-item-has-children:hover>.sub-menu li:nth-child(1) {
    animation: menu-item-has-children 300ms ease-in-out forwards;
    animation-delay: calc(150ms * 1 - 300ms);
}

.ue-menu>.menu-item-has-children:hover>.sub-menu li:nth-child(2) {
    animation: menu-item-has-children 300ms ease-in-out forwards;
    animation-delay: calc(150ms * 2 - 300ms);
}

.ue-menu>.menu-item-has-children:hover>.sub-menu li:nth-child(3) {
    animation: menu-item-has-children 300ms ease-in-out forwards;
    animation-delay: calc(150ms * 3 - 300ms);
}

@keyframes menu-item-has-children {
    0% {
        opacity: 0;
        transform: rotateY(-90deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: rotateY(0deg) translateY(0px);
    }
}

.why-choose-col2 .elementor-image-box-img {
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}

.why-choose-col2 .elementor-image-box-img:hover {
    transform: translateY(-10px);
}

/* Shadow effect remains */
/* .elementskit-btn:hover::before {
    opacity: 1;
}

.elementskit-btn::before {
    content: "";
    width: 100%;
    height: 1em !important;
    position: absolute;
    left: 0;
    bottom: -1.35em;
    background: radial-gradient(ellipse at center,rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
    opacity: 0;
    transform: translateY(50px);
} */




.ekit-btn-wraper a {
  color: #FFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.ekit-btn-wraper a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}
.ekit-btn-wraper a:hover {
  color: #fff !important;
}
.ekit-btn-wraper a:hover:after {
  width: 110%;
}


.about-right-col .ekit-btn-wraper a {
  color: #FFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.about-right-col .ekit-btn-wraper a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #479F49;
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}
.about-right-col .ekit-btn-wraper a:hover {
  color: #fff !important;
}
.about-right-col .ekit-btn-wraper a:hover:after {
  width: 110%;
}



.about-left-col .elementor-widget-container, #home-product-section .e-con-inner>div:nth-child(3) {
  position: relative;
  overflow: hidden;
}
.about-left-col .elementor-widget-container::after, #home-product-section .e-con-inner>div:nth-child(3)::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transition: all 3s ease;
}
.about-left-col .elementor-widget-container:hover, #home-product-section .e-con-inner>div:nth-child(3):hover {
  transition: all 3s ease;
}
.about-left-col .elementor-widget-container:hover::after, #home-product-section .e-con-inner>div:nth-child(3):hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}


.gallery-container .gallery .gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-container .gallery .gallery-item::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transition: all 3s ease;
}
.gallery-container .gallery .gallery-item:hover {
  transition: all 3s ease;
}
.gallery-container .gallery .gallery-item:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}
 

.testimonial-content .uc_quote_slider .uc_quote_item .ue-image {
  position: relative;
  overflow: hidden;
  overflow-y: hidden;
}
.testimonial-content .uc_quote_slider .uc_quote_item .ue-image::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transition: all 3s ease;
}
.testimonial-content .uc_quote_slider .uc_quote_item .ue-image:hover {
  transition: all 3s ease;
}
.testimonial-content .uc_quote_slider .uc_quote_item .ue-image:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}


#practice-section .ekit-btn-wraper a {
  color: #FFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
#practice-section .ekit-btn-wraper a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #FFF;
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}
#practice-section .ekit-btn-wraper a:hover {
  color: #000 !important;
}
#practice-section .ekit-btn-wraper a:hover:after {
  width: 110%;
}

#practice-section .pp-post img {
  background-color: transparent;
  perspective: 1000px;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
}
#practice-section .pp-post:hover img {
  transform: rotateY(360deg);
}



.popular-trainer-left-col-man {
  position: relative;
  overflow: hidden;
}
.popular-trainer-left-col-man::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 95%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transition: all 3s ease;
}
.popular-trainer-left-col-man:hover {
  transition: all 3s ease;
}
.popular-trainer-left-col-man:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}


.popular-trainer-right-col-man {
  position: relative;
  overflow: hidden;
}
.popular-trainer-right-col-man::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 95%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transition: all 3s ease;
}
.popular-trainer-right-col-man:hover {
  transition: all 3s ease;
}
.popular-trainer-right-col-man:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}


.our-team-content .pp-tm {
  position: relative;
  overflow: hidden;
}
.our-team-content .pp-tm::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transition: all 3s ease;
}
.our-team-content .pp-tm:hover {
  transition: all 3s ease;
}
.our-team-content .pp-tm:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}

.woocommerce-shop .shop-page-product-box .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.woocommerce-shop .shop-page-product-box .product-img::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transition: all 3s ease;
}
.woocommerce-shop .shop-page-product-box .product-img:hover {
  transition: all 3s ease;
}
.woocommerce-shop .shop-page-product-box .product-img:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}

.tax-product_cat .shop-page-product-box .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.tax-product_cat .shop-page-product-box .product-img::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transition: all 3s ease;
}
.tax-product_cat .shop-page-product-box .product-img:hover {
  transition: all 3s ease;
}
.woocommerce-shop .shop-page-product-box .product-img:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}




.blog-section-content .pp-post {
  position: relative;
  overflow: hidden;
}
.blog-section-content .pp-post::after {
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transition: all 3s ease;
}
.blog-section-content .pp-post:hover {
  transition: all 3s ease;
}
.blog-section-content .pp-post:hover::after {
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}
@keyframes shine {
  100% {
    left: 125%; 
  } 
}

/*=============== Animation CSS End =============*/


/* section animation */
.cbs-service-section-title,
.ebs-service-post-container,
.ebs-reqest-callback,
.ebs-about-us-left-section,
.ebs-about-us-right-section,
.ebs-our-work-section-main-container,
.ebs-why-choose-us-left-section,
.ebs-why-choose-right-section,
.ebs-see-our-work-card-one,
.ebs-see-our-work-card-two,
.ebs-see-our-work-card-three,
.ebs-our-team-section-main,
.ebs-testimonial-left-section,
.ebs-our-blog-section,
.ebs-get-in-touch-form,
.ebs-get-in-touch-right-image,
.ebs-get-in-touch-foot,
.ebs-valued-services-video-section,
.ebs-valued-services-text-section
{
  opacity: 0;
}
.cbs-service-section-title.animated,
.ebs-service-post-container.animated,
.ebs-reqest-callback.animated,
.ebs-about-us-left-section.animated,
.ebs-about-us-right-section.animated,
.ebs-our-work-section-main-container.animated,
.ebs--slider-left-image.animated,
.ebs-why-choose-us-left-section.animated,
.ebs-why-choose-right-section.animated,
.ebs-see-our-work-card-one.animated,
.ebs-see-our-work-card-two.animated,
.ebs-see-our-work-card-three.animated,
.ebs-our-team-section-main.animated,
.ebs-testimonial-left-section.animated,
.ebs-our-blog-section.animated,
.ebs-get-in-touch-form.animated,
.ebs-get-in-touch-right-image.animated,
.ebs-get-in-touch-foot.animated,
.ebs-valued-services-video-section.animated,
.ebs-valued-services-text-section.animated
{
  opacity: 1;
}




