/* SPECYFICZNE STYLE DLA INDEX - po usunięciu duplikatów */

.service-description {
	position: relative;
	color: var(--light-color);
	font-weight: 600;
	margin-bottom: 1.5rem;
	font-size: 1rem;
          margin-left:-10px;
}

.service-description-white {
	background-color: #ffffff;
	width: 100%;
}

.review-card {
	height: 100%;
	border: 4px solid transparent;
	border-radius: 12px;
	overflow: hidden;
	background-color: white;
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.customer-name {
	color: var(--orange-color);
	font-weight: 700;
	margin: 0;
}

.card-content {
	flex: 1;
	margin-bottom: 1rem;
	text-align: left;
	font-size: 18px;
}

@media (max-width: 1000px) {
	.service-section {
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

.slider-container {
	width: 650px;
	height: 520px;
	overflow: hidden;
	background-color: transparent;
	position: relative;
}

.slider-inner {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	transition: transform 0.2s linear;
}

.slider-inner img {
	width: 305px;
	margin: 5px;
	object-fit: cover;
	border-radius: 10px;
	border: 2px solid #eeeeee;
}

.top-margin {
	margin-top: -30px !important;
	margin-left: -12px;
}

.check-list {
	list-style: none;
	padding-left: 1px;
}

.check-list li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.5rem;
	color: white;
}

.check-list li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #ff622d;
	font-weight: bold;
	font-size: 1.5rem;
	transform: translateY(-15%);
}

.btn-container {
	text-align: center;
	margin-top: 2rem;
}

.custom-btn {
	display: inline-block;
	background-color: #ff622d;
	color: white;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border: none;
	border-radius: 50px;
	transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	border: 2px solid white;
	text-align: center;
          margin-left:20px;
}

.custom-btn:hover {
	background-color: #e65424;
}

.img-seo {
	width: 625px;
	border: 3px solid white;
	border-radius: 20px;
	padding: 2px;
	margin-bottom: 7px;
}

.img-seo-icon {
	width: 202px;
	border: 3px solid white;
	border-radius: 20px;
	padding: 2px;
	margin-bottom: 7px;
	margin: 2px;
}

@media (max-width: 1000px) {
	.slider-container {
		display: none;
	}

	.img-seo {
		display: none;
	}

	.img-seo-icon {
		display: none;
	}

	.gradient-bar {
		margin-bottom: 5px;
	}
}

.star-rating {
	color: var(--blue-color);
	font-size: 30px;
	text-align: center;
}

hr {
	margin: 0;
	margin-bottom: 20px;
}

.powered-by {
	color: #8c8bc1;
	text-align: center;
	font-size: 1.1em;
	border-bottom: 2px solid rgba(140, 139, 193, 0.2);
	padding-bottom: 20px;
	padding-top: 20px;
}

.logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
	align-items: center;
}

@media (max-width: 1000px) {
	.logos,
	.powered-by,
	hr {
		display: none;
	}
}

h4,
h3 {
	color: var(--light-color);
	display: inline;
	margin: 0;
	font-size: 1.1rem;
	padding-left: 15px;
	font-weight: 700;
}

h4::before,
h3::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 0.8em;
	background-color: #8c8bc1;
	margin-right: 8px;
	margin-top: 5px;
	border-radius: 50px;
	border: 1px solid white;
}