.elementor-1409 .elementor-element.elementor-element-1dfaf41{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1409 .elementor-element.elementor-element-799dafc{--display:flex;--margin-top:-28px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1409 .elementor-element.elementor-element-799dafc:not(.elementor-motion-effects-element-type-background), .elementor-1409 .elementor-element.elementor-element-799dafc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1409 .elementor-element.elementor-element-8f33a6a{--display:flex;}.elementor-1409 .elementor-element.elementor-element-8f33a6a:not(.elementor-motion-effects-element-type-background), .elementor-1409 .elementor-element.elementor-element-8f33a6a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1409 .elementor-element.elementor-element-384f597{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-799dafc *//* === Układ siatki === */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

/* === Pojedynczy element === */
.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    opacity: 0;
    transform: scale(0.8);
    animation: fadeIn 0.8s forwards;
}

/* === Efekt pojawienia się === */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Opóźnienie animacji */
.portfolio-item:nth-child(1) { animation-delay: 0.1s; }
.portfolio-item:nth-child(2) { animation-delay: 0.2s; }
.portfolio-item:nth-child(3) { animation-delay: 0.3s; }
.portfolio-item:nth-child(4) { animation-delay: 0.4s; }
.portfolio-item:nth-child(5) { animation-delay: 0.5s; }
.portfolio-item:nth-child(6) { animation-delay: 0.6s; }
.portfolio-item:nth-child(7) { animation-delay: 0.7s; }
.portfolio-item:nth-child(8) { animation-delay: 0.8s; }
.portfolio-item:nth-child(9) { animation-delay: 0.9s; }
.portfolio-item:nth-child(10) { animation-delay: 1s; }

/* === Efekt „wyskakiwania” przy najechaniu === */
.portfolio-item:hover {
    transform: scale(1.1) rotate(2deg);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

/* === Styl obrazów === */
.portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

/* === Efekt pulsowania dla obrazków === */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.portfolio-item:hover img {
    animation: pulse 0.6s infinite;
}

/* === Efekt BLUR: Rozmycie reszty zdjęć, gdy najechany === */
.portfolio-grid:hover .portfolio-item:not(:hover) img {
    filter: blur(5px);
    transform: scale(0.95);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8f33a6a *//* === Układ siatki === */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

/* === Pojedynczy element === */
.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    opacity: 0;
    transform: scale(0.8);
    animation: fadeIn 0.8s forwards;
}

/* === Efekt pojawienia się === */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Opóźnienie animacji */
.portfolio-item:nth-child(1) { animation-delay: 0.1s; }
.portfolio-item:nth-child(2) { animation-delay: 0.2s; }
.portfolio-item:nth-child(3) { animation-delay: 0.3s; }
.portfolio-item:nth-child(4) { animation-delay: 0.4s; }
.portfolio-item:nth-child(5) { animation-delay: 0.5s; }
.portfolio-item:nth-child(6) { animation-delay: 0.6s; }
.portfolio-item:nth-child(7) { animation-delay: 0.7s; }
.portfolio-item:nth-child(8) { animation-delay: 0.8s; }
.portfolio-item:nth-child(9) { animation-delay: 0.9s; }
.portfolio-item:nth-child(10) { animation-delay: 1s; }

/* === Efekt „wyskakiwania” przy najechaniu === */
.portfolio-item:hover {
    transform: scale(1.1) rotate(2deg);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

/* === Styl obrazów === */
.portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

/* === Efekt pulsowania dla obrazków === */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.portfolio-item:hover img {
    animation: pulse 0.6s infinite;
}

/* === Efekt BLUR: Rozmycie reszty zdjęć, gdy najechany === */
.portfolio-grid:hover .portfolio-item:not(:hover) img {
    filter: blur(5px);
    transform: scale(0.95);
}/* End custom CSS */