* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.hidden-h1 {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
  .contact-helper {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    outline: none;
    transition: bottom 0.3s ease, right 0.3s ease, transform 0.3s ease;
  }
  
  .contact-helper img {
    width: 80px;
    height: auto;
    transition: transform 0.3s ease;
  }
  
  .contact-helper:hover img,
  .contact-helper:focus-within img {
    transform: scale(1.05) rotate(2deg);
  }
  
  .speech-bubble {
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    right: 20%;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  
  .speech-bubble::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 20%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  
  /* Pokaż dymkę przy hover lub focus */
  .contact-helper:hover .speech-bubble,
  .contact-helper:focus-within .speech-bubble {
    opacity: 1;
    pointer-events: auto;
  }

  body {
     font-family: 'Segoe UI', sans-serif;
     background-image: url('images/4.png');
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: center top;
    background-color: rgb(255, 255, 255);
    line-height: 1.6;
    
  }
  .container {
  max-width: 1900px; /* lub 1100px, 1000px – w zależności od gustu */
  margin: 0 auto;
  padding: 0 0; /* lekki padding boczny */
}

@font-face {
    font-family: 'Gabriola';
    src: url('images/Gabriola.ttf') format('truetype');
    font-weight: bold;
}

.header {
    position: relative;
    overflow: hidden;
    height: 210px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 1em 1em 0 1em;*/
    flex-wrap: wrap;
    z-index: 1;
   /* backdrop-filter: blur(8px);*/
}
.headerW {
   background-color: #fdfcfdc3;
    position: relative;
    overflow: hidden;
    height: 210px;
    display: flex;
    justify-content: space-between;
    align-items: center;
   /* padding: 1em 2em 0 2em;*/
    flex-wrap: wrap;
    z-index: 1;
  /*  backdrop-filter: blur(8px);*/
}
.headerC {
   background-color:#fdfcfdc3;
    position: relative;
    overflow: hidden;
    height: 210px;
    display: flex;
    justify-content: space-between;
    align-items: center;
   /* padding: 1em 2em 0 2em;*/
    flex-wrap: wrap;
    z-index: 1;
   /* backdrop-filter: blur(8px);*/
}


.logo-container {
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 50px;
   /* margin-top: 1px;*/
    width: 100%;
}

.logo-container img {
  display: block;
  max-width: 150px;
  height: auto;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.logo-container img:hover {
  transform: scale(1.05);
}
.logo-nap {
    font-size: 2.5rem;
    font-weight: bold;
    color: #262626e8;
    margin-left: 50px;
}
.motto {
   position: relative;
    text-align: center;
    padding: 5em 1em 0em;
}
.arrow-down {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 2em;
  opacity: 0.5;
  transition: transform 0.3s ease;
}
.arrow-down:hover {
  transform: rotate(90deg) scale(1.2);
  opacity: 0.7;
}

.motto h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    color: #333;
}
.slide1 h2 {
  font-family: 'Segoe UI', sans-serif;
    font-size: 3rem;
    font-weight:bold;
    margin: 0;
    color: #333;
    margin-bottom: 20px;
}
.top-menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-right: 20px;
}

.top-menu ul {
    display: flex;
    list-style: none;
}

.top-menu li {
    margin-left: 80px;
    margin-top: 180px;
}

.menu-item svg {
    width: 25px;
    height: 24px;
    color: #3a3a3ae8;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.menu-item:hover svg {
    color: #20545dc4;
    transform: scale(1.2);
}
.top-menu .fb-icon i {
  font-size: 25px;           
  color: #3160c0;           
  transition: color 0.3s, transform 0.3s;
}

.top-menu .fb-icon:hover i {
  color: #29487d;           
  transform: scale(1.2);    
}

.top-menu .fb-icon {
  margin-left: 10px;
  display: inline-block;
}
.i {
  background-color: #fdfcfdba;
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider1 {
    margin-top:50px;
    position: relative;
    width: 100%;
    min-height: 200px;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.slides1 {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
}

.slide1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    max-width: 50.5%;
    padding: 8px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    margin-right: 1px;
    min-height: 400px;
}

.slide1:last-child {
    margin-right: 0;
}
/*
.copy {
  
    font-family: 'Merriweather', serif;
    width: 100%;
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 5px rgba(228, 228, 222, 0.8);
    color: #6b2188;
}
.veb {
   
    font-family: 'Fira Code', monospace;
    width: 100%;
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 5px rgba(228, 228, 222, 0.8);
    color: #6b2188;
}*/
.slide1-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
}

.slide1-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-credit {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #636363;
    text-align: left;
    width: 100%;
    opacity: 0.7;
    margin-top: 1px;
}

.footers {
  flex: 2;
  margin-top: 20px;
  margin-bottom: 10px;

}
.footer {
  width: 100%;
  height: auto;
  backdrop-filter: blur(8px);
}
.footer p {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  text-align: center;
  width: 100%;
  opacity: 0.7;
  margin-top: 8px;
  
}
.footer a {
  color: #2b2b2b;
text-decoration: none;
}
.footer a:hover {
  color: #20545dc4;
}

.footers-k {
  flex: 2;
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer-k {
  width: 100%;
  height: auto;
  backdrop-filter: blur(8px);
}
.footer-k p {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  text-align: center;
  width: 100%;
  opacity: 0.7;
  margin-top: 8px;
  
}
.footer-k a {
  color: #2b2b2b;
text-decoration: none;
}
.footer-k a:hover {
  color: #20545dc4;
}
.footer-bottom {
  text-align: right;
 font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #505050;
    width: 100%;
    opacity: 0.7;
    margin-top: 1px;
 
}

.subpage-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
}

.subpage-content {
    flex: 2;
    color: #000;
    font-size: 18px;
}

.subpage-content p,
.subpage-content li,
.subpage-content ol {
    line-height: 1.6;
    margin-bottom: 15px;
}

.subpage-content li {
    margin-left: 30px;
}

.subpage-content a {
    color: #1a1a1a;
    text-decoration: none;
}

.subpage-content a:visited {
    color: rgb(240, 248, 234);
}

.subpage-content a:hover {
    color: #6b2188;
    text-decoration: underline;
}

.subpage-content a:active {
    color: rgb(240, 248, 234);
}

.subpage-content .tekst .texst-content {
    flex: 1;
}

.tekst-o-mnie {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: url('images/pani2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 400px;
   
    padding: 40px;
    box-sizing: border-box;
}

.text-content {
  backdrop-filter: blur(8px);
 padding: 30px;
  margin-left: 10px;
  border-radius: 3px;
  max-width: 600px;
  text-align: left;
 
}
.tekst-o-mnie .text-content h2 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 2.5rem;
    font-weight:bold;
    margin: 0;
    color: #333;
    margin-bottom: 20px;
   /* text-shadow: 2px 2px 5px rgba(228, 228, 222, 0.8);*/
}

.tekst-o-mnie .text-content p {
    font-size: 1.1rem;
    line-height: 1.6;
   margin-bottom: 15px;
    color: #222;
}

.tekst {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    max-width: 100%; 
}

.tekst-o-mnie2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: url('images/stworektlo.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 20px;
    padding-top: 30px;
    min-height: 400px;
    padding: 40px;
    box-sizing: border-box;
}

.tekst-o-mnie2 .text-content2 {
    backdrop-filter: blur(8px);
    padding: 30px;
    margin-left: 10px;
    border-radius: 3px;
    max-width: 700px;
    text-align: left;
   
}
.text-content22 {
  backdrop-filter: blur(8px);
  padding: 30px;
  border-radius: 3px;
  text-align: center;
}
.text-content22 ul {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}

.text-content22 li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.6rem;
  line-height: 1.6;
  color: #333;
}

.tekst-o-mnie2 .text-content2 h2 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 2.5rem;
    font-weight:bold;
    margin: 0;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(228, 228, 222, 0.8);
}

.tekst-o-mnie2 .text-content2 p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #222;
}
.tekst-o-mnie2 .text-content2 a {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #86077d;
    text-decoration:none ;
}
.dlaczego {
    width: 100%; 
    padding: 30px;
    text-align: center;
}

.dlaczego h2 {
   font-family: 'Segoe UI', sans-serif;
    font-size: 2.5rem;
    font-weight:bold;
    margin: 0;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(228, 228, 222, 0.8);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    margin-top: 40px;
  }
  

.trust-item {
    padding: 20px;
    background-color: #cccccc26;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 3px;
    border: 1px solid #64646445; 
    text-align: center;
    transition: transform 0.3s ease-in-out;
}
.trust-item:hover {
    transform: translateY(-5px); 
}
.trust-item i {
    font-size: 40px;
    color: #d0c311;
    margin-bottom: 10px;
}
.trust-item:hover i {
  color: #f0e21d; 
}

.trust-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.trust-item p {
    font-size: 16px;
}

/* Linki */
.tekst-tresci {
    width: 90%;
    margin: 40px auto;
   padding-bottom: 30px;
}

.tekst-tresci .linki {
    text-align: center;
}

.tekst-tresci .linki h2 {
   font-family: 'Segoe UI', sans-serif;
    font-size: 2.5rem;
    font-weight:bold;
    margin: 0;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(228, 228, 222, 0.8);
}
.kafelki-helper1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    justify-content: center;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 40px;
}

/* Zdjęcie */
.kafelek-1 {
    flex: 1;
    max-width: 45%;
}

.kafelek-1 img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
     border: 1px solid #3f3f3f41;
}
.kafelek-2 {
    font-size: 1.1rem;
    line-height: 1.6;
    flex: 1;
    max-width: 45%;
    color: #222;
}

.kafelki {
        display: grid;
        grid-template-columns: repeat(4, 1fr); 
        gap: 20px;
        margin-top: 40px;  
}
.kafelki-helper {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: 20px;
    margin-top: 30px;  
}
.kafelek {
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    border: 1px solid #3f3f3f41; 
}
.kafelek1 {
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.kafelek1:hover {
  transform: translateY(-5px); 
}

.miniatura1 {
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

.miniatura1 img {
  width: 100%;    
  height: 100%;   
  object-fit: cover; 
}

.kafelek:hover {
    transform: translateY(-5px); 
}

.miniatura {
    width: 100%;
    height: 100%; 
    overflow: hidden;
}

.miniatura img {
    width: 100%;    
    height: 100%;   
    object-fit: cover; 
}

/* KONTAKT*/
  .kontakt {
    color: #121212;
    padding-top: 0;
    text-align: center;
}

.kontakt-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 80%;
    margin: 40px auto;
}

.kontakt-info {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.kontakt-blurb {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #131313;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.kontakt-blurb svg {
    width: 50px;
    height: 50px;
    fill: #141414;
    transition: fill 0.3s ease-in-out;
}

.kontakt-blurb:hover {
    color: #68135e;
}

.kontakt-blurb:hover svg {
    fill: #68135e;;
}

.kontakt-form {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 100%;
}

.kontakt-form input,
.kontakt-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 1rem;
    background: #fff;
}

.kontakt-form button {
    width: 100%; 
    display: block; 
    background-color: #0d1429;
    color: rgb(255, 255, 255);
    font-size: 1.1rem;
    font-weight: bold;
    padding: 12px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.kontakt-form button:hover {
   background-color: #482a45;
}

.kontakt-form .zgoda {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px 20px;
    margin: 25px 0;
    border-radius: 2px;
    font-size:1rem;
    color: #333;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.kontakt-form .zgoda input[type="checkbox"] {
    margin-top: 4px;
    margin-left: 1px;
    width: 30px;
    height: 25px;
    accent-color: #2a3048;
    cursor: pointer;
}

.kontakt-form .zgoda label {
    line-height: 1.5;
    cursor: pointer;
}

.kontakt-form .zgoda a {
    color: #2a3048;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.kontakt-form .zgoda a:hover {
    color: #8f195c;
}
.kotakt-dane h3 {
  font-size: 2rem;
  color: #000000;
  text-align: center;
  margin-bottom: 1rem;
}


.tekst-tresci-k {
    width: 90%;
    margin: 20px auto;
}

.tekst-tresci-k .linki-k {
    text-align: center;
}

.tekst-tresci-k .linki-k h2 {
   font-family: 'Segoe UI', sans-serif;
    font-size: 3rem;
    font-weight:bold;
    margin: 0;
    color: #333;
    margin-bottom: 20px;
}
.tekst-tresci-k .linki-k h1 {
  font-family: 'Arial Black', sans-serif;
  font-size: 2.3rem;
  margin-bottom: 20px;
  color: #6b2188;
}
.kafelki-k {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}


/* Media Queries for Mobile Devices */
/* Media Queries - Responsywność */
/* Tablety i mniejsze laptopy (max-width: 1024px) */
@media (max-width: 1070px) {

.logo-container {
 margin-left: 80px;
}
 .header {
   height: auto;
   flex-direction: column;
   align-items: center;
  }
  .headerW {
   height: auto;
   flex-direction: column;
   align-items: center;
  }
  .headerC {
   height: auto;
   flex-direction: column;
   align-items: center;
  }
   body {
    background-size: 100% 100%;
    background-position: center;
}

.top-menu li {
    margin-left: 80px;
    margin-top: 40px;
    margin-right: 5px;
}

.trust-grid {
  grid-template-columns: repeat(2, 1fr);
}
.kafelki {
  grid-template-columns: repeat(2, 1fr);
}

}

@media (max-width: 900px) {


.slider1 {
  width: 100%;
}
.slides1 {
  display: flex;
  flex-direction: column;
  align-items: center; 
  width: 100%;
 
}
.slide1 {
  max-width: 100%;
}


.slide1-content{
  width: 95%;
   margin-top: 20px;
}

.kontakt-info {
  flex-direction: column;
  align-items: center;
  gap: 20px; 
}

.kafelki-helper1 {
        flex-direction: column;
        text-align: center;
    }

    .kafelek-1,
    .kafelek-2 {
        max-width: 100%;
    }
}
@media (max-width: 769px) {


.header {
    flex-direction: column;
    align-items: center;
    padding: 1em;
    text-align: center;
  }
.headerW {
    flex-direction: column;
    align-items: center;
    padding: 1em;
    text-align: center;
  }
.headerC {
    flex-direction: column;
    align-items: center;
    padding: 1em;
    text-align: center;
  }

  .logo-container {
    justify-content: center;
    position: relative;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
  }
  .top-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
  }


  .top-menu ul {
    flex-direction: row; 
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin-left: 40%;
  }

  .top-menu li {
    margin: 0;
  }
.logo-nap{
    display: none;
}
  .top-menu .menu-item svg,
  .top-menu .fb-icon i {
    font-size: 30px;
    margin-left: 20px;
  }
}


@media (max-width: 500px){

}
@media (max-width: 480px) {

  body {
      background-size: 100% 100%;
      background-position: center;
  }

.trust-grid {
  grid-template-columns: repeat(1, 1fr);
}
.kafelki {
  grid-template-columns: repeat(1, 1fr);
}
}
