.galeria-container{
background-color: rgb(98, 97, 97);
}
.galeria {
    column-count: 3;
    column-gap: 10px;
    padding: 10px;
    margin: 0 5%;
}

.galeria img {
    width: 100%;
    height: auto;    /* pełna proporcja */
    margin-bottom: 10px;
    border-radius: 4px;
    display: block;
    break-inside: avoid;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.galeria img:hover {
    transform: scale(1.15); /* mniejsze powiększenie — nie rozwali siatki */
	transition: transform 0.6s ease, box-shadow 0.6s ease;
}

	html, body
	{
		height: 100%;
  		scroll-behavior: smooth;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #333333;
		font-family: Verdana, Geneva, Tahoma, sans-serif;
		font-size: 11pt;
		font-weight: 300;
		color: #656565;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		font-weight: 700;
		color: #2B3F48;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	.akapit
	{
		text-align:justify; text-indent:35px; margin-bottom:20px; line-height:1.65;	
	}

	ol, ul
	{
		padding: 0;
		
	}
	
	ul.actions
	{
		text-align: center;
	}
		

	
	p
	{
		line-height: 180%;
	}
	

	
	a
	{
		color: #0000FF;
	}
	
	a:hover
	{
		text-decoration: none;
		background-color: #009E2D;
	}
	
	.container
	{
		overflow: hidden;
		margin: 0em auto;
		

	}
	.container ul, li
	{
		list-style-type: square;
		padding-left: 50px;
	}
	
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.staff
	{
		margin-bottom: 3em;
	}

	ul.staff li
	{
		display: inline-block;
	}
	
	ul.staff li img
	{
		width: 80%;
		border-radius: 50%;
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 0em 3em;
		background: #009E2D;
		letter-spacing: 0.20em;
		line-height: 4em;
		text-decoration: none;
		font-weight: 400;
		font-size: 1em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #FFC31F;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
				margin:0 auto;
		padding:0 30px;
		margin-bottom: 0.2em;
	}
	
	.title h2
	{

		font-size: 2.7em;
	}
	
	.title .byline
	{

		font-size: 1.4em;
		color: #6F6F6F;
	}
		
	#wrapper
	{
		background: #FFF;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		background: #333333;
		position: sticky;
		top: 0;
		z-index: 10;
		
	}

	#header
	{
		position: sticky;
		padding-top: 2em;
		
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		
 		font-family: 'Montserrat', sans-serif;
		margin-bottom:10px;

		display: block;
    	font-size: 2em;

    	margin-inline-start: 0px;
    	margin-inline-end: 0px;
   		font-weight: bold;
    	unicode-bidi: isolate;
		
	}
	
	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}
	#logo a:hover
	{
		 background: none;   /* usuwa tło */
    	 
	}
	

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		top:0;
		padding-right:2em;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		text-align:center;
		justify-content: space-evenly;
		align-items: center;

		
	}
	
	
	#menu .item
	{
		float: left;
		text-align: center;
		padding-bottom:2em;
	}
	
	#menu .item a, #menu .item span
	{
		padding: 1em 1.5em;
		letter-spacing: 1px;
		text-decoration: none;
		font-size: 1.1em;
		color: #FFF;
	}
	
	#menu .item:hover a, #menu .item.active a, #menu .item.active span
	{
		color: #FFF;
	}
	
	#menu .current_page_item a
	{
		
		background: #009E2D;
		color: #FFF;
		
	}
	


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		overflow: hidden;
		padding: 7em 0em 5em 0em;
		background: #202020;
		background-size: cover;
		text-align: center;
		color: rgba(255,255,255,.8);
	}

	#banner .title
	{
		margin-bottom: 1em;

	}

	#banner .title h1
	{
		color: #FFF;
	}

	#banner .title h2
	{
		color: #FFF;
	}

	#banner .title .byline
	{
		color: rgba(255,255,255,.6);
	}
	
	#banner .button
	{
		margin-top: 3em;
		background: #009E2D !important;
	}

/*********************************************************************************/
/* OFFER                                                                     */
/*********************************************************************************/
 .offer-section{
	background-color: rgb(207, 207, 207);
	margin-top:0px;
 }
 .offer-container {
      display: flex;
      flex-direction: row;
	  margin: auto;
	  scroll-margin-top: 120px;	


      width: 90%;
      background: #ffffff;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
	  margin-bottom: 2%;
    }

    .offer-container:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    }

    /* --- Sekcja obrazów --- */
.offer-images {
  flex: 1 1 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  background-color: #e8eceb;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: hidden;
}

.offer-images img {
  width: 100%;
  height: auto;     /* <-- KLUCZOWE! */
  object-fit: contain;
  background: #fff; /* żeby tło się zgadzało */
  transition: transform 0.4s ease;
  cursor: pointer;
}

    .offer-images img:hover {
      transform: scale(1.05);
    }

    /* --- Treść oferty --- */
    .offer-content {
	  
      flex: 1 1 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: #fff;
      padding: 40px;
      border-top-right-radius: 24px;
      border-bottom-right-radius: 24px;
    }

    .offer-content h2 {
	  font-size: 2.5em;
      margin-top: 0;
      color: #004d39;
    }

    .offer-price {
      font-size: 2.3em;
      font-weight: bold;
      color: #009944;
      margin-bottom: 20px;
    }

    /* --- Zakładki --- */
    .tabs {
      margin-top: 20px;
	  
    }

    .tab-buttons {
      display: flex;
      border-bottom: 2px solid #e0e0e0;
      margin-bottom: 20px;
	  
    }

    .tab-buttons button {
      flex: 1;
      background: none;
      border: none;
      padding: 12px;
     font-size: 1.5rem;
      color: #004d39;
      cursor: pointer;
      transition: all 0.3s ease;
      border-bottom: 3px solid transparent;
    }

    .tab-buttons button:hover {
      background: #f2f7f5;
    }

    .tab-buttons button.active {
      color: #009944;
      border-bottom: 3px solid #009944;
      font-weight: 600;
    }

    .tab-content {
      display: none;
      animation: fadeIn 0.3s ease;
    }

    .tab-content.active {
      display: block;
    }

    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }

    /* --- Opis --- */
    .offer-description {
      color: #4a4a4a;
      font-size:1.5em;
      
    }

    .offer-specs {
      margin: 15px 0;
      padding-left: 20px;
      color: #555;
	  list-style-type:disc;
	  font-size:1.5em;
    }
	
				
    

    .offer-specs li {
      margin-bottom: 6px;
    }

    /* --- Dane techniczne --- */
    .tech-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
      
    }

    .tech-table th, .tech-table td {
	  font-size: 1.3em;
      padding: 8px 12px;
      text-align: left;
      border-bottom: 1px solid #e0e0e0;
    }

    .tech-table th {
      color: #004d39;
      width: 40%;
      font-weight: 600;
    }

    .tech-table td {
      color: #333;
    }

    /* --- Dodatkowe opcje --- */
    .offer-options label {
	  font-size: 1.4em;
      display: block;
      margin-bottom: 10px;
      color: #333;
      position: relative;
      cursor: pointer;
    }

    .offer-options input[type="checkbox"] {
      accent-color: #009944;
      margin-right: 8px;
      cursor: pointer;
    }

    .offer-options label span.tooltip {
	  font-size: 1.1em;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: -5px;
      left: 30px;
      transform: translateY(-100%);
      background: #004d39;
      color: #fff;
      padding: 6px 10px;
      border-radius: 6px;
      
      transition: opacity 0.3s ease;
      white-space: nowrap;
      z-index: 2;
    }

    .offer-options label:hover span.tooltip {
      visibility: visible;
      opacity: 1;
    }

    /* --- Pliki do pobrania --- */
    .downloads a {
      display: block;
      color: #009944;
      text-decoration: none;
      margin-bottom: 10px;
      font-weight: 500;
      transition: color 0.2s ease;
    }

    .downloads a:hover {
      color: #007e3a;
      text-decoration: underline;
    }

    /* --- Przycisk --- */
.button-contener{
  display: flex;
}

.offer-button {
  display: inline-block; /* dodane, żeby <a> zachowywało się jak przycisk */
  background: #009944;
  color: #fff;
  border: none;
  padding: 16px 28px;
  border-radius: 8px;
  cursor: pointer;
  font-size:1.3em;
  width: fit-content;
  transition: background 0.3s ease;
  margin-top: 20px;
  margin-right: 20px;
  text-decoration: none; /* usuwa podkreślenie linku */
  text-align: center;
}

.offer-button:hover {
  background: #007e3a;
}

    @media(max-width: 1500px) {
      .offer-container {
        flex-direction: column;
        height: auto;
      }
	  		.galeria {
   			column-count: 2;
			height: auto;
     	 }
	}

	@media(max-width: 1599px) {
      .offer-images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        height: auto;
      }

      .offer-content {
        height: auto;
        padding: 24px;
      }
	}
	@media(max-width: 800px) {
   
		.galeria {
   			column-count: 1;
			height: auto;
     	 }
		 .galeria img {
			height: 100%;
		 }


    }

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
	}
	
	#copyright p
	{
		text-align: center;
		font-size: 1em;
		color: rgba(255,255,255,0.5);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.8);
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		overflow: hidden;
		padding: 5em 0em;
		background: #009E2D;
		color: rgba(255,255,255);
		text-align: center;
		font-size: 1.5em;
		font-family: Verdana, Geneva, Tahoma, sans-serif;

	}

	#featured a
	{
		color: rgba(255,255,255,1);
	}
	
	#featured .button
	{
		background: #FFF;
		margin-top: 3em;
		font-size: 1em;
		color: #009E2D;
	}



	#featured .title h2
	{
		color: #FFF;
	}

	#featured .title .byline
	{
		color: rgba(255,255,255,.6);
	}

/*********************************************************************************/
/* Shorts                                                                      */
/*********************************************************************************/
.product-shortcuts {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
}

.product-shortcuts a {
    padding: 10px 22px;
    border: 2px solid #007a3d;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    color: #007a3d;
    transition: 0.25s ease;
}

.product-shortcuts a:hover {
    background: #007a3d;
    color: white;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/




	#extra
	{
		overflow: hidden;
		padding: 2em 0em;
		padding-bottom:1em;
	}
	
	#extra .title
	{
		text-align: center;
	}
	
	#extra .button
	{
		margin-top: 5em;
	}
	
	#extra .fa
	{
		display: block;
		margin-bottom: 0.5em;
		text-align: center;
		font-size: 3em;
	}

	.row {
		display: flex;
		flex-wrap: wrap;
		padding: 0 4px;
	  }
	  
	  /* Create four equal columns that sits next to each other */
	  .column {
		flex: 25%;
		max-width: 25%;
		padding: 0 2em;
	  }
	  
	  .column img {
		margin-top: 8px;
		vertical-align: middle;
		width: 100%;
	  }
	  
	  /* Responsive layout - makes a two column-layout instead of four columns */
	  @media screen and (max-width: 800px) {
		.column {
		  flex: 50%;
		  max-width: 50%;
		}
	  }
	  
	  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
	  @media screen and (max-width: 600px) {
		.column {
		  flex: 100%;
		  max-width: 100%;
		}
	  }

	  @media only screen and (max-height: 600px) {
		#logo {
			display: none;
			
		}
			#header-wrapper{
				position:relative;
			}
			#header{
				position:relative;
			}

		}
	