.button-a{
    white-space: nowrap;
    padding: 11px 30px;
    background-color: transparent;
    color: #0071E3;
    border: 1px solid #0071E3;
    border-radius: 50px;
    box-sizing: border-box;
    transition: .3s ease;
    display: inline-block;
}
.button-a:hover{
    background-color: #0071E3;
    color: #fff;
    border: 1px solid #0071E3;
    transition: .3s ease;
}

.button-b{
    white-space: nowrap;
    padding: 8px 24px;
    background-color: #0071E3;
    color: #fff;
    border: 1px solid #0071E3;
    border-radius: 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 90;
    transition: .3s ease;
    display: inline-block;
}
.button-b:hover{
    background-color: #004f9e;
    color: #fff;
    border: 1px solid #004f9e;
    transition: .3s ease;
}

.button-c{
    white-space: nowrap;
    padding: 11px 32px;
    background-color: #fff;
    color: #0071E3;
    border: 1px solid #0071E3;
    border-radius: 50px;
    box-sizing: border-box;
    transition: .3s ease;
    display: inline-block;
}
.button-c:hover{
    background-color: transparent;
    color: #fff;;
    border: 1px solid #fff;
    transition: .3s ease;
}
.button-d{
    white-space: nowrap;
    padding: 11px 24px;
    background-color: #fff;
    color: #000;
    border: 2px solid #E0E0E0;
    border-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
}
.button-d:hover{
border: 2px solid #0071E3;
transition: .3s ease;
}
.button-e{
    white-space: nowrap;
    padding: 11px 30px;
    background-color: #fff;
    color: #0071E3;
    border: 1px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    transition: .3s ease;

}
.button-e:hover{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: .3s ease;
}
.button-f{
    white-space: nowrap;
    padding: 20px 38px;
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    transition: opacity 0.5s ease-in-out, background-color 0.3s ease;
    opacity: 1; /* Ustawienie początkowe */
}
.button-f:hover{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.button-f:hover svg{
  fill: #000;
  transition: .3s ease;
}
.button-f svg{
    fill: #fff;
    transition: .3s ease;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link{
    margin-left: 10px;
    white-space: nowrap

}
.team{
    position: relative;
    z-index: 1;
}
header .button-b{
    margin-left: 12px;
}
.menu-menu-gorne-container{
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.topBanner .button-b{

    padding: 10px 20px !important;
    display: inline-block;
    font-size: 15px !important;
}


.realizacja .button-b{
    padding: 10px 20px !important;
    display: inline-block;
    font-size: 15px !important;
}
.watermark {
    max-width: 330px;
    top: 41px;
    right: 0vw;
    z-index: 0;
}
.watermark-grey{
    bottom: 0px;
    right: 0px;
    z-index: 0;
    max-width: 450px;

}

.gradient {
    background-image: url('/wp-content/uploads/2024/12/background.png');
    background-size: cover; /* Tło zajmuje cały dostępny obszar */
    background-position: center center; /* Tło jest wyśrodkowane */
    background-repeat: no-repeat; /* Tło nie powtarza się */
    background-attachment: fixed; /* Tło nie przewija się przy przewijaniu strony */
}
.gradient-2 {
    background-image: url('/wp-content/themes/designum/images/gradient-2.png');
    background-size: cover; /* Tło zajmuje cały dostępny obszar */
    background-position: center center; /* Tło jest wyśrodkowane */
    background-repeat: no-repeat; /* Tło nie powtarza się */
}

.tlo-2{
    background-image: url('/wp-content/themes/designum/images/gradient-2.png');
    background-attachment: local;
}


.team {
    position: relative; /* Pozycjonowanie kontenera */
    display: flex;
    align-items: end;
    justify-content: center;
}

.banner-image {
    width: 100%; /* Sprawia, że baner zajmuje pełną szerokość kontenera */
    display: block;
}

.play-button {
    position: absolute; /* Pozycjonowanie względem kontenera */
    top: 50%; /* Ustawienie w pionie na środku */
    left: 50%; /* Ustawienie w poziomie na środku */
    transform: translate(-50%, -50%); /* Dokładne wyśrodkowanie */
    width: 80px; /* Można dostosować rozmiar przycisku */
    height: auto;
    animation: pulse 1.5s infinite; /* Dodanie efektu pulsowania */
}
.play-button-realizacje {
    position: absolute; /* Pozycjonowanie względem kontenera */
    bottom: 0%; /* Ustawienie w pionie na środku */
    right: 0%; /* Ustawienie w poziomie na środku */
    width: 60px; /* Można dostosować rozmiar przycisku */
    height: auto;
    transition: .3s ease;
}


.topBanner p{
    color: #747474;

font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 27px */
}

.interactive-banner .ico-1{
    top: 65% !important;
    left: 34% !important;
    width: 24px !important;
}
.interactive-banner .ico-2{
    top: 32% !important;
    left: 61% !important;
    width: 24px !important;
}
.interactive-banner .ico-3{
    top: 65% !important;
    left: 61% !important;
    width: 24px !important;
}
.interactive-banner .ico-4{
    top: 65% !important;
    left: 75% !important;
    width: 24px !important;
}

.gradient .offers-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 kolumny */
    gap: 20px; /* Odstępy między kafelkami */
}
.gradient-2 .offers-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 kolumny */
    gap: 20px; /* Odstępy między kafelkami */
    padding: 20px;
}

.offer-tile {
    border-radius: 20px;
    text-align: center;
    background-color: #fff;
    transition: transform 0.3s ease-in-out; /* Animacja przy najechaniu */
}

.offer-tile h3{
    font-size: 22px;
}

.offer-image img {
    height: 140px;
    margin-bottom: 10px;
    object-fit: inherit;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    width: -webkit-fill-available;
}

.offer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.offer-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.offer-button:hover {
    background-color: #0056b3; /* Kolor przy najechaniu */
}

.page-template-template-dotacje .realizacja, .single-dotacje_oze .realizacja{
    background-color: #fff;
    border-radius: 25px;
    
}
.page-template-template-dotacje .realizacja h4, .single-dotacje_oze .realizacja h4{
    color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
 .see-more{
    background-color: #fff;
    border-radius: 25px;
    
} 

/* Na starcie białe logo chowamy */
.logo-small-white {
    display: none;
  }
  
  /* Po scrolu (kiedy header ma klasę .sticky) chowamy ciemne logo, a pokazujemy białe */
  header.sticky .logo-small {
    display: none;
  }
  header.sticky .logo-small-white {
    display: block;
  }
.see-more h4{
   color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.single-dotacje_oze .realizacja img{
    width: 100%;
    object-fit: cover;
    max-height: 300px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
 .see-more img{
    width: 100%;
    object-fit: cover;
    max-height: 300px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}


.page-template-template-realizacje .gradient{
    background-image: none;
}
.page-template-template-case-study .gradient{
    background-image: none;
}
.page-template-template-zadowoleni-klienci .gradient{
    background-image: none;
}


.page-template-template-o-nas .div {
    background-size: initial;
    background-position: center;
    width: 100%;
    height: 100%;
    max-height: 365px;
    padding-top: 12.25%;
    padding-bottom: 12.25%;
    position: relative;
    overflow: hidden;
    color: white;
    border-radius: 15px;
    padding-left: 4em;
    padding-right: 10em;
}
.team-e p{
    color: #8D8D8D;
    /* Text */
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1); /* Początkowy rozmiar */
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1); /* Rozszerzenie przycisku */
    }
    100% {
        transform: translate(-50%, -50%) scale(1); /* Powrót do początkowego rozmiaru */
    }
}

@media(max-width: 1658px){
    .watermark{
        top: 30px;
        right: 0vw;
        z-index: 0;
    
    }
}
@media(min-width: 992px){
    .watermark-grey{
        max-width: 600px;
    
    }
}




@media (max-width: 1400px){
    #menu-menu-gorne .menu-item{
        margin-left: 28px;
        white-space: nowrap
    
    }
    
    header .button-b{
        margin-left: 20px;
    }
}
@media (max-width: 992px){
    .gradient .offers-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 4 kolumny */
        gap: 20px; /* Odstępy między kafelkami */
        padding: 20px;
    }
    .gradient-2 .offers-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 4 kolumny */
        gap: 20px; /* Odstępy między kafelkami */
        padding: 20px;
    }
}

@media(max-width: 768px){
    .interactive-banner .ico-1{
        width: 18px !important;
    }
    .interactive-banner .ico-2{
        width: 18px !important;
    }
    .interactive-banner .ico-3{
        width: 18px !important;
    }
    .interactive-banner .ico-4{
        width: 18px !important;
    }

    .gradient .offers-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 4 kolumny */
        gap: 20px; /* Odstępy między kafelkami */
        padding: 0px;
    }

    .gradient-2 .offers-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 4 kolumny */
        gap: 20px; /* Odstępy między kafelkami */
        padding: 20px;
    }

    h1 {
        font-family: "Inter", sans-serif;
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 60px */
        text-align: center;
      }
      
      h2 {
        font-family: "Inter", sans-serif;
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 2rem;
      }
      
      h3 {
        color: #000;
      
      text-align: center;
      font-family: Inter;
      font-size: 19px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 1rem;
      }

      .offer-tile h3{
        font-size: 18px;
    }
      
      h4 {
        color: #000;
      
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 28.8px */
      }


      .wiersz .col-lg-6:nth-child(2){
        margin-top: 20px;
      }
      
      .div {
        background-size: cover;
        background-position: center;
        width: 100%;
        padding-top: 10.25% !important;
        padding-bottom: 10.25% !important;
        position: relative;
        overflow: hidden;
        color: white;
        border-radius: 15px;
        padding-left: 2em !important ;
        padding-right: 8em !important;
    }


    .bordered-right{
        border-right: none !important;
      }

      .inner::after {
        display: none;
    }
    .page-template-template-dotacje .realizacja h4, .single-dotacje_oze .realizacja h4{
        font-size: 18px;

    }

    .tags-filter .button-d{
        min-width: 130px !important;
    }
    #formularzOferta .button-a {
        padding: 12px 20px !important;
        height: 56px;

    }
    .button-a span {
        font-size: 12px !important;
    }
    
    .summary-list{
        padding-left: 0;
    }
    .wpcf7-validates-as-number {
        width: 94% !important;
    }

    .konfigurator-content [data-step="4"] {
        height: 800px !important;
    }

    .wpcf7-form input{
        width: 100%;
    }
}

.button-a span{
    font-size: 15px;
}

@media(max-width: 400px){
    .wpcf7-form input{
        width: 90%;
    }
}


@media(max-width: 1200px){
    .watermark{
        top: auto;
        bottom: 0px;
        right: 0vw;
        z-index: 0;
    
    }

    #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item {
        display: block;

        }
}

@media(max-width: 768px){
    .watermark{
       max-width: 360px;
    
    }

    .interactive-banner{
        height: 24vh;
    }

    .interactive-banner .bckg{
        height: 100%;
        object-fit: cover;
    }

    .interactive-banner .ico-1{
        top: 65% !important;
        left: 24% !important;
        width: 18px !important;
    }
    .interactive-banner .ico-2{
        top: 28% !important;
        left: 66% !important;
        width: 18px !important;
    }
    .interactive-banner .ico-3{
        top: 65% !important;
        left: 66% !important;
        width: 18px !important;
    }
    .interactive-banner .ico-4{
        top: 65% !important;
        left: 83% !important;
        width: 18px !important;
    }

    .button-f {
        white-space: nowrap;
        padding: 18px 10px;
        background-color: #000;
        color: #fff;
        border: 1px solid transparent;
        border-radius: 50px;
        font-size: 13px;
        box-sizing: border-box;
        transition: opacity 0.5s ease-in-out, background-color 0.3s ease;
        opacity: 1;
    }

    .option{
        font-size: 12px;
    }


}


@media (max-width:340px){
    .option{
        font-size: 10px;
    }
}

.kafelki h3{
    color: #FFF;

font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
}



.div {
    background-size: cover;  /* Obrazek rozciąga się na cały kontener */
    background-position: center;  /* Obrazek jest wyśrodkowany */
    width: 100%;  /* Kontener zajmuje całą szerokość */
    padding-top: 12.25%;
    padding-bottom: 12.25%;
    position: relative;  /* Aby dzieci były poprawnie ustawione */
    overflow: hidden;  /* Ukrywa wszystko poza kontenerem */
    color: white;  /* Kolor tekstu */
    border-radius: 15px;
    padding-left: 4em;
    padding-right: 10em;
}

.div p{
    color: #FFF;

font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 27px */
}

.div h3{
    text-align: start;
}

.blue-background{
    background-image: url('/wp-content/uploads/2024/12/blue-bkg-2.png');
    padding: 4em;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.blue-background h3{
    color: #FFF;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.bordered-right{
    border-right: 1px solid #ffffff5f;
}

.blue-background p{
    color: #FFF;
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 27px */

}

.bordered-bottom{
    border-bottom: 1px solid #e7e7e7;
}

.realizacje-container .realizacja img{
    border-radius: 15px;
}
.realizacja-title{
    text-align: start;
    margin-top: 25px ;
}

.realizacja:hover .play-button-realizacje {
    transform: rotate(123deg);
    transition: .8s ease;
}

.bordered-bottom{
    border-bottom:1px solid #e7e7e7;
}
.bordered-top{
    border-top:1px solid #e7e7e7;
}

.konfigurator .inner{
    background-color:#F8F7FC;
    border-radius: 15px;
    position: relative;
}

.konfigurator img{
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 5%;
    height: 100%;
    background-color: #F8F7FC;
    z-index: 11;
    border-top-right-radius:15px;
    border-bottom-right-radius: 15px;
}

.blogg img{
    width: 100%;
    object-fit: cover;
}

.newsletter{
    border-radius: 15px;
}


.button-container {
    position: relative;
    text-align: center;
    transition: .3s ease;
    min-height: 55px;
  }
  
  .hidden-content {
    display: none;
    opacity: 0;
  }
  
  .hidden-content.revealed {
    display: inline;
    opacity: 1 !important;    transition: opacity 0.5s ease-in-out;

  }

  .social{
    background-color: #F4F4F4;
    padding: 1em;
    border-radius: 200px;
    margin-right: 1em;
    margin-left: 1em;
    min-width: 55px;
    transition: .3s ease;
    cursor: pointer;
  }

  .social:hover svg{
    scale: 1.2;
    transition: .3s ease;
  }
  .social svg{

    transition: .3s ease;
  }

  .spotkanie.bordered-bottom{
    border-bottom: none !important;
  }

  .blue{
    color: #0071E3;
  }

  .tile{
    border-radius: 15px;
background: #F8F7FC;
padding: 3em;
box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.10);
height: 100%;
  }

  .grey-bg{
    background-color: #f8f8f8;
  }

  .kalkulator h3{
    color: #fff !important;
  }
  .bg-blue h3{
    color: #fff !important;
  }

   

  .bg-grey{
    border-radius: 0px 0px 15px 15px;
background: #F8F8F8; 
padding: 2em 6em !important;
overflow: hidden;

  }

  .grey-tile{
    border-radius: 15px;
background: #F8F8F8;

/* box-shadow */
box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.10);
  }

  .tiles p{
    color: #747474;

/* Text */
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 27px */
  }

  

  .goTop {
    position: fixed;
    bottom: 8%;
    right: 2%;
    opacity: 0; /* Domyślnie niewidoczny */
    visibility: hidden; /* Ukryty dla interakcji */
    transition: opacity 0.5s ease, visibility 0.5s ease; /* Płynne przejście */
    animation: float 4s infinite; /* Animacja unoszenia i opadania */
    cursor: pointer;
}

.goTop img{
    width: 60px;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0); /* Pozycja początkowa */
    }
    50% {
        transform: translateY(-10px); /* Unoszenie */
    }
}

.goTop.show {
    z-index: 99;
    opacity: 1; /* Widoczny */
    visibility: visible; /* Dostępny dla interakcji */
}

/* Styl dla "przyklejonego" nagłówka */
header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
    background: rgb(0 0 0 / 100%);
    /* background: rgba(23, 60, 126, 0.8); Granatowe półprzezroczyste tło */
    backdrop-filter: blur(30px); /* Efekt rozmycia */
    -webkit-backdrop-filter: blur(30px); /* Efekt rozmycia dla Safari */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4); /* Opcjonalny cień */
    color: white; /* Białe napisy */
    transition: all 0.3s ease-in-out; /* Łagodne przejście */
}

/* Ustawienia dla linków wewnątrz sticky header */
header.sticky #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff; /* Białe linki */
    transition: color 0.3s ease-in-out; /* Łagodne przejście koloru */
}


header.sticky #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item-has-children > a.mega-menu-link:hover,
header.sticky #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item-has-children:hover > a.mega-menu-link {
    color: #000 !important;
    transition: background-color 1.2s;
}

/* Dodaj odstęp na początek strony, aby treść się nie przesuwała */
.header-placeholder {
    height: auto; /* Dopasowanie do wysokości nagłówka */
}

.heeader{
    padding-top: 1rem;
    padding-bottom: 0;
    transition: .3s ease;

}

header.sticky .heeader{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: .3s ease;

}

header.sticky .heeader img{
    max-width: 150px;
    transition: .3s ease;
}

.logo-bottom{
    max-width: 150px;
}

/* .mega-current_page_item .mega-menu-link{
    color: #007bff;
} */

/* #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(0, 0, 0, 0);
    color: #007bff !important;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
} */

/* Podświetlanie głównego linku menu na sticky header */
/* header.sticky .heeader .current_page_item > a {
    color: #70b7ffed !important;
    transition: .3s ease;
} */

header.sticky .heeader a {
    transition: .3s ease;
}

/* Podświetlanie tylko bezpośredniego linku w .mega-current-menu-item */
/* .mega-current-menu-item > a.mega-menu-link {
    color: #0071E3 !important;
    transition: .3s ease;
} */

/* Upewnij się, że linki w submenu nie są podświetlane */
.mega-sub-menu a {
    color: inherit !important; /* Dziedziczy kolor z rodzica lub ustalony kolor */
    background: none !important; /* Usuń tło, jeśli jest ustawione */
    font-weight: normal !important; /* Przywróć normalną wagę czcionki */
    text-decoration: none !important; /* Usuń dekoracje tekstu, jeśli są ustawione */
}

.topBanner h1{
    font-size: 32px;
}

.sub-menu a:first-child{
    color: #080808;
}

.hide-gornyPasek #gornyPasek {
    display: none !important;
}


header.sticky .mega-menu-link{
    font-weight: bold !important;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #ebebeb;
    outline: 0;
    box-shadow: none;
}

.tags-filter .button-d{
    display: flex;
    min-width: 200px;
    justify-content: center;
    border: 2px solid #0071E3;
    color: #0071E3;
}
.tags-filter .button-d:hover{
    display: flex;
    min-width: 200px;
    justify-content: center;
    border: 2px solid #fff !important;
    color: #fff;
    background-color: #0071E3;
}
.tags-filter .button-d.active{
    border: 2px solid #fff !important;
    color: #fff;
    background-color: #0071E3;
}


.blog-post .button-a{
    color: #0071E3;
    border: 2px solid #0071E3;
}
.blog-post .button-a:hover{
    color: #fff;
    border: 2px solid #fff;
    background-color: #0071E3;
    
}
.realizacja .button-a{
	background: #fff;
    color: #0071E3;
    border: 2px solid #0071E3;
}
.realizacja .button-a:hover{
    color: #fff;
    border: 2px solid #fff;
    background-color: #0071E3;

}

.video-thumbnail img{
	border-radius: 20px;
}

@media only screen and (min-width: 769px) {

    /* Główny link w elemencie mającym submenu: białe tło w trakcie hover/focus-within */
    #mega-menu-wrap-top-menu #mega-menu-top-menu
    > li.mega-menu-item-has-children:hover > a.mega-menu-link,
    #mega-menu-wrap-top-menu #mega-menu-top-menu
    > li.mega-menu-item-has-children:focus-within > a.mega-menu-link {
      background-color: #fff !important;
      color: #0071e3;
      font-weight: normal;
      text-decoration: none;
      border-top-left-radius: 16px !important;
      border-top-right-radius: 16px !important;
      transition: background 1.2s;
    }
  
    /* Główny link w elemencie BEZ submenu: tło transparentne w trakcie hover/focus-within */
    #mega-menu-wrap-top-menu #mega-menu-top-menu
    > li:not(.mega-menu-item-has-children):hover > a.mega-menu-link,
    #mega-menu-wrap-top-menu #mega-menu-top-menu
    > li:not(.mega-menu-item-has-children):focus-within > a.mega-menu-link {
      background-color: transparent !important;
      color: #0071e3;
      font-weight: normal;
      text-decoration: none;
      border-top-left-radius: 16px !important;
      border-top-right-radius: 16px !important;
      transition: background 1.2s;
    }
  
    /* Ogólny transition dla wszystkich linków */
    #mega-menu-wrap-top-menu #mega-menu-top-menu 
    > li.mega-menu-item > a.mega-menu-link {
      transition: .8s ease;
    }
    header.sticky #mega-menu-wrap-top-menu #mega-menu-top-menu 
    > li.mega-menu-item > a.mega-menu-link {
      transition: .8s ease;
    }
  }
    /* #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item-has-children > a.mega-menu-link:hover, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link:focus > .mega-sub-menu:hover {
        background-color: #fff !important;
        color: #0071e3;
        font-weight: normal;
        text-decoration: none;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        transition: background-color 1.2s;
    } */

#blog-search-input{
    border-radius: 20px;
}

#flipbook-content{
    max-width: 850px;
    width: 100%
}

.offer-tile .cover img{
    object-fit: cover !important;
}
.offer-tile .contain img{
object-fit: contain !important;
}

.tiless .col-lg-6:first-child{
    margin-top: 0 !important;
}

@media(min-width: 992px){
   
    .tiless .col-lg-6:nth-child(2){
        margin-top: 0 !important;
    }
}


.mega-menu-link {
    font-weight: bold !important;
}


.mega-sub-menu .mega-menu-link{
    font-weight: bold !important;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 6px 0px 6px !important;

}

#blog-posts .read-more .button-a{
    background-color: #fff;
}
#blog-posts .read-more .button-a:hover{
    background-color: #0071e3;
    color: #fff;
    border: 2px solid #0071e3;
}


.socials svg{
    background: #ffff;
    max-width: 32px;
    max-height: 33px;
    padding: 8px;
    border-radius: 13px;
}

@media only screen and (min-width: 769px) {
.mega-menu-item-621 .mega-sub-menu{
        padding-right: 40px !important;
    }
}

/* .mega-current_page_parent a{
    color: #0071e3 !important;
} */

.post-thumbnail img{
    border-radius: 20px;
    max-height: 255px;
    object-fit: cover;
}


.naglowek-formularz{
    color: #000;

text-align: center;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.naglowek-formularz-kalkulator{
    color: #000;

text-align: center;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.napis-formularz{
    text-align: center; 
    font-size: 16px
}

.wpcf7-form .podpiss{
    color: #000;

font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 21.6px */
}


/* Kontener główny kroków konfiguratora */
.konfigurator-content {
    position: relative;
    transition: height 0.4s ease; /* Płynne rozsuwanie */
}

/* Każdy krok jest absolutnie pozycjonowany i domyślnie niewidoczny */
.konfigurator-step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.konfigurator-step.active {
    opacity: 1;
    transform: translateX(0);
}

/* Grupom opcji nadajemy flex-wrap, aby komunikat błędu pojawiał się w nowej linii poniżej przycisków */
.options-group {
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

/* Błąd w nowej linii, pełna szerokość, na środku */
.options-group .error-text {
    width: 100%;
    order: 99;
}

/* Styl przycisków "option" */
#formularzOferta .button-a {
    transition: .3s ease;
    border: 2px solid #ccc;  
    padding: 24px 20px;
    border-radius: 5px;
    color: #333;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
    min-width: 270px;
    text-align: center; 
    font-weight: 400 !important;
}

/* Podświetlenie niebieskie po kliknięciu */
#formularzOferta .button-a.active {
    background-color: #0071E3 !important;
    color: #fff !important;
    border-color: #0071E3;
    font-weight: 600 !important;
}

/* Podświetlenie czerwone – błąd walidacji */
#formularzOferta .button-a.highlight-red {
    border-color: red !important;
    background-color: #fff1f1;
    border-width: 2px;
}

/* Styl przycisków nawigacyjnych (poprzedni / następny) */
.prev-step, .next-step {
    transition: opacity 0.3s ease;
    display: inline-block;
    padding: 11px 24px;
}

/* Ukryte pole do przechowywania listy wybranych opcji */
#userSelections {
    display: none;
}

/* Dodatkowe style dla przycisków w konfiguratorze */
#formularzOferta .button-a {
    border-width: 2px;
    border: 2px solid #0071E3;
    color: #000;
}
#formularzOferta .button-a:hover {
    color: #fff !important;
    background-color: #0071E3 !important;
}

/* Styl przycisku "Poprzedni krok" */
#formularzOferta .button-b.prev-step {
    background-color: #fff;
    color: #0071E3;
    border: 2px solid #0071E3;
}

/* Styl przycisku formularza CF7 */
.konfigurator .wpcf7-submit {
    margin-top: 20px;
    padding: 8px 40px !important;
}

/* Kolor tekstu w ofercie (krok 2) */
.offer-item span {
    color: #000;
}
.offer-item .active span {
    color: #fff;
}
.offer-item:hover span {
    color: #fff;
}

/* Styl przycisku w ofercie (krok 2) */
.offer-item .button-a {
    border: 2px solid #0071E3 !important;
    border-radius: 25px;
    background-color: #fff;
}


#formularzOferta .wpcf7-form{
    overflow: hidden;
}

#formularzOferta .option-buttons-list li{
    color: #0071E3;

font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 180%; /* 27px */
}

.option-buttons-list li{
    list-style-type: disc;
}
.option-buttons-list{
    padding-left: 1.3rem;
}

.wpcf7-acceptance{
    padding-left: 0 !important;
}

.single-post .mega-current_page_parent.mega-menu-item-26 a {
    color: #0071E3 !important; 
}

/* Resetujemy domyślny wygląd checkboxa */
input[name="acceptance-439"] {
    -webkit-appearance: none;
    appearance: none;
    padding: 0.5em;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border: 2px solid #ff3030; /* domyślna ramka, gdy checkbox nie ma klasy */
  }
  .wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}
  
  /* Niezaznaczony checkbox – czerwona ramka i delikatne czerwone tło */
  input[name="acceptance-439"].red-border {
    border: 2px solid red;
    background-color: #ffe6e6;
  }
  
  /* Zaznaczony checkbox – zielona ramka i tło */
  input[name="acceptance-439"].green-border {
    border: 2px solid green;
    background-color: #e6ffe6;
  }
  
  /* Dodatkowo – stylizacja dla zaznaczonego checkboxa (opcjonalnie z "ptaszkiem") */
  input[name="acceptance-439"]:checked {
    background-color: green;
    border: 2px solid green;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="12" height="10" viewBox="0 0 12 10" xmlns="http://www.w3.org/2000/svg"><path d="M1 5l3 3 7-7" stroke="white" stroke-width="2" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
  }
/* 
  .modal-body p{
    font-size: 13px;
  } */

  .blog-post .button-a{
    background-color: #fff;
  }
  

  .wpcf7-list-item label{
    margin-top: 20px;
  }

  #prevStepBtn, #prevStepBtn2 {
    background-color: #fff;
    border: 1px solid #0071E3;
    color: #0071E3;
  }

  .leftColumn h2{
    color: #fff;
  }

/* 
  .postid-56 .konfigurator, .postid-57 .konfigurator, .postid-58 .konfigurator, .postid-62 .konfigurator{
display: none;

  } */


  #kalkulator-pc .submit-form {
    display: flex !important;
  }
  #kalkulator-pv .submit-form {
    display: flex !important;
  }
  
  .ml-form-successContent h4, .ml-form-successContent h5{
    color: #000;
    text-align: start !important;
    font-family: "Inter", sans-serif !important;
  }

  .ml-form-successContent h4{
    color: #0071E3 !important;
  }

  .ml-form-successContent a{
    white-space: nowrap;
    padding: 12px 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400 !important;
justify-content: center;
text-align: center;
    background-color: #0071E3;
    color: #fff;
    font-size:13px;
    border: 1px solid #0071E3;
    border-radius: 50px;
    box-sizing: border-box;
    margin-left: 0 !important;
  }

  #mlb2-22745923.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-22745923.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 33px !important;
}



.heeader .button-b{
    padding: 8px 12px !important;
    font-size: 14px;
    background-color: #D83846;
    border-color: #D83846;
}
.heeader .button-b:hover{
    background-color: #b23310;
    border-color: #b23310;
}
#myNav .button-b{
    background-color: #d2451e;
    border-color: #d2451e;
}
#myNav .button-b:hover{
    background-color: #b23310;
    border-color: #b23310;
}

.oferta-template-default{
    background-color: #fff;
}


@media(max-width: 444px){
	.button-a{
		padding: 9px 14px !important;
        font-size: 13px !important;
	}

		.button-b{
			padding: 9px 14px !important;
            font-size: 13px !important;
	}
	
		.button-c{
			padding: 9px 14px !important;
            font-size: 13px !important;
	}
	
		.button-d{
			padding: 9px 14px !important;
            font-size: 13px !important;
	}
	
		.button-e{
			padding: 9px 14px !important;
            font-size: 13px !important;
	}

    .topBanner .button-b {
        padding: 9px 14px !important;
        font-size: 13px !important;
    }

    .newsletter .button-e{
        padding: 10px 19px !important;
    }
}

@media(max-width: 768px){
    .blue-background {
      padding: 1.8em
    }
  }
@media(max-width: 414px){
    #gornyPasek p{
        line-height: 15px;
    }
  }


  .gradient-2 .offers-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.mega-menu-item-29 .current-menu{
    color: #0071E3 !important;
}