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


.elementor-button .elementor-button-content-wrapper{gap:8px;}

.h-blue{
    color:#25B9F9;
}

.blue-dot h4.elementor-heading-title:before {
    content: "";
    position: absolute;
    background: #25B9F9;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 14px;
    top: 50%;
    transform: translate(0, -50%);
}

.map-dot h4.elementor-heading-title:before {
	content: "";
    position: absolute;
    background: url("/wp-content/uploads/2026/08/job-50.svg");
    width: 16px;
    height: 16px;
	background-size: contain;
    left: 14px;
    top: 50%;
    transform: translate(0, -50%);
}

.custom-header.scrolled .elementor-element.elementor-element-ce637e4{
    background: transparent;
	border:0;
}