* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}
body {
	background-color: #fff;
	color: #1c1c1c;
	font-family: 'Roboto', sans-serif;
	line-height: 1.6;
}
details {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
details p {
	margin-top: 8px;
	padding-left: 15px;
}
details summary {
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: bold;
}
.about {
	background: #fff;
	padding: 40px 16px;
}
.about .container {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}
.about h2 {
	color: #0f172a;
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.about p {
	font-size: 17px;
	line-height: 1.6;
}
.contact {
	background-color: #003366;
	color: white;
	padding: 60px 20px;
	text-align: center;
}
.contact a {
	color: white;
	text-decoration: underline;
}
.contact h2 {
	font-size: 2.4rem;
	margin-bottom: 30px;
}
.contact p {
	font-size: 1.4rem;
}
.contact-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	margin-top: 20px;
}
.contact-buttons .cta {
	align-items: center;
	background-color: #c10000;
	border-radius: 50px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.3rem;
	font-weight: bold;
	gap: 20px;
	margin-bottom: 5px;
	padding: 18px 32px;
	transition: transform 0.3s ease, opacity 0.3s ease;
	white-space: nowrap;
}
.contact-detail {
	align-items: center;
	display: flex;
	font-size: 1.2rem;
	gap: 10px;
	justify-content: center;
	line-height: 1.6;
	margin: 12px 0;
}
.contact-detail img.icon-img {
	height: 22px;
	width: 22px;
}
.contact-photo.small {
	border-radius: 8px;
	height: auto;
	margin-bottom: 15px;
	width: 140px;
}
.cta:hover {
	background-color: #e60000 !important;
	transform: scale(1.05);
}
.faq {
	background-color: #f5f5f5;
	border-radius: 8px;
	margin: 40px auto;
	max-width: 800px;
	padding: 20px 20px;
}
.faq h2 {
	font-size: 2rem;
	margin-bottom: 30px;
	text-align: center;
}
.floating-button {
	background-color: #003366;
	border-radius: 50%;
	bottom: 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	position: fixed;
	right: 20px;
	z-index: 100;
}
.floating-button img {
	height: 30px;
	width: 30px;
}
.floating-button:hover {
	background-color: #0055a5;
}
.footer-bar {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #555;
	font-size: 0.9rem;
	font-style: italic;
	padding: 12px 20px;
	text-align: center;
}
.footer-bar a {
	color: #e60000;
	text-decoration: none;
}
.footer-bar a:hover {
	text-decoration: underline;
}
.hero {
	background: url('https://jeraby-malina.cz/wp-content/themes/jeraby-BSWP/images/vyvozodpadnichvodpozadi.jpg') center/cover no-repeat;
	color: white;
	padding: 100px 20px;
	position: relative;
	text-align: center;
}
.hero h1 {
	font-size: 3rem;
	margin-bottom: 10px;
}
.hero p {
	font-size: 1.2rem;
}
.hero-content {
	position: relative;
	z-index: 2;
}
.hero-logo {
	filter: drop-shadow(0 0 8px rgba(255,255,255,0.95)) drop-shadow(0 0 16px rgba(255,255,255,0.8));
	height: auto;
	max-width: 220px;
}
.hero-logo-link {
	display: block;
	margin-bottom: 12px;
	text-align: center;
}
.hero-title {
	font-size: clamp(28px,4.5vw,48px);
	letter-spacing: .02em;
	margin: 8px auto 8px;
	text-transform: uppercase;
}
.hero::after {
	background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.45) 30%, rgba(0,0,0,0.74) 75%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}
.icon-in-button {
	height: 24px;
	width: 24px;
}
.map {
	background-color: #f5f5f5;
	padding: 60px 20px;
	text-align: center;
}
.map h2 {
	font-size: 2rem;
	margin-bottom: 20px;
}
.map-address {
	flex: 1;
	max-width: 400px;
	min-width: 300px;
}
.map-flex {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: center;
	text-align: left;
}
.map-iframe {
	flex: 1;
	max-width: 600px;
	min-width: 350px;
}
.menu {
	-webkit-overflow-scrolling: touch;
	align-items: center;
	background-color: #003366;
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	justify-content: center;
	overflow-x: auto;
	padding: 10px 20px;
	position: sticky;
	text-align: center;
	top: 0;
	z-index: 10;
}
.menu a {
	align-items: center;
	color: #fff !important;
	display: inline-flex;
	font-size: clamp(14px,3.5vw,16px);
	font-weight: bold;
	margin: 0;
	padding: 6px 8px;
	white-space: nowrap;
}
.menu a:hover {
	text-decoration: underline;
}
.mini-step p {
	color: #0f172a;
	font-size: 1.2rem;
	line-height: 1.45;
	margin: 0;
}
.mini-step-icon {
	display: block;
	height: 110px;
	margin: 0 auto 14px;
	object-fit: contain;
	width: 110px;
}
.mini-steps {
	padding: 48px 20px;
}
.mini-steps-container {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: repeat(3,1fr);
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}
.note {
	margin: 0 auto 10px 0;
	font-size: 0.9rem !important;
	font-style: italic;
	margin-top: 20px;
}
.request-form {
	background-color: #f5f5f5;
	padding: 60px 20px;
	text-align: center;
}
.request-form button, .request-form input.wpcf7-submit {
	background-color: #e60000;
	border-radius: 6px;
	border: none;
	color: white;
	cursor: pointer;
	font-weight: bold;
	padding: 12px 25px;
}
.request-form button:hover, .request-form input.wpcf7-submit:hover {
	background-color: #c10000 !important;
}
.request-form form {
	margin: 0 auto;
	max-width: 600px;
	text-align: left;
}
.request-form h2 {
	font-size: 2rem;
	margin-bottom: 30px;
}
.request-form input:not(.wpcf7-submit), .request-form textarea {
	border-radius: 4px;
	border: 1px solid #ccc;
	margin: 10px 0;
	max-height: 400px;
	padding: 10px;
	resize: vertical;
	width: 100%;
}

.request-form .hidden-fields-container{
	display: none;
}

.request-form a.zasady{
	color: #e60000;
}

.review-images img {
	height: auto;
	max-height: 360px;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.review-images img.center-image {
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	transform: none;
}
.reviews {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1100px;
	padding: 60px 20px;
	text-align: center;
}
.reviews .cta {
	background-color: #c10000;
	border-radius: 50px;
	color: white;
	display: inline-block;
	flex: 0 0 auto;
	font-size: clamp(1.25rem,2.6vw,1.6rem);
	font-weight: bold;
	margin-top: 20px;
	padding: 20px 50px;
	transition: transform 0.3s ease, opacity 0.3s ease;
	white-space: nowrap;
}
.reviews h2 {
	font-size: 2rem;
	margin-bottom: 20px;
}
.services {
	background-color: #f5f5f5;
	padding: 60px 20px;
	text-align: center;
}
.services .cta {
	background-color: #c10000;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	flex: 0 0 auto;
	font-size: clamp(1.25rem,2.6vw,1.6rem);
	font-weight: bold;
	margin-top: 20px;
	padding: 20px 50px;
	transition: transform 0.3s ease, opacity 0.3s ease;
	white-space: nowrap;
}
.services .note {
	color: #555;
	font-style: italic;
	margin: 15px auto;
	max-width: 700px;
}
.services h2 {
	font-size: 2rem;
	margin-bottom: 30px;
}
.services ul {
	color: #1c1c1c;
	list-style-position: inside;
	list-style: disc;
	margin: 0 auto 20px;
	max-width: 700px;
	text-align: left;
}
.services ul li {
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
}
.services ul li::marker {
	color: #e60000;
	font-size: 1.2em;
}
.social-icons.small {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 15px;
}
.social-icons.small img {
	height: 36px;
	width: 36px;
}
@media (max-width: 768px) {
	contact-buttons {
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	}
  .contact-buttons .cta {
	flex: 0 1 auto;
	font-size: clamp(14px, 4.2vw, 16px);
	line-height: 1.25;
	padding: 12px 16px;
	gap: 10px;
	white-space: normal;
	overflow-wrap: anywhere;
	}
  .icon-in-button {
	width: 20px;
	height: 20px;
	}
	.contact p {
	font-size: 1.1rem;
	}
	.hero {
		padding: 32px 16px 16px;
	}
	.hero h1 {
		font-size: 2rem;
	}
	.hero p {
		font-size: 1rem;
	}
	.hero-title {
		font-size: clamp(24px,6vw,36px);
	}
	.hero::after {
		background: linear-gradient(to bottom, rgba(0,0,0,.65) 0%, rgba(0,0,0,.5) 40%, rgba(0,0,0,.35) 100%);
	}
	.icon-in-button {
		height: 22px;
		width: 22px;
	}
	.mini-step-icon {
		height: 72px;
		width: 72px;
	}
	.mini-steps-container {
		gap: 22px;
		grid-template-columns: 1fr;
	}
	.review-images {
		display: block;
	}
	.review-images img {
		display: block;
		grid-template-columns: 1fr;
		height: auto;
		margin: 0 0 14px 0;
		max-width: none;
		width: 100%;
	}
	.services {
		padding: 60px 30px;
	}
	.services .cta, .reviews .cta {
		font-size: 1.3rem;
	}
	.services a.cta, .reviews a.cta {
		font-size: 1.15rem !important;
		padding: 14px 20px;
	}
}
@media (max-width: 640px) {
	.mini-step-icon {
		height: 88px;
		width: 88px;
	}
	.mini-steps .mini-steps-container {
		gap: 22px;
		grid-template-columns: 1fr;
	}
}