/* ============================================================
   GLOBAL
   ============================================================ */

body {
    font-family: 'Poppins', sans-serif;
}

/* ============================================================
   TŁO STRONY
   ============================================================ */

body {
    background-image: url("/conf-data/Vzskptk/images/tlo-nowe3.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* ============================================================
   SCROLLBAR
   ============================================================ */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.40);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #4C7D85 0%, #30535A 50%, #254349 100%);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: #3B6C72;
}

html {
    scrollbar-color: #30535A rgba(255, 255, 255, 0.40);
    scrollbar-width: thin;
}

/* ============================================================
   NAVBAR
   ============================================================ */

.navbar-right {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-inverse,
.navbar-menu-widthfix.navbar {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 20px 20px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.3s ease;
}

.navbar-menu-widthfix.navbar {
    min-height: 20px;
    width: 80%;
}

.navbar-inverse {
    width: 90% !important;
}

/* Stan po scrollu */
.navbar-inverse.scrolled,
.navbar-menu-widthfix.navbar.scrolled {
    background: #fff !important;
    backdrop-filter: blur(12px);
    border-color: transparent !important;
    box-shadow: 0px 7px 24px -19px rgba(66, 68, 90, 1);
}

/* Linki w menu */
.nav > li > a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    letter-spacing: 0.4px;
    display: block;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 15px !important;
    color: #000 !important;
}

.nav > li > a:hover {
    color: #FEA111 !important;
}

@media (min-width: 1200px) {
    .navbar > .container {
        width: 1366px !important;
    }
}

.navbar > .container .container {
    padding-left: 10% !important;
}

/* ============================================================
   ANIMACJA LOGO
   ============================================================ */

@keyframes logoReveal {
    0% {
        opacity: 0;
        transform: scale(0.85) translateY(-10px);
        filter: blur(6px);
    }
    60% {
        opacity: 1;
        transform: scale(1.03) translateY(3px);
        filter: blur(1px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0px);
        filter: blur(0);
    }
}

.navbar-header object,
.navbar-brand object {
    height: 90px !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    pointer-events: none;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
    animation: logoReveal 0.8s ease-out;
}

.navbar-inverse.scrolled object,
.navbar-menu-widthfix.navbar.scrolled object {
    height: 62px !important;
    margin-top: 1px !important;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.22));
}

/* Logo poza nav */
object {
    margin-top: 200px;
    width: 27%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* ============================================================
   ANIMACJA BOXÓW (PERGAMIN)
   ============================================================ */

@keyframes cardScrollRevealSoft {
    0% {
        opacity: 0;
        transform: scaleX(0.01) scaleY(1.05);
        border-radius: 120px;
        filter: blur(8px);
    }
    40% {
        opacity: 1;
        transform: scaleX(0.3) scaleY(1.03);
        border-radius: 60px;
        filter: blur(4px);
    }
    70% {
        opacity: 1;
        transform: scaleX(1.05) scaleY(1);
        border-radius: 24px;
        filter: blur(1px);
    }
    100% {
        opacity: 1;
        transform: scaleX(1) scaleY(1);
        border-radius: 20px;
        filter: blur(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .glowna,
    .glowna2,
    .glowna-white {
        animation: none !important;
    }
}

/* ============================================================
   BLOKI GŁÓWNE
   ============================================================ */

.glowna,
.glowna2,
.glowna-white {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    color: #000;
    line-height: 1.65;
    font-size: 17px;
    box-shadow: 1px 1px 24px 0px rgba(66, 68, 90, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.35);
    animation: cardScrollRevealSoft 0.8s ease-out;
    transform-origin: center;
}

.glowna {
    margin-top: 420px;
    padding: 60px;
    margin-bottom: 90px;
}

.glowna2,
.glowna-white {
    margin-top: 200px;
    padding: 60px;
    margin-bottom: 90px;
}

.glowna_program {
    background: #fff;
}

.glowna h1, .glowna h2, .glowna h3,
.glowna2 h1, .glowna2 h2, .glowna2 h3,
.glowna-white h1, .glowna-white h2, .glowna-white h3 {
    font-weight: 600;
    color: #30535A;
}

.glowna-biala {
    padding: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 20px;
    color: #000;
    line-height: 1.65;
    font-size: 17px;
    box-shadow: 1px 1px 24px 0px rgba(66, 68, 90, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.35);
    animation: cardScrollRevealSoft 0.8s ease-out;
    transform-origin: center;
}

/* ============================================================
   BANER
   ============================================================ */

.baner {
    position: relative;
    width: 100%;
    height: 720px;
}

.baner p {
    margin-left: auto;
    margin-right: auto;
    margin-top: -540px;
    text-align: center;
}

/* ============================================================
   LINKI
   ============================================================ */

a[href^="mailto:"] {
    color: #000 !important;
}

a[href^="mailto:"]:hover {
    color: #E6EFF0 !important;
}

/* ============================================================
   PRZYCISKI
   ============================================================ */

.btn {
    font-weight: 600;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background: #fea111 !important;
    border: 0 !important;
}

/* ============================================================
   UKŁAD KOLUMN
   ============================================================ */

.ukladaniekolumn {
    display: flex;
}

.lewa {
    width: 30%;
}

.prawa {
    width: 70%;
    padding-left: 50px;
    padding-right: 50px;
}

.columns {
    column-count: 2;
    column-gap: 80px;
    column-rule: 1px dashed #444444;
}

/* ============================================================
   ORGANIZATORZY
   ============================================================ */

.organizatorzy {
    display: flex;
    gap: 50px;
    margin-top: 380px;
}

.kolumnastr {
    width: 50%;
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    color: #000;
    line-height: 1.65;
    font-size: 17px;
    box-shadow: 1px 1px 24px 0px rgba(66, 68, 90, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.35);
    animation: cardScrollRevealSoft 0.8s ease-out;
    transform-origin: center;
}

.lewastr {
    text-align: left;
}

.prawastr {
    text-align: right;
}

.naglowek {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.logo {
    max-width: 200px;
    height: auto;
    margin: 15px 0 20px 0;
}

.tresc {
    font-size: 15px;
    line-height: 1.6;
}

.tresc a {
    color: #0056b3;
    text-decoration: none;
}

.tresc a:hover {
    text-decoration: underline;
}

/* ============================================================
   PATRONAT
   ============================================================ */

.patronat a img {
    width: 80%;
}

/* ============================================================
   TABS / SCHEDULE
   ============================================================ */

.nav-tabs {
    background: #233E3A;
}

.nav-tabs > li a {
    padding: 20px;
}

.nav-tabs > li.active a {
    color: #000 !important;
    padding: 20px;
}

.nav-tabs-wrapper {
    border-left: 1px solid #233E3A;
}

.schedule-list {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 14px;
    overflow: hidden;
}

.schedule__item {
    display: table-row;
}

.schedule__item--major {
    border: 2px solid rgba(255, 255, 255, 0.7);
    z-index: 20;
    background: rgba(237, 108, 16, 0.08);
}

.schedule__time {
    display: table-cell;
    width: 140px;
    padding: 12px 15px;
    color: #000 !important;
    border-top: 1px solid rgba(48, 83, 90, 0.12) !important;
    white-space: nowrap;
    font-weight: 600;
    vertical-align: top;
}

.schedule__desc {
    display: table-cell;
    border-left: 1px solid rgba(48, 83, 90, 0.10);
    border-top: 1px solid rgba(48, 83, 90, 0.12) !important;
    padding: 12px 15px;
    vertical-align: top;
}

.wyklad-tytul {
    font-weight: 400;
    color: #000;
    line-height: 1.45;
}

.wyklad-osoba {
    display: block;
    margin-top: 4px;
    font-weight: 700;
    font-size: 14px;
    color: #ED6C10;
    line-height: 1.4;
}

.wyklad-dodatkowe {
    display: block;
    margin-top: 4px;
    color: #444;
    font-size: 14px;
}

/* ============================================================
   PROGRAM KONFERENCYJNY
   ============================================================ */

.program-konferencyjny {
    max-width: 1200px;
    margin: 420px auto 90px auto;
    padding: 60px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    color: #000;
    line-height: 1.65;
    font-size: 17px;
    box-shadow: 1px 1px 24px 0px rgba(66, 68, 90, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.35);
    animation: cardScrollRevealSoft 0.8s ease-out;
    transform-origin: center;
}

.program-konferencyjny h1,
.program-konferencyjny h2,
.program-konferencyjny h3 {
    font-weight: 600;
    color: #30535A;
}

.program-konferencyjny .tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.program-konferencyjny .tab-btn {
    border: 0;
    cursor: pointer;
    font-weight: 700;
    border-radius: 6px;
    padding: 12px 22px;
    transition: 0.25s ease;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.program-konferencyjny .tab-btn:nth-child(1) {
    background: #E9660A;
}

.program-konferencyjny .tab-btn:nth-child(2) {
    background: #BD7606;
}

.program-konferencyjny .tab-btn:hover {
    transform: translateY(-1px);
    opacity: 0.95;
}

.program-konferencyjny .tab-btn.active {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.program-konferencyjny .tab-content {
    display: none;
}

.program-konferencyjny .tab-content.active {
    display: block;
}

.program-dzien {
    margin-bottom: 40px;
}

.program-dzien h2 {
    margin-bottom: 25px;
    font-size: 28px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

.program-sekcja {
    margin-top: 30px;
    margin-bottom: 12px;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.65);
    border-left: 6px solid #30535A;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.program-sekcja .godzina {
    font-weight: 700;
    color: #30535A;
    display: block;
    margin-bottom: 4px;
}

.program-sekcja .tytul-sekcji {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.program-sekcja .moderatorzy,
.program-sekcja .opis-sekcji {
    margin-top: 6px;
    font-size: 15px;
    color: #333;
}

/* Zakładki dni – kolory */
.program-tabs .tabs-container .tabs-nav ul li:nth-child(1) a,
.program-tabs .tabs-nav ul li:nth-child(1) a {
    background-color: #0056b3 !important;
    color: #ffffff !important;
}

.program-tabs .tabs-container .tabs-nav ul li:nth-child(2) a,
.program-tabs .tabs-nav ul li:nth-child(2) a {
    background-color: #198754 !important;
    color: #ffffff !important;
}

.program-tabs .tabs-container .tabs-nav ul li:nth-child(3) a,
.program-tabs .tabs-nav ul li:nth-child(3) a {
    background-color: #fd7e14 !important;
    color: #ffffff !important;
}

.program-tabs .tabs-nav ul li a {
    border-radius: 4px;
    padding: 6px 16px;
    border: 1px solid transparent;
}

.program-tabs .su-tabs-nav li,
.program-tabs .tabs-nav li {
    border-radius: 4px;
    padding: 6px 16px;
}

/* PDF download */
.program-pdf {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.program-pdf a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    text-decoration: none;
    font-weight: 600;
    color: #000;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.program-pdf a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    color: #ED6C10;
}

.program-pdf svg {
    width: 22px;
    height: 22px;
    fill: #ED6C10;
}

/* ============================================================
   CERTYFIKATY
   ============================================================ */

.certyfikaty-box {
    max-width: 1200px;
    margin: 200px auto 90px auto;
    padding: 60px;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    color: #000;
    line-height: 1.65;
    font-size: 17px;
    box-shadow: 1px 1px 24px 0px rgba(66, 68, 90, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.35);
    animation: cardScrollRevealSoft 0.8s ease-out;
    transform-origin: center;
}

.certyfikaty-box h2 {
    font-weight: 600;
    color: #30535A;
    margin-bottom: 30px;
    text-align: center;
}

.certyfikaty-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.certyfikat-item {
    background: rgba(255, 255, 255, 0.65);
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.certyfikat-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* ============================================================
   WARSZTATY
   ============================================================ */

.warsztaty-wrap {
    padding: 1rem 0;
}

.warsztaty-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 1px 1px 24px 0px rgba(66, 68, 90, 0.25);
    overflow: hidden;
}

.warsztaty-pasek {
    height: 5px;
    background: linear-gradient(90deg, #30535A, #ED6C10);
}

.warsztaty-body {
    padding: 1.75rem 2rem;
}

.warsztaty-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1.5rem;
}

.warsztaty-ikona {
    background: #E1F5EE;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.warsztaty-ikona i {
    font-size: 24px;
    color: #0F6E56;
}

.warsztaty-nadtytul {
    font-size: 11px;
    font-weight: 700;
    color: #0F6E56;
    margin: 0 0 3px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.warsztaty-tytul {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #30535A;
    line-height: 1.3;
}

.warsztaty-podtytul {
    margin: 4px 0 0;
    font-size: 14px;
    color: #555;
}

.warsztaty-opis {
    font-size: 15px;
    color: #000;
    line-height: 1.7;
    margin: 0 0 1.5rem;
}

.warsztaty-kafelki {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.warsztaty-kafelek {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 0.9rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.warsztaty-kafelek i {
    font-size: 20px;
    color: #ED6C10;
}

.warsztaty-kafelek--zielony {
    background: #E1F5EE;
}

.warsztaty-kafelek--zielony i {
    color: #0F6E56;
}

.warsztaty-kafelek--zielony .kafelek-label {
    color: #0F6E56;
}

.warsztaty-kafelek--zielony .kafelek-wartosc {
    color: #085041;
}

.kafelek-label {
    font-size: 11px;
    color: #777;
    margin: 0;
}

.kafelek-wartosc {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.warsztaty-prowadzacy {
    border-top: 1px solid #e0e0e0;
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.prowadzacy-label {
    font-size: 12px;
    color: #777;
    margin: 0 0 8px;
}

.prowadzacy-osoba {
    display: flex;
    align-items: center;
    gap: 10px;
}

.prowadzacy-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #E1F5EE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #0F6E56;
    flex-shrink: 0;
}

.prowadzacy-imie {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.warsztaty-alert {
    background: #FFF7ED;
    border-radius: 10px;
    border: 1px solid #FAC775;
    padding: 0.9rem 1.1rem;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.warsztaty-alert i {
    font-size: 18px;
    color: #854F0B;
    flex-shrink: 0;
    margin-top: 1px;
}

.warsztaty-alert p {
    font-size: 14px;
    color: #633806;
    margin: 0;
    line-height: 1.6;
}

.warsztaty-btn-wrap {
    text-align: center;
}

.warsztaty-btn {
    display: inline-block;
    padding: 12px 32px;
    background: #ED6C10;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.warsztaty-btn:hover {
    background: #c95c0a;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

/* ============================================================
   GALERIA
   ============================================================ */

.custom-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.custom-gallery .gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.custom-gallery .gallery-item img:hover {
    transform: scale(1.03);
}

.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.image-modal.active {
    display: flex;
}

.image-modal-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}

.image-modal-content img {
    max-width: 100%;
    max-height: 90vh;
    display: block;
    border-radius: 10px;
}

.image-modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 36px;
    height: 36px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

/* ============================================================
   INNE
   ============================================================ */

.footer {
    display: none !important;
}

  
  
  
/* ============================================================
   MOBILE — max-width: 768px
   ============================================================ */
@media only screen and (max-width: 768px) {

    /* Tło mobilne */
  
  body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/conf-data/Vzskptk/images/tlo-nowe3mobile.jpg");
 background-size: contain !important;
    background-position: top center;
    z-index: -1;
  background-repeat: no-repeat !important;
}

body {
    background: transparent !important;
}
    body {
        background-image: url("/conf-data/Vzskptk/images/tlo-nowe3mobile.jpg") !important;
        background-attachment: scroll !important;
        background-size: contain !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
    }

    /* Navbar — zawsze białe, widoczne od razu */
    .navbar-inverse,
    .navbar-menu-widthfix.navbar,
    .navbar {
        background: #fff !important;
        border-radius: 0 !important;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15) !important;
        width: 100% !important;
        min-height: 60px !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 9999 !important;
    }

      /* Hamburger — widoczny */
html body header nav.navbar-inverse .navbar-header button.navbar-toggle {
    background-color: transparent !important;
    border: 1px solid #30535A !important;
    border-radius: 6px !important;
    padding: 9px 11px !important;
    margin-top: 12px !important;
    margin-right: 15px !important;
}

html body header nav.navbar-inverse .navbar-header button.navbar-toggle span.icon-bar {
    background-color: #30535A !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 2px !important;
    display: block !important;
}

    /* Menu rozwinięte */
    .navbar-inverse .navbar-collapse,
    .navbar-menu-widthfix .navbar-collapse,
    .navbar-collapse {
        background: #fff !important;
        border-top: 0px solid #30535A !important;
        padding: 60 0 !important;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10) !important;
    }

    /* Linki */
    .nav > li > a {
        font-size: 16px !important;
        font-weight: 600 !important;
        padding: 16px 24px !important;
        border-bottom: 1px solid #f0f0f0 !important;
        color: #30535A !important;
    }

    .nav > li:last-child > a {
        border-bottom: none !important;
    }

    .nav > li > a:hover,
    .nav > li > a:active {
        background: #f0f6f7 !important;
        color: #FEA111 !important;
    }

    /* Logo */
    .navbar-header object,
    .navbar-brand object {
        height: 50px !important;
        margin-top: 5px !important;
    }

    /* Odstęp pod fixednym navbar */
    body {
        padding-top: 70px !important;
    }

    /* Bloki główne — odpowiedni odstęp od góry */
    .glowna {
        margin-top: 230px !important;
        padding: 45px !important;
        border-radius: 16px !important;
    }

    .glowna2,
    .glowna-white {
        margin-top: 230px !important;
        padding: 25px !important;
        border-radius: 16px !important;
    }

    .program-konferencyjny {
        margin-top: 30px !important;
        padding: 45px !important;
        border-radius: 16px !important;
    }

    .certyfikaty-box {
        margin-top: 30px !important;
        padding: 25px !important;
        border-radius: 16px !important;
    }

    /* Tekst — bez justify na mobile */
    p, .tresc, .glowna p, .glowna2 p, .glowna-white p {
        text-align: left !important;
    }

    /* Kolumny */
    .columns {
        column-count: 1;
    }

    /* Organizatorzy */
    .organizatorzy {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .kolumnastr {
        width: 100%;
        padding: 25px;
    }

    /* Układ kolumn */
    .ukladaniekolumn {
        flex-direction: column;
    }

    .lewa,
    .prawa {
        width: 100%;
        padding: 0;
    }

    /* Program — schedule */
    .program-konferencyjny .tabs {
        flex-direction: column;
    }

    .program-konferencyjny .tab-btn {
        width: 100%;
    }

    .schedule-list,
    .schedule__item,
    .schedule__time,
    .schedule__desc {
        display: block;
        width: 100%;
    }

    .schedule__time {
        border-top: 1px solid #233E3A !important;
        padding-bottom: 0;
    }

    .schedule__desc {
        border-left: none;
        padding-top: 6px;
    }

    /* Certyfikaty */
  .certyfikaty-box{margin-top:200px !important;}
    .certyfikaty-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Warsztaty */
    .warsztaty-body {
        padding: 1.25rem;
    }

    .warsztaty-kafelki {
        grid-template-columns: 1fr;
    }

    /* Galeria */
    .custom-gallery {
        grid-template-columns: 1fr;
    }
  
  .organizatorzy{margin-top:200px !important;}
}