* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
html,
body {
	overflow-x: hidden;
	position: relative;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
}

[id] {
	scroll-margin-top: 56px;
}
img {
	width: 100%;
}
.color-neon {
	color: #ba2db5;
}
.hidden {
	visibility: hidden;
	display: none;
	transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
}
.grecaptcha-badge {
	position: absolute;
}
.md-display {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* sweet alert message toastr */
.swal-custom-popup {
	padding: 0.75rem 1rem;
	border-radius: 8px;
	border-left: 4px solid;
	border-color: #28a745;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	font-family: "Nunito", sans-serif;
}

.swal-custom-popup.swal2-toast.swal2-icon-error {
	border-color: #dc3545;
}

.swal-custom-title {
	font-weight: 600;
	font-size: 1.1rem;
	color: #333333;
	margin-bottom: 2px;
}

.swal-custom-content {
	font-size: 0.9rem;
	color: #555555;
}

.swal-custom-icon {
	margin-right: 10px;
	font-size: 1.5rem;
}

.swal2-timer-progress-bar {
	background-color: rgba(0, 0, 0, 0.2);
	height: 3px;
	bottom: 0;
}
/* emd sweet alert message */

.sticky-message {
	position: fixed;
	font-size: 1.2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	max-width: 260px;
	width: 100%;
	top: 80px;
	right: 0;
	background-color: #4088c8;
	color: white;
	border-radius: 10px 0 0 10px; /* Różne wartości dla zaokrąglenia rogów */
	padding: 8px;
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
	z-index: 2;
}

/* cookies-banner */
.cookies-banner {
	position: fixed;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 850px;
	background: #131619;
	color: #fff;
	padding: 20px;
	border-radius: 15px;
	border: 2px solid #fcf5fe;
	z-index: 9999;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	text-align: center;
}

.cookies-banner p {
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 1.4;
}

.cookies-banner a {
	color: #65d3f5;
	text-decoration: underline;
}

.cookies-banner a:hover {
	color: #90e0f9;
}

.cookie-buttons {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.cookie-buttons button {
	background-color: #152358;
	color: #fff;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.cookie-buttons button:hover {
	background-color: #4db6ff;
}

/* cookie-settings (panel ustawień cookies) */
.cookie-settings {
	position: fixed;
	bottom: 200px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 500px;
	background: #131619;
	color: #fff;
	padding: 20px;
	padding-top: 40px;
	border-radius: 15px;
	border: 2px solid #fcf5fe;
	z-index: 9999;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	text-align: left;
}

.cookie-settings h4 {
	margin-bottom: 15px;
	font-size: 2rem;
	color: #fff;
}

.cookie-settings label {
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.cookie-settings button {
	background-color: #4088c8;
	color: #fff;
	border: none;
	padding: 8px 16px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	transition: background-color 0.3s ease;
	margin-top: 10px;
}

.cookie-settings button:hover {
	background-color: #65d3f5;
}
.cookie-settings .close-settings {
	position: absolute;
	top: 8px;
	right: 12px;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}
.cookie-settings .close-settings:hover {
	color: #0077ff;
	background-color: transparent;
}

.cookie-settings .switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 25px;
	margin-right: 10px;
}

.cookie-settings .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.cookie-settings .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: 0.4s;
	border-radius: 34px;
}

.cookie-settings .slider::before {
	position: absolute;
	content: "";
	height: 19px;
	width: 19px;
	border-radius: 50%;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: 0.4s;
}

.cookie-settings input:checked + .slider.required {
	background-color: rgb(86, 86, 86); /* szary (aktywny nieedytowalny) */
}

.cookie-settings input:checked + .slider.analytics {
	background-color: #00bfff; /* niebieski (analityczne) */
}

.cookie-settings input:checked + .slider.marketing {
	background-color: #9f0000; /* pomarańczowy */
}

.cookie-settings input:checked + .slider::before {
	transform: translateX(20px);
}

.cookie-settings input:disabled + .slider {
	opacity: 0.6;
	cursor: not-allowed;
}
/* end cookies */

/* chat gpt */
.chat-gpt-container {
	position: fixed;
	bottom: 75px;
	right: 10px;
	z-index: 1050;
}

.chat-gpt-icon {
	background-color: #0d6efd;
	color: white;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.chat-gpt-box {
	width: 300px;
	height: 400px;
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	display: none;
	flex-direction: column;
	position: absolute;
	bottom: 60px;
	right: 0;
}

.chat-header {
	background: #0d6efd;
	color: white;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chat-body {
	flex: 1;
	padding: 10px;
	overflow-y: auto;
}

.chat-footer {
	display: flex;
	gap: 5px;
	padding: 10px;
	border-top: 1px solid #ddd;
}

.chat-messages {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 300px; /* lub więcej jeśli trzeba */
	overflow-y: auto;
}

.message.bot {
	background: #f1f1f1;
	padding: 8px 12px;
	border-radius: 12px;
	max-width: 80%;
	align-self: flex-start;
}

.chat-close {
	cursor: pointer;
	font-size: 20px;
}

/* Dla mniejszych urządzeń */
@media (max-width: 768px) {
	.chat-gpt-container {
		bottom: 70px;
		right: 10px;
	}

	.chat-gpt-box {
		width: 90vw;
		height: 60vh;
		bottom: 140px;
	}
}

.shake {
	animation: shake 0.3s ease-in-out;
}
@keyframes shake {
	0% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(-3px);
	}
	50% {
		transform: translateX(3px);
	}
	75% {
		transform: translateX(-2px);
	}
	100% {
		transform: translateX(0);
	}
}

/* navbar */
/* Nawigacja */
.navbar {
	padding: 20px 0;
	transition: all 0.3s ease;
	background-color: transparent;
}

.navbar.sticky {
	background-color: rgba(14, 19, 55, 0.95);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	padding: 15px 0;
}

.navbar-brand img {
	height: 50px;
	transition: all 0.3s ease;
}

.navbar.sticky .navbar-brand img {
	height: 45px;
}

.navbar-nav {
	gap: 10px;
}

.nav-item .nav-link {
	color: rgba(255, 255, 255, 0.85);
	font-weight: 500;
	padding: 8px 16px;
	border-radius: 6px;
	transition: all 0.3s ease;
	position: relative;
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
}

.nav-item .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 3px;
	background-color: #4db6ff; /* Kolor akcentujący */
	border-radius: 3px;
}

.btn-kontakt {
	background-color: rgba(77, 182, 255, 0.2);
	color: #4db6ff !important;
	border: 1px solid #4db6ff;
}

.btn-kontakt:hover {
	background-color: #4db6ff;
	color: #0e1337 !important;
}
.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	color: white;
	border: white;
}

/* navbar rozwijane menu */
/* Dodatkowe style dla menu rozwijanego */
/* Style dla dropdown-menu */
.dropdown-menu {
	background-color: rgba(14, 19, 55, 0.95);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	margin-top: 10px;
	padding: 8px 0;
}

/* Stan widoczny dla dropdown */
.dropdown-menu.show {
	display: block;
}

/* Zapewnienie, że dropdown jest ukryty, gdy nie ma klasy .show */
.dropdown-menu:not(.show) {
	display: none;
}

.dropdown-item {
	color: rgba(255, 255, 255, 0.85);
	padding: 8px 16px;
	transition: all 0.3s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.dropdown-toggle::after {
	margin-left: 5px;
	vertical-align: middle;
}

/* Styl dla małych ekranów */
@media (max-width: 991px) {
	.navbar-collapse {
		background-color: rgba(14, 19, 55, 0.95);
		padding: 15px;
		border-radius: 6px;
		margin-top: 10px;
	}

	.navbar-nav {
		width: 100%;
	}

	.nav-link {
		padding: 10px 15px;
		color: rgba(255, 255, 255, 0.85) !important;
	}

	.dropdown-menu {
		background-color: transparent;
		border: none;
		margin-top: 0;
		padding: 0 15px;
	}

	.dropdown-item {
		color: rgba(255, 255, 255, 0.85);
		padding: 8px 15px;
	}

	.dropdown-toggle::after {
		display: none;
	}
}

/* Styl dla navbar sticky */
.navbar.sticky {
	background-color: rgba(14, 19, 55, 0.95);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Header */
header.home {
	position: relative;
	min-height: 100vh;
	background: linear-gradient(135deg, #0e1337, #1e3a8a);
	overflow: hidden;
	padding-top: 90px;
	display: flex;
	align-items: center;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

header .home .container {
	position: relative;
	z-index: 2;
}

.bulb-glow {
	position: absolute;
	top: 8%; /* ustaw jako % pozycji żarówki względem kontenera */
	left: 52%; /* również % – dostosuj eksperymentalnie */
	width: 5vw; /* wielkość światła zależna od szerokości widoku */
	height: 5vw;
	background: radial-gradient(
		circle,
		rgba(0, 191, 255, 0.8) 0%,
		rgba(0, 0, 0, 0) 80%
	);
	border-radius: 50%;
	animation: blink 2s infinite ease-in-out;
	pointer-events: none;
	z-index: 5;
}

@keyframes blink {
	0%,
	100% {
		opacity: 0.1;
		transform: scale(1);
	}
	50% {
		opacity: 0.9;
		transform: scale(1.2);
	}
}
header .subtitle {
	font-size: 1.5rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 1rem;
}

header .main-title {
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	color: #ffffff;
}

header .highlight {
	color: #4db6ff;
	position: relative;
	display: inline-block;
}

header .highlight::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background-color: rgba(77, 182, 255, 0.2);
	bottom: 8px;
	left: 0;
	z-index: -1;
	border-radius: 10px;
}

header .description {
	font-size: 1.3rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 2rem;
	max-width: 90%;
}

header .cta-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 2rem;
	z-index: 3;
}

header .btn-primary {
	background-color: #4db6ff;
	border-color: #4db6ff;
	color: #0e1337;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 10px 28px;
	border-radius: 8px;
	transition: all 0.3s ease;
	z-index: 5;
}

header .btn-primary:hover {
	background-color: #25a0ff;
	border-color: #25a0ff;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(77, 182, 255, 0.3);
}

header .btn-outline-secondary {
	border: 2px solid rgba(255, 255, 255, 0.5);
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 10px 28px;
	border-radius: 8px;
	transition: all 0.3s ease;
	z-index: 5;
}

header .btn-outline-secondary:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: #ffffff;
	transform: translateY(-3px);
}

header .header-image-container {
	position: relative;
	z-index: 3;
	text-align: center;
}

header .header-image {
	max-width: 100%;
	animation: float 6s ease-in-out infinite;
	filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.3));
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* Efekt siatki w tle (opcjonalnie) */
header .grid-effect {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 80%;
	background-image: linear-gradient(
			rgba(255, 255, 255, 0.03) 1px,
			transparent 1px
		),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 30px 30px;
	z-index: 0;
}

/* Responsywność */
@media (max-width: 992px) {
	header .main-title {
		font-size: 2.75rem;
	}

	header .description {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.header-image-container {
		margin-bottom: 0 !important;
	}
	header .home-text {
		text-align: center;
		margin-top: -1.8rem;
		margin-bottom: 2rem;
	}

	header .description {
		max-width: 100%;
	}

	header .cta-buttons {
		justify-content: center;
	}

	header .highlight::after {
		bottom: 5px;
		height: 8px;
	}
}
/* header end */
/* Top Hero dla podstron - zaktualizowany */
.top-hero {
	position: relative;
	background: linear-gradient(135deg, #0e1337, #1e3a8a);
	padding: 100px 0 80px;
	overflow: hidden;
	z-index: 1;
}

#particles-js-small {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.top-hero .grid-effect {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
			rgba(255, 255, 255, 0.03) 1px,
			transparent 1px
		),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 30px 30px;
	z-index: 0;
}

.top-hero-content {
	position: relative;
	z-index: 10;
}

.top-hero-title {
	color: #ffffff;
	font-size: 3rem;
	font-weight: 800;
	margin-bottom: 1rem;
	position: relative;
	display: inline-block;
}

.top-hero-title::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 4px;
	background-color: #4db6ff;
	border-radius: 2px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.breadcrumbs ul li {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
	display: flex;
	align-items: center;
}

.breadcrumbs ul li a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	transition: all 0.3s ease;
}

.breadcrumbs ul li a:hover {
	color: #4db6ff;
}

.breadcrumbs ul li i {
	font-size: 14px;
}

.breadcrumbs ul li.current {
	color: #4db6ff;
}

/* Dodatkowe dekoracje (zachowane) */
.top-hero::before {
	content: "";
	position: absolute;
	top: -50px;
	right: -50px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(77, 182, 255, 0.2) 0%,
		rgba(77, 182, 255, 0) 70%
	);
	z-index: 1;
}

.top-hero::after {
	content: "";
	position: absolute;
	bottom: 100px;
	left: -50px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(77, 182, 255, 0.15) 0%,
		rgba(77, 182, 255, 0) 70%
	);
	z-index: 1;
}

/* Responsywność */
@media (max-width: 768px) {
	.top-hero {
		padding: 80px 0 60px;
	}

	.top-hero-title {
		font-size: 2.25rem;
	}
}

@media (min-width: 992px) {
	.top-hero {
		padding: 120px 0 100px;
	}

	.top-hero-title {
		font-size: 3rem;
	}
}
/* top-hero end */
/* naglowki sekcji */
/* Styl dla sekcji usług */
#services {
	padding: 80px 0;
	background-color: #f8f9fa;
}

/* Nagłówek sekcji wszystkie */
.section-title {
	font-size: 2.6rem;
	font-weight: 700;
	color: #0e1337;
	margin-bottom: 1rem;
	position: relative;
	display: inline-block;
}
.section-title::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 4px;
	background-color: #4db6ff;
	border-radius: 2px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.section-description {
	font-size: 1.3rem;
	color: #6c757d;
	max-width: 700px;
	margin: 5px auto 20px;
}

/* Style dla kart usług */
.service-card {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #e9edf4;
	background-color: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.4s ease;
}

.service-card-inner {
	padding: 30px 25px;
	transition: all 0.4s ease;
}

/* Efekt hover na kartach */
.service-card:hover .service-card-inner {
	background-color: #0d9dff;
}

.service-card:hover .service-icon svg {
	color: #ffffff;
}

.service-card:hover .service-title,
.service-card:hover .service-description {
	color: #ffffff;
}

/* Style dla ikon */
.service-icon {
	margin-bottom: 20px;
	display: inline-block;
}

.service-icon svg {
	color: #0d9dff;
	transition: all 0.4s ease;
}

/* Style dla tytułów i opisów */
.service-title {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 15px;
	color: #0e1337;
	transition: all 0.4s ease;
}

.service-description {
	font-size: 1.5rem;
	color: #6c757d;
	margin-bottom: 0;
	line-height: 1.6;
	transition: all 0.4s ease;
}

/* Responsywność */
@media (max-width: 768px) {
	.service-title {
		font-size: 2rem;
	}
}
/* end services */
/* Sekcja Dlaczego Warto Mnie Wybrać */
.why-choose-section {
	position: relative;
	background-color: #f8faff;
	overflow: hidden;
	padding: 80px 0;
}

.why-choose-wrapper {
	position: relative;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.why-choose-image {
	text-align: center;
	max-width: 450px;
	margin: 0 auto 30px;
	animation: float 6s ease-in-out infinite;
}

.why-choose-image img {
	max-width: 100%;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.why-choose-items {
	width: 100%;
	z-index: 2;
}

.why-choose-item {
	display: flex;
	margin-bottom: 2.5rem;
	transition: transform 0.3s ease;
}

.why-choose-item:hover {
	transform: translateY(-5px);
}

.item-icon {
	width: 60px;
	height: 60px;
	min-width: 60px;
	border-radius: 12px;
	background: linear-gradient(135deg, #4db6ff, #2a7fff);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	box-shadow: 0 10px 20px rgba(77, 182, 255, 0.2);
}

.item-icon i {
	font-size: 28px;
	color: #ffffff;
}

.item-content h3 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #0e1337;
	margin-bottom: 0.75rem;
}

.item-content p {
	font-size: 1.25rem;
	color: #555;
	line-height: 1.6;
	margin: 0;
}

/* Efekt dekoracyjny w tle */
.why-choose-section::before {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: linear-gradient(
		135deg,
		rgba(77, 182, 255, 0.05) 0%,
		rgba(77, 182, 255, 0) 70%
	);
	top: -100px;
	right: -100px;
	z-index: 1;
}

.why-choose-section::after {
	content: "";
	position: absolute;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background: linear-gradient(
		135deg,
		rgba(77, 182, 255, 0.05) 0%,
		rgba(77, 182, 255, 0) 70%
	);
	bottom: -80px;
	left: -80px;
	z-index: 1;
}

/* Animacja unoszenia */
@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* Responsywność */
@media (min-width: 992px) {
	.why-choose-wrapper {
		flex-direction: row;
		align-items: center;
		gap: 30px;
	}

	.why-choose-image {
		flex: 0 0 40%;
		margin-bottom: 0;
	}

	.why-choose-items {
		flex: 0 0 60%;
	}
}

@media (max-width: 768px) {
	.section-title {
		font-size: 2.2rem;
	}

	.why-choose-item {
		margin-bottom: 2rem;
	}

	.item-icon {
		width: 50px;
		height: 50px;
		min-width: 50px;
	}

	.item-icon i {
		font-size: 24px;
	}

	.item-content h3 {
		font-size: 1.25rem;
	}
}
/* end dlaczego warto mnie wybrać  */

/* about-me */
.about-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%);
	overflow-x: hidden; /* Zapobiega przewijaniu poziomemu */
}
.about-title {
	font-size: 3.2rem;
	font-weight: 700;
	color: #1a1a1a;
	position: relative;
	margin-bottom: 20px;
}
.about-title::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100px;
	height: 4px;
	background: linear-gradient(to right, #007bff, #ff6200);
}
.highlight {
	color: #007bff;
}
.about-text {
	font-size: 1.3rem;
	color: #555;
	line-height: 1.9;
	margin-bottom: 30px;
}
.about-feature {
	display: flex;
	align-items: flex-start; /* Zmienione z center na flex-start */
	margin-bottom: 25px;
	flex-wrap: wrap; /* Pozwala na zawijanie treści */
}
.about-feature i {
	font-size: 2.2rem;
	color: #007bff;
	margin-right: 20px;
	transition: transform 0.3s ease;
}
.about-feature:hover i {
	transform: scale(1.2);
}
.about-feature-text {
	flex: 1;
	min-width: 0; /* Ważne dla elastycznych elementów */
}
.about-feature-text h4 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 5px;
}
.about-feature-text p {
	color: #666;
	font-size: 1.25rem;
	margin: 0;
}
.btn-get-in-touch {
	background: linear-gradient(90deg, #007bff, #0056b3);
	color: #fff;
	padding: 12px 35px;
	border-radius: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-get-in-touch:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}
.signature {
	font-family: "Dancing Script", cursive;
	font-size: 2.6rem;
	color: #ff6200;
	margin-top: 30px;
}
.signature-role {
	font-size: 1rem;
	color: #666;
}
.about-image {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}
.about-image:hover {
	transform: scale(1.05);
}
@media (max-width: 768px) {
	.about-title {
		font-size: 2.2rem;
	}
	.about-text {
		font-size: 1rem;
	}
	.about-feature {
		flex-direction: column;
		text-align: center;
		align-items: center; /* Wycentruj elementy w kolumnie */
	}
	.about-feature i {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.about-image {
		margin-top: 30px;
	}
	.about-feature-text {
		width: 100%;
	}
}
/* end about-me */

/*--------------------------------------------------------------
# portfolio section
--------------------------------------------------------------*/
.portfolio-section {
	background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%);
	overflow: hidden;
}

.portfolio-section h3 {
	font-weight: 600;
	color: #333;
	margin-bottom: 25px;
}

.portfolio-text {
	font-size: 1.1rem;
	color: #555;
	margin-bottom: 30px;
	line-height: 1.7;
}

.portfolio-section .project-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
	transition: all 0.3s ease;
	margin: 15px;
	height: 450px;
}

.portfolio-section .project-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.portfolio-section .project-img {
	height: 300px;
	overflow: hidden;
	position: relative;
	object-fit: contain;
}

.portfolio-section .project-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s ease;
}

.portfolio-section .project-card:hover .project-img img {
	transform: scale(1.05);
}

.portfolio-section .project-info {
	padding: 25px;
}

.portfolio-section .project-info h4 {
	font-weight: 600;
	margin-bottom: 15px;
	color: #222;
}

.portfolio-section .project-info p {
	color: #666;
	font-size: 0.95rem;
	margin-bottom: 20px;
	line-height: 1.6;
}

.portfolio-section .project-link {
	color: #4361ee;
	font-weight: 600;
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
	text-decoration: none;
}

.portfolio-section .project-link:hover {
	color: #2b3cc2;
}

.portfolio-section .project-link i {
	margin-left: 8px;
	transition: transform 0.3s ease;
}

.portfolio-section .project-link:hover i {
	transform: translateX(5px);
}

.portfolio-section .project-category {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(67, 97, 238, 0.85);
	color: white;
	padding: 6px 12px;
	border-radius: 30px;
	font-size: 0.8rem;
	font-weight: 600;
}

.portfolio-section .cta-box {
	background: linear-gradient(145deg, #4361ee, #3f51b5);
	border-radius: 12px;
	padding: 40px;
	color: white;
	margin-top: 60px;
	box-shadow: 0 10px 30px rgba(67, 97, 238, 0.3);
}

.portfolio-section .cta-box h3 {
	color: white;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-section .cta-box p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.1rem;
	margin-bottom: 30px;
}

.portfolio-section .btn-cta {
	background: white;
	color: #4361ee;
	border: none;
	padding: 12px 30px;
	font-weight: 600;
	border-radius: 50px;
	transition: all 0.3s ease;
}

.portfolio-section .btn-cta:hover {
	background: rgba(255, 255, 255, 0.9);
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.portfolio-section .service-features {
	margin-top: 60px;
}

.portfolio-section .feature-box {
	padding: 25px;
	border-radius: 10px;
	background: white;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	height: 100%;
	transition: all 0.3s ease;
}

.portfolio-section .feature-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.portfolio-section .feature-icon {
	width: 60px;
	height: 60px;
	background: #f0f4ff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	color: #4361ee;
	font-size: 28px;
}

.portfolio-section .feature-title {
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}

.portfolio-section .feature-text {
	color: #666;
	font-size: 0.95rem;
	line-height: 1.6;
}
.portfolio-swiper .swiper-pagination {
	position: relative;
	margin-top: 40px;
}

@media (max-width: 992px) {
	.portfolio-section .project-card {
		height: auto;
	}

	.portfolio-section .cta-box {
		padding: 30px;
	}
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
	.swiper-slide {
		width: 100% !important;
	}

	.portfolio-section .project-card {
		margin: 0 auto;
		height: auto;
	}

	.portfolio-section .project-info {
		padding: 20px;
	}

	.portfolio-section .project-img {
		height: 220px;
	}

	.portfolio-section .project-info p {
		font-size: 0.9rem;
	}
}

/* prices */
/* Style dla sekcji cennika - wspieramit.pl */

.cennik-section {
	padding: 5rem 0;
	background: #f8f9fa; /* Jasne tło zamiast granatowego */
	color: #333; /* Ciemny tekst zamiast białego */
}
/* Style kart cenowych */
.pricing-card {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 2rem;
	height: 100%;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	border: 1px solid #e8e9ec;
	display: flex;
	flex-direction: column;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.pricing-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.pricing-card-popular {
	background-color: #f0f7ff;
	border: 1px solid rgba(30, 136, 229, 0.3);
	transform: scale(1.03);
}

.pricing-card-popular:hover {
	transform: translateY(-10px) scale(1.03);
}

.popular-badge {
	position: absolute;
	top: 35px;
	right: -50px;
	background: #1e88e5;
	color: white;
	padding: 5px 50px;
	font-size: 1rem;
	transform: rotate(45deg);
	font-weight: 600;
}
.promotion-badge {
	position: absolute;
	top: 15px;
	right: -45px;
	background-color: #d80000;
	color: white;
	padding: 5px 50px;
	transform: rotate(45deg);
	font-weight: bold;
	font-size: 0.8rem;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 10;
	white-space: nowrap;
}

.pricing-card-header {
	text-align: center;
	margin-bottom: 1.5rem;
}

.pricing-card-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #0c1845;
}

.pricing-card-subtitle {
	color: #6c757d;
	font-size: 1.25rem;
}

.pricing-card-price {
	text-align: center;
	margin-bottom: 2rem;
	padding: 1rem 0;
	border-bottom: 1px solid #e8e9ec;
}

.pricing-card-price .price {
	font-size: 3rem;
	font-weight: 700;
	color: #1e88e5;
}

.pricing-card-price .currency {
	font-size: 1.2rem;
	vertical-align: top;
	color: #6c757d;
	margin: 0 5px;
}

.pricing-card-features {
	margin-bottom: 2rem;
	flex-grow: 1;
}

.pricing-card-features ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pricing-card-features li {
	padding: 8px 0;
	color: #495057;
	font-size: 1.25rem;
}

.pricing-card-features li i {
	color: #1e88e5;
	margin-right: 10px;
}

.pricing-card-action {
	text-align: center;
	margin-top: auto;
}

.btn-primary {
	background-color: #1e88e5;
	border: none;
	padding: 10px 25px;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-primary:hover {
	background-color: #1565c0;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(30, 136, 229, 0.4);
}

/* Style dla sekcji sklepu internetowego */
.shop-info-box {
	background: #f0f7ff;
	border-radius: 12px;
	padding: 2rem;
	border: 1px solid rgba(30, 136, 229, 0.2);
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.shop-info-box:hover {
	background: #e3f2fd;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.shop-info-title {
	color: #0c1845;
	font-weight: 700;
	margin-bottom: 1rem;
}

.shop-info-desc {
	color: #495057;
	margin-bottom: 0;
}

.shop-price {
	font-size: 1.5rem;
	color: #495057;
}

.shop-price .price-value {
	font-size: 2rem;
	font-weight: 700;
	color: #1e88e5;
}

/* Style dla dodatkowych usług */
.additional-services-title {
	font-weight: 700;
	position: relative;
	margin-bottom: 2.5rem;
	color: #0c1845;
}

.additional-services-title:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: #1e88e5;
}

.service-item {
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	border-radius: 10px;
	transition: all 0.3s ease;
	background-color: #ffffff;
	border: 1px solid #e8e9ec;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service-item:hover {
	background-color: #f8f9fa;
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-item-right {
	border-left: 4px solid #1e88e5;
}

.service-item-left {
	border-right: 4px solid #1e88e5;
}

.service-name {
	font-weight: 600;
	color: #0c1845;
	margin-bottom: 0.5rem;
}

.service-desc {
	color: #6c757d;
	margin-bottom: 0;
}

.service-price {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1e88e5;
}
/* Responsywność */
@media (max-width: 991px) {
	.pricing-card-popular {
		transform: scale(1);
	}

	.pricing-card-popular:hover {
		transform: translateY(-10px) scale(1);
	}
}

@media (max-width: 767px) {
	.service-price {
		text-align: left;
		margin-bottom: 1rem;
	}

	.service-item-right,
	.service-item-left {
		border-left: none;
		border-right: none;
		border-bottom: 4px solid #1e88e5;
	}

	.shop-price {
		text-align: left;
		margin-top: 1rem;
	}
}
/* end pricing */

/* contact-form*/
/* Główne style sekcji kontaktowej */

/* roadmap  */
.process-roadmap {
	background-color: #fff;
	padding: 60px 0;
}

.section-title {
	color: #0d3b66;
	font-weight: 700;
	margin-bottom: 15px;
}

.section-description {
	color: #555;
	font-size: 18px;
	max-width: 800px;
	margin: 0 auto 30px;
}

.roadmap {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.roadmap:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 4px;
	background-color: #0d3b66;
	left: 30px;
	top: 0;
}

.roadmap-item {
	display: flex;
	margin-bottom: 40px;
	position: relative;
}

.roadmap-number {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #0d3b66;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	margin-right: 20px;
	flex-shrink: 0;
	box-shadow: 0 4px 10px rgba(13, 59, 102, 0.3);
}

.roadmap-content {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 20px 25px;
	flex-grow: 1;
	border-left: 4px solid #0d3b66;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.roadmap-content:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.roadmap-content h3 {
	color: #0d3b66;
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
}

.roadmap-content p {
	color: #555;
	margin-bottom: 0;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.roadmap:before {
		left: 25px;
	}

	.roadmap-number {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.roadmap-content {
		padding: 15px 20px;
	}

	.roadmap-content h3 {
		font-size: 18px;
	}
}

.contact-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

/* Karta z informacjami kontaktowymi */
.contact-info-card {
	flex: 1;
	min-width: 300px;
	max-width: 400px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
}

.info-header {
	margin-bottom: 40px;
	text-align: center;
}

.info-header h2 {
	font-size: 1.8rem;
	margin-bottom: 15px;
	color: #222;
}

.info-header p {
	color: #6c757d;
	font-size: 1.2rem;
}

.contact-details {
	margin-bottom: 40px;
}

.contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.icon-wrapper {
	width: 50px;
	height: 50px;
	background-color: rgba(0, 123, 255, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.icon-wrapper i {
	color: #007bff;
	font-size: 1.5rem;
}

.contact-text h3 {
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #6c757d;
	font-weight: 600;
}

.contact-text p {
	font-size: 1.35rem;
	color: #222;
	margin: 0;
}

.logo-container {
	margin-top: auto;
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #e1e4e8;
}

.logo-container img {
	max-width: 260px;
	height: auto;
}

/* Karta z formularzem */
.contact-form-card {
	flex: 1;
	min-width: 300px;
	max-width: 600px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	padding: 40px;
	text-align: center;
}

.contact-form-card h2 {
	font-size: 1.8rem;
	margin-bottom: 15px;
	color: #222;
}

.contact-form-card > p {
	color: #6c757d;
	margin-bottom: 30px;
}

.contact-form {
	text-align: left;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 15px;
}

.form-group {
	flex: 1;
	min-width: 250px;
	margin-bottom: 20px;
}

.form-group label {
	display: block;
	margin-bottom: 8px;
	font-size: 1.25rem;
	color: #495057;
	font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e1e4e8;
	border-radius: 5px;
	font-size: 1.25rem;
	color: #495057;
	transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
	outline: none;
}

.form-group textarea {
	resize: vertical;
	min-height: 120px;
}

.form-checkbox {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
}

.form-checkbox input {
	margin-top: 1px;
	font-size: 2.6rem;
	margin-right: 10px;
}

.form-checkbox label {
	font-size: 1.25rem;
	color: #6c757d;
	line-height: 1.4;
}
.check-zgoda {
	width: 16px;
	height: 16px;
}

.privacy-link {
	color: #007bff;
	text-decoration: none;
	font-weight: 500;
}

.privacy-link:hover {
	text-decoration: underline;
}

.form-submit {
	text-align: center;
}

.form-submit button {
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 14px 30px;
	font-size: 1.2rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.form-submit button span {
	margin-right: 8px;
}

.form-submit button i {
	font-size: 0.9rem;
}

.form-submit button:hover {
	background-color: #0069d9;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}

.form-submit button:active {
	transform: translateY(0);
}

.form-submit button:disabled {
	background-color: #74b1ff;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

/* Wiadomość formularza */
.form-message {
	margin-top: 20px;
	padding: 12px;
	border-radius: 5px;
	font-size: 0.95rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 25px;
}

.form-message.success {
	background-color: rgba(40, 167, 69, 0.1);
	color: #28a745;
}

.form-message.error {
	background-color: rgba(220, 53, 69, 0.1);
	color: #dc3545;
}

.form-message i {
	margin-right: 8px;
	font-size: 1.1rem;
}

/* Responsywność */
@media (max-width: 992px) {
	.contact-container {
		flex-direction: column;
		align-items: center;
	}

	.contact-info-card,
	.contact-form-card {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 576px) {
	.section-title {
		font-size: 2rem;
	}

	.contact-section {
		padding: 60px 0;
	}

	.form-row {
		flex-direction: column;
		gap: 0;
	}

	.form-group {
		min-width: 100%;
	}

	.contact-form-card,
	.contact-info-card {
		padding: 30px 20px;
	}
}

/* section faq */
/* Custom CSS for FAQ section */
.faq-section {
	padding: 80px 0;
	background-color: #f8f9fa;
}

.faq-header {
	margin-bottom: 50px;
	text-align: center;
}

.faq-item {
	margin-bottom: 20px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.faq-question {
	position: relative;
	padding: 20px 50px 20px 25px;
	background-color: #fff;
	color: #333;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	border: none;
	width: 100%;
	text-align: left;
}

.faq-question:hover {
	background-color: #f0f2f5;
}

.faq-question:focus {
	outline: none;
}

.faq-question .icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}

.faq-question.active .icon {
	transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	background-color: #fff;
}

.faq-answer-content {
	padding: 0 25px 25px;
	line-height: 1.6;
}

.faq-answer.active {
	max-height: 1000px;
}

.important-point {
	font-weight: 500;
	color: #0056b3;
}
/* end faq */

/* gAME x 17 SILENT WARD */
/* Ulepszone efekty CSS dla sekcji gry - wspieramit.pl */
/* Game card section */

#game {
	background-color: #f8faff;
}
#game .game-card {
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	padding: 2rem;
	transition: transform 0.3s ease;
}

#game .game-card:hover {
	transform: translateY(-5px);
}

#game .carousel {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

#game img {
	transition: transform 0.3s ease;
}

#game img:hover {
	transform: scale(1.03);
}

#game .game-card hr {
	border-color: rgba(30, 144, 255, 0.2);
	margin: 1.5rem 0;
}

#game .game-card h5 {
	color: #112153;
	font-weight: 600;
	font-size: 1.2rem;
}

#game .game-card ul {
	list-style: none;
	padding-left: 0;
	color: #212529;
}

#game .game-card ul li {
	margin-bottom: 0.5rem;
	position: relative;
	padding-left: 1.5rem;
}

#game .game-card ul li:before {
	content: "✔";
	color: #1e90ff;
	position: absolute;
	left: 0;
	font-size: 1.1rem;
}

/* Button styling (unchanged as requested) */
#game .btn-primary {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	background: #1e90ff;
	border: none;
	font-size: 1.2rem;
	letter-spacing: 1px;
}

#game .btn-primary::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.2),
		transparent
	);
	transition: all 0.5s ease;
}

#game .btn-primary:hover::before {
	left: 100%;
}

#game .btn-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 7px 15px rgba(30, 144, 255, 0.3);
}

/* Itch.io iframe */
#game iframe {
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
}

#game iframe:hover {
	transform: translateY(-3px);
}

/* Newsletter section */
#game .newsletter-card {
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	padding: 2.5rem;
}

#game .newsletter-card h3 {
	color: #112153;
	font-weight: 600;
	font-size: 1.8rem;
}

#game .newsletter-card p {
	color: #212529;
	font-size: 1.1rem;
}

#game input.form-control {
	border: 2px solid #dee2e6;
	border-radius: 5px;
	transition: all 0.3s ease;
}

#game input.form-control:focus {
	border-color: #1e90ff;
	box-shadow: 0 0 0 3px rgba(30, 143, 255, 0.441);
}

#game a:not(.btn) {
	position: relative;
	text-decoration: none;
	color: #1e90ff;
}

#game a:not(.btn)::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #1e90ff;
	transition: width 0.3s ease;
}

#game a:not(.btn):hover::after {
	width: 100%;
}
@media (max-width: 576px) {
	#gameIframe {
		width: 208px;
		height: 167px;
	}
}

/* stats section */
.stat-box {
	min-height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.stat-box .stat-label {
	margin-top: 0.5rem;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.9);
}

/* visions section add */
.vision-section {
	background-image: url("/img/layout/parallax-bg.webp"); /* lub wygenerujemy coś pasującego */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 60vh;
	position: relative;
	z-index: 1;
}

.vision-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6); /* lekka ciemna warstwa */
	z-index: -1;
}

/* Nowoczesna stopka */
/* Główny kontener stopki */
.footer {
	position: relative;
	background-color: #030b1a;
	color: #ffffff;
	overflow: hidden;
	font-family: inherit;
}

/* Animowane tło */
.footer-bg-animation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48ZyBmaWxsPSJub25lIiBzdHJva2U9IiMwOTMiIHN0cm9rZS13aWR0aD0iMC4yIj48cmVjdCB4PSIxMCIgeT0iMTAiIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCIvPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjQwIi8+PHBhdGggZD0iTTEwLDUwIGg4MCIvPjxwYXRoIGQ9Ik01MCwxMCB2ODAiLz48cGF0aCBkPSJNMTUsMTUgTDg1LDg1Ii8+PHBhdGggZD0iTTg1LDE1IEwxNSw4NSIvPjwvZz48L3N2Zz4="),
		radial-gradient(circle, rgba(8, 14, 44, 0.8) 0%, rgba(2, 8, 25, 0.95) 100%);
	background-size: 50px 50px, 100% 100%;
	opacity: 0.15;
	z-index: 0;
	animation: footer-bg-scroll 30s linear infinite;
}

@keyframes footer-bg-scroll {
	0% {
		background-position: 0 0, 0 0;
	}
	100% {
		background-position: 1000px 1000px, 0 0;
	}
}

.footer-main {
	position: relative;
	z-index: 1;
	padding: 70px 0 30px;
}

.footer .container {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

/* Grid dla głównej zawartości stopki */
.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
	gap: 40px;
}

/* Style dla logo i opisu */
.footer-brand {
	display: flex;
	flex-direction: column;
}

.footer-logo {
	max-width: 180px;
	margin-bottom: 20px;
	filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.5));
}

.footer-description p {
	color: #b4c2e0;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.6;
}

/* Nagłówki sekcji */
.footer-heading {
	color: #3b82f6;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}

.footer-heading::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background: #3b82f6;
	box-shadow: 0 0 10px rgba(59, 130, 246, 0.7);
}

/* Linki w stopce */
.footer-links {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links a {
	color: #b4c2e0;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
	display: inline-block;
	position: relative;
}

.footer-links a:hover {
	color: #3b82f6;
	transform: translateX(5px);
}

/* Sekcja social media */
.footer-social {
	margin-top: 25px;
}

.footer-social h4 {
	color: #3b82f6;
	font-size: 16px;
	margin-bottom: 15px;
}

.footer-social-icons {
	display: flex;
	gap: 15px;
}

.footer-social-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(59, 130, 246, 0.1);
	color: #3b82f6;
	font-size: 16px;
	transition: all 0.3s ease;
}

.footer-social-icons a:hover {
	background: #3b82f6;
	color: #ffffff;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
}

/* Sekcja kontaktowa */
.footer-contact address {
	font-style: normal;
	margin-bottom: 20px;
}

.footer-contact address p {
	color: #b4c2e0;
	margin-bottom: 8px;
	font-size: 14px;
	display: flex;
	align-items: flex-start;
}

.footer-contact address p i {
	margin-right: 10px;
	color: #3b82f6;
}

/* Newsletter */
.footer-newsletter p {
	color: #b4c2e0;
	font-size: 14px;
	margin-bottom: 15px;
}

.footer-form {
	display: flex;
	margin-top: 15px;
}

.footer-form input {
	flex-grow: 1;
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(59, 130, 246, 0.3);
	padding: 10px 15px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 4px 0 0 4px;
	outline: none;
	transition: all 0.3s ease;
}

.footer-form input:focus {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: #3b82f6;
}

.footer-form button {
	background-color: #3b82f6;
	color: #ffffff;
	border: none;
	padding: 10px 15px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.footer-form button:hover {
	background-color: #2563eb;
}

/* Sekcja zasobów */
.footer-resources {
	position: relative;
	z-index: 1;
	background-color: rgba(24, 37, 74, 0.3);
	padding: 30px 0;
	border-top: 1px solid rgba(59, 130, 246, 0.1);
	border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}

.footer-resources .footer-heading {
	text-align: center;
	margin-bottom: 25px;
}

.footer-resources .footer-heading::after {
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
}

.footer-resources-grid {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.footer-resource-item {
	display: flex;
	align-items: center;
	background-color: rgba(59, 130, 246, 0.05);
	border: 1px solid rgba(59, 130, 246, 0.2);
	padding: 12px 20px;
	border-radius: 4px;
	color: #b4c2e0;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-resource-item:hover {
	background-color: rgba(59, 130, 246, 0.1);
	border-color: rgba(59, 130, 246, 0.5);
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(59, 130, 246, 0.2);
}

.resource-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: rgba(59, 130, 246, 0.1);
	border-radius: 50%;
	margin-right: 12px;
	color: #3b82f6;
	font-size: 16px;
}

.resource-text {
	font-size: 14px;
	font-weight: 500;
}

/* Copyright */
.footer-bottom {
	position: relative;
	z-index: 1;
	background-color: rgba(8, 14, 44, 0.8);
	padding: 20px 0;
}

.footer-bottom-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom p {
	color: #b4c2e0;
	font-size: 14px;
	margin: 0;
}

.footer-bottom a {
	color: #3b82f6;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-bottom a:hover {
	color: #60a5fa;
}

/* Responsywność */
@media (max-width: 991px) {
	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.footer-bottom-content {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.footer-main {
		padding: 50px 0 20px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.footer-brand,
	.footer-links-column,
	.footer-contact-section,
	.footer-social,
	.footer-contact address p,
	.footer-form {
		text-align: center;
		justify-content: center;
	}

	.footer-logo {
		margin: 0 auto 20px;
	}

	.footer-heading::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.footer-links a:hover {
		transform: none;
	}

	.footer-social-icons {
		justify-content: center;
	}

	.footer-resources-grid {
		flex-direction: column;
		align-items: center;
	}

	.footer-contact address p {
		display: block;
	}

	.footer-contact address p i {
		display: none;
	}
}

@media (max-width: 767px) {
	.card {
		min-height: 430px; /* Minimalna wysokość dla tabletów */
	}
	.g-recaptcha,
	.grecaptcha-badge {
		visibility: hidden !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.card {
		min-height: 460px; /* Minimalna wysokość dla tabletów */
	}
	.card-body {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

/* progress wrap */
@-webkit-keyframes border-transform {
	0%,
	100% {
		border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
	}
	14% {
		border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
	}
	28% {
		border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
	}
	42% {
		border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
	}
	56% {
		border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
	}
	70% {
		border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
	}
	84% {
		border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
	}
}

.progress-wrap {
	position: fixed;
	background-color: #0b5fd8;
	right: 15px;
	bottom: 25px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	content: "\2191";
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #ecedf3;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover::after {
	opacity: 0;
}

.progress-wrap::before {
	position: absolute;
	font-family: "unicons";
	content: "\2191";
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	opacity: 0;
	background: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #ecedf3;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
