.elementor-2112 .elementor-element.elementor-element-90c8c82{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2112 .elementor-element.elementor-element-90c8c82:not(.elementor-motion-effects-element-type-background), .elementor-2112 .elementor-element.elementor-element-90c8c82 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #201E1F 0%, #D3E0E9 100%);}.elementor-2112 .elementor-element.elementor-element-5689160{--spacer-size:50px;}.elementor-2112 .elementor-element.elementor-element-205d8eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2112 .elementor-element.elementor-element-205d8eb:not(.elementor-motion-effects-element-type-background), .elementor-2112 .elementor-element.elementor-element-205d8eb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #D3E0E9 0%, #201E1F 100%);}.elementor-2112 .elementor-element.elementor-element-515252b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2112 .elementor-element.elementor-element-515252b:not(.elementor-motion-effects-element-type-background), .elementor-2112 .elementor-element.elementor-element-515252b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #D3E0E9 0%, #201E1F 100%);}.elementor-2112 .elementor-element.elementor-element-0d76cb4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2112 .elementor-element.elementor-element-0d76cb4:not(.elementor-motion-effects-element-type-background), .elementor-2112 .elementor-element.elementor-element-0d76cb4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #201E1F 0%, #D3E0E9 100%);}/* Start custom CSS for html, class: .elementor-element-c1a19bb */.naglowek-rowery {
  text-align: center;
  padding: 40px 20px 20px;
}

.blask-naglowek {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(90deg, #000000, #D3E0E9, #000000);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: blaskNaglowek 10s linear infinite;
  margin-bottom: 10px;
}

.naglowek-rowery p {
  font-size: 18px;
  color: #ffffff; /* Zmieniony na biały */
  max-width: 700px;
  margin: 0 auto;
}

@keyframes blaskNaglowek {
  0% {
    background-position: 300% 0;
  }
  100% {
    background-position: -300% 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f84525 */.rowery-sekcja {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
  background: transparent;
}

.kafelek-roweru {
  width: 320px;
  height: 400px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kafelek-roweru:hover {
  transform: translateY(-10px);
}

.slider {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 15px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.kafelek-roweru h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  background: linear-gradient(90deg, #000, #D3E0E9, #000);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: blaskLewo 10s linear infinite;
}

.kafelek-roweru p {
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.4;
}

.btn-rezerwuj {
  background: #201E1F;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 8px;
  transition: background 0.3s ease;
  display: inline-block;
}

.btn-rezerwuj:hover {
  background: #000;
}

/* Efekt blasku */
@keyframes blaskLewo {
  0% {
    background-position: 300% 0;
  }
  100% {
    background-position: -300% 0;
  }
}

/* RESPONSYWNOŚĆ */
@media (max-width: 768px) {
  .rowery-sekcja {
    flex-direction: column;
    align-items: center;
  }

  .kafelek-roweru {
    width: 90%;
    height: auto;
  }

  .slider {
    height: 220px;
  }

  .slider img {
    height: 100%;
    object-fit: contain;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-adc694f */.ikony-sekcja {
  width: 100%;
  padding: 60px 40px;
  background: transparent;
  box-sizing: border-box;
}

.kafelki-ikony {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 32px;
}

.kafelki-efekt .kafelek {
  flex: 1 1 calc(20% - 32px);
  min-width: 80px;
  max-width: 120px;
  aspect-ratio: 1 / 1;
  background-color: transparent;
  border: 2px solid #201E1F;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #201E1F;
  transition: all 0.3s ease;
}

.kafelki-efekt .kafelek:hover {
  background-color: #201E1F;
  color: #D3E0E9;
  transform: translateY(-8px);
}

.ikony-sekcja {
  width: 100%;
  padding: 60px 40px;
  background: transparent;
  box-sizing: border-box;
}

.kafelki-ikony {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 32px;
}

.kafelki-efekt .kafelek {
  flex: 1 1 calc(20% - 32px);
  min-width: 80px;
  max-width: 120px;
  aspect-ratio: 1 / 1;
  background-color: transparent;
  border: 2px solid #201E1F;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #201E1F;
  transition: all 0.3s ease;
  animation: floating 3s ease-in-out infinite;
}

.kafelki-efekt .kafelek:hover {
  background-color: #201E1F;
  color: #D3E0E9;
  transform: translateY(-8px);
}

@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e7e95a */@media (max-width: 768px) {
  .kafelki-ikony {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    position: relative;
    overflow: hidden;
  }

  .kafelki-efekt .kafelek {
    width: 120px;
    height: 120px;
    border: 2px solid #201E1F;
    border-radius: 10px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #201E1F;
    position: absolute;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  .kafelki-efekt .kafelek:nth-child(1) {
    animation: showKafelek 18s infinite;
    animation-delay: 0s;
  }

  .kafelki-efekt .kafelek:nth-child(2) {
    animation: showKafelek 18s infinite;
    animation-delay: 6s;
  }

  .kafelki-efekt .kafelek:nth-child(3) {
    animation: showKafelek 18s infinite;
    animation-delay: 12s;
  }

  @keyframes showKafelek {
    0%, 100% {
      opacity: 0;
      transform: scale(0.8);
    }
    10%, 30% {
      opacity: 1;
      transform: scale(1);
    }
    40%, 90% {
      opacity: 0;
      transform: scale(0.8);
    }
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7aeeada */.sekcja-mapa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 40px;
  gap: 40px;
  background: transparent;
  flex-wrap: wrap;
}

.mapa-tekst {
  flex: 1;
  min-width: 280px;
  max-width: 500px;
}

.naglowek-blask {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(90deg, #000, #D3E0E9, #000);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: blaskLewo 10s linear infinite;
  margin-bottom: 16px;
  text-align: left;
}

.separator {
  width: 80px;
  height: 4px;
  background: #D3E0E9;
  margin-bottom: 20px;
}

.mapa-tekst p {
  font-size: 18px;
  color: #000;
  margin-bottom: 24px;
  line-height: 1.5;
}

.btn-rezerwuj {
  background: #201E1F;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 8px;
  transition: background 0.3s ease;
  display: inline-block;
}

.btn-rezerwuj:hover {
  background: #000;
}

.mapa-frame {
  flex: 1;
  min-width: 280px;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Efekt blasku */
@keyframes blaskLewo {
  0% {
    background-position: 300% 0;
  }
  100% {
    background-position: -300% 0;
  }
}

/* RESPONSYWNOŚĆ */
@media (max-width: 768px) {
  .sekcja-mapa {
    flex-direction: column;
    padding: 60px 20px;
  }

  .naglowek-blask {
    text-align: center;
  }

  .mapa-frame {
    width: 100%;
    height: 300px;
  }

  .mapa-tekst {
    text-align: center;
  }
}/* End custom CSS */