.page-header {
            background: linear-gradient(135deg,  var(--pro3w-gray-200), var(--pro3w-gray-800));
            color: white;
            padding: 3rem 0;
            position: relative;
            overflow: hidden;
        }

    .wfOsigw-box {
        transition: all 0.3s ease-in-out;
    }

.wfOsigw-box:hover{
    background-color: #f8f9fa;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    transform: translateY(-0.25rem);
}

.separator-full-line {
    width: 100%; 
    height: 6px;
    background-color: #b8a27d; 
    margin-bottom: 2rem; 
    py:4
}
/* Kontener ograniczający widok (okno) */
.widget-scroll-container {
    width: 100%;
    max-width: 400px;
    height: 200px;
    margin: 0 auto;
    overflow-y: auto;
    /* Płynne przewijanie na iOS */
    -webkit-overflow-scrolling: touch; 
    /* Ukrycie paska przewijania (Firefox i Edge/IE) */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Ukrycie paska przewijania (Chrome, Safari, Nowy Edge) */
.widget-scroll-container::-webkit-scrollbar {
    display: none;
}

/* Klasa dla samej ramki iframe */
.widget-frame {
    border: none;
    width: 100%;
    /* Duża wysokość, by treść się nie blokowała */
    height: 850px; 
    pointer-events: auto;
}

/* Centrowanie w kolumnie Bootstrap */
.widget-center-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
/* Klasa dla pojedynczego bloku komunikatu */
.komunikat-item {
    background-color: #f4f4f4; /* Jasnoszary kolor tła */
    padding: 15px;             /* Odstęp tekstu od krawędzi tła */
    margin-bottom: 20px;       /* Zachowanie dotychczasowych odstępów między blokami */
    border-radius: 8px;        /* Opcjonalnie: delikatne zaokrąglenie rogów */
}
@media (min-width: 768px) and (max-width: 991px) {
    .tablet-size-48, 
    .tablet-size-48 i, 
    .tablet-size-48 span {
        font-size: 48px !important;
    }

    .tablet-size-48 i {
        /* Zapewnia, że ikona nie będzie większa/mniejsza niż tekst */
        width: auto;
        height: auto;
        line-height: 1;
    }
}
.bg-slajd {
    background-image: url('/static/img/k16/ze_starej_www/tlo-slogan1.webp');
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh; /* wysokość na cały ekran */
    display: block;
}

/* Klasa szkła - to jest warstwa wypełniająca wnętrze tła */
.glass-overlay {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    /* Półprzezroczysty czarny (przydymienie)*/ 
    background-color: rgba(0, 0, 0, 0.5); 
    /* Rozmycie obrazka pod spodem */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    
    /* Centrowanie tekstu */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;*/
}
/* box przesuniety*/
 .box-slide {
        transition: all 0.3s ease-in-out;
    }

.box-slide:hover{
    /*background-color: #f8f9fa;*/
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    transform: translateY(-0.25rem);
}
/* button led-bruk*/
.cta-buttons {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
        }
.step-card {
  /* Zapewnia płynny ruch zamiast nagłego skoku */
  transition: transform 0.3s ease;
}

.step-card:hover {
  /* Przesuwa element o 20px w prawo */
  transform: translateX(20px);
}
