/*
Theme Name: Hello Child
Template: hello-elementor
*/

/* Sticky Header Working Fix */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #ffffff;
}

/* Fix for Elementor container */
.elementor-section.sticky-header {
  position: sticky;
}

/* Fix parent overflow issue */
.elementor {
  overflow: visible !important;
}

html {
  scroll-behavior: smooth;
}