/*
Theme Name: SEO-Agency
*/

.page-header {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: var(--bg-light);
}

.step_number {
    position: absolute;
    bottom: 0;
    left: 40px;
    font-size: 95px;
    line-height: 1.6;
    font-weight: 800;
    color: var(--primary);
}

.counter_increment {
  position: relative;
  counter-increment: counter-item; 
  transition: color 0.3s ease;
  height: -webkit-fill-available;
}

@media only screen and (min-width: 991px) {
  [data-theme-version=dark] .site-header.style-4 .header-nav.xmenu > .nav > li > a {
      color: var(--white);
  }
}