body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #E2E8F0;
  color: #333;
}

.container {
  max-width: 1440px;
  margin: 0 auto;   
  overflow: auto;
  flex-direction: column;
  align-items: center;
}

img, video {
  max-width: 100%;
  height: auto;
}

.MenuAndLogosTop {
  align-items: center;
  background: #fff;
  display: flex;
  gap: 1%;
  min-height: 64px;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Navigation buttons */
.NavButtons {
  align-items: center;
  background: #2CAE9F;
  border-radius: 1000px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  padding: 10px 16px;
  text-align: center;
  transition: background 0.3s ease;
  width: 5%;
  word-wrap: break-word;
}
.NavButtons > a{
  color:#fff;
  text-decoration: none;
}
.LogosInHeader {
  align-items: end;
  display: flex;
}

.LogosInHeader > .LogoInHeader {
    height: 100%;
    padding-left: 32px;
}

.LogosInHeader img {
    height: 100%;
}

.NavButtons:hover { background: #249383; color: #fff; }

.PaczkaBannerTop {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
}

.PaczkaBannerTop img{
  display: block;
  height: auto;
  width: 100%;
}

.DurationDates {
  align-items: center;
  background: #2CAE9F;
  color: #fff;
  display: flex;
  font-size: 32px;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  text-align: center;
  word-wrap: break-word;
}

.Licznik {
  width: 100%;
  padding: 32px 0;
  margin: 16px 0;
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.MamyJuz {
  align-self: stretch;
  text-align: center;
  color: #2CAE9F;
  font-size: 32px;
  font-weight: 500;
  word-wrap: break-word;
}

.LiczbaPrezentow {
  align-items: center;
  background: #2CAE9F;
  border-radius: 1000px;
  color: #fff;
  display: flex;
  font-size: 72px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  text-align: center;
  width: 70%;
  word-wrap: break-word;
}

.KartaTekst {
  align-self: stretch;
  padding: 10px 16px;
  background: #fff;
  
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.KartaTekst > .Tytul {
  align-items: center;
  color: #2CAE9F;
  display: flex;
  font-size: 30px;
  font-weight: 600;
  gap: 15px;  
  padding: 0 10px;
  position: relative;
}

.KartaTekst > .Tytul p {
  margin-bottom: 0px;
  margin-top: 10px;
}

.Txt {
  align-self: stretch;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 2;
  padding: 0 10px;
  text-align: justify;
}

.Txt a {
  color: #2CAE9F;
  text-decoration: none;
}

.Txt a:hover {
  color: #249383
}

.MapaZbiorki {
    width: 100%;
    text-align: center;
}
.MapaZbiorki iframe {
    display: inline-block;
    width: 98%;
    height: 50vh;
    border: none;
}

.dot {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #2CAE9F;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.StopkaCalosc {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
}

.StopkaZielonyPasek {
  height: 6px;
  background: #2CAE9F;
}

.Stopka {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  padding: 40px 40px;
  width: 100%;
}

.LogoPaczkaPodChoinkKolorBiale {
  flex: 0 0 auto;
  max-width: 100%;
}

/* Contact & Links */
.KontaktILinki {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.Kontakt > .Adres {
  line-height: 1.5;
}
.Kontakt > .Adres a {
    color: #2CAE9F;
    text-decoration: none;
}

.Kontakt > .Adres a:hover {
  color: #249383;
  text-decoration: none;
}

.Kontakt,
.Linki {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
}

.Kontakt > .Kontakt,
.Linki > .Linki {
  color: #2CAE9F;
  font-size: 20px;
  font-weight: 600;
}

.Partnerzy {
  align-self: stretch;
  width: 100%;
  padding: 16px 10px 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.Partnerzy > .Partnerzy {
  color: #2CAE9F;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.Logo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.LogosInFooter {
  align-items: end;
  color: #000;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: end;
  padding: 10px;
  width: 160px;
}

.LogosInFooter > .LogoInFooter {
    height: auto;
    padding-left: 32px;
}

.LogoInFooter img {
  height: auto;
  width: auto;
  max-height: 100px; /* optional: cap size if needed */
}

.PrezentyIframe {
  width: "100%";
  height: 65vh;
  border: none;
}
/* Tablet adjustments */
@media (max-width: 1024px) {
  nav ul {
    flex-direction: column;
    align-items: center;
  }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  body {
    font-size: 0.95rem;
  }
  .sidebar {
    display: none; /* hide sidebars on small screens */
  }
}
