/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.mpl0 p:last-child{
	margin-bottom: 0;
}

.desktop-menu li.e-n-menu-item {
    position: relative;
}
.desktop-menu li.e-n-menu-item > .e-n-menu-title > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #00000003;
    bottom: -20px;
    transition: all .3s ease;
}
.desktop-menu li.e-n-menu-item > .e-n-menu-title > a:hover::before{
    background-color: #fff;
    bottom: -6px;
}

.glossy-button a, 
.elementor-field-type-submit .elementor-button{
    position: relative;
    overflow: hidden;
}

.glossy-button a::before,
.elementor-field-type-submit .elementor-button:before{
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        /* Start off-screen to the left */
        width: 50%;
        /* Width of the shine effect */
        height: 100%;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
        /* Gradient for the shine */
        transform: skewX(-20deg);
        /* Skew to create an angled shine */
        transition: transform 0.5s ease;
        /* Smooth transition for the shine movement */
    }

    .glossy-button a:hover::before,
	.elementor-field-type-submit .elementor-button:hover::before{
        transform: translateX(200%) skewX(-20deg);
        /* Move the shine across the button */
    }
    .glossy-button a span,
	.elementor-field-type-submit .elementor-button span{
        position: relative;
    }

.elementor-widget.inline-icon-text .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{
	height: 60%;
}

.underline-link a, .underline-link a:link, .underline-link a:visited {
  color: white;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px; /* The distance between text and underline */
}

.underline-link a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, white, white); /* underline color */
  background-size: 0 2px; /* vertical size of underline */
  background-repeat: no-repeat;
  background-position: left bottom; /* start position of underline */
  transition: background-size .3s ease-in; /* duration and timing style of animation */
}

.underline-link a:hover::before {
  background-size: 100% 2px;
}

.tabbed-struct a.elementor-item::before{
    border-radius: 5px;
}

.service-liast img {
    transform: scale(1);
    transition: 1s all linear;
}

.service-liast .elementor-widget-image {
    overflow: hidden;
}

.service-liast a.e-con-full:hover img {
    transform: scale(1.05);
}

@media(max-width: 767px){
	.elementor-widget.inline-icon-text .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after,
	.elementor-widget.inline-icon-text .elementor-icon-list-items.elementor-inline-items li:last-child{
		display: none;
	}
}

@media(max-width:580px){
	.inline-icon-text .elementor-icon-list-text{
		display: none;
	}
}

.be{
	backdrop-filter: blur(10px) saturate(169%);
    -webkit-backdrop-filter: blur(10px) saturate(169%);
}

.col-2 ul.elementor-icon-list-items{
    column-count: 2;
}