body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .elementor-location-footer {
    margin-top: auto;
  }
  ::-webkit-scrollbar {
    width: 0.41vw;
    align-content: left;
    background: #777;
  }
  ::-webkit-scrollbar-thumb {
    background: #719124;
    border-radius: 20px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #427d42;
    border-radius: 20px;
  }