/*
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.1775814895
Updated: 2026-04-10 09:54:55

*/

/* Global */
body p:last-of-type {
    margin: 0;
}
* {
  word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
}
.faq-accordion .e-n-accordion-item-title-text {
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.ti-reviews-container-wrapper{
	justify-content: center !important;
}
span.e-n-accordion-item-title-icon span {
    background: var(--e-global-color-ca073e0) !important;
    width: 35px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.inner-service-sec2 {
    background-color: #f0f0f0;
}
.ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper {
    justify-content: center;
    align-items: center;
}
.page-id-114 a:focus {
  color: #000 !important;
} 
.page-id-114 a:hover {
  color: #fff !important;
}
.elementor-114 .elementor-element.elementor-view-default:has(:focus) .elementor-icon {
    fill: var(--e-global-color-accent) !important;
    color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
}
.elementor-114 .elementor-element.elementor-view-default:has(:hover) .elementor-icon {
    fill: #fff !important;
    color: #fff !important;
    border-color: #fff !important;
}


/* 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 (min-width: 1025px) and (max-width: 1214px) {
     .header-menu a.elementor-item {
		margin: 0 !important;
		padding: 8px !important;
	}
}
@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;
	}
}