﻿:root {
	--jumbotron-image-bg-filter: rgba(0,0,0,0.5);
	--jumbotron-map-bg-filter: rgba(0,0,0,0.1);
}

/* ---------- FONTS ---------- */

* {
	font-family: 'Lato', Roboto, sans-serif;
}

body {
	/*background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
        
    background-color: #0000001a;*/
}

.main-header {
	box-shadow: 0 10px 20px 0 rgba(13, 110, 253, 0.07);
	transition: all .4s ease-in-out;
}

.site-title a {
	font-family: 'Outfit',sans-serif !important;
	font-weight: 600 !important;
}

.site-title a {
	line-height: 1.2;
}

.site-description a, .site-description:focus a, .site-description:hover a, .site-title a, .site-title:focus a, .site-title:hover a {
	transition: all .2s linear;
}

.top-bar {
	font-size: 12px;
	gap: 12px;
}

.address-container {
	display: flex;
	align-items: center;
	column-gap: 12px;
}

.brand-kiki {
	font-family: 'Poppins', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 2px;
	background: linear-gradient(90deg, #87c1dd, #342ebe);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	transition: transform 0.3s ease, text-shadow 0.3s ease;
}

	.brand-kiki:hover {
		transform: scale(1.1);
		text-shadow: 0 0 10px rgba(29, 0, 232, 0.5);
	}

@media (max-width: 767px) {
	.top-bar .address-container > a > span:first-child {
		display: none;
	}

	.top-bar .address-container > a > span:nth-child(2)::after {
		content: '\f5a0';
		font-family: 'FontAwesome', sans-serif;
		font-size: 18px;
	}

	.top-bar .mail-container > a > span:first-child {
		display: none;
	}

	.top-bar .mail-container > a > span:nth-child(2)::after {
		content: '\f0e0';
		font-family: 'FontAwesome', sans-serif;
		font-size: 18px;
	}

	.top-bar .phone-container > a > span:first-child {
		display: none;
	}

	.top-bar .phone-container > a > span:nth-child(2)::after {
		content: '\f095';
		font-family: 'FontAwesome', sans-serif;
		font-size: 18px;
	}

	.top-bar .whatsapp-container > a > span:first-child {
		display: none;
	}

	.top-bar .whatsapp-container > a > span:nth-child(2)::after {
		content: '\f40c';
		font-family: 'FontAwesome', sans-serif;
		font-size: 18px;
		color: #189d0e;
	}
}

.image-jumbotron {
	box-shadow: 0px 0px #00000070;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: visible;
	order: initial;
	border-color: inherit;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: scroll;
	background-clip: padding-box;
	color: white;
	box-shadow: inset 0 6px 8px -6px white, inset 0 -6px 8px -6px white;
}

	.image-jumbotron img {
		filter: brightness(90%);
	}

.text-justify {
	text-align: justify !important;
}


/* Language dropdown */

.lang-dropdown {
	min-width: 50px;
	text-align: center;
}

.lang-dropdown-menu {
	min-width: 50px;
	padding: 0.25rem 0;
}

.lang-dropdown-item {
	display: flex;
	justify-content: center;
	padding: 0.25rem 0;
}

/* Kontener z tekstem */
.text-container {
	display: flex;
	justify-content: center; /* domyślnie wyśrodkowany */
	align-items: center;
	height: 100%;
}

/* Półprzezroczysty box za tekstem */
.text-box {
	background-color: rgba(0, 0, 0, 0.5); /* czarne półprzezroczyste tło */
	padding: 20px 30px;
	color: white;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
	border-radius: .8rem;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.55);
}

/* Duże ekrany: lekko przesunięcie w lewo */
@media(min-width: 992px) {
	.text-container {
		justify-content: flex-start; /* przesunięcie w lewo */
		padding-right: 60%;
		margin-left: 15%;
	}
}

/* Małe ekrany: wyśrodkowanie */
@media(max-width: 991px) {
	.text-container {
		justify-content: center;
		padding-left: 0;
	}
}

.umbraco-richeditor p {
	margin-bottom: 2px;
}

.form-check-label {
	cursor: pointer;
}

.carousel-item-offer{
	cursor:pointer;
}
.carousel-item-offer:hover img {
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Overlay wyśrodkowany z animacją opacity */
.loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2000;
	pointer-events: none;
	/* animacja pojawiania */
	transition: background-color 0.5s ease;
}

	/* Klasa aktywna — półprzezroczyste tło i włączone pointer-events */
	.loading-overlay.active {
		background-color: rgba(0, 0, 0, 0.25);
		pointer-events: all;
	}


.filter-tag {
	display: inline-flex;
	align-items: center;
	background-color: #e9ecef;
	border-radius: 0.5rem;
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	transition: background-color 0.3s ease;
}

	.filter-tag span {
		margin-right: 0.3rem;
		display: flex;
		align-items: center;
	}

		/* Ikony po lewej stronie */
		.filter-tag span i {
			margin-right: 0.25rem;
			font-size: 0.9rem;
		}

	/* Przycisk zamykania */
	.filter-tag button {
		border: none;
		background: transparent;
		padding: 0;
		line-height: 1;
		cursor: pointer;
		font-size: 1rem;
		color: #495057;
		transition: color 0.2s ease;
	}

		/* Hover efekt dla przycisku */
		.filter-tag button:hover {
			color: #dc3545; /* Bootstrap danger red */
		}

	/* Hover efekt dla całego taga */
	.filter-tag:hover {
		background-color: #dee2e6;
	}

/* Przycisk "Usuń wszystkie" */
#clearAllFilters {
	height: 2rem;
	padding: 0 0.5rem;
}


.card-title-link {
	text-decoration: none;
	color: inherit;
	transition: color 0.3s, text-decoration 0.3s;
}

	.card-title-link:hover {
		color: #0d6efd; /* Bootstrap primary */
		text-decoration: underline;
	}

.offer-specs {
	font-size: 0.9rem;
	padding-left: 0;
	margin-bottom: 0;
}

	.offer-specs li {
		padding: 0.1rem 0.75rem;
	}


/* Style dla wygenerowanego SVG */
.container-face {
	fill: #a6aaac; /* Kolor główny kontenera */
	fill-opacity: 0.1;
	stroke: #a6aaac3b; /* Kolor krawędzi kontenera */
	stroke-width: 1;
}

.measured-edge { /* Styl dla mierzonej krawędzi */
	stroke: #0d6efd; /* Czerwony kolor */
	stroke-width: 2; /* Pogrubiona linia */
}

.dimension-text {
	fill: #34495e; /* Kolor tekstu wymiarów */
	font-size: 20px; /* POWIĘKSZONY TEKST */
	font-weight: 500;
	text-anchor: middle; /* Wyśrodkowanie tekstu w poziomie */
	dominant-baseline: middle; /* Lepsze centrowanie tekstu w pionie */
}

.mobile-sticky-filters {
	position: sticky;
	top: 0;
	z-index: 100;
	background: white;
}