/*
Theme Name: Fabryka IT
Theme URI: https://www.fabrykait.com.pl/
Template: astra
Author: Fabryka IT
Author URI: https://www.fabrykait.com.pl/
Version: 4.13.6.1783614070
Updated: 2026-07-09 18:21:10

*/
.animation1 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 2.8s ease-out;
}
.animation2 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 2.8s ease-out;
}
.animation3 {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 2.8s ease-out;
}
/* Po wejściu na ekran */
.animation1.visible,
.animation2.visible,
.animation3.visible {
  opacity: 1;
  transform: translateY(0);
}

.srfm-form-container .srfm-form {
	row-gap: 5px;
}
.uagb-block-38fba2b2:not(.is-grid).uagb-post__items article {
	border-radius: 8%;
}
.blinkingButton {
  animation: blinking-animation 2s ease-in-out infinite;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

@keyframes blinking-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.site-above-footer-wrap {
	padding: 0px;
}

.logof {
	width: 31px;
	height: 35px;
}
/* =========================
   SIATKA OFERT
========================= */

.oferty-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin: 40px 0;
}


.oferta-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: 32px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e8eef0;
    box-shadow: 0 12px 35px rgba(30, 90, 110, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}


/* granatowy dekoracyjny pasek */
.oferta-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: #024092;
}


.oferta-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(30, 90, 110, 0.14);
}


.oferta-card h3 {
    margin: 10px 0 10px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
}


.oferta-card h3 a {
    color: #111111;
    text-decoration: none;
}


.oferta-card h3 a:hover {
    color: #299fd0;
}


.oferta-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 0;
    border-bottom: 1px solid #edf1f2;
}


/* Nazwa pola */
.oferta-label {
    font-size: 13px;
    color: #6c7a80;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* Wartość pola */
.oferta-info strong {
    color: #17202a;
    font-size: 17px;
    font-weight: 500;
}


/* Wynagrodzenie */
.oferta-wynagrodzenie strong {
    color: #2389b5;
    font-size: 20px;
    font-weight: 600;
}

.oferta-button {
    display: inline-block;
    margin-top: auto;
    padding: 10px 20px;
    background: #024092;
    color: #ffffff !important;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
	width: 180px;
	align-content: center;
}


.oferta-button:hover {
    background: #131739;
    color: #ffffff !important;
    transform: translateY(-2px);
}


@media (max-width: 1024px) {

    .oferty-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

}

.gt_switcher_wrapper {
	top: 35px !important;
}
@media (max-width: 600px) {

    .oferty-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px 0;
    }

    .oferta-card {
        padding: 25px;
        min-height: auto;
    }

    .oferta-card h3 {
        font-size: 22px;
    }
	.srfm-form-container {
		padding: 24px;
	}
	.gt_switcher_wrapper {
	top: 25px !important;
	}
}
.srfm-form-container .srfm-button {
	padding: 13px 22px;
}
@keyframes pulse-blink {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.uagb-block-a2b85371 .uagb-ifb-icon-wrap svg {
  animation: pulse-blink 1.5s infinite ease-in-out !important;
  display: inline-block !important;
}
.srfm-form-container .srfm-checkbox-block .srfm-block-wrap .srfm-input-checkbox:checked+.srfm-cbx>span.srfm-span-wrap:first-child {
	background: none;
}
.uagb-block-f7184796 .uagb-ifb-desc {
	margin-bottom: 0px;
}
.ast-site-identity .site-title a {
    display: none !important;
}
