/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1777620374
Updated: 2026-05-01 07:26:14

*/
ul {padding-left: 20px;}

/* Home */
.testimonials-sec.elementor-widget-testimonial-carousel .elementor-testimonial__image img{
    height: 100%;
    width: 100%;
    max-width: 125px;
    object-fit: contain;
}
.step-line {
    position: relative;
}

.step-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: #b2402d1f;
    z-index: -1;
}

.box-hover .elementor-widget-theme-post-featured-image{overflow: hidden;}
.box-hover img, .box-hover .elementor-heading-title {transition: 0.5s;}
.box-hover:hover img {transform: scale(1.1);}
.box-hover:hover .elementor-heading-title {color: var( --e-global-color-332724a );}

.project-box:hover {
    box-shadow: none !important;
}
.project-box .elementor-icon-box-content .elementor-icon-box-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Responsive */
@media (max-width: 1320px) {
.elementor-element.container-main-header {
    width: 100% !important;
}
}

@media (min-width: 1025px) and (max-width: 1250px) {
  header .menu-item a {
		font-size: 10px !important;
		margin: 0 7px !important;
	}
}
@media (min-width: 1251px) and (max-width: 1340px) {
    header .menu-item a {
        font-size: 14px !important;
        margin: 0 7px !important;
    }
}
@media (min-width: 1025px) {
	.menu-item-has-children:hover > a .sub-arrow svg {
		transform: rotate(180deg);
		transition: transform 0.3s ease;
	}
	.menu-item-has-children .sub-arrow svg {
		transition: transform 0.3s ease;
	}
}
@media (max-width: 1024px) {
	.menu-item-has-children a[aria-expanded="true"] .sub-arrow svg {
		transform: rotate(180deg);
		transition: transform 0.3s ease;
	}
	.menu-item-has-children .sub-arrow svg {
		transition: transform 0.3s ease;
	}
	.has-submenu.highlighted path, .current-menu-item path {
        fill: #fff !important;
    }
	.menu-item-has-children:hover > a .sub-arrow svg path {
    	fill: #FFFFFF;
    	transition: fill 0.3s ease;
	}
	.menu-item-has-children .sub-arrow svg path {
    	transition: fill 0.3s ease;
	}
}