/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: A child theme of Hello Elementor.
Author: WebOrigo
Author URI: https://weborigo.eu
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");


.custom-sticky-header {
  transition: transform 0.3s ease;
  will-change: transform;
}

.custom-sticky-header.hide-header {
  transform: translateY(-100%);
}

.custom-sticky-header.show-header {
  transform: translateY(0);
}

