* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	scroll-behavior: smooth;
	transition: all 0.3s;

}

:root {
	--white: #ffffff;
	--black: #000000;
	--green: #004225;
	--green-light: #5e8976;
	--green-dark: #002a18;
	--yellow: #ffd500;
	--text: #1a1c1a;
}


@font-face {
	font-family: 'Montserrat';
	src: url('webfonts/Montserrat-BlackItalic.eot');
	src: url('webfonts/Montserrat-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('webfonts/Montserrat-BlackItalic.woff2') format('woff2'),
		url('webfonts/Montserrat-BlackItalic.woff') format('woff'),
		url('webfonts/Montserrat-BlackItalic.ttf') format('truetype'),
		url('webfonts/Montserrat-BlackItalic.svg#Montserrat-BlackItalic') format('svg');
	font-weight: bold;
	font-style: bold;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('webfonts/Montserrat-Bold.eot');
	src: url('webfonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('webfonts/Montserrat-Bold.woff2') format('woff2'),
		url('webfonts/Montserrat-Bold.woff') format('woff'),
		url('webfonts/Montserrat-Bold.ttf') format('truetype'),
		url('webfonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


body {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	color: var(--text);
	background-color: #f7fcfa;
}


h1 {
	font-size: 176px;
	line-height: 0.7em;
	text-transform: uppercase;
	color: var(--white);
	left: -40px;
	position: relative;
}

h2 {
	font-size: 72px;
	font-weight: bold;
	line-height: 1.1em;
	text-transform: uppercase;
	color: var(--green);
	margin-bottom: 50px;
}

h3 {
	font-size: 24px;
	color: var(--text);
}

h4 {
	font-size: 24px;
	font-weight: bold;
}

h5 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}


a {
	text-decoration: none;
	transition: .4s;
	color: var(--color-pinkd);
}

a:hover {
	color: var(--color-black);
}

#sluzby,
#galeria,
#objednat {
	scroll-margin-top: 30px;
}

#cennik {
	scroll-margin-top: 70px;
}

#o-nas,
#kontakt {
	scroll-margin-top: 110px;
}

hr {
	width: 80%;
	background-color: #e2e2e2;
	border: none;
	height: 1px;
	margin: auto;
}

main {
	width: 100%;
}

nav {
	width: calc(100% - 36px);
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 40px;
	z-index: 999;
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;

}

nav::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 66, 37, 0.9);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: skewX(-8deg);
	backdrop-filter: blur(10px);
	filter: drop-shadow(5px 5px 50px #0003);
}

nav a {
	z-index: 999;
	display: flex;
}

nav img {
	width: 150px;
	height: auto;
}

nav ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 70px;
	z-index: 1;
}

nav ul li a {
	text-decoration: none;
	color: var(--white);
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}

nav ul li a:hover {
	color: var(--yellow);
}

.hamburger {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 20px;
	cursor: pointer;
	z-index: 1000;
	position: relative;
}

.hamburger span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--white);
	transition: all 0.3s ease;
	transform: skewX(-8deg);
	position: relative;
}

.hamburger span:nth-child(2) {
	left: -2px;
}

.hamburger span:nth-child(3) {
	left: -4px;
}

nav.active .hamburger span:nth-child(1) {
	transform: translateY(8.5px) rotate(45deg);
	background-color: var(--yellow);
}

nav.active .hamburger span:nth-child(2) {
	opacity: 0;
	left: 0;
	background-color: var(--yellow);
}

nav.active .hamburger span:nth-child(3) {
	transform: translateY(-8.5px) rotate(-45deg);
	left: 0;
	background-color: var(--yellow);
}

.hero-sec {
	width: 100%;
	position: relative;
	height: 1060px;
	background: var(--green);
	overflow: hidden;
	display: grid;
	justify-content: center;
}

.hero-sec .hero-cont {
	position: absolute;
	top: 210px;
	left: 50%;
	width: 100%;
	max-width: 1440px;
	transform: translateX(-50%);
	padding: 0 40px;
	z-index: 10;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 195px;
}

.hero-bg {
	width: 1867px;
	height: 990px;
	overflow: hidden;
	margin: auto;
	position: relative;
	top: -35px;
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.9));
}

.hero-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
}

.hero-bg img {
	width: 100%;
	height: auto;
	object-fit: cover;
	clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
}

.yellow-line-wrap {
	position: relative;
	width: 100%;
	height: 5000px;
	margin: auto;
	position: absolute;
	display: grid;
	justify-content: center;
	overflow-x: hidden;
}

.yellow-line {
	content: "";
	width: 13px;
	height: 5000px;
	position: relative;
	rotate: -15deg;
	background-color: var(--yellow);
	z-index: 9;
	left: 731px;
	top: -88px;
}

.profi-komplet-circle {
	position: absolute;
	width: 200px;
	height: 200px;
	overflow: hidden;
	top: 110px;
	right: 0;
	z-index: 10;
}

.profi-komplet-circle text {
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
	fill: var(--white);
}

.profi-komplet-circle svg {
	position: absolute;
	width: 200px;
	height: 200px;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	animation-duration: 14s;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	right: 0;
}

@keyframes rotate {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}


button,
.btn {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	color: var(--white);
	padding: 22px 50px;
	position: relative;
	z-index: 1;
	transition: 0.3s;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: bold;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	white-space: normal;
	text-align: center;
	text-transform: uppercase;
	border: none;
}

button::before,
.btn::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 66, 37, 0.9);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: skewX(-8deg);
	backdrop-filter: blur(10px);
}

button p,
.btn p,
button svg,
.btn svg {
	z-index: 1;
}

button:hover,
.btn:hover {
	cursor: pointer;
	color: var(--yellow);
}

button:hover svg,
.btn:hover svg {
	stroke: var(--yellow);
	transform: translate(2px, 0);
}

.def-icon {
	fill: none;
	stroke: var(--white);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.yellow-icon {
	stroke: var(--yellow);
}

.isize30 {
	width: 30px;
	height: 30px;
	min-width: 30px;
}

.isize14 {
	width: 14px;
	height: 14px;
	min-width: 14px;
}

.services-sec {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	padding: 100px 80px;
	z-index: 9;
	position: relative;
	max-width: 1500px;
	margin: auto;
}

.services-sec h2 {
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: var(--text);
	padding: 0;
	margin: 50px 0 0 0;
}

.services-sec .box-wrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	width: 340px;
	align-items: center;
	text-align: center;
}

.services-sec .box-wrap .box-img {
	display: flex;
	width: 340px;
	position: relative;
	z-index: 1;
	filter: drop-shadow(0 20px 40px rgba(0, 31, 17, 0.9));
}

.services-sec .box-wrap .box-img::after {
	content: "";
	position: absolute;
	width: 386px;
	height: 100px;
	left: -36px;
	right: 0;
	bottom: -25px;
	background: var(--green);
	z-index: -1;
	clip-path: polygon(5% 0%, 100% 0%, 96% 100%, 0% 100%);
}

.services-sec .box-wrap .box-img img {
	width: 380px;
	height: 210px;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	object-fit: cover;
}

.cennik-sec {
	text-align: center;
	position: relative;
	max-width: 1400px;
	margin: auto;
	z-index: 9;
	padding: 45px 0;
}

.cennik-sec h2 {
	font-size: 36px;
	font-weight: bold;
	color: var(--green);
}

.cennik-sec h3 {
	font-size: 18px;
	font-weight: normal;
	color: var(--text);
	margin-top: 10px;
}

.table-container-outer {
	position: relative;
	width: 100%;
}

.table-nav-arrow {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: rgba(0, 66, 37, 0.8);
	backdrop-filter: blur(10px);
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 50%;
	transition: background 0.3s;
}

.table-nav-arrow:hover {
	background: var(--green);
}

.table-nav-arrow.left {
	left: 5px;
}

.table-nav-arrow.right {
	right: 5px;
}

.cennik-table-wrap {
	overflow-x: auto;
	max-width: 1400px;
	margin: auto;
	padding: 0 30px;
}

.cennik-table-wrap table {
	width: 100%;
	border-collapse: collapse;
	font-family: sans-serif;
	margin: 50px auto 30px auto;
	font-size: 18px;
	color: var(--green);
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}

.cennik-table-wrap table td {
	padding: 28px;
}

.cennik-table-wrap table tr:nth-child(odd) td {
	border-right: 1px solid #9ca09e;
}

.cennik-table-wrap table tr:nth-child(odd) td:last-of-type {
	border-right: none;
}

.cennik-table-wrap table tr:nth-child(even) td {
	border-top: 1px solid #9ca09e;
	border-right: 1px solid #9ca09e;
}

.cennik-table-wrap table tr:nth-child(even) td:last-of-type {
	border-right: none;
}

.vcene-container {
	display: flex;
	justify-content: space-between;
	padding: 50px 20px;
	gap: 30px;
	flex-wrap: wrap;
}

.vcene-container h2 {
	text-align: right;
	position: relative;
	right: 0;
	flex: 1;
}

.vcene-container h2 span {
	position: absolute;
	font-size: 100px;
	top: 12px;
	right: -45px;
}

.vcene-container .box {
	flex: 1;
	display: flex;
	gap: 25px;
	flex-direction: column;
	align-items: center;
}

.vcene-container .box h3 {
	font-size: 16px;
}

.vcene-container .box .box-icon {
	position: relative;
	width: 113px;
	height: 71px;
}

.vcene-container .box .box-icon::before {
	content: "";
	width: 15px;
	height: 100px;
	transform: skewX(-9deg);
	position: absolute;
	background: var(--green);
	left: -4px;
	top: -9px;
}

.objednavka-sec {
	padding: 40px;
	position: relative;
	z-index: 9;
	width: 100%;
	filter: drop-shadow(0 20px 40px rgba(0, 31, 17, 0.9));
}

.objednavka-wrap {
	max-width: 1440px;
	margin: auto;
	background: var(--green);
	padding: 80px 200px;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);


}

.objednavka-wrap h2 {
	font-size: 53px;
	font-weight: bold;
	color: white;
	text-align: left;
	text-transform: uppercase;
	width: 402px;
	line-height: 0.69em;
}

.objednavka-form-wrap {
	margin-top: 60px;
	color: white;
}

.form-top {
	display: flex;
	gap: 100px;
	margin-bottom: 50px;
}

.topleft {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.topright {
	flex: 1;
}

.input-group {
	margin-bottom: 35px;
	display: flex;
	gap: 25px;
	align-items: end;
}

.input-group label {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

.input-group input,
.input-group select,
.input-group textarea {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: white;
	padding: 10px 0;
	font-size: 16px;
	font-family: inherit;
	font-weight: normal;
	outline: none;
	transition: border-color 0.3s;
	width: 100%;
	flex: 1;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
	border-bottom-color: var(--yellow);
}

.input-group select option {
	background: var(--green);
	color: white;
}

.color-selection-title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.color-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px 20px;
	margin-bottom: 40px;
	min-width: 612px;
}

.color-item {
	position: relative;
}

.color-item input[type="radio"] {
	display: none;
}

.color-item label {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.color-img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 4/3;
	margin-bottom: 10px;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	height: fit-content;
}

.color-img-wrap::before {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 24 24' fill='none' stroke='%23002a18' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path stroke='none' d='M0 0h24v24H0z' fill='none'/><path d='M5 12l5 5l10 -10'/></svg>");
	position: absolute;
	inset: 0;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	opacity: 0;
	transition: opacity 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0 0 10px #000);
	background: rgba(255, 213, 0, 0.5);
	backdrop-filter: blur(2px);
}

.color-item input[type="radio"]:checked+label .color-img-wrap::before {
	opacity: 1;
}

.color-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-btn {
	position: absolute;
	top: -15px;
	right: -13px;
	background: var(--green-dark);
	border: none;
	color: white;
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background 0.3s;
	z-index: 20;
}

.gallery-btn::before {
	display: none;
}

.gallery-btn:hover {
	background: var(--yellow);
	color: black;
}

.gallery-btn:hover svg {
	transform: none;
}

.color-item span {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
}

.other-color-wrap {
	margin-top: 30px;
}

.other-color-wrap label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.4;
}

.other-color-wrap input[type="text"] {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: white;
	padding: 10px 0;
	outline: none;
	font-size: 16px;
	font-family: inherit;
	font-weight: normal;
}

.form-bottom {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-row {
	display: flex;
	gap: 100px;

}

.form-row .input-group {
	flex: 1;
}

.objednavka-wrap h4 {
	font-size: 15px;
	text-align: center;
	margin: 50px 0 20px 0;
	text-transform: uppercase;
}

.objednavka-wrap p {
	font-size: 13px;
	text-align: center;
	color: var(--green-light);
	margin-bottom: 40px;
}

.objednavka-wrap p a {
	text-decoration: underline;
}

.objednavka-wrap p a:hover {
	color: var(--white);
}

.color-error-message {
	display: none;
	color: var(--yellow);
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding: 10px 15px;
	border: 2px solid var(--yellow);
	border-radius: 6px;
	background-color: rgba(230, 95, 0, 0.1);
}

.color-error-message.active {
	display: block;
	animation: form-shake 0.4s ease-in-out;
}

@keyframes form-shake {

	0%,
	100% {
		transform: translateX(0);
	}

	20%,
	60% {
		transform: translateX(-6px);
	}

	40%,
	80% {
		transform: translateX(6px);
	}
}

.form-submit-wrap {
	display: flex;
	justify-content: center;
}

.btn-yellow {
	color: var(--text);
	background: transparent;
}

.btn-yellow::before {
	content: "";
	background: var(--yellow);
}

.btn-yellow p,
.btn-yellow span {
	font-size: 28px;
	margin: auto;
	color: var(--text);
}

.btn-yellow:hover p,
.btn-yellow:hover span {
	color: var(--green);
}

.btn-yellow svg {
	stroke: var(--text);
}

.btn-yellow:hover svg {
	stroke: var(--green);
}



/* Modal Styling */
.modal {
	display: flex;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(10px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	justify-content: center;
	align-items: center;
}

.modal.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.modal-content {
	position: relative;
	width: 90%;
	max-width: 1000px;
	height: 85vh;
	max-height: 750px;
	display: flex;
	flex-direction: column;
	transform: scale(0.95);
	transition: transform 0.4s ease;
}

.modal.active .modal-content {
	transform: scale(1);
}

.close-modal {
	position: fixed;
	top: 0;
	right: 0;
	color: white;
	font-size: 32px;
	font-weight: 300;
	cursor: pointer;
	z-index: 1010;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(5px);
	transition: background 0.3s, transform 0.3s, color 0.3s;
	line-height: 1;
}

.close-modal:hover {
	color: var(--yellow);
	transform: scale(1.1);
}

.gallery-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 15px;
	position: relative;
}

.gallery-main {
	width: 100%;
	flex: 1;
	min-height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.gallery-main img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.gallery-nav {
	position: absolute;
	top: 0;
	bottom: 80px;
	/* Aligns perfectly with the remaining image height above thumbs */
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
	z-index: 1005;
	padding: 0 10px;
}

.gallery-nav button {
	pointer-events: auto;
	color: white;
	width: 48px;
	height: 48px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	background: none;
}

.gallery-nav .prev-img:hover svg {
	transform: translateX(-2px);
}

.gallery-nav .next-img:hover svg {
	transform: translateX(2px);
}

.gallery-nav button svg {
	transition: transform 0.3s;
}

.gallery-thumbs {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 8px;
	flex-shrink: 0;
	width: 100%;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.gallery-thumbs::-webkit-scrollbar {
	height: 6px;
}

.gallery-thumbs::-webkit-scrollbar-track {
	background: transparent;
}

.gallery-thumbs::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 3px;
}

.gallery-thumbs::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.5);
}

.gallery-thumbs img {
	width: 80px;
	height: 60px;
	object-fit: cover;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border-color 0.3s, transform 0.2s, opacity 0.3s;
	flex-shrink: 0;
	opacity: 0.6;
}

.gallery-thumbs img:hover {
	opacity: 1;
	transform: scale(1.05);
}

.gallery-thumbs img.active {
	border-color: var(--yellow);
	opacity: 1;
}

.gallery-sec {
	padding: 80px 6px;
	text-align: center;
}

.ba-slider-container {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	gap: 40px;
	justify-content: center;
	flex-wrap: wrap;
}

/* Eliminate transition lag caused by global * transition selector */
.ba-slider,
.ba-handle,
.ba-before,
.ba-image {
	transition: none;
}

.ba-slider {
	position: relative;
	width: 100%;
	flex: 1;
	min-width: 320px;
	max-width: 650px;
	aspect-ratio: 1.5;
	overflow: hidden;
	user-select: none;
	cursor: ew-resize;
	background-color: var(--green-dark);
	touch-action: none;
	/* Block browser scrolling during slider dragging on mobile */
}

.ba-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.ba-before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: inset(0 50% 0 0);
	/* Visible on left (0% to 50%) */
	z-index: 2;
}

.ba-after {
	z-index: 1;
}

.ba-handle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	background: var(--white);
	z-index: 5;
	transform: translateX(-50%);
	pointer-events: none;
}

.ba-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	background: var(--green-dark);
	border: 3px solid var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
	cursor: ew-resize;
	pointer-events: auto;
	transition: background 0.3s, transform 0.2s, border-color 0.3s;
	z-index: 6;
}

.ba-circle:hover {
	background: var(--green);
	border-color: var(--yellow);
	transform: translate(-50%, -50%) scale(1.1);
}

.ba-circle:active {
	transform: translate(-50%, -50%) scale(0.95);
}

.ba-arrows-svg {
	width: 22px;
	height: 22px;
	display: block;
}

.ba-label {
	position: absolute;
	top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: var(--white);
	text-transform: uppercase;
	z-index: 4;
	pointer-events: none;
}

.ba-label-before {
	left: 20px;
}

.ba-label-after {
	right: 20px;
}


/* Responsive Gallery Grid */
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 6px;
	margin: 80px auto 0 auto;
}

.gallery-grid-item {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	/* Forces perfectly square thumbnails */
	overflow: hidden;
	cursor: pointer;
	background-color: var(--green-dark);
}

.gallery-grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-grid-item:hover img {
	transform: scale(1.08);
}

.about-contact-sec {
	width: 100%;
	max-width: 1400px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 80px;
	padding: 0 40px;
}

.about-contact-sec .line span {
	width: 13px;
	height: 350px;
	background: var(--yellow);
	transform: rotate(-14deg);
	display: block;
}

.about-contact-sec .about-wrap {
	flex: 1;
}

.about-contact-sec .about-wrap p {
	margin-top: 75px;
}

.about-contact-sec .contact-wrap {
	flex: 1;
	text-align: right;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.about-contact-sec .contact-wrap .contact-item {
	display: flex;
	justify-content: end;
	width: 100%;
}

.about-contact-sec .contact-wrap .contact-item a {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: end;
	padding: 10px;
	width: fit-content;
}


.about-contact-sec .contact-wrap .contact-item a:hover h3 {
	color: var(--green);
}

.about-contact-sec .contact-wrap .contact-item a:hover svg {
	transform: translateX(-2px);
}


footer {
	width: calc(100% - 36px);
	max-width: 1440px;
	margin: 0 auto;

	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 40px 15px 40px;

	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 50px;
	filter: drop-shadow(0 20px 40px rgba(0, 31, 17, 0.9));
	z-index: 1;
}

footer::before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--green);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: skewX(-8deg);
}

.footer-left a {
	display: flex;
}

.footer-left img {
	z-index: 1;
	position: relative;
	width: 100px;
	height: auto;
	opacity: 0.5;
}

.footer-left img:hover {
	opacity: 0.8;
}

.footer-center a {
	z-index: 1;
	position: relative;
	opacity: 0.5;
	color: var(--white);
	font-size: 13px;
}

.footer-center a:hover {
	opacity: 0.8;
}

.creat-cont {
	display: flex;
	z-index: 1;
	position: relative;
}

.creat {
	display: flex;
	margin-left: auto;
	align-items: baseline;
}

.creat img {
	float: right;
	margin: 0 0 0 10px;
	opacity: 0.5;
}

.creat img:hover {
	opacity: 0.8;
}

.creat p {
	font-size: 11px;
	color: var(--white);
	text-align: right;
	opacity: 0.5;
}




@media (max-width:1400px) {

	.form-top {
		flex-direction: column;
		gap: 50px;
	}

}

@media (max-width:1300px) {
	h1 {
		font-size: 130px;
		left: 9px;
	}

	.services-sec {
		flex-wrap: wrap;
		justify-content: center;
		gap: 70px 100px;
	}


}



@media (max-width:1200px) {
	nav ul {
		gap: 50px;
	}

	.cennik-table-wrap {
		padding: 0 70px;
	}

	.cennik-table-wrap table td {
		min-width: 125px;
	}

	.table-nav-arrow {
		display: flex;
	}

	.vcene-container {
		padding: 30px 20px;
		gap: 50px 30px;
	}

	.vcene-container h2 {
		text-align: center;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

	.vcene-container h2 span {
		position: relative;
		left: 12px;
		top: 17px;
	}

	.form-row {
		gap: 50px;
		flex-direction: column;
	}


}

@media (max-width:1000px) {
	h1 {
		font-size: 85px;
		left: 0;
	}

	.hero-sec {
		height: 800px;
	}

	.hero-sec .hero-cont {
		top: 160px;
	}

	.hero-bg img {
		position: relative;
		top: -200px;
		left: -64px;
	}

	/* Mobile Menu */
	.hamburger {
		display: flex;
	}

	nav ul {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 66, 37, 0.98);
		backdrop-filter: blur(15px);
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 40px;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.4s ease;
		z-index: 998;
	}

	nav.active ul {
		opacity: 1;
		pointer-events: all;
	}

	nav ul li a {
		font-size: 24px;
	}

	.vcene-container .box {
		flex: 0 0 calc(50% - 15px);
	}

	.objednavka-sec {
		padding: 20px;
		overflow-x: hidden;
		display: flex;
		justify-content: center;
	}

	.objednavka-wrap {
		padding: 50px 140px;
		width: calc(100% + 100px);
	}

	.color-grid {
		grid-template-columns: repeat(4, 1fr);
		min-width: 100%;
	}

	.gallery-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.about-contact-sec {
		flex-direction: column;
		margin: 40px auto 100px 0;
	}

	h2 {
		margin-bottom: 30px;
	}

	.about-contact-sec .about-wrap p {
		margin-top: 60px;
	}

	.line {
		display: none;
	}

	.about-contact-sec .contact-wrap {
		text-align: left;
	}

	.about-contact-sec .contact-wrap .contact-item {
		justify-content: start;
	}

	.about-contact-sec .contact-wrap .contact-item a {
		justify-content: start;
		flex-wrap: wrap;
	}

}

@media (max-width:800px) {
	.color-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.ba-slider-container {
		gap: 50px;
		padding: 0 10px;
	}

	.ba-slider {
		max-width: 100%;
	}

	.ba-label {
		font-size: 16px;
		top: 15px;
	}

	.ba-label-before {
		left: 15px;
	}

	.ba-label-after {
		right: 15px;
	}

}

@media (max-width:700px) {
	h1 {
		font-size: 58px;
	}

	nav {
		top: 10px;
		padding: 20px 25px;
	}

	nav::before {
		transform: skewX(-11deg);
	}

	nav img {
		width: 110px;
	}

	.profi-komplet-circle {
		top: 60px;
	}

	.hero-bg img {
		width: 82%;
	}

	.hero-bg img {

		top: -25px;
	}

	.yellow-line {
		width: 9px;
		left: 500px;
	}

	footer {
		flex-wrap: wrap;
		gap: 30px 70px;
		justify-content: center;
	}
}

@media (max-width:600px) {

	.objednavka-wrap {
		padding: 40px 70px;
		width: 130%;
	}

	.objednavka-wrap h2 {
		font-size: 34px;
	}

	.color-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width:490px) {
	h2 {
		font-size: 50px;
	}

	h3 {
		font-size: 18px;
	}

	.vcene-container h2 {
		line-height: 0.4em;
	}

	.vcene-container h2 span {
		top: -2px;
	}

	.about-contact-sec {
		padding: 0 20px;
	}
}


@media (max-width:450px) {
	.services-sec .box-wrap .box-img {
		transform: scale(0.8);
	}

	.services-sec h2 {
		margin: 20px 0 0 0;
	}


}

@media (max-width:400px) {
	h1 {
		font-size: 49px;
	}

	.hero-sec .hero-cont {
		gap: 280px;
	}

	.vcene-container .box {
		flex: 100%;
	}

	.input-group {
		flex-direction: column;
		gap: 10px;
		width: 100%;
		align-items: start;
	}

	.input-group label {
		text-align: left;
	}

}

/* Privacy Policy Page Styles */
.privacy-sec {
	padding: 140px 20px 80px 20px;
	background-color: var(--white);
	color: var(--text);
}

.privacy-wrap {
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}

.privacy-wrap h1 {
	font-size: 54px;
	font-weight: bold;
	color: var(--green);
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 1.2;
}

.privacy-wrap h3 {
	font-size: 24px;
	font-weight: bold;
	color: var(--green);
	margin-top: 40px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.privacy-wrap p {
	font-size: 16px;
	line-height: 1.6;
	color: var(--text);
	margin-bottom: 20px;
}

.privacy-wrap p.intro-text {
	font-size: 18px;
	line-height: 1.7;
	color: var(--text);
	font-weight: 500;
	margin-bottom: 30px;
}

.privacy-wrap strong {
	font-weight: bold;
	color: var(--green-dark);
}

.privacy-wrap a {
	color: var(--green);
	text-decoration: underline;
	font-weight: 500;
}

.privacy-wrap a:hover {
	color: var(--green-light);
}

.privacy-wrap ul {
	margin-left: 24px;
	margin-bottom: 25px;
	list-style-type: disc;
}

.privacy-wrap li {
	font-size: 16px;
	line-height: 1.6;
	color: var(--text);
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.privacy-sec {
		padding: 100px 15px 60px 15px;
	}

	.privacy-wrap h1 {
		font-size: 38px;
		margin-bottom: 20px;
	}

	.privacy-wrap h3 {
		font-size: 20px;
		margin-top: 30px;
	}

	.privacy-wrap p,
	.privacy-wrap li {
		font-size: 15px;
	}

	.privacy-wrap p.intro-text {
		font-size: 16px;
	}
}