/*
Theme Name: Egolips 2026
*/

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  color:#101010;
  font-size:16px;
  line-height:27px;
  font-weight:400;
  animation: pageFadeIn 0.7s ease forwards;
  overflow-x: hidden;
}

/* ================================
   PAGE FADE-IN
================================ */
@keyframes pageFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ================================
   SCROLL REVEAL
================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.row .reveal:nth-child(2) { transition-delay: 0.1s; }
.row .reveal:nth-child(3) { transition-delay: 0.2s; }

.wow {
  visibility: hidden;
}

/* ================================
   NAVBAR
================================ */
.navbar {
  background: #fff;
  padding: 22px 60px;
  box-shadow: none;
}

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

.navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.09em;
  color: #012F6C !important;
  padding: 4px 22px !important;
  transition: color 0.2s;
}

.navbar-nav .nav-link:hover {
  color: #6b8cae !important;
}

.navbar.scrolled {
  box-shadow: none;
}

/* ================================
   HERO SECTION
================================ */
#hero {
  height: calc(100vh - 102px);
  display: flex;
  flex-direction: column;
  padding: 0 70px 70px;
}

/* ================================
   HERO BANNER
================================ */
.hero-banner {
  background-color: #012f6c;
  padding: 25px 15px;
  flex-shrink: 0;
  text-align:center
}

.hero-banner-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  padding-left: 15px;
  text-align:center;
  width:auto;
  display:inline-block
}

/* ================================
   HERO IMAGE
================================ */
.hero-img-wrap {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  line-height: 0;
}

@keyframes heroZoom {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.04); }
  100% { transform: scale(1); }
}

.hero-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  animation: heroZoom 10s ease-in-out infinite;
  transform-origin: center center;
}

/* ================================
   SECTION GLOBAL
================================ */
section {
  padding-top: 110px;
  padding-bottom: 110px;
}

#hero {
  padding-top: 0;
}

/* ================================
   SECTION HEADER
================================ */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header-line {
  display: block;
  width: 40px;
  height: 2px;
  background: #D0B0A8;
  margin: 0 auto 18px;
}

.section-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #D0B0A8;
  margin: 0;
}

/* ================================
   SEKCJA USTA
================================ */
#usta {
  background: #f7f9fb;
}

/* ================================
   SEKCJA PROTOKOŁY
================================ */
#protokoly {
  background: #012f6c;
}

#protokoly .section-title {
  color: #fff;
}

#protokoly .section-header-line {
  background: #D0B0A8;
}

.protokol-card {
  background: #fff;
  overflow: hidden;
}

.protokol-img-wrap {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.protokol-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.protokol-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.protokol-frame-inner {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 6px solid #fff;
  box-sizing: border-box;
}

.protokol-frame-label {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 4px;
  line-height: 1;
}

.protokol-name {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #fff;
  line-height: 1;
}

.protokol-name-bar {
  display: block;
  width: 3px;
  height: 28px;
  background: #D0B0A8;
  flex-shrink: 0;
}

.protokol-name p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #D0B0A8;
}

/* ================================
   SEKCJA KATEGORIE
================================ */
#kategorie {
  background: #f0e3de;
}

#kategorie .section-title {
  color: #012f6c;
}

.kategoria-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.kategoria-header {
  background: #D0B0A8;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
}

.kategoria-bar {
  display: block;
  width: 3px;
  height: 28px;
  background: #fff;
  flex-shrink: 0;
}

.kategoria-header p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
}

.kategoria-body {
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.kategoria-body > p {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  margin: 0 0 24px;
  flex: 1;
}

.kategoria-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.kategoria-links a {
  color: #012f6c;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.2s;
}

.kategoria-links a:hover {
  opacity: 0.7;
}

/* ================================
   SEKCJA PARALLAX
================================ */
#parallax-section {
  height: 80vh;
  width: 100%;
  background-image: url('img/parallax.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

/* ================================
   SEKCJA ETAPY
================================ */
#etapy {
  background: #fbf8f7;
  padding-top:0px
}

.etap-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.etap-header {
  background: #012f6c;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 20px;
}

#etapy .section-title {
	color:#012f6c
}

.etap-bar {
  display: block;
  width: 3px;
  height: 18px;
  background: #fff;
  flex-shrink: 0;
}

.etap-header p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
}

.etap-body {
  padding:35px 30px 35px;
  flex: 1;
}

.etap-subtitle {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #012f6c;
  margin: 0 0 16px;
}

.etap-body p {
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 12px;
}

.etap-body p:last-child {
  margin-bottom: 0;
}

/* ================================
   SEKCJA NAGRODA
================================ */
#nagroda {
  background: #081f3e;
}

.nagroda-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 24px;
}

#nagroda p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
  margin: 0 0 16px;
}

#nagroda p:last-child {
  margin-bottom: 0;
}

#nagroda .section-header-line {
  background: #D0B0A8;
  display: block;
}

.nagroda-img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* ================================
   SEKCJA FORMULARZ
================================ */
#formularz {
  background: #f7f9fb;
}

#formularz .section-title {
  color: #012f6c;
}

.form-upload-info {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
}

.form-upload-info a {
  color: #012f6c;
  font-weight: 600;
  text-decoration: underline;
}

.form-dropzone {
  border: 1.5px solid #c5cfe0;
  background: #edf1f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 380px;
  cursor: pointer;
  transition: background 0.2s;
}

.form-dropzone:hover {
  background: #dce4f0;
}

.form-dropzone p {
  margin: 4px 0;
  font-size: 13px;
  color: #012f6c;
  text-align: center;
}

.form-dropzone-link {
  color: #012f6c;
  font-weight: 600;
  text-decoration: underline;
}

.form-label-custom {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #012f6c;
  margin-bottom: 6px;
}

.form-input-custom,
.form-select-custom,
.form-textarea-custom {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #b0bdd0;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #333;
  padding: 6px 0;
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.form-input-custom:focus,
.form-select-custom:focus,
.form-textarea-custom:focus {
  border-bottom-color: #012f6c;
}

.form-select-custom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23012f6c' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 24px;
  cursor: pointer;
}

.form-textarea-custom {
  border: 1.5px solid #b0bdd0;
  padding: 12px;
  resize: vertical;
  min-height: 120px;
}

.form-textarea-custom:focus {
  border-color: #012f6c;
}

.form-check-custom {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.form-check-custom input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #012f6c;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.form-check-custom label {
  font-size: 11px;
  line-height: 1.6;
  color: #555;
  cursor: pointer;
}

.form-submit-btn {
  display: block;
  width: 100%;
  background: #012f6c;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  border: none;
  padding: 18px;
  cursor: pointer;
  transition: background 0.2s;
}

.form-submit-btn:hover {
  background: #01244f;
}


.wpcf7 input.wpcf7-form-control {
    width: 100%;
    border: none;
    border-bottom: 1.5px solid #b0bdd0;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    padding: 6px 0;
    outline: none;
    transition: border-color 0.2s;
    appearance: none;
    -webkit-appearance: none;
}

.wpcf7 textarea {
    width: 100%;
    border: none;
    border-bottom: 1.5px solid #b0bdd0;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    padding: 6px 0;
    outline: none;
    transition: border-color 0.2s;
    appearance: none;
    -webkit-appearance: none;
}

.wpcf7 select {
    width: 100%;
    border: none;
    border-bottom: 1.5px solid #b0bdd0;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    padding: 6px 0;
    outline: none;
    transition: border-color 0.2s;
    appearance: none;
    -webkit-appearance: none;
}

.wpcf7 label {
      display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #012f6c;
    margin-bottom: 6px;
    text-transform:uppercase
}

a {
  color: #012f6c
}

.wpcf7 br {
  display:none
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0px;
}

.wpcf7-list-item label {
  color:#888;
  font-size:11px;
  line-height:15px;
  text-transform:none !Important;
  font-weight:400 !Important
}

.wpcf7-submit  {
  width:auto !Important;
  background-color:#012f6c !Important;
  color:#fff !Important;
  text-align:center !Important;
  display:inline-block !Important;
  padding:10px 35px !Important;
  text-transform:uppercase !important;
  letter-spacing:1px !important;
  font-weight:500 !important
}

/* ================================
   SEKCJA LAUREACI
================================ */
#laureaci {
  background: #f0e3de;
}

.laureat-card {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.laureat-img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.laureat-kategoria {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 20px;
  background: #fff;
}

.laureat-bar {
  display: block;
  width: 3px;
  height: 18px;
  background: #D0B0A8;
  flex-shrink: 0;
}

.laureat-kategoria p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #D0B0A8;
}

.laureat-info {
  padding: 16px 20px;
  background: #dec1b7;
}

.laureat-name {
  margin: 0 0 1px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.laureat-klinika {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.laureat-nagroda-specjalna {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  background: #012f6c;
  margin-top: auto;
}

.laureat-nagroda-specjalna .laureat-bar {
  background: #fff;
  margin-top: 0px;
  height:32px
}

.laureat-nagroda-specjalna p {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1.5;
}

/* ================================
   SEKCJA JURY
================================ */
#jury {
  background: #e6eaf0;
}

.jury-card {
  background: #f5f7f9;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 34px 38px;
}

.jury-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 12px;
}

.jury-text {
  flex: 1;
}

.jury-name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.jury-photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.jury-body p {
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 12px;
}

.jury-body p:last-child {
  margin-bottom: 0;
}

/* ================================
   SEKCJA ALIAXIN
================================ */
#aliaxin {
  background: #fff;
}

#aliaxin p {

}

#aliaxin p:last-child {
  margin-bottom: 0;
}

.aliaxin-logo-wrap {
  text-align: left;
  margin-bottom: 32px;
}

.aliaxin-logo {
  max-height: 60px;
  width: auto;
}

.aliaxin-product-label {
  font-size: 13px;
  font-weight: 600;
  color: #012f6c;
  margin: 0 0 12px !important;
}

.aliaxin-product-img {
  display: block;
}

/* ================================
   SEKCJA IBSA
================================ */
#ibsa {
  background: #e6eaf0;
}

#ibsa p {

}

#ibsa p:last-child {
  margin-bottom: 0;
}

.ibsa-img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* ================================
   MOBILE FULLSCREEN MENU
================================ */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #012f6c;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-menu.active {
  display: flex;
}

.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

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

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

.mobile-menu-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  transition: opacity 0.2s;
}

.mobile-menu-nav ul li a:hover {
  opacity: 0.7;
}

/* ================================
   STOPKA
================================ */
#stopka {
  background: #fff;
  padding: 58px 0;
}

.stopka-inner {
  display: flex;
  align-items: center;
  gap: 80px;
}

.stopka-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.stopka-logo {
  max-height: 144px;
  width: auto;
  display: block;
}

.stopka-tagline {
  font-size: 10px;
  color: #012f6c;
  margin: 4px 0 0;
  letter-spacing: 0.05em;
}

.stopka-address {
  flex: 1;
}

.stopka-address p {
  margin: 0;
  font-size: 15px;
  color: #012f6c;
  line-height: 1.7;
}

.stopka-name {
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.stopka-code {
  margin-left: auto;
  flex-shrink: 0;
}

.stopka-code p {
  margin: 0;
  color: #012f6c;
  letter-spacing: 0.05em;
}

/* ================================
   RESPONSYWNOŚĆ
================================ */
@media only screen and (max-width: 991px) {
  /* Ukryj Bootstrap collapse na mobile – używamy własnego menu */
  #mainNav {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 0px;
	    font-size: 15px;
    line-height: 25px;
  }

  .navbar {
    background: #fff;
    padding: 12px 16px;
    box-shadow: none;
  }
  

  .hero-banner {
    padding: 14px 16px;
  }

  #hero {
    height: calc(100vh - 82px);
    padding: 0 0 0;
  }

  .hero-img-wrap {
    margin: 0;
  }

  .jury-body p {
    font-size: 14px;
    line-height: 24px;
  }

  .col-md-1 {
	--bs-gutter-y:0px
  }

  .hero-banner-text {
    font-size: 10px;
  }

  .aliaxin-logo {
    max-height: 40px;
}

  section {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .stopka-inner {
    display: block;
    align-items: center;
    gap: 20px;
  }

  .stopka-address {
    text-align: center;
  }

  .stopka-name {
    text-align: center;
  }

  .stopka-code {
    text-align: center;
    padding-top: 30px;
  }

  #stopka {
    background: #fff;
    padding: 45px 0;
  }

.section-title {
    font-size: 16px;
    letter-spacing: 1px;
}

.section-header {
    text-align: center;
    margin-bottom: 25px;
}

.jury-card {
    padding: 20px 25px 25px;
}

}