/* 
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 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

.to-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, .2);
  transition: all .03s ease-in-out;
}

.to-hd-darken {
  background: rgba(244, 244, 244, 1);
  padding: 5px 0;
}

.to-hd-darken .e-con-inner {
  padding: 0;
  transition: all .03s ease-in-out;
}

.to-hd-darken .logo-holder img {
  width: 50px;
  transition: all .03s ease-in-out;
}

/***
=============================================
    Screen Reader
=============================================
**/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Modern alternative using clip-path */
.sr-only.sr-only-modern {
  clip-path: inset(50%);
  /* other properties remain the same */
}