/*scrollbar */
/* szerokość */
::-webkit-scrollbar {
    width: 8px;
}

/* tło */
::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(6px);
}

/* suwak */
::-webkit-scrollbar-thumb {
    background: linear-gradient(
        180deg,
        #BFDFB0 0%,
        #4C7D85 50%,
        #30535A 100%
    );
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,0.6);
}

/* hover */
::-webkit-scrollbar-thumb:hover {
    background: #30535A;
}
html {
    scrollbar-color: #30535A rgba(191, 223, 176, 0.25);
    scrollbar-width: thin;
}



/* =========================
   OGÓLNE
========================= */

body {
font-family: 'Poppins', sans-serif !important;
    background: url("/conf-data/lubuskiesympozjum2026/images/tlo.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
html, body {
    overflow-x: hidden;
    max-width: 100%;
}
h2 {
    line-height: 1.2em;
}

.footer {
    display: none;
}

.container-fluid--max-width {
    max-width: 1100px;
}

.fullwidth-section__tint {
    padding-bottom: 50px;
}

/* =========================
   ANIMACJE STRONY - CLEAN
========================= */

@keyframes pageFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes pageFadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

body {
    animation: pageFadeIn 0.25s ease;
}

body.page-exit {
    animation: pageFadeOut 0.22s ease forwards;
}


/* =========================
   NAVBAR
========================= */

.navbar-right {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Bazowy wygląd menu – całkowicie bez tła */
.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;
}

/* Po scrollu wpada zielone tło */
.navbar-inverse.scrolled,
.navbar-menu-widthfix.navbar.scrolled {
    background: #BFDFB0 !important;
    backdrop-filter: blur(12px);
    border-color: transparent !important;
    box-shadow: 0px 7px 24px -19px rgba(66, 68, 90, 1);
}

/* Logo po scrollu mniejsze */
.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));
}

/* =========================
   MENU LINKI
========================= */

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 14px;

  
    font-size: 13px !important;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 1px;

    color: #454545 !important;
    line-height: 1.0;

    transition: all .25s ease;
}

/* linki po scrollu — białe */
.navbar-inverse.scrolled .nav > li > a,
.navbar-menu-widthfix.navbar.scrolled .nav > li > a {
    color: #ffffff !important;
}

/* =========================
   HOVER
========================= */

/* przed scroll */
.nav > li > a:hover,
.nav > li > a:focus {
    color: #000 !important;
    text-decoration: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* po scroll — hover czarny */
.navbar-inverse.scrolled .nav > li > a:hover,
.navbar-inverse.scrolled .nav > li > a:focus,
.navbar-menu-widthfix.navbar.scrolled .nav > li > a:hover,
.navbar-menu-widthfix.navbar.scrolled .nav > li > a:focus {
    color: #000 !important;
    text-decoration: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* =========================
   ACTIVE MENU
========================= */

/* przed scroll */
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
    color: #000 !important;
    text-decoration: none !important;
    background: transparent !important;
    background-color: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
    outline: none !important;
}

/* po scroll — aktywny czarny */
.navbar-inverse.scrolled .nav > li.active > a,
.navbar-inverse.scrolled .nav > li.active > a:hover,
.navbar-inverse.scrolled .nav > li.active > a:focus,
.navbar-menu-widthfix.navbar.scrolled .nav > li.active > a,
.navbar-menu-widthfix.navbar.scrolled .nav > li.active > a:hover,
.navbar-menu-widthfix.navbar.scrolled .nav > li.active > a:focus {
    color: #000 !important;
}

.navbar-nav > .active > a::before,
.navbar-nav > .active > a::after,
.nav > li.active > a::before,
.nav > li.active > a::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}




/* =========================
   REGISTER BUTTON
========================= */

.navbar-item-register {
    border:0;
}


/* =========================
   FIX SYSTEM
========================= */

.has-collapsed-aside-menu {
    padding-top:25px !important;
}




/* =========================
   BANER
========================= */

.baner {
    position: relative;
    width: 100%;
    height: 720px;
}

.baner p {
    margin-left: auto;
    margin-right: auto;
    margin-top: -540px;
    text-align: center;
}

object {
    display: block;
    width: 25%;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
}


/* =========================
   GŁÓWNE BLOKI
========================= */

.glowna,
.glowna-white,
.glowna2 {
    padding: 60px;
    border-radius: 30px;
    margin-bottom: 90px;
    -webkit-box-shadow: 1px 1px 24px 0 rgba(66, 68, 90, 0.46);
    -moz-box-shadow: 1px 1px 24px 0 rgba(66, 68, 90, 0.46);
    box-shadow: 1px 1px 24px 0 rgba(66, 68, 90, 0.46);
}

.glowna {
    width: 100%;
    box-sizing: border-box;
    margin: -150px auto 90px auto;
    padding: 60px;
    background: rgba(255, 255, 255, 0.66);
}

.glowna-white {
    width: 100%;
    box-sizing: border-box;
    margin: -150px auto 90px auto;
    background: #fff;
}

.glowna2 {
    width: 80%;
    box-sizing: border-box;
    margin: 200px auto 90px auto;
    background: #fff;
}

.glowna h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.glowna h2::after {
    content: "";
    width: 120px;
    height: 4px;
    background: #69C6EE;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 3px;
}

.glowna img {
    transition: all 0.3s ease;
}

.glowna img:hover {
    transform: scale(1.03);
}


/* =========================
   PODPISY DWÓCH OSÓB
========================= */

.podpisy-w-kolumnie {
    margin-top: 25px;
    text-align: right;

    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

.podpisy-w-kolumnie .podpis-karta {
    margin-bottom: 18px;
}

.podpisy-w-kolumnie .podpis-nazwa {
    font-size: 20px;
    font-weight: 700;
    color: #0A3C5B;
    line-height: 1.3;
}

.podpisy-w-kolumnie .podpis-funkcja {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}
/* =========================
   KOLUMNY / UKŁAD
========================= */

.columns {
    column-count: 2;
    column-gap: 80px;
    column-rule: 1px dashed #444444;
}

.ukladaniekolumn {
    display: flex;
}

.lewa {
    width: 30%;
    display: block;
}

.prawa {
    width: 70%;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
}


/* =========================
   INNE ELEMENTY
========================= */

.schedule__time {
    display: table-cell;
    width: 120px;
    padding: 10px 15px;
    color: #000 !important;
    border-top: 1px solid #ddd;
    white-space: nowrap;
}

.patronat a img {
    width: 80%;
}

.banner__countdown-wrapper {
    text-align: center !important;
}

.btn {
    display: block;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    background: #69C6EE !important;
    border: 0 !important;
}


/* =========================
   RWD <= 1366px
========================= */

@media only screen and (max-width: 1366px) {
    .baner p {
        margin-left: auto;
        margin-right: auto;
        margin-top: -280px;
        text-align: center;
    }
}


/* =========================
   RWD <= 768px
========================= */

@media only screen and (max-width: 768px) {
    .columns {
        column-count: 1;
        column-gap: 80px;
        column-rule: 1px dashed #fff;
    }

    .glowna,
    .glowna-white,
    .glowna2 {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
    }

    .glowna {
        margin-top: -10px;
    }

    .glowna-white {
        margin-top: -10px;
    }

    .glowna2 {
        margin-top: 30px;
    }

    .baner {
        height: 320px;
        margin-top: -20px;
    }

    object {
        width: 70%;
        margin-top: 300px;
    }

    .lewa,
    .prawa {
        width: 100% !important;
    }

    .lewa {
        margin-left: 0;
    }

    .prawa {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ukladaniekolumn {
        display: flex;
        flex-direction: column;
    }

    .navbar-header {
        background: #0A3C5B;
    }
}


/* =========================
   RWD 769px - 1366px
========================= */

@media only screen and (min-width: 769px) and (max-width: 1366px) {
    .has-collapsed-aside-menu {
        padding-top: 55px !important;
    }
}


/* =========================
   RWD >= 1200px
========================= */

@media (min-width: 1200px) {
    .navbar > .container {
        max-width: 1366px !important;
        width: 100%;
    }
}




/* =========================
   OPŁATY REJESTRACYJNE
========================= */

.oplaty-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.oplaty-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.oplata-box{
background:#ffffff;
padding:32px;
border-radius:18px;
box-shadow:0 10px 28px rgba(0,0,0,0.08);
text-align:center;
transition:all .3s ease;
border:1px solid #e7ebf0;
}

.oplata-box:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

.oplata-box h3{
margin-top:0;
margin-bottom:20px;
font-size:20px;
color:#0A3C5B;
}

.cena{
font-size:34px;
font-weight:700;
color:#69C6EE;
margin-top:5px;
}

.cena.pozniej{
margin-top:18px;
font-size:22px;
color:#555;
}

.opis{
font-size:14px;
color:#666;
margin-top:6px;
}

.oplata-info{
margin-top:60px;
background:#f7f9fc;
padding:30px 35px;
border-radius:18px;
border-left:4px solid #69C6EE;
}

.oplata-info h3{
margin-top:0;
margin-bottom:15px;
color:#0A3C5B;
}

.oplata-info ul{
margin:0;
padding-left:20px;
}

.oplata-info li{
margin-bottom:8px;
line-height:1.5;
}



/* =========================
   WARSZTATY
========================= */

.warsztaty-wrap {
    width: 100%;
}

.warsztaty-lead {
    font-size: 18px;
    line-height: 1.8;
    color: #1f2d3d;
    margin-bottom: 40px;
}

.warsztaty-section-title {
    font-size: 34px;
    color: #0A3C5B;
    margin-bottom: 25px;
    font-weight: 700;
}

.warsztaty-subtitle {
    font-size: 26px;
    color: #0A3C5B;
    margin-top: 70px;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
}

.warsztaty-subtitle:after {
    content: "";
    width: 100px;
    height: 4px;
    background: #69C6EE;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 3px;
}

.warsztaty-kierownik {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 50px;
    background: rgba(255,255,255,0.78);
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.warsztaty-kierownik-text {
    flex: 1 1 60%;
}

.warsztaty-kierownik-text h3 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 28px;
    color: #0A3C5B;
    line-height: 1.3;
}

.warsztaty-kierownik-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #243443;
    margin: 0;
}

.warsztaty-kierownik-text strong {
    color: #69C6EE;
}

.warsztaty-kierownik-photo {
    flex: 0 0 320px;
    text-align: center;
}

.warsztaty-kierownik-photo img {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}

.warsztaty-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 35px;
}

.warsztat-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px 28px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.10);
    border: 1px solid #e8edf3;
    transition: all 0.3s ease;
    height: 100%;
}

.warsztat-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}

.warsztat-box h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    color: #0A3C5B;
    line-height: 1.35;
}

.warsztat-time {
    display: inline-block;
    margin-bottom: 20px;
    background: rgba(105, 198, 238, 0.10);
    color: #69C6EE;
    font-weight: 700;
    font-size: 15px;
    padding: 8px 14px;
    border-radius: 999px;
}

.warsztat-zespol-title,
.warsztat-program-title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #69C6EE;
    margin-top: 14px;
    margin-bottom: 12px;
    font-weight: 700;
}

.warsztat-zespol {
    font-size: 15px;
    line-height: 1.7;
    color: #2d3c49;
    margin-bottom: 18px;
}

.warsztat-zespol em {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #5f6d78;
    margin-top: 6px;
}

.warsztat-program {
    margin: 0;
    padding-left: 18px;
}

.warsztat-program li {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #243443;
}

.warsztaty-note {
    margin-top: 40px;
    background: #f7f9fc;
    border-left: 4px solid #69C6EE;
    border-radius: 18px;
    padding: 24px 28px;
    font-size: 15px;
    line-height: 1.7;
    color: #42505c;
}

@media only screen and (max-width: 991px) {
    .warsztaty-grid {
        grid-template-columns: 1fr;
    }

    .warsztaty-kierownik {
        flex-direction: column;
        text-align: left;
    }

    .warsztaty-kierownik-photo {
        flex: unset;
        width: 100%;
        max-width: 320px;
    }
}

@media only screen and (max-width: 768px) {
    .warsztaty-section-title {
        font-size: 28px;
    }

    .warsztaty-subtitle {
        font-size: 22px;
        margin-top: 45px;
    }

    .warsztaty-kierownik {
        padding: 22px;
        gap: 24px;
    }

    .warsztaty-kierownik-text h3 {
        font-size: 23px;
    }

    .warsztaty-kierownik-text p,
    .warsztaty-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .warsztat-box {
        padding: 24px 20px;
    }

    .warsztat-box h3 {
        font-size: 21px;
    }
}


/* =========================
   UKŁAD DNIA WARSZTATOWEGO
========================= */

.uklad-dnia-wrap {
    margin-top: 55px;
}

.uklad-dnia-title {
    font-size: 26px;
    color: #0A3C5B;
    margin-bottom: 8px;
    font-weight: 700;
}

.uklad-dnia-date {
    display: inline-block;
    margin-bottom: 28px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(105, 198, 238, 0.10);
    color: #69C6EE;
    font-weight: 700;
    font-size: 15px;
}

.uklad-dnia-grid {
    display: grid;
    grid-template-columns: 180px repeat(3, 1fr);
    gap: 18px;
    align-items: stretch;
}

.uklad-head,
.uklad-time,
.uklad-cell {
    border-radius: 20px;
    padding: 22px 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    border: 1px solid #e7ebf0;
}

.uklad-head {
    background: #0A3C5B;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.uklad-time {
    background: #f7f9fc;
    color: #0A3C5B;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
}

.uklad-cell {
    background: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    transition: all .3s ease;
}

.uklad-cell:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}

.uklad-cell-name {
    font-size: 24px;
    font-weight: 700;
    color: #69C6EE;
    letter-spacing: 0.5px;
}

.uklad-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .uklad-dnia-grid {
        display: none;
    }

    .uklad-mobile {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .uklad-mobile-row {
        background: #ffffff;
        border-radius: 22px;
        padding: 20px;
        box-shadow: 0 10px 28px rgba(0,0,0,0.08);
        border: 1px solid #e7ebf0;
    }

    .uklad-mobile-time {
        font-size: 20px;
        font-weight: 700;
        color: #0A3C5B;
        margin-bottom: 16px;
        text-align: center;
    }

    .uklad-mobile-rooms {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .uklad-mobile-room {
        background: #f7f9fc;
        border-radius: 16px;
        padding: 14px 16px;
        text-align: center;
    }

    .uklad-mobile-room strong {
        display: block;
        color: #0A3C5B;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin-bottom: 6px;
    }

    .uklad-mobile-room span {
        color: #69C6EE;
        font-size: 20px;
        font-weight: 700;
    }
}




/* =========================
   PATRONATY GRID
========================= */

.pdf-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px;
}

.pdf-box {
    width: calc(50% - 12px);
    min-height: 220px;
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: default;
}

.pdf-box[data-pdf] {
    cursor: pointer;
}

.pdf-box[data-pdf]:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
}

.pdf-box img {
    max-width: 100%;
    max-height: 150px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

/* =========================
   PDF MODAL
========================= */

.pdf-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;

    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
}

/* aktywny */
.pdf-modal.active {
    display: block;
}

/* ???? KLUCZOWE — centrowanie absolutne */
.pdf-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 95%;
    max-width: 1100px;
    height: 88vh;

    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

#pdfFrame {
    width: 100%;
    height: 100%;
    border: 0;
}

.pdf-close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #000;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 20;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
    .pdf-box {
        width: 100%;
        min-height: 180px;
        padding: 18px;
    }

    .pdf-box img {
        max-height: 110px;
    }

    .pdf-modal-content {
        width: 100%;
        height: 85vh;
        border-radius: 12px;
    }
}

  
  
  /*========================================
  modal dla obrazków
  ===============================*/
  .image-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.82);
}

.image-modal.active {
    display: block;
}

.image-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-width: 1200px;
    max-height: 90vh;
    text-align: center;
}

.image-modal-content img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    background: #fff;
}

.image-modal-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

.su-gallery img,
.gallery img,
.su-slider-slide img,
.glowna img {
    cursor: pointer;
}