.navbar-right {padding-top:20px; padding-bottom:20px;}
.navbar-inverse {
background: #fff;
background-size: contain;
background-position: center center;
background-attachment: fixed;
border-color:#fff !important;
border-radius: 0px 0px 20px 20px;
width:90%;
margin-left:auto; margin-right:auto;
-webkit-box-shadow: 0px 7px 24px -19px rgba(66, 68, 90, 1);
-moz-box-shadow: 0px 7px 24px -19px rgba(66, 68, 90, 1);
box-shadow: 0px 7px 24px -19px rgba(66, 68, 90, 1);
}
.baner {position:relative;width:100%;height:720px;}
.baner p{margin-left:auto; margin-right:auto;margin-top:-540px;text-align:center;
}
@media only screen and (max-width: 1366px)
{
.baner p{margin-left:auto; margin-right:auto;margin-top:-280px;text-align:center;
}
}

.has-collapsed-aside-menu{padding-top:25px !important;}
.nav>li>a {
    position: relative;
    display: block;
    padding-left: 10px!important;
padding-right: 10px!important;
font-size:13px !important;
color:#125F76 !important;
}
media (min-width: 1200px){
.navbar>.container {
   width: 1366px !important;
}}
.navbar>.container .container {padding-left:10% !important;}


body{background: url("/conf-data/4ldg2024/images/grafika/tlo.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
.glowna {
margin-top:-50px;
padding:60px;
background: url("/conf-data/4ldg2024/images/grafika/tlo2.jpg");
background-size: contain;
background-position: center center;
background-repeat: repeat;

border-radius:30px;
margin-bottom:90px;
-webkit-box-shadow: 1px 1px 32px -16px rgba(66, 68, 90, 1);
-moz-box-shadow: 1px 1px 32px -16px rgba(66, 68, 90, 1);
box-shadow: 1px 1px 32px -16px rgba(66, 68, 90, 1);
}
.container-fluid--max-width {
    max-width: 1100px;
}

.columns {
  column-count: 2;
  column-gap: 80px;
  column-rule: 1px dashed #fff;
}

.fullwidth-section__tint {
    padding-bottom: 50px;
}

.footer{display:none;}


@media only screen and (max-width: 768px) { 
.columns {
  column-count: 1;
  column-gap: 80px;
  column-rule: 1px dashed #fff;
}
.glowna {
margin-top:-10px;
padding:30px;
}
.baner{height:320px;margin-top:-20px;}
object {margin-top: 300px;
    width: 70%;}
.lewa {width:100% !important;margin-left:30px;}
.prawa {width:100% !important; padding-left:10px !important; padding-right:10px!important;}
.ukladaniekolumn { display: flex; flex-direction: column;}

}



.ukladaniekolumn { display: flex; }
.lewa {width:30%; display:block;}
.prawa {width:70%; display:block; padding-left:50px;padding-right:50px;}

@media only screen (min-width: 769px)and (max-width: 1366px) { 

.has-collapsed-aside-menu{padding-top:55px !important;}
}

.banner__countdown-wrapper {text-align:center !important;}
.btn {display:block; margin-left:auto; margin-right:auto; width:180px;background:#568692 !important; border:0px !important; color:#fff !important;}
.navbar-item-register {border:0px;}
@media (min-width: 768px) {
  .navbar-menu-widthfix.navbar .navbar-button {
    margin: 13px 15px;
    color: #fff !important;
  }
}

.navbar-inverse .navbar-toggle.collapsed {
    background: #115464 !important;
  color: #115464 !important;
margin-right: 5%;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #fff;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover {
 background: #115464 !important;margin-right: 5%;
}


/* =========================
   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;
}
  
  
  .org-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0;
}

.org-col {
  flex: 1 1 420px;
}

.org-header {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.org-box {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 25px 20px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}

.org-logo {
  display: block;
  width: 200px !important;
  max-width: 200px !important;
  height: auto !important;
  margin: 0 auto 20px auto;
  float: none !important;
}

.org-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.org-address,
.org-contact {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 15px 0;
}

.org-contact a {
  word-break: break-word;
}

@media (max-width: 768px) {
  .org-wrap {
    display: block;
  }

  .org-col {
    margin-bottom: 20px;
  }

  .org-header {
    font-size: 22px;
  }
}
  
  
  .org-col {
  flex: 1 1 420px;
  position: relative;
  padding-top: 20px;
}

.org-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #76B729;
  color:#fff;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 20px;

  z-index: 2;
}

.org-box {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 35px 20px 25px 20px; /* więcej miejsca u góry */
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
  .program-pdf {
  margin: 0 0 25px 0;
  text-align: center;
}

.program-pdf__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 12px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  transition: all 0.2s ease;
}

.program-pdf__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.10);
  text-decoration: none;
}

.program-pdf__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #d93025;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1;
}

.program-pdf__text {
  color: #222;
}

@media (max-width: 768px) {
  .program-pdf__link {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}