/*
    Dimension by HTML5 UP
    html5up.net | @ajlkn
    Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* ============================================
   FOOTER STYLES - PRIORITY RULES AT TOP
   ============================================ */

/* FOOTER LINKS AND STRUCTURE */
#footer {
	-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
	-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
	-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
	transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
	width: 100%;
	max-width: 100%;
	margin-top: 1rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-top: 1px solid rgba(144, 144, 144, 0.25);
	text-align: center;
}

/* Footer content container */
.footer-content {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	align-items: center;
	justify-content: center;
}

/* Footer links section */
.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
	align-items: center;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 0.9rem;
	transition: color 0.3s ease;
	border-bottom: 1px solid transparent;
}

.footer-links a:hover {
	color: #f0c330;
	border-bottom-color: #f0c330;
}

/* Footer dividers */
.footer-divider {
	width: 4px;
	height: 4px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: inline-block;
}

/* Contact info in footer */
.footer-contact {
	display: flex;
	gap: 1.2rem;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.6);
}

.footer-contact a {
	color: #f0c330;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer-contact a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

/* Copyright */
.copyright {
	font-size: 12px !important;
	opacity: 0.5 !important;
	font-family: 'Times New Roman', Times, serif !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding-top: 1rem !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

#footer .copyright {
	letter-spacing: 0.2rem;
	font-size: 12px !important;
	opacity: 0.5 !important;
	margin-bottom: 0;
	text-transform: uppercase;
	padding-top: 1rem;
	font-family: 'Times New Roman', Times, serif !important;
	font-weight: normal !important;
}

#footer p.copyright {
	font-size: 12px !important;
	opacity: 0.5 !important;
	font-family: 'Times New Roman', Times, serif !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding-top: 1rem !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

body.is-article-visible #footer {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	-moz-filter: blur(0.1rem);
	-webkit-filter: blur(0.1rem);
	-ms-filter: blur(0.1rem);
	filter: blur(0.1rem);
	opacity: 0;
}

body.is-preload #footer {
	opacity: 0;
}

/* Mobile responsive footer */
@media (max-width: 1024px) {
	#footer {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.footer-links {
		gap: 1rem;
		flex-direction: column;
	}

	.footer-links a {
		display: block;
		padding: 0.4rem 0;
	}

	.footer-contact {
		flex-direction: column;
		gap: 0.6rem;
	}

	.footer-divider {
		display: none;
	}
}

/* ============================================
   END FOOTER STYLES
   ============================================ */

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	@media screen and (max-width: 1024px) {

		html, body {
			min-width: 320px;
			overflow-x: hidden;
			position: relative;
			width: 100%;
			touch-action: pan-y pinch-zoom;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #1b1f22;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	html {
		font-size: 18pt;
	}

		@media screen and (max-width: 1680px) {

			html {
				font-size: 14pt;
			}

		}

		@media screen and (max-width: 1024px) {

			html {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1024px) {

			html {
				font-size: 12pt;
			}

		}

	body, input, select, textarea {
		color: #ffffff;
		font-family: "Georgia", ;
		font-weight: 300;
		font-size: 1.2rem;
		line-height: 1.3;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
		text-decoration: none;
		color: inherit;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		color: #ffffff;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2rem 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-weight: 600;
		line-height: 1.5;
		margin: 0 0 1rem 0;
		text-transform: uppercase;
		letter-spacing: 0.2rem;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

		h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
			border-bottom: solid 1px #ffffff;
			width: -moz-max-content;
			width: -webkit-max-content;
			width: -ms-max-content;
			width: max-content;
			padding-bottom: 0.5rem;
			margin: 0 0 2rem 0;
		}

		h1.italic, h2.italic, h3.italic, h4.italic, h5.italic, h6.italic {
			border-bottom: solid 0.5px #ffffff;
			font-style: italic;
			text-transform: capitalize;
			width: -moz-max-content;
			width: -webkit-max-content;
			width: -ms-max-content;
			width: max-content;
			padding-bottom: 0.5rem;
			margin: 0 0 2rem 0;
		}

	h1 {
		font-size: 2.25rem;
		line-height: 1.3;
		letter-spacing: 0.5rem;
	}

	h2 {
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 0.5rem;
	}

	h3 {
		font-size: 1rem; font-style: italic; font-family: Arial, Helvetica, sans-serif;
	}

	h4 {
		font-size: 0.8rem;
	}

	h5 {
		font-size: 1.1rem;
		border-bottom: none;
		font-style: normal;
		text-transform: inherit;
		width: -moz-max-content;
		width: -webkit-max-content;
		width: -ms-max-content;
		width: max-content;
		padding-bottom: 0.1rem;
		margin: 0 0 0rem 0;
	}

	

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 1.75rem;
			line-height: 1.4;
		}

		h2 {
			font-size: 1.25em;
			line-height: 1.5;
		}

	}

	sub {
		font-size: 0.8rem;
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 4px #ffffff;
		font-style: italic;
		margin: 0 0 2rem 0;
		padding: 0.5rem 0 0.5rem 2rem;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0.25rem;
		padding: 0.25rem 0.65rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0 2rem 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1rem 1.5rem;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px #ffffff;
		margin: 2.75rem 0;
	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Form */

	form {
		margin: 0 0 2rem 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3rem);
			margin: -1.5rem 0 2rem -1.5rem;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5rem 0 0 1.5rem;
				width: calc(100% - 1.5rem);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75rem);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5rem);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375rem);
				}

		@media screen and (max-width: 1024px) {

			form > .fields {
				width: calc(100% + 3rem);
				margin: -1.5rem 0 2rem -1.5rem;
			}

				form > .fields > .field {
					padding: 1.5rem 0 0 1.5rem;
					width: calc(100% - 1.5rem);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5rem);
					}

		}

	label {
		color: #ffffff;
		display: block;
		font-size: 0.8rem;
		font-weight: 300;
		letter-spacing: 0.2rem;
		line-height: 1.5;
		margin: 0 0 1rem 0;
		text-transform: uppercase;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: solid 1px #ffffff;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1rem;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			background: rgba(255, 255, 255, 0.075);
			border-color: #ffffff;
			box-shadow: 0 0 0 1px #ffffff;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23ffffff' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75rem;
		padding-right: 2.75rem;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #1b1f22;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75rem;
	}

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			-moz-user-select: none;
			-webkit-user-select: none;
			-ms-user-select: none;
			user-select: none;
			color: #ffffff;
			cursor: pointer;
			display: inline-block;
			font-size: 0.8rem;
			font-weight: 300;
			margin: 0 0 0.5rem 0;
			padding-left: 2.65rem;
			padding-right: 0.75rem;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				-webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				-ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				border-radius: 4px;
				border: solid 1px #ffffff;
				content: '';
				display: inline-block;
				height: 1.65rem;
				left: 0;
				line-height: 1.65rem;
				position: absolute;
				text-align: center;
				top: -0.15rem;
				width: 1.65rem;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #ffffff !important;
			border-color: #ffffff !important;
			color: #1b1f22;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			background: rgba(255, 255, 255, 0.075);
			border-color: #ffffff;
			box-shadow: 0 0 0 1px #ffffff;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px #ffffff;
		margin-bottom: 2rem;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image:before {
			pointer-events: none;
			background-image: linear-gradient(135deg, rgba(15, 17, 21, 0.4), rgba(15, 17, 21, 0.35));
			background-color: rgba(19, 21, 25, 0.5);
			border-radius: 4px;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0.5;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2rem 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 2.5rem 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

		@media screen and (max-width: 1024px) {

			.image.main {
				margin: 2rem 0;
			}

		}

		@media screen and (max-width: 1024px) {

			.image.main {
				margin: 1.5rem 0;
			}

		}
/* Slajd slika */

	.slideshow {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: auto;
		}

		.slideshow img.slide {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		transition: opacity 1s ease-in-out;
		}

		.slideshow img.active {
		opacity: 1;
		position: relative;
		z-index: 2;
		}
	
			



/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2rem 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #ffffff;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2rem 0;
	}

		dl dt {
			display: block;
			font-weight: 600;
			margin: 0 0 1rem 0;
		}

		dl dd {
			margin-left: 2rem;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1rem;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1rem;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3rem 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1rem);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 1024px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1rem 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 0.75em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li a {
				border-radius: 100%;
				box-shadow: inset 0 0 0 1px #ffffff;
				display: inline-block;
				height: 2.25rem;
				line-height: 2.25rem;
				text-align: center;
				width: 2.25rem;
			}

				ul.icons li a:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				ul.icons li a:active {
					background-color: rgba(255, 255, 255, 0.175);
				}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2rem 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #ffffff;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #ffffff;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #ffffff;
		}

		table tfoot {
			border-top: solid 2px #ffffff;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #ffffff;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: 0;
		box-shadow: inset 0 0 0 1px #ffffff;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.98rem;
		font-family: 'Segoe UI', 'Arial', 'sans-serif';
		font-weight: 500;
		height: 2.75rem;
		letter-spacing: 0.04em;
		line-height: 2.75rem;
		outline: 0;
		padding: 0 1.25rem 0 1.35rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}
	
	@media (max-width: 600px) {
	  input[type="submit"],
	  input[type="reset"],
	  input[type="button"],
	  button,
	  .button {
	    font-size: min(0.95rem, 4vw);
	    padding-left: 0.7rem;
	    padding-right: 0.7rem;
	  }
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(255, 255, 255, 0.175);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"],
		input[type="reset"],
		input[type="button"],
		button,
		.button {
			...existing code...
			font-size: clamp(0.92rem, 2vw, 1.08rem);
			font-family: 'Segoe UI', 'Arial', 'sans-serif';
			font-weight: 500;
			...existing code...
			white-space: normal;
			word-break: break-word;
			max-width: 100%;
			min-width: 0;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			padding-left: 0.7em;
			padding-right: 0.7em;
			line-height: 1.2;
			text-align: center;
			height: auto;
			min-height: 2.2rem;
		}
		.button.small {
			font-size: 0.6rem;
			height: 2.0625rem;
			line-height: 2.0625rem;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #ffffff;
			color: #1b1f22 !important;
			font-weight: 600;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			cursor: default;
			opacity: 0.25;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button {
		line-height: calc(2.75rem - 2px);
	}

/* BG */

	#bg {
		-moz-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-backface-visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 1;
	}

		#bg:before, #bg:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		#bg:before {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 0.75s;
			-webkit-transition-delay: 0.75s;
			-ms-transition-delay: 0.75s;
			transition-delay: 0.75s;
			background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), linear-gradient(135deg, rgba(15,17,21,0.35), rgba(15,17,21,0.25));
			background-size: auto,
 256px 256px;
			background-position: center,
 center;
			background-repeat: no-repeat,
 repeat;
			z-index: 2;
		}

		#bg:after {
			-moz-transform: scale(1.125);
			-webkit-transform: scale(1.125);
			-ms-transform: scale(1.125);
			transform: scale(1.125);
			-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out;
			-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
			-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
			transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
			background-image: url("../../images/bg.jpg");
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			z-index: 1;
		}

		body.is-article-visible #bg:after {
			-moz-transform: scale(1.0825);
			-webkit-transform: scale(1.0825);
			-ms-transform: scale(1.0825);
			transform: scale(1.0825);
			-moz-filter: blur(0.2rem);
			-webkit-filter: blur(0.2rem);
			-ms-filter: blur(0.2rem);
			filter: blur(0.2rem);
		}

		body.is-preload #bg:before {
			background-color: #000000;
		}

/* Wrapper */

	#wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		min-height: 100vh;
		width: 100%;
		padding: 0.2rem 2rem 4rem 2rem;
		z-index: 3;
	}

		#wrapper:before {
			content: '';
			display: block;
		}

		@media screen and (max-width: 1680px) {

			#wrapper { padding: 0.2rem 2rem 3rem 2rem;
			}

		}

		@media screen and (max-width: 1250px) {

			#wrapper { padding: 0.2rem 1rem 2rem 1rem;
			}

		}

		@media screen and (max-width: 1024px) {

			#wrapper { 
				padding: 0.2rem 1rem 1rem 1rem;
				overflow-x: hidden;
				max-width: 100vw;
			}

		}

/* Header */

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		background-image: -ms-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		background-image: radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		max-width: 100%;
		text-align: center;
		margin-bottom: 8rem;
	}

	#header > * {
		-moz-transition: opacity 0.325s ease-in-out;
		-webkit-transition: opacity 0.325s ease-in-out;
		-ms-transition: opacity 0.325s ease-in-out;
		transition: opacity 0.325s ease-in-out;
		position: relative;
		margin-top: 1.3rem;
	}

	#header > :first-child {
		margin-top: 0;
	}

	#header .logo {
		width: 120px;
		height: 125px;
		border: solid 4px #ccc;
		border-radius: 50%;
		overflow: hidden;
	}

	#header .logo img {
		width: 85%;
		height: 85%;
		object-fit: contain;
		margin-top: 3%; 
	}

		#header .content {
			border-style: solid;
			border-color: #ffffff;
			border-top-width: 1px;
			border-bottom-width: 1px;
			max-width: 100%;
		}

			#header .content .inner {
				-moz-transition: opacity 0.325s ease-in-out;
				-webkit-transition: opacity 0.325s ease-in-out;
				-ms-transition: opacity 0.325s ease-in-out;
				transition: opacity 0.325s ease-in-out;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				padding: 3rem 2rem;
				max-height: 40rem;
				overflow: hidden;
			}

				#header .content .inner > :last-child {
					margin-bottom: 0;
				}

			#header .content p {
				text-transform: uppercase;
				letter-spacing: 0.2rem;
				font-size: 0.8rem;
				line-height: 2;
			}

	#header nav ul {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		margin-bottom: 0;
		list-style: none;
		padding-left: 0;
		background: rgba(255, 255, 255, 0.04);
		border: 1px solid rgba(255, 255, 255, 0.08);
		padding: 0.5rem;
		gap: 0.5rem;
		border-radius: 4px;
	}

		#header nav ul li a {
			display: block;
			min-width: 7.5rem;
			height: 2.75rem;
			line-height: 2.75rem;
			padding: 0 1.25rem 0 1.45rem;
			text-transform: uppercase;
			letter-spacing: 0.2rem;
			font-size: 0.8rem;
			border-bottom: none !important;
			border-radius: 0.4rem;
			-moz-transition: background-color 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
		}

	#header nav ul li a:hover {
		background-color: rgba(255, 255, 255, 0.075);
	}

	#header nav ul li a:active {
		background-color: rgba(255, 255, 255, 0.175);
	}

	body.is-article-visible #header {
		-moz-transform: scale(0.95);
			-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
			transform: scale(0.95);
			opacity: 0;
	}

	body.is-preload #header {`n`t`t`tmargin-bottom: 8rem;
		}

			body.is-preload #header > * {
				opacity: 0;
			}

			body.is-preload #header .content .inner {`n`t`t`topacity: 0;
			}

		@media screen and (max-width: 980px) {

			#header .content p br {
				display: none;
			}

		}

		@media screen and (max-width: 1024px) {

			#header > * {
				margin-top: 2rem;
			}

				#header > *:before {
					top: calc(-2rem - 1px);
					height: calc(2rem + 1px);
				}

			#header .logo {
				width: 4.75rem;
				height: 4.75rem;
				line-height: 4.75rem;
			}

				#header .logo .icon:before {
					font-size: 1.75rem;
				}

			#header .content .inner {
				padding: 2.5rem 1rem;
			}

			#header .content p {
				line-height: 1.875;
			}

		}

		@media screen and (max-width: 1024px) {

			#header {
				padding: 1.5rem 0;
			}

				#header .content .inner {
					padding: 2.5rem 0;
				}

				#header nav ul {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					min-width: 10rem;
					max-width: 100%;
				}

					#header nav ul li {
						border-left: 0;
						border-top: solid 1px #ffffff;
					}

						#header nav ul li:first-child {
							border-top: 0;
						}

						#header nav ul li a {
						height: 2.5rem;
						line-height: 2.5rem;
						min-width: 0;
						width: 100%;
						padding: 0 1rem;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		display: -moz-flex !important;
		display: -webkit-flex !important;
		display: -ms-flex !important;
		display: flex !important;
		-moz-align-items: flex-start;
		-webkit-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		max-width: 100%;
		z-index: 3;
	}

		#main article {
			-moz-transform: translateY(0.25rem);
			-webkit-transform: translateY(0.25rem);
			-ms-transform: translateY(0.25rem);
			transform: translateY(0.25rem);
			-moz-transition: opacity 0.325s ease-in-out, -moz-transform 0.325s ease-in-out;
			-webkit-transition: opacity 0.325s ease-in-out, -webkit-transform 0.325s ease-in-out;
			-ms-transition: opacity 0.325s ease-in-out, -ms-transform 0.325s ease-in-out;
			transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out;
			padding: 4.5rem 2.5rem 1.5rem 2.5rem ;
			position: relative;
			width: 400rem;
			max-width: 100%;
			background-color: rgba(27, 31, 34, 0.85);
			border-radius: 4px;
			opacity: 0;
		}

			#main article.active {
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				opacity: 1;
			}
			
			
			.scalable-line {
			  width: 100%;
			  max-width: 600px;
			  height: 4px;
			  background-color: #d70e0e;
			  margin: 2rem auto;
			  opacity: 0;
			  animation: fadeIn 1s forwards;
			}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

			#main article .close {
				display: block;
				position: absolute;
				top: 0;
				right: 0;
				width: 4rem;
				height: 4rem;
				cursor: pointer;
				text-indent: 4rem;
				overflow: hidden;
				white-space: nowrap;
			}

				#main article .close:before {
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					content: '';
					display: block;
					position: absolute;
					top: 0.75rem;
					left: 0.75rem;
					width: 2.5rem;
					height: 2.5rem;
					border-radius: 100%;
					background-position: center;
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
					background-size: 20px 20px;
					background-repeat: no-repeat;
				}

				#main article .close:hover:before {
					background-color: rgba(255, 255, 255, 0.075);
				}

				#main article .close:active:before {
					background-color: rgba(255, 255, 255, 0.175);
				}

		@media screen and (max-width: 1025px) {

			#main article {
				padding: 3.5rem 2rem 0.5rem 2rem ;
			}

				#main article .close:before {
					top: 0.875rem;
					left: 0.875rem;
					width: 2.25rem;
					height: 2.25rem;
					background-size: 14px 14px;
				}

		}

		@media screen and (max-width: 1024px) {

			#main article {
				padding: 3rem 1.5rem 0.5rem 1.5rem ;
			}

		}

/* Ikone */

.ikon-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 40px 0;
}

.ikon-blok {
  max-width: 200px;
  width: 100%;
  text-align: center;
  background-color: transparent;
}

.ikon-blok img {
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
  background-color: transparent;
}

.ikon-blok p {
  margin-top: 10px;
  font-size: 1rem;
  color: inherit; /* Nasljeđuje osnovnu boju teksta na stranici */
  line-height: 1.4;
  word-wrap: break-word;
}

/* Prilagođavanje za mobilne uređaje */
@media (max-width: 768px) {
  .ikon-blok {
    max-width: 45%;
  }

  .ikon-blok p {
    font-size: 0.95rem;
  }
}

@media (max-width: 1024px) {
  .ikon-blok {
    max-width: 100%;
  }
}


/* === ViaDux custom overrides === */

/* Nova pozadinska slika */
body {
    background-image: url("../images/beckground.jpg"); /* koristi tačan naziv fajla */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Tamna maska radi kontrasta */
body::before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}

/* Zlatna boja na hover */
#header nav ul li a:hover {
    color: #f0c330;
}

/* Naslovi sekcija u zlatnoj boji */
article h2.major {
    color: #f0c330;
}

/* Slideshow fade efekat */
.slideshow img {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
}
.slideshow img.active {
    opacity: 1;
    position: relative;
}

#header nav ul li a:hover {
    color: #f0c330;          /* zlatna boja */
    transform: scale(1.05);  /* malo povećanje */
    transition: all 0.3s ease;
}

article h2.major {
    color: #f0c330;
}

/* === Custom ViaDux overrides === */

/* Background image */
body {
	background: url("../../images/bg.jpg") no-repeat center center fixed;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

/* Dark overlay */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}

/* Menu hover effect */
#header nav ul li a:hover {
    color: #f0c330;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

/* Gold section titles */
article h2.major {
    color: #f0c330;
}

/* Slideshow fade effect */
.slideshow img {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slideshow img.active {
    opacity: 1;
    position: relative;
}

/* === ViaDux intro package tweaks === */
.pkg {
  margin-top: 1.25rem;
  padding: 1.25rem 1.25rem 1.5rem;
  background: rgba(0,0,0,0.35);
  border-radius: 12px;
  backdrop-filter: saturate(120%) blur(2px);
}

.pkg__label {
  font-weight: 600;
  margin: 0 0 .25rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: .95;
}
.pkg__label span { color: #f0c330; }

.pkg__route {
  margin: 0 0 .75rem;
  font-weight: 600;
}

.pkg__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1rem;
  margin-top: .75rem;
}

.pkg__sub {
  color: #f0c330;
  margin-bottom: .25rem;
}

.pkg__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pkg__list li {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: .35rem 0;
  opacity: .95;
}
.pkg__list i { width: 1.1em; text-align: center; }

.pkg__cta { margin-top: 1rem; }
.button.primary {
  background: #f0c330;
  color: #000 !important;
  border: none;
}
.button.primary:hover { filter: brightness(1.05); }

@media (max-width: 980px) {
  .pkg__grid { grid-template-columns: 1fr; }
}

/* === Package grid cards === */
.packages-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 1.5rem !important;
  margin-top: 1.5rem !important;
}

@media (max-width: 768px) {
  .packages-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
}
.package-card {
  background: rgba(0,0,0,0.4);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  transition: transform .2s ease;
  display: flex !important;
  flex-direction: column !important;
}
.package-card:hover {
  transform: translateY(-5px);
}
.package-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.package-card h3 {
  margin: .5rem 0 .25rem;
  color: #f0c330;
}
.package-card p {
  font-size: .9rem;
  opacity: .85;
  margin-bottom: .5rem;
}

/* === Modal (popup) === */
.modal {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: #111;
  padding: 2rem;
  max-width: 600px;
  width: 90%;
  border-radius: 12px;
  position: relative;
  animation: fadeIn .5s ease;
}
.modal-content h2 {
  margin-top: 0;
  color: #f0c330;
}
.modal-content .close {
  position: absolute;
  right: 1rem; top: .75rem;
  font-size: 1.5rem;
  cursor: pointer;
}

/* === 4x4 Card Grid === */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.card {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.5);
}

.media-placeholder {
  width: 100%;
  height: 160px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  color: #aaa;
  margin-bottom: 0.75rem;
}

.card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #f0c330;
  margin: 0 0 0.5rem 0;
  text-align: center;
}

.card p {
  text-align: center;
  margin: 0.25rem 0;
}

.card .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}
/* === Packages Grid (Intro section) === */
.packages-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.25rem !important;
  margin-top: 1.5rem !important;
}

.package-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex !important;
  flex-direction: column !important;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.6);
}

.media-placeholder {
  width: 100%;
  height: 140px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #aaa;
  margin-bottom: 0.75rem;
}

.package-card h3 {
  font-size: 1rem;
  color: #f0c330; /* zlatna */
  margin: 0;
  letter-spacing: 0.05em;
}

/* Responsive breakpoints */
@media (max-width: 1280px) {
  .packages-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 980px) {
  .packages-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .packages-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
}

/* === Modal (popup) === */
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #111;
  padding: 2rem;
  max-width: 600px;
  width: 90%;
  border-radius: 12px;
  position: relative;
  animation: fadeIn .4s ease;
  text-align: center;
}

.modal-content h2 {
  color: #f0c330;
  margin-bottom: 1rem;
}

.modal-content p {
  margin-bottom: 1.25rem;
}

.modal .close {
  position: absolute;
  top: .75rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-20px);}
  to {opacity: 1; transform: translateY(0);}
}
/* Ukloni linije na inner-page */
.inner-page #header .content {
  border: none !important;
}
.inner-page #header nav ul {
  border: none !important;
}
.inner-page #header nav ul li {
  border: none !important;
}
/* Čisti minimalistički header za inner-page */
.inner-page #header .content {
  border: none !important;
  padding: 1rem 0 !important;
}

.inner-page #header:before,
.inner-page #header:after,
.inner-page #header nav ul:before,
.inner-page #header nav ul:after {
  display: none !important; /* uklanja pseudo-elemente (linije) */
}

.inner-page #header nav ul {
  border: none !important;
  box-shadow: none !important;
}

.inner-page #header nav ul li {
  border: none !important;
}

.inner-page #header nav ul li a {
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.inner-page #header nav ul li a:hover {
  border-bottom: 2px solid #f0c330; /* zlatni hover */
}
/* === Uklanjanje linija i okvira na inner stranicama === */
.inner-page #header > *:before {
  display: none !important; /* uklanja vertikalnu liniju iznad elemenata */
}

.inner-page #header .content {
  border: none !important; /* uklanja horizontalne linije oko teksta */
}

.inner-page #header nav ul {
  border: none !important; /* uklanja okvir menija */
  box-shadow: none !important;
}

.inner-page #header nav ul li {
  border: none !important; /* uklanja uspravne linije između linkova */
}

.inner-page #header .logo {
  border: none !important; /* uklanja okvir oko logotipa */
}

/* Sakrij hamburger SAMO na desktop za inner-page */
@media screen and (min-width: 1025px) {
  body.inner-page #header button.hamburger,
  body.inner-page #header .hamburger,
  .inner-page #header button.hamburger,
  .inner-page #header .hamburger {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
  }
  
  body.inner-page #header button.hamburger span,
  body.inner-page #header .hamburger span,
  .inner-page #header button.hamburger span,
  .inner-page #header .hamburger span {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

/* === Kompaktniji header za sve inner stranice (osim indexa) === */
.inner-page #header {
  padding: 1.5rem 0 2.5rem; /* balansiran razmak gore/dole */
  margin-bottom: 6rem;
}

.inner-page #header .logo {
  width: 130px;   /* veći logo nego prije */
  height: 130px;
  margin-bottom: 1rem;
}

.inner-page #header .content .inner {
  padding: 1rem 0; /* manje paddinga unutar contenta */
  max-height: none;
}

.inner-page #header .content h1 {
  font-size: 1.8rem;   /* malo veći naslov */
  margin: 0.25rem 0;
  letter-spacing: 0.15rem;
}

.inner-page #header .content p {
  font-size: 1rem;
  margin: 0.25rem 0 1rem;
  line-height: 1.5;
}

.inner-page #header nav ul {
  margin-top: 0.75rem; /* razmak između podnaslova i menija */
}

.inner-page #header nav ul li a {
  font-size: 0.9rem;
  padding: 0 1.2rem;
  min-width: auto;
}


/* Testimonials Section */
.testimonials {
  margin: 3rem auto;
  text-align: center;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 1.5rem;
  font-style: italic;
  line-height: 1.6;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.4);
}

.testimonial-card h4 {
  margin-top: 1rem;
  font-weight: 600;
  color: #f0c330; /* zlatna */
  font-style: normal;
}

/* CTA Section */
.cta {
  margin: 4rem auto;
  text-align: center;
  background: rgba(0,0,0,0.5);
  padding: 2rem;
  border-radius: 12px;
}

.cta h2 {
  margin-bottom: 0.75rem;
  color: #f0c330;
}

.cta p {
  margin-bottom: 1.5rem;
}

.cta .button.primary {
  font-size: 1rem;
  padding: 0.75rem 2rem;
}

.cta .button.primary {
  font-size: 1rem;
  padding: 0.75rem 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Booking modal form */
#bookingModal {
  display: none;
  position: fixed;
  z-index: 3000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

#bookingModal .modal-content {
  background: #111;
  padding: 2rem;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  position: relative;
  color: #fff;
}

#bookingModal h2 {
  color: #f0c330;
  margin-bottom: 1rem;
}

#bookingModal label {
  display: block;
  margin: .5rem 0 .2rem;
}

#bookingModal input {
  width: 100%;
  padding: .6rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  border: 1px solid #444;
  background: #222;
  color: #fff;
}

#bookingModal button {
  width: 100%;
  text-align: center;
}

#bookingModal .close {
  position: absolute;
  right: 1rem;
  top: .5rem;
  font-size: 1.5rem;
  cursor: pointer;
}

/* ==== STILOVI KARTICA ZA PAKETE ==== */
.package-card {
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.package-card:hover { transform: translateY(-6px); }

/* Placeholder za slike */
.media-placeholder {
  width: 100%;
  height: 140px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #aaa;
  margin-bottom: 0.75rem;
}

/* Tekst unutar kartice */
.package-card h3 {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.package-card p {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}
.package-card button {
  margin-top: 1rem;
  background: #f0c330;
  color: #000;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
.package-card button:hover { filter: brightness(1.1); }

/* === VARIJANTE === */

/* 1. Dark */
.card-dark {
  background: rgba(0,0,0,0.65);
  border: 1px solid rgba(255,255,255,0.15);
  color: #eee;
}
.card-dark:hover { box-shadow: 0 8px 18px rgba(0,0,0,0.8); }

/* 2. Mid */
.card-mid {
  background: rgba(30,30,30,0.55);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ddd;
}
.card-mid:hover { box-shadow: 0 8px 18px rgba(0,0,0,0.6); }

/* 3. Light */
.card-light {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  color: #f5f5f5;
}
.card-light:hover { box-shadow: 0 8px 18px rgba(0,0,0,0.4); }

/* 4. Gold */
.card-gold {
  background: linear-gradient(135deg, rgba(240,195,48,0.15), rgba(240,195,48,0.05));
  border: 1px solid rgba(240,195,48,0.4);
  color: #fff2cc;
}
.card-gold h3 { color: #f0c330; }
.card-gold:hover { box-shadow: 0 8px 20px rgba(240,195,48,0.5); }

/* 5. Aqua */
.card-aqua {
  background: linear-gradient(135deg, rgba(0,180,216,0.15), rgba(0,119,182,0.1));
  border: 1px solid rgba(0,180,216,0.4);
  color: #dff8ff;
}
.card-aqua h3 { color: #00b4d8; }
.card-aqua:hover { box-shadow: 0 8px 20px rgba(0,180,216,0.5); }

/* 6. Green + Gold (VIP style) */
.card-green {
  background: linear-gradient(135deg, rgba(0, 100, 0, 0.25), rgba(240, 195, 48, 0.08));
  border: 1px solid rgba(0, 100, 0, 0.4);
  color: #eafbe7; /* svjetlija zelena bijela */
}
.card-green h3 {
  color: #f0c330; /* zlatni naslovi */
}
.card-green:hover {
  /* Hover: reduce transparency ~60% for VIP look */
  background: linear-gradient(135deg, rgba(0, 100, 0, 0.40), rgba(240, 195, 48, 0.13));
  box-shadow: 0 8px 22px rgba(0, 100, 0, 0.5),
              0 0 12px rgba(240, 195, 48, 0.6);
  transform: translateY(-6px);
}


/* ==== MODAL (popup) ==== */
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: #111;
  padding: 2rem;
  max-width: 700px;
  width: 90%;
  border-radius: 12px;
  position: relative;
  animation: fadeIn .4s ease;
  text-align: center;
}
.modal-content h2 {
  color: #f0c330;
  margin-bottom: 1rem;
}
.modal-content p {
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
.modal .close {
  position: absolute;
  top: .75rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
}
.modal .button.primary {
  background: #f0c330;
  color: #000;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  margin-top: 1rem;
}
.modal .button.primary:hover { filter: brightness(1.1); }

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-20px);}
  to {opacity: 1; transform: translateY(0);}
}

/* === Konsolidacija kartica paketa === */
.package-card {
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.package-card:hover { transform: translateY(-6px); }

.package-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}

.package-card h3 {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.package-card p {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}
.package-card button {
  margin-top: 1rem;
  background: #f0c330;
  color: #000;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
.package-card button:hover { filter: brightness(1.1); }

/* === Tematske varijante kartica === */
.card-dark {
  background: rgba(0,0,0,0.65);
  border: 1px solid rgba(255,255,255,0.15);
  color: #eee;
}
.card-dark:hover { box-shadow: 0 8px 18px rgba(0,0,0,0.8); }

.card-mid {
  background: rgba(30,30,30,0.55);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ddd;
}
.card-mid:hover { box-shadow: 0 8px 18px rgba(0,0,0,0.6); }

.card-light {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  color: #f5f5f5;
}
.card-light:hover { box-shadow: 0 8px 18px rgba(0,0,0,0.4); }

.card-gold {
  background: linear-gradient(135deg, rgba(240,195,48,0.15), rgba(240,195,48,0.05));
  border: 1px solid rgba(240,195,48,0.4);
  color: #fff2cc;
}
.card-gold h3 { color: #f0c330; }
.card-gold:hover { box-shadow: 0 8px 20px rgba(240,195,48,0.5); }

.card-aqua {
  background: linear-gradient(135deg, rgba(0,180,216,0.15), rgba(0,119,182,0.1));
  border: 1px solid rgba(0,180,216,0.4);
  color: #dff8ff;
}
.card-aqua h3 { color: #00b4d8; }
.card-aqua:hover { box-shadow: 0 8px 20px rgba(0,180,216,0.5); }

.card-green {
  background: linear-gradient(135deg, rgba(0,100,0,0.25), rgba(240,195,48,0.08));
  border: 1px solid rgba(0,100,0,0.4);
  color: #eafbe7;
}
.card-green h3 { color: #f0c330; }
.card-green:hover {
  background: linear-gradient(135deg, rgba(0, 100, 0, 0.40), rgba(240, 195, 48, 0.13));
  box-shadow: 0 8px 22px rgba(0,100,0,0.5),
              0 0 12px rgba(240,195,48,0.6);
  transform: translateY(-6px);
}

/* === Modal (popup) – jedinstvena verzija === */
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: #111;
  padding: 2rem;
  max-width: 700px;
  width: 90%;
  border-radius: 12px;
  position: relative;
  animation: fadeIn .4s ease;
  text-align: center;
}
.modal-content h2 { color: #f0c330; margin-bottom: 1rem; }
.modal-content p { margin-bottom: 1.25rem; line-height: 1.5; }
.modal .close {
  position: absolute;
  top: .75rem; right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
}
.modal .button.primary {
  background: #f0c330;
  color: #000;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  margin-top: 1rem;
}
.modal .button.primary:hover { filter: brightness(1.1); }

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-20px);}
  to {opacity: 1; transform: translateY(0);}
}

/* Instagram widget */
/* Wrapper koji centrira cijeli widget na ekranu */
.ig-wrapper {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  padding: 2rem;
}

/* Glavna sekcija widgeta */
.ig-section {
  margin: 2rem auto;
  padding: 1.5rem;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(20,20,20,0.9), rgba(0,0,0,0.85));
  backdrop-filter: blur(6px);
  text-align: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.6), inset 0 0 10px rgba(240,195,48,0.25);
  display: inline-block;
  max-width: 100%;
}

/* Naslov widgeta */
.ig-section h2 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: #f0c330;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-align: center;
}

/* Glavni feed za objave */
.ig-feed {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 180px));
	justify-content: center;
	align-items: start;
	gap: 10px;
	max-width: 1140px; /* 6 cards at 180px plus gaps */
	width: 100%;
	max-height: 420px;
	overflow-y: auto;
}

/* Stajling za postove unutar feeda */
.ig-item {
	border-radius: 8px;
	overflow: hidden;
	background: #0f0f0f;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 135px;
	max-height: 180px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid rgba(255,255,255,0.08);
}

.ig-item:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 18px rgba(240,195,48,0.35);
}

/* Stilizacija slika i videa unutar postova */
.ig-item img,
.ig-item video {
	width: 100%;
	height: 100%;
	max-height: 180px;
	object-fit: cover;
}

.ig-item video {
  cursor: pointer;
}

/* Responsive breakpoints */
@media (max-width: 768px) {
  .ig-section {
    padding: 1.1rem;
  }
}
/* Kraj Widgeta */

/* Hamburger - visible by default for mobile */
.hamburger {
	display: flex;
	background: none;
	border: none;
	padding: 0.5rem;
	cursor: pointer;
	flex-direction: column;
	gap: 4px;
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1001;
}

.hamburger span {
	display: block;
	width: 25px;
	height: 2px;
	background: #ffffff;
	transition: all 0.3s ease;
}

/* Desktop: hide hamburger completely and make lines invisible */
@media screen and (min-width: 1025px) {
	#header .hamburger {
		all: unset;
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
		width: 0 !important;
		height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		box-shadow: none !important;
		outline: 0 !important;
		position: absolute !important;
		left: -10000px !important;
		top: -10000px !important;
	}
    
	#header .hamburger span {
		all: unset;
		display: none !important;
		width: 0 !important;
		height: 0 !important;
		opacity: 0 !important;
		background: transparent !important;
		visibility: hidden !important;
	}
}

/* Desktop: nav stays visible horizontally */
@media screen and (min-width: 1025px) {
	#header nav {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		width: auto !important;
		height: auto !important;
		background: transparent !important;
		transition: none !important;
		z-index: auto !important;
		padding-top: 0 !important;
		visibility: visible !important;
	}
	#header nav.active {
		right: auto !important;
	}
}


/* Mobile: hamburger visible and interactive */
@media screen and (max-width: 1024px) {
  .hamburger {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: absolute !important;
    overflow: visible !important;
  }

  /* Keyboard focus indicator - only shows on keyboard navigation */
  .hamburger:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
    border-radius: 4px;
  }

  .hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background: #ffffff;
    transition: all 0.3s ease;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  /* Mobile: nav hidden by default, slides in when .active */
	#header nav {
		position: fixed !important;
		top: 0 !important;
		right: -280px !important;
		width: 280px !important;
		max-width: 80vw !important;
		height: 100vh !important;
		background: rgba(0,0,0,0.95) !important;
		transition: right 0.3s ease !important;
		z-index: 1000 !important;
		padding-top: 4rem !important;
		visibility: hidden !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
	}

	#header nav.active {
		right: 0 !important;
		visibility: visible !important;
	}

  #header nav ul {
    padding: 1rem 0;
    flex-direction: column;
  }

  #header nav ul li {
    border-left: 0;
    border-top: solid 1px rgba(255,255,255,0.2);
  }

  #header nav ul li:first-child {
    border-top: 0;
  }

  #header nav ul li a,
  #header nav ul li.lang-picker {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    text-align: center;
  }

  #header nav ul li.lang-picker {
    padding: 0.75rem 1.5rem;
    justify-content: center;
  }

  #header nav ul li.lang-picker select {
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    padding: 0.4rem 0.6rem;
    font-size: 0.9rem;
    cursor: pointer;
    width: 80%;
  }
}

/* New IG Feed Widget */
.ig-section-new {
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
}

#igFeedNew {
  width: 100%;
  max-width: 100%;
}

#igFeedNew > div {
  width: 100%;
  margin: 0 auto;
}

.ig-loader {
  text-align: center;
  color: #f0c330;
  padding: 2rem;
}

.ig-wrapper-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  background: linear-gradient(145deg, rgba(20,20,20,0.7), rgba(10,10,10,0.8));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.45), inset 0 0 10px rgba(240,195,48,0.08);
  backdrop-filter: blur(8px);
}

.ig-heading-new {
  font-size: 1.4rem;
  font-weight: 600;
  color: #f0c330;
  text-align: center;
  margin: 0 0 2rem 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ig-grid-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
  gap: 12px;
  justify-content: center;
}

.ig-post-new {
  display: block;
  width: 200px !important;
  height: 200px !important;
  min-width: 200px !important;
  min-height: 200px !important;
  max-width: 200px !important;
  max-height: 200px !important;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  transition: all 0.25s ease;
  text-decoration: none;
  border-bottom: none;
  flex-shrink: 0;
}

.ig-post-new:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(240,195,48,0.35);
  border-color: rgba(240,195,48,0.3);
}

.ig-post-new img,
.ig-post-new video {
  width: 100% !important;
  height: 100% !important;
  max-width: 200px !important;
  max-height: 200px !important;
  object-fit: cover !important;
  display: block !important;
  pointer-events: none;
}

.ig-post-new video {
  cursor: pointer;
}

@media (max-width: 900px) {
  .ig-grid-new {
    grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
  }
}

@media (max-width: 600px) {
  .ig-grid-new {
    grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
    gap: 10px;
  }
  
  .ig-post-new {
    width: 200px !important;
    height: 200px !important;
    max-width: 200px !important;
    max-height: 200px !important;
  }
}













