/* Theme Name: Wiwi Child Template: wiwi */
:root {
    --dark: #21242B;
    --blue-500: #164194;
    --white: #FFFFFF;
    --orange-500: #FF5A00;
    --blue-600: #012A7A;
    --gray-100: #F6F5F5;
    --gray-200: #E8E8E8;
    --gray-300: #B9B9B9;
    --blue-100: #EFF0F3;
    --blue-50: #F4F5F8;
    --blue-10: #F9FAFB;
    --green: #1FAA48;
    --gray-500: #4F5461;
    --black: #1E1F22;
    --regular: 400;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --text-xxl: 25px;
    --body-size: 16px;
    --text-xl: 18px;
}

/* Mobile */
@media (max-width: 768px) {
    :root {
        --text-xxl-size: 20px;
        --text-xl: 16px;
        --body-size: 14px;
    }

    .p-3 {
        padding: 0px !important;
    }

    @media (max-width: 1199px) {
        body {
            padding-top: 0px !important;
        }
    }
}

/* PADDING */
.pb-100 {
    padding-bottom: 100px;
}

/* PADDING */

/* FONTY */
h1,
.h1 {
    font-size: 54px;
}

h2,
.h2 {
    font-size: 42px;
    text-transform: uppercase !important;
    line-height: 54px;
    letter-spacing: -0.01em;
}

h3,
.h3 {
    font-size: 37px;
}

h4,
.h4 {
    font-size: 32px;
}

h5,
.h5 {
    font-size: 24px;
}

h6,
.h6 {
    font-size: 19px;
}

.caption {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
}

.circle_w path {
    display: none;
}

.body-bold {
    font-size: var(--body-size);
    font-weight: 600;
}

.text-xl {
    font-size: var(--text-xl);
}

.text-xxl {
    font-size: var(--text-xxl);
}

/* FONTY */

body {
    font-size: var(--body-size) !important;
}

.bg-light {
    background-color: var(--blue-50) !important;
}

.orange {
    color: var(--orange-500) !important;
}

.dark {
    color: var(--dark);
}

/* PRZYCISKI */
.arrow-icon {
    width: 20px;
    height: 15px;
    transition: all 0.3s ease;
}

.arrow-icon-big {
    width: 31px;
    height: 21px;
    transition: all 0.3s ease;
}

.btn-primary,
.big-btn-primary,
.ghost-btn {
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-weight: 500;
    text-align: center;
}

.btn-primary {
    border: none;
}

/* PRIMARY BUTTON */
.btn-primary {
    font-size: 18px;
    padding: 13px 34px;
    gap: 20px;
}

.btn-primary .arrow-icon {
    fill: #fff;
}

.btn-primary:disabled {
    color: #fff;
    border: none;
    background-color: var(--orange-500);
}

.btn-blue {
    background-color: var(--blue-500);
    color: #fff;
}

.btn-blue:hover {
    color: var(--blue-500);
    box-shadow: inset 0 0 0 1px var(--blue-500);
    background-color: transparent;
}

.btn-primary.btn-blue:hover .arrow-icon {
    fill: var(--blue-500);
}

.btn-primary.btn-orange:hover .arrow-icon {
    fill: var(--orange-500);
}

.btn-primary.btn-dark:hover .arrow-icon {
    fill: var(--dark);
}

.btn-orange {
    color: #fff;
    border: none;
    background-color: var(--orange-500);
}

.btn-orange:hover {
    box-shadow: inset 0 0 0 1px var(--orange-500);
    background-color: transparent;
    color: var(--orange-500);

}

.btn-dark {
    background-color: var(--black);
    color: #fff;
}

.btn-dark:hover {

    color: var(--black);
    box-shadow: inset 0 0 0 1px var(--black);
    background-color: transparent;
}

.btn-outline {
    color: var(--orange-500) !important;
    box-shadow: inset 0 0 0 1px var(--orange-500);
    background-color: transparent;
    border: none;
}

.btn-outline:hover {
    color: #fff !important;
    box-shadow: inset 0 0 0 1px var(--orange-500);
    background-color: var(--orange-500);
}

.btn-primary.btn-outline:hover .arrow-icon {
    fill: #fff;
}

.btn-primary.btn-outline .arrow-icon {
    fill: var(--orange-500);
}

.ghost-btn {
    box-shadow: none;
    background-color: transparent;
    color: var(--dark);
}

.ghost-btn:hover {
    box-shadow: none;
    background-color: transparent;
    color: var(--orange-500);
}

.ghost-btn-prod {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #164194;
}

.ghost-btn-prod:hover svg path {
    fill: var(--orange-500);
    transition: fill 0.3s ease;

}

.base-btn {
    background: var(--orange-500);
    padding: 29px 24px;
    border-radius: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.base-btn span:first-child {
    transition: transform 0.3s ease;
}

.base-btn-text {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .base-btn {
        padding: 18px 15px;
    }

    .base-btn-text {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .btn-primary {
        font-size: 14px;
        line-height: 32px;
        padding: 5px 14px;
    }
}

@media screen and (max-width: 767px) {
    .btn-primary {
        font-size: 14px;
        line-height: 32px;
        padding: 5px 14px;
    }
}

@media screen and (max-width: 480px) {
    .btn-primary {
        font-size: 14px;
        line-height: 32px;
        padding: 5px 14px;
    }
}

/* PRIMARY BUTTON */

/* BIG PRIMARY BUTTON */
.big-btn-primary {
    font-size: 24px;
    padding: 14px 30px;
    border: none;
}

.big-btn-primary .arrow-icon {
    fill: #fff;
}

.big-btn-primary.btn-blue:hover .arrow-icon {
    fill: var(--blue-500);
}

.big-btn-primary.btn-orange:hover .arrow-icon {
    fill: var(--orange-500);
}

.big-btn-primary.btn-dark:hover .arrow-icon {
    fill: var(--dark);
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .big-btn-primary {
        font-size: 18px;
        padding: 7px 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 767px) {
    .big-btn-primary {
        font-size: 18px;
        padding: 7px 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 480px) {
    .big-btn-primary {
        font-size: 18px;
        padding: 7px 24px;
        line-height: 32px;
    }
}

.btn-big {
    height: 64px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-big-orange {
    background-color: #ff6b35;
    border-color: #ff6b35;
    color: #fff;
}

.btn-big-orange:hover {
    background-color: #e55a2b;
    border-color: #e55a2b;
}

.btn-with-arrow::after {
    content: "→";
    margin-left: 8px;
    font-size: 18px;
}

/* BIG PRIMARY BUTTON */


body {
    position: relative;
    max-width: 100%;
    margin: auto;
    background-color: var(--bodybackgroundcolor);
}

.mt--30 {
    margin-top: -30px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-50 {
    margin-top: 50px;
}

.gap-30 {
    gap: 30px;
}

@media (max-width: 768px) {
    .gap-30 {
        gap: 15px;
    }

    .contact-form-footer li {
        color: var(--dark);
        font-weight: 600;
        font-size: 19px;
        line-height: 28px;
    }

    .cf-bg {
        border-radius: 0 0 0 100px;
    }
}

.p-40 {
    padding: 40px;
}

/* TŁA */
.bg-blue-50 {
    background-color: var(--blue-50);
}

/* TŁA */

/*HEADER*/
.mobileMenuWrap {
    width: 100%;
}

.nav_top {
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
}

.social-links-mobile {
    padding: 5px 15px;
    gap: 10px;
}

body.archive .breadcrumbs {
    margin-top: 0;
}

.breadcrumbs .breadcrumb-separator {
    display: inline-flex;
    align-items: center;
    margin: 0 8px;
    vertical-align: middle;
}

.breadcrumbs .breadcrumb-separator svg {
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.breadcrumbs {
    font-weight: 500;
    text-align: left;
    padding: 10px 0;
    margin-top: 150px;
    font-size: 12px;
    line-height: 32px;
    color: #111111;
}

@media (max-width: 480px) {
    .breadcrumbs {
        margin-top: -40px;
    }

    .cf-bg {
        padding: 0px !important;
    }
}

@media (max-width: 768px) {
    .breadcrumbs {
        margin-top: 40px;
    }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .breadcrumbs {
        margin-top: 24px;
    }

    .newsletter-icon-img {

        bottom: -500px !important;

    }

    .filter-section {
        margin-left: 0px !important;
    }
}

.top-menu a {
    color: #F0F4F6;
    border-right: 1px solid #F0F4F6;
    padding: 0 13px;
}

.social-links {
    gap: 10px;
}

.linkedin,
.facebook,
.instagram {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.linkedin {
    background-image: url("/wp-content/uploads/2025/08/linkedin-icon.svg");
}

.facebook {
    background-image: url("/wp-content/uploads/2025/08/facebook-icon.svg");
}

.instagram {
    background-image: url("/wp-content/uploads/2025/08/instagram-icon.svg");
}


.main-header-container {
    width: 100% !important;
}

.top_nav_bar_wrap {
    padding: 0 !important;
    min-height: 80px !important;
    position: relative !important;
}

.logo-container {
    padding: 15px 20px !important;
    min-height: 80px !important;
    display: flex !important;
}

.menu_wrapper {
    gap: 0 !important;
    align-items: stretch !important;
    min-height: 80px !important;
}

.navigation-container {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 15px 20px !important;
}

.navigation-container .navbar-nav {
    justify-content: center !important;
    margin: 0 !important;
}

.navigation-container .navbar-nav li {
    margin: 0 15px !important;
}

.navigation-container .navbar-nav a {
    color: #333 !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
    text-decoration: none !important;
}

.navigation-container .navbar-nav a:hover {
    color: #ff6600 !important;
}

.expert-cta-only {
    height: 100%;
    display: flex;
    align-items: stretch;
    min-height: 80px;
    padding: 0;
}

.expert-cta-only .expert-cta-button {
    background-color: #FF5A00;
    border-radius: 0;
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.3s ease;

    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 50px;
    width: 100%;
}

.expert-cta-only .expert-cta-button a {
    color: #fff;
    text-transform: uppercase;
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    .expert-cta-only .expert-cta-button {
        font-size: 18px;
        min-height: 30px;
        padding: 0 25px;
        margin-left: auto;
    }

    #mega-menu-wrap-navbar .mega-menu-toggle+#mega-menu-navbar {

        background: #F6F6F6 !important;

    }

    #mega-menu-wrap-navbar #mega-menu-navbar>li.mega-menu-item {

        border-bottom: 1px solid #D7CFCF;
    }

    .expert-cta-only {
        min-height: 30px;
    }

    .mt-90 {
        margin-top: -140px;
    }

    .mobileMenuWrap.open {
        background: #F6F6F6;
    }
}

.expert-cta-only .expert-cta-button:hover {
    background-color: #e55a00 !important;
}

@media (max-width: 1200px) {
    .navigation-container .navbar-nav li {
        margin: 0 8px !important;
    }

    .navigation-container .navbar-nav a {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .top_nav_bar_wrap {
        flex-direction: column !important;
        min-height: auto !important;
    }

    .logo-container {
        padding: 10px !important;
        min-height: auto !important;
        justify-content: center !important;
    }

    .menu_wrapper {
        width: 100% !important;
        flex-direction: column !important;
        gap: 0 !important;
        min-height: auto !important;
    }

    .navigation-container {
        padding: 10px !important;
        justify-content: left !important;
    }

    .navigation-container .navbar-nav {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .navigation-container .navbar-nav li {
        margin: 5px !important;
    }

    .expert-cta-only {
        min-height: 30px !important;
    }

    .expert-cta-only .expert-cta-button {
        min-height: 30px !important;
        font-size: 13px !important;

    }
}

.top-menu {
    display: flex;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .mobileWrapHamb {
        top: 30px !important;
    }

    body {
        padding-top: 90px !important;
    }
}

.top-bar-wrap {
    background-color: #164194;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    z-index: 1000 !important;
}

.top-menu span {
    font-size: 13px !important;
    cursor: pointer !important;
    transition: opacity 0.3s ease !important;
}

.top-menu span:hover {
    opacity: 0.8 !important;
}

.social-links a {
    font-size: 16px !important;
    transition: opacity 0.3s ease !important;
}

.social-links a:hover {
    opacity: 0.8 !important;
}

.language-switcher {
    font-size: 14px !important;
}

.language-switcher select {
    background: transparent;
    border: 0px;
    color: #fff;
    padding: 5px 10px !important;
}

.language-switcher select option {
    background: #fff;
    color: var(--dark);
}


@media (max-width: 768px) {
    .mt-90 {
        margin-top: 9px;
    }

    .top-bar-wrap {
        font-size: 12px !important;
        width: 100% !important;
        left: auto !important;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .top-bar-wrap .container-xl>div {
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    .top-menu span {
        font-size: 11px !important;
        margin-right: 5px !important;
    }

    .social-links a {
        font-size: 14px !important;
        margin-right: 8px !important;
    }

    .top-bar-wrap .social-links,
    .top-bar-wrap .top-menu,
    .top-bar-wrap .language-switcher {
        margin-bottom: 5px !important;
    }

    .top_nav_bar_wrap {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .top-menu {
        display: flex !important;
        flex-direction: column !important;
        gap: 5px !important;
    }

    .top-menu span {
        font-size: 10px !important;
    }

    .top-bar-wrap .container-xl {
        padding: 0 15px !important;
    }
}

.dropdown.lang-switcher .dropdown-toggle {
    border: none !important;
}

.dropdown.lang-switcher * {
    color: #fff;
    background: var(--blue-500);
}

.dropdown.lang-switcher .dropdown-menu {
    border: none;
    min-width: 0px;
    right: 0;
    border-radius: 5px;
    text-align: center;
}

.dropdown.lang-switcher .dropdown-item:hover,
.dropdown.lang-switcher .dropdown-item:focus {
    text-decoration: none;
    background: var(--blue-500);
}

/*HEADER*/
@media (min-width: 1200px) {
    .container {
        max-width: 1450px;
    }
}

.top_nav_bar_wrap {
    padding: 0px;
    height: 90px;
    align-content: center;
}

@media (max-width: 1199px) {
    .main-header-container .logo-container {
        display: none !important;
    }
}

.mobile-menu-header {
    position: sticky;
    top: 0;
    z-index: 10;
}

.mobile-menu-logo:hover img {
    opacity: 0.8;
}

.mobile-toggle-x:hover {
    color: var(--maincolor, #164194);
}

/* KONTAKT */
.contact-section {
    position: relative;
    min-height: 500px;
    background-color: var(--blue-50);
}

.contact-bg-wrapper {
    position: relative;
    overflow: hidden;
}

.contact-bg-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40vw;
    height: 100%;
    background: #FF5A00;
    border-radius: 0 0 240px 0;
    margin-left: calc(-50vw + 50%);
    z-index: 1;
}

.map-container {
    min-height: 400px;
    position: relative;
    z-index: 2;
}

.map-placeholder {
    background: #f8f9fa;
    min-height: 400px;
}

.contact-content-wrapper {
    border-radius: 0;
    position: relative;
    z-index: 3;
}

.contact-item {
    text-align: center;
}

.contact-icon i {
    font-size: 1.5rem;
    color: #ff6600;
}

.contact-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    text-align: left;
}

.contact-description {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #21242B;
}

.address-item {
    padding: 0.75rem 0;
}

.address-item:last-child {
    border-bottom: none;
}

.address-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.address-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #21242B;
}

@media (max-width: 991.98px) {
    .map-padding {
        padding: 20px;
    }

    .contact-content {
        padding: 2rem 1.5rem;
    }

    .map-container {
        min-height: 300px;
    }

    .contact-item {
        text-align: left;
        margin-bottom: 1rem;
    }

    .contact-icon {
        margin-bottom: 0.5rem;
    }

    .contact-text {
        font-size: 20px;
        line-height: 28px;
    }

    .contact-description {
        font-size: 20px;
        line-height: 28px;
    }

    .contact-bg-wrapper::before {
        margin-left: calc(-50vw + 50%);
        width: 70%;
    }
}

@media (max-width: 767.98px) {
    .map-padding {
        padding: 20px;
    }

    .contact-section {
        padding: 2rem 0;
    }

    .contact-content {
        padding: 1.5rem 1rem;
    }

    .map-container {
        min-height: 250px;
    }

    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }

    .contact-text {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-description {
        font-size: 18px;
        line-height: 24px;
    }

    .address-text {
        font-size: 14px;
        line-height: 22px;
    }

    .contact-bg-wrapper::before {
        margin-left: calc(-50vw + 50%);
        width: 100%;
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    .contact-bg-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 40vw;
        height: 100%;
        background: #FF5A00;
        border-radius: 0 0 240px 0;
        margin-left: calc(-50vw + 50%);
        z-index: 1;
    }
}


@media (max-width: 767.98px) {
    .map-padding {

        background: #FF5A00;
        padding: 20px;
        border-radius: 0 0 100px;
        margin-right: 50px;

    }

    .map-container {
        border-radius: 12px;
        overflow: hidden;
    }

    .contact-bg-wrapper::before {
        background: none;
    }
}

.hour-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.map-padding {
    padding: 60px;
}

@media (max-width: 575.98px) {
    .address-icon {
        width: 28px;
        height: 28px;
    }

    .contact-icon i {
        font-size: 1.25rem;
    }

    .contact-text {
        font-size: 16px;
        line-height: 22px;
    }

    .contact-description {
        font-size: 16px;
        line-height: 22px;
    }

    .address-text {
        font-size: 13px;
        line-height: 20px;
    }
}



@media (prefers-contrast: high) {
    .contact-content-wrapper {
        background: white;
        border: 2px solid #000;
    }

    .address-item {
        border-bottom-color: #000;
    }
}

.contact-icon svg {
    margin-bottom: -10px !important;
    margin-right: 10px;
}

.woj_item h5 {
    margin-bottom: 0px;
}

.con-sec-title {
    margin-top: 20%;
}

.osrodki_lista {
    margin-top: 5%;
}

.select_map select {
    border: none;
    width: fit-content;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 30px;
    z-index: 9;
    position: relative;
    height: 52px;
    padding: 0px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #21242B;
    background-color: transparent;
}

.box_map_wrap {
    box-shadow: none;
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .mapa_wrap {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        max-height: 450px;
        margin-top: -150px;
    }
}

.woj_item {
    padding: 16px;
    background: #F4F5F8;
    border-radius: 0px 0px 100px 0px;
    border-bottom: none;
    width: 80%;
}

.wpcf7-form-control:not(.wpcf7-textarea) {
    height: 64px !important;
    padding: 16px 12px;
    font-size: 14px;
    line-height: 1.5;
}

.wpcf7-textarea {
    min-height: 120px;
    padding: 16px 12px;
}

.wpcf7-form p {
    margin: 0 !important;
}

.form-check p {
    margin: 0 !important;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.form-check .wpcf7-list-item {
    margin: 0 !important;
    flex-shrink: 0;
}

.form-check-label {
    margin-bottom: 0 !important;
    line-height: 1.4;
}

.btn-with-arrow {
    position: relative;
    padding-right: 40px !important;
}

.btn-with-arrow::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2025/08/arrow-contact.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.row.align-items-start .form-check {
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.row.align-items-start .d-grid {
    display: flex !important;
    align-items: flex-start;
    height: 100%;
    margin-top: 20px;
}

.wpcf7-form-control-wrap {
    display: block !important;
    width: auto;
}

@media (max-width: 768px) {
    .mapa_svg {
        padding-right: 20px;
    }

}

/* KONTAKT */

/*FOOTER*/
.widget_nav_menu {
    margin-top: 25px;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1400px;
    height: 105px;
    background-image: url("data:image/svg+xml,%3Csvg width='188' height='105' viewBox='0 0 188 105' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0H82.5C140.49 0 187.5 47.0101 187.5 105H105.5C47.5101 105 0.5 57.9899 0.5 0Z' fill='%23FF5A00'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 188px 105px;
    background-position: right center;
    z-index: 1;
}

@media (max-width: 1400px) {
    footer::before {
        width: 100%;
        max-width: calc(100vw - 40px);
    }
}

@media (max-width: 768px) {
    footer::before {
        background-size: 150px 84px;
        height: 84px;
        transform: translateX(-50%) translateY(-42px);
    }

    .home-cal-sec {
        background: #164194 !important;
        border-radius: 0px 0px 120px 0px !important;
        padding: 30px !important;
    }

    .bw-cal-sec {
        padding: 30px !important;
        border-radius: 0px 0px 120px 0px !important;

    }

}

@media (max-width: 480px) {
    footer::before {
        background-size: 120px 67px;
        height: 67px;
        transform: translateX(-50%) translateY(-33.5px);
    }
}

@media (max-width: 320px) {
    footer::before {
        background-size: 100px 56px;
        height: 56px;
        transform: translateX(-50%) translateY(-28px);
    }
}

.cf-footer {
    background-color: var(--blue-10);
}

.cf-bg {
    background-color: var(--blue-100);
    border-radius: 0 0 0 240px;
    padding: 26px 40px 50px 70px;
}

.contact-form-footer li {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--dark);
}

.menu_nav_footer {
    margin-top: 20px;
}

footer .widget ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 20px;
    color: #fff
}

footer .widget ul li a {
    color: #fff;
}

.widget_nav_menu h4 {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.footer-p {
    font-weight: bold;
}

.col-footer-widget-1 {
    font-size: 16px;
    color: #fff;
}

.sub-footer-copyright {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}

.footer-copyright,
.footer {
    background-color: #fff;
}

footer {
    padding: 20px 0px 0px 0px !important;
}

.footer-custom-icons {
    padding: 7px;
}

.cs-icon {
    height: 32px;
    width: 32px;
}


@media screen and (max-width: 480px) {
    .custom-link-box {
        justify-content: center;
        display: flex;
    }

    .col-footer-widget {
        font-size: 14px;
        line-height: 22px;
    }

    .wp-image-106 {
        max-width: 246px !important;
        margin-bottom: 20px;
    }
}


@media screen and (min-width: 481px) and (max-width: 767px) {
    .custom-link-box {
        justify-content: center;
        display: flex;
    }

    .col-footer-widget {
        font-size: 14px;
        line-height: 22px;
    }

    .wp-image-106 {
        max-width: 246px !important;
        margin-bottom: 20px;
    }
}

/*FOOTER*/

/* HERO */

.hero-slide-img {
    object-fit: cover;
    width: 100%;
    border-radius: 0 200px 0 200px;
    max-height: 480px;
}

.hero-banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 60%;
    right: -50%;
    bottom: 0;
    background: var(--blue-50);
    z-index: 1;
    pointer-events: none;
}

.hero-banner-container {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-banner-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 5rem 0;
}


.hero-banner-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #21242B;
    margin-bottom: 5rem;
}

.hero-banner-text p {
    margin-bottom: 1rem;
}

.hero-banner-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .hero-banner .row {
        display: flex;
        flex-direction: column;
    }

    .hero-banner .col-lg-6:first-child {
        order: 1;
        margin-bottom: 40px;
    }

    .hero-banner .col-lg-6:last-child {
        order: 2;
    }

    .hero-banner-text {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .hero-banner-bg {
        margin-top: 0;
    }

    .hero-banner-img {
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .hero-banner-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 360px) {
    .arrow-icon {
        width: 16px;
        height: 16px;
    }
}

.hero-banner-image-wrapper {
    position: relative;
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner-image {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 45%;
    height: 400px;
    overflow: hidden;
    z-index: 2;
}

.hero-banner-img {
    object-fit: cover;
    transition: transform 0.3s ease;
    width: 700px;
    max-height: 405px;
    background: #FFFFFF;
    border-radius: 0 0 0 200px;
}

.hero-banner-image:hover .hero-banner-img {
    transform: scale(1.05);
}

.hero-banner-item.active .hero-banner-text {
    animation: slideInLeft 0.8s ease-out 0.2s both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px) translateY(-50%);
    }

    to {
        opacity: 1;
        transform: translateX(0) translateY(-50%);
    }
}

/* HERO BANNER */
.hero-banner-section {
    position: relative;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.hero-banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 60%;
    right: 0;
    bottom: 0;
    background: var(--blue-50);
    z-index: 1;
    pointer-events: none;
}

.hero-banner {
    position: relative;
    min-height: 500px;
}

.hero-banner-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 4rem 0;
}

.hero-banner-text-wrapper {
    max-width: 650px;
    color: var(--dark);
    width: 100%;
}

.hero-banner-text p {
    margin-bottom: 1rem;
}

.hero-banner-text p:last-child {
    margin-bottom: 0;
}

.hero-banner-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-banner-bg {
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hero-banner-img {
    object-fit: cover;
    transition: transform 0.3s ease;
    width: 100%;
    max-width: 700px;
    max-height: 500px;
    height: auto;
    background: #FFFFFF;
    border-radius: 0 0 0 200px;
    display: block;
}

.hero-banner-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}

@media (min-width: 1400px) {
    .hero-banner-section::after {
        left: 55%;
    }
}

@media (max-width: 1199px) {
    .hero-banner-section::after {
        left: 50%;
    }

    .hero-banner {
        min-height: 300px;
    }

    .hero-banner-container {
        min-height: 300px;
    }

    .hero-banner-text-wrapper {
        max-width: 550px;
    }

    .hero-banner-img {
        max-width: 600px;
        max-height: 450px;
        border-radius: 0 0 0 150px;
    }

}

@media (max-width: 991px) {
    .hero-banner-section::after {
        left: 53%;
    }

    .hero-banner {
        min-height: 300px;
    }

    .hero-banner-container {
        min-height: 300px;
    }

    .hero-banner-content {
        padding: 3rem;
    }

    .input-section {

        grid-template-columns: 1fr;
    }

    .hero-banner-text-wrapper {
        max-width: 300px;
    }

    .hero-banner-img {
        max-width: 500px;
        max-height: 400px;
        border-radius: 0 0 0 120px;
    }

    .hero-banner-text {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-banner-section::after {
        left: 30%;
        right: -10%;
        top: 57%;
        bottom: 0;
        height: 270px;
    }

    .hero-banner {
        min-height: 200px;
    }

    .hero-banner-container {
        min-height: auto;
        flex-direction: column;
        padding-bottom: 2rem;
    }

    .hero-banner-content {
        padding: 2rem 0;
        flex-direction: column;
    }

    .hero-banner .row {
        flex-direction: column-reverse;
    }

    .hero-banner .col-lg-6:first-child {
        order: 2;
        margin-top: 2rem;
    }

    .hero-banner .col-lg-6:last-child {
        order: 1;
    }

    .hero-banner-text-wrapper {
        max-width: 100%;
    }

    .hero-banner-bg {
        position: relative;
        justify-content: center;
        width: 100%;
    }

    .hero-banner-img {
        max-width: 100%;
        width: 100%;
        max-height: 300px;
        border-radius: 20px 20px 0 20px;
    }

    .hero-banner-text {
        margin-bottom: 2rem;
    }

    .hero-banner-buttons {
        margin-top: 50px;
    }
}


@media (max-width: 576px) {
    .hero-banner-content {
        padding: 1.5rem 0;
    }

    .hero-banner-img {
        max-height: 250px;
        border-radius: 0 0 0 100px;
    }



    .hero-banner-text {
        margin-bottom: 1.5rem;
    }

    .hero-banner-buttons {
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .hero-banner-content {
        padding: 1rem 0;
    }

    .hero-banner-img {
        max-height: 220px;
        border-radius: 0 0 0 100px;
    }

    .hero-banner-buttons {
        gap: 12px;
    }
}

@media (max-width: 360px) {
    .hero-banner-img {
        max-height: 200px;
        border-radius: 10px 10px 0 10px;
    }

    .hero-banner-buttons .btn-primary {
        max-width: 260px;
        font-size: 14px;
        padding: 10px 20px;
    }

    .arrow-icon {
        width: 16px;
        height: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .hero-banner,
    .hero-banner * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* HERO */
/* FORMULARZ KONTAKTOWY NEWSLETTER */

.cf-custom-input,
.cf-custom-select,
.cf-custom-textarea {
    width: 100%;
    margin-bottom: 26px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    color: #4F5461 !important;
    padding: 12px !important;
}

.cf-custom-input:focus,
.cf-custom-select:focus,
.cf-custom-textarea:focus {
    box-shadow: 0 0 0 0.2rem rgba(your-color, 0.25);
}

.cf-custom-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 19px !important;
    color: #21242B;
    margin-left: 20px !important;
}

.cf-custom-submit {
    padding: 12px 24px;
    font-weight: 600;
}

.cf-custom-link {
    text-decoration: underline;
}

.cf-custom-input::-webkit-input-placeholder,
.cf-custom-textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #4F5461;
}

.cf-custom-checkbox {
    padding-left: 0px !important;
}

/* FORMULARZ KONTAKTOWY NEWSLETTER */
/* SLIDER */

.hero-slider-section {
    margin-top: 150px;
}

.hero-indicators-mobile {
    display: none;
}

.hero-nav-desktop {
    display: flex;
}

.hero-nav-wrap {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.hero-control-prev {
    width: 41px;
    height: 32px;
    border: none;
    color: #000;
    background: #fff;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0;
    position: absolute;
    left: 0;
}

.hero-control-next {
    width: 41px;
    height: 32px;
    border: none;
    color: #000;
    background: #fff;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 0;
}

.hero-control-prev:hover,
.hero-control-next:hover,
.hero-control-prev:focus,
.hero-control-next:focus {
    color: #ff5722;
    transform: scale(1.1);
}

.hero-control-prev svg,
.hero-control-next svg {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    position: static;
}

.hero-indicators button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0;
    background-color: #C8C8C8;
    border: none;
    padding: 0;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hero-indicators button.active {
    background-color: #ff5722;
    transform: scale(1.2);
}

.hero-indicators button:hover {
    background-color: #ff5722;
    transform: scale(1.2);
}

@media (max-width: 991px) {
    .hero-slide-container {
        min-height: auto;
    }

    .hero-slide-content {
        padding: 40px 0 20px;
    }

    .hero-content-wrapper {
        max-width: 100%;
    }

    .hero-slide-bg {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        top: auto;
        right: auto;
        transform: none;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .newsletter2-input {
        margin-bottom: 10px;
    }

    .europir-slider {
        margin-left: -15px;
        margin-right: -15px;
    }

    .hero-slider-section {
        margin-top: 0;
    }

    .hero-nav-desktop {
        display: none !important;
    }

    .hero-indicators-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 20px;
        padding: 0;
    }

    .hero-indicators-mobile button {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #C8C8C8;
        border: none;
        padding: 0;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .hero-indicators-mobile button.active {
        background-color: #ff5722;
        transform: scale(1.2);
    }

    .hero-indicators-mobile button:hover {
        background-color: #ff5722;
        transform: scale(1.2);
    }

    .hero-slider {
        min-height: auto;
    }

    .hero-slide-container {
        min-height: auto;
        padding-bottom: 30px;
    }

    .hero-slide-content {
        padding: 30px 0 0;
    }

    .hero-image-col {
        order: 1;
    }

    .hero-text-col {
        order: 2;
    }

    .hero-slide-bg {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 250px;
        top: auto;
        right: auto;
        transform: none;
        margin: 0 auto;
    }

    .hero-slide-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0 100px 0 100px;
        min-height: 215.6px;
    }

    .hero-content-wrapper {
        max-width: 100%;
        text-align: left;
        padding: 0 15px;
        margin-top: 30px;
    }

    .hero-title {
        margin-bottom: 1.5rem;
    }

    .hero-text {
        margin-bottom: 1.5rem;
        font-size: 16px;
        line-height: 24px;
    }

    .hero-button-wrapper {
        margin-top: 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero-slide-content {
        padding: 20px 0 0;
    }

    .hero-slide-container {
        padding-bottom: 20px;
    }

    .hero-slide-bg {
        height: 220px;
    }

    .hero-title {
        margin-bottom: 1rem;

    }

    .hero-text {
        margin-bottom: 1rem;
        font-size: 14px;
        line-height: 22px;
    }

    .hero-button-wrapper {
        margin-top: 1rem;
    }

    .hero-indicators-mobile {
        margin-top: 15px;
    }

    .hero-indicators-mobile button {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 480px) {
    .hero-slide-bg {
        height: 200px;
    }


}

.carousel-item.active .hero-title {
    animation: slideInLeft 0.8s ease-out;
}

.carousel-item.active .hero-text {
    animation: slideInLeft 0.8s ease-out 0.2s both;
}

.carousel-item.active .hero-button-wrapper {
    animation: slideInLeft 0.8s ease-out 0.4s both;
}

.carousel-item.active .hero-slide-bg {
    animation: slideInRight 0.8s ease-out 0.2s both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {

    .hero-slider,
    .hero-slider * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* SLIDER */


/* HOME */
@media (min-width: 768px) and (max-width: 991.98px) {
    .calc-image-wrapper {
        position: relative !important;
        margin-left: auto;
        top: 40px;
        width: 100%;
        max-width: 500px;
        overflow: visible;
        margin-right: auto;
    }
}

.imp-tooltip.imp-tooltip-visible {
    border: 1px solid var(--orange-500);
}

.layer-products {
    transition: all 0.3s ease;
    opacity: 1;
}

.layer-products.show {
    animation: fadeInUp 0.5s ease;
}

.layer-products.d-none {
    opacity: 0;
    pointer-events: none;
}

.layer-products.show {
    opacity: 1;
    pointer-events: auto;
}

.layer-title {
    color: #333;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
}

.product-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}


.our-group-img-wrapper {
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 10;
    transform: translateX(-100%);
}

.our-group-img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
    .our-group-img-wrapper {
        width: 260px;
        transform: translateX(-20%);
    }

    .advantages-content {
        margin-left: 0px !important;
    }

    .calc-image-wrapper {
        position: relative !important;
        right: 0;
        top: 50px;
        width: 100%;
        max-width: 500px;
        overflow: visible;
    }

    .newsletter-overlay {
        right: 40%;
        bottom: 0;
        z-index: 1;
        position: absolute;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .our-group-img-wrapper {
        position: relative;
        width: 100%;
        transform: none;
        margin-top: 2rem;
        text-align: center;
    }
}

.product-specs {
    margin: 15px 0;
}

@media (max-width: 767px) {
    #explore-products .carousel-item .product-col:not(:first-child) {
        display: none;
    }

    #explore-products .carousel-item .products-row {
        justify-content: center;
    }

    #explore-products .product-col {
        max-width: 100%;
    }

    #explore-products .carousel-indicators {
        display: flex !important;
    }

    #explore-products .carousel-indicators button:nth-child(n+4) {
        display: none;
    }

    #produktyCarousel.carousel {
        pointer-events: auto;
    }

    #produktyCarousel .carousel-inner {
        touch-action: pan-y pinch-zoom;
    }
}

.product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.arrow-icon {
    transition: transform 0.3s ease;
}


/* NEW */
.product-wiz-image {
    max-width: 342px;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.product-wiz-h {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    color: #000000;


}

.card-body {
    padding: 20px;
    margin-top: -2px;
}

.imp-zoom-outer-wrap {
    overflow: hidden;
    border-radius: 0 200px 200px 0;
}

.newsletter-section {
    overflow: visible;
}

.form-check {
    padding-left: 0px;
}

.newsletter-icon-img {
    position: absolute;
    bottom: -300px;
    right: 0;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .advantages-content {
        margin-left: 0px !important;
    }
}

/* SEKCJA ZALETY */
.advantages-content {
    margin-left: 120px;
}

.advantages-image-wrapper {
    overflow: hidden;
    border-radius: 0.375rem;
}

.advantages-image-wrapper img {
    transition: transform 0.3s ease;
}


.advantages-title {
    color: #212529;
    line-height: 1.3;
}

.advantage-item {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.advantage-icon img {
    object-fit: contain;
}

@media (max-width: 767.98px) {


    .advantages-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .advantage-item {
        padding: 1rem;
        margin-bottom: 0.75rem;
    }

    .advantage-icon {
        margin-right: 0.75rem;
    }
}

/* SEKCJA ZALETY */
/* SEKCJA KALKULATOR */

.calculator-section .container-fluid {
    position: relative;
    z-index: 2;
}

.calculator-content-wrapper {
    min-height: 600px;
    background: linear-gradient(230.13deg, rgba(0, 46, 136, 0.88) 39.26%, rgba(7, 86, 238, 0.88) 105.11%);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px 0px 240px 0px;
}

.calculator-content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.calculator-subtitle {
    font-size: 0.875rem;
    letter-spacing: 0.15em;
    font-weight: 400 !important;
}

.calculator-image-wrapper {
    min-height: 600px;
}

.materials-visualization {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

.material-layer {
    animation: slideInRight 0.6s ease-out both;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.material-layer:nth-child(1) {
    animation-delay: 0.6s;
}

.material-layer:nth-child(2) {
    animation-delay: 0.8s;
}

.material-layer:nth-child(3) {
    animation-delay: 1s;
}

.material-sample {
    flex-shrink: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tag-title {
    background: #fff;
    color: var(--dark);
    padding: 8px 17px;
}

.tag-subtitle {
    background: var(--orange-500);
    color: #fff;
    padding: 8px 17px;
    font-weight: 600;
}

.calculator-section {
    min-height: 50vh;
    position: relative;
    overflow: visible;
}

.calc-image-wrapper {
    position: absolute !important;
    right: -35%;
    top: -80px;
    width: 100%;
    max-width: 500px;
    overflow: visible;
}

.bw-cal-sec {

    background: linear-gradient(205.74deg, #FF5A00 14.01%, #E85B0E 95.74%);
    border-radius: 0px 0px 240px 0px;
    padding: 73px;
}

.home-cal-sec {

    background: linear-gradient(230.13deg, rgba(0, 46, 136, 0.88) 39.26%, rgba(7, 86, 238, 0.88) 105.11%);
    border-radius: 0px 0px 240px 0px;
    padding: 73px;
}

.calc-tag-1 {
    left: 0%;
    top: 14%;
    flex-direction: column;
    display: flex;
    text-align: left;
}

.calc-tag-2 {
    position: absolute;
    left: 25%;
    top: 42%;
    flex-direction: column;
    display: flex;
    text-align: left;
    align-items: stretch;
}

.calc-tag-3 {
    position: absolute;
    left: 52%;
    top: 70%;
    flex-direction: column;
    display: flex;
    text-align: left;
    align-items: stretch;
}

.w-60 {
    width: 60%;

}

.w-70 {
    width: 70%;
}

.mb-50 {
    margin-bottom: 50px;
}

@media (max-width: 768px) {

    .accordion-button.collapsed.fw-semibold,
    .accordion-button.fw-semibold {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #21242B;
    }
}

.faq-section .accordion-button::after {
    display: none;
}

.faq-section .accordion-arrow {
    margin-left: auto;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.faq-section .accordion-button:not(.collapsed) .accordion-arrow {
    transform: rotate(180deg);
}

.faq-section .accordion-button:not(.collapsed) .accordion-arrow svg path {
    fill: #FF5A00;
}

.accordion-button:not(.collapsed) {
    color: var(--dark);
    background-color: #fff;
    border-bottom: 1px solid var(--orange-500);
}

.accordion-button {
    background: transparent;
    color: var(--dark);
    font-size: inherit;
    border-bottom: 1px solid var(--gray-200);
    cursor: pointer;
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    padding: 23px 20px 23px 0;
}

.section-title {
    margin-left: auto;
    margin-right: auto;
}

.accordion-body {
    padding: 24px 0;
}

@media (max-width: 992px) {
    .calculator-content-wrapper {
        min-height: auto;
    }

    .materials-visualization {
        position: static !important;
        margin-top: 20px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 15px;
        backdrop-filter: blur(10px);
    }

    .calculator-section {
        background-attachment: scroll !important;
    }

    .modal-content {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .calculator-content {
        padding: 2rem !important;
    }


    .material-layer {
        min-width: auto !important;
        flex-direction: column;
        text-align: center;
    }

    .material-sample {
        margin-bottom: 10px !important;
        margin-right: 0 !important;
    }
}

/* SEKCJA KALKULATOR */
/* KARIERA */
/* KARIERA - NAWIGACJA */
.career-tabs {
    border: none !important;
}



.career-nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.career-nav-item {
    margin: 0;
    border: 1px solid var(--orange-500);
}

.career-nav-link {
    color: var(--orange-500);
    font-weight: 500;
    padding: 13px 54px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.career-nav-link.active {
    color: #fff;
    background: #FF5A00;
}

.career-nav-link:hover {
    background: var(--orange-500);
    color: #fff;
}

@media (max-width: 992px) {
    #careerTabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 20px;
        justify-content: flex-start !important;
    }

    .career-nav-link {
        white-space: nowrap;
        flex-shrink: 0;
    }

    #careerTabs::-webkit-scrollbar {
        display: none;
    }

    #careerTabs {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .career-stage-card {
        margin-top: 30px;
    }

    .carrer-main-box {
        margin-top: 18px;
        margin-bottom: 36px !important;
    }
}

@media (max-width: 768px) {
    .career-nav-link {
        text-align: center;
    }

    .career-stage-card {
        margin-top: 30px;
    }
}


@media (min-width: 992px) {
    .modal-lg {
        max-width: 1220px;
    }
}

.modal-content {
    padding: 46px 125px;
}

.career-benefit-card {
    background: #F4F5F8;
    border-radius: 40px 0px !important;
    padding: 21px 21px;
    min-height: 181px;
}

.nav-tabs {
    border: none !important;
}

#careerTabs {
    background: var(--blue-50);
    padding: 43px;
    gap: 20px;
}

.career-stage-card {
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 16px 16px;
    background: #F4F5F8;
    background-color: rgb(244, 245, 248);
    border: 1px solid #E8E8E8;
    border-radius: 0px 0px 50px 0px;
}

.stage-badge {
    margin-top: -15px;
    margin-left: -15px;
    background: #164194 !important;
    border-radius: 0px 0px 20px 0px !important;
    padding: 13px 16px !important;
}

.career-checklist-item i {
    font-size: 1.1rem;
}

.career-checklist-section {
    padding: 24px 0;
    border: 1px solid var(--orange-500);
    border-radius: 0px 0px 50px 0px;
}

.nav-tabs .nav-link {
    color: var(--orange-500);
    font-weight: 500;
    padding: 13px 54px;
    margin: 0 5px;
    border: none;
    background: transparent;
    /* box-shadow: inset 0 0 0 1px var(--orange-500);*/
}

.nav-tabs .nav-link.active {
    color: #fff;
    /* padding: 13px 62px;*/
    background: #FF5A00;
}

.nav-tabs .nav-link:hover {
    background: var(--orange-500);
    color: #fff;
}

@media (max-width: 992px) {
    #careerTabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 20px;
        justify-content: flex-start !important;
    }

    .nav-tabs .nav-link {
        white-space: nowrap;
        margin: 0 5px;
        flex-shrink: 0;
    }

    #careerTabs::-webkit-scrollbar {
        display: none;
    }

    #careerTabs {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .career-stage-card {
        margin-top: 30px;
    }

    .carrer-main-box {
        margin-top: 18px;
        margin-bottom: 36px !important;
    }
}


@media (max-width: 768px) {


    .nav-tabs .nav-link {
        text-align: center;
        margin: 2px 0;
    }

    .career-stage-card {
        margin-top: 30px;
    }
}

.modal-dialog {
    margin-top: 10%;
}

@media (max-width: 768px) {
    #careerTabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 20px;
        justify-content: flex-start !important;
    }

    .nav-tabs .nav-link {
        white-space: nowrap;
        margin: 0 5px;
        flex-shrink: 0;
    }


    #careerTabs::-webkit-scrollbar {
        display: none;
    }

    #careerTabs {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .career-stage-card {
        margin-top: 30px;
    }
}

.modal-header {
    border: none;
}

.consent-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #21242B;
}

.job-application-form {
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
}


.job-application-form input[type="text"],
.job-application-form input[type="email"],
.job-application-form textarea {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    font-family: inherit;
    background: var(--blue-50);
    transition: all 0.3s ease;
    color: var(--gray-500);
    border: none;
}

.consent-item .wpcf7-list-item-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #21242B;
    flex: 1;
    margin: 0;
}

.consent-item .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.job-application-form input[type="text"]:focus,
.job-application-form input[type="email"]:focus,
.job-application-form textarea:focus {
    outline: none;
    background: #fff;
    border: 1px solid var(--orange-500);
}

.job-application-form textarea {
    min-height: 150px;
    resize: vertical;
}


.job-application-form .row {
    display: flex;
    gap: 20px;
    margin: 0 -10px;
}

.job-application-form .col-md-6 {
    flex: 1;
    padding: 0 10px;
}

.job-application-form .mb-3 {
    margin-bottom: 20px;
}

.job-application-form .mb-4 {
    margin-bottom: 30px;
}


.cv-upload-section {
    margin-bottom: 30px;
}

.cv-upload-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #21242B;
}

.cv-upload-label-span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 12px;
    background: #FF5A00;
    border-radius: 20px 0px 0px 0px;
}

.cv-upload-label input[type="file"] {
    display: none;
}

.wpcf7-form-control-wrap[data-name="cv-file"] {
    display: inline-block;
}


.consent-section {
    margin-bottom: 30px;
}

.consent-item {
    display: flex;
    align-items: flex-start;

}

.consent-item.mark-all {
    background: transparent;
    padding: 8px 12px;
}

.consent-item input[type="checkbox"] {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
}

.consent-text {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    flex: 1;
}

.required-mark {
    color: #FF5A00;
    font-weight: 600;
}

.job-application-form input[type="submit"] {
    background: var(--orange-500);
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    float: right;
}

.job-application-form input[type="submit"]:hover {
    background: #e54f00;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
}

.wpcf7-not-valid {
    border-color: #dc3545 !important;
}

@media (max-width: 768px) {
    .job-application-form .row {
        flex-direction: column;
        gap: 0;
    }

    .btn-close svg {
        width: 21px;
        height: 21px;
    }

    .wpcf7-form-control.wpcf7-submit.has-spinner {
        padding: 16px 10px 16px 14px;
        width: 100%;
    }

    .modal-content {
        padding: 0px !important;
    }

    .job-application-form {
        padding: 0 20px;
    }
}

/* KARIERA */
/* STRONA KALKULATOR */

.product-carousel {
    position: relative;
    overflow: hidden;
}

.product-carousel .carousel-inner {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.product-carousel .carousel-item {
    position: relative;
    display: block;
    flex: 0 0 auto;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}


@media (min-width: 992px) {
    .product-carousel .carousel-item {
        width: 25%;
    }

    .product-carousel .carousel-inner {
        overflow: visible;
    }

    .product-carousel .product-col {
        padding: 0 15px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .product-carousel .carousel-item {
        width: 50%;
    }

    .product-carousel .product-col {
        padding: 0 10px;
    }
}


@media (max-width: 767px) {
    .product-carousel .carousel-item {
        width: 100%;
    }

    .product-carousel .product-col {
        padding: 0 5px;
    }
}

/* WYKRESY KALKULATORA */
.charts-section {
    margin-top: 60px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.chart-container {
    width: 100%;
}

.chart-title {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #21242B;

}

.chart {
    position: relative;
    height: 450px;
}

/* Oś Y */
.chart-y-axis {
    position: absolute;
    left: 0;
    top: 0;
    height: 350px;
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 30px;
    z-index: 1;
}

.y-axis-label {
    font-size: 14px;
    color: #666;
    line-height: 1;
    font-weight: 400;
}

/* Linie siatki */
.chart-grid-lines {
    position: absolute;
    left: 50px;
    right: 0;
    top: 0;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.grid-line {
    height: 1px;
    background-color: #e0e0e0;
    width: 100%;
}

/* Kontener słupków */
.chart-bars-container {
    position: absolute;
    left: 50px;
    right: 0;
    top: 0;
    height: 350px;
    display: flex;
    align-items: flex-end;
    gap: 40px;
    z-index: 2;
}

.bar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    position: relative;
}

.bar {
    width: 100%;
    min-height: 30px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar:hover {
    transform: translateY(-5px);
}

.bar-value {
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.bar-label {
    position: absolute;
    bottom: -80px;
    max-width: 120px;
    width: 100%;
    font-weight: 400;
}

/* Kolory słupków */
.bar.bar-navy {
    background-color: var(--blue-600);
}

.bar.bar-orange {
    background-color: var(--orange-500);
}

.bar.bar-green {
    background-color: #1FAA48;
}


@media (max-width: 1200px) {
    .charts-section {
        gap: 40px;
    }

    .chart-bars-container {
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .charts-section {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .chart-container {
        padding: 30px 20px;
    }

    .chart {
        height: 130px !important;
    }

    .charts-section {
        margin-top: -30px !important;
    }

    .chart-y-axis,
    .chart-grid-lines,
    .chart-bars-container {
        height: 125px !important;
    }

    .chart-bars-container {
        gap: 20px;
    }

    .chart-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 34px;
    }


    .bar-value {
        font-size: 14px;
    }

    .bar-label {
        font-size: 12px;
        bottom: -70px;
    }

    .results-section {

        padding: 60px 20px !important;
        border-radius: 80px 0 80px 0 !important;
    }
}

@media (max-width: 576px) {
    .results-section {

        padding: 60px 20px;
    }

    .charts-section {
        padding: 0 10px;
    }

    .chart-container {
        padding: 20px 15px;
    }

    .chart {
        height: 380px;
    }

    .chart-y-axis,
    .chart-grid-lines,
    .chart-bars-container {
        height: 280px;
    }

    .chart-y-axis {
        width: 40px;
    }

    .chart-grid-lines,
    .chart-bars-container {
        left: 40px;
    }

    .chart-bars-container {
        gap: 15px;
    }

    .y-axis-label {
        font-size: 12px;
    }

    .bar-value {
        font-size: 12px;
    }


    .bar-label {
        font-size: 11px !important;
        bottom: -40px;

        font-size: 7px !important;
        line-height: 11px !important;
    }

}


.kalkulator-container {
    margin: 0 auto;
    padding: 0px;
}

.input-section {
    background: #F4F5F8;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 20px;
    align-items: end;
    padding: 25px 81px;
    max-width: 1435px;
}

.input-group {
    display: flex;
    flex-direction: column;
}

.input-group label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #21242B;
}

.required {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #FF5A00;
}

.form-select {
    border: none;
    padding: 16px 15px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.3s;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #21242B;
    box-shadow: 0 0 0 1px #e9ecef;
}

.form-select:focus {
    outline: none;
    border-color: #3b82f6;
}

.results-section {
    background: #F4F5F8;
    padding: 18px 125px 290px 125px;
    border-radius: 200px 0 200px 0;
    border: 1px solid var(--gray-200);
    margin-top: 43px;
    max-width: 1435px;
}

.results-section h2 {
    color: #1f2937;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.result-column h3 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #21242B;
}

.info-icon {
    align-content: center;
    cursor: help;
    width: 18px;
    height: 18px;
    background: #FF5A00;
    border-radius: 10px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.info-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.lambda-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 550px;
    max-width: 400px;
    transition: opacity 0.3s, visibility 0.3s;
    white-space: normal;
}

.lambda-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.lambda-tooltip::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-width: 9px;
    border-style: solid;
    border-color: transparent #ddd transparent transparent;
    margin-right: -1px;
}

.info-icon-wrapper:hover .lambda-tooltip {
    visibility: visible;
    opacity: 1;
}

.lambda-tooltip p {
    margin: 8px 0;
    line-height: 1.6;
}

.lambda-tooltip p:first-child {
    margin-top: 0;
}

.lambda-tooltip p:last-child {
    margin-bottom: 0;
}

.normal-text {
    color: #333;
}

.value-box {
    background: #fff;
    border: 1px solid var(--gray-200);
    padding: 16px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 8px;
    transition: all 0.3s;
}

.value-box.orange {
    border-color: #F5A00c;

}

.value-box.green {
    border-color: #1FAA48;
}

.charts-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.chart-container h3 {
    color: #374151;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.chart {
    height: 300px;
    position: relative;
}

.chart-bars {
    display: flex;
    align-items: end;
    justify-content: space-around;
    height: 100%;
    padding: 20px 0;
}

.bar-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.result-display {
    padding: 13px 15px;
    background: white;
    cursor: pointer;
    transition: border-color 0.3s;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #21242B;
    box-shadow: 0 0 0 1px #e9ecef;
}

.bar {
    width: 89px;
    min-height: 20px;
    position: relative;
    transition: height 0.8s ease;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 5px;
}

.bar.traditional {
    background: #012A7A;
}

.bar.europir.orange {
    background: #FF5A00;
}

.bar.europir.green {
    background: #1FAA48;
}

.bar-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: #21242B;
}

.bar-name {
    margin-top: 5px;
    max-width: 89px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: #21242B;
}

@media (max-width: 768px) {

    .accordion-button.collapsed.fw-semibold,
    .accordion-button.fw-semibold {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #21242B;
    }

    .input-section {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px;
    }

    .accordion-item {
        margin-bottom: 0px !important;
    }

    #heading-faq-4 {
        margin-bottom: 0px;
    }

    .results-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .charts-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .chart-bars {
        gap: 5px;
    }

    .bar {
        width: 47px;
    }

    .bar-name {
        font-size: 9px;
        max-width: 50px;
    }
}

.carousel-indicators {
    justify-content: center;
    margin-bottom: 0;
}

.carousel-indicators button.active {
    background-color: #ff5722;
    transform: scale(1.2);
}

.carousel-indicators button {
    opacity: 0.5;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 4px;
    background-color: #C8C8C8;
    border: none;
    opacity: 1;
    transition: all 0.3s ease;
}

/* STRONA KALKULATOR */
/* SEKCJA O PRODUKCIE */


.about-image-wrapper {
    margin-top: 80px;
    padding-top: 30px;
}

#about-product h2 {
    line-height: 1.2;
    color: #212529;
}

/* SEKCJA O PRODUKCIE */
/* SEKCJA PRZEGLĄDAJ PRODUKTY */

#explore-products .product-card {
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
}

#explore-products .product-card:hover {
    border: 1px solid var(--orange-500);
}

#explore-products .product-image-wrapper {
    background: #fff;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    #explore-products .product-image {
        height: 232px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-bottom: 1px solid var(--gray-200);
    }

    #explore-products .product-image img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }
}


@media (max-width: 767px) {
    #explore-products .product-image {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-bottom: 1px solid var(--gray-200);
    }

    #explore-products .product-image img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }
}

#explore-products .btn-product {
    margin-bottom: -10px;
}

#explore-products .product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#explore-products .product-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 20px 10px 20px;
}

#explore-products .product-title {
    margin: 0 0 15px 0;
}

#explore-products .product-specs {
    margin-top: auto;
    margin-bottom: 15px;
}

#explore-products .product-actions {
    margin-top: 0;
}

#explore-products .product-title {
    line-height: 1.3;
    height: auto;
    min-height: 2.6em;
}

#explore-products .product-description {
    line-height: 1.4;
}

#explore-products .product-specs {
    padding-top: 0.75rem;
}

#explore-products .btn-small {
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

#explore-products .btn-small-orange {
    background-color: #ff6600;
    color: white;
    border: 2px solid #ff6600;
}

#explore-products .btn-small-orange:hover {
    background-color: #e55a00;
    border-color: #e55a00;
    color: white;
    transform: translateY(-1px);
}


@media (max-width: 991.98px) {
    #explore-products .col-lg-3 {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    #explore-products .product-card-body {
        padding: 1rem;
    }

    #explore-products .product-image-wrapper {
        min-height: 150px;
    }

    #explore-products .product-image {
        max-height: 164px;
    }
}


#explore-products .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    margin: 0 4px;
}

#explore-products .carousel-indicators button.active {
    background-color: #ff6600;
}

/* SEKCJA PRZGLĄDAJ PRODUKTY */

/* SEKCJA PARTNERZY */

.our-products {
    padding: 34px 125px 110px 125px;
    border: 1px solid var(--gray-200);
    border-radius: 0 200px 0 200px;
    max-width: 1310px;
}

#our-products .product-visual-wrapper {
    z-index: 1;
}

#our-products .product-visual {
    max-width: 100%;
    height: auto;
    opacity: 0.8;
}

/* Responsywność */
@media (max-width: 991.98px) {
    #our-products .col-lg-4 {
        margin-top: 2rem;
        text-align: center !important;
    }

    #our-products .product-image-container {
        text-align: center !important;
    }
}

@media (max-width: 767.98px) {
    #our-products .logo-item {
        min-height: 100px;
    }

    #our-products .logo-image {
        max-height: 50px;
        max-width: 120px;
    }

    #our-products .col-6 {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    #our-products .logos-grid .row {
        margin: 0 -0.5rem;
    }

    #our-products .logos-grid .col-6 {
        padding: 0 0.5rem;
    }

    #our-products .logo-item {
        min-height: 80px;
        padding: 0.75rem;
    }

    #our-products .logo-image {
        max-height: 40px;
        max-width: 100px;
    }
}

@media (min-width: 992px) {
    #our-products .product-visual {
        position: relative;
        right: -50px;
    }
}

/* SEKCJA PARTNERZY */

/* SEKCJA AKTUALNOŚCI */
/* SLIDER */
.posts-slider-container {
    overflow: hidden;
}

.posts-slider-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.posts-slider-track.dragging {
    user-select: none;
    cursor: grabbing;
}

.posts-slider-track>div {
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .posts-slider-track>div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .posts-nav-wrap {
        display: none !important;
    }

    .posts-slider-track {
        cursor: grab;
    }

    .posts-slider-track:active {
        cursor: grabbing;
    }
}

.post-card-img {
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .post-card:hover .post-card-img {
        transform: scale(1.05);
    }
}

.btn-news-desktop {
    display: none;
}

.btn-news-mobile {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 70%;
    justify-content: center;
}


@media (min-width: 768px) {
    .btn-news-desktop {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .btn-news-mobile {
        display: none;
    }
}

/* SLIDER PRODUKTÓW */
.europir-slider {
    position: relative
}

.europir-viewport {
    overflow: hidden
}

.europir-track {
    display: flex
}

.europir-indicators {
    position: static;
    margin-top: 43px;
    justify-content: center;
    display: flex;
    gap: 8px;
    align-items: center;
}

.europir-indicators button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    transition: transform .2s, background .2s
}

.europir-indicators button.active {
    background: #ff6b00;
    width: 24px;
    height: 24px
}

.europir-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    will-change: transform;
    transition: transform .6s ease;
}

.europir-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e9ecef;
}

.europir-card:hover {
    border-color: var(--orange-500)
}

.europir-card__img {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f5f5f5;
    position: relative
}

.europir-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    pointer-events: none;
    user-select: none
}

.europir-card:hover .europir-card__img img {
    transform: scale(1.05)
}

.europir-card__body {
    padding: 20px 20px 10px 20px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.europir-card__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #21242B
}

.europir-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color .3s ease
}

.europir-card__title a:hover {
    color: #ff6b00
}

.europir-card__specs {
    flex: initial !important;
    margin-top: auto;
}

.europir-spec {
    display: flex;
    gap: .5rem;
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #21242B
}

.europir-spec__label {
    flex-shrink: 0
}

.europir-card__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 15px
}

.europir-card__btn {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: var(--orange-500);
    border-radius: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s ease;
    margin: 0 -20px -20px 0;
}

.europir-card:hover .europir-card__body {
    background: var(--blue-50)
}

/* SLIDER PRODUKTÓW */

/* SLIDER */

.carousel {
    position: relative;
}

.btn-news-mobile {
    display: none;
}


@media (max-width: 768px) {
    .btn-news-desktop {
        display: none;
    }

    .btn-news-mobile {
        display: inline-flex;
        justify-content: center;
    }

    .posts-slide-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
}

#news {
    background: #F6F5F5;
}

.posts-slider-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.posts-slider-wrapper {
    position: relative;
}

.posts-slider-container {
    overflow: hidden;
    padding: 20px 0;
}

.posts-slider-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.post-card {
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gray-200);
    border-radius: 50px 0 0 0;
}

.post-card:hover {
    transform: translateY(-5px);
    border: 1px solid #FF5A00;
    border-radius: 50px 0 0 0;
    background-color: #ffffff;
}

.post-card-image {
    position: relative;
    overflow: hidden;
    height: 262px;
    border-radius: 50px 0 0 0;
}

.post-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-card:hover .post-card-img {
    transform: scale(1.05);
}

.post-card-category {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-card-content {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-card-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #21242B;

}

.post-card-title {
    flex-grow: 1;
}

.post-card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-card-title a:hover {
    color: #007cba;
}

.post-card:hover .post-card-title a {
    color: var(--orange-500);
}

.post-card:hover .btn-read-more {
    text-decoration-line: underline;
}

.post-card-excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #21242B;
    overflow: hidden;
    height: 72px;

}

.post-card-footer {
    margin-top: auto;
}

.btn-read-more {
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;

    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #21242B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

}

.btn-read-more:hover {
    gap: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #21242B;
}

.post-sq {
    opacity: 0;
    visibility: hidden;
    background: var(--orange-500);
    padding: 14px 12px;
    border-radius: 20px 0 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    align-content: center;
    display: flex;
}

.post-card:hover .post-sq {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


.posts-nav-wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.posts-control-prev,
.posts-control-next {
    cursor: pointer;
    width: 41px;
    height: 32px;
    border: none;
    color: #000;
    opacity: 1;
    transition: all 0.3s ease;
    bottom: 30px;
    top: auto;
    z-index: 10;
    background: transparent;
}

.posts-control-prev {
    left: 6%;

}

.posts-control-next {
    right: 6%;

}

.posts-control-prev:hover,
.posts-control-next:hover {
    color: #ff5722;
    transform: scale(1.05);
}

.posts-control-prev:disabled,
.posts-control-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.posts-control-prev:disabled:hover,
.posts-control-next:disabled:hover {
    color: #ff5722;
}

.posts-dots {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;

}

.posts-dot {
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 4px;
    background-color: #C8C8C8;
    border: none;
    opacity: 1;
    transition: all 0.3s ease;
}

.posts-dot.active,
.posts-dot:hover {
    background-color: #ff5722;
    transform: scale(1.2);
}


@media (max-width: 768px) {


    .posts-slider-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .sec-faq-box {
        border: none !important;
        padding: 20px !important;
    }

    .post-card-content {
        padding: 15px;
    }


    .posts-nav-wrap {
        gap: 20px;
        margin-top: 25px;
    }

    .posts-control-prev,
    .posts-control-next {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .posts-slider-title {
        font-size: 1.8rem;
    }

    .posts-slider-container {
        padding: 10px 0;
    }
}

.posts-slider-section+.posts-slider-section {
    margin-top: -20px;
}

/* SEKCJA AKTUALNOŚCI */
/* SEKCJA GRUPA*/
.box-grupe {
    border: 1px solid var(--gray-200);
    border-radius: 50px 0 50px 0;
}

#our-products-heading {
    width: 50%;
}

/* SEKCJA GRUPA*/
/* SEKCJA FAQ */

.sec-faq-box {
    border: 1px solid #E8E8E8;
    border-radius: 0 160px 0 0;
    padding: 112px;
}



.faq-subtitle {
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--orange-500);
}

.faq-accordion {
    margin-top: 2rem;
}

.faq-item {

    margin-bottom: 0;
    background: transparent;
}

.faq-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.faq-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.faq-item:not(:last-child) {
    border-bottom: none;
}

.faq-question {
    padding: 20px 10px 20px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    font-weight: 500;
    font-size: 1.1rem;
    color: #212529;
    transition: all 0.3s ease;
    text-align: left;
    border-bottom: 1px solid var(--gray-200);
}


.faq-question[aria-expanded="true"] {
    border-bottom: 1px solid var(--orange-500);
    color: var(--orange-500);
}

.faq-question[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.question-text {
    flex: 1;
    margin-right: 1rem;
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    color: #21242B;
}

.toggle-icon {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 25px;
    height: 32px;
}

.toggle-icon svg {
    width: 25px;
    height: 32px;
}

.faq-question[aria-expanded="true"] .toggle-icon svg {
    color: var(--orange-500);
}

.faq-answer {
    padding: 24px 0;
    line-height: 1.7;
    color: #21242B;
}

.faq-more-btn {
    margin-top: 2rem;
}


.faq-image {
    position: absolute;
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    right: -29%;
    margin-top: -18%;
}

.faq-image img {
    max-height: 400px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 991px) {
    .sec-faq .row {
        flex-direction: column-reverse;
    }

    .faq-image {
        min-height: 300px;
        margin-bottom: 2rem;
        align-items: center;
        justify-content: center;
    }

    .faq-image img {
        display: none;
    }
}

@media (max-width: 768px) {
    .faq-image {
        display: none;
    }

    .calc-image-wrapper {
        position: relative !important;
        right: 0px;
        top: 0px;
    }

    .about-image-wrapper {
        margin-top: 0px;
        padding-top: 0px;
    }
}

/* SEKCJA FAQ */

/* HOME */
/* FAQ */
.faq-search-input {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 29px 24px;
    gap: 6px;
    width: 100%;
    background: var(--blue-50);
    border: 1px solid #E8E8E8;
}

/* FAQ */
/* NEWSLETTER */
.form-control::placeholder {
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #21242B;
}

.newsletter-section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    color: white;
}

.newsletter-overlay {
    right: 40%;
    bottom: 0;
    z-index: 1;
    position: absolute;
    width: 1572.27px;
    left: 0px;
    top: 0px;
    background: linear-gradient(102.16deg, #012A7A 22.24%, #1849AA 81.59%);
    opacity: 0.93;
    border-radius: 0px 240px 0px 0px;
}

.newsletter-content {
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.newsletter-image {
    position: relative;
    z-index: 2;
}

.newsletter-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}

.newsletter-subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;


}

.newsletter-input {
    border: none;
    border-radius: 0px;
    font-size: 14px;
    padding: 16px 25px;
}

.newsletter-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
    border-color: #ff6b35;
}

.newsletter-checkbox {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0px;
}

.newsletter-privacy {
    left: 20px;
    top: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #FFFFFF;
    position: relative;
}

.newsletter-btn {
    background-color: #ff6b35;
    border: none;
    color: white;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.newsletter-btn:hover {
    background-color: #e55a2e;
    color: white;
}

.newsletter-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.newsletter-icon-img {
    max-width: 100%;
    max-height: 300px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.house-container {
    position: relative;
    width: 300px;
    height: 200px;
}

.house-roof {
    position: absolute;
    top: 0;
    left: 50px;
    width: 200px;
    height: 60px;
    background: linear-gradient(135deg, #444 0%, #666 100%);
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}

.house-wall {
    position: absolute;
    top: 50px;
    left: 75px;
    width: 150px;
    height: 120px;
    background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);
    border-radius: 0 0 4px 4px;
}

.insulation-panels {
    position: absolute;
    bottom: 20px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.panel {
    width: 120px;
    height: 12px;
    background: linear-gradient(135deg, #d4a574 0%, #e6c19a 100%);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .newsletter-section {
        padding: 40px 0;
    }

    .newsletter-subtitle {
        font-size: 28px;
        text-align: center;
    }

    .newsletter-image {
        margin-bottom: 30px;
        justify-content: center;
    }

    .house-container {
        width: 250px;
        height: 160px;
    }

    .house-roof {
        left: 40px;
        width: 170px;
        height: 50px;
    }

    .house-wall {
        top: 40px;
        left: 60px;
        width: 130px;
        height: 100px;
    }

    .insulation-panels {
        bottom: 15px;
        right: 10px;
    }

    .panel {
        width: 100px;
        height: 10px;
    }
}

.newsletter-section {
    position: relative;
    overflow: visible;
    padding: 60px 0;
}

@media (max-width: 991px) {
    .newsletter-section {
        margin-top: 40px;
        padding-top: 80px;
    }


    .newsletter-overlay {
        top: -40px;
    }


    .newsletter-section .container {
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .form-control::placeholder {
        font-weight: 400;
        font-size: 14px;
    }

    .our-products {
        padding: 20px;
        border: none;
    }

    #our-products-heading {
        width: 100%;
    }

    .our-group-img {
        display: none;
    }

    .newsletter-overlay {
        width: 100%;
        border-radius: 0px 140px 0px 0px;
        margin-top: 117px;
    }

    .newsletter-section {
        padding: 30px 0;
    }

    .newsletter-subtitle {
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .newsletter-form .row {
        margin: 0;
    }

    .newsletter-form .row>div {
        padding: 0 0 15px 0;
    }

    .newsletter-btn {
        width: 100%;
        padding: 15px;
    }

    .newsletter-icon-img {
    bottom: -680px;
    left: 40px;
  }

    .house-container {
        width: 200px;
        height: 130px;
    }

    .house-roof {
        left: 30px;
        width: 140px;
        height: 40px;
    }

    .house-wall {
        top: 30px;
        left: 45px;
        width: 110px;
        height: 80px;
    }

    .panel {
        width: 80px;
        height: 8px;
    }
}

@media (max-width: 576px) {
    .newsletter-content {
        text-align: center;
        padding-bottom: 80px !important;
    }

    .newsletter-subtitle {
        font-size: 20px;
    }

    .newsletter-privacy {
        font-size: 11px;
    }

}

/* NEWSLETTER */

/* STRONA PRODUKTU */
@media (min-width: 769px) {
    .sort-section-mobile {
        display: none !important;
    }

    .mobile-filter-bar {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .sort-section-desktop {
        display: none !important;
    }

    .mobile-filter-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        background: #fff;
        border: 1px solid #B9B9B9;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .mobile-filter-bar .filter-text {
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(--dark);
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
    }

    .mobile-filter-bar #arrow {
        display: flex;
        align-items: center;
        transition: transform 0.3s ease;
    }

    .mobile-filter-bar #arrow svg {
        flex-shrink: 0;
    }

    .archive-sidebar {
        max-height: 0;
        padding: 0;
        overflow: hidden;
    }

    .archive-sidebar.filters-open {
        padding: 20px;
        max-height: 920px !important;
    }

    .sort-section-mobile {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .sort-section-mobile h6 {
        margin-bottom: 10px;
        font-weight: 600;
    }

    .filter-group h6 {
        letter-spacing: 0px;
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 23px;
        color: #21242B;
    }

    .sort-section-mobile select {
        width: 100%;
        padding: 10px;
        border: 1px solid #B9B9B9;
        font-size: 14px;
        background: #fff;
    }

    .filter-section h3 {
        display: none;
    }
}

.archive-sidebar {
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.applications-grid {
    display: flex;
    gap: 20px;
}

@media (max-width: 768px) {
    .product-page .product-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
        border-radius: 0 0 0 80px !important;
        padding: 10px !important;
    }

    .filter-section {
        margin-left: 0 !important;
    }

}

.product-card:hover {
    border: 1px solid var(--orange-500);
}


.product-content {
    padding: 20px 20px 10px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #21242B;
}

.product-title a {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #21242B;
}

.product-title a:hover {
    color: #ff6b35;
}

.product-specs {
    margin-bottom: 15px;
}

.applications-grid .feature-item {
    padding: 6px 10px 6px 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #21242B;
    background: #fff;
}


.features-list .feature-item {
    border-bottom: 1px solid var(--gray-200);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #21242B;
}

.feature-icon {
    width: 27px;
    height: 100%;
}

.product-info p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #111111;
}

.compare-text {
    margin-top: -10px;
}



.product-page .nav-prev {
    color: var(--dark);
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 27px 24px;
    gap: 6px;
    width: 80px;
    height: 80px;
    border: 1px solid #21242B;
    border-radius: 20px 0px 0px 0px;
}

.product-page .nav-next {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 27px 24px;
    gap: 6px;
    width: 80px;
    height: 80px;
    background: #FF5A00;
    border: 1px solid #FF5A00;
    border-radius: 0px 0px 20px 0px;
}

.product-page .nav-prev:hover,
.product-page .nav-next:hover {
    opacity: 0.8;
}

.product-page .product-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: var(--blue-50);
    border-radius: 0 0 0 200px;
    padding: 62px 0 82px 60px;
}

/* STRONA PRODUKTU */
/* STRONA KATEGORII */
.btn-product {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    transition: background 0.3s ease;
    margin-right: -20px;
    margin-bottom: -17px;
}

.product-sq {
    background: var(--orange-500);
    padding: 14px 12px;
    border-radius: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.btn-product:hover .product-sq {
    background: var(--orange-500);
}

.product-sq .arrow-icon {
    display: block;
}

.products-archive-page {
    background: #fff;
}

.mobile-filter-bar {
    display: none;
    background: #ff6b35;
    color: white;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
}

.archive-container {
    max-width: 1420px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 30px;
}

.archive-sidebar {
    border-radius: 8px;
    padding: 20px;
    height: fit-content;
}

.filter-section h3 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 32px;
    line-height: 72px;
    color: #111111;
}

.filter-group {
    margin-bottom: 25px;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #21242B;
}

.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
}

.checkmark {
    position: absolute;
    left: 0;
    top: 2px;
    height: 18px;
    width: 18px;
    border: 2px solid #CEC9C9;

}

.checkbox-label:hover .checkmark {
    border-color: #ff6b35;
}

.checkbox-label input:checked~.checkmark {
    background-color: #ff6b35;
    border-color: #ff6b35;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input:checked~.checkmark:after {
    display: block;
}

.filter-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.btn-clear,
.btn-apply {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s;
}

.btn-clear {
    background: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    border: 1px solid #FF5A00;
    border-radius: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #FF5A00;
}

.btn-apply {
    border-radius: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 34px;
    width: 145px;
    height: 58px;
    background: #FF5A00;
}

.archive-main {
    overflow: hidden;
}

.archive-header {
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.archive-header h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #21242B;
}

.brand {
    color: #ff6b35;
}

.sort-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-section select {
    padding: 8px 0;
    border: none;
    background: #fff;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 3px;
}

.sort-wrap {
    border: 1px solid #B9B9B9;
    padding: 7px 14px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 30px 0;
}

.product-card {
    border: 1px solid #eee;
    background: white;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    border: 1px solid var(--orange-500);
}

.product-image {

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid var(--gray-200);
    max-height: 232px;
    max-width: 100%;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-content {
    padding: 20px 20px 10px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}



.product-specs {
    margin-bottom: 15px;
}

.spec-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #21242B;
}

.spec-value {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #21242B;
}

.product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.compare-section {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #21242B;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.product-card:hover .product-content {
    background: var(--blue-50);
}

.btn-view {
    background: #ff6b35;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s;
}

.btn-view:hover {
    background: #e55a2b;
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .mobile-filter-bar {
        display: flex;
    }

    .archive-container {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }

    .archive-sidebar {
        border-radius: 0;
        margin: 0;
        box-shadow: none;
        order: 1;
    }

    .archive-main {
        order: 2;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
    }
}

@media (min-width: 1025px) {
    .mobile-filter-bar {
        display: none !important;
    }

    .archive-sidebar {
        max-height: none !important;
        padding: 20px !important;
        overflow: visible !important;
    }
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: 1fr;
    }

    .archive-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

.subheader-wrapper #breadcrumbs {
    text-align: left;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    color: #111111;
}

/* STRONA KATEGORII */

/* STREFA WIEDZY */

.sw-sec {
    background: var(--blue-600);
    position: relative;
    padding: 50px 130px;
    overflow: hidden;
    max-width: 1420px;
}

.sw-overlay {
    right: 22%;
    bottom: 0;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.93;
    background: linear-gradient(102.16deg, #012A7A 22.24%, #1849AA 81.59%);
    border-radius: 0px 0px 180px 0px;
}

.sw-sec .container {
    position: relative;
    z-index: 2;
}

.sw-content {
    padding: 0;
}

.sw-title {
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

h2.sw-title {
    color: #fff;
}

h2.sw-title .sw-first {
    color: var(--bs-warning, var(--orange-500));
}

.sw-button-section {
    padding: 20px 0;
}

.sw-sec .btn-primary {
    background: #ff5722;
    border-color: #ff5722;
    font-weight: 600;
    letter-spacing: 0.025em;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(255, 87, 34, 0.4);
    border-radius: 8px;
}

.sw-sec .btn-primary:hover {
    background: #e64a19;
    border-color: #e64a19;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 87, 34, 0.5);
}

@media (max-width: 991.98px) {
    .sw-sec {
        padding: 60px 0;
    }

    .sw-overlay {
        right: 30%;
    }
}

@media (max-width: 767.98px) {
    .sw-title {
        font-size: var(--h2-size) !important;
    }

    .sw-text-content h5 {
        text-align: left !important;
    }

    .sw-sec {
        padding: 10px 0;
    }

    .sw-icon svg {
        width: 64px;
        height: 64px;
        margin-top: 10px;
    }

    .sw-button-section {
        padding: 10px 0;
    }

    .sw-overlay {
        right: 20%;
        border-radius: 0px 120px 0px 0px;
    }



    .sw-sec .btn-primary {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .sw-button-section {
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    .sw-content .d-flex {
        flex-direction: column;
        text-align: center;
    }

    .sw-overlay {
        right: 10%;
        border-radius: 0 0 80px 0;
    }

}

/* STREFA WIEDZY */
/* STREFA WYKONAWCY */
.poradniki-filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    min-width: min-content;
}

.filter-btn {
    background: #fff;
    border: 1px solid var(--orange-500) !important;
    color: var(--orange-500);
    padding: 13px 34px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    flex-shrink: 0;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--orange-500) !important;
    color: #fff;
}


#poradniki-grid {
    min-height: 400px;
    position: relative;
}

.poradniki-loading {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.poradniki-loading::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--orange-500);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.btn-load-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 2px solid var(--orange-500);
    color: var(--orange-500);
    padding: 15px 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-load-more:hover {
    background: var(--orange-500);
    color: white;
}

.btn-load-more:hover svg path {
    fill: white;
}

.btn-load-more:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


@media (max-width: 767.98px) {
    .files-filter-wrapper {
        padding: 30px 15px;
        margin-top: 30px;
    }

    .poradniki-filters {
        gap: 10px;
    }

    .filter-btn {
        padding: 10px 24px;
        font-size: 16px;
    }
}

/* STREFA WYKONAWCY */
/* STRONA DO POBRANIA */
.files-filter-wrapper {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 30px;
    padding: 43px 20px;
    background: var(--blue-50);
    margin-top: 45px;
    position: relative;
}

.files-filter-wrapper::-webkit-scrollbar {
    display: none;
}

.files-filter-wrapper.dragging {
    cursor: grabbing;
    user-select: none;
}

.files-categories-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: max-content;
    min-width: 100%;
}

.files-filter-wrapper::after {
    content: '';
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, var(--blue-50) 80%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.files-filter-wrapper.scrollable::after {
    opacity: 1;
}



.filter-btn {
    background: #fff;
    border: 1px solid var(--orange-500) !important;
    color: var(--orange-500);
    padding: 13px 34px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    flex-shrink: 0;
}

.language-filter {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid var(--orange-500);
    border-top: none;
    min-width: 150px;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.language-filter.open .language-dropdown {
    display: block;
}

.language-option {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 10px 15px;
    text-align: left;
    color: var(--orange-500);
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.language-option:hover {
    background: var(--blue-50);
    color: var(--orange-500);
}

.language-option.active {
    background: var(--orange-500) !important;
    color: white;
}

.filter-btn .arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.language-filter.open .filter-btn .arrow {
    transform: rotate(180deg);
}

.filter-btn.active {
    background: var(--orange-500) !important;
    color: #fff;
}

.filter-btn:hover {
    background: var(--orange-500);
    color: white;
    border-color: var(--orange-500);
}

.files-grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin: 20px 0;
}

.file-item {
    background: white;
    border-radius: 0 50px 0 0;
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
    min-height: 239px;
    border: 1px solid var(--gray-200);
}

.file-item.hidden {
    display: none;
}

.file-item:hover {
    background: var(--blue-50);
}

.file-item:hover .file-title {
    color: var(--orange-500);
    transition: color 0.3s ease;
}

.file-thumbnail {
    flex: 0 0 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.file-thumbnail img {
    max-width: 100%;
    max-height: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.default-file-icon {
    opacity: 0.5;
}

.file-details {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.file-title {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #21242B;
    padding: 10px 15px 0 0;
}

.file-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 19px;
}

.pokaz_btn {
    display: none;
}

.file-item:hover .pokaz_btn {
    display: inline;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #21242B;
}

.file-actions {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: #FF5A00;
    border-radius: 20px 0px 0px 0px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.download-btn:hover {
    background: #e04d00;
    color: white;
    text-decoration: none;
    transform: scale(1.05);
}

.download-btn svg {
    flex-shrink: 0;
}

.download-text {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-right: 8px;
    pointer-events: none;
}

.download-wrapper:hover .download-text {
    opacity: 1;
    transform: translateX(0);
}

.file-format {
    background: #ff6b35;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .files-grid-3col {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .file-thumbnail img {
        max-width: 100px;
    }




}


/* Mobile */
@media (max-width: 768px) {
    .files-grid-3col {
        grid-template-columns: 1fr;
        gap: 25px;
        margin: 0 15px;
    }

    .files-filter-wrapper {
        padding: 20px 15px;
        margin: 20px 0;
    }

    .files-categories-filter {
        justify-content: center;
        gap: 8px;
    }

    .filter-btn {
        padding: 10px 20px;
        font-size: 16px;
    }

    .file-item {
        gap: 10px;
        min-height: auto;
    }

    .file-thumbnail {
        flex: 0 0 120px;
        padding: 10px;
    }

    .file-thumbnail img {
        max-width: 80px;
        max-height: 100px;
    }

    .file-title {
        font-size: 0.9rem;
        padding: 5px 10px 0 0;
    }

    .file-details {
        padding: 10px;
    }

}

@media (max-width: 480px) {
    .files-grid-3col {
        margin: 0 10px;
        gap: 20px;
    }

    .files-filter-wrapper {
        padding: 15px 10px;
    }

    .filter-btn {
        padding: 8px 15px;
        font-size: 14px;
        flex: 1;
        text-align: center;
    }

    .file-item {
        min-height: 180px;
    }

    .file-thumbnail {
        flex: 0 0 100px;
    }

    .file-thumbnail img {
        max-width: 70px;
        max-height: 80px;
    }

    .file-title {
        font-size: 14px;
        line-height: 20px;
    }

    .file-wrapper {
        gap: 10px;
    }

    .pokaz_btn {
        font-size: 14px;
    }

    .download-btn {
        width: 35px;
        height: 35px;
    }
}

/* STRONA DO POBRANIA */
/* GDZIE KUPIĆ */
.distributor-map-section {
    background-color: #f8f9fa;
}

.search-panel {


    margin-left: 15%;
    height: 100%;
}

.map-container {



    overflow: visible;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-container svg {
    width: 100%;
    height: auto;
    max-height: 700px;
    display: block;
}

#polandMap {
    max-width: 100%;
    height: auto;
}

.wojewodztwo_item {
    cursor: pointer;
    transition: all 0.3s ease;
}

.distributor-card {
    transition: transform 0.2s ease;
}

.distributor-card.hidden {
    display: none;
}

.distributor-card:hover {
    transform: translateY(-5px);
}


.card-gw {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #F4F5F8;
    border-radius: 0px 0px 50px 0px;
}

.card-gw-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}

.card-gw-title {
    margin-bottom: 0.75rem;
}

.distributor-logo-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.distributor-logo {
    object-fit: contain;
    max-width: 100%;
    height: auto;
}


.input-group-gw {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-control-gw {
    display: block;
    padding: 12px 19px;
    gap: 6px;
    width: 468px;
    height: 64px;
    background: #F4F5F8;
    background-color: rgb(244, 245, 248);
    border: 1px solid #FF5A00;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #21242B;
}



.form-control-gw:focus {
    color: #212529 !important;
    background-color: #fff !important;
    border-color: #FF6B35;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.25);
}

.form-control-gw::placeholder {
    color: #6c757d !important;
    opacity: 1;
}

.form-select-gw {
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    padding: 12px 19px;
    max-width: 468px;
    height: 64px;
    background: #F4F5F8;
    border: 1px solid #FF5A00;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #21242B;
    width: 100%;
}



.form-select-gw:focus {
    border-color: #FF6B35;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.25);
}

.btn-gw {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary-gw {
    color: #fff;
    background-color: #FF6B35;
    border-color: #FF6B35;
    display: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    z-index: 10;
}

.btn-primary-gw.active {
    display: block;
}

.btn-primary-gw:hover {
    background-color: #E55A2B;
    border-color: #E55A2B;
}

.text-primary {
    color: #FF6B35 !important;
}



@media (max-width: 991px) {
    .sticky-top {
        position: relative !important;
    }

    .map-container svg {
        max-height: 400px;
    }

    .search-panel {
        margin-left: 0px;
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .distributor-logo-wrapper {
        min-height: 60px;
    }

    .distributor-logo {
        max-width: 100px;
    }

    .map-container svg {
        max-height: 300px;
    }
}


#distributorsList {
    margin-top: 3rem;
}

#distributorsList h3 {
    font-weight: 600;
    color: #212529;
}


/* GDZIE KUPIĆ */
/* O FIRMIE */
.about-ecology-info {
    background-color: #FFFFFF;
    padding: 14px;
}

.about-ecology-title {
    color: #21242B;
}

.about-box-title {
    font-weight: 600;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #FF5A00;
}

.about-box-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    color: #4F5461;
}


.about-group-content {
    box-sizing: border-box;
    background: linear-gradient(205.74deg, #FF5A00 14.01%, #E85B0E 95.74%);
    border-radius: 0px 0px 140px 0px;
    margin: 0 0 20px 25px;
}

.min-vh-50 {
    min-height: 50vh;
}


.about-ecology-box {
    border-radius: 0 95px 95px 0;
    overflow: hidden;
}


.about-ecology-content {
    z-index: 2;
    min-height: 600px;
}

.about-ecology-number .badge {
    font-size: 1rem;
    padding: 8px 12px;
}

.section-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .about-group-content {
        padding: 2rem !important;
    }

    .about-ecology-content {
        min-height: 500px !important;
    }
}

@media (max-width: 576px) {
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .about-ecology-content {
        min-height: 500px !important;
    }
}

/* O FIRMIE */
/* REALIZACJE */
.gallery-item img {
    max-height: 290px;
    height: 100%;
}

.gallery-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.case-post-sq {
    background: var(--orange-500);
    padding: 14px 12px;
    border-radius: 20px 0 0;
    transition: all 0.3s ease;
    align-content: center;
    display: flex;
}

.realizacja-card {
    border: 1px solid var(--gray-200);
    border-radius: 50px 0 0;
}

.case-meta {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #21242B;
}

.realizacja-card img {
    border-radius: 50px 0 0;
    min-height: 340px;
    max-height: 340px;
}

.hero-banner-text-case {
    font-size: 16px;
}

.hero-banner-text-wrapper h1 {
    color: var(--dark) !important;
}

.hero-banner-zast span,
.hero-banner-locl span {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #111111;


}

.hero-banner-locl,
.hero-banner-zast {
    margin-right: 10px;
    padding: 8px;
    background-color: var(--blue-50);
}

@media (max-width: 768px) {
    .hero-banner-text {
        margin-bottom: 2rem;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
}

/* REALIZACJE */

/* MENU */
/* O NAS */
.about-text-content h2 {
    margin-bottom: 36px;
}

/* O NAS */




/* STRONA PRODUKTY I SYSTEMY */
/* PORÓWNYWARKA */
/* PORÓWNYWARKA PRODUKTÓW - POPUP */
.compare-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.compare-popup-overlay.active {
    opacity: 1;
}

.compare-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 1400px;
    max-height: 90vh;
    background: #fff;
    z-index: 9999;
    opacity: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.compare-popup.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}


.compare-popup-close {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 48px;
    height: 48px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
}



.compare-popup-body {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    padding: 30px;
}


.compare-desktop-view {
    display: block;
}

.compare-mobile-view {
    display: none;
}


.compare-header-row {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--gray-200);
    margin-bottom: 30px;
}

.compare-header-row h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: var(--dark);
    margin: 0;
    text-transform: uppercase;
}


.compare-images-row,
.compare-buttons-row {
    margin-bottom: 20px;
}

.compare-product-cell {
    position: relative;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--blue-50);
    margin: 5px;
}

.compare-product-image {
    width: 100%;
    max-width: 200px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.compare-product-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: #fff;
    border: none;
    border-radius: 50%;
    color: var(--dark);
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}



.compare-product-button {
    text-align: center;
}

.compare-product-button .btn-primary {
    width: 100%;

}


.compare-param-row {
    transition: background 0.2s ease;
}

.compare-param-row:hover {
    background: var(--blue-50);
}

.compare-param-row:last-child {
    border-bottom: none;
}

.compare-param-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: var(--dark);
    padding: 15px;
    background: var(--blue-50);
    display: flex;
    align-items: center;
}

.compare-param-value {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--dark);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Scrollbar styling */
.compare-popup-body::-webkit-scrollbar {
    width: 8px;
}

.compare-popup-body::-webkit-scrollbar-track {
    background: var(--gray-100);
}

.compare-popup-body::-webkit-scrollbar-thumb {
    background: var(--orange-500);
    border-radius: 4px;
}

.compare-popup-body::-webkit-scrollbar-thumb:hover {
    background: #e04d00;
}

/* Prevent body scroll */
body.compare-popup-open {
    overflow: hidden;
}

/* MOBILE VIEW */
@media (max-width: 768px) {
    .compare-desktop-view {
        display: none;
    }

    .compare-mobile-view {
        display: block;
    }

    .compare-popup {
        width: 100%;
        max-width: 100%;
        max-height: 100vh;
        height: 100vh;
        border-radius: 0;
        top: 0;
        left: 0;
        transform: translateY(100%);
    }

    .compare-popup.active {
        transform: translateY(0);
    }

    .compare-popup-close {
        position: fixed;
        top: 25px;
        right: 15px;
        width: 20px;
        height: 20px;
        font-size: 24px;
    }

    .compare-popup-body {
        padding: 15px;
    }

    .compare-header-row {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .compare-header-row h2 {
        font-size: 24px;
    }

    /* Slider container */
    .compare-mobile-slider {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        gap: 15px;
        padding: 10px 0;
        margin-bottom: 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
    }

    .compare-mobile-slider::-webkit-scrollbar {
        display: none;
    }

    .compare-mobile-slider:active {
        cursor: grabbing;
    }


    .compare-mobile-product {
        flex: 0 0 calc(100% - 30px);
        scroll-snap-align: center;
        background: #fff;
        border: 1px solid var(--gray-200);
        padding: 20px;
        position: relative;
    }

    .compare-mobile-product-image {
        position: relative;
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .compare-mobile-product-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .compare-mobile-product-image .compare-product-remove {
        top: 0;
        right: 0;
    }

    .compare-mobile-product-button {
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid var(--gray-200);
    }

    .compare-mobile-product-button .btn-primary {
        width: 100%;
    }

    /* Parametry w mobile */
    .compare-mobile-params {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .compare-mobile-param {
        display: flex;
        justify-content: space-between;
        padding: 12px 10px;
        background: var(--blue-50);
        border-bottom: 1px solid #fff;
    }

    .compare-mobile-param:last-child {
        border-bottom: none;
    }

    .compare-mobile-param-label {
        font-weight: 600;
        font-size: 13px;
        color: var(--dark);
        flex: 0 0 50%;
    }

    .compare-mobile-param-value {
        font-size: 13px;
        color: var(--dark);
        text-align: right;
        flex: 0 0 50%;
    }

    /* Wskaźniki */
    .compare-mobile-indicators {
        display: flex;
        justify-content: center;
        gap: 8px;
        padding: 15px 0;
    }

    .compare-mobile-indicators span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--gray-300);
        transition: all 0.3s ease;
    }

    .compare-mobile-indicators span.active {
        border-radius: 50%;
        background: var(--orange-500);
        transform: scale(1.5);
    }
}

/* PORÓWNYWARKA */
.tab-nav-border {
    border-top: 1px solid var(--gray-200);
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.tab-content {
    margin-top: 50px;
}

.product-bg-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background: rgb(244, 245, 248);
    border: 1px solid rgb(232, 232, 232);
    border-radius: 0px 0px 50px;
}

.filter-section {
    margin-left: -20px;
}

.product-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #21242B;
}

#thickness-select {
    background: transparent;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #21242B;
    width: 100%;
}

.product-hero {
    background: linear-gradient(90deg, transparent 0%, transparent 70.83%, #F4F5F8 70.83%, #F4F5F8 100%);
}

.product-info-section {
    position: relative;
}

.product-gallery {
    position: relative;
    overflow: hidden;
}

.gallery-main {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.gallery-main img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-main img.active {
    opacity: 1;
}

.gallery-nav {
    bottom: 0px;
    position: absolute;
    display: flex;
}

.gallery-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    background: none;
    padding: 1rem 1.5rem;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    color: #21242B;
}

.nav-tabs .nav-link:hover {
    color: #164194;
    border-bottom-color: #164194;
    background: none;
}

.nav-tabs .nav-link.active {
    border-bottom-color: #164194;
    background: none;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    color: #164194;
    padding-left: 0px;
    padding-right: 0px;
}

.nav-tabs {
    border-bottom: none;
}

.specifications-section {
    background: #fff;
    overflow: hidden;
    border: 1px solid var(--blue-50);
}

.spec-header {
    background: var(--blue-50);
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: var(--dark);
}

.spec-header-cell {
    padding: 6px 12px;
}

.spec-header-cell:last-child {
    border-right: none;
}

.spec-row {
    border-bottom: 1px solid var(--blue-50);
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-row-1,
.spec-row-3,
.spec-row-5,
.spec-row-7,
.spec-row-9,
.spec-row-11,
.spec-row-13,
.spec-row-15 {
    background-color: white;
}

.spec-row-2,
.spec-row-4,
.spec-row-6,
.spec-row-8,
.spec-row-10,
.spec-row-12,
.spec-row-14,
.spec-row-16 {
    background-color: #f8f9fa;
}

.spec-cell {
    padding: 1rem;
    border-right: 1px solid var(--blue-50);
}

.spec-cell:last-child {
    border-right: none;
}

.spec-mobile {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
}

.spec-mobile:last-child {
    border-bottom: none;
}

.spec-mobile-item {
    margin-bottom: 0.5rem;
}

.spec-mobile-item:last-child {
    margin-bottom: 0;
}



.logistics-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.logistics-header {
    background: #6c757d;
    color: white;
    font-weight: 600;
}

.logistics-header-cell {
    padding: 1rem;
    border-right: 1px solid #495057;
    text-align: center;
    font-size: 0.9rem;
}

.logistics-header-cell:last-child {
    border-right: none;
}

.logistics-row {
    border-bottom: 1px solid #dee2e6;
}

.logistics-row:last-child {
    border-bottom: none;
}

.logistics-row:nth-child(odd) {
    background-color: white;
}

.logistics-row:nth-child(even) {
    background-color: #f8f9fa;
}

.logistics-cell {
    padding: 1rem;
    border-right: 1px solid #dee2e6;
    text-align: center;
}

.logistics-cell:last-child {
    border-right: none;
}

.logistics-mobile {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
}

.logistics-mobile:last-child {
    border-bottom: none;
}

.logistics-mobile-item {
    margin-bottom: 0.5rem;
}

.logistics-mobile-item:last-child {
    margin-bottom: 0;
}

.logistics-label {
    font-weight: 600;

    display: inline-block;
    margin-right: 0.5rem;
    min-width: 120px;
}

.simple-section {
    background: #fff;

    overflow: hidden;
}

.simple-header {
    background: #6c757d;
    color: white;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
}

.simple-header-cell {
    text-align: center;
    background: var(--blue-50);
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: var(--dark);
}

.simple-header-cell:last-child {
    border-right: none;
}

.simple-row {
    border-bottom: 1px solid #dee2e6;
}

.simple-row:last-child {
    border-bottom: none;
}

.simple-row:nth-child(odd) {
    background-color: white;
}

.simple-row:nth-child(even) {
    background-color: #f8f9fa;
}

.simple-cell {
    padding: 1rem;
    border-right: 1px solid #dee2e6;
    text-align: center;
}

.simple-cell:last-child {
    border-right: none;
}

.simple-mobile {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
}

.simple-mobile:last-child {
    border-bottom: none;
}

.simple-mobile-item {
    margin-bottom: 0.5rem;
}

.simple-mobile-item:last-child {
    margin-bottom: 0;
}

.simple-label {
    font-weight: 600;
    color: #164194;
    display: inline-block;
    margin-right: 0.5rem;
    min-width: 100px;
}

.thermal-parameters-container {
    background: #fff;
    overflow: hidden;
    border: 1px solid var(--gray-200);
}

.thermal-row {
    border-bottom: 1px solid #dee2e6;
}

.thermal-row:last-child {
    border-bottom: none;
}

.thermal-row:nth-child(even) {
    background-color: #f8f9fa;
}

.thermal-param-cell {
    padding: 11px 12px;
    background: var(--orange-500);
    border-right: 1px solid #dee2e6;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #FFF;
}

.thermal-select-cell,
.thermal-value-cell1,
.thermal-select-cell1 {
    padding: 1.4rem;
    background: var(--blue-50);
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #21242B;
    max-height: 55px;
}

.thermal-value-cell {
    padding: 1.4rem;
    background: #fff;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.thermal-value-cell .form-select {
    border: 1px solid #164194;
    color: #164194;
    font-weight: 500;
}

.thermal-value-cell .form-select:focus {
    border-color: #164194;
    box-shadow: 0 0 0 0.2rem rgba(22, 65, 148, 0.25);
}

.thermal-select-cell {
    padding: 1rem;
    background: #fff;
}

.product-description {
    line-height: 1.6;
}

.product-list-section {
    padding: 24px 0px;
    border: 1px solid var(--orange-500);
    border-radius: 0px 0px 50px;
}

.product-features-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.product-feature-item {
    display: flex;
    align-items: flex-start;

}

.feature-text {
    flex: 1;
    line-height: 1.5;
}

.benefits-description {
    line-height: 1.6;
    margin-bottom: 2rem;
}

.benefits-section {
    margin-bottom: 3rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.benefit-card {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    background: rgb(244, 245, 248);
    border-radius: 40px 0px !important;
    padding: 10px;
    min-height: 181px;
}

.benefit-content {
    padding: 2rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.benefit-icon {
    margin-bottom: 1.5rem;
}

.benefit-image {
    max-width: 100px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(37%) sepia(98%) saturate(2447%) hue-rotate(1deg) brightness(101%) contrast(106%);
}

.logistics-image {
    text-align: center;
}



.tips-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.tips-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background: rgb(244, 245, 248);
    border: 1px solid rgb(232, 232, 232);
    border-radius: 0px 0px 50px;
}

.tips-content {
    line-height: 1.6;
    color: #333;
}

.related-products-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.related-product-card {
    border: 1px solid rgb(238, 238, 238);
    background: white;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.related-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.related-product-header {
    padding: 1rem;
    text-align: center;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.related-product-logo .logo-image {
    max-height: 40px;
    width: auto;
}

.related-product-body {
    flex: 1;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.related-product-image {
    margin-bottom: 1rem;
}

.related-product-image .product-image {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
}

.related-product-title {
    color: #164194;
    margin-bottom: 1rem;
    font-weight: 600;
}

.related-product-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: auto;
}

.spec-badge {
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
}

.lambda-badge {
    background-color: #164194;
    color: white;
}

.thickness-badge {
    background-color: #6c757d;
    color: white;
}

.usage-badge {
    background-color: #17a2b8;
    color: white;
}

.related-product-footer {
    padding: 1rem;
    text-align: center;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.related-product-link {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #164194;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.related-product-link:hover {
    background: #0d2f6f;
    color: white;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .gallery-main {
        height: 400px;
    }

    .thermal-row .row {
        flex-direction: column;
    }

    .thermal-param-cell,
    .thermal-value-cell,
    .thermal-select-cell {
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    .thermal-select-cell {
        border-bottom: none;
    }

    .thermal-param-cell {
        color: #fff;
    }

    .thermal-value-cell {
        background: #f8f9fa;
        color: #333;
        min-height: 50px;
    }
}

@media (max-width: 767px) {
    .tabs-nav .nav-tabs {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        white-space: nowrap;
    }

    .tabs-nav .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .tabs-nav .nav-tabs {
        -ms-overflow-style: none;
        /* IE i Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .tabs-nav .nav-item {
        flex: 0 0 auto;
    }

    .tabs-nav .nav-link {
        white-space: nowrap;
        padding: 10px 15px;
    }


    .tabs-nav .nav-item {
        flex: 0 0 auto;
    }

    .tabs-nav .nav-link {
        white-space: nowrap;
        padding: 10px 15px;
    }
}

.tabs-nav .nav-tabs {
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 20px;
}

.tabs-nav .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tabs-nav .nav-link:hover {
    color: #FF5A00;
    border-bottom-color: #FF5A00;
}


@media (max-width: 575.98px) {
    .gallery-main {
        height: 300px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .related-products-container {
        grid-template-columns: 1fr;
    }

    .tips-container {
        grid-template-columns: 1fr;
    }
}


.btn-cat span:first-child {
    transition: transform 0.3s ease;
}

.btn-cat:hover span:first-child {
    transform: translateX(-15px);
}

.btn-cat:hover {
    color: var(--orange-500);
}

.btn-cat .product-sq {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-cat .arrow-icon {
    transition: fill 0.3s ease;
}

.btn-cat:hover .arrow-icon path {
    fill: white;
}


@media (max-width: 768px) {
    .card-body {
        padding-top: 2rem !important;
    }

    .position-absolute img {
        max-height: 80px !important;
        top: -20px !important;
        right: 20px !important;
    }

    .btn-cat:hover span:first-child {
        transform: translateX(-10px);
    }
}

@media (max-width: 576px) {
    .position-absolute img {
        top: -15px !important;
        right: 15px !important;
    }


    .btn-cat:hover span:first-child {
        transform: translateX(-8px);
    }
}

.btn-cat {
    padding: 16px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: background 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: #21242B;
    gap: 20px;
}

.ps-box-sec {
    padding: 34px;
}

.ps-box-sec p {
    margin-bottom: 0px;
}

.ps-box-img {
    top: -90px;
    right: 50px;
    z-index: 10;
}

@media (max-width: 768px) {
    .ps-box-img {
        top: -25px;
    }

    .ps-box-sec {
        padding: 12px 12px 0 12px;
    }

    .product-sq {
        padding: 11px 9px;
    }

    .btn-cat {
        padding: 0 20px;
    }
}

.custom-card {
    background: #FFFFFF;
    border: 1px solid #E8E8E8 !important;
    border-radius: 50px 0px;
}

/* STRONA PRODUKTY I SYSTEMY */
/* BAZA WIEDZY */
.download-card img {
    margin-top: -30px;
    margin-bottom: 25px;
}

/* BAZA WIEDZY */
/* GRUPA PCC */
@media (max-width: 768px) {
    .stats-card img {
        height: 44px !important;
    }

    .stats-card .body-bold {
        font-weight: 600;
        font-size: 12px;
        line-height: 19px;
    }

    .stats-card {
        padding: 17px 16px;
    }
}

.stats-card {
    justify-content: center;
    background: #F4F5F8;
    border-radius: 40px 0px;
    display: flex;
    flex-direction: column;
    padding: 36px 16px;
    height: 100%;
    max-height: 181px;
}

.stats-card img {
    height: 64px;
    width: auto;
}

/* GRUPA PCC */
/* KOMPONENTY */
.short-newsletter-title {
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    color: #FFFFFF;
}

.form-check-label {
    margin-bottom: 0 !important;
    line-height: 1.4;
    margin-left: 25px;
    padding-left: 10px;
  padding-right: 10px;
}

.form-check-input {
    border-color: rgba(255, 255, 255, 0.3);
    width: 24px;
    height: 24px;
    position: absolute;
    margin-right: 20px;
    margin-left: 0px;
    margin-top: .3rem;
}

.download-card {
    background: #FFFFFF;
    border: 1px solid var(--gray-200);
    border-radius: 0px 50px 0px 0px;
}

.newsletter-section2 {
    background: var(--orange-500);
    position: relative;
    overflow: hidden;
    color: #fff;
    max-height: 467px;
    height: 100%;
    background: var(--orange-500);
    padding: 50px 50px 73px 50px;

}

.newsletter-overlay2 {
    right: 18%;
    bottom: 0;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.93;
    background: linear-gradient(102.16deg, #012A7A 22.24%, #1849AA 81.59%);
    border-radius: 0px 0px 180px 0px;
}

.newsletter-section2 .container {
    position: relative;
    z-index: 2;
}

.newsletter-content {
    padding: 0;
}

.newsletter-title {
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.newsletter-title .orange-text {
    color: var(--bs-warning, #ff5722);
}

.btn-newsletter {
    background: #ff5722;
    border-color: #ff5722;
    font-weight: 600;
    letter-spacing: 0.025em;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(255, 87, 34, 0.4);
    border-radius: 8px;
    padding: 12px 30px;
    border: none;
}

.btn-newsletter:hover {
    background: #e64a19;
    border-color: #e64a19;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 87, 34, 0.5);
}

.form-control {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 16px 33px;
    background: #fff;
    border-radius: 0px;

}

.form-control::placeholder {
    color: #000 !important;
}

.form-control:focus {
    border: 1px solid #ff5722;
}

.form-check-input:checked {
    background-color: #ff5722;
    border-color: #ff5722;
}



.newsletter-icon {
    margin-right: 1rem;
    flex-shrink: 0;
}

.small-title {
    color: white;
    margin-bottom: 0.5rem;
    text-align: start;
    font-weight: 500;
}

.documents-img {
    position: absolute;
    right: -4%;
    top: 60%;
    transform: translateY(-50%);
    width: 419px;
    height: 438px;
    background-image: url("/wp-content/uploads/2025/09/newsletter_img_b.webp");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .newsletter-section2 {
        padding: 60px 0;
    }

    .newsletter-overlay2 {
        right: 30%;
    }
}

@media (max-width: 767.98px) {
    .newsletter-title {
        font-size: var(--h2-size, 2rem) !important;
    }

    .small-title {
        text-align: left !important;
    }

    .newsletter-section2 {
        padding: 10px 0;
    }

    .newsletter-icon svg {
        width: 64px;
        height: 64px;
        margin-top: 10px;
    }

    .newsletter-overlay2 {
        right: 20%;
        border-radius: 0px 120px 0px 0px;
    }

    .btn-newsletter {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .documents-img {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .newsletter-content .d-flex {
        flex-direction: column;
        text-align: left;
    }

    .newsletter-overlay2 {
        right: 10%;
        border-radius: 0 0 80px 0;
    }
}

/* KOMPONENTY */


/* Jarek - start */
.blog-main-info h1 {
    margin-bottom: 58px;
}

.blog-main-info p {
    padding-right: 7%;
}

.blog-main-box {
    background: linear-gradient(to right, transparent 0 55%, #F4F5F8 45% 100%);
}

.blog-main-info {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media(max-width:1199px) {
    .blog-main-info {
        max-width: 100%;
    }
}

@media(max-width:992px) {
    .blog-main-info {
        flex-direction: column;
        max-width: 100%;
        padding-top: 28px;
        padding-bottom: 0px;
    }

    .blog-main-info p {
        padding-right: 0%;
        padding-bottom: 47px;
        margin: 0;
    }

    .blog-image-box img {
        width: 100%;
        padding: 21px 0px;
        z-index: 2;
        position: relative;
    }

    .blog-main-info h1 {
        margin-bottom: 24px;
    }

    .blog-main-box {
        background: unset;
    }

    .blog-main-info div {
        padding-left: 0;
        padding-right: 0;
    }

    .blog-image-box::before {
        content: "";
        position: absolute;
        top: 0;
        right: -15px;
        width: 77%;
        height: 100%;
        background: #F4F5F8;
        z-index: 1;
    }
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 36px;
    grid-row-gap: 70px;
}

.blog-grid .post-card {
    grid-column: span 4;
}

.blog-grid .post-card.post-card-first {
    grid-column: span 12;
}

.post-card-first-view {
    grid-column: span 12;
    height: 571px;
}

.blog-grid .post-card.post-card-first {
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: row;
    border: none;
    border-radius: unset;
    position: relative;
    z-index: 2;
    max-height: 405px;
    top: 50%;
    transform: translateY(-50%);
}

.post-card-first .post-card-content {
    width: 51%;
    padding-left: 60px;
}

.post-card-first .post-card-image {
    width: 49%;
}

.post-card-first .post-card-image img {
    object-fit: cover;
}

.post-card-first .post-card-image {
    height: 100%;
}

.post-card-first-view:before {
    content: "";
    position: absolute;
    left: 0;
    width: 45%;
    height: 571px;
    background: #FF5A00;
    z-index: 1;
    border-radius: 0px 0px 240px 0px;
}

.post-card-first-view:after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 571px;
    background: #F4F5F8;
    z-index: 0;
    margin-top: -405px;
}

.post-card-first-view .post-card:hover {
    background-color: transparent !important;
}

.post-card-first-view .btn-read-more {
    justify-content: unset;
}

.post-card-first-view .btn-read-more .post-sq {
    margin-left: 16px;
}

.blog-grid {
    padding-bottom: 70px;
}

@media(max-width:1199px) {
    .blog-grid {
        max-width: 100%;
    }
}

@media (min-width:992px) and (max-width:1025px) {
    .blog-grid .post-card.post-card-first {
        max-height: 435px;
    }

    .post-card-first-view::after {
        margin-top: -434px;
    }
}

@media(max-width:992px) {
    .blog-grid .post-card.post-card-first {
        display: flex;
        flex-direction: column-reverse;
        max-height: unset;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .post-card-first .post-card-content {
        width: 100%;
        padding: 0;
    }

    .post-card-first .post-card-image {
        width: 100%;
    }

    .post-card-first .post-card-image img {
        padding-bottom: 17px;
    }

    .post-card-first-view {
        height: unset;
    }
}

@media(max-width:768px) {
    .blog-grid {
        grid-column-gap: unset;
    }
}

@media (max-width: 992px) {
    .post-card-first .post-card-excerpt {
        font-size: 16px;
    }

    .post-card-first .post-card-title {
        font-size: 24px;
    }

    .post-card-first .post-card-footer {
        margin-top: auto;
        margin-bottom: 48px;
    }
}

@media(max-width:992px) {
    .post-card-first .post-card-image {
        position: relative;
        z-index: 2;
    }

    .post-card-first .post-card-image img {
        z-index: 2;
        position: relative;
    }

    .post-card-first-view::after {
        content: "";
        position: absolute;
        left: 0;
        width: 88%;
        height: 250px;
        background: #FF5A00;
        z-index: 0;
        margin-top: -265px;
        border-radius: 0px 0px 240px 0px;
    }

    .post-card-first .post-card-image img {
        height: 225px;
    }

    .post-card-first-view::before {
        display: none;
    }

    .blog-grid .post-card {
        grid-column: span 6;
    }

    .blog-grid {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }

    .blog-grid {
        padding-bottom: 19px;
    }
}

@media(max-width:768px) {
    .blog-grid .post-card {
        grid-column: span 12;
    }

    .blog-grid .post-card-title {
        font-size: 15px !important;
    }

    .blog-grid .post-card-excerpt {
        font-size: 14px;
    }

    .blog-grid {
        grid-row-gap: 20px;
    }

    .post-card-first-view::after {
        content: "";
        position: absolute;
        left: 0;
        width: 88%;
        height: 225px;
        background: #FF5A00;
        z-index: 0;
        margin-top: -234px;
        border-radius: 0px 0px 240px 0px;
    }

    .post-card-first .post-card-image img {
        height: 190px;
    }
}

.page-numbers {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
}

.page-numbers.current {
    color: #FF5A00;
    text-decoration: underline;
}

.blog-pagination {
    padding-bottom: 67px;
}

.main-content-post {
    max-width: 975px;
    padding-top: 135px;
    padding-bottom: 75px;
}

@media(max-width:992px) {
    .blog-pagination {
        padding-bottom: 20px;
    }

    .main-content-post {
        max-width: 975px;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .hero-banner-content .container {
        max-width: unset;
    }
}

.last-posts {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 36px;
    grid-row-gap: 0px;
    padding-bottom: 145px;
}

.last-posts .post-card {
    grid-column: span 4;
}

.blog-last-posts-box {
    background: #F4F5F8;
}

.blog-last-posts-box h2 {
    padding-top: 100px;
    padding-bottom: 75px;
    margin-bottom: 0;
}

@media(max-width:992px) {
    .blog-last-posts-box h2 {
        padding-top: 29px;
        padding-bottom: 32px;
    }

    .last-posts {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding-bottom: 73px;
    }

    .last-posts .post-card {
        grid-column: span 12;
    }

    .blog-last-posts-box .container {
        max-width: unset;
    }

    .blog-last-posts-box .post-card-title {
        font-size: 19px;
    }

    .blog-last-posts-box .post-card-excerpt {
        font-size: 14px;
    }
}

#job-offers {
    margin-top: 50px;
    margin-bottom: 125px;
    padding: 0px 25%;
}

#job-offers a {
    margin-top: 45px;
}

.career-stage-card h5 {
    top: 0;
    position: relative;
    margin-top: -5px !important;
    left: 80px;
}

.career-stage-text {
    padding-top: 22px;
}

@media(max-width:1199px) {
    #job-offers {
        margin-top: 33px;
        margin-bottom: 63px;
        padding: 0;
    }

    #job-offers a {
        margin-top: 24px;
    }
}

.carrer-main-box {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 37px;
    grid-row-gap: 36px;
}

.carrer-box-single {
    grid-column: span 6;
}

.career-stage-card {
    height: 100%;
}

.carrer-main-box {
    margin-top: 78px;
    margin-bottom: 36px !important;
}

@media(max-width:768px) {
    .carrer-box-single {
        grid-column: span 12;
        max-width: 345px;
    }

    .carrer-main-box {
        margin-top: 30px;
        margin-bottom: 59px !important;
    }

    .text-xxl {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max-width:1199px) {
    .kariera .container {
        max-width: unset !important;
    }
}

@media(max-width:992px) {
    .career-checklist-section {
        flex-direction: column;
        margin-top: 60px;
    }
}

@media(max-width:768px) {
    .home {
        overflow-x: hidden !important;
    }
}

.single-post .size-full img {
  width: 100% !important;
}
 
.single-post figure {
  margin: 2rem 0;
}
/* Jarek - end */


.post-youtube-embed {
    margin-bottom: 2rem;
}
.post-youtube-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}
.post-youtube-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}