.elementor-kit-682{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4f4ad3a7:#4054B2;--e-global-color-4de32d6b:#23A455;--e-global-color-5623c7e9:#000;--e-global-color-68831f9d:#FFF;--e-global-color-9199bf2:#998F7F;--e-global-color-347041e:#57514B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-682 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Płynne przejście koloru (opcjonalnie) */
.elementor-element.headico .elementor-heading-title,
.elementor-element.tekscisz,
.elementor-element.tekscisz .elementor-widget-container,
.headico,
.tekscisz {
  transition: color .2s ease;
}

/* HOVER na kontenerze z klasą changecolor → wszystko na biało */
.changecolor:hover .elementor-element.headico .elementor-heading-title,
.changecolor:hover .elementor-element.tekscisz,
.changecolor:hover .elementor-element.tekscisz .elementor-widget-container,
.changecolor:hover .headico,
.changecolor:hover .tekscisz,
.changecolor:hover .tekscisz * {
  color: #fff !important;
}

/* Jeżeli w tekście są linki – też na biało */
.changecolor:hover .elementor-element.tekscisz a,
.changecolor:hover .tekscisz a {
  color: #fff !important;
}






/* Wklej w zakładkę Zaawansowane → Niestandardowy CSS lub w sekcji "Dostosuj > CSS dodatkowy" */
#custom-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa; /* kolor tła */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#custom-preloader img {
  width: 120px;
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.7; }
}

/* Ukrycie po załadowaniu */
body.loaded #custom-preloader {
  opacity: 0;
  visibility: hidden;
}/* End custom CSS */