@charset "utf-8";
/* CSS Document */
html {
	overflow-x: hidden;
}

body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

a {
	color: gray;
}
.telefon {
	display: block;
	position: relative;
	margin-top: 15px;
	width: 35px;
	margin-left: 15px;
}

.spectra {
	position: relative;
	display: block;
	top: 15px;
}

.jub {
	position: relative;
	display: block;
	margin-top: -15px;
	margin-left: -5px;
}

.mavrica {
	position: relative;
	display: block;
	margin-left:0px;
	margin-top: 0px;
}

.container {
	margin: 0 auto;
	display: block;
    position:relative;
	margin-top: 22px;
	width: 910px;
	height: auto;
	background-color: white;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 11px;

}

.logo {
 position:relative;
 display:block;
 width: 220px;
 margin-right: auto;
 margin-left: 5px;
 text-align: left;
 top: -111px;
}

.nav_bar {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	height: 55px;
	background-image: url("dekoral_link.jpg");
	background-repeat: repeat-x;
	margin-top: 46px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
 
.meni {
	text-align: center;
	display: block;
	position: relative; 
	width: 100%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 17px;
	color: white;
	top: 15px;
}

.Link {
	padding-right: 25px;
	font-weight: 300;
}

.Link a {
	color: white;
	text-decoration: none;
}
.Link a:hover {
	color:#A5A5A5;
}

.jezik {
	position: relative;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	left: 411px;
	top: -2px;
	color:  white;
	font-size: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.jezik a {
	display: inline;
	position: relative;
	color: white;
	text-decoration: none;
}

.jezik a:hover {
	color:#A5A5A5;
}
	
.dekoral {
	position: relative;
	display: block;
	text-align: left;
	width: 190px;
	margin-left: 365px;
	margin-top: -319px;
}

.footer {
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	background-image: url("dekoral_link.jpg");
	background-repeat: repeat-x;
	margin-top: 28px;
	bottom: 0;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

.pravice {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	height: 35px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: white;
	top: 5px;
	font-size: 14px;
}

h4 {
	font-size: 24px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	color: gray;
	margin-top: 98px;
}

.glavna_slika {
	display: block;
	position: relative;
	width: 910px;
	margin-top: -10px;
	height: 480px;
	object-fit: cover;
}

.gallery-top .glavna_slika {
	padding-bottom: 15px;
	box-sizing: border-box;
}

.gallery-thumbs {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.gallery-thumbs .glavna_slika {
	width: 100%;
	height: 110px;
	padding: 0;
	margin-top: 0;
	object-fit: cover;
	box-sizing: border-box;
}

.swiper .swiper-pagination {
	bottom: 28px !important;
}

.swiper-button-prev, .swiper-button-next, .swiper-pagination-bullet-active {
	color: #E0DFDF !important;
}

h1 {
	display: block;
	position: relative;
	font-size: 18px;
	padding: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
}

/* Ensure Swiper takes full width */
.swiper {
	width: 100%;
}

/* Swiper theme variables (correct root selector) */
:root {
	--swiper-theme-color: #E0DFDF;
	--swiper-navigation-color: #E0DFDF;
	--swiper-pagination-color: #E0DFDF;
}

/* Responsive adjustments */
@media (max-width: 960px) {
	.container {
		width: 100%;
		margin-top: 12px;
	}
	.dekoral {
		margin-left: 0;
		margin-top: 10px;
		left: 105px;
		margin: 10px 0 0;
		text-align: center;
		width: 130px;
	}
	.nav_bar {
		margin-top: 0;
	}
	.meni {
		font-size: 15px;
	}
	.Link {
		display: inline-block;
		padding-right: 12px;
		margin-bottom: 6px;
	}
	.jezik {        
		top: 20px;
        width: auto;
        left: 90px;
	}
	.glavna_slika {
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	.gallery-thumbs .glavna_slika {
		height: 80px;
	}
	.swiper .swiper-pagination {
		bottom: 18px !important;
	}
	.container img {
		max-width: 100%;
		height: auto;
	}
	.container iframe {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
	img.dekoral {
		display: inline-block;
		margin: 0 auto;
	}
	.dekoral { margin-bottom: 10px; z-index: 2; }
}

@media (max-width: 600px) {
	.meni {
		font-size: 14px;
	}
	.gallery-thumbs .glavna_slika {
		height: 64px;
	}
}

.menu-toggle {
	display: none;
	position: absolute;
	left: auto;
	right: 12px;
	top: 14px;
	z-index: 3;
	background: transparent;
	border: 0;
	color: white;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

@media (max-width: 960px) {
	/*Center logo inside dark nav bar on mobile*/
	.nav_bar { position: relative; z-index: 2000; height: 55px; }
	/*Show hamburger collapse menu */
	.menu-toggle { display: block; }
	.meni { 
		display: none; 
		text-align: center;
	}
	.nav_bar.open .meni {
		display: block;
		position: fixed;
		top: 55px;
		left: 0;
		right: 0;        
		width: 50%;
		margin-left: 43%;
		padding: 15px;
		background: #E0DFDF;
		box-shadow: 0 2px 8px rgba(0,0,0,0.15);
		z-index: 3000;
	}
	.nav_bar.open .Link { display: block; padding: 10px 0; }
	.nav_bar.open .Link a { color: black; }
	.logo{
		position: absolute;
        top: -75px;
		z-index: 4000;
	}
}

.table-responsive {
	overflow-x: auto;
}

.cenik {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
}

.cenik thead th {
	text-align: left;
	background: #f5f5f5;
	color: #333;
	font-weight: 600;
	padding: 12px 16px;
	font-size: 15px;
}

.cenik tbody td {
	padding: 12px 16px;
	border-top: 1px solid #eee;
}

.cenik tbody tr:nth-child(even) td {
	background: #fafafa;
}

.cenik tbody td:last-child {
	text-align: right;
	font-weight: 600;
}

#cena {
	text-align: right;
}

@media (max-width: 600px) {
	.cenik thead { display: none; }
	.cenik tr { display: grid; grid-template-columns: 1fr; padding: 10px 0; }
	.cenik td { display: block; border: 0; padding: 6px 0; }
	.cenik td:last-child { padding-top: 0; }
}

/* Thumbnail grid */
.thumbnail-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
	padding: 15px 15px;
}

.thumbnail {
	cursor: pointer;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: transform 0.2s ease;
}

.thumbnail:hover {
	transform: scale(1.02);
}

.thumbnail img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	display: block;
}

/* Modal styles */
.modal {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}

.modal-content {
	margin: auto;
	display: block;
	width: 90%;
	max-width: 1200px;
	max-height: 90%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
	z-index: 10001;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
}

@media (max-width: 600px) {
	.thumbnail-grid {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 10px;
		padding: 15px 10px;
	}
	
	.thumbnail img {
		height: 120px;
	}
	
	.close {
		top: 10px;
		right: 20px;
		font-size: 30px;
	}
}
