/*
Theme Name: Hello Elementor Child
Theme URI:
Description: Child theme for Hello Elementor with early-loading CSS
Author: YP
Author URI:
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Your custom CSS starts here */

body {
    margin: 0;
}
.footer-heading .elementor-heading-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 12px;
}

.footer-heading .elementor-heading-title::after {
    content: "";
    width: 50px;
    height: 2px;
    bottom: -1px;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #ef4800;
}
.image-hover-effect-shine:before, .image-box-hover figure.elementor-image-box-img:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all 0.3s ease;
}
.image-hover-effect-shine:hover:before, .image-box-hover figure.elementor-image-box-img:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.image-box-hover figure.elementor-image-box-img {
    position: relative;
    overflow: hidden;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.process .eael-infobox .infobox-icon-wrap {
    background: antiquewhite;
}
.client img.swiper-slide-image {
    background: #fff;
    width: 100%;
    height: 125px!important;
    object-fit: contain;
    padding: 10px;
    cursor: pointer;
    transition: .3s;
}

.client img.swiper-slide-image:hover {
    transform: translateY(-10px);
}
.blog-sidebar article.elementor-post.elementor-grid-item {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
}
.service-menu .elementor-item {
    border: 1px solid #ccc;
}
.elementor-widget-theme-post-content h5 {
    margin-bottom: 8px;
    margin-top: 0;
}

.elementor-widget-theme-post-content p {
    margin-bottom: 20px;
}

.elementor-widget-theme-post-content ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.elementor-widget-theme-post-content ul li:not(:last-child) {
    margin-bottom: 3px;
}