/* *** CSS RESET *** */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Space+Grotesk:wght@300..700&display=swap');

:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 30px;
  padding-right: 30px;
}
body {
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  /* font-size: 120% !important; */
}

@media (min-width: 1439px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }

}

  .content {
    display: block;
    max-width: 1200px;
    margin: auto;
  }



@media (min-width: 900px) {

  h1 {
    font-family: "Space Grotesk";
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    margin-bottom: 20px;
  }

  h1 span {
    font-size: 32px !important;
    line-height: 34px;
    color: #94D4FF;
    
  }

  .subtitle {
    font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    max-width: 1030px;
    margin: auto;
  }

  .kartaZabka {
    max-width: 35vw;
    height: auto;
    margin-bottom: 20px;
  }

}

@media (max-width: 899px) {

  h1 {
    font-family: "Space Grotesk";
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    margin-bottom: 30px;
  }

  h1 span {
    font-size: 30px !important;
    line-height: 34px;
    color: #94D4FF;
  }

  .subtitle {
    font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    max-width: 1030px;
    margin: auto;
  }

  .kartaZabka {
    max-width: 55vw;
    height: auto;
    margin-bottom: 30px;
  }
}


.headerdesktop {
  width: 1440;
  height: 100vh;
  gap: 10px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url('/img/frontend/tuo_duze.png');
  margin-bottom: 50px;
}
footer {
  background: #11325A; 
  color: white;
  min-height: 120px;
  text=align: center;
  padding: 30px;
  color: #94D4FF;
}
footer a {color: #94D4FF; text-decoration: none;}



  /* PYTANIA */
.question {
  margin-top: 15px;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-weight: 700;
}
.answer {
  margin-left: 20px;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 300;
}
.formbottom {margin-top: 20px; margin-bottom: 30px;}
.slowna {width: 500px; height: 200px; max-width: 80vw; border-radius: 7px; border: solid 1px gray; padding: 10px; margin-top: 10px;}

.form-section {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.form-section.active {
  display: block;
  opacity: 1;
}
.navigation-buttons {
    margin-top: 20px; 
    position: relative; 
    margin-bottom: 40px;
    padding-bottom: 40px;
}
button,input[type=submit],.button {
    padding: 10px 35px;
    color: white;
    border-radius: 7px;
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    border: 0;
    background-color:  #009DFF;
};

.btn-wstecz {
    position: absolute;
    left: 0;
}
.btn-dalej,.btn-zapisz {
    position: absolute;
    right: 0;
}
.disabled-btn {
    opacity: 0.5;
    cursor: not-allowed;
}
.active-btn {
    opacity: 1;
    cursor: pointer;
}


/* Nawigacja w formularzu */
.form-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 10px;
  gap: 10px;
  font-size: 1.1em;
}

.step-nav {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  text-align: center;
}

.step-nav.active {
  font-weight: bold;
  opacity: 1;
}

.step-nav.accessible {
  opacity: 0.7;
}

.step-nav.locked {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}


/* Wyjątki */
.disabled-question {
  opacity: 0.5;
  pointer-events: none;
}

/* Podziękowanie i zapis */

h2 {
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0%;
  color: #11325A;
}

h2 span {
  color: black;
  font-size: 40px;
}

.subtitleonwhite {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
}

.zapisdanych strong {
  display: block;
  margin-bottom: 1px;
  margin-top: 30px;
  font-family: 'IBM Plex Sans';
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
}

@media (min-width: 900px) {
  .label-mobile {
    display: none;
  }
}

.tooltip-inner {
  padding: 25px;
  border-radius: 7px;
  background:#11325A;
  opacity: 1;
}
.tooltip-arrow {
  background:#11325A;
  color:#11325A;
  opacity: 0;
}
strong span {
  font-weight: normal !important;
  font-size: 0.9em;
}