.elementor-790 .elementor-element.elementor-element-2c4c4719{--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-790 .elementor-element.elementor-element-2c4c4719:not(.elementor-motion-effects-element-type-background), .elementor-790 .elementor-element.elementor-element-2c4c4719 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-790 .elementor-element.elementor-element-1ff5aff9{font-family:"Open Sans", Sans-serif;font-size:1.1em;font-weight:400;color:var( --e-global-color-231682b );}.elementor-790 .elementor-element.elementor-element-1ff5aff9 a{color:var( --e-global-color-primary );}.elementor-790 .elementor-element.elementor-element-7d0c0f1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:20px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-790 .elementor-element.elementor-element-431e346{--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-790 .elementor-element.elementor-element-51b6aed{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-790 .elementor-element.elementor-element-51b6aed .elementor-heading-title{font-size:24px;}.elementor-790 .elementor-element.elementor-element-32471531{background-color:var( --e-global-color-accent );padding:0px 10px 0px 0px;}.elementor-790 .elementor-element.elementor-element-d4936bd{--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-790 .elementor-element.elementor-element-166782b0{border-style:none;text-align:center;}.elementor-790 .elementor-element.elementor-element-166782b0 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-790 .elementor-element.elementor-element-2ab576a4{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;text-align:center;}.elementor-790 .elementor-element.elementor-element-2ab576a4.elementor-element{--align-self:center;}.elementor-790 .elementor-element.elementor-element-2ab576a4 img{width:650px;border-style:none;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);}.elementor-790 .elementor-element.elementor-element-65fbce12{font-family:"Roboto", Sans-serif;font-size:1em;font-weight:400;}.elementor-790 .elementor-element.elementor-element-6aa5bc1a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-790 .elementor-element.elementor-element-33759da{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-790 .elementor-element.elementor-element-33759da .elementor-heading-title{font-size:24px;}.elementor-790 .elementor-element.elementor-element-1af6da1{padding:0px 10px 20px 10px;border-style:none;}@media(max-width:767px){.elementor-790 .elementor-element.elementor-element-7d0c0f1{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(min-width:768px){.elementor-790 .elementor-element.elementor-element-431e346{--width:25%;}.elementor-790 .elementor-element.elementor-element-d4936bd{--width:75%;}}@media(max-width:1024px) and (min-width:768px){.elementor-790 .elementor-element.elementor-element-431e346{--width:30%;}.elementor-790 .elementor-element.elementor-element-d4936bd{--width:70%;}}/* Start custom CSS for shortcode, class: .elementor-element-32471531 */.menu-boczne,
.menu-boczne ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-boczne li {
  margin: 0;
  padding: 0;
}

.menu-boczne li a {
  display: block;
  padding: 12px 12px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  transition: color 0.2s, background-color 0.2s;
}

/* Zielona linia przy hover */
.menu-boczne li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--e-global-color-primary);
  transition: width 0.3s ease;
}

.menu-boczne li a:hover::after {
  width: 100%;
}

.menu-boczne li a:hover {
  color: var(--e-global-color-primary);
}

/* Aktywna pozycja */
.menu-boczne li.current-menu-item > a,
.menu-boczne li.current_page_item > a {
  font-weight: bold;
  color: var(--e-global-color-primary);
}

.menu-boczne li.current-menu-item > a::after,
.menu-boczne li.current_page_item > a::after {
  width: 100%;
}

/* Podmenu – estetyczne wcięcie */
.menu-boczne li ul {
  padding-left: 15px;
}

.menu-boczne li ul li a {
  font-size: 15px;
  padding-left: 20px;
  border-left: none;
}
/* Obsługa klasy .current dodawanej przez shortcode */
.menu-boczne li.current > a {
  font-weight: bold;
  color: var(--e-global-color-primary);
  position: relative;
}

/* Zielona linia pod aktywnym linkiem */
.menu-boczne li.current > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--e-global-color-primary);
}

/* Zapobiegaj zmianie koloru przy hover, jeśli aktywny */
.menu-boczne li.current > a:hover {
  color: var(--e-global-color-primary);
}/* End custom CSS */