/*
Theme Name: Wojcik Theme
Theme URI: https://dnavi.pl
Author: DNAVI
Author URI: https://dnavi.pl
Description: Wojcik Theme
Version: 1.0
Text Domain: wojcik
*/

:root {
    --color-dark: #1a161b;
    --color-surface: #ffffff;
    --color-surface-alt: #f6f6f6;
    --color-heading: #1a161b;
    --color-body: #777777;
    --color-muted: #777777;
    --color-on-dark: #ffffff;
    --color-on-accent: #ffffff;
    --color-border: rgba(26, 22, 27, .10);
    --color-shadow: rgba(0, 0, 0, .08);
    --color-background: #ffffff;
}

body {
    background: var(--color-background);
    color: var(--color-body);
}

.wojcik-submenu-toggle {
    display: none;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
}

.wojcik-header-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    line-height: 1;
    white-space: nowrap;
    transition: border-color 220ms ease, background 220ms ease, color 220ms ease, transform 220ms ease;
}

.wojcik-header-contact-button span {
    margin-right: 8px;
    color: inherit;
    font-size: 14px;
}

.wojcik-header-contact-button:hover,
.wojcik-header-contact-button:focus-visible {
    border-color: var(--color-accent);
    background: var(--color-accent);
    color: var(--color-on-accent);
    transform: translateY(-1px);
}

@media only screen and (max-width: 991px) {
    .logo-wrapper {
        max-width: calc(100% - 62px);
        gap: 10px;
    }

    .wojcik-header-contact-button {
        min-height: 34px;
        padding: 8px 11px;
        font-size: 12px;
    }

    .navbar .dropdown {
        position: relative;
    }

    .navbar .dropdown>.nav-link,
    .navbar .dropdown>.dropdown-item {
        /* padding-right: 48px !important; */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar .dropdown>.nav-link>i,
    .navbar .dropdown>.dropdown-item>span>i {
        /* display: none; */
        font-size: 14px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
    }


    .navbar .dropdown>.wojcik-submenu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        width: 44px;
        height: 40px;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--color-text-secondary);
        line-height: 1;
        cursor: pointer;
        pointer-events: auto;
    }

    .navbar .dropdown>.wojcik-submenu-toggle.show span::before {
        transform: rotate(180deg);
    }

    .nav-scroll .navbar .dropdown>.wojcik-submenu-toggle {
        color: var(--color-heading);
    }

    .navbar .dropdown>.wojcik-submenu-toggle span {
        color: inherit;
        font-size: 13px;
        transition: transform 180ms ease;
    }

    .navbar .dropdown>.dropdown-menu {
        display: none;
    }

    .navbar .dropdown>.dropdown-menu.show {
        display: block;
    }

    .navbar .dropdown>.wojcik-submenu-toggle.show span,
    .navbar .dropdown>.wojcik-submenu-toggle[aria-expanded="true"] span {
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 480px) {
    .wojcik-header-contact-button span {
        display: none;
    }
}

.section-title,
.section-title.black,
.section-title2,
.section-title3 {
    color: var(--color-heading);
}

.section-title.white,
.section-title2.white,
.section-title3.white,
[data-overlay-dark] .section-title,
[data-overlay-dark] .section-title2,
[data-overlay-dark] .section-title3 {
    color: var(--color-on-dark);
}

p,
.about p,
.widget-text p {
    color: var(--color-body);
}

a,
.section-title span,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active,
.navbar .navbar-nav .current-menu-item a,
.nav-scroll .navbar-nav .active,
.footer a:hover {
    color: var(--color-accent);
}

.wojcik-header-contact-button,
.button-1,
.button-2,
.button-3 {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
    color: var(--color-on-accent);
}

.wojcik-header-contact-button span,
.button-1 span,
.button-2 span,
.button-3 span {
    color: var(--color-on-accent);
}

.wojcik-header-contact-button:hover,
.button-1:hover,
.button-2:hover,
.button-3:hover {
    border-color: var(--color-dark);
    background-color: var(--color-dark);
    color: var(--color-on-dark);
}

.wojcik-header-contact-button:hover span,
.button-1:hover span,
.button-2:hover span,
.button-3:hover span {
    color: var(--color-on-dark);
}

.button-1-alt {
    border-color: var(--color-on-dark);
    background-color: var(--color-on-dark);
    color: var(--color-dark);
}

.button-1-alt span {
    color: var(--color-dark) !important;
}

.button-1-alt:hover {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
    color: var(--color-on-accent);
}

.button-1-alt:hover span {
    color: var(--color-on-accent) !important;
}

.footer,
.links.dark,
.wojcik-final-cta,
.process:after,
.services-box:after,
.contact-box:after {
    background-color: var(--color-dark);
}

.footer,
.footer p,
.footer a,
.footer .widget .widget-title,
.footer-contact-link-wrapper h6,
.footer-contact-link-wrapper p,
.footer-contact-link-wrapper p a {
    color: var(--color-on-dark);
}

.nav-scroll,
.navbar .dropdown-menu,
.blog2-sidebar .widget,
.contact .form-box,
.form-box {
    background: var(--color-surface);
}

.nav-scroll .navbar-nav .nav-link,
.nav-scroll .navbar-right .wrap .text p,
.nav-scroll .navbar-right .wrap .text h5,
.nav-scroll .navbar-right .wrap .text h5 a,
.nav-scroll .logo-wrapper .logo h2,
.nav-scroll .logo-wrapper .logo,
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar,
.navbar .dropdown-menu .dropdown-item,
.blog2 .post-cont h5,
.blog2 .post-cont h5 a,
.blog2-sidebar .widget-title h6,
.contact h5,
.contact .con-content p,
.contact .con-content a,
.contact p,
.contact .text,
.contact .con .text,
.contact .con {
    color: var(--color-heading);
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-right .wrap .text p,
.navbar .navbar-right .wrap .text h5,
.navbar .navbar-right .wrap .text h5 a,
.nav-scroll .navbar-collapse .nav-link {
    color: var(--color-on-dark);
}

@media only screen and (max-width: 991px) {

    .navbar .navbar-nav .nav-link,
    .navbar .navbar-right .wrap .text p,
    .navbar .navbar-right .wrap .text h5,
    .navbar .navbar-right .wrap .text h5 a {
        color: var(--color-dark);
    }
}

.navbar.nav-scroll .navbar-nav .nav-link,
.navbar.nav-scroll .navbar-right .wrap .text p,
.navbar.nav-scroll .navbar-right .wrap .text h5,
.navbar.nav-scroll .navbar-right .wrap .text h5 a {
    color: var(--color-dark);
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover,
.nav-scroll .logo-wrapper .logo span,
.blog2 .post-cont .tag,
.blog2 .post-cont .category a:hover,
.contact h5 span,
.contact .icon span,
.contact p b {
    color: var(--color-accent);
}

.process .item,
.services-box .item,
.contact-box .item,
.services3 .card .card-inner,
.team .item .con,
.blog2 .item,
.blog2-sidebar .widget,
.contact .form-box {
    background: var(--color-surface);
    color: var(--color-body);
}

.blog1,
.about-box {
    background-color: var(--color-dark);
}

.blog1 .section-title,
.blog1 .section-title3,
.blog1 .item .wrap .wrapper-title h6,
.blog1 .item .wrap .wrapper-title h4,
.blog1 .item .wrap .wrapper-title .icon,
.about-box .section-title,
.about-box .section-title2,
.about-box .section-title3,
.about-box .item .wrap h5,
.about-box .item .wrap p {
    color: var(--color-on-dark);
}

.process .item h5,
.services-box .item h5,
.contact-box .item h5,
.services3 .card .card-inner .card-title,
.team .item .con h5,
.team .item .con h5 a,
.about-box .item .wrap h5,
.blog2 .post-cont h5,
.blog2 .post-cont h5 a {
    color: var(--color-heading);
}

.process .item p,
.services-box .item p,
.contact-box .item p,
.services3 .card .card-inner .card-box .font-text,
.services3 .card .card-inner .card-box p,
.team .item .con h5 span,
.blog2 .post-cont .calendar a,
.blog2-sidebar .widget ul li a {
    color: var(--color-body);
}

.process .item.active,
.process .item:hover,
.services-box .item.active,
.services-box .item:hover,
.contact-box .item.active,
.contact-box .item:hover,
.services3 .card .card-inner:hover,
.team .item:hover .con {
    background: var(--color-accent);
}

.process .item.active h5,
.process .item:hover h5,
.process .item.active p,
.process .item:hover p,
.services-box .item.active h5,
.services-box .item:hover h5,
.services-box .item.active p,
.services-box .item:hover p,
.contact-box .item.active h5,
.contact-box .item:hover h5,
.contact-box .item.active p,
.contact-box .item:hover p,
.services3 .card .card-inner:hover .card-title,
.services3 .card .card-inner:hover .font-text,
.services3 .card .card-inner:hover p,
.team .item:hover .con h5,
.team .item:hover .con h5 a,
.team .item:hover .con h5 span {
    color: var(--color-on-accent);
}

.navbar .navbar-right .wrap .icon {
    background-color: var(--color-accent);
    color: var(--color-on-accent);
}

.navbar .navbar-right .wrap .icon:hover {
    background-color: var(--color-on-dark);
    color: var(--color-accent);
}

.blog1 .item .wrap .wrapper-title .icon:hover {
    background: var(--color-accent);
    color: var(--color-on-accent);
}

.wojcik-services-carousel {
    background: var(--color-background);
}

.wojcik-services-carousel::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
    background: var(--color-surface);
    z-index: 1;
}

.wojcik-services-carousel::after {
    background: var(--color-dark);
}

.wojcik-services-carousel.bg-white {
    background: var(--color-background) !important;
}

.wojcik-services-carousel .section-title,
.wojcik-services-carousel .section-title3 {
    color: var(--color-on-dark);
}

.wojcik-services-carousel .section-title3::before {
    background-color: var(--color-accent);
}

.wojcik-services-carousel .col-md-12.text-center.mb-30>p,
.wojcik-services-carousel .col-md-12.text-center.mb-30>div:not(.section-title):not(.section-title3),
.wojcik-services-carousel .col-md-12.text-center.mb-30>div:not(.section-title):not(.section-title3) p {
    color: rgba(255, 255, 255, .72);
}

.wojcik-services-carousel .owl-carousel .owl-stage {
    align-items: stretch;
}

.wojcik-services-carousel .owl-item {
    display: flex;
}

.wojcik-services-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.wojcik-services-carousel .item .team-img {
    /* height: 260px; */
    border-radius: 5px;
    background: var(--color-surface-alt);
}

.wojcik-services-carousel .item .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wojcik-services-carousel .item .con {
    /* height: calc(100% - 140px); */
    padding: 30px 30px 30px 15px;
    background: var(--color-surface);
    box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
}

.wojcik-services-carousel .item .con h5 {
    max-width: 100%;
    margin: 0;
    font-size: 20px;
    line-height: 1.16;
}

.wojcik-services-carousel .item .con h5 a {
    color: var(--color-heading);
}

.wojcik-services-carousel .item .con h5 span {
    display: block;
    margin-top: 18px;
    color: var(--color-body);
    font-size: 16px;
    line-height: 1.65;
}

.wojcik-services-carousel .item:hover .con h5 a,
.wojcik-services-carousel .item:hover .con h5 span {
    color: var(--color-on-accent);
}

.wojcik-services-carousel .item .con .arrow {
    flex: 0 0 auto;
    margin-left: 18px;
}

.wojcik-services-carousel .item .con .arrow a {
    color: var(--color-on-accent);
}

.wojcik-services-carousel .owl-theme .owl-dots {
    margin-top: 32px;
}

.process .item span,
.services-box .item span,
.contact-box .item span,
.services3 .card .card-inner .icon-size-1,
.services3 .card .card-inner .icon-size-2 {
    color: var(--color-accent);
}

.process .item.active span,
.process .item:hover span,
.services-box .item.active span,
.services-box .item:hover span,
.contact-box .item.active span,
.contact-box .item:hover span,
.services3 .card .card-inner:hover .icon-size-1,
.services3 .card .card-inner:hover .icon-size-2 {
    color: var(--color-on-accent);
}

input,
textarea,
select,
.form-control {
    background: var(--color-surface);
    color: var(--color-heading);
    border-color: var(--color-border);
}

input::placeholder,
textarea::placeholder {
    color: var(--color-muted);
}

.contact {
    background: var(--color-background);
}

.contact .section-title {
    color: var(--color-heading);
}

.contact .section-title2 {
    color: var(--color-heading);
}

.contact .section-title2::before {
    background-color: var(--color-accent);
}

.contact h5 {
    color: var(--color-heading);
}

.contact>.container>.row>[class*="col-"]:first-child>div:not(.section-title):not(.section-title2),
.contact>.container>.row>[class*="col-"]:first-child>div:not(.section-title):not(.section-title2) p {
    color: var(--color-body);
}

.contact .con {
    align-items: center;
}

.contact .con .icon {
    color: var(--color-accent);
}

.contact .con-content p,
.contact .con-content a,
.contact .con .text,
.contact .con .text a {
    color: var(--color-heading);
}

.contact .con-content a:hover,
.contact .con .text a:hover {
    color: var(--color-accent);
}

.contact .form-box {
    background: var(--color-surface);
}

.contact input,
.contact textarea,
.contact select,
.contact .form-control,
.contact .wpcf7-form-control {
    background: var(--color-surface);
    border-color: var(--color-border);
    color: var(--color-heading);
}

.contact input:focus,
.contact textarea:focus,
.contact select:focus,
.contact .form-control:focus,
.contact .wpcf7-form-control:focus {
    border-color: var(--color-accent);
    color: var(--color-heading);
}

.contact input::placeholder,
.contact textarea::placeholder,
.contact .wpcf7-form-control::placeholder {
    color: var(--color-muted);
    opacity: 1;
}

.contact .btn-form1-submit,
.contact input[type="submit"],
.contact button[type="submit"] {
    border-color: var(--color-accent);
    background: var(--color-accent);
    color: var(--color-on-accent);
}

.wojcik-group-icon {
    width: 200px;
}

.navbar,
.navbar .container-fluid,
.navbar-collapse {
    overflow: visible;
}

.wojcik-group-icons {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 4px;
    overflow: visible;
    position: relative;
    z-index: 20;
}

.wojcik-group-icons__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 54px;
    height: 42px;
    overflow: visible;
    border-radius: 3px;
    outline: none;
    transition: opacity 300ms ease, transform 300ms ease;
}

.wojcik-group-icons__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    width: 150px;
    height: 96px;
    border: 1px solid rgba(26, 22, 27, 0.12);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(.76);
    transition: opacity 220ms ease, transform 220ms ease;
}

.wojcik-group-icons__item::after {
    content: attr(data-company);
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    z-index: 31;
    max-width: 190px;
    /* padding: 7px 10px; */
    /* border-radius: 3px; */
    /* background: var(--color-dark); */
    /* color: var(--color-on-dark); */
    /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18); */
    font-family: 'Barlow', sans-serif;
    /* font-size: 12px; */
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -4px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.wojcik-group-icons__item:hover,
.wojcik-group-icons__item:focus-visible {
    opacity: 1;
    transform: translateY(-2px);
    z-index: 40;
}

.wojcik-group-icons__item:hover::before,
.wojcik-group-icons__item:focus-visible::before,
.wojcik-group-icons__item:hover::after,
.wojcik-group-icons__item:focus-visible::after {
    opacity: 1;
}

.wojcik-group-icons__item:hover::before,
.wojcik-group-icons__item:focus-visible::before {
    transform: translate(-50%, -50%) scale(1);
}

.wojcik-group-icons__item:hover::after,
.wojcik-group-icons__item:focus-visible::after {
    transform: translate(-50%, 0);
}

.wojcik-group-icons__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 31;
    transition: transform 220ms ease;
}

.wojcik-group-icons__item:hover .wojcik-group-icons__image,
.wojcik-group-icons__item:focus-visible .wojcik-group-icons__image {
    transform: scale(2.35);
}

.wojcik-group-icons {
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    .wojcik-group-icons {
        margin: 20px 0 20px 12px !important;
    }
}

.wojcik-language-switcher {
    margin-left: 20px;
    display: flex;
    column-gap: 10px;
}

.process .item img,
.services3 .card .card-inner img {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    object-fit: contain;
    aspect-ratio: 1/1;
    -webkit-transition: .3s;
    transition: .3s;
}

.process .item:hover img,
.process .item.active img,
.services3 .card .card-inner:hover img {
    filter: brightness(100);
}

.services3 .card {
    height: calc(100% - 30px);
}

.services3 .card .card-inner {
    height: 100%;
}

.services3 .card .card-inner:hover img {
    transform: translateY(-15px);
}

.wojcik-service-support {
    position: relative;
    overflow: hidden;
    background: var(--color-surface-alt);
}

.wojcik-service-support::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-border);
}

.wojcik-service-support .section-title {
    max-width: 760px;
}

.wojcik-service-support__lead {
    margin: 0;
    color: var(--color-body);
    font-size: 17px;
    line-height: 1.75;
}

.wojcik-service-support__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 46px;
}

.wojcik-service-support__card {
    min-height: 100%;
    padding: 30px 26px;
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
    transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.wojcik-service-support__card:hover {
    border-color: var(--color-accent);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.09);
    transform: translateY(-4px);
}

.wojcik-service-support__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
    font-size: 23px;
}

.wojcik-service-support__icon-image {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.wojcik-service-support__card h3,
.wojcik-service-support__safety h3 {
    margin: 0 0 14px;
    color: var(--color-heading);
    font-family: 'Syne', sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
}

.wojcik-service-support__card p {
    margin: 0;
    color: var(--color-body);
    font-size: 15px;
    line-height: 1.7;
}

.wojcik-service-support__safety {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-top: 24px;
    padding: 30px 34px;
    background: var(--color-dark);
    color: var(--color-on-dark);
}

.wojcik-service-support__safety-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: var(--color-accent);
    font-size: 30px;
}

.wojcik-service-support__safety-image {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.wojcik-service-support__safety h3 {
    color: var(--color-on-dark);
}

.wojcik-service-support__safety p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.7;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.services1 .wrapper-title {
    opacity: 1;
    transform: none;
}

.services1 .wrap .wrapper-img img {
    filter: brightness(50%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.wp-block-list {
    padding-left: 0;
    list-style-type: none;
    line-height: 1.75em;
}

.wp-block-list li {
    position: relative;
    margin: 0;
    padding-left: 30px;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-heading);
    line-height: 1.75em;
}

.wp-block-list li::before {
    position: absolute;
    top: 6px;
    left: 0;
    margin-right: 10px;
    content: "\e64c";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: var(--color-accent);
}

.services1 .owl-carousel .owl-stage,
.team .owl-carousel .owl-stage {
    display: flex;
}

.services1 .owl-carousel .owl-item,
.team .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
    /* height: 100%; */
}

.services1 .owl-carousel .owl-item .item,
.services1 .owl-carousel .owl-item .item a,
.services1 .owl-carousel .owl-item .item a .wrap,
.services1 .owl-carousel .owl-item .item a .wrap .wrapper-img,
.services1 .owl-carousel .owl-item .item a .wrap .wrapper-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.services1 .wojcik-project-card {
    height: calc(100% - .5rem);
}

.services1 .wojcik-project-card a {
    display: block;
    height: 100%;
}

.services1 .wojcik-project-card .wrap {
    min-height: 420px;
    overflow: hidden;
    align-items: stretch;
    background: var(--color-dark);
    text-align: left;
}

.services1 .wojcik-project-card .wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(26, 22, 27, 0.08) 0%, rgba(26, 22, 27, 0.28) 100%);
    pointer-events: none;
}

.services1 .wojcik-project-card .wrapper-img {
    width: 100%;
    min-height: 420px;
}

.services1 .wojcik-project-card .wrapper-img img {
    min-height: 420px;
    max-height: 420px;
    object-fit: cover;
}

.services1 .wojcik-project-card .wrapper-title {
    display: flex;
    flex-direction: column;
    right: auto;
    bottom: 14px;
    left: 14px;
    z-index: 2;
    width: calc(100% - 28px);
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
    opacity: 1;
    transform: none;
    /* min-height: 160px; */
}

.services1 .wojcik-project-card .wrapper-title h4 {
    margin: 8px 0;
    color: var(--color-heading);
    font-size: 18px;
    line-height: 1.14;
}

.wojcik-project-card__read-more {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-heading);
    font-family: 'Syne', sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.wojcik-project-card__read-more i {
    color: var(--color-accent);
    transition: transform .25s ease;
}

.services1 .wojcik-project-card a:hover .wojcik-project-card__read-more i {
    transform: translateX(4px);
}

.services1 .wojcik-project-card .wrap:hover .wrapper-title {
    transform: none;
}

.team .item .team-img img {
    height: 220px;
}

.wojcik-group-logos-slider {
    background: var(--color-surface);
}

.wojcik-group-logos-slider .section-title3,
.wojcik-group-logos-slider .section-title {
    color: var(--color-heading);
}

.wojcik-group-logos-slider p {
    color: var(--color-body);
}

.wojcik-group-logos-slider .owl-stage {
    padding-top: 20px;
    display: flex;
    align-items: stretch;
}

.wojcik-group-logos-slider .owl-item {
    display: flex;
    align-items: stretch;
}

.wojcik-group-logos-slider__item {
    display: flex;
    width: 100%;
    min-height: 150px;
}

.wojcik-group-logos-slider__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 150px;
    padding: 28px 22px;
    border: 1px solid var(--color-border);
    border-radius: 4px;
    background: var(--color-surface);
    color: var(--color-heading);
    text-align: center;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.wojcik-group-logos-slider__link:hover {
    border-color: var(--color-accent);
    box-shadow: 0 18px 45px var(--color-shadow);
    transform: translateY(-3px);
}

.wojcik-group-logos-slider__image {
    display: block;
    width: auto;
    /* max-width: 160px;
    height: 70px; */
    object-fit: contain;
    /* filter: grayscale(100%); */
    /* opacity: .78; */
    transition: filter .25s ease, opacity .25s ease;
}

.wojcik-group-logos-slider__link:hover .wojcik-group-logos-slider__image {
    filter: grayscale(0%);
    opacity: 1;
}

.wojcik-group-logos-slider__label {
    display: block;
    margin-top: 14px;
    font-family: 'Syne', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--color-heading);
}

.wojcik-contractors-page {
    background: var(--color-surface);
}

.wojcik-contractors-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.wojcik-contractor-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 28px 24px;
    border: 1px solid var(--color-border);
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    color: var(--color-heading);
    text-align: center;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

a.wojcik-contractor-card:hover {
    border-color: var(--color-accent);
    color: var(--color-heading);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.11);
    transform: translateY(-4px);
}

.wojcik-contractor-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 86px;
    margin-bottom: 18px;
}

.wojcik-contractor-card__image {
    display: block;
    max-width: 190px;
    max-height: 86px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.wojcik-contractor-card__name {
    display: block;
    color: var(--color-heading);
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.wojcik-footer-contractors__heading {
    margin-bottom: 18px;
}

.wojcik-footer-contractors__heading h3 {
    color: var(--color-dark);
    font-family: 'Syne', sans-serif;
    text-align: center;
}

.wojcik-footer-contractors .owl-stage {
    display: flex;
    align-items: stretch;
}

.wojcik-footer-contractors .owl-item {
    display: flex;
    align-items: stretch;
}

.wojcik-footer-contractors__item {
    display: flex;
    width: 100%;
    min-height: 118px;
}

.wojcik-footer-contractors__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 118px;
    padding: 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-dark);
    text-align: center;
    transition: border-color 220ms ease;
}

a.wojcik-footer-contractors__link:hover {
    display: flex;
    border-color: var(--color-accent);
}

.wojcik-footer-contractors__image {
    display: block;
    max-width: 140px;
    height: 60px;
    width: auto;
    margin-bottom: 12px;
    object-fit: contain;
}

.wojcik-footer-contractors__name {
    color: var(--color-text);
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.wojcik-projects-map {
    background: var(--color-surface);
    overflow: hidden;
}

.wojcik-projects-map__content {
    max-width: 520px;
}

.wojcik-projects-map__description,
.wojcik-projects-map__description p {
    color: var(--color-body);
    font-size: 16px;
    line-height: 1.7;
}

.wojcik-projects-map__description {
    margin-top: 16px;
}

.wojcik-projects-map__legend {
    display: grid;
    gap: 22px;
    margin-top: 34px;
}

.wojcik-projects-map__legend-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.wojcik-projects-map__legend-icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 54px;
}

.wojcik-projects-map__legend-image {
    display: block;
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.wojcik-projects-map__legend-text h3 {
    margin: 0 0 6px;
    color: var(--color-heading);
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

.wojcik-projects-map__legend-text p {
    margin: 0;
    color: var(--color-body);
    font-size: 15px;
    line-height: 1.45;
}

.wojcik-projects-map__image-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.wojcik-projects-map__image-wrap {
    width: calc(100% + ((100vw - 100%) / 2));
    margin-right: calc((100% - 100vw) / 2);
}

.wojcik-projects-map__image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: contain;
}

.section-padding .section-padding {
    padding: 25px 0;
}

.wojcik-map {
    background: var(--color-background);
}

.wojcik-map__embed {
    width: 100%;
    height: var(--wojcik-map-height, 450px);
    overflow: hidden;
    border-radius: 4px;
    background: var(--color-surface-alt);
}

.wojcik-map__embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    border: 0;
}

.wojcik-final-cta {
    position: relative;
    overflow: hidden;
    background: var(--color-dark);
}

.wojcik-final-cta::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background: var(--color-accent);
    opacity: .12;
    transform: skewX(-18deg) translateX(30%);
}

.wojcik-final-cta .container {
    position: relative;
    z-index: 2;
}

.wojcik-final-cta .section-title {
    margin-bottom: 18px;
}

.wojcik-final-cta__text,
.wojcik-final-cta__text p {
    max-width: 760px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .86);
}

.wojcik-final-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

.wojcik-final-cta__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-on-dark);
    font-family: 'Syne', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.wojcik-final-cta__phone span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 2px solid var(--color-accent);
    border-radius: 5px;
    color: var(--color-on-dark);
    font-size: 18px;
    transition: background-color 300ms ease, border-color 300ms ease, transform 300ms ease;
}

.wojcik-final-cta__phone:hover {
    color: var(--color-on-dark);
}

.wojcik-final-cta__phone:hover span {
    background: var(--color-accent);
    border-color: var(--color-accent);
    transform: translate3d(0, -4px, 0.01px);
}

@media (max-width: 991px) {
    .wojcik-contractors-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wojcik-service-support__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    .wojcik-group-logos-slider__item,
    .wojcik-group-logos-slider__link {
        min-height: 130px;
    }

    .wojcik-group-logos-slider__link {
        padding: 22px 14px;
    }

    .wojcik-group-logos-slider__image {
        /* max-width: 130px; */
        /* height: 58px; */
    }

    .banner-header {
        height: 50vh;
    }

    .banner-header h1 {
        font-size: 24px;
    }

    .wojcik-map__embed {
        height: min(var(--wojcik-map-height, 450px), 360px);
    }

    .wojcik-contractors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .wojcik-contractor-card {
        min-height: 164px;
        padding: 22px 16px;
    }

    .wojcik-contractor-card__image {
        max-width: 150px;
    }

    .wojcik-service-support__lead {
        margin-top: 18px;
    }

    .wojcik-service-support__grid {
        grid-template-columns: 1fr;
        margin-top: 34px;
    }

    .wojcik-service-support__card {
        padding: 26px 22px;
    }

    .wojcik-service-support__safety {
        grid-template-columns: 1fr;
        padding: 26px 22px;
    }

    .wojcik-projects-map__content {
        max-width: none;
        margin-bottom: 34px;
    }

    .wojcik-projects-map__legend {
        gap: 18px;
        margin-top: 26px;
    }

    .wojcik-projects-map__legend-item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
    }

    .wojcik-projects-map__legend-image {
        width: 42px;
        height: 42px;
    }

    .wojcik-projects-map__image-wrap {
        justify-content: center;
    }

    .wojcik-final-cta__actions {
        align-items: flex-start;
        margin-top: 26px;
    }

    .wojcik-final-cta__phone {
        font-size: 15px;
    }

    .wojcik-group-icons {
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 15px;
    }

    .wojcik-group-icons__item {
        width: 48px;
        height: 38px;
    }

    .wojcik-group-icons__item::before {
        width: 124px;
        height: 82px;
    }

    .wojcik-group-icons__item::after {
        top: calc(100% + 10px);
        max-width: 160px;
    }

    .wojcik-group-icons__item:hover .wojcik-group-icons__image,
    .wojcik-group-icons__item:focus-visible .wojcik-group-icons__image {
        transform: scale(2);
    }
}

/* body {
    background: var(--color-background);
    color: var(--color-text);
}

a,
.section-title span,
.section-title2,
.section-title3,
.navbar .navbar-nav .nav-link:hover,
.footer .widget .social-icons li a:hover,
.footer a:hover {
    color: var(--color-primary);
}

.button-1,
.button-2,
.button-3,
.process .item.active,
.progress-wrap::after,
.footer .first-footer .footer-contact-links-wrapper,
.btn-form1-submit {
    background-color: var(--color-primary);
}

.button-1:hover,
.button-2:hover,
.button-3:hover {
    border-color: var(--color-primary);
}

.wojcik-language-switcher {
    margin-left: 18px;
}

.wojcik-language-switcher ul {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wojcik-language-switcher a {
    color: var(--color-on-dark);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.wojcik-group-icon {
    display: flex;
    align-items: center;
    margin-left: 18px;
}

.wojcik-group-icon img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.wojcik-section-description {
    max-width: 760px;
    margin: 15px auto 0;
}

.wojcik-section-description.white,
.wojcik-section-description.white p {
    color: #fff;
}

.wojcik-company-card,
.wojcik-list-card a {
    display: block;
    color: var(--color-text);
}

.wojcik-company-card span,
.wojcik-list-card h2 {
    display: block;
    margin-top: 18px;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-text);
}

.wojcik-company-card small {
    display: block;
    margin-top: 8px;
    color: #777;
}

.footer-contact-link-content a {
    color: inherit;
}

@media (max-width: 991px) {
    .wojcik-language-switcher,
    .wojcik-group-icon {
        margin: 15px 0 0;
    }
} */


.two-columns-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.two-columns-list li {
    flex: 0 0 calc(50% - 8.33333333%);
    width: calc(50% - 8.33333333%);
}

@media (max-width: 767px) {
    .two-columns-list li {
        flex: 0 0 100%;
        width: 100%;
    }
}

.about-box .item .wrap h5 {
    color: #fff;
}

/**
 * Facts and numbers section.
 *
 * Template: facts-and-numbers.php
 */

.wojcik-facts-numbers {
    position: relative;
    overflow: hidden;
    padding: clamp(80px, 9vw, 140px) 0;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(18, 16, 22, 0.94), rgba(18, 16, 22, 0.82)),
        var(--wojcik-facts-bg, none) center / cover no-repeat,
        #121016;
}

/* .wojcik-facts-numbers::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 18%, rgba(0, 35, 180, 0.36), transparent 34%),
        radial-gradient(circle at 86% 82%, rgba(0, 35, 180, 0.22), transparent 34%),
        linear-gradient(180deg, rgba(18, 16, 22, 0.18), rgba(18, 16, 22, 0.72));
} */

.wojcik-facts-numbers::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
}

.wojcik-facts-numbers__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(18, 16, 22, 0.88), rgba(18, 16, 22, 0.42), rgba(18, 16, 22, 0.88));
}

.wojcik-facts-numbers>.container {
    position: relative;
    z-index: 2;
}

.wojcik-facts-numbers__header {
    max-width: 880px;
    margin: 0 auto clamp(54px, 6vw, 84px);
    text-align: center;
}

.wojcik-facts-numbers__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.wojcik-facts-numbers__eyebrow::before,
.wojcik-facts-numbers__eyebrow::after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    background: var(--color-accent);
    border-radius: 999px;
}

.wojcik-facts-numbers .section-title,
.wojcik-facts-numbers .section-title3 {
    color: #fff;
}

.wojcik-facts-numbers__description {
    max-width: 720px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(16px, 1.35vw, 19px);
    font-weight: 400;
    line-height: 1.7;
}

.wojcik-facts-numbers__description p {
    margin: 0;
}

.wojcik-facts-numbers__description p+p {
    margin-top: 12px;
}

.wojcik-facts-numbers__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 42px);
    align-items: start;
}

.wojcik-facts-numbers__item {
    position: relative;
    text-align: center;
}

.wojcik-facts-numbers__circle {
    position: relative;
    display: grid;
    width: clamp(128px, 11vw, 168px);
    height: clamp(128px, 11vw, 168px);
    margin: 0 auto 26px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    /* background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)); */
    box-shadow:
        inset 0 0 0 10px rgba(255, 255, 255, 0.025),
        0 24px 64px rgba(0, 0, 0, 0.38);
}

.wojcik-facts-numbers__circle::before {
    content: "";
    position: absolute;
    inset: -8px;
    border: 2px solid var(--color-accent);
    border-radius: inherit;
    clip-path: polygon(0 0, 100% 0, 100% 58%, 0 100%);
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.wojcik-facts-numbers__circle::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: inherit;
}

.wojcik-facts-numbers__number {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    color: #fff;
    font-size: clamp(34px, 3.45vw, 54px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.065em;
}

.wojcik-facts-numbers__number small {
    color: inherit;
    font-size: 0.52em;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
}

.wojcik-facts-numbers__label {
    margin: 0 0 10px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.045em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-transform: normal;
}

.wojcik-facts-numbers__text {
    max-width: 210px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.wojcik-facts-numbers__item:hover .wojcik-facts-numbers__circle::before {
    transform: rotate(24deg);
    border-color: #fff;
}

/**
 * Facts variant fallback.
 */

.wojcik-facts-numbers--facts .wojcik-facts-numbers__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wojcik-facts-numbers--facts .wojcik-facts-numbers__list li {
    position: relative;
    min-height: 84px;
    padding: 26px 28px 26px 58px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.wojcik-facts-numbers--facts .wojcik-facts-numbers__list li::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 28px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0023b4;
    box-shadow: 0 0 0 8px rgba(0, 35, 180, 0.18);
}

/**
 * If the section is placed next to the existing vertical line element.
 */

.wojcik-facts-numbers+.line-vr-section {
    position: relative;
    z-index: 3;
}

/**
 * Responsive.
 */

@media (max-width: 1199px) {
    .wojcik-facts-numbers__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 58px;
    }

    .wojcik-facts-numbers__text {
        max-width: 240px;
    }
}

@media (max-width: 767px) {
    .services1 .wojcik-project-card .wrap,
    .services1 .wojcik-project-card .wrapper-img,
    .services1 .wojcik-project-card .wrapper-img img {
        min-height: 360px;
        max-height: 360px;
    }

    .services1 .wojcik-project-card .wrapper-title {
        left: 14px;
        bottom: 14px;
        width: calc(100% - 28px);
        padding: 18px;
    }

    .services1 .wojcik-project-card .wrapper-title h4 {
        font-size: 21px;
    }

    .wojcik-facts-numbers {
        padding: 74px 0;
    }

    .wojcik-facts-numbers__header {
        margin-bottom: 48px;
    }

    .wojcik-facts-numbers__eyebrow::before {
        width: 28px;
    }

    .wojcik-facts-numbers__eyebrow::after {
        display: none;
    }

    .wojcik-facts-numbers__description {
        margin-right: 0;
        margin-left: 0;
    }

    .wojcik-facts-numbers__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 18px;
    }

    .wojcik-facts-numbers__circle {
        width: 128px;
        height: 128px;
        margin-bottom: 20px;
    }

    .wojcik-facts-numbers__number {
        font-size: 34px;
    }

    .wojcik-facts-numbers--facts .wojcik-facts-numbers__list {
        grid-template-columns: 1fr;
    }

    .wojcik-facts-numbers--facts .wojcik-facts-numbers__list li {
        padding: 22px 22px 22px 52px;
    }
}

@media (max-width: 460px) {
    .wojcik-contractors-grid {
        grid-template-columns: 1fr;
    }

    .wojcik-facts-numbers__grid {
        grid-template-columns: 1fr;
    }

    .wojcik-facts-numbers__text {
        max-width: 280px;
    }
}
