/*
Theme Name:     Motyw dziecka kadence
Theme URI:      n/a
Template:       kadence
Author:         Siteart
Author URI:     https://siteart.pl/
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* form */

form.wpcf7-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	align-items: flex-start;
	width: 100%;
	background-color: transparent;
	height: 100%;
	position: relative;
	z-index: 1000;
	gap: 24px;
	width: auto;
	background: white;
	margin-top: 24px;
}

.form-control-group {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 10px;
}

.form-control-group.form-control-group--half {
	display: flex;
	flex-direction: row;
	gap: 24px;
	width: 100%;
}

.form-control-group__group {
	position: relative;
}

.form-control-group__label {
	color: #727172;
	font-size: 16px;
	z-index: 2;
	position: absolute;
	top: -12px;
	left: 12px;
	background-color: #ffffff;
	padding: 0 6px;
}

form.wpcf7-form .wpcf7-acceptance {
	margin-bottom: 4px;
	margin-top: 4px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	margin-left: 4px;
	line-height: 1px;
	color: #151515;
}

body form input[type='text'],
body form input[type='number'],
body form input[type='email'],
body form input[type='tel'],
body form textarea {
	display: flex;
	width: 100%;
	padding: 12px;
	border: 1px solid #d9d9d9;
	background: transparent;
	color: #353535;
	font-weight: 400;
	border-radius: 0px;
}
body form textarea {
	width: 100% !important;
	min-width: 100%;
	min-height: 100px;
}
body form p:has(.wpcf7-submit) {
	margin-bottom: 0;
}
body form textarea {
	height: 100px;
	width: 100%;
}

body form.wpcf7-form .wpcf7-submit {
	display: flex;
	border-radius: 0 !important;
	border: none;
}
#kontakt  form.wpcf7-form .wpcf7-submit{
	margin-top: 24px;

}
.wpcf7-not-valid-tip {
	font-size: 12px;
	padding-left: 8px;
}

.required-field{
	color: red;
	margin-left: 4px;
}
@media (max-width: 576px) {
	.form-control-group.form-control-group--half {
		flex-direction: column;
		gap: 12px;
	}
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
}

body form input::placeholder,
body form input[type='text']::placeholder,
body form input[type='number']::placeholder,
body form input[type='email']::placeholder,
body form input[type='tel']::placeholder,
body form textarea::placeholder,
body form input::-webkit-input-placeholder,
body form input[type='text']::-webkit-input-placeholder,
body form input[type='number']::-webkit-input-placeholder,
body form input[type='email']::-webkit-input-placeholder,
body form input[type='tel']::-webkit-input-placeholder,
body form textarea::-webkit-input-placeholder,
body form input[type='text']:-moz-placeholder,
body form input[type='number']:-moz-placeholder,
body form input[type='email']:-moz-placeholder,
body form input[type='tel']:-moz-placeholder,
body form textarea:-moz-placeholder,
body form input[type='text']::-moz-placeholder,
body form input[type='number']::-moz-placeholder,
body form input[type='email']::-moz-placeholder,
body form input[type='tel']::-moz-placeholder,
body form textarea::-moz-placeholder,
body form input[type='text']:-ms-input-placeholder,
body form input[type='number']:-ms-input-placeholder,
body form input[type='email']:-ms-input-placeholder,
body form input[type='tel']:-ms-input-placeholder,
body form textarea:-ms-input-placeholder {
	color: #727172 !important;
	opacity: 0.5;
}

::placeholder {
	color: #727172 !important;
	opacity: 0.5;
}

.custom-accordion-panel {
	background: #f3f3f3;
	border-radius: 24px;
}

.custom-accordion-wrapper {
	width: 100%;
}

.custom-accordion-wrapper > div {
	margin: 0 auto;
}
.custom-accordion-wrapper-biznes .kt-blocks-accordion-title-wrap {
	padding-right: 24px !important;
}
textarea {
	resize: none !important;
}

@media (max-width: 768px) {
	body form input[type='text'],
	body form input[type='number'],
	body form input[type='email'],
	body form input[type='tel'],
	body form textarea {
		font-size: 16px !important;
	}
}
/* hero */
.custom-hero-section {
	height: calc(100vh - 0px);
	justify-content: center;
}
@media (max-width: 1024px) {
	.custom-hero-section {
		height: calc(100vh - 32px);
		justify-content: center;
	}
}
/* sekcja karty obrazki dla szkodnikow */
.single-content ul {
	padding-left: 1em;
}
.custom-image-card .kt-inside-inner-col {
	overflow: hidden;
}
/* skecja dlaczego fuigacja */
.custom-infoblock svg {
	margin-right: 20px;
}
@media (max-width: 767px) {
	.custom-infoblock svg {
		margin-right: 0px;
	}
}

@media (min-width: 767px) and (max-width: 1024px) {
	.custom-infoblock .kt-blocks-info-box-media {
		padding-left: 0px !important;
	}
}

/* sekcja etapy fumigacji karty */
.fumigation-container {
	max-width: 1290px;
	margin: 0 auto;
	box-sizing: border-box;
	font-family: inherit;
	line-height: 1.6;
}
.fumi-steps {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.fumi-step {
	background: #f3f3f3;
	border-radius: 12px;
	padding: 40px 30px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	box-sizing: border-box;
}
.fumi-step:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}
.step-number {
	background-color: #1c5e46;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	box-shadow: 0 4px 12px rgba(28, 94, 70, 0.25);
}
.fumi-step h3 {
	color: #1a2421;
	font-size: 28px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}
.fumi-step p {
	color: #353535;
	font-size: 18px;
	margin: 0;
}
.fumi-footer {
	margin-top: 60px;
	text-align: center;
}
.fumi-duration {
	display: inline-flex;
	align-items: center;
	background-color: #e8f2ef;
	color: #1c5e46;
	padding: 14px 28px;
	border-radius: 12px;
	font-weight: 600;
	font-size: 1.05rem;
	border: 1px solid #cce0d8;
}

@media (min-width: 768px) {
	.fumi-step {
		width: calc(50% - 15px);
	}
}
@media (min-width: 1024px) {
	.fumi-step {
		width: calc(33.333% - 20px);
	}
}

@media (max-width: 767px) {
	.fumi-step h3 {
		font-size: 24px;
	}
	.fumi-step p {
		font-size: 16px;
	}

	.step-number {
		font-size: 25px;
		width: 50px;
		height: 50px;
	}
	.fumi-steps {
		gap: 35px;
	}
}
@media (max-width: 1024px) {
	.fumi-step h3 {
		font-size: 26px;
	}
	.fumi-step p {
		font-size: 18px;
	}

	.step-number {
		font-size: 28px;
		width: 55px;
		height: 55px;
	}
}
