/*
Theme Name: Ibsa Icons 2026
*/

@font-face {
  font-family: 'HaboroContrast';
  src: url('css/fonts/haborocontrastnormregular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.animatedfsmenu-navbar-toggler {
  display:none !important
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #000E20;
  font-size: 16px;
  line-height: 26px;
}

.wpcf7-form-control-wrap input {
  border:0px;
  border-bottom:1px solid #94a6bf;
  padding:10px 0px;
  width:100%
}

.wpcf7-form-control-wrap textarea {
  border:0px;
  border-bottom:1px solid #94a6bf;
  padding:10px 0px;
  width:100%
}

h1, h2, h3, h4, h5 {
  font-family: 'HaboroContrast', serif;
}

.wpcf7-list-item input {
    width: auto !important;
}

.wpcf7 p {
  margin-bottom:15px
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0px;
    font-size: 13px;
    margin-right:20px
}

.wpcf7-submit {
    background-color: #011b3e;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 0px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
}

.wow {
  visibility: hidden;
}

/* =====================
   NAWIGACJA
   ===================== */

.main-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 44px 44px;
  animation: heroFadeIn 0.8s ease 0.2s both;
}

.main-nav.scrolled {
  background: transparent;
  box-shadow: none;
}

.nav-logo-img {
  height: 48px;
  width: auto;
}

.nav-hamburger {
  position: fixed;
  top: 36px;
  right: 44px;
  z-index: 1001;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
}

.nav-hamburger img {
  height: 20px;
  width: auto;
}

/* =====================
   FULLSCREEN MENU
   ===================== */

.fullscreen-menu {
  position: fixed;
  inset: 0;
  background-color: rgba(14, 28, 54, 0.97);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.fullscreen-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.menu-close {
  position: absolute;
  top: 30px;
  right: 44px;
  background: none;
  border: none;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  font-weight: 300;
  transition: color 0.2s ease;
}

.menu-close:hover {
  color: #c8a882;
}

.menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
}

.menu-nav ul li {
  margin: 18px 0;
}

.menu-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.menu-nav ul li a:hover {
  color: #c8a882;
}

.menu-lang {
  text-align: center;
  margin-top: 10px;
}

.menu-lang a,
.menu-lang span {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  letter-spacing: 3px;
  text-decoration: none;
  margin: 0 6px;
  transition: color 0.3s ease;
}

.menu-lang a:hover {
  color: #fff;
}

/* =====================
   HERO SECTION
   ===================== */

.hero-section {
  position: relative;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero-left {
  width: 50%;
  flex-shrink: 0;
  background: url('img/2026/hero.jpg') center center / cover no-repeat;
  animation: heroFadeIn 1.6s ease both;
}

.hero-right {
  width: 50%;
  flex-shrink: 0;
  background-color: #e8e5ec;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: heroFadeIn 1.2s ease 0.3s both;
}

.hero-right-inner {
  padding: 200px 60px 0px;
  text-align: center;
  max-width: 820px;
  width: 100%;
}

.hero-titles {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

/* subtitle nad tytułem – styl globalny */
.hero-edition {
  font-size: 12px;
  letter-spacing: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  animation: heroSlideDown 0.7s ease 0.8s both;
}

.hero-name {
  font-size: 36px;
  letter-spacing: 3px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1.3;
  animation: heroSlideDown 0.7s ease 1.1s both;
}

.hero-desc-heading {
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  animation: heroSlideUp 0.7s ease 1.3s both;
}

.hero-desc p {
  line-height: 1.75;
  margin-bottom: 14px;
  animation: heroSlideUp 0.7s ease 1.5s both;
}

.hero-desc p:nth-child(3) {
  animation-delay: 1.7s;
}

.valuance-logo {
  max-width: 160px;
  width: 100%;
  margin-top: 28px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  animation: heroFadeIn 1s ease 1.9s both;
}

/* =====================
   HERO KEYFRAMES
   ===================== */

@keyframes heroFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes heroSlideDown {
  from { opacity: 0; transform: translateY(-18px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes heroSlideUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* =====================
   SEKCJA IBSA VALUANCE
   ===================== */

.valuance-section {
  background-color: #000E20;
  background-image: url('img/2026/statuetkabg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 300px 0;
  overflow: hidden;
}

.valuance-text-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.valuance-text-inner {
  max-width: 600px;
  padding: 0 40px;
  text-align: center;
}

.valuance-line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto 24px;
}

.valuance-heading {
  font-size: 35px;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.valuance-text-inner p {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
}

.valuance-img-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.valuance-statuetka {
  max-height: 600px;
  object-fit: contain;
  width: 100%;
}

/* Responsywność – valuance section */
@media only screen and (max-width: 998px) {

    .valuance-section {
        padding: 45px 0 20px;
    }

    .valuance-line {
    margin: 0 auto 15px;
}

  .valuance-text-col {
    justify-content: center;
  }

  .valuance-text-inner {
    padding: 0 30px;
    text-align: center;
    max-width: 100%;
  }

  .valuance-line {
    margin-left: auto;
    margin-right: auto;
  }

  .valuance-statuetka {
    max-height: 400px;
    margin-top: 40px;
  }

  .valuance-heading {
    font-size: 26px;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}



}

/* =====================
   RESPONSYWNOŚĆ
   ===================== */

@media only screen and (max-width: 998px) {

  .main-nav {
    padding: 16px 24px;
  }

  .main-nav.scrolled {
    padding: 12px 24px;
  }

  .hero-section {
    flex-direction: column;
    height: auto;
  }

  .hero-left {
    width: 100%;
    height: 50vh;
    min-height: 300px;
  }

  .hero-right {
    width: 100%;
    padding: 20px 5px;
  }

  .hero-right-inner {
    padding: 20px;
  }

  .hero-name {
    font-size: 20px;
    letter-spacing: 4px;
  }

  .menu-close {
    right: 24px;
  }

}

/* =====================
   SEKCJA FILARY IBSA
   ===================== */

.filary-section {
  background-color: #f7f7f7;
}

.filary-header {
  text-align: center;
  padding: 80px 20px 60px;
}

.filary-header-line {
  width: 40px;
  height: 2px;
  background-color: #000E20;
  margin: 0 auto 20px;
}

.filary-subtitle {
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
      font-family: 'HaboroContrast', serif;
}

.filary-title {
  font-size: 35px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.filary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.filary-col {
  position: relative;
  min-height: 720px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}


.filary-col-name {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 50px 0 0 28px;
  text-align:center
}

.filary-col-content {
  position: relative;
  z-index: 2;
  padding: 120px 48px 56px;
}

/* h3 w kolumnach – celowo Montserrat (nie HaboroContrast) */
.filary-col-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .8px;
  text-transform: uppercase;
  line-height: 1.7;
  margin-bottom: 22px;
  text-align:center
}

.filary-col-content p {
  font-size: 15px;
  line-height: 24px;
    text-align:center;
  margin-bottom: 0;
}

@media only screen and (max-width: 1620px) {
.filary-col-content {
    position: relative;
    z-index: 2;
    padding: 120px 28px 56px;
}

.laureaci-section {
    padding: 110px 0;
}

}

@media only screen and (max-width: 1320px) {

	.hero-titles {
  top: 13%;
}



}

@media only screen and (max-width: 998px) {

  .filary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .filary-col {
    min-height: 400px;
  }

}

@media only screen and (max-width: 576px) {

  .filary-grid {
    grid-template-columns: 1fr;
  }

  .filary-title {
    font-size: 26px;
  }

}

.videos a {
    display: block;
    position: relative;
}

.videos a img {
    filter: grayscale(.2);
    transition: .3s;
}

.videos a img:hover {
    filter: grayscale(0);
    transition: .3s;
}

.videos a:after {
    content: url(img/2026/play.png);
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    z-index: 99;
}

/* =====================
   SEKCJA LAUREACI
   ===================== */

.laureaci-section {
  background-color: #f6f6f6;
  padding: 150px 0;
}

.laureaci-logo-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
}

.laureaci-text-col {
  padding: 20px 20px 20px 40px;
}

.laureaci-text-col p {
  line-height: 1.8;
  margin-bottom: 24px;
}

.laureaci-text-col p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 998px) {

  .laureaci-logo-col {
    padding: 20px;
    margin-bottom: 0px;
  }

  .laureaci-text-col {
    padding: 20px;
    text-align: center;
  }

}

/* =====================
   SEKCJA ETAPY PLEBISCYTU
   ===================== */

.etapy-section {
  background-color: #f6f6f6;
}

.etapy-header {
  text-align: center;
  padding: 70px 20px 50px;
}

.etapy-header-line {
  width: 40px;
  height: 2px;
  background-color: #000E20;
  margin: 0 auto 20px;
}

.etapy-title {
  font-size: 35px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.etapy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.etapy-col {
  padding: 100px 70px;
  text-align: center;
}

.etapy-col--1 { background-color: #c3c8cf; }
.etapy-col--2 { background-color: #617084; }
.etapy-col--3 { background-color: #011b3f; }

.etapy-label {
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px !important;
    font-family: 'HaboroContrast', serif;
}

.etapy-heading {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
     font-family: 'HaboroContrast', serif;
  margin-bottom: 24px;
}

.etapy-col p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}

/* kolumny jasne – tekst ciemny */
.etapy-col--1 .etapy-label,
.etapy-col--1 .etapy-heading,
.etapy-col--1 p {
  color: #1a2a3a;
}

/* kolumny ciemne – tekst biały */
.etapy-col--2 .etapy-label,
.etapy-col--2 .etapy-heading,
.etapy-col--2 p,
.etapy-col--3 .etapy-label,
.etapy-col--3 .etapy-heading,
.etapy-col--3 p {
  color: #fff;
}

@media only screen and (max-width: 998px) {

  .etapy-grid {
    grid-template-columns: 1fr;
  }

  .etapy-col {
    padding: 50px 30px;
  }

}

/* =====================
   SEKCJA JURY PLEBISCYTU
   ===================== */

.jury-section {
  background-color: #fff;
  padding-bottom: 70px;
}

.jury-header {
  text-align: center;
  padding: 70px 20px 50px;
}

.jury-header-line {
  width: 40px;
  height: 2px;
  background-color: #000E20;
  margin: 0 auto 20px;
}

.jury-title {
  font-size: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* =====================
   INNE PROJEKTY SECTION
   ===================== */

.inne-projekty-section {
  display: flex;
  min-height: 600px;
}

.inne-projekty-photo {
  width: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.inne-projekty-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.inne-projekty-content {
  width: 50%;
  background-color: #f0f0f1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 70px;
}

.inne-projekty-inner {
  text-align: center;
  max-width: 480px;
}

.inne-projekty-line {
  width: 40px;
  height: 2px;
  background-color: #000E20;
  margin: 0 auto 20px;
}

.inne-projekty-title {
  font-size: 30px;
  letter-spacing: 4px;
  color: #000E20;
  margin-bottom: 30px;
  line-height: 1.3;
}

.inne-projekty-text {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 35px;
}

.inne-projekty-logo {
  max-width: 180px;
  height: auto;
}

/* =====================
   SZKOLENIA SECTION
   ===================== */

.szkolenia-section {
  background-color: #fff;
  padding: 100px 0;
}

.szkolenia-label {
font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'HaboroContrast', serif;
	text-align:center
}

.szkolenia-city {
  font-size: 30px;
  letter-spacing: 5px;
  text-align: center;
  color: #000E20;
  margin-bottom: 32px;
    font-family: 'HaboroContrast', serif;
  font-weight: 300;
}

.szkolenia-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.szkolenia-thumb img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.szkolenia-thumb:hover img {
  transform: scale(1.03);
}



.szkolenia-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  pointer-events: none;
}

.szkolenia-play svg {
  width: 100%;
  height: 100%;
}

/* =====================
   GALA SECTION
   ===================== */

.gala-section {
  display: flex;
  min-height: 600px;
}

.gala-content {
  width: 50%;
  background-color: #011b3e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 80px;
  flex-shrink: 0;
}

.gala-inner {
  max-width: 480px;
  text-align: center;
}

.gala-line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto 25px;
}

.gala-title {
  font-size: 30px;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.3;
}

.gala-text {
  font-size: 15px;
  line-height: 26px;
  color: #cdd5de;
  margin-bottom: 20px;
}

.gala-text:last-child {
  margin-bottom: 0;
}

.gala-photo {
  width: 50%;
  overflow: hidden;
}

.gala-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


@media only screen and (max-width: 1620px) {
.filary-col-content {
    position: relative;
    z-index: 2;
    padding: 120px 28px 56px;
}

.laureaci-section {
    padding: 110px 0;
}

}

/* =====================
   GALADESC SECTION
   ===================== */

.galadesc-section {
  background-image: url('img/2026/galadescbg.jpg');
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.galadesc-text {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 18px;
}

.galadesc-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 24px;
}

.galadesc-list li {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 10px;
}

.galadesc-quote {
  font-size: 15px;
  line-height: 25px;
  color: #cdd5de;
  font-style: inherit;
  margin-top: 30px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .galadesc-col-left {
    padding-right: 60px;
  }
  .galadesc-col-right {
    padding-left: 60px;
  }
}

/* =====================
   LAUREACI 2 SECTION
   ===================== */

.laureaci2-section {
  background-color: #011b3e;
  padding: 110px 0 110px;
}

.laureaci2-header {
  text-align: center;
  margin-bottom: 70px;
}

.laureaci2-line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto 25px;
}

.laureaci2-title {
  font-size: 26px;
  letter-spacing: 4px;
  color: #fff;
  line-height: 1.3;
}

.laureaci2-list {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
}

.laureaci2-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 30px;
}

.laureaci2-kat {
  width: 38%;
  flex-shrink: 0;
  padding-right: 20px;
}

.laureaci2-kat-label {
  display: block;
  font-size: 14px;
  color:#fff;
  letter-spacing: 3px;
  margin-bottom: 8px;
  font-family:'HaboroContrast', serif
}

.laureaci2-kat-name {
  font-size: 28px;
  letter-spacing: 3px;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

.laureaci2-card {
  flex: 1;
  background-color: #0b2445;
  display: flex;
  align-items: stretch;
  gap: 30px;
  padding: 20px 30px;
}

.laureaci2-photo {
  width: 300px;
  height: 300px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.laureaci2-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
}

.laureaci2-name {
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.4;
}

.laureaci2-address a {
  color: #7a96b2;
  text-decoration: underline;
}

.laureaci2-address a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .inne-projekty-section {
    flex-direction: column;
  }

  .inne-projekty-photo,
  .inne-projekty-content {
    width: 100%;
  }

.inne-projekty-title {
    font-size: 25px;
    letter-spacing: 3px;
    color: #000E20;
    margin-bottom: 20px;
    line-height: 1.3;
}

    .inne-projekty-photo img {
        height: 360px;
    }
  .inne-projekty-content {
    padding: 50px 30px;
  }

  .szkolenia-section {
    background-color: #fff;
    padding: 35px 0 0px;
}

.szkolenia-city {
    font-size: 25px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.szkolenia-section .col-lg-4 {
  padding-bottom:30px
}

  .gala-section {
    flex-direction: column;
  }

  .gala-content,
  .gala-photo {
    width: 100%;
  }

  .gala-content {
    padding: 50px 30px;
  }

  .gala-photo img {
    height: 280px;
  }

  .site-footer {
    padding: 40px 0;
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .footer-address-col {
    border-left: none;
    border-top: 1px solid #ddd;
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }

  .footer-right {
    align-items: center;
  }

  .laureaci2-list {
    padding: 0 15px;
  }

  .laureaci2-row {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .laureaci2-kat {
    width: 100%;
    padding-right: 0;
  }

  .laureaci2-card {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }

  .laureaci2-photo {
    width: 100%;
    height: 220px;
  }

  .laureaci2-title {
    font-size: 25px;
    letter-spacing:2px
  }

  .laureaci2-kat-name {
    font-size: 22px;
  }
}

/* =====================
   FOOTER
   ===================== */

.site-footer {
  background-color: #fff;
  padding: 50px 0;
  border-top: 1px solid #e8e8e8;
}

.footer-inner {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}

.footer-logo-col {
  text-align: center;
  flex-shrink: 0;
}

.footer-logo {
width:130px;
  display: block;
  margin: 0 auto 8px;
}

.footer-caring {
  font-size: 11px;
  letter-spacing: 1px;
  color: #666;
  margin: 0;
}

.footer-address-col {
  padding-left: 70px;
}

.footer-company {
  font-size: 14px;
  font-weight: 700;
  color: #011b3e;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.footer-addr {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin-bottom: 12px;
}



.footer-link {
  font-size: 15px;
  color: #011b3e;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.footer-social {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #011b3e;
  font-size: 20px;
  transition: color 0.2s ease;
  text-decoration:none !important
}

.footer-social-link svg {
  width: 22px;
  height: 22px;
}

.footer-social-link:hover {
  color: #2a5db0;
}


.footer-webdesign {
  font-size: 14px;
    color: #565656;
  margin: 0;
}

.footer-webdesign a {
  color: #565656;
  text-decoration: none;
}

.footer-webdesign a:hover {
  color: #011b3e;
  text-decoration: underline;
}

.laureaci2-address {
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  margin: 0;
}

/* =====================
   JURY SECTION
   ===================== */

/* równa wysokość kart – slick flex trick */
.jury-slider .slick-track {
  display: flex;
  gap: 10px;
}

.jury-slider .slick-slide {
  height: auto;
  display: flex;
}

.jury-slider .slick-slide > div {
  display: flex;
  width: 100%;
}

.jury-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 35px 50px 35px;
  outline: none;
  background-color: #f1f1f2;
}

.jury-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 24px;
  display: block;
}

.jury-name {
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 1.5;
}

.jury-role {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 24px;
}

.jury-bio {
  font-size: 14px;
  line-height: 1.7;
}

/* Slick dots */
.jury-slider .slick-dots {
  bottom: -40px;
}

.jury-slider .slick-dots li button:before {
  font-size: 8px;
  color: #000E20;
  opacity: 0.3;
}

.jury-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000E20;
}

@media only screen and (max-width: 768px) {

    .jury-card {
        padding: 30px 16px 15px;
    }


body {
  font-size: 15px;
  line-height: 25px;
}

.jury-section {
    padding-bottom: 40px;
}

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1300px) {

}

@media only screen and (max-width: 1200px) {

body {
    font-size: 15px;
    line-height: 25px;
}

}

@media only screen and (max-width: 768px) {

.filary-header {
    text-align: center;
    padding: 35px 20px 30px;
}

.filary-header-line {
    margin: 0 auto 15px;
}

.filary-subtitle {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .laureaci-section {
        padding: 35px 0;
    }

.laureaci-logo-col img {
  max-width:150px
}

.menu-nav ul li a {
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 2px;
}

.etapy-header {
    text-align: center;
    padding: 30px 10px 30px;
}

.etapy-header-line {
    margin: 0 auto 15px;
}

.etapy-title {
    font-size: 25px;
    letter-spacing: 3px;
}

.jury-title {
    font-size: 25px;
    letter-spacing: 3px;
}

.gala-line {
    margin: 0 auto 15px;
}

.gala-title {
    font-size: 25px;
    letter-spacing: 3px;
    margin-bottom:20px
}

.gala-photo img {
    height: auto;
    object-fit: inherit;
    display: block;
}

.galadesc-section {
    padding: 35px 0;
}

.laureaci2-section {
    padding: 35px 0 30px;
}

.laureaci2-header {
    text-align: center;
    margin-bottom: 30px;
}

    .laureaci2-kat {
        text-align: center;
    }

        .laureaci2-photo {
        width: 100%;
        height: auto;
    }

    .footer-address-col {
    padding-left: inherit;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-top: 35px;
}

.site-footer {
    padding: 40px 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: space-between;
}

    .hero-titles {
        top: 20%;
    }

.hero-edition {
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-weight: 600;
}

    .hero-name {
        font-size: 20px;
        letter-spacing: 3px;
    }

}

