@charset "utf-8";
/* CSS Document */
body{
	/* background:#4f3834 url(images/bg.jpg) center top repeat-x; */
	background:#4f3834;
	font-family: sans-serif, tahoma;
	margin:0;
	padding:0;
}
img{border:0;}
a{
	color:#633;
}
.wrapper{
	width:900px;
	position:relative;
	margin:0 auto;
	font-size:12px;
}
#top{
	height:110px;
	padding-top:10px;
	width:900px;
}
#top_right{
	font-size:12px;
	margin-top:83px;
	float:right;
	color:white;
	padding-right:10px;
}
#top_right a{
	text-decoration:none;
	color:white;
}
#header{
	width:900px;
	height:300px;
	box-shadow:0px 5px 30px #888;
	border-radius:5px 5px 0px 0px;
	overflow:hidden;
}
#slideshow img{
	border-radius:5px 5px 0px 0px;
}
.content{
	width:900px;
	float:left;
	box-shadow:0px 5px 30px #888;
	background:#ddd url(images/bg-content.png) repeat-x;
}
.left{
	width:560px;
	padding:20px 0px 20px 40px;
	float:left;
	font-size:14px;
	color:#444;
}
.right{
	width:250px;
	padding:30px 0px 80px 0px;
	float:right;
}
.left h1{
	font-size:24px;
	color:#333;
	margin:0px;
	text-align:left;
	padding: 10px 0px;
	text-shadow:1px 1px 1px #999;
}
.left p{
	text-align:justify;
}
.right .menu{
	float:left;
	list-style:none;
	margin:0;
	padding:0px;
	padding-top:20px;
}
.right .menu ul{
	list-style:none;
	margin:0;
	padding:0px;
}
.right .menu li{
	margin:0px;
	padding:0px;
	float:left;
	width:250px;
}
.right .menu a{
	padding:5px 10px 7px 0px;
	border-bottom:1px solid #D2D2D2;
	display:block;
	text-decoration:none;
	color:#ed3237;
	font-size:14px;
	padding-left:33px;
	text-shadow:1px 1px 1px #999;
}
.right .menu a:hover{
	color:#333;
}
.menu a.active, .menu a:hover{
	border-radius:13px 0px 0px 13px;
	background: #ccc url(images/dot.png) 3px 2px no-repeat;
}
.menu .active{
	font-weight:bold;
}
.right .linki{
	margin-top:30px;
}
.right .linki a{
	font-size:13px;
}
#stopka{
	float:left;
	text-align:left; 
	color:white;
	width:900px;
	padding: 10px 0px;
	text-shadow:0px 0px 3px brown;
}
#stopka_right{
	float:right;
	width:400px;
	text-align:right;
}
#stopka a{
	text-decoration:none;
	color:white;
}
#stopka a:hover{
	text-decoration:underline;
}
#stopka_left{
	float:left;
	width:400px;
	text-align:left;
}
/* Gallery Grid Styles */
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin: 20px 0;
}

.gallery-item {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

#galeria a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#galeria img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.gallery-item:hover img {
	transform: scale(1.05);
}
.lb-nav a{
	cursor: pointer;
}
#partnerzy .left_p, #partnerzy .right_p{
	width: 220px;
	background-color: white;
	margin: 10px 20px;
	border:1px solid #999;
	border-radius:5px;
}
#partnerzy .left_p{
	float:left;
}
#partnerzy .right_p{
	float:right;
}
#partnerzy a{
	display:block;
	text-align:center;
	padding:10px;
}
#partnerzy .left_p a{
	display:block;
	text-align:center;
	padding:17px 10px;
}
#partnerzy img{
	width:100%;
	height:auto;
}
#serwis > ul{
	padding:0px;
}
#serwis > ul > li > span{
	cursor:pointer;
	text-shadow: 0px 0px 1px #ED3237;
}
#serwis > ul > li:hover > span{
	text-decoration:underline;
}
#serwis li{
	list-style: none;
}
#serwis li li{
	list-style: disc;
}
#serwis ul ul{
	display:none;
}
#autoryzowany{
	width:860px;
	font-size:12px;
	background:#ccc url(images/bg-content.png) repeat-x;
	float:left;
	padding:10px 0px 10px 40px; 
	border-radius:0px 0px 5px 5px;
}
#autoryzowany a{
	float:left;
	padding:5px;
	height:34px;
	margin:0px 0px 0px 20px;
}
#autoryzowany img{
	height:100%;
	margin:0px;
	padding:0px;
}
#autoryzowany h3{
	font-size:14px;
	padding:16px 0px 0px 0px;
	margin:0px;
	float:left;
	color: #444;
	text-align: left;
	text-shadow: 1px 1px 1px #999;
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
	display: none;
	cursor: pointer;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 1001;
	background: #ed3237;
	border: none;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.mobile-menu-toggle span {
	display: block;
	width: 25px;
	height: 3px;
	background: white;
	margin: 5px 0;
	transition: 0.3s;
}

.mobile-menu-toggle.active span:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -6px);
}

.mobile-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.active {
	visibility: visible;
	opacity: 1;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #4f3834;
	z-index: 1000;
	transition: left 0.3s ease;
	overflow-y: auto;
	visibility: hidden;
}

.mobile-menu.active {
	left: 0;
	visibility: visible;
}

.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 80px 0 20px 0;
}

.mobile-menu li {
	border-bottom: 1px solid #633;
}

.mobile-menu a {
	display: block;
	padding: 18px 25px;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	transition: all 0.3s ease;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.mobile-menu a:hover,
.mobile-menu a.active {
	background: #ed3237;
	color: white;
	padding-left: 35px;
	box-shadow: inset 3px 0 0 rgba(255,255,255,0.3);
}



.mobile-menu-header {
	padding: 20px 25px 10px 25px;
	border-bottom: 2px solid #ed3237;
	background: rgba(0,0,0,0.2);
	position: relative;
}

.mobile-menu-header h3 {
	color: white;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Mobile Responsive Design */
@media (max-width: 950px) {
	.wrapper {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	#top {
		width: 100%;
		height: auto;
		padding: 10px 0;
		text-align: center;
	}
	
	#top img {
		max-width: 200px;
		height: auto;
	}
	
	#top_right {
		float: none;
		margin-top: 10px;
		text-align: center;
		font-size: 11px;
		padding: 0 10px;
	}
	
	#header {
		width: 100%;
		height: 200px;
		border-radius: 5px;
	}
	
	#slideshow img {
		width: 100%;
		height: 200px;
		object-fit: cover;
		border-radius: 5px;
	}
	
	.content {
		width: 100%;
		float: none;
		border-radius: 5px;
		margin-top: 0;
	}
	
	.left {
		width: 100%;
		float: none;
		padding: 20px;
		box-sizing: border-box;
	}
	
	.right {
		display: none; /* Hide desktop menu on mobile */
	}
	
	#autoryzowany {
		width: 100%;
		padding: 10px 20px;
		box-sizing: border-box;
		text-align: center;
	}
	
	#autoryzowany h3 {
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	
	#autoryzowany a {
		float: none;
		display: inline-block;
		margin: 5px;
	}
	
	#stopka {
		width: 100%;
		text-align: center;
	}
	
	#stopka_left,
	#stopka_right {
		float: none;
		width: 100%;
		text-align: center;
		margin: 5px 0;
	}
	
	/* Show mobile menu toggle */
	.mobile-menu-toggle {
		display: block;
	}
	
	/* Partnerzy mobile layout */
	#partnerzy .left_p,
	#partnerzy .right_p {
		width: 100%;
		float: none;
		margin: 10px 0;
	}
	
	/* Galeria mobile layout */
	.gallery-grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 15px;
		margin: 15px 0;
	}
	
	#galeria img {
		height: 200px;
	}
}

@media (max-width: 480px) {

	html, body{
		min-width: 360px;
	}
	
	.wrapper {
		padding: 0 10px;
	}
	
	#top_right {
		font-size: 10px;
	}
	
	.left {
		padding: 15px;
		font-size: 13px;
	}
	
	.left h1 {
		font-size: 20px;
	}
	
	.mobile-menu {
		width: 100%;
		left: -100%;
	}
	
	#autoryzowany a {
		height: 20px;
		max-width: calc(50% - 10px);
		margin: 5px;
	}
	
	#autoryzowany img {
		width: 100%;
		height: auto;
	}
	
	/* Gallery for very small screens */
	.gallery-grid {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		gap: 10px;
	}
	
	#galeria img {
		height: 120px;
	}
}