.navbar-stick {
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .06);
    background: rgba(var(--bs-black-rgb), .97);
}
.img-welcome img {
  aspect-ratio: 3 / 4;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.client-logo-item:hover img {
    opacity: 1 !important;
}

@media (max-width: 767.98px) {
  .navbar-expand-lg .navbar-collapse .nav-link span {
    border: none !important;
  }
  .img-welcome img {
    aspect-ratio: 2 / 1;
  }
}

.image-wrapper.card:before {
  border-radius: 0 !important;
}
.list-check {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-check
  > li {
  position: relative;
  padding-left: 1.5rem;
}

.list-check
  > li
  + li,
.list-order
  > li
  + li {
  margin-top: 0.25rem;
}

.list-check
  > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: Unicons !important;
  content: "\ebe0";
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  color: var(
    --bs-primary
  );
  -webkit-transform: translate(
    0,
    -50%
  );
  -ms-transform: translate(
    0,
    -50%
  );
  transform: translate(
    0,
    -50%
  );
}
.list-check.include
  > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: Unicons !important;
  content: "\e9db";
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  color: #198754;
  -webkit-transform: translate(
    0,
    -50%
  );
  -ms-transform: translate(
    0,
    -50%
  );
  transform: translate(
    0,
    -50%
  );
}
.contact-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  display: flex;
  gap: 10px;
}
.button-33 {
  background-color: #39b54a;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 5px
    25px;
  text-align: center;
  text-decoration: none;
  transition: all
    250ms;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-33:hover {
  box-shadow: rgba(
        57,
        181,
        74,
        0.35
      )
      0 -25px
      18px -14px
      inset,
    rgba(
        57,
        181,
        74,
        0.25
      )
      0
      1px
      2px,
    rgba(
        57,
        181,
        74,
        0.25
      )
      0
      2px
      4px,
    rgba(
        57,
        181,
        74,
        0.25
      )
      0
      4px
      8px,
    rgba(
        57,
        181,
        74,
        0.25
      )
      0
      8px
      16px,
    rgba(
        57,
        181,
        74,
        0.25
      )
      0
      16px
      32px;
  transform: scale(
      1.05
    )
    rotate(
      -1deg
    );
  color: white;
}
