.elementor-kit-10{--e-global-color-primary:#0D1C29;--e-global-color-secondary:#C5A788;--e-global-color-text:#0D1C29;--e-global-color-accent:#FFFFFF;--e-global-color-beacb30:#F9F9F9;--e-global-color-a3a0a93:#6E777F;--e-global-color-24f5710:#EAD3BC;--e-global-color-d89caa5:#E8EDED;--e-global-color-1f6afbb:#132030;--e-global-color-6587316:#1B273A;--e-global-color-99ffea8:#B8BCC0;--e-global-color-969815d:#2A3644;--e-global-color-475a294:#FFFFFFB3;--e-global-color-b5b573d:#FFFFFF1A;--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-family:"Montserrat", Sans-serif;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{font-family:"Frank Ruhl Libre", Sans-serif;font-weight:300;letter-spacing:-0.5px;}.elementor-kit-10 h2{font-family:"Frank Ruhl Libre", Sans-serif;font-weight:300;letter-spacing:-0.5px;}.elementor-kit-10 h3{font-family:"Frank Ruhl Libre", Sans-serif;font-weight:300;letter-spacing:-0.5px;}.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 */.aktualna {
    font-weight: 500 !important;
    color: #0D1C29 !important;
}
.lista-boczna li:hover {
    font-weight: 500 !important;
    transition: 0.3s;
}
.lista-boczna li {
      transition: 0.3s !important;
}
strong, b {
    font-weight: 600;
}
.elementor-widget-text-editor a {
    color: #6E777F;
    text-decoration: none; /* Ukrywamy domyślne podkreślenie */
    position: relative;    /* Potrzebne do pozycjonowania linii */
    transition: color 0.3s ease;
}

/* Tworzymy własną linię pod tekstem */
.elementor-widget-text-editor a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;          /* Grubość linii */
    bottom: 0;
    left: 0;
    background-color: #6E777F; /* Kolor linii na starcie */
    
    /* Klucz do animacji: domyślnie linia kurczy się (znika) do LEWEJ strony */
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Stan po najechaniu myszką (Hover) */
.elementor-widget-text-editor a:hover {
    color: #C5A788;       /* Zmiana koloru tekstu */
}

.elementor-widget-text-editor a:hover::after {
    background-color: #C5A788; /* Zmiana koloru linii */
    
    /* Najpierw linia chowa się w lewo. Aby natychmiast wjechała z lewej,
       zmieniamy punkt orientacyjny (origin) na prawy przy zjechaniu, 
       ale żeby uzyskać Twój dokładny efekt:
    */
    transform: scaleX(0);
    transform-origin: bottom left; 
}
.menu-item {
  list-style: none;
  display: inline-flex !important;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin:0 15px;
  
  padding-left: 15px; 
  padding-right: 0px;
  
  transition: padding 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

/* 1. Stan powrotny (WYJAZD) - tutaj dajemy krótszy czas */
.lista-obszary2 .elementor-widget-text-editor {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(-20px);
    
    /* Wyjazd: 0.4s - szybciej */
    transition: 
        max-height 0.5s ease-out, 
        opacity 0.5s ease-in-out, 
        transform 0.5s ease-in-out;
}

/* 2. Stan po najechaniu (WJAZD) - tutaj dajemy Twoje 2s i cubic-bezier */
.lista-obszary2:hover .elementor-widget-text-editor {
    opacity: 1;
    max-height: 500px;
    transform: translateY(0);
    
    /* Wjazd: 2s - bardzo powolny i płynny */
    transition: 
        max-height 2s cubic-bezier(0.22, 1, 0.36, 1), 
        opacity 2s cubic-bezier(0.22, 1, 0.36, 1), 
        transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.lista-obszary:hover .oferta-tytul .elementor-heading-title {
    color: #C5A788 !important;
    transition:300ms !important;
}
.lista-obszary .oferta-tytul .elementor-heading-title{
     transition:300ms !important;
}
#wpis:hover .nazwisko h2 {
    color: #C5A788 !important;
    transition: 200ms !important;
}
#wpis .nazwisko h2 {
     transition: 200ms !important;
}
.qodef-type--icon-boxed .qodef-m-icon {
    border: 1px solid #e8eded;
    border-radius: 50px;
}
/* WSPÓLNE DLA KRESEK */
.menu-item::before,
.menu-item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #c5a788;
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.3s;
}
.ikonka:hover .poleikonki .elementor-icon {
      transform: translateY(-5px);
      transition: 300ms;
  }
/* LEWY MYŚLNIK */
.menu-item::before {
  left: 0;
  opacity: 1;
  transform: translateX(0);
}

/* PRAWY MYŚLNIK */
.menu-item::after {
  right: 0;
  opacity: 0;
  transform: translateX(15px); 
}

/* --- EFEKT HOVER --- */

.menu-item:hover {
 
  padding-left: 0px;
  padding-right: 15px;
}

.menu-item:hover::before {
  opacity: 0;
  transform: translateX(-15px); 
}

.menu-item:hover::after {
  opacity: 1;
  transform: translateX(0); 
}
@keyframes arrowSlide {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    49% {
        transform: translateX(20px);
        opacity: 0;
    }
    50% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Wywołanie animacji po najechaniu na Icon Box */
.lista-obszary .elementor-icon-box-wrapper:hover .elementor-icon-box-icon i,
.lista-obszary .elementor-icon-box-wrapper:hover .elementor-icon-box-icon svg, .lista-obszary2 .elementor-icon-box-wrapper:hover .elementor-icon-box-icon svg, .lista-obszary2 .elementor-icon-box-wrapper:hover .elementor-icon-box-icon i, .lista-obszary:hover svg {
    animation: arrowSlide 0.4s forwards;
}

/* Opcjonalne: płynny powrót do stanu początkowego */
.lista-obszary .elementor-icon-box-icon i,
.lista-obszary .elementor-icon-box-icon svg, .lista-obszary2 .elementor-icon-box-icon i,
.lista-obszary2 .elementor-icon-box-icon svg, .lista-obszary svg {
    transition: all 0.3s ease;
}
.przycisk-animacja, #przycisk-animacja, .przycisk-animacja2, .przycisk-animacja3 {
  display: inline-flex;
  overflow: hidden !important;
  height: 44px; /* Musisz wpisać tutaj dokładną wysokość swojego fontu */
  text-align: center !important;
  justify-content: center; /* środek w poziomie */
  align-items: center;
}

.przycisk-animacja .qodef-m-text, #przycisk-animacja .elementor-button-text, .przycisk-animacja2 .qodef-m-text, .przycisk-animacja3 .qodef-m-text {
  display: block;
  position: relative;
  line-height: 40px; /* Taka sama wartość jak height wyżej */
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.przycisk-animacja .qodef-m-text::after{
  content: "Umów konsultację";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.przycisk-animacja2 .qodef-m-text::after{
  content: "APLIKUJ SPONTANICZNIE";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.przycisk-animacja3 .qodef-m-text::after{
  content: "Prześlij aplikację";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#przycisk-animacja .elementor-button-text::after{
  content: "Wyślij wiadomość";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.przycisk-animacja:hover .qodef-m-text, #przycisk-animacja:hover .elementor-button-text, .przycisk-animacja2:hover .qodef-m-text, .przycisk-animacja3:hover .qodef-m-text {
  transform: translateY(-100%);
}
.lista-obszary {
    border-bottom: 1px solid #E8EDED;
    padding: 20px 0;
    transition: all 0.3s ease;
    cursor: pointer;
  
}
.lista-obszary2 {
     
   
    transition: all 0.3s ease;
    cursor: pointer;
  
}
.lista-obszary .elementor-icon-box-wrapper, .lista-obszary2 .elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.lista-obszary .elementor-icon-box-icon, .lista-obszary2 .elementor-icon-box-icon {
    margin: 0 !important; 
    overflow: hidden; 
    display: flex;
}



.lista-obszary .elementor-icon-box-title, .lista-obszary2 .elementor-icon-box-title {
      margin-top:0px !important;
}
.bgnaglowek {
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
}

#formularz .elementor-field-textual {
    padding: 12px 16px;
}
#formularz .elementor-button[type="submit"] {
    margin-top: 5px !important;
}
#formularz input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #1B273A;
    border: 1px solid #FFFFFF1A;
    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 input[type="checkbox"]:checked {
    display: flex !important; /* Ułatwi wyśrodkowanie symbolu */
    justify-content: center;
    align-items: center;
}
#formularz input[type="checkbox"]:checked::after {
    content: '✔';
    color: white;
    font-size: 14px;
    line-height: 1;
}
#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 .elementor-field-option  {
    margin-top:4px;
}
#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
}
.lista-stopka .elementor-icon-list-text {
  position: relative;
  display: inline-block;
  
  white-space: wrap; 
  
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) !important;
}

.lista-stopka .elementor-icon-list-text::before {
  content: "";
  position: absolute;
  
  left: -15px; 
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #C5A788;
  opacity: 0;
  transform-origin: left;

  transform: translateY(-50%) scaleX(0);
 
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.3s ease !important;
}

.lista-stopka .elementor-icon-list-item:hover .elementor-icon-list-text {
 
  transform: translateX(15px);
}

.lista-stopka .elementor-icon-list-item:hover .elementor-icon-list-text::before {
  opacity: 1;
 
  transform: translateY(-50%) scaleX(1);
}
@media (max-width:800px) {
    .avatar .elementor-image-box-wrapper {
    align-items: center;
    
        flex-direction: row !important;
        text-align: start !important;
                display: flex;gap:15px
}
}/* End custom CSS */