*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
:root {
  font-size: var(--bs-root-font-size);
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Logo na górze */
.logo-solo {
  max-height: 4.6rem;
  max-width: 4.6rem;
}

.logo-text {
  font-family: "DM Serif Display";
  font-size: 1.22rem;
  line-height: 1.1;
  color: #343f52;
  margin: 0;
}

.flex-logo {
  display: grid;
  grid-template-columns: auto 1fr;
  /* gap: 0.5rem; */
}

.logo-full-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* Usługi obok siebie */
.h4-uslugi {
  margin-top: 1.2rem;
}

/* Formularz wiadomości */
.contact-form {
  color: #3f78e0;
  /* display: inline-block; */
  padding: 1.2rem 0 0 0;
  text-align: center;
}

.current-color {
  color: currentColor;
}

.mp-b-0 {
  margin: 0 !important;
  padding: 0 !important;
}

.przycisk {
  display: none; /* ukryj przycisk na desktopie */
  position: fixed;
  text-decoration: none;
  z-index: 99;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background-color: #3f78e0;
  bottom: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  left: 20px;
}

@media (max-width: 767px) {
  .przycisk {
    display: flex;
    align-items: center;
    justify-content: center; /* wyświetl przycisk na urządzeniach mobilnych */
  }
}

.przycisk i {
  font-size: 36px;
  color: #fff;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.name-color {
  color: #3f78e0;
}
