/* 
	font-family: 'scandia-web', sans-serif;
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*{
	box-sizing: border-box;
}
html,
body{
	overflow-x: hidden !important;
    background-color: #FFF !important;
}
html {
	scroll-behavior: smooth;
}
p, h1, h2, h3, h4, h5, h6{
	cursor: default !important;
}
p, h1, h2, h3, h4, h5, h6, a{
	margin-block-end: 0 !important;
	margin-block-start: 0 !important;
    font-family: 'scandia-web' !important;
}
div, span{
    font-family: 'scandia-web' !important;
}
/* inne */
.elementor-icon-wrapper{
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	border-image-width: 0 !important;
}
.elementor-icon{
	border-image-width: 0 !important;
}
.zs-ot__col--left ul{
    padding-left: 18px !important;
}
strong,
.zs-ot__col--left b, .zs-ot__col--left strong{
    font-weight: 500 !important;
}
ol li,
ul li{
    padding-left: 18px;
}

/* header pc */
.zs-lang-pc .has-submenu{
    padding-right: 0px !important;
}
.zs-lang-pc .sub-menu{
    min-width: 96px !important;
}
.zs-lang-pc .sub-menu a{
    border-width: 0px !important;
}
.home .trp-ls-language-name{
    color: #FFF !important;
}
.home .current-language-menu-item .trp-ls-language-name{
    color: #D9D9D9 !important;
}
.mobile-jezyki-open img,
.mobile-jezyki img{
    display: none !important;
}
.mobile-jezyki,
.mobile-jezyki-open {
  opacity: 0 !important;
  transition: opacity 0.3s ease;
}

.mobile-jezyki.show,
.mobile-jezyki-open.show {
  opacity: 1 !important;
}


/* mobile menu */
.mobile-on,
.mobile-off{
    cursor: pointer !important;
}
body.no-scroll {
    overflow: hidden !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.mobile-menu {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100vh;
    transform: translateX(-100%);
    z-index: 60;
    overflow-y: auto !important;
	-webkit-overflow-scrolling: touch !important;
	overflow-x: hidden !important;
	opacity: 0;
	visibility: hidden;
    height: auto !important;
    transition: transform 0.3s ease, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
	overscroll-behavior: contain !important;
	display: block;
}
.mobile-menu > .e-con-full{
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;

}
.mobile-menu.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/* home różne */
.link-home .elementor-icon{
    transition: 0.2s ease;
}
.link-home:hover .elementor-icon{
    transform: translateX(10px);
}
.link-home:hover p{
    cursor: pointer !important;
    transition: 0.2s ease;
}
.link-home:hover .pBlack p{
    color: #000 !important;
}
.link-home:hover p{
    color: #E6EEEA;
}
.partnerzy .swiper-wrapper{
    transition-timing-function: linear !important;
}
.home-kontakt{
    transition: 0.2s ease !important;
}
.home-kontakt-all:hover .home-kontakt{
    width: 100% !important;
}
.home-kontakt-all *{
    cursor: pointer !important;
}
.elementor-swiper-button{
    z-index: 25 !important;
}
@media (max-width:768px){
    .partnerzy *,
    .partnerzy .swiper,
    .partnerzy .swiper-wrapper{
        overflow: visible !important;
    }
}


/* oferta home lista */
/* ===== Baza ===== */
.zs-oferta-kategorie {
  position: relative;
}
.zs-ok-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 60px;
}
/* Karta */
.zs-ok-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .07);
    transition: .6s ease;
}
.zs-ok-card__img {
    width: 100%;
    height: 186px !important;
}
.zs-ok-card__img-el {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block;
}
/* Nagłówek (sam tytuł kategorii) */
.zs-ok-card__header {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
}
.zs-ok-card__title {
    margin: 0 auto;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

/* Lista tytułów wpisów (oddzielny kontener) */
.zs-ok-card__posts {
    padding: 0px 20px;
    background-color: #E6EEEA;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.8s ease, opacity .3s ease, transform .3s ease, background-color .3s ease;
  }
.zs-ok-card__list {
    border-top: 1px solid #12613F;
    list-style: none;
    margin: 0;
    padding: 20px 0;
}
.zs-ok-card__list-item {
    padding: 0 20px 4px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
}
/* CTA (dolny pasek) */
.zs-ok-card__cta {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 12px 16px;
    background-color: #12613F;
    color: #FFF;
    text-decoration: none;
    pointer-events: none;
    position: relative;
}
.zs-ok-card__cta span{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 3.9px;
    font-weight: 500;
}
.zs-ok-cta__label {
    display: inline-block;
    white-space: nowrap;
}
.zs-ok-cta__label--open {
    display: none;
  }
.zs-ok-cta__label--closed {
    display: inline-block;
}
.zs-ok-cta__arrow {
    width: 9px;
    height: auto;
    flex: 0 0 auto;
    transition: transform .3s ease;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}
.zs-ok-card.is-active .zs-ok-card__header{
    background-color: #E6EEEA !important;
}
.zs-ok-card.is-active .zs-ok-card__posts{
    max-height: 600px;
    opacity: 1;
    transform: none;
}
.zs-ok-card.is-active .zs-ok-card__cta {
    pointer-events: auto;
    color: #FFF !important;
}
.zs-ok-card.is-active .zs-ok-cta__label--closed {
    display: none;
}
.zs-ok-card.is-active .zs-ok-cta__label--open {
    display: inline-block;
}
.zs-ok-card.is-active .zs-ok-cta__arrow {
    transform: translateY(-50%) rotate(90deg);
}
.zs-ok-dots{
    display: none;
}
@media (max-width: 1366px) {
    .zs-ok-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px;
    }
}

/* ===== USTAWIENIA KARUZELI (zmienne) ===== */
.zs-oferta-kategorie {
  --carousel-pad: 24px;
  --carousel-gap: 24px;
}
@media (max-width: 1025px) {
    .zs-ok-grid {
        display: flex;
        column-gap: var(--carousel-gap);
        padding-left: var(--carousel-pad);
        padding-right: var(--carousel-pad);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-padding-left: var(--carousel-pad);
        scroll-padding-right: var(--carousel-pad);
        scrollbar-width: none;
    }
    .zs-ok-grid::-webkit-scrollbar {
        display: none;
    }
    .zs-ok-card {
        flex: 0 0 100%;
        scroll-snap-align: start;
        box-shadow: none !important;
        opacity: 0;
    }
    .zs-ok-card__header {
        flex-grow: 0 !important;
    }

/* Wszystkie itemy funkcjonalnie „aktywne” */
    .zs-ok-card__posts {
        max-height: none;
        opacity: 1;
        transform: none;
        flex-grow: 1;
    }
    .zs-ok-card__cta {
        pointer-events: auto;
    }
    .zs-ok-cta__label--closed {
        display: none;
    }
    .zs-ok-cta__label--open {
        display: inline-block;
    }
    .zs-ok-cta__arrow {
        transform: translateY(-50%) rotate(90deg);
    }
/* Wyróżnienie aktywnego slajdu (ustawia JS: .is-active) */
    .zs-ok-card {
        transition: .3s ease;
    }
    .zs-ok-card.is-active {
        opacity: 1;
    }
/* Dots */
    .zs-ok-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        padding-top: 50px;
    }
    .zs-ok-dot {
        width: 13px !important;
        height: 4px !important;
        border: none !important;
        background: #B0B0A9 !important;
        padding: 0 !important;
        cursor: pointer;
        border-radius: 0 !important;
    }
    .zs-ok-dot.is-active {
        background: #12613F !important;
    }
}
/* kategoria oferty */
/* list - zobacz inne */
/* Kontener nawigacji */
.zs-ocn-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 10px;
}
.zs-ocn-col {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.zs-ocn-item {
    margin: 0;
    padding: 0;
}
.zs-ocn-link {
    display: inline-block;
    text-decoration: none;
    color: #000;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400 !important;
    transition: 0.2s ease;
}
.zs-ocn-link:hover,
.zs-ocn-link:focus {
    color: #12613F;
    outline: none;
}
/* Responsywność (opcjonalnie) */
@media (max-width: 1025px) {
    .zs-ocn-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 4px;
    }
    .zs-ocn-col {
        gap: 4px;
    }
    .zs-ocn-link {
        font-size: 12px;
    }
}


/* pojedyncza oferta - w kategorii */
/* ===== Kontener ===== */
.zs-ot {
  display: block;
}
/* Zakładki - przełączniki*/
.zs-ot__tabs {
    display: flex;
    justify-content: start !important;
    flex-wrap: wrap;
    column-gap: calc(5% / 4);
    row-gap: 20px;
    padding: 0 65px 108px;
}
.zs-ot__tab {
    appearance: none;
    border: 0;
    background: #D9D9D9 !important;
    color: #000 !important;
    padding: 7px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    cursor: pointer;
    width: 19% !important;
    max-width: 19% !important;
    white-space: wrap !important;
    height: auto !important;
    min-height: 95px !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
}
.zs-ot__tab:hover,
.zs-ot__tab.is-active {
    background: #12613F !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.zs-ot__tab.is-active:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* Panele */
.zs-ot__panel {
    display: none;
}
.zs-ot__panel.is-active {
    display: block;
}
/* Wiersz 1 – dwie kolumny */
.zs-ot__row--top {
    display: flex;
    justify-content: space-between !important;
    align-items: start;
    margin-bottom: 83px;
    gap: 40px;
}
.zs-ot__col.zs-ot__col--left{
    flex: 0 1 730px;
    display: flex;
    flex-direction: column;
    gap: 42px;
    padding-left: 65px;
}
.zs-ot__col.zs-ot__col--left h2{
    font-weight: 500;
    color: #000;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 4px;
}
.zs-ot__col.zs-ot__col--left .zs-ot__opis p{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
/* Galeria */
.zs-ot__col.zs-ot__col--right{
    flex: 0 1 550px;
}
.zs-ot__gallery {
    display: grid;
    gap: 8px;
}
.zs-ot__gitem {
    display: block;
    width: 100%;
    overflow: hidden;
}
.zs-ot__gitem img {
    width: 100%;
    height: 100% !important;
    object-fit: contain !important;
    display: block;
}
.zs-ot__gitem--main {
    width: 100%;
    height: auto !important;
}
.zs-ot__ggrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 8px;
}
.zs-ot__ggrid img{
    object-fit: cover !important;
}
.zs-ot__ggrid .zs-ot__gitem.glightbox{
    aspect-ratio: 1 / 1 !important;
}
.zs-ot__gplaceholder {
    width: 100%;
    height: 580px;
}
@media (max-width: 1366px) {
    .zs-ot__tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: calc(4% / 2);
        row-gap: 20px;
        padding: 0 0px 100px;
    }
    .zs-ot__tab {
        width: 32% !important;
        max-width: 32% !important;
        min-height: 68px !important;
    }
    .zs-ot__col.zs-ot__col--left{
        padding-left: 0px;
    }
}
@media (max-width: 1025px) {
    .zs-ot__tabs {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        row-gap: 18px;
        padding: 0 0px 70px;
    }
    .zs-ot__tab {
        width: 100% !important;
        max-width: 100% !important;
    }
    .zs-ot__col.zs-ot__col--left{
        padding-left: 0px;
    }
    .zs-ot__row--top {
        flex-direction: column !important;
        justify-content: start !important;
        align-items: stretch;
        margin-bottom: 46px;
        gap: 40px;
    }
    .zs-ot__col.zs-ot__col--right,
    .zs-ot__col.zs-ot__col--left{
        flex-basis: auto;
    }
    .zs-ot__col.zs-ot__col--left{
        gap: 30px !important;
    }
    .zs-ot__col.zs-ot__col--left h2{
        font-size: 24px;
        line-height: 40px;
    }
    .zs-ot__col.zs-ot__col--left .zs-ot__opis p{
        font-size: 14px;
        line-height: 30px;
    }
}
@media (max-width: 768px) {
    .zs-ot__tab {
        min-height: 43px !important;
    }
}

/* Tabele (karty tabel) */


.zs-tabele-tytul{
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 4px;
    font-weight: 500;
    color: #000;
    padding-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}
.zs-ot__row--tables {
    display: block;
}
.zs-ot__tables {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap !important;
    gap: 80px;
}

/* Pojedyncza tabela */
.zs-ot__table {
    width: 100%;
    border-collapse: collapse;
    
    margin-block-end: 0 !important;
}
.zs-ot__table th,
.zs-ot__table td {
    border: none; /* usuwa wszystkie bordery */
    vertical-align: middle;
    padding: 0 4px;
}
.zs-ot__table thead{
    margin-bottom: 30px !important;
}
.zs-ot__table th {
    background: #12613F;
    color: #ffffff;
    padding: 21px 21px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-align: center !important;
    text-transform: uppercase;
    margin: 0 !important;
}
.zs-ot__table th + th {
    border-left: 22px solid #fff; /* efekt przerwy między kolumnami */
}
.zs-ot__table tbody tr:first-child td {
    border-top: 30px solid #FFF;
}
.zs-ot__table tbody tr td{
    text-align: center !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    padding: 2px 4px !important;
}
.zs-ot__table tbody tr:nth-child(even) {
    background: #F5F5F5;
}
.zs-ot__table tbody tr:nth-child(odd) {
    background: #D9D9D9;
}
/* RWD */
@media (max-width: 1366px) {
    .zs-ot__table th + th {
       border-left: 11px solid #fff; /* efekt przerwy między kolumnami */
    }
}
@media (max-width: 1025px) {
    .zs-ot__table-wrap {
        width: 100%;
        overflow-x: auto;     /* 👈 poziomy scroll przy potrzebie */
        -webkit-overflow-scrolling: touch; /* płynne przewijanie na iOS */
    }
        /* opcjonalnie: delikatny cień dla czytelności */
    .zs-ot__table-wrap::after {
        content: "";
        display: block;
        height: 1px;
        background: linear-gradient(to right, rgba(0,0,0,0.05), transparent);
    }
    .zs-ot__table {
        width: 100%;
        border-collapse: collapse;
        table-layout: auto;
        min-width: 600px;
    }
    .zs-ot__table th {
        padding: 6px 10px !important;
    }
}
/* tabela maszyn i urządzeń używanych */
.urzadzenia_uzywane td[data-th="Urządzenie"] p,
.urzadzenia_uzywane td[data-th="Opis"] p{
    text-align: start;
}
.urzadzenia_uzywane .zs-ot__table th,
.urzadzenia_uzywane .zs-ot__table td {
    vertical-align: top;
    padding: 12px !important;
}




/* Ikony w paginacji Elementor */
.elementor-pagination{
    display: flex !important;
    justify-content: center !important;
    align-items: start !important;
    gap: 50px !important;
}
.elementor-pagination .prev,
.elementor-pagination .next {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    transition: 0.2s ease !important;
}
.elementor-pagination .prev::before {
    content: "";
    width: 1em;
    height: 1em;
    background: url("/wp-content/uploads/2025/08/Group-53-2.svg") no-repeat center / contain;
    flex: 0 0 auto;
    transition: 0.2s ease !important;
}
.elementor-pagination .next::after {
    content: "";
    width: 1em;
    height: 1em;
    background: url("/wp-content/uploads/2025/08/Group-53-1-1.svg") no-repeat center / contain;
    flex: 0 0 auto;
    transition: 0.2s ease !important;
}
.home-blog-loop .elementor-pagination .prev:hover::before{
    transform: translateX(-10px);
}
.home-blog-loop .elementor-pagination .next:hover::after{
    transform: translateX(10px);
}
.swiper-pagination-bullet{
    opacity: 1 !important;
    border-radius: 0 !important;
    width: 13px !important;
    height: 4px !important;
    background-color: #B0B0A9 !important;
}
.swiper-pagination-bullet:hover{
    background-color: #12613F !important;
}
.swiper-pagination-bullet-active{
    background-color: #12613F !important;
}
/* blog pagimacja */
.loop-realizacje .elementor-pagination,
.loop-blog .elementor-pagination{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
}
.loop-realizacje .elementor-pagination .next,
.loop-blog .elementor-pagination .next{
    transform: translateX(-4px);
}
.loop-blog .elementor-loop-container[role="list"] > div.e-loop-item:nth-of-type(2n) .loop-blog-tresc{
    padding-right: 0 !important;
    padding-left: 150px !important;
}
.loop-blog .elementor-loop-container[role="list"] > div.e-loop-item:nth-of-type(2n) .loop-blog-tresc > div{
    background: #F5F5F5 !important;
    align-items: end !important;
}
.loop-blog .elementor-loop-container[role="list"] > div.e-loop-item:nth-of-type(2n)  .loop-blog-img{
    left: 0 !important;
}
.loop-blog .elementor-loop-container[role="list"] > div.e-loop-item:nth-of-type(2n) .link-home{
    left: 50% !important;
    padding-left: 74px;
}
.loop-blog .elementor-button-content-wrapper{
    flex-direction: column-reverse !important;
    justify-content: center !important;
    align-items: center !important;
}
.loop-blog .elementor-button-content-wrapper .e-font-icon-svg{
    transition: 0.2s ease !important;
}
.loop-blog .elementor-button-content-wrapper:hover .e-font-icon-svg{
    transform: translateY(10px);
}
@media (max-width:1025px){
    .loop-blog .elementor-loop-container[role="list"] > div.e-loop-item:nth-of-type(2n) .link-home{
        padding: 0px !important;
        left: auto !important;
        right: 20% !important;
        justify-content: end  !important;
    }
    .loop-blog .elementor-loop-container[role="list"] > div.e-loop-item:nth-of-type(2n) .loop-blog-tresc{
        padding-right: 0 !important;
        padding-left: 20px !important;  
    }
}
@media (max-width:768px){
    .loop-blog .elementor-loop-container[role="list"] > div.e-loop-item:nth-of-type(2n) .link-home{
        right: 10% !important;
    }
}
/* kontakt */

/* formularz */
.forminator-custom-form .forminator-row{
    margin-bottom: 10px !important;
}
.forminator-custom-form input{
    font-size: 15px !important;
    line-height: 28px !important;
    font-weight: 300 !important;
}
/* textarea */
.forminator-field-textarea{
    padding-top: 10px !important;
}
.forminator-field-textarea textarea{
    resize: none !important;
    padding: 0 9px 9px 0 !important;
    border: none !important;
    border-bottom: 1px solid #D9D9D9 !important;
    font-size: 15px !important;
    line-height: 28px !important;
    font-weight: 300 !important;
    min-height: 127px !important;
    height: 127px !important;
}
/* checkbox */
.forminator-field-consent .forminator-checkbox__wrapper{
    align-items: center !important;
}
.forminator-checkbox-box{
    width: 13px !important;
    height: 13px !important;
    border-radius: 0 !important;
    border-width: 1px !important;
    flex: 0 0 13px !important;
}
.forminator-checkbox-box::before{
    font-size: 10px !important;
}
.forminator-checkbox__label{
    margin-left: 13px !important;
    margin-top: 2px !important;
}
.forminator-checkbox__label a{
    font-size: 12px !important;
    line-height: 28px !important;
    font-weight: 300 !important;
    color: #00000091;
}
.forminator-checkbox__label a:hover{
    color: #000 !important;
}
/* button */
.forminator-row-last{
    padding-top: 60px !important;
}
.forminator-row-last .forminator-button-submit{
    width: 100% !important;
    padding: 2px 30px !important;
    border-radius: 0 !important;
}
.forminator-row-last .forminator-button-submit span{
    font-size: 14px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
@media (max-width:768px){
    .forminator-custom-form input{
        font-size: 11px !important;
        padding: 10px 13px !important;
    }
    .forminator-field-textarea textarea{
        padding: 0 13px 10px !important;
        font-size: 11px !important;
    }
    .forminator-checkbox__label a{
        font-size: 10px !important;
    }
    .forminator-row-last{
        padding-top: 34px !important;
    }
}


/* realizacje różna */
.loop-realizacje .elementor-loop-container[role="list"] > div.e-loop-item:nth-of-type(2) .realizacje-tlo1,
.loop-realizacje .elementor-loop-container[role="list"] > div.e-loop-item:nth-of-type(2) .realizacje-tlo2,
.loop-realizacje .elementor-loop-container[role="list"] > div.e-loop-item:nth-of-type(3) .realizacje-tlo1,
.loop-realizacje .elementor-loop-container[role="list"] > div.e-loop-item:nth-of-type(3) .realizacje-tlo2{
    background-color: #F5F5F5 !important;
}
@media (max-width:1025px){
    .loop-realizacje .elementor-loop-container[role="list"] > div.e-loop-item:nth-of-type(3) .realizacje-tlo1,
    .loop-realizacje .elementor-loop-container[role="list"] > div.e-loop-item:nth-of-type(3) .realizacje-tlo2{
        background-color: #E6EEEA !important;
    }
}
@media (max-width:1025px){
    .realizacje-single-excerpt{
        background-color: #F5F5F5 !important;
    }
}

/* realizacja galeria */
/* ===== Galeria Realizacje (layout + miniatury) ===== */
.rz-gallery {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;    
}
.rz-gallery-left{
    flex: 0 1 935px;
}
.rz-gallery-left a{
    display: block;
    position: relative;
    height: 704px;
    width: 100%;
}
.rz-gallery-main-img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover !important;
}
.lupa-img{
    position: absolute !important;
    bottom: 20px;
    right: 20px;
    display: block;
    width: 125px !important;
    height: 20px !important;
    z-index: 10 !important;
    object-fit: contain !important;
}
/* Prawa kolumna: pionowa lista miniatur */
.rz-gallery-right {
    flex: 0 1 202px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: -10px !important;
}
.rz-arrow {
    border: 0 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.rz-arrow:hover,
.rz-arrow:focus,
.rz-arrow:active{
    border: none !important;
    background-color: transparent !important;
}
.rz-arrow[disabled]{
    opacity: .4;
    cursor: default;
}
.rz-arrow img {
    width: 10px !important;
    height: 10px !important;
    display: block;
    pointer-events: none;
    object-fit: contain !important;
}
.rz-arrow-up{
    margin-top: -10px !important;
    margin-bottom: 10px !important;
}
/* Okno widoku miniatur (4 szt. naraz) */
.rz-thumbs-viewport {
    overflow: hidden;
    width: 100%;
}
.rz-thumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform .25s ease;
    will-change: transform;
}
.rz-thumb {
    margin: 0 0 15px 0;
    height: 165px !important;
}
.rz-thumb:last-child{
    margin-bottom: 0;
}
.rz-thumb button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
}
.rz-thumb img {
    width: 100%;
    height: 165px !important;
    object-fit: cover !important;
    display: block;
    border-radius: 8px;
}
.gslide-title {
    display: none !important;
}

/* galeria karuzela realizacje  dla mobilek */
/* RZC – Karuzela center-mode (bez strzałek, z kropkami) */
.rzc {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.rzc-viewport {
    overflow: hidden;
    position: relative;
}
.rzc-track {
    display: flex;
    align-items: center;
    gap: 24px;                 /* odstępy między obrazkami */
    margin: 0;
    padding: 0 12px;           /* lekki padding, by nie „kleić” do krawędzi */
    list-style: none;
    overflow-x: auto;          /* przewijanie poziome */
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;     /* Firefox: hide */
}
.rzc-track::-webkit-scrollbar {
    display: none;
} 
.rzc-slide {
    flex: 0 0 min(65%, 1024px);
    height: 274px !important;
    scroll-snap-align: center;
    transform-origin: center center;
    position: relative !important;
}
.rzc-slide-btn {
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    cursor: pointer !important;
    height: 100% !important;
}
.rzc-slide.is-current::before{
    content: "";
    background-image: url('/wp-content/uploads/2025/08/Group-81.svg');
    background-position: center !important;
    background-size: contain !important;
    position: absolute !important;
    bottom: 10px !important;
    right: 10px;
    width: 125px;
    height: 20px !important;
    pointer-events: none !important;
}
.rzc-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
    object-fit: cover !important;
}
/* Kropki */
.rzc-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.rzc-dot {
    width: 13px !important;
    height: 4px !important;
    border-radius: 0px !important;
    background: #B0B0A9 !important;
    border: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
}
.rzc-dot.is-active {
    background: #12613F !important;
}

.elementor-post-navigation .post-navigation__prev--label,
.elementor-post-navigation .post-navigation__next--label{
    white-space: wrap !important;
}
/*  o nas */
.o-nas-kropki .elementor-image-carousel-wrapper{
    padding: 0 !important;
}
.o-nas-kropki .swiper-pagination{
    display: none !important;
}
@media (max-width: 1025px) {
    .o-nas-kropki .elementor-image-carousel-wrapper{
        padding-bottom: 30px !important;
    }
    .o-nas-kropki .swiper-pagination{
        display: block !important;
    }
}
.zs-ok-card__posts a,
.zs-ok-card__title a{
    color: #000 !important;
}
.zs-ot__col--left a,
.zs-ok-card__list-item:hover a,
.zs-ok-card__title a:hover{
    color: #12613F !important;
}
.zs-ot__col--left:hover a{
    color: #000 !important;
}


.home .mc_home_pc a{
	color:#fff !important;
}

.home .mc_home_pc .elementor-element-56ce227,.home .mc_home_mobile .elementor-element-abdb2b5{
	border:none !important;
}

.home .mc_home_pc {
background: rgba(0, 0, 0, 0.06) !important;
}


.home .mc_home_pc img,.home .mc_home_mobile  img{
 filter: brightness(0) invert(1);
}


.home .mc_home_mobile{
	background: rgba(0, 0, 0, 0.06) !important;
}

.home .mc_home_mobile .elementor-icon svg line {
  stroke: white; /* Ustalamy kolor linii na biały */
}

.home-kontakt-all{
	z-index:10 !important;
}


b,strong{
	font-weight:500 !important;
}