* {
  box-sizing: border-box;
}
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
main{
  display: block;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Syne';
    src: url('/css/fonts/Syne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Syne';
    src: url('/css/fonts/Syne-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Syne';
    src: url('/css/fonts/Syne-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body{
    font-family: "Syne", "Poppins", Verdana, Geneva, Tahoma, sans-serif !important;
    font-size: 16px !important;
    color:#0c0d1a;
}

header {
    width: 100%;
    max-width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 60px;
    display: flex;
    align-items: center;
    /* wyśrodkowanie w pionie */
    justify-content: space-between;
    /* wyśrodkowanie w poziomie */
    position: fixed;
    /* przykładowe tło, żeby było widać */
    color: white;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, 0);
}
.navbar{
    padding-top: 4rem !important;
}
header.scrolled {
  background: rgba(255, 255, 255, 0.9); /* jasne tło po scrollu */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* delikatny cień */
  backdrop-filter: blur(10px); /* lekki blur tła */
  padding-top: 5px;
  color: #333;
}
.nav-item{
    padding: 0 20px;
    list-style: none;
}
.nav-item2{
    padding-left: 20px;
    padding-right: 10px;
    list-style: none;
    color: #f7831c;
}

.poster{
    width: 100%; 
    max-width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    /* wyśrodkowanie w pionie */
    justify-content: start;
    /* wyśrodkowanie w poziomie */
}
.poster.galeria{
  display: block;
  text-align: center;
  min-height: 1250px;
  height: auto;
}
.poster.galeria h3{
  font-weight: 600;
  padding-bottom: 40px;
}
.linia-pom{
    margin-left: 70px;
    margin-right: 27px;
}
.poster.budowa-domow{
  display: inline-block;
  text-align: left;
  height: auto;
  background-image: url('/images/sec-1b.webp');
  background-position: center; /* wyśrodkowanie obrazu */
  background-size: cover;      /* obraz wypełnia cały element */
  background-repeat: no-repeat; /* nie powtarzaj obrazu */
  color: white;
  font-weight: 400;
  height: 682px;
  margin-bottom:500px;
 }
.alt-bg{
  background-image: url('/images/sec-2b.webp') !important;
  background-position: center; /* wyśrodkowanie obrazu */
  background-size: cover;      /* obraz wypełnia cały element */
  background-repeat: no-repeat; /* nie powtarzaj obrazu */
  width:100%;
}
.grad-bg{
  background: linear-gradient(0deg,rgba(2,36, 60, 1) 0%, rgba(2,36, 60, 0) 45%, rgba(2,36, 60, 0) 100%);
  height: 100%;
}
.alt-bg2{
  background-image: url('/images/sec-3b.webp') !important;
  background-position: center; /* wyśrodkowanie obrazu */
  background-size: cover;      /* obraz wypełnia cały element */
  background-repeat: no-repeat; /* nie powtarzaj obrazu */
  height: 882px !important;
  width:100%;
  margin-bottom: 0 !important;
}
.alt-bg3{
  background-image: none !important;
  background-color: #022432;
  height: auto;
  min-height: 730px;
  width:100%;
  margin-bottom: 0 !important;
}

.poster.budowa-domow .col-lg-6 {
    display: flex;             /* włącz flexbox */
    flex-direction: column;    /* układ pionowy */
    justify-content: center;   /* wyśrodkowanie pionowe */
    align-items: center;       /* wyśrodkowanie poziome */
    height: 300px;
    text-align: left;
    gap: 0px;                 /* odstęp między h3 i h4 */
    margin-top:100px;
}

.poster.budowa-domow .col-lg-6 h1, h2, h3, h4 {
    width:100%;
}
.poster.budowa-domow h3 {
    margin-top:100px;
}
.cot-h3{
  color: black;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 80px !important;
}

.poster.uslugi{
  display: inline-block;
  text-align: center;
  height: 1400px !important;
  background-color: #f9f9f9;
  color: #333;
  font-weight: 400;
  height: 682px;
}

.contact-button{
    display: flex;           /* ustawia elementy w jednym rzędzie */
    gap: 0px; 
    align-items: center;
    text-decoration: none;
}
.movie{
    width: 75vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 20px;
}
.right-bar{
    width: 25vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: white;
    display: flex;            /* flexbox */
    flex-direction: column;   /* ułożenie w kolumnie (jedno pod drugim) */
    justify-content: center;   /* wyśrodkowanie w pionie */
    padding: 0 75px;
    position: relative;
    font-size: 0.8rem;
}
a{
    text-decoration: none !important;
}
a:hover,
a:focus,
a:active {
  color: #f7831c !important;         /* kolor po najechaniu */
}
.zapytanie-ofertowe{
    display: flex;           /* ustawia elementy w jednym rzędzie */
    gap: 0px; 
    align-items: center;
    text-decoration: none;
}
.btn-orange{
  color: white;               /* kolor tekstu */
  background-color: #f7831c;  /* kolor tła */
  border: none;               /* usuwa domyślną ramkę */
  border-radius: 20px;        /* promień narożników */
  transition: background-color 0.3s; /* płynna zmiana koloru przy hover */
  text-align: center;
  cursor: grab;
  z-index: 3;
  padding: 10px 0;
  font-size: 1rem;
  width: 50%
}
.btn-orange:hover {
  color: #333 !important; /* opcjonalny efekt hover */
}
.btn-orange2{
  display: inline-block;
  color: white;               /* kolor tekstu */
  background-color: #f7831c;  /* kolor tła */
  border: none;               /* usuwa domyślną ramkę */
  border-radius: 32px;        /* promień narożników */
  transition: background-color 0.3s; /* płynna zmiana koloru przy hover */
  text-align: center;
  cursor: grab;
  z-index: 3;
  padding: 16px 0;
  font-size: 1rem;
  width: 90%;
  font-weight: 600;
}
.btn-orange2:hover {
  color: #333 !important; /* opcjonalny efekt hover */
}
@media(max-width: 1251px){
.line-5.col-lg-3{
  width: 100%;
  padding: 0 1rem;
  margin: 1rem 0;
}}
@media(min-width: 1251px){
.line-5.col-lg-3{
  width: 20%;
  padding: 0 1rem;
}}
@media(max-width: 999px){
.line-5.col-lg-3{
  margin: 0.5rem 0;
}}

.container.buton{
  padding-top:20px;
}
.btn-red{
  color: white;               /* kolor tekstu */
  background-color: red;  /* kolor tła */
  border: none;               /* usuwa domyślną ramkę */
  border-radius: 32px;        /* promień narożników */
  transition: background-color 0.3s; /* płynna zmiana koloru przy hover */
  text-align: center;
  z-index: 3;
  padding: 16px 64px;
  font-size: 1rem;
  width: 50%;
}
.btn-red:hover {
  color: #333 !important; /* opcjonalny efekt hover */
  cursor: grab;
}
.btn-red2{
  display: inline-block;
  color: white;               /* kolor tekstu */
  background-color: red;  /* kolor tła */
  border: none;               /* usuwa domyślną ramkę */
  border-radius: 32px;        /* promień narożników */
  transition: background-color 0.3s; /* płynna zmiana koloru przy hover */
  text-align: center;
  z-index: 3;
  padding: 16px 0;
  font-size: 1rem;
  width: 90%;
  font-weight: 600;
}
.btn-red2:hover {
  color: #333 !important; /* opcjonalny efekt hover */
  cursor: grab;
}
.btn-in-slider{
  color: white;               /* kolor tekstu */
  background-color: red;  /* kolor tła */
  border: none;               /* usuwa domyślną ramkę */
  border-radius: 32px;        /* promień narożników */
  transition: background-color 0.3s; /* płynna zmiana koloru przy hover */
  text-align: center;
  z-index: 3;
  padding: 16px 64px;
  font-size: 1rem;
  width: auto;
  position: absolute;
  top: 300px;
}
.btn-in-slider2{
  color: white;               /* kolor tekstu */
  background-color: red;  /* kolor tła */
  border: none;               /* usuwa domyślną ramkę */
  border-radius: 32px;        /* promień narożników */
  transition: background-color 0.3s; /* płynna zmiana koloru przy hover */
  text-align: center;
  z-index: 3;
  padding: 16px 64px;
  font-size: 1rem;
  width: auto;
  position: absolute;
  bottom: 20px;
  margin-left: 100px;
  margin-top: 40px;
}
.btn-in-slider:hover, .btn-in-slider2:hover {
  color: #333 !important; /* opcjonalny efekt hover */
  cursor: grab;
}

/* canvas „na dole” */
#canvas,#canvas2,#canvas3,#canvas3a,#canvas3b {
  z-index: 1;
}
#canvas-szary-trojkat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;      /* → musi wypełniać rodzica */
    height: 100%;
    background: transparent;
    pointer-events: none; /* kliknięcia przechodzą do sliderów itd. */
    z-index: -1; /* NIE wymagane, jeśli canvas ma być POD treścią */
}
.movie{
  background-image: url('/images/film.webp'); /* ścieżka do obrazu */
  background-size: cover; /* dopasuj do rozmiaru okna */
  background-position: center; /* wyśrodkuj obraz */
  background-repeat: no-repeat; /* nie powtarzaj */
}
.text-on-movie{
  height: 100%;
  display: flex;            /* flexbox */
  flex-direction: column;   /* ułożenie w kolumnie (jedno pod drugim) */
  justify-content: center;   /* wyśrodkowanie w pionie */
  align-items: start;       /* w poziomie */
  margin-right: 150px;
  margin-left: 85px;
  color: white;
  padding-top: 25%;
  padding-left: 50px;
}
.text-on-movie h1{
  font-size: 5rem;
  letter-spacing: 2px;
  font-weight: 600;
  padding-left: 50px;
  margin-bottom: 0;
}
.text-on-movie h2{
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 6500;
  text-transform: uppercase;
  padding-left: 4px;
  padding-left: 54px;
  margin-bottom: 0;
}
.text-on-movie p{
  padding-left: 40px;
  padding-left: 54px;
  padding-bottom: 50px;
}
.btn-baner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  color: white;
  background-color: #f7831c;
  border: none;
  text-align: left;
  padding: 20px 60px;
  cursor: pointer;
  z-index: 3;
  font-size: 1rem;
  height: 105px;
  font-weight: 400;
}
.btn-baner h2 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
}
.btn-baner.v1:hover{
  color:#333 !important; 
}
.btn-baner.v2:hover{
  color:#333 !important; 
}
.btn-baner h2{
    font-weight: 500;
    font-size: 1.5rem;
}
.pl50{
  padding-left: 50px;
  margin-bottom: 0 !important;
}
.cap{
  text-transform: uppercase;
}
.pl60{
  padding-left: 60px;
}
.dm{
  font-size: 90px; 
  font-weight: 700; 
  letter-spacing: 2px;
}
.hamburger,.navbar-mobi{
  display: none;
}
.container.logotype{
  padding-top: 80px;
  padding-bottom: 35px;
}

.slider, .slider-double, .slider-double-mini, 
.slider-double-uslugi, .slider-double-drewniane {
    overflow: hidden;
    width: 100%;
    max-width: 100%; /* zamiast tylko 60vw */
}
.slider {
  position: relative; /* konieczne dla pozycji .nav i .dots */
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; /* ukrywa pasek przewijania */
  width: 60vw;
  margin: 0 auto; /* wyśrodkowanie */
  margin-top: 85px;
  margin-bottom: 20px;
  /*box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.1);*/
}
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.slide {
  /*flex: 0 0 100%;  każdy slajd zajmuje 100% szerokości */
  text-align: center;
}

.slide img {
  width: 20vw;
  height: 300px;
  object-fit: cover;
  display: block;
}

.slide-title {
  text-align: left;
  width: 20vw;
  font-size: 0.8rem;
  font-weight: 500;
  color: #333;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 1rem;
}
.slide-title h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  padding-bottom: 0 !important;
}

.slider-double-mini, .slider-double-drewniane {
  position: relative; /* konieczne dla pozycji .nav i .dots */
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; /* ukrywa pasek przewijania */
  width: 60vw;
  margin: 0 auto; /* wyśrodkowanie */
  margin-top: 85px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.1);
}
.slider-double,
.slider-double-uslugi {
    display: grid;
	width: 80vw;
}
/* Desktop: 2 kolumny → 2×2 */
@media (min-width: 1001px) {
    .slider-double,
    .slider-double-uslugi {
        grid-template-columns: repeat(2, 1fr);
		height:780px;
    }
}

/* Mobile: 1 kolumna → 1×4 */
@media (max-width: 1000px) {
    .slider-double,
    .slider-double-uslugi {
        grid-template-columns: 1fr;
    }
}

.slides-double-mini, .slides-double-drewniane {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.slides-double-uslugi,.slides-double{
	width: 80vw;
	display: contents;
}

.slide-double-drewniane {
  height: 390px;
  width: 30vw;
  /*flex: 0 0 100%;  każdy slajd zajmuje 100% szerokości */
  text-align: center;
  background-color: white;
  color: #333;
  display: flex;             /* włącz flexbox */
  flex-direction: column;    /* układ pionowy */
  justify-content: center;   /* wyśrodkowanie pionowe */
  align-items: center;       /* wyśrodkowanie poziome */
  text-align: left;
  position: relative;
}
.slide-double, .slide-double-uslugi{
  height: 390px;
  width: 100%;  
  /*flex: 0 0 100%;  każdy slajd zajmuje 100% szerokości */
  text-align: center;
  background-color: white;
  color: #333;
  display: flex;             /* włącz flexbox */
  flex-direction: column;    /* układ pionowy */
  justify-content: center;   /* wyśrodkowanie pionowe */
  align-items: center;       /* wyśrodkowanie poziome */
  text-align: left;
  position: relative;
}
.slide-double-mini{
  height: 30vw;
  width: 30vw;
  /*flex: 0 0 100%;  każdy slajd zajmuje 100% szerokości */
  text-align: center;
  background-color: white;
  color: #333;
  display: flex;             /* włącz flexbox */
  flex-direction: column;    /* układ pionowy */
  justify-content: center;   /* wyśrodkowanie pionowe */
  text-align: left;
  position: relative;
}
.slide-double h1,
.slide-double h2,
.slide-double h3,
.slide-double h4,
.slide-double span,
.slide-double-mini h1,
.slide-double-mini h2,
.slide-double-mini h3,
.slide-double-mini h4,
.slide-double-mini span,
.slide-double-uslugi h1,
.slide-double-uslugi h2,
.slide-double-uslugi h3,
.slide-double-uslugi h4,
.slide-double-uslugi span,
.slide-double-drewniane h1,
.slide-double-drewniane h2,
.slide-double-drewniane h3,
.slide-double-drewniane h4,
.slide-double-drewniane span
{
  width:30vw;
  padding: 0 100px;
}
.slide-double h2, .slide-double-mini h2, .slide-double-uslugi h2, .slide-double-drewniane h2{
  font-weight: 700;
}
.slide-double h4, .slide-double-mini h4, .slide-double-uslugi h4, .slide-double-drewniane h4{
  font-size: 1rem;
  font-weight: 500;
}

.slide-double img, .slide-double-uslugi img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slide-double-drewniane img{
	height: 30vw;
   object-fit: cover;
}
.slide-double-mini img{
  width: 100%;
  height: 660px;
  object-fit: cover;
  display: block;
}

.slide-double-title, .slide-double-mini-title, .slide-double-uslugi-title, .slide-double-drewniane-title {
  text-align: left;
  font-size: 0.8rem;
  font-weight: 500;
  color: #333;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 30px;
  padding-right: 10px;
}
.slide-double h3, .slide-double-mini h3, .slide-double-uslugi h4, .slide-double-drewniane h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333; 
  width: 30vw;
}
@media (min-width: 1001px) and (max-width: 1380px){
	.slider-double, .slider-double-mini,
    .slider-double-uslugi, .slider-double-drewniane {
        width: 80vw;
    }
	.slide-double, .slide-double-mini,
    .slide-double-uslugi, .slide-double-drewniane {
        width: 40vw !important;
        max-width: 40vw !important;  /* <— to dowali nadpisanie */
        height: 390px;
        padding: 0px;
    }
	/* Teksty */
    .slide-double h1, .slide-double h2, .slide-double h3, .slide-double h4, .slide-double span,
    .slide-double-mini h1, .slide-double-mini h2, .slide-double-mini h3, .slide-double-mini h4, .slide-double-mini span,
    .slide-double-uslugi h1, .slide-double-uslugi h2, .slide-double-uslugi h3, .slide-double-uslugi h4, .slide-double-uslugi span,
    .slide-double-drewniane h1, .slide-double-drewniane h2, .slide-double-drewniane h3, .slide-double-drewniane h4, .slide-double-drewniane span {
        width: 40vw;
        padding: 0 20px;
    }
	.slide-double img, .slide-double-mini img,
    .slide-double-uslugi img, .slide-double-drewniane img {
        width: 40vw !important;
        height: 100% !important;
        object-fit: cover;
    }

}
@media (max-width: 1000px) {	
	.slides-double-mini,
    .slides-double-drewniane {
        display: flex;
        flex-direction: column;   /* <-- tu zmiana */
        width: 80vw;
    }
    .slides-double-uslugi,
	.slides-double{
		display: flex;
        flex-direction: column;   /* <-- tu zmiana */
        width: 90vw;
	}
	.slider-double-mini{
		width: 100vw;
        margin-top: 40px;
        box-shadow: none;
		overflow: hidden;
		height:780px;
	}
	.slide-double-mini{
		width: 100% !important;
        height: 420px;
        padding: 0px;
	}
    /* kontener slidera na całą szerokość */
     .slider-double-drewniane {
        width: 80vw;
        margin-top: 40px;
        box-shadow: none;
		overflow: hidden;
		height:840px;
    }
	.slider-double, .slider-double-uslugi{
		width: 100vw
	}
    /* SLIDES – jadą po 1 sztuce, nie parami */
    .slides-double, .slides-double-mini,
    .slides-double-uslugi, .slides-double-drewniane {
        display: flex;
    }

    /* Każdy slajd = pełna szerokość urządzenia */
    .slide-double, .slide-double-uslugi, .slide-double-drewniane {
        width: 100% !important;
        height: 420px;
        padding: 0px;
    }

    /* Zdjęcia 100% szerokości */
    .slide-double-mini img,
    .slide-double-drewniane img {
        width: auto !important;
        height: 100% !important;
        object-fit: cover;
    }
	.slide-double-uslugi img, .slide-double img{
		width: 90vw !important;
        height: 100% !important;
        object-fit: cover;
	}

    /* Teksty */
    .slide-double h1, .slide-double h2, .slide-double h3, .slide-double h4, .slide-double span,
    .slide-double-mini h1, .slide-double-mini h2, .slide-double-mini h3, .slide-double-mini h4, .slide-double-mini span,
    .slide-double-uslugi h1, .slide-double-uslugi h2, .slide-double-uslugi h3, .slide-double-uslugi h4, .slide-double-uslugi span,
    .slide-double-drewniane h1, .slide-double-drewniane h2, .slide-double-drewniane h3, .slide-double-drewniane h4, .slide-double-drewniane span {
        width: 100%;
        padding: 0 20px;
    }

}



/* Nawigacja */
.container{
  position: relative
}
.nav {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 70vw;   /* slider + wyjście strzałek */
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;  /* żeby kliknięcia działały tylko na buttony */
    z-index: 10;
}

.nav button {
    pointer-events: all;    /* przyciski mają klikalność */
    background: none;
    border: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: transparent;
}

.nav button img {
    width: 100%;
    height: 100%;
}

/* Dotsy */
.dots {
  text-align: center;
  position: relative;
  margin-top: 1px;
  bottom: 15px;
  width: 100%;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #f7831c;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: white;          /* białe tło */
}
.bdmszk{
  font-weight: 600;
  font-size: 2.5rem;
}
.bdmszk2{
  font-weight: 400;
  font-size: 2.5rem;
}
.col-lg-6.lrgr{
  font-size: 1.1rem;
}
.ct-uslugi{
  margin: 320px 0;
}
.nad-sl1{
  font-size: 1.2rem;
}
.box330{
  height: 330px;
  width: 330px !important;
  font-size: 1.5rem;
  background-color: #022432;
  text-align: center;
  padding-top: 48px;
}
.box330:hover{
  height: 330px;
  width: 330px !important;
  font-size: 1.5rem;
  background-color: #333;
  text-align: center;
  padding-top: 48px;
}
.box330-red {
  background-color: red;
}
.box330-red:hover{
  background-color: #022432;
}
.box330 img{
  padding-bottom: 27px;
}
@media(min-width: 1001px){
.reding:hover{
  background-color: red;
}}
footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 400px;

  /* Tekst widoczny */
  color: white;

  /* Obraz tła */
  background-image: url('/images/trojmar-footer.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%; /* dopasowanie wysokości */
}

/* FILTR na cały footer */
footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 36, 50, 0.95); /* kolor #022432 z alfa */
  z-index: 0;
}

/* Treść footera na wierzchu */
footer > * {
  position: relative;
  z-index: 1;
}
.copyright{
	position: relative;
	z-index: 10;
	color: white;
}
footer h2{
  font-size: 1.5rem;
}
.clx{
  color: white;
  text-decoration: none;
  font-size: 1.5rem !important;
}
.clx i{
  margin-right: 1rem;
  font-size: 2rem;
  padding-top: 1rem;
}
.inv{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inv h2{
  font-size: 3rem;
}
.icon{
  color: white;
}
.custom-list {
    list-style: none;
}
.custom-list li {
            position: relative;
            padding-left: 3rem;
            margin-bottom: 0.5rem;
        }
.custom-list li::before {
    position: absolute;
    left: 0;
    font-family: "bootstrap-icons" !important;
    font-size: 2rem;
    color: #f7831c;
}
.custom-list li:nth-child(1)::before { content: "\F3E8"; }
.custom-list li:nth-child(5)::before { content: "\F5C1"; top: -0.25rem;}
.custom-list li:nth-child(6)::before { content: "\F32F"; top: -0.25rem;}

.copyright{
  text-align: center;
  width: 100%;
  padding: 16px 0;
}














@media (max-width: 1050px) {
    header{
        background: rgba(255, 255, 255, 0.9); /* jasne tło po scrollu */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* delikatny cień */
        backdrop-filter: blur(10px); /* lekki blur tła */
        padding-top: 0 !important;
        color: #333 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important; /* DODAĆ */
    }
    .poster {
        flex-direction: column !important; /* elementy wewnątrz jeden pod drugim */
        align-items: center;
        justify-content: flex-start;
        height: auto; /* dopasowuje wysokość do zawartości */
        margin-top: 0; /* wysokość headera */
    }
    /* Movie i right-bar w kolumnie */
    .movie, .right-bar {
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        padding-top: 110px !important;
    }

    .text-on-movie {
      width: 100%;
      max-width: 100%;
      padding-top: 20px;
      align-items: center;
      text-align: center;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 0px;
    }
 
    
    .pl50{
      margin-bottom: 0 !important;
      text-align: center !important;
      display: flex !important;
      justify-content: center !important; /* poziomo */
      align-items: center !important;   
    }
    .pl60{
      margin-bottom: 0 !important;
    }
    .dm{
      font-size: 2rem !important; 
      font-weight: 700; 
      letter-spacing: 2px;
      text-align: center !important;
      text-transform: uppercase;
    }
    .pl0{
      padding-left: 0 !important;
    }
    .hamburger{
      display: flex !important;
    background-image: url("/images/hamburger_icon.png");
    width: 32px;
    height: 32px;
    margin-right: 20px !important;
    }

    .navbar-mobi.active{
      display: flex;
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      flex-direction: column;
      background: #fff;
      text-align: center;
      padding: 20px 0;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .navbar-mobi.active {
      display: flex !important;
    }
    .nav-item {
      padding: 10px 0;
    }
    .navbar{
      display: none !important;
    }
    .nav-link2{
      color: #f7831c;
    }
    .nav-link2:hover{
        color:#333 !important; 
    }
    .nav-item a{
      display: flex;
      justify-content: center;
      width: 100%;
    }
    #chat-icon{
      display: none !important;
    }
    #linia-pom, #linia-pom2, #chat-icon{
      display: none !important;
    }
}
@media (min-width: 1051px) and (max-width: 1380px) {
    header{
        background: rgba(255, 255, 255, 0.9); /* jasne tło po scrollu */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* delikatny cień */
        backdrop-filter: blur(10px); /* lekki blur tła */
        padding-top: 0 !important;
        color: #333 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100%;
    }
    #linia-pom, #linia-pom2, #chat-icon{
      display: none !important;
    }
    .right-bar{
      padding: 0 8px !important;
    }
    .dm{
      font-size: 40px;
    }
    .btn-baner{
      padding-left: 8px;
    }
}
@media (max-width: 1250px){
  .row {
        flex-direction: column;
        width: 100% !important;
        max-width: 100%;
    }
    .container.footer {
      --bs-gutter-x: 0 !important;
      margin-left: 0 !important;
    }

    .col-lg-4.v1 {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 20px; /* odstęp między przyciskami */
    }
    .col-lg-4.v2 {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0px; /* odstęp między przyciskami */
    }

    .btn-baner {
        width: 90% !important;
        max-width: 90%;
        text-align: center;
        padding: 15px 20px;
        margin: 0 5vw;
    }
  .col-lg-4.v1, .col-lg-4.v2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media(min-width: 1001px) and (max-width: 1050px){
  .btn-baner{
    margin-bottom: 20px;
  }
}


@media(min-width: 1381px){
	.poster.budowa-domow{
		background-size: cover;
		background-position: center top;
		background-attachment: fixed;
	}
}
@media(max-width: 1000px){
footer .row{
	padding-top: 20px; padding-bottom: 20px
}
.btn-red2, .btn-orange2{
	margin-left: 0 !important;
}
}
@media(min-width: 1001px){
footer .row{
	padding-top: 260px; padding-bottom: 200px
}
}

@media(max-width: 600px){
	.poster.galeria{
		margin-bottom: 50px;		
	}
	.poster.budowa-domow{
		min-height: 2400px;
		margin-bottom: 30px; /*zamiast standardowych 200px */
	}
	.alt-bg{
		min-height:2400px !important;
	}
	.alt-bg2{
		min-height:1700px !important;
	}
	.alt-bg3{
		min-height:1600px !important;
	}
	footer{
		margin-top: 0px !important;
	}
	.btn-in-slider{
		top: 350px !important;
	}
	.btn-in-slider2{
		top: 300px !important;
		position: static;
		margin-top: 0;
	}
}
@media(min-width: 601px) and (max-width: 1000px) {
	.poster.galeria{
		margin-bottom: 50px;		
	}
	.poster.budowa-domow{
		min-height: 2300px;
		margin-bottom: 30px; /*zamiast standardowych 200px */
	}
	.alt-bg{
		min-height:2300px !important;
	}
	.alt-bg2{
		min-height:1500px !important;
	}
	.alt-bg3{
		min-height:1500px !important;
	}
	footer{
		margin-top: 0px !important;
	}
	.btn-in-slider{
		top: 300px !important;
	}
}
@media(min-width: 1001px) and (max-width: 1380px) {
	.poster.galeria{
		margin-bottom: 50px;		
	}
	.poster.budowa-domow{
		min-height: 1200px;
	}
	.alt-bg{
		min-height:1000px !important;
	}
	.alt-bg2{
		min-height:1200px !important;
	}
	.alt-bg3{
		min-height:1100px !important;
	}
	footer{
		margin-top: 0 !important;
	}
	.btn-in-slider{
		top: 300px !important;
	}
}

@media(max-width: 1380px){
  #canvas, #canvas2, #canvas3{
    display: none;
  }
  .slider {
    width: 80vw;
  }
  .slide img{
    width: 80vw;
  }
  .slide-title{
    width: 80vw;
  }
  .nav{
    width: 95vw;
  }
  .row>.line-5.col-lg-3{
	  padding-left: 0;
	  padding-right: 0;
  }
}

@media (max-width: 1000px) {
    .box330.col-lg-3 {
        width: 100% !important;
        height: auto !important;
        min-height: 200px;
        margin-bottom: 20px;
    }
    
    .box330 span {
        padding: 20px;
    }
}
@media (max-width: 1000px) {
    .line-5.col-lg-3 {
        width: 100% !important;
        margin-bottom: 15px;
    }
    
    .btn-orange2, .btn-red2 {
        width: 100% !important;
        margin: 0 5%;
    }
}
@media (max-width: 1000px) {
    .poster.budowa-domow .col-lg-6 {
        height: auto !important;
        min-height: unset;
        margin-top: 30px !important;
        text-align: center;
    }
    
    .bdmszk, .bdmszk2 {
        text-align: center;
    }
}
@media (max-width: 1000px) {
    footer .col-lg-4 {
        width: 100% !important;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .inv h2 {
        font-size: 2rem !important;
    }
    
    .custom-list li {
        text-align: left;
    }
}
/* Resetowanie nadpisanych stylów Bootstrapa dla małych ekranów */
@media (max-width: 1000px) {
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, 
    .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, 
    .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}
/* Sekcja "Dlaczego my?" - kafelki */
@media (max-width: 1000px) {
    .alt-bg3 .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .box330 {
        width: 90% !important;
        max-width: 400px;
        margin: 0 auto 20px auto;
        height: auto !important;
        min-height: 330px;
    }
}

/* Sekcja z przyciskami usług */
@media (max-width: 1000px) {
    .alt-bg .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 1000px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .container .row {
        width: 100% !important;
    }
	.row >.col-md-3{
		width: 100%;
	}
    footer{
      margin-top: 1000px;
    }
    .mg-mobi{
      margin-bottom: 0px;
    }
	.btn-in-slider2{
		margin-left: 8px;
	}
	.btn-in-slider{
		top: 470px;
	}
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 9999;
}
.lightbox.active {
    opacity: 1;
    pointer-events: auto;
}
.lightbox img.main {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 8px;
}
.lightbox .close-btn,
.lightbox .prev-btn,
.lightbox .next-btn {
    position: absolute;
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.2s;
}
.lightbox .close-btn:hover,
.lightbox .prev-btn:hover,
.lightbox .next-btn:hover {
    background: rgba(255,255,255,0.5);
}
.lightbox .close-btn { top: 20px; right: 30px; }
.lightbox .prev-btn { left: 30px; top: 50%; transform: translateY(-50%); }
.lightbox .next-btn { right: 30px; top: 50%; transform: translateY(-50%); }

.lightbox .thumbnails {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    overflow-x: auto;
}
.lightbox .thumbnails img {
    width: 60px;
    height: 40px;
    object-fit: cover;
    opacity: 0.6;
    cursor: pointer;
    border-radius: 4px;
}
.lightbox .thumbnails img.active {
    opacity: 1;
    border: 2px solid white;
}
.upper{
	padding: 2rem 0;
	text-transform: uppercase;
	font-size: 0.75rem;
	text-align: center;
}
.img-fluid {
    aspect-ratio: 4 / 3; /* proporcje obrazu */
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}



/* Podmenu - domyślnie ukryte */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* pod głównym linkiem */
    left: 0%; /* punkt startowy na środku */
    transform: translateX(-50%); /* przesunięcie aby środek podmenu był pod linkiem */
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    min-width: 200px; /* minimalna szerokość podmenu */
    text-align: center; /* wyśrodkowanie tekstu w linkach */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* opcjonalny cień */
    border-radius: 4px; /* opcjonalnie zaokrąglenie narożników */
}

/* Pokazanie podmenu po najechaniu dla desktop */
.navbar .dropdown:hover .dropdown-menu {
    display: block;
}

/* Styl linków w podmenu */
.dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}

/* Kolor po hoverze */
.dropdown-menu li a:hover {
    background-color: #f0f0f0; /* tło po najechaniu */
    color: #f7831c; /* tekst po najechaniu */
}

/* Wyśrodkowanie podmenu mobilnego */
.navbar-mobi .dropdown-menu {
    position: relative; /* aby nie było absolutnego przesunięcia w mobilnym menu */
    transform: none;
    min-width: 100%;
    text-align: center;
}

/* Klasa dodatkowa dla specjalnych kolorów */
.li2 {
    color: #f7831c !important;
}

.li2:hover {
    color: #333 !important;
}
/* Podmenu - domyślnie ukryte */
.navbar .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;           /* umiejscowienie bezpośrednio pod linkiem */
    left: 50%;           /* punkt startowy w poziomie na środku linku */
    transform: translateX(-50%); /* przesunięcie, aby środek podmenu był pod linkiem */
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;     /* minimalna szerokość podmenu */
    text-align: center;    /* wyśrodkowanie tekstu w linkach */
    border-radius: 4px;    /* opcjonalnie zaokrąglenie narożników */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* cień dla estetyki */
    z-index: 1000;
}

/* Pokazanie podmenu po najechaniu dla desktop */
.navbar .dropdown:hover .dropdown-menu {
    display: block;
}

/* Styl linków w podmenu */
.navbar .dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    white-space: nowrap; /* aby linki nie zawijały się */
}

/* Hover dla linków podmenu */
.navbar .dropdown-menu li a:hover {
    background-color: #f0f0f0;
    color: #f7831c;
}
#g-recaptcha  div {
    margin: 0 auto;
}
.row.row-cls{
	width: 100%; padding-left: 50px; padding-top: 20px; text-align: center;
}
.row.row-cls h2{
	text-align: left !important;
	width: 100%; padding-left: 50px; padding-top: 0px; text-align: center;
	text-transform: none;
	font-weight: 600;
}
.row.row-cls h4{
	padding-left: 50px;
	padding-top: 0;
	font-weight: 400;
	font-size: 1rem;
}
.row.row-cls a{
	padding-left: 0;
	padding-right: 0;
}
@media(max-width: 1000px){
.row.row-cls{
	width: 100%; padding-left: 0px; padding-top: 80px; text-align: center;
}
}