:root {
	--akcent: #469EEB;
	--akcent-dark-1: color-mix(in srgb, var(--akcent) 80%, black);
	--akcent-dark-2: color-mix(in srgb, var(--akcent) 60%, black);
}
.btn-outline-primary {
	border-color: var(--akcent);
	color: var(--akcent);
	border-radius: 0;
	transition: all 0.3s ease;
}
.btn-outline-primary:hover {
	background-color: var(--akcent);
	color: white;
	border-color: var(--akcent);
}
ul.list-unstyled li i,
.how-icon i, 
.btn-outline-primary i.bi {
	color: var(--akcent) !important;
	transition: all 0.3s ease;
}
.btn-outline-primary:hover i {
	color: white !important;
}
.btn-akcent i.bi {
	color: white !important;
}

body {
	font-family: 'Segoe UI', sans-serif;
}
.navbar {
	background-color: var(--akcent);
	padding:0px;
}
.navbar-brand, .nav-link {
	color: white !important;
}
.navbar-nav .nav-link {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	height: 100%;
}
.navbar-nav .nav-link:hover {
	background-color: rgba(0, 0, 0, 0.1);
	background-color: var(--akcent-dark-1);
	transition: background-color 0.3s;
}
.carousel-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	max-height: 80vh;
}
.section-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 2rem;

	display: inline-block;

	border-left: 5px solid var(--akcent);
	padding-left: 15px;
	margin-bottom: 30px;
}
.service-card {
	border: none;
	background-color: #f8f9fa;
}
footer {
	background-color: #e9ecef;
	padding: 20px;
	margin-top: 40px;
}

.topbar-logo {
	height: 60px;
	max-width: 100%;
}
.topbar-item {
	padding: 0 1rem;
	min-width: 180px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.topbar-item > i {
	flex-shrink: 0;
	margin-right: 0.5rem;
}
.topbar-item > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
/* Reset odstępów na małych ekranach */
@media (max-width: 767.98px) {
	.topbar-item {
		justify-content: center;
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
}
@media (max-width: 991.98px) {
	.navbar-toggler {
		background-color: white;
		border:none;
		margin-top: 1rem;
		margin-bottom: 1rem;
		border-radius: 20;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
}
.card-img-top {
	object-fit: cover;
	height: 200px;
}
.object-fit-cover {
	object-fit: cover;
}
.service-box {
	background-color: #f8f9fa;
	background-color: rgba(248, 249, 250, 0.8); /* 80% krycia */
	border: none;
	transition: transform 0.2s ease;
}
.service-box:hover {
	transform: translateY(-5px);
}
.icon-box {
	background-color: var(--akcent);
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.service-box .btn {
	border-radius: 0;
	font-weight: 600;
}
.btn-akcent {
	background-color: var(--akcent);
	color: white;
	border: none;
	border-radius: 0;
	font-weight: 600;
	transition: background-color 0.3s ease;
}
.btn-akcent:focus,
.btn-akcent:active,
.btn-akcent:hover {
	background-color: var(--akcent-dark-1);
	color: white;
}
/* Pasek CTA wspólny */
.cta-bar {
	background-color: var(--akcent);
	padding: 1.5rem 0;
	position: relative;
	z-index: 2;
}
.cta-bar .fs-4 {
	font-size: 1.5rem !important; /* ~24px */
}
@media (min-width: 768px) {
	.cta-bar .fs-4 {
		font-size: 1.75rem !important; /* ~28px dla większych ekranów */
	}
}
.btn-akcent-cta {
	font-size: 1.125rem;
	color: white;
	font-weight: 700;
	padding: 0.75rem 2rem;
	transition: all 0.15s ease;
	
	background-color: var(--akcent-dark-2);
	border: none;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.30);
	border-radius:25px;
}

.btn-akcent-cta:hover,
.btn-akcent-cta:active {
	background-color: var(--akcent-dark-1) !important;
}
.btn.btn-akcent-cta i {
	color: white !important;
}

.how-box {
	background-color: transparent !important;
	border: 2px solid var(--akcent) !important;
	border-radius: 8px;
	padding-top: 0rem !important; /* na przesuniętą ikonę */
}
.how-icon {
	top: -20px;
	left: -20px;
}
.how-icon-bg {
	background-color: white;
	padding: 0.75rem;
	border-radius: 50%;
	box-shadow: 0;
}
.page-header-parallax {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 300px;
	position: relative;
	z-index: 0;
}
.page-header-parallax::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.4); /* przyciemnienie */
	z-index: 1;
}
.page-header-parallax > div {
	position: relative;
	z-index: 2;
}
.page-header-parallax h1 {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.breadcrumb {
	background-color: transparent;
	font-size: 0.95rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}
#cennik .nav-pills .nav-link {
  background-color: transparent;
  color: var(--akcent) !important;
  border: 1px solid var(--akcent);
  border-radius: 0;
  padding: 0.5rem 1.2rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
#cennik .nav-pills .nav-link.active {
  background-color: var(--akcent);
  color: #fff !important;
  border-color: var(--akcent);
}
#uslugi-glowne.inverted .icon-box {
  background-color: transparent !important;
}
#uslugi-glowne.inverted .icon-box i {
	font-size:5rem !important;
}
#uslugi-glowne.inverted .service-box {
	background-color: rgba(70, 158, 235, 0.8) !important;
	color:#FFFFFF;
}
#uslugi-glowne.inverted .btn-outline-primary {
  border-color:#FFFFFF;
  color:#FFFFFF;
}
#uslugi-glowne.inverted .btn-outline-primary:hover {
  background-color: #FFFFFF;
  color: var(--akcent);
  border-color: #FFFFFF;
}

.carousel-caption {
	font-size:1.8rem;
	top:15%;
	right:auto;
	left:15%;
	text-align:left;
	text-shadow:0px 2px 4px #313131;
}
.carousel-caption h5 {
	font-size:4rem;
}
.carousel-caption p {
	width:60%;
}
.carousel-caption a {
	display:none;
}
@media (min-width: 992px) {
	#uslugi-glowne {
		margin-top: -220px !important;
		z-index: 10000;
		position: relative;
	}
}
@media (max-width: 992px) {
	#uslugi-glowne {
		display:none;
	}
	.carousel-caption {
		font-size:1rem;
		top:7%;
		right:15%;
		left:15%;
		text-align:center;
		text-shadow:0px 2px 4px #313131;
	}
	.carousel-caption h5 {
		font-size:2.4rem;
	}
	.carousel-caption a {
		display:block;
	}
	
	.carousel-caption p {
		width:100%;
	}
}
.parallax-section {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: bold;
	background-image: url('/img/parallax-bg.jpeg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 80px 0;
	color: white;
	z-index: 0;
}
.parallax-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 0;
}
.parallax-section .container {
	position: relative;
	z-index: 1;
}

.parallax-section .counter {
	font-size: 2.5rem;
	font-weight: 700;
}

.parallax-section p {
	margin-top: 0.5rem;
	font-size: 1rem;
	opacity: 0.9;
}
.progressbar .steps {
	position: relative;
}

.progressbar .steps::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #e0e0e0;
	z-index: -4;
}

.progressbar .circle {
	width: 36px;
	height: 36px;
	background-color: #e0e0e0;
	color: #fff;
	border-radius: 50%;
	line-height: 36px;
	font-weight: bold;
	margin: 0 auto;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.progressbar .circle.active {
	background-color: var(--akcent, #660066);
	transform: scale(1.1);
}

.progressbar .circle.completed {
	background-color: #28a745; /* zielony lub inny kolor ukończenia */
}

.btn-check.is-invalid + .btn {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #FFF;
    background-color: var(--akcent);
    border-color: var(--akcent);
}
.btn-check:hover+.btn i {
    color: var(--akcent) !important;
}
.btn-check:checked+.btn i, .btn.active i, .btn.show i, .btn:first-child:active i, :not(.btn-check)+.btn:active i {
    color: #FFF !important;
}