
/* Services KA desktop scroll behavior:
   footer stays fixed at the bottom; only the Services content area scrolls. */
@media only screen and (min-width: 769px) {
  html,
  body {
    height: 100vh !important;
    min-height: 100vh !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  body.page {
    display: block !important;
    height: 100vh !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.page > .row4 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 108px !important;
    margin: 0 !important;
    z-index: 999999 !important;
  }

  body.page > #wrapper.walkinto-services-wrapper {
    position: relative !important;
    top: 110px !important;
    width: 100% !important;
    height: calc(100vh - 140px) !important;
    max-height: calc(100vh - 140px) !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(18, 35, 54, 0.28) transparent;
  }

  body.page > #wrapper.walkinto-services-wrapper .walkinto-services-section {
    min-height: 100% !important;
    box-sizing: border-box !important;
  }

  body.page > footer {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    z-index: 1000000 !important;
    flex: none !important;
  }
}
