/* General site style
--------------------------------------------- */
html,
body {
	height: 100%;
}

a.elementor-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

.elementor-icon-wrapper {
	display: flex;
}

a:focus {
	outline: none;
}

p {
	margin: 0;
}

.entry-content,
.post,
.page {
	margin: 0;
}

.classic-editor p {
	margin-bottom: 12px;
}

.elementor-widget-text-editor ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.elementor-widget-text-editor ul li::marker {
	font-size: 12px;
}

@media(max-width: 767px) {
	.classic-editor p {
		margin-bottom: 8px;
	}

	ol {
		margin-left: 0;
		padding-left: 24px;
	}

	#plka-nozna,
	#motoryka,
	#bieganie,
	#zapasy,
	#ogolnorozwoj,
	#bambini-kids,
	#trenerzy #platnosci,
	#sponsorzy,
	#coreiva,
	#skontaktuj-sie-z-nami,
	#rejestracja-na-zajecia {
		scroll-margin-top: 80px;
	}
}

/* ===== Minimal scrollbar (dark + lime accent) ===== */

/* Firefox */
html {
	scrollbar-width: thin;
	scrollbar-color: #FFFFFF #0E0E0E;
}

/* Chrome / Edge / Safari */
::-webkit-scrollbar {
	width: 1px;
	height: 1px;
}

::-webkit-scrollbar-track {
	background: #0E0E0E;
}

::-webkit-scrollbar-thumb {
	background: #FFFFFF;
	border-radius: 4px;
}



/* Header
--------------------------------------------- */
.header-main .elementor-icon-list-item a svg path {
	transition: all 0.2s;
}

.header-main .elementor-icon-wrapper {
	display: flex;
}

.header-main .elementor-icon-list-item a:hover svg path {
	stroke: #fff
}

@media (max-width: 767px) {
	.header-main .elementor-icon-list-items {
		display: flex;
		align-items: center;
		gap: 27px;
	}
}

@media (max-width: 650px) {
	.header-main .elementor-icon-list-items {
		justify-content: space-between;
		gap: 5px;
	}
}

/* Footer Styles
--------------------------------------------- */
.footer-menu .elementor-nav-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 48px;
}

/* Form "Main Contact Form" Styles
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

.sa-cf7--contact,
.sa-cf7--contact * {
	box-sizing: border-box;
}

.sa-cf7--contact {
	font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	color: #ffffff;
	width: 100%;
	max-width: 480px;
}

.sa-cf7--contact .sa-cf7__title {
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.1;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin: 0 0 28px 0;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

.sa-cf7--contact .sa-cf7__field,
.sa-cf7--trenerzy .sa-cf7__field {
	margin-bottom: 22px;
}

.sa-cf7--contact .sa-cf7__label,
.sa-cf7--trenerzy .sa-cf7__label {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 8px 0;
}

/* CF7 wraps fields in <span class="wpcf7-form-control-wrap"> */
.sa-cf7--contact .wpcf7-form-control-wrap {
	display: block;
}

/* INPUTS */
.sa-cf7--contact .sa-cf7__input,
.sa-cf7--contact .sa-cf7__textarea,
.sa-cf7--trenerzy .sa-cf7__input,
.sa-cf7--trenerzy .sa-cf7__textarea {
	font-family: 'DM Sans';
	width: 100%;
	background: #B3EC09;
	color: #0E0E0E;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 12px;
	font-size: clamp(0.75rem, 0.7083rem + 0.1852vw, 0.875rem);
	line-height: 1.2;
	outline: none;
	box-shadow: none;
}

.sa-cf7--contact .sa-cf7__textarea {
	resize: vertical;
	padding-top: 14px;

	height: 97px;
	min-height: 97px !important;
	max-height: 800px !important;
}

/* placeholder */
.sa-cf7--contact .sa-cf7__input::placeholder,
.sa-cf7--contact .sa-cf7__textarea::placeholder {
	color: rgb(14 14 14 / 30%);
}

/* focus */
.sa-cf7--contact .sa-cf7__input:focus,
.sa-cf7--contact .sa-cf7__textarea:focus,
.sa-cf7--trenerzy .sa-cf7__input:focus,
.sa-cf7--trenerzy .sa-cf7__textarea:focus {
	border-color: #B3EC09;
	box-shadow: none;
}

/* CHECKBOX ROW */
.sa-cf7--contact .sa-cf7__field--checkbox p,
.sa-cf7--trenerzy .sa-cf7__field--checkbox p {
	display: flex;
	align-items: flex-start;
	align-items: center;
	gap: 12px;
}

.sa-cf7--contact .sa-cf7__field--checkbox .wpcf7-list-item,
.sa-cf7--trenerzy .sa-cf7__field--checkbox .wpcf7-list-item {
	margin: 0;
	display: flex;
}

.sa-cf7--contact .sa-cf7__acceptance,
.sa-cf7--trenerzy .sa-cf7__acceptance {
	margin: 0;
}

.sa-cf7--contact .wpcf7-acceptance input[type="checkbox"],
.sa-cf7--trenerzy .wpcf7-acceptance input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 32px;
	height: 32px;
	border: 2px solid #B3EC09;
	border-radius: 8px;
	background: transparent;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0;
	flex: 0 0 32px;
}

.sa-cf7--contact .wpcf7-acceptance input[type="checkbox"]:checked,
.sa-cf7--trenerzy .wpcf7-acceptance input[type="checkbox"]:checked {
	background: rgba(183, 255, 0, 0.18);
}

.sa-cf7--contact .wpcf7-acceptance input[type="checkbox"]:checked::after,
.sa-cf7--trenerzy .wpcf7-acceptance input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 3px;
	width: 12px;
	height: 16px;
	border: solid #B3EC09;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.sa-cf7--contact .wpcf7-acceptance .wpcf7-list-item-label,
.sa-cf7--trenerzy .wpcf7-acceptance .wpcf7-list-item-label {
	display: none;
}

.sa-cf7--contact .sa-cf7__checkbox-text,
.sa-cf7--trenerzy .sa-cf7__checkbox-text {
	font-size: 14px;
	line-height: 1.35;
	font-weight: 300;
}

/* SUBMIT */
.sa-cf7--contact .sa-cf7__actions,
.sa-cf7--trenerzy .sa-cf7__actions {
	display: flex;
	margin-top: 35px;
	justify-content: center;
}

.sa-cf7__actions p {
	position: relative;
}

.sa-cf7__actions p .wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);

	background-color: transparent;
	opacity: 1;
	border: 0.5px solid #B3EC09;
}

.sa-cf7__actions p .wpcf7-spinner::before {
	background-color: #B3EC09;
}

.sa-cf7__actions input[type="submit"] {
	background-color: transparent;
	color: #B3EC09;
}

.sa-cf7--contact .sa-cf7__submit,
.sa-cf7--trenerzy .sa-cf7__submit {
	background: transparent;
	color: #B3EC09;
	border: 2px solid #B3EC09;
	border-radius: 0;
	padding: 12px 34px;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: transform .15s ease, background .15s ease, color .15s ease;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.sa-cf7--contact .wpcf7-not-valid-tip,
.sa-cf7--trenerzy .wpcf7-not-valid-tip {
	font-size: 12px;
	padding: 2px 4px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #dc3232;
	color: #FFFFFF;
	font-family: 'DM Sans';
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #FFFFFF;
}

/* hover */
.sa-cf7--contact .sa-cf7__submit:hover,
.sa-cf7--trenerzy .sa-cf7__submit:hover {
	background: rgba(183, 255, 0, 0.12);
	transform: translateY(-1px);
}

/* CF7 response messages */
.sa-cf7--contact .wpcf7-response-output,
.sa-cf7--trenerzy .wpcf7-response-output {
	margin: 18px 0 0;
	border-radius: 8px;
	font-size: 14px;
}

@media (max-width: 767px) {

	.sa-cf7--contact {
		max-width: 420px;
	}

	.sa-cf7--trenerzy .sa-cf7__submit,
	.sa-cf7--contact .sa-cf7__submit {
		width: 100%;
	}

	.sa-cf7--contact .sa-cf7__textarea,
	.sa-cf7--trenerzy .sa-cf7__textarea {
		min-height: 85px !important;
		height: 85px;
		padding: 12px;
	}

	.sa-cf7__actions p {
		width: 100%;
	}
}

/* Form "Contact Form Trenerzy" Styles
--------------------------------------------- */

.sa-cf7--trenerzy,
.sa-cf7--trenerzy * {
	box-sizing: border-box;
}

.sa-cf7--trenerzy {
	--sa-lime: #B3EC09;
	--sa-text: #0E0E0E;
	--sa-muted: rgba(14, 14, 14, .55);
	--sa-bg: #ffffff;
	--sa-field-bg: #ffffff;
	--sa-border: 1px solid var(--sa-lime);
	--sa-radius: 8px;
	--sa-pad: 18px;

	font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	color: var(--sa-text);
	width: 100%;
	max-width: 100%;
}

.sa-cf7--trenerzy .sa-cf7__input,
.sa-cf7--trenerzy .sa-cf7__textarea {
	background: transparent;
	border: 2px solid #B3EC09;
	border-radius: 8px;
	padding: 12px;
	width: 100%;
	outline: none;
	box-shadow: none;
}

.sa-cf7--trenerzy .sa-cf7__textarea {
	resize: vertical;
	padding-top: 12px;
	height: 89px;
	min-height: 89px !important;
	max-height: 800px !important;
}

.sa-cf7--trenerzy .sa-cf7__row--2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}

@media(max-width: 767px) {
	.sa-cf7--trenerzy .sa-cf7__row--2col {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

.sa-cf7--trenerzy.is-dd .sa-native-select {
	display: none;
}

.sa-cf7--trenerzy .sa-native-select .sa-cf7__select {
	appearance: none;
	-webkit-appearance: none;
}

/* ===== Custom dropdown (ABSOLUTE) ===== */
.sa-cf7--trenerzy .sa-dd {
	position: relative;
}

.sa-cf7--trenerzy .sa-dd__btn {
	display: flex;
	cursor: pointer;
	text-align: left;
	align-items: center;
	padding: 12px;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	background-color: transparent;
	border: 2px solid var(--sa-lime);
	border-radius: var(--sa-radius);
	transition: border-radius .18s ease;
}

.sa-cf7--trenerzy .sa-dd__value {
	font-size: clamp(0.75rem, 0.7083rem + 0.1852vw, 0.875rem);
	line-height: 1.2;
	font-weight: 300;
	color: var(--sa-text);
}

.sa-cf7--trenerzy .sa-dd__icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	flex: 0 0 18px;
}

.sa-cf7--trenerzy .sa-dd__icon::before {
	content: "";
	position: absolute;
	inset: -5px 0 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-right: 1px solid var(--sa-text);
	border-bottom: 1px solid var(--sa-text);
	transform: rotate(45deg);
	transition: transform .18s ease;
}

@media(max-width: 767px) {
	.sa-cf7--trenerzy .sa-dd__icon::before {
		width: 8px;
		height: 8px;
	}
}

.sa-cf7--trenerzy .sa-dd__list {
	list-style: none;
	margin: 0;
	padding: 0;

	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - 2px);

	background: #fff;
	border: 2px solid var(--sa-lime);
	border-top: 0;
	border-radius: 0 0 var(--sa-radius) var(--sa-radius);
	overflow: auto;
	z-index: 99999;

	max-height: 0;
	opacity: 0;
	transform: translateY(-6px);
	pointer-events: none;

	transition: max-height .22s ease, opacity .18s ease, transform .18s ease;

	scrollbar-gutter: stable both-edges;
	/* modern */
}

.sa-cf7--trenerzy .sa-dd.is-open .sa-dd__list {
	overflow-y: auto;
}

/* open */

.sa-cf7--trenerzy .sa-dd.is-open .sa-dd__icon::before {
	transform: rotate(-135deg);
}

.sa-cf7--trenerzy .sa-dd.is-open .sa-dd__list {
	max-height: 320px;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;

	overflow-y: auto;
	overflow-x: hidden;

	scrollbar-gutter: auto;

}

.sa-cf7--trenerzy .sa-dd__list {
	-ms-overflow-style: none;
	/* IE/old Edge */
	scrollbar-width: none;
	/* Firefox */
	background: rgba(255, 255, 255, .98);

}

.sa-cf7--trenerzy .sa-dd__list::-webkit-scrollbar {
	width: 0;
	height: 0;
}

/* items */
.sa-cf7--trenerzy .sa-dd__item {
	padding: 12px 13px;
	font-size: clamp(0.75rem, 0.7083rem + 0.1852vw, 0.875rem);
	line-height: 1.2;
	background: #fff;
	border-top: 1px solid rgba(179, 236, 9, .55);
	cursor: pointer;
}

.sa-cf7--trenerzy .sa-dd__item:hover {
	background: rgba(179, 236, 9, .10);
}

.sa-cf7--trenerzy .sa-dd__item.is-active {
	display: none;
}

.sa-cf7--trenerzy .sa-cf7__textarea,
.sa-cf7--trenerzy .sa-cf7__input {
	position: relative;
	z-index: 1;
}

.sa-cf7--trenerzy .sa-dd,
.sa-cf7--trenerzy .sa-dd__btn {
	position: relative;
	z-index: 2;
}

/* Submit */
.sa-cf7--trenerzy .sa-cf7__actions {
	margin-top: 22px;
	justify-content: flex-start;
}

.sa-cf7--trenerzy .sa-cf7__actions .sa-cf7__submit {
	background-color: #0E0E0E;
	color: #FFFFFF;
	border: 2px solid #0E0E0E;
	font-size: clamp(1rem, 0.9167rem + 0.3704vw, 1.125rem);
	transition: all 0.2s;
	padding: 12px 20px 12px 20px;
	cursor: pointer;
}

.sa-cf7--trenerzy .sa-cf7__actions .sa-cf7__submit:hover,
.sa-cf7--trenerzy .sa-cf7__actions .sa-cf7__submit:focus {
	background-color: transparent;
	border-color: #0E0E0E;
	color: #0E0E0E;
}

.sa-cf7--trenerzy .sa-cf7__actions p .wpcf7-spinner {
	border: 0.5px solid #0E0E0E;
}

.sa-cf7--trenerzy .sa-cf7__actions p .wpcf7-spinner::before {
	background-color: #0E0E0E;
}

@media(min-width: 768px) {
	.sa-cf7--trenerzy .sa-cf7__actions p .wpcf7-spinner {
		right: -30%;
	}
}


.sa-cf7--trenerzy .sa-dd.is-open .sa-dd__btn,
.sa-cf7--trenerzy .sa-dd__btn:focus,
.sa-cf7--trenerzy .sa-dd__btn:active {
	border-radius: 8px 8px 0 0 !important;
}

.sa-cf7--trenerzy .sa-dd__btn,
.sa-cf7--trenerzy .sa-dd__btn:hover {
	border-radius: 8px !important;
}

.sa-cf7--trenerzy .sa-dd__list,
.sa-cf7--trenerzy .sa-dd.is-open .sa-dd__list {
	border-radius: 0 0 8px 8px !important;
}


/* CF7 messages */

.form--trenerzy .wpcf7 form.invalid .wpcf7-response-output,
.form--trenerzy .wpcf7 form.unaccepted .wpcf7-response-output,
.form--trenerzy .wpcf7 form.payment-required .wpcf7-response-output {
	color: #dc3232;
}

.form--trenerzy .wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

/* ---------------------------------------------  Blocks Styles --------------------------------------------- */
/* Custom Carousel Main
--------------------------------------------- */
@media(max-width: 1620px) and (min-width: 1025px) {
	.custom-carousel-main {
		padding-left: 5.56vw;
	}
}

@media(min-width: 1621px) {
	.custom-carousel-main {
		max-width: 1440px !important;
	}
}

/* Assets Loop Item
--------------------------------------------- */
.assets-loop-item h3,
.assets-loop-item .elementor-widget-text-editor,
.assets-loop-item:hover svg path {
	transition: all 0.3s ease-in-out;
}

.assets-loop-item:hover svg path {
	fill: #B3EC09;
}

.assets-loop-item:hover h3,
.assets-loop-item:hover .elementor-widget-text-editor {
	color: #B3EC09;
}


/* Steps Section
--------------------------------------------- */
@media(min-width: 1600px) {
	.steps>div {
		background-size: 100% auto !important;
	}
}