* {
    box-sizing: border-box;
}
.lb-close {
    position: fixed !important;   /* zawsze widoczny na ekranie */
    top: 20px !important;
    right: 20px !important;
    width: 35px !important;
    height: 35px !important;
    background-image: url('css/images/close.png') !important; /* ścieżka do ikony */
    background-size: cover !important;
    z-index: 9999 !important;
    cursor: pointer;
    display: block !important;
    opacity: 1 !important;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%; /* ✅ zamiast height */
    font-family: 'Arial', sans-serif;
    background-image: url('images/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    height: auto;
    padding: 0 5%;
    overflow: hidden;
}
.center {
    z-index: 10;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 32px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    padding: 100px 80px;  
    max-width: 450px;
    width: 100%;

}

.logo {
    width: 180px;
    margin-bottom: 10px;
}

.buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.btn {
    width: 240px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.facebook { background-color: #1877f2; }
.instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.cennik { background-color: #0a3f7e; }
/*
.graphics-row {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.left, .right {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-left {
    width: 40vw;   
    height: auto; 
    z-index: 4;
}

.hero-right {
    width: 35vw; 
    height: auto;
    z-index: 4;
}

.circle {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.circle-left {
    width: 35vw;
    height: 35vw;
    background-color: #c49e3f;
    opacity: 90%;
    border-radius: 50%;
    position: absolute;
    bottom: 2vw;   
    left: 5vw;
    z-index: 1;
}

.circle-right {
    width: 25vw;
    height: 25vw;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    bottom: 4vw;          
    left: 55%;             
    transform: translateX(-50%);
    z-index: 1;
}
.circle-bottom-left,
.circle-bottom-right {
    position: absolute;
    border-radius: 50%;
    z-index: 0; 
    pointer-events: none;
}


.circle-bottom-left {
    background-color: #ccc;
    width: 30vw;
    height: 30vw;
    bottom: -15vw;  
    left: -15vw;
}


.circle-bottom-right {
    width: 20vw;
    height: 20vw;
    bottom: -10vw;   
    right: -1vw;
    background: #c49e3f;
}
*/
footer {
    position: relative; 
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background-color: #f7f7f7;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #ddd;
    z-index: 10;
    margin-top: 40px; 
}


/* Dla telefonów*/
@media (max-width: 1400px) {
    .hero-left  { max-width: 400px; }
    .hero-right { max-width: 300px; }
   
    .center {
    padding: 100px 80px;
    max-width: 850px;
    }
    .container {
    background-image: url('images/bg-mobile.png');
    background-size: cover;         /* automatyczne dopasowanie */
    background-position: center;    /* wyśrodkowanie */
    background-repeat: no-repeat;   /* bez powtarzania */
    background-attachment: scroll;   /* opcjonalnie: efekt paralaksy */
}

}
@media (max-width: 600px) {
    .center {
        padding: 20px 15px;   /* minimalny padding */
        max-width: 85%;       /* mniejsza szerokość boxa */
        border-radius: 16px;  /* delikatniejsze zaokrąglenie */
        background-color: rgba(255,255,255,0.9); /* półprzezroczysty biały – żeby tło było widać */
    }

    .logo {
        width: 140px;
        margin-bottom: 15px;
    }

    .btn {
        max-width: 260px;
        height: 48px;
        font-size: 16px;
    }
    .container {
    background-image: url('images/bg-mobile.png');
    background-size: cover;         /* automatyczne dopasowanie */
    background-position: center;    /* wyśrodkowanie */
    background-repeat: no-repeat;   /* bez powtarzania */
    background-attachment: fixed;   /* opcjonalnie: efekt paralaksy */
}
}
@media (max-width: 1024px) 
    {
    .graphics-row,
    .circle-left, 
    .circle-right { display: none; }

    .center {
        padding: 30px 20px;   /* dużo mniejszy padding */
        max-width: 90%;       /* zamiast 95% szerokości */
        min-height: auto;     /* usuwamy wymuszone 80vh */
        border-radius: 20px;  /* mniejsze zaokrąglenia */
    }

    .logo {
        width: 160px;        /* jeszcze mniejsze logo */
        margin-bottom: 20px;
    }

    .btn {
        width: 100%;
        max-width: 280px;
        height: 50px;
        font-size: 16px;
        border-radius: 25px;
    }

    .buttons {
        gap: 30px;
        width: 100%;
    }

    footer {
        position: static;
        margin-top: 60px;
    }
    .container {
    background-image: url('images/bg-mobile.png');
    background-size: cover;         
    background-position: center;    
    background-repeat: no-repeat;  
    background-attachment: scroll;   
}

}


#cennik.html
/* ====== STRONA CENNIKA ====== */
.cennik-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 20px;
  background-color: #fff;
  min-height: 100vh;
}

.cennik-page h1 {
  font-size: 3rem;
  margin-bottom: 40px;
  text-align: center;
}

.price-container {
  display: flex;
  justify-content: center;
  gap: 20px; /* zmniejszony odstęp */
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.price-container img {
  flex: 1 1 250px; /* elastyczna szerokość, minimum 250px */
  max-width: 300px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}


.price-container img:hover {
  transform: scale(1.05);
}

.powrot {
  background-color: #0a3f7e;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: bold;
  transition: background 0.2s;
}

.powrot:hover {
  background-color: #093665;
}

/* 📱 mobilna wersja */
@media (max-width: 768px) {
  .price-container img {
    width: 90%;
  }

  .cennik-page h1 {
    font-size: 2.2rem;
  }
}










body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.container {
  width: 90%;
  margin: 20px auto;
  text-align: center;
}

.gallery {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.gallery a {
  display: block;
  width: 30%;
}

.gallery img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
}

.back-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #0a3f7e;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.back-button:hover {
  background-color: #093665;
}
