.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-6216 .elementor-element.elementor-element-765c6da0{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-6216 .elementor-element.elementor-element-765c6da0 > .elementor-shape-bottom .elementor-shape-fill, .elementor-6216 .elementor-element.elementor-element-765c6da0 > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-47afd21 );}.elementor-6216 .elementor-element.elementor-element-765c6da0 > .elementor-shape-bottom svg, .elementor-6216 .elementor-element.elementor-element-765c6da0 > .e-con-inner > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:100px;}.elementor-widget-spacer .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-spacer .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-6216 .elementor-element.elementor-element-1f61079b{--spacer-size:15px;}.elementor-6216 .elementor-element.elementor-element-6e23e5a1{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6216 .elementor-element.elementor-element-6e23e5a1.e-con{--align-self:center;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-6216 .elementor-element.elementor-element-765c6da0 > .elementor-shape-bottom svg, .elementor-6216 .elementor-element.elementor-element-765c6da0 > .e-con-inner > .elementor-shape-bottom svg{width:calc(200% + 1.3px);}}/* Start custom CSS for html, class: .elementor-element-31d1a3be *//* STOPKA - Dobre Biuro - pełna szerokość, bez marginesów */
#footer-clone{
  --bg: #13307C;     /* kolor tła */
  --accent: #FF9918; /* kolor linków */
  --text: #ffffff;

  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  background: var(--bg);
  color: var(--text);
  padding: 25px 30px;
  box-sizing: border-box;
  font-family: "Inter","Roboto","Noto Sans",Arial,sans-serif;
}

/* Wewnętrzny układ – prawa strona, ikony nad linkami */
#footer-clone .footer-inner{
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

/* Sekcja ikon */
#footer-clone .footer-social{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#footer-clone .footer-social a{
  color: var(--text);
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  transition: opacity .2s ease-in-out;
}

#footer-clone .footer-social a:hover{
  opacity: 0.8;
}

/* Sekcja linków prawnych */
#footer-clone .footer-links{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  font-weight: 700;
}

#footer-clone .footer-links a{
  color: var(--accent);
  text-decoration: none;
  font-size: 20px;
}

#footer-clone .footer-links a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Mobilne wyśrodkowanie */
@media (max-width: 767px){
  #footer-clone .footer-inner{
    align-items: center;
    text-align: center;
  }
  #footer-clone .footer-links{
    align-items: center;
  }
}

/* Wyzerowanie luzów w Elementorze */
.elementor-section .elementor-widget-html,
.elementor-section .elementor-widget-html .elementor-widget-container{
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */