/* =========================
   OGÓLNE
========================= */
/* =========================
   USUNIĘCIE CZARNEJ RAMKI PO KLIKNIĘCIU LINKÓW
   DODAJ NA SAM KONIEC CSS
========================= */

a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
button:active,
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.nav > li > a,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-toggle,
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
}

/* Firefox */
a::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}

/* jeśli system dodaje focus ring */
*:focus {
    outline: none !important;
    box-shadow: none !important;
}
body {
    font-family: 'Poppins', sans-serif;
    background: url("/conf-data/17KongresPTT/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:16px;
    padding-bottom:16px;
}

.navbar-menu-widthfix.navbar {
    background:#0A3C5B !important;
    min-height:20px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    border-radius:0 0 20px 20px;

    -webkit-box-shadow:0 7px 24px -19px rgba(66,68,90,1);
    -moz-box-shadow:0 7px 24px -19px rgba(66,68,90,1);
    box-shadow:0 7px 24px -19px rgba(66,68,90,1);
}

.navbar-inverse {
    background-size:contain;
    background-position:center center;
    background-attachment:fixed;
    border-color:none;
    border-radius:0 0 20px 20px;
    width:80% !important;
    margin-left:auto;
    margin-right:auto;

    -webkit-box-shadow:0 7px 24px -19px rgba(66,68,90,1);
    -moz-box-shadow:0 7px 24px -19px rgba(66,68,90,1);
    box-shadow:0 7px 24px -19px rgba(66,68,90,1);
}

.navbar > .container {
    width:100%;
}

.navbar > .container .container {
    padding-left:5% !important;
    padding-right:5% !important;
}


/* =========================
   MENU LINKI
========================= */

.nav > li > a {

    position:relative;
    display:block;
    padding:10px 14px;

    font-family:'Montserrat', Arial, sans-serif;
    font-size:13px !important;
    font-weight:600;

    text-transform:uppercase;
    letter-spacing:1px;

    color:#ffffff !important;
    line-height:1.0;

    transition:all .25s ease;
}


/* =========================
   HOVER
========================= */

.nav > li > a:hover,
.nav > li > a:focus {
    color:#f47c20 !important;
    text-decoration:none !important;
    background:transparent !important;
    background-color:transparent !important;
}


/* =========================
   ACTIVE MENU
========================= */

.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
    color:#f47c20 !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;
}
.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);
}
.glowna3 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 30px;
    margin: 0 auto 90px auto;
    background: #fff;
    overflow: visible !important;
    -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.46);
}

.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: #f47c20;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 3px;
}

.glowna img {
    transition: all 0.3s ease;
}

.glowna img:hover {
    transform: scale(1.03);
}


/*===========================
Podpis
==========================*/
  .podpis-blok {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    max-width: 900px;
    margin: 30px auto 0;
    flex-wrap: wrap;
  }

  .podpis-zdjecie {
    flex: 0 0 40%;
    text-align: center;
  }

  .podpis-tresc {
    flex: 0 0 60%;
    text-align: left;
  }

  .podpis-zdjecie img {
    width: 100%;
    max-width: 180px;
    height: auto;
    border-radius: 30px;
    display: inline-block;
  }

  .podpis-img {
    margin-top: 20px;
    width: 100%;
    max-width: 180px;
    height: auto;
    display: block;
  }

  .podpis-osoba {
    text-align: right;
    margin-top: 13px;
    font-size: 12px;
  }

  @media (max-width: 768px) {
    .podpis-blok {
      flex-direction: column;
      gap: 20px;
    }

    .podpis-zdjecie,
    .podpis-tresc {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
    }

    .podpis-img {
      margin: 20px auto 0;
    }

    .podpis-osoba {
      text-align: center;
      font-size: 13px;
    }
  }


/* =========================
   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: #ED5E1E !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(auto-fit,minmax(260px,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:#ED5E1E;
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 #ED5E1E;
}

.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: #f47c20;
    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: #ED5E1E;
}

.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(237, 94, 30, 0.10);
    color: #ED5E1E;
    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: #EE5E1E;
    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 #ED5E1E;
    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(237, 94, 30, 0.10);
    color: #ED5E1E;
    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: #ED5E1E;
    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: #ED5E1E;
        font-size: 20px;
        font-weight: 700;
    }
}


/*=======================
modal do zdjec
============================*/
.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;
}





/*============ PROGRAM ================*/

.kongres-program,
.kongres-program * {
    box-sizing: border-box;
}

.glowna3.kongres-program {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 90px auto !important;
    padding: 30px !important;
    overflow: visible !important;
    position: relative;
}

.kongres-program {
    --program-fixed-top: 110px; /* odległość od góry */
    width: 100%;
    max-width: 100%;
    overflow: visible !important;
    position: relative;
}

#programContent,
.program-grid-wrap,
.program-grid,
.fullwidth-section,
.fullwidth-section__tint,
.container-fluid,
.container-fluid--max-width {
    overflow: visible !important;
}

.program-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 30px;
    position: relative;
    z-index: 5;
}

.program-tab {
    border: 0;
    background: #0A3C5B;
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    transition: all .25s ease;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.program-tab:hover,
.program-tab.active {
    background: #ED5E1E;
}

.program-day-title {
    font-size: 30px;
    color: #0A3C5B;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
}

.program-day-date {
    display: inline-block;
    margin-bottom: 25px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(237, 94, 30, 0.10);
    color: #ED5E1E;
    font-weight: 700;
    font-size: 14px;
}

/* HEADER SAL */
.program-sticky-header-outer {
    position: relative;
    z-index: 30;
    background: transparent !important;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    width: 100%;
}

.program-sticky-header-outer.is-fixed {
    position: fixed;
    top: var(--program-fixed-top);
    z-index: 999;
    margin-bottom: 0;
    padding-bottom: 10px;
    background: transparent !important;
}

.program-sticky-header-grid {
    display: grid;
    grid-template-columns: 90px repeat(5, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
}

.program-sticky-spacer,
.program-sticky-room {
    min-width: 0;
    border-radius: 14px;
    border: 1px solid #e7ebf0;
    box-shadow: 0 8px 22px rgba(0,0,0,0.07);
    padding: 12px 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.program-sticky-spacer {
    background: #f7f9fc;
    color: #0A3C5B;
}

.program-sticky-room {
    background: #0A3C5B;
    color: #fff;
}

/* placeholder gdy header robi się fixed */
.program-sticky-placeholder {
    display: none;
    width: 100%;
}

.program-sticky-placeholder.active {
    display: block;
}

.program-grid-wrap {
    width: 100%;
    max-width: 100%;
    overflow: visible !important;
    position: relative;
}

.program-grid {
    display: grid;
    grid-template-columns: 90px repeat(5, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    max-width: 100%;
    align-items: start;
}

.program-time,
.program-cell,
.program-break,
.program-empty {
    min-width: 0;
    max-width: 100%;
    border-radius: 14px;
    border: 1px solid #e7ebf0;
    box-shadow: 0 8px 22px rgba(0,0,0,0.07);
}

.program-time {
    background: #f7f9fc;
    color: #0A3C5B;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.program-cell {
    background: #fff;
    padding: 10px 10px;
    overflow: hidden;
}

.program-empty {
    background: rgba(247,249,252,0.7);
    min-height: 70px;
}

.program-session-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #0A3C5B;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.program-item {
    padding: 7px 0;
    border-top: 1px solid #eef2f6;
}

.program-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.program-item-title,
.program-item-speaker {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.program-item-title {
    font-size: 12px;
    line-height: 1.35;
    color: #243443;
    margin-bottom: 3px;
}

.program-item-speaker {
    font-size: 11px;
    line-height: 1.35;
    color: #ED5E1E;
    font-weight: 600;
}

.program-break {
    grid-column: 1 / -1;
    background: #f7f9fc;
    border-left: 4px solid #ED5E1E;
    padding: 14px 18px;
    text-align: center;
    color: #0A3C5B;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}

.program-mobile {
    display: none;
}

.program-mobile-row,
.program-mobile-break {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e7ebf0;
    box-shadow: 0 8px 22px rgba(0,0,0,0.07);
    margin-bottom: 16px;
}

.program-mobile-break {
    background: #f7f9fc;
    border-left: 4px solid #ED5E1E;
    padding: 16px 18px;
    text-align: center;
    font-weight: 700;
    color: #0A3C5B;
}

.program-mobile-time {
    font-size: 18px;
    font-weight: 700;
    color: #0A3C5B;
    text-align: center;
    padding: 18px 16px 8px;
}

.program-mobile-body {
    padding: 0 14px 16px;
}

.program-mobile-room {
    background: #f7f9fc;
    border-radius: 14px;
    padding: 14px;
    margin-top: 12px;
}

.program-mobile-room strong {
    display: block;
    color: #0A3C5B;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 6px;
}

.program-mobile-room-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #0A3C5B;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.program-mobile-item {
    padding-top: 9px;
    margin-top: 9px;
    border-top: 1px solid #dde5ec;
}

.program-mobile-item:first-of-type {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.program-mobile-item-title {
    font-size: 14px;
    color: #243443;
    line-height: 1.45;
    margin-bottom: 4px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.program-mobile-item-speaker {
    font-size: 13px;
    color: #ED5E1E;
    font-weight: 600;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 1366px) {
    .program-sticky-header-grid,
    .program-grid {
        grid-template-columns: 82px repeat(5, minmax(0, 1fr));
        gap: 7px;
    }

    .program-sticky-spacer,
    .program-sticky-room {
        font-size: 13px;
        padding: 11px 6px;
    }

    .program-time {
        font-size: 13px;
        padding: 10px 5px;
    }

    .program-cell {
        padding: 9px 8px;
    }

    .program-session-title {
        font-size: 10px;
    }

    .program-item-title {
        font-size: 11px;
    }

    .program-item-speaker {
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    .program-sticky-header-outer,
    .program-sticky-placeholder,
    .program-grid-wrap {
        display: none !important;
    }

    .program-mobile {
        display: block;
    }

    .program-day-title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .glowna3.kongres-program {
        width: 92% !important;
        padding: 20px !important;
    }

    .program-tab {
        width: 100%;
        text-align: center;
    }
}


.program-sticky-header-outer {
    position: relative;
    z-index: 30;
    background: transparent !important;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    width: 100%;
}

.program-sticky-header-outer.is-fixed {
    position: fixed;
    top: var(--program-fixed-top);
    z-index: 999;
    margin-bottom: 0;
    padding-bottom: 10px;
    background: transparent !important;
}

.program-sticky-placeholder {
    display: none;
    width: 100%;
}

.program-sticky-placeholder.active {
    display: block;
}

/* =========================
   HILTON / NOCLEGI
========================= */

.hotel-box {
    position: relative;
    background: #ffffff;
    border-radius: 30px;
    padding: 40px;
    margin: 40px auto;
    box-shadow: 0 12px 32px rgba(0,0,0,0.10);
    border: 1px solid #e8edf3;
    overflow: hidden;
}

.hotel-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #0A3C5B 0%, #ED5E1E 100%);
}

.hotel-box-badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(237, 94, 30, 0.10);
    color: #ED5E1E;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.hotel-box-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 34px;
    line-height: 1.2;
    color: #0A3C5B;
    font-weight: 700;
    position: relative;
    padding-bottom: 14px;
}

.hotel-box-title:after {
    content: "";
    width: 110px;
    height: 4px;
    background: #ED5E1E;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 3px;
}

.hotel-box-text {
    font-size: 17px;
    line-height: 1.8;
    color: #243443;
    margin-bottom: 18px;
}

.hotel-box-text strong {
    color: #0A3C5B;
    font-weight: 700;
}

.hotel-box-link-wrap {
    margin: 28px 0 30px;
}

.hotel-box-link {
    display: inline-block;
    background: #ED5E1E;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 24px;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(237,94,30,0.25);
    transition: all 0.3s ease;
}

.hotel-box-link:hover {
    background: #0A3C5B;
    color: #fff !important;
    transform: translateY(-2px);
    text-decoration: none;
}

.hotel-box-contact {
    margin-top: 30px;
    padding: 24px 28px;
    background: #f7f9fc;
    border-left: 4px solid #ED5E1E;
    border-radius: 20px;
}

.hotel-box-contact h3 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 22px;
    color: #0A3C5B;
    font-weight: 700;
}

.hotel-box-contact p {
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 1.7;
    color: #243443;
}

.hotel-box-contact p:last-child {
    margin-bottom: 0;
}

.hotel-box-contact a {
    color: #ED5E1E;
    text-decoration: none;
    font-weight: 600;
}

.hotel-box-contact a:hover {
    color: #0A3C5B;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .hotel-box {
        padding: 26px 22px;
        border-radius: 24px;
    }

    .hotel-box-title {
        font-size: 27px;
        margin-bottom: 22px;
    }

    .hotel-box-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .hotel-box-link {
        width: 100%;
        text-align: center;
        padding: 14px 18px;
    }

    .hotel-box-contact {
        padding: 20px;
    }

    .hotel-box-contact h3 {
        font-size: 20px;
    }

    .hotel-box-contact p {
        font-size: 15px;
    }
}
/* =========================
   PATRONAT HONOROWY
========================= */

.patronat-honorowy{
    width:100%;
    max-width:100%;
    margin:40px auto 20px auto;
}

.patronat-title{
    font-size:34px;
    color:#0A3C5B;
    font-weight:700;
    margin-bottom:30px;
    position:relative;
    padding-bottom:14px;
    text-align:center;
}

.patronat-title:after{
    content:"";
    width:110px;
    height:4px;
    background:#ED5E1E;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
    border-radius:3px;
}

.patronat-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:28px;
    align-items:stretch;
}

.patronat-item{
    background:#ffffff;
    border-radius:24px;
    padding:28px 24px;
    border:1px solid #e8edf3;
    box-shadow:0 12px 32px rgba(0,0,0,0.10);
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:220px;
    transition:all .3s ease;
}

.patronat-item:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,0.14);
}

.patronat-item img{
    max-width:100%;
    max-height:130px;
    width:auto;
    height:auto;
    object-fit:contain;
    display:block;
}

/* tablet */
@media only screen and (max-width:991px){

    .patronat-grid{
        grid-template-columns:repeat(2,1fr);
        gap:22px;
    }

    .patronat-item:last-child{
        grid-column:1 / -1;
        max-width:420px;
        margin:0 auto;
        width:100%;
    }
}

/* mobile */
@media only screen and (max-width:768px){

    .patronat-title{
        font-size:28px;
        margin-bottom:24px;
    }

    .patronat-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .patronat-item,
    .patronat-item:last-child{
        grid-column:auto;
        max-width:100%;
        min-height:180px;
        padding:22px 18px;
    }

    .patronat-item img{
        max-height:95px;
    }
}