/*
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.5.1762249953
Updated: 2025-11-04 09:52:33

*/

/* ------------------------ */
/* Common Start */
/* ------------------------ */
p:last-child {
	margin-bottom: 0 !important; 
}
.elementor-widget-text-editor ul:not(:last-child) {
    margin-bottom: 22px;
}
/* ------------------------ */
/* Common End */
/* ------------------------ */

/* ------------------------ */
/* Header Start */
/* ------------------------ */
header nav > ul {
    align-items: center;
}
header .cta-btn a.elementor-item {
    background: var(--e-global-color-primary);
    color: white !important;
    padding: 14px 24px !important;
    border-radius: 6px;
    margin-left: 20px !important;
}
header .cta-btn a.elementor-item:hover {
	background: var(--e-global-color-text);
}
header .cta-btn a.elementor-item:after {
	display: none;
}
header nav > ul ul.sub-menu {
    width: 250px !important;
}
header nav > ul ul.sub-menu li a.elementor-sub-item {
    white-space: unset;
    border-left: 0;
}
header nav > ul ul.sub-menu li.menu-item.menu-item-has-children a {
    justify-content: space-between;
}
/* ------------------------ */
/* Header End */
/* ------------------------ */

/* ------------------------ */
/* Homepage Start */
/* ------------------------ */
.highleted-title span {
    color: var(--e-global-color-primary);
}
/* ------------------------ */
/* Homepage End */
/* ------------------------ */

/* ------------------------ */
/* Services Start */
/* ------------------------ */
.included-list .elementor-icon-list-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 20px !important; 
}
/* ------------------------ */
/* Services End */
/* ------------------------ */

/* Footer  */
.footer-icon-box .elementor-icon-box-icon {
    padding-top: 4px;
}
footer .elementor-nav-menu--main li.menu-item .elementor-item.elementor-item-active:hover {
	color: var(--e-global-color-primary) !important;
}
.elementor-icon-box-wrapper a {
    word-wrap: break-word;
}
@media (max-width: 1024px) {
	header .cta-btn a.elementor-item {
		background: transparent;
		padding: 10px 20px !important;
		margin-left: 0 !important;
		background: #000 !important;
	}
	header nav > ul ul.sub-menu {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.footer-icon-box {
		width: 100%;
		max-width: 340px !important;
		margin: 0 auto;
	}
	.footer-icon-box .elementor-icon-box-wrapper {
		align-items: center !important;
		width: 100%;
		margin: 0 auto;
		max-width: max-content;
	}
	.footer-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
		text-align: center;
	}
	footer .elementor-nav-menu--main li.menu-item a {
		justify-content: center !important;
	}
}