/* style dla cpt "Oferta" */

.oferta-produkt-sekcja {
    margin: 80px 0;
}

.oferta-produkt-menu {
    padding-right: 50px;
}
.oferta-produkt-menu ul {
    padding: 0;
    margin: 0;
}
.oferta-produkt-menu ul > li {
    list-style: none;
    /* padding: 5px 10px; */
    border-bottom: 1px solid #ccc;
    transition: all 0.2s ease-in-out;
}
.oferta-produkt-menu ul > li > a {
    display: block;
    padding: 20px 10px;
    line-height: 1.2;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}
.oferta-produkt-menu ul > li.active {
    background-color: #EB5E28;
}
.oferta-produkt-menu ul > li.active > a {
    color: #fff;
    font-weight: 600;
}
.oferta-produkt-menu ul > li:hover {
    background-color: #EB5E28;
}
.oferta-produkt-menu ul > li:hover > a {
    color: #fff;
    font-weight: 600;
}

.produkt-grafika {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    /* column-gap: 20px; */
    margin: 40px 0;
}
.produkt-grafika img {
    max-width: 49%;
}

.produkt-opis {
    margin: 40px 0;
}
.produkt-opis h2 {
    margin-bottom: 15px;
}

.page-content {
    margin: 60px 0;
}
.page-content h2 {
    font-weight: 700;
    color: #252422;
}
.page-content h3 {
    font-weight: 600;
    color: #252422;
}

.onas-zalety-sekcja {
    margin: 80px 0;
}
.onas-zalety-sekcja .row {
    margin-top: 60px;
}
.zaleta-poj {
    padding: 0 30px;
}
.zaleta-poj:first-of-type {
    padding-left: 12px !important;
}
.zaleta-poj:last-of-type {
    padding-right: 12px !important;
}
.zaleta-title {
    text-align: center;
    margin-bottom: 20px;
}
.zaleta-poj img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}
.zaleta-poj h3 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 0;
}
.zaleta-poj p {
    text-align: center;
}

/* .footer-decor {
    background-color: #56524D;
} */
.oferta-cta-sekcja {
    margin: 80px 0 -120px;
    background-image: url('/wp-content/uploads/2025/11/uslugi-poligraficzne-drukarnia-torun.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #56524D;
}
.oferta-cta-overlay {
    /* padding: 40px 0 120px; */
    padding: 40px 0 140px;
    background-color: #0000008c;
}
.oferta-cta-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cta-tekst {
    max-width: 70%;
}
.cta-tekst p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}
.oferta-cta-cont .link-btn {
    margin: 0;
    font-size: 25px;
}

@media only screen and (min-width: 1499px) {
    .cta-tekst p {
        font-size: 28px !important;
    }
}
@media only screen and (min-width: 1299px) and (max-width: 1399px) {
    .zaleta-poj h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1299px) {
    .produkt-opis h2 {
        font-size: 35px;
    }
    .page-content h2 {
        font-size: 35px;
    }
    .page-content h3 {
        font-size: 30px;
    }

    .cta-tekst p {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1199px) and (max-width: 1299px) {
    .cta-tekst {
        max-width: 70%;
    }
    .cta-tekst p {
        font-size: 20px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1299px) {

    .onas-zalety-sekcja .row {
        row-gap: 60px;
    }
    .zaleta-poj img {
        width: 80px;
        height: 80px;
    }
    .zaleta-poj h3 {
        font-size: 25px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .oferta-produkt-menu ul > li > a {
        padding: 15px 10px;
        font-size: 16px;
    }

    .produkt-opis h2 {
        font-size: 32px;
    }

    .zaleta-poj:nth-of-type(odd) {
        padding-left: 12px !important;
    }
    .zaleta-poj:nth-of-type(even) {
        padding-right: 12px !important;
    }

    .cta-tekst {
        max-width: 65%;
    }
    .cta-tekst p {
        font-size: 20px;
    }
    .oferta-cta-cont .link-btn {
        font-size: 22px;
    }
}
@media only screen and (max-width: 992px) {
    /* .oferta-produkt-menu {
        display: none;
    } */
    .oferta-produkt-menu {
        padding-right: 12px;
    }
    .oferta-produkt-menu ul {
        padding-bottom: 50px;
    }
    .oferta-produkt-menu > button {
        margin-bottom: 30px;
        border: unset;
        background-color: #EB5E28;
        color: #fff;
        font-weight: 600;
        border-radius: 2px;
        padding: 5px 10px;
    }
    .oferta-produkt-menu > button > i {
        margin-left: 2px;
        -webkit-text-stroke: 1px;
    }
    .oferta-produkt-menu ul > li > a {
        padding: 15px 10px;
        font-size: 16px;
    }

    .onas-zalety-sekcja .row {
        row-gap: 40px;
    }
    .zaleta-poj {
        padding: 0 20px;
    }
    .zaleta-poj:nth-of-type(odd) {
        padding-left: 12px !important;
    }
    .zaleta-poj:nth-of-type(even) {
        padding-right: 12px !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
    .produkt-opis h2 {
        font-size: 30px;
    }
    .cta-tekst {
        max-width: 60%;
    }
    .cta-tekst p {
        font-size: 20px;
    }
    .oferta-cta-cont .link-btn {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .produkt-grafika {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .produkt-grafika img {
        max-width: 100%;
    }

    .zaleta-poj {
        padding: 0 12px !important;
        margin-bottom: 40px;
        max-width: 80%;
        margin: 0 auto;
    }
    .zaleta-poj img {
        width: 80px;
        height: 80px;
    }
    .zaleta-poj h3 {
        font-size: 25px;
    }

    .oferta-cta-sekcja {
        margin: 80px 0 -100px;
    }
    .oferta-cta-cont {
        flex-direction: column;
    }
    .cta-tekst {
        max-width: 100%;
        margin-bottom: 35px;
    }
    .cta-tekst p {
        text-align: center;
        font-size: 18px;
    }
    .oferta-cta-cont .link-btn {
        font-size: 20px;
    }
}

@media only screen and (max-width: 350px) {
    .zaleta-poj {
        max-width: 100%;
    }
}