.chat-wrapper .chatScreen ul li {
  font-weight: 400;
  font-size: 0.8em;
  color: #090808;
}
#agenda .event-item .time {
	margin-top: 5px;
}
@media (max-width: 767px) {
#agenda .accordion-button {
  font-size: 13px;
}
.speaker-name {
  font-size: 14px;
}
.agenda-tabs-container .tab-content h2 {
  font-size: 16px;
}
.agenda-tabs-container .tab-content .agenda-content .title {
  font-size: 16px;
}
.description {
  font-size: 12px;
}	
.logo2 {
	margin-bottom: 10px;
}
.image-right {
  margin-right: 1px !important;
}
.agenda-tabs-container .nav-link .name {
  font-size: 12px;
}
}
@media (min-width: 767px) {
#agenda .event-item .time {
  margin-top: 60px;
}
}
section h4 {
  text-align: center;
  margin-top: 20px;
}
.list {
 font-size: 16px;
}
.color-title {
	color: #135ca1;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: left;
	border-bottom: 1px solid #F3DA99;
	
}
.footer-links{
  margin-top: 20px;
  margin-top: 10px;
}
footer .footer-links a {
  color: #FFFFFF;
  text-decoration: none;
}
.sponsor {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
footer .footer-menu_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: space-between;
  color: #FFFFFF;
}
footer .footer-menu_2 p {
  margin: 0;
}
footer .footer-menu_2 a {
  color: #FFFFFF;
}
.sub-text {
  text-align: left;
  margin-top: 18px;
}
.sub-text_2 {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: #656666;
}
.details {
 margin-top: 4px;
}
.image-right{
  float: right;
  margin-top: 20px;
  margin-right: 20px;
} 

.terms {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Kontener headera */
#header.hero-banner {
    position: relative;
    overflow: hidden;
}

/* żeby overlay dobrze się skaluje razem z obrazkiem */
.hero-banner__img {
    display: block;
    width: 100%;
    height: auto;
}

/* ===== ODDYCHAJĄCA POŚWIATA NA PŁUCACH – DESKTOP ===== */
.hero-banner__lungs-pulse {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;

    /* desktop: płuca są z lewej, wysokość mniej więcej środek-góra */
    background:
        radial-gradient(circle at 18% 40%, rgba(120, 220, 255, 0.45), transparent 55%),
        radial-gradient(circle at 25% 35%, rgba(80, 180, 255, 0.25), transparent 70%);
    mix-blend-mode: screen;

    opacity: 0;
    transform-origin: 20% 40%;
    animation: lungsGlow 6s ease-in-out infinite;
}

@keyframes lungsGlow {
    0%, 100% {
        opacity: 0;
        transform: scale(1);
    }
    45%, 55% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

/* ===== MOBILE: inna grafika, inne położenie poświaty ===== */
@media (max-width: 768px) {
    #header.hero-banner {
        /* jeśli chcesz, możesz wymusić min-height,
           ale obrazek i tak go ustawi */
        min-height: 360px;
    }

    .hero-banner__lungs-pulse {
        /* na mobilce płuca są wyżej i bardziej na środku */
        background:
            radial-gradient(circle at 30% 28%, rgba(120, 220, 255, 0.5), transparent 55%),
            radial-gradient(circle at 38% 24%, rgba(80, 180, 255, 0.3), transparent 70%);
        transform-origin: 32% 26%;
    }
}

/* (opcjonalnie) żeby timer był nad poświatą */
#header .event-timer {
    position: relative;
    z-index: 2;
}
/* === AGENDA – LAYOUT SESJI + SPONSORZY === */

.agenda-two-col{
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 28px;
  align-items: start;
}

.agenda-col-logos{
  position: sticky;
  top: 16px;
}

.agenda-col-logos-inner{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.agenda-sponsors-title{
  font-weight: 700;
  font-size: 18px;  
  color: #135CA1;
  margin-top: 2px;
}

.agenda-side-logos{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.agenda-sponsor-link{
  display: inline-block;
}

.agenda-side-logo{
  width: 100%;
  max-width: 145px;
  height: auto;
  display: block;
}

/* === MOBILE === */
@media (max-width: 768px){
  .agenda-two-col{
    grid-template-columns: 1fr;
  }

  .agenda-col-logos{
    position: static;
    margin-top: 16px;
  }

  .agenda-col-logos-inner{
    align-items: center;
  }

  .agenda-side-logo{
    max-width: 200px;
  }
}

.register-success-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calendar-ics-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #E5B219;          
  text-decoration: none;
  transition: color .25s ease;
}

.calendar-ics-link:hover{
  color: #FF9900;
}

.calendar-ics-link svg{
  display: block;
}

.calendar-ics-link svg{
  display: block;
  transition:
    transform .25s ease,
    filter .25s ease;
}

.calendar-ics-link:hover svg{
  transform: scale(1.12);                  /* lekki „pop” */
  filter: drop-shadow(0 4px 8px rgba(229,178,25,.35));
}
.mgr {
	margin-top: 1rem;
}

.border {
border-top: 1px solid #e5b219 !important;
  background-color: #fff;
  margin-top: 2rem;
  padding: 2rem !important;
}
.promo {
  color: #135CA1;
  font-weight: 500;
  font-size: 1.5rem;
}
.promo-btn {
  color: #fff;
  background-color: #135CA1;
  border-color: #135CA1;
  font-weight: 700;
}

.promo-btn:hover {
  color: #135CA1;
  background-color: #fff;
  border-color: #135CA1;
  font-weight: 700;
}
.center{
  text-align:center;
  margin-bottom: 20px;
}
.mgr-stream{
margin: 20px;
}
.mat {
color: #DC7B23;
font-weight: 900;
}

/* kontener menu musi być nad treścią */
#menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.glass-navbar {
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.25),
        rgba(255,255,255,0.1)
    );

    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);

    border-bottom: 1px solid rgba(255,255,255,0.3);

    box-shadow:
        0 8px 32px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.4);

    transition: all 0.4s ease;
}
.glass-navbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.6),
        rgba(255,255,255,0.05)
    );
    pointer-events: none;
    opacity: 0.4;
}