/* 
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 */

body {
	/*background-image: url('/wp-content/uploads/2025/10/P1050245-2.png'); */
	background-attachment: fixed; /* makes the background stay fixed when scrolling */
	background-position: center;  /* centers the image */
	background-size: cover;
	background-repeat: no-repeat;
}

.page-id-17{ 
	background-image: url('/wp-content/uploads/2025/10/P1050245-2.png'); /* home */
}

.page-id-159{
	background-image: url('/wp-content/uploads/2025/11/Dallas_Downtown-1.png') /* contact  */
}
.page-id-230{
	background-image: url('/wp-content/uploads/2025/11/P1050219-1.png') /* about  */
}
.page-id-322,.page-id-384, .page-id-465,.page-id-505, .page-id-775{
	background-image: url('/wp-content/uploads/2025/11/36836D_064-edited-1.png') /* expertise  */
}
.page-id-545,.page-id-742{
	background-image: url('/wp-content/uploads/2025/11/MG_3705-2.png') /* success-stories  */
}
.page-id-614{
	background-image: url('/wp-content/uploads/2025/11/creatopy-E3LsanLgkLM-unsplash-2.png') /* back-office  */
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option label {
    font-size: 11px;
}
.elementor-widget-n-menu .e-n-menu-heading{
    flex-direction: column;
}
