/*
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.1776412994
Updated: 2026-04-17 08:03:14

*/

/* Global */
body p:last-of-type {
    margin: 0;
}
.elementor-sticky--active {
    background-color: #000;
}
h6.elementor-heading-title {
    display: inline-block;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 10px;
}
h6.elementor-heading-title::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: var(--e-global-color-primary);
    left: 0;
    bottom: 0;
}
h6.elementor-heading-title::after {
    content: "";
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    width: 50%;
    height: 2px;
    background: var(--e-global-color-primary);
}
.elementor-kit-10 h4 a {
    font-family: "Oxanium", Sans-serif;
}
ol {
    list-style-position: inside;
    padding-left: 0;
}

/* Home */
.logo-sec img {
    max-width: 100px !important;
}
.how-works-box .elementor-counter-title {
    text-align: center;
}

/* Aout */
.elementor-price-table__feature-inner svg.e-font-icon-svg.e-far-check-circle {
    position: relative;
    top: 5px;
}

/* Contact */
.contact-form3 .jobber-work-request {
  min-height: 100vh;
}
.contact-form3 .jobber-work-request iframe {
  width: 100%;
  height: 100vh !important;
  border: none;
}


/* Responsive */
@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;
	}
}