.elementor-kit-11{--e-global-color-primary:#088C86;--e-global-color-secondary:#193B68;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-0368b6d:#F0F8F8;--e-global-color-121dab3:#BAC4D1;--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;color:var( --e-global-color-text );font-weight:300;letter-spacing:-0.4px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 h1{color:var( --e-global-color-secondary );letter-spacing:-1px;}.elementor-kit-11 h2{color:var( --e-global-color-secondary );letter-spacing:-0.8px;}.elementor-kit-11 h3{color:var( --e-global-color-secondary );letter-spacing:-0.8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(min-width:1600px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}}@media(max-width:1199px){.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 */body, p, h1, h2, h3, h4, h5, h6, span, a, li {
    /* Zmień 'sofia-pro' na dokładną nazwę Twojego fontu z Adobe */
    font-family: "sofia-pro", sans-serif !important;
    
    /* Wymuszamy renderowanie wyższej jakości */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Ukrywamy domyślne kropki i resetujemy wcięcia w edytorze Elementora */
.elementor-widget-text-editor ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 15px !important;
}

/* Formatujemy elementy listy i tworzymy miejsce na ikonę po lewej stronie */
.elementor-widget-text-editor ul li {
  position: relative !important;
  padding-left: 28px !important; /* Przestrzeń na ikonę */
  margin-bottom:6px;
  line-height: 1.5;
}

/* Wstawiamy Twój plik SVG i wyrównujemy go do lewej krawędzi */
.elementor-widget-text-editor ul li::before {
  content: "";
  position: absolute;
  left: 0;            /* Przyklejenie ikony do lewej strony */
  top: 0.25em;         /* Wyrównanie w pionie do pierwszej linii tekstu */
  width: 18px;        /* Szerokość ikony */
  height: 18px;       /* Wysokość ikony */
  
  /* Pobieranie ikony bezpośrednio z Twojego linku */
  background-image: url("https://radke.matiprojektuje.pl/wp-content/uploads/2026/06/check-kolor.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
strong, b {
    font-weight: 600 !important;
}
.lista-obszary {
    border-bottom: 1px solid #E8EDED;
    padding: 15px 0;
    transition: all 0.3s ease;
    cursor: pointer;
  
}

.lista-obszary .elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.lista-obszary .elementor-icon-box-icon {
    margin: 0 !important; 
    overflow: hidden; 
    display: flex;
}

.lista-obszary:hover .elementor-icon-box-icon i,
.lista-obszary:hover .elementor-icon-box-icon svg {
    animation: arrowTeleport 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

@keyframes arrowTeleport {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    40% {
        transform: translateX(150%);
        opacity: 0;
    }
    41% {
        transform: translateX(-150%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.lista-obszary .elementor-icon-box-title {
      margin-top:0px !important;
}
#formularz .elementor-field-textual {
    padding: 12px 16px;
}
#formularz input[type="checkbox"] {
    
   
      content: '';
    background: #f6f6f6;
    border: 1px solid #69727d;
    display: inline-block !important;
    border-radius: 0px !important;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    
    text-align: center;
 -webkit-appearance: none;
    -moz-appearance: none;
        box-shadow: none;
    cursor: pointer;
  position: absolute !important;
   
}
#formularz .elementor-field-option label {
    font-size: 12px;
    text-align: justify !important;
 
display: inline-block !important;
margin-left: 30px;line-height: 1.2 !important;
margin-bottom: 4px;
 
}
#formularz input[type="checkbox"]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    margin:-4px 0px 0px -12px !important;
  
    height: 1.5rem;
    width: 1.5rem;
}
#wpis .elementor-post__card .elementor-post__excerpt {
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}
#wpis .elementor-post__card h3 {
      overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
#wpis:hover img, #wpis2:hover img {
      transform: scale(1.04)
    
  }
  #wpisimg {
       overflow: hidden;
  }
#wpis .elementor-widget-theme-post-excerpt {
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}
 #wpis .elementor-heading-title {
     overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
#wpis img, #wpis2 img {
     transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-in-out;
 }
 .elementor-sticky--effects {
    box-shadow: 0 0 10px #00000020
}
@media (max-width:800px) {
    .elementor-counter-title {text-align: center !important;
}
.elementor-widget-text-editor ul li {
    text-align: left !important;
}}/* End custom CSS */