.logo-allinidea-header {
  max-width: 180px;
  height: auto;
  display: block;
}
.logo-allinidea-footer {
  max-width: 134px;
  height: auto;
  display: block;
}
.logo-partners-footer {
  max-width: 40px;
  height: auto;
  display: block;
}
.progressbar * {
  color: #fff !important;
  fill: #fff !important;
}
.progressbar span,
.progressbar::after {
  color: #fff !important;
  fill: #fff !important;
}
.swiper-container.nav-color .swiper-button.swiper-button-disabled,
.swiper-container.nav-color .swiper-slide figure .item-link.swiper-button-disabled {
  background: #5eb9f0b3 !important;
}

.swiper-container.nav-color .swiper-button,
.swiper-container.nav-color .swiper-slide figure .item-link {
  background: #5eb9f0e6 !important;
  color: #ffffff !important;
}

.swiper-container.nav-color .swiper-button:hover,
.swiper-container.nav-color .swiper-slide figure .item-link:hover {
  background: #5eb9f0 !important;
}

.navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient) {
  background: #5eb9f0 !important;
  border-color: #5eb9f0 !important;
  color: #ffffff !important;
}

.accordion-wrapper .card-header button {
  color: #5eb9f0;
}

@media (min-width: 992px) {
  .navbar-expand-lg.navbar-light .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #5eb9f0;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-collapse .dropdown-toggle:after {
    color: #ffffff !important;
  }

  /* Styl bazowy */
  a.btn-pink {
    border: 2px solid #e94d88 !important;
    color: #e94d88 !important;
    background: transparent !important;
    border-radius: 50rem !important;
    transition: all 0.3s ease !important;
  }

  /* Hover */
  a.btn-pink:hover {
    background: #e94d88 !important;
    border-color: #e94d88 !important;
    color: #ffffff !important;
  }

  /* Active / Focus */
  a.btn-pink:active,
  a.btn-pink:focus {
    background: #e94d88 !important;
    border-color: #e94d88 !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(233, 77, 136, 0.25) !important;
  }
}

.social-color {
  color: #202123;
}

.services-swiper .swiper,
.services-swiper .swiper-wrapper,
.services-swiper .swiper-slide,
.services-swiper .swiper-slide .item-inner,
.services-swiper .swiper-slide .card,
.services-swiper .swiper-slide .card-body {
  background: #343f52 !important;
}

.topbar-fader {
  overflow: hidden;
  max-width: 100%;
  min-height: 36px;
}

.topbar-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease;
  display: flex;
  align-items: center;
}

.topbar-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.progress-wrap.active-progress{
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.font-fix {
  font-family: 'Manrope', sans-serif !important;
}