body{
    margin: 0;
}

header {
    transition: top 0.3s ease;
  }

  .elementor-sticky__container {
    transition: top 0.4s ease;
    top: -135px !important;
    position: fixed !important;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  