.chat-wrapper .chatScreen ul li {
  font-weight: 400;
  font-size: 1em;
  color: #090808;
}
#agenda .event-item .time {
	margin-top: 5px;
}
@media (max-width: 767px) {
#agenda .accordion-button {
  font-size: 13px;
}
.logo2 {
	margin-bottom: 10px;
}
#agenda .buttons {
  margin-top: 8px;
  margin-bottom: 24px;
}
.disp_desk{
  display: none !important;
}
.mgr {
  margin-top: 20px;
}
}
@media (min-width: 992px) {
	.cel {
padding-left: 30px;
}
.disp_mob{
  display: none !important;
}
}
section h4 {
  text-align: center;
  margin-top: 20px;
}
.list {
 font-size: 16px;
}
.color-title {
	color: #B90066;
	font-weight: 600;
}
.footer-links{
  margin-top: 1px;
}
footer .footer-links a {
  color: #4D4C4E;
  text-decoration: none;
}
.sponsor {
	display: flex;
	justify-content: center;
}
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: center;
  margin-top: 18px;
  font-size: 16px;
}
.sub-text_2 {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: #ffffff;
}
.details {
 margin-top: 4px;
}
#agenda .event-item .lector {
  margin-bottom: 20px;
}
#header {
  align-items: center;
  margin-top: 2px;
}
.year {
  font-weight: 300;
}
.footer-left {
  --accent: #ffffff;
  --icon-size: 34px;
  margin-top: 30px;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.footer-item + .footer-item { margin-top: .35rem; }

.footer-item .icon {
  width: var(--icon-size);
  height: var(--icon-size);
  flex: 0 0 var(--icon-size);
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid #4D4C4E;
}

.footer-item .icon svg {
  width: 18px;
  height: 18px;
  stroke: #4D4C4E;
  fill: none;
  stroke-width: 2;
}

.footer-item .content strong {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.1;
}

.footer-links li + li { margin-top: .25rem; }
.footer-links a { text-decoration: none; color: inherit; }
.footer-links a:hover { text-decoration: underline; }
.content {
color: #ffffff;
}
.btn-pink, .btn-white {
  border-radius: 10px;
  padding: 4px;
}

.event-timer .button .btn {
  border-radius: 10px;
}
.promo{
	font-size: 1.1rem;
	color: #337ABE;
	font-weight: 500;
	margin-bottom: 20px;
}
.button-3 {
	display: flex;
	justify-content: center;
}
.center{
  text-align:center;
}
.galeria-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: flex-start;
  gap: 32px;
}
.galeria-5 img {
  width: 180px; 
  height: auto;
  border-radius: 8px;
  display: block;
}
.bg_heart{
  background-color: #4d9d94;
  padding: 20px;
  border-radius: 20px;
}
.mrg-har{
	margin-top: 20px;
	color: #fff;
}
.mrg{
	margin-top: 20px;
}
footer {
  margin-top: 50px;
  background: rgba(171, 210, 198, 0.8);
  padding-top: 10px;
  padding-bottom: 0px;
}
h5, .h5 {
  font-size: 1.4rem;
}
#main-navbar .nav-item {
  font-size: 22px;
}
#agenda .event-item .lector {
  font-weight: 500;
  line-height: 1.3;
  font-size: 16px;
}
.input-group-text, .form-control {
  border-radius: 10px;
}
footer .contact-widget .form-control {
  border-radius: 10px;
}
.form-check-input[type="checkbox"] {
  border-radius: 5px;
}
#main-navbar .nav-item {
  margin-left: 10px;
}
.list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  margin-top: 20px;
  font-size: 14px;
}
.med {
   display: flex;
  justify-content: end;
}

.full-bleed {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;             
  margin-left: -50vw;       
  margin-right: -50vw;     
  display: block;
}

.hr-thick {
  border: 0;
  height: 1px;
  background: #4D4C4E;
}
.copy{
  font-size: 16px;
}
.agenda-wrapper {
  position: relative;
  margin-bottom: 1rem;
}

.agenda-content {
  --agenda-collapsed: 500px; 
  position: relative;
  overflow: hidden;
}

.agenda-content.is-collapsed {
  max-height: var(--agenda-collapsed);
}

.agenda-content.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 6rem; 
  background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none; 
}

.agenda-toggle {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  border-radius: .375rem;
  border: 2px solid #FBB327;
  padding: .375rem .75rem;
  font-weight: 600;
  color: #337ABE;
  cursor: pointer;
}

.agenda-toggle:hover,
.agenda-toggle:focus {
  background: #fff;
  outline: none;
}

.agenda-toggle.is-hidden { 
	display: none; 
}
.mgr {
    margin-top: 30px;
}
.materials {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
@media (max-width: 1400px) {
	.galeria-5 img {
  width: 140px; 
}
}
/* Na mobile (do md) – mniejsze i od lewej */
@media (max-width: 767.98px) {
  .navbar-logo {
    max-height: 50px;   /* trochę mniejsze logo na mobile */
  }
  #main-navbar .navbar-brand {
    margin-right: auto; /* logo do lewej */
  }
  #main-navbar .navbar-toggler {
    margin-left: auto;  /* hamburger do prawej */
  }
#agenda .event-item .lector {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}
element {
  font-weight: 700;

}
h5, .h5 {
  font-size: 1.2rem;
}
p {
  margin-bottom: 0rem;
}
section {
  margin-bottom: 30px;
}
.mrg{
	margin-top: 10px;
}

.btn-str {
  margin-left: 0px;
}	
	
.event-timer {
  padding-top: 5px;
  padding-bottom: 10px;
}
	.nr-ref{
	font-size: 12px;
	}	
	
}
.link-clean {
  text-decoration: none;
  color: inherit;
  display: block; /* obejmuje cały nagłówek */
  transition: opacity 0.2s ease-in-out;
}

.link-clean:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.85; /* delikatne przyciemnienie/rozjaśnienie */
}





.hero-asthma{
    position: relative;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
}

.hero-bg{
    position: relative;
    width: 100%;
}

.hero-image{
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transform-origin: center center;
    animation: heroBreath 9s ease-in-out infinite;
    will-change: transform;
}

/* tekst osadzony w białym polu */
.hero-text{
    position: absolute;
    left: 4%;
    top: 51%;
    transform: translateY(-50%);
    width: 36%;
    max-width: 700px;
    z-index: 3;
    will-change: transform;
}

.hero-text h1{
    margin: 0;
    font-size: clamp(24px, 3.2vw, 60px);
    line-height: 0.98;
    font-weight: 600;
    color: #21451f;
    letter-spacing: -0.03em;
}

.hero-text p{
    margin: 12px 0 0;
    font-size: clamp(11px, 1.5vw, 24px);
    line-height: 1.2;
    font-weight: 400;
    color: #415a37;
	text-align: center;
}

.hero-particles{
    position:absolute;
    inset:0;
    pointer-events:none;
    z-index:2;
    overflow:hidden;
}

.hero-particle{
    position:absolute;
    border-radius:50%;
    opacity:0;
    will-change:transform, opacity;
}

.hero-particle.depth-near{
    filter: blur(0.3px);
}

.hero-particle.depth-mid{
    filter: blur(1.4px);
}

.hero-particle.depth-far{
    filter: blur(3px);
}

.hero-particle.is-green{
    background: radial-gradient(circle,
        rgba(196,230,92,1) 0%,
        rgba(173,210,74,.9) 55%,
        rgba(150,195,64,0) 100%);
    box-shadow:0 0 12px rgba(181,220,82,.5);
}

.hero-particle.is-yellow{
    background: radial-gradient(circle,
        rgba(255,224,112,1) 0%,
        rgba(247,201,73,.9) 55%,
        rgba(247,201,73,0) 100%);
    box-shadow:0 0 10px rgba(247,201,73,.4);
}

@keyframes particlesFloat{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-12px);
    }
    100%{
        transform: translateY(-24px);
    }
}

/* subtelny oddech */
@keyframes heroBreath{
    0%, 100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.012);
    }
}

/* lekkie unoszenie kropek */
@keyframes particlesFloat{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-22px);
    }
}

/* tablet */
@media (max-width: 991px){
    .hero-text{
        left: 1%;
        top: 51%;
        width: 42%;
    }
}

/* mobile */
@media (max-width: 640px){
    .hero-asthma{
        background: #fff;
    }

    .hero-text{
        position: absolute;
        left: 0%;
        top: 50%;
        width: 44%;
        max-width: none;
    }

    .hero-text h1{
        font-size: clamp(12px, 5.2vw, 14px);
    }

    .hero-text p{
        margin-top: 6px;
        font-size: clamp(8px, 2.6vw, 8px);
        line-height: 1.15;
    }

    .hero-particles{
        opacity: .25;
    }
}

#menu-container {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: rgba(171, 210, 198, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 8px 22px rgba(58, 93, 74, 0.08);
}

#menu-container .container {
  max-width: 1180px;
}

.navbar-custom {
  padding-top: 12px;
  padding-bottom: 12px;
}

#main-navbar {
  justify-content: space-between;
}

#main-navbar .navbar-brand {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 24px;
}

.navbar-logo {
  height: 54px;
  width: auto;
  display: block;
}

/* linki menu */
#main-navbar .nav-link {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 14px;
  margin-left: 4px;
  margin-right: 4px;
  transition: color .25s ease, transform .25s ease;
}

#main-navbar .nav-link:hover,
#main-navbar .nav-link:focus {
  color: #ffc200;
  transform: translateY(-1px);
}

#main-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  background: #ffc200;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

#main-navbar .nav-link:hover::after,
#main-navbar .nav-link.active::after {
  transform: scaleX(1);
}

/* live */
.live-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff4d4f;
  box-shadow: 0 0 0 0 rgba(255, 77, 79, 0.7);
  animation: livePulse 1.8s infinite;
}

@keyframes livePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 77, 79, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0);
  }
}

/* przyciski */
#main-navbar .btn.btn-pink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #ffc200, #f3b300);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(243, 179, 0, 0.25);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  text-decoration: none;
}

#main-navbar .btn.btn-pink:hover,
#main-navbar .btn.btn-pink:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(243, 179, 0, 0.35);
  filter: brightness(1.03);
  color: #ffffff;
}

#main-navbar .btn.btn-pink img {
  height: 16px;
  width: auto;
}

/* logout/form buttons w nav */
#main-navbar .form-inline,
#main-navbar .d-inline {
  margin: 0;
}

/* hamburger */
#main-navbar .navbar-toggler {
  border: none;
  box-shadow: none;
  padding: 8px 10px;
}

#main-navbar .navbar-toggler:focus {
  box-shadow: none;
}

#main-navbar .navbar-toggler .fa,
#main-navbar .navbar-toggler i,
#main-navbar .navbar-toggler svg {
  color: #ffffff;
  font-size: 24px;
}

/* mobile menu */
@media (max-width: 767.98px) {
  #menu-container {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .navbar-custom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-logo {
    height: 44px;
  }

  #main-navbar .navbar-collapse {
    margin-top: 14px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(133, 184, 168, 0.95);
    box-shadow: 0 10px 24px rgba(58, 93, 74, 0.12);
  }

  #main-navbar .nav-link {
    padding: 12px 10px;
    margin: 0;
    font-size: 17px;
  }

  #main-navbar .nav-link::after {
    left: 10px;
    right: 10px;
  }

  #main-navbar .btn.btn-pink {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
}

#menu-container{
  transition: box-shadow .25s ease;
}

#menu-container.menu-scrolled{
  box-shadow:
      0 10px 28px rgba(0,0,0,0.52),
      0 3px 8px rgba(0,0,0,0.08);
}

.modal-dialog {
  margin-top: 95px;
}

ul.custom-list {
  list-style: none;
  padding-left: 0;
}

ul.custom-list li {
  position: relative;
  padding-left: 20px;
}

ul.custom-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;

  width: 10px;
  height: 10px;
  border-radius: 50%;

  background: radial-gradient(circle, #c4e538 0%, #8AA80E 100%);
  box-shadow: 0 0 6px rgba(44,181,67,0.6);
}
.strong_txt{
  color: #8aa80e;
  font-weight: 800;
}