/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
header[data-elementor-type=header] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

header[data-elementor-type=header] #main-header:not(.scrolled) .elementor-widget-theme-site-logo img {
  transition: max-width 0.35s;
}

header[data-elementor-type=header] #main-header.scrolled .elementor-widget-theme-site-logo img {
  max-width: 115px;
  transition: max-width 0.35s;
}

@media (min-width: 1025px) {
  header[data-elementor-type=header] #main-header.scrolled {
    transition: background-color 0.35s;
  }
  header[data-elementor-type=header] #main-header.scrolled .elementor-widget-theme-site-logo img {
    max-width: 170px;
    transition: max-width 0.35s;
  }
}
.elementor-widget-container > ul li {
  margin-bottom: 12px;
}

.elementor-widget-container > ul {
  padding-left: 0;
  margin-left: 1em;
}

.elementor-column-gap-wide {
  gap: 2rem;
}

.elementor-column-gap-wider {
  gap: 4rem;
}

@media (max-width: 1024px) {
  .elementor-column-gap-wide {
    gap: 0.5rem;
  }
  .elementor-column-gap-wider {
    gap: 1rem;
  }
}
.section-heading h2 {
  padding-left: 32px;
  position: relative;
}
.section-heading h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 2px;
  width: 20px;
  background: #333;
}/*# sourceMappingURL=style.css.map */