﻿.elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-style {
   height: 70px;
   background:#fff;
}

body {
    padding-top: 14.7vh; /* reserve header space */
}