#bc-page-scope .filter-btn.touch-active {
	background: var(--accent) !important;
	color: #fff !important;
	border-color: var(--accent) !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 2px 8px rgba(34, 177, 76, .3) !important;
}

#bc-page-scope .branchen-card.fade-in-card {
	animation: slideInUp .4s cubic-bezier(.4, 0, .2, 1) forwards !important;
	will-change: transform, opacity !important;
}

#bc-page-scope .branchen-card.fade-in-card:nth-child(1) {
	animation-delay: 0ms !important;
}

#bc-page-scope .branchen-card.fade-in-card:nth-child(2) {
	animation-delay: 50ms !important;
}

#bc-page-scope .branchen-card.fade-in-card:nth-child(3) {
	animation-delay: 100ms !important;
}

#bc-page-scope .branchen-card.fade-in-card:nth-child(4) {
	animation-delay: 150ms !important;
}

#bc-page-scope .branchen-card.fade-in-card:nth-child(5) {
	animation-delay: 200ms !important;
}

#bc-page-scope .branchen-card.fade-in-card:nth-child(6) {
	animation-delay: 250ms !important;
}

#bc-page-scope .filter-buttons.loading .filter-btn {
	pointer-events: none !important;
	opacity: .7 !important;
}

#bc-page-scope .section-title h2 {
	color: #212529 !important;
}

#bc-page-scope .scroll-top {
	position: fixed !important;
	bottom: 30px !important;
	right: 30px !important;
	background: #22b14c !important;
	color: #fff !important;
	width: 50px !important;
	height: 50px !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	opacity: 0 !important;
	transition: all .3s ease !important;
	z-index: 1000 !important;
	text-decoration: none !important;
	font-size: 20px !important;
}

#bc-page-scope .scroll-top.visible {
	opacity: 1 !important;
}

#bc-page-scope .scroll-top:hover {
	background: #1a8f3a !important;
	transform: translateY(-3px) !important;
}

@media (prefers-contrast: high) {}

@media (prefers-reduced-motion: reduce) {}

#bc-page-scope .fade-in {
	opacity: 0 !important;
	transform: translateY(30px) !important;
	transition: all .6s ease !important;
}

#bc-page-scope .fade-in.visible {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

#bc-page-scope .fade-in-card {
	animation: fadeInUp .6s ease forwards !important;
}

#bc-page-scope .success-header h4 {
	color: var(--accent) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	margin: 0 !important;
}

.contact-form-card .cf7-branchen-form {
	background: transparent !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

.contact-form-card .cf7-branchen-form h3 {
	color: var(--accent) !important;
	margin-bottom: 25px !important;
	font-size: 24px !important;
	text-align: center !important;
	border-bottom: 2px solid var(--accent) !important;
	padding-bottom: 15px !important;
}

.contact-form-card .wpcf7 form {
	display: flex !important;
	flex-direction: column !important;
	gap: 20px !important;
}

.contact-form-card .wpcf7 label {
	display: block !important;
	margin-bottom: 20px !important;
	font-weight: 600 !important;
	color: #333 !important;
	font-size: 16px !important;
}

.contact-form-card .wpcf7 input[type="text"], .contact-form-card .wpcf7 input[type="email"], .contact-form-card .wpcf7 input[type="tel"], .contact-form-card .wpcf7 input[type="url"], .contact-form-card .wpcf7 select, .contact-form-card .wpcf7 textarea {
	width: 100% !important;
	padding: 15px !important;
	border: 2px solid #ddd !important;
	border-radius: 8px !important;
	font-size: 16px !important;
	background: #fff !important;
	box-sizing: border-box !important;
	margin-top: 8px !important;
	transition: all .3s ease !important;
	font-family: "Arial", sans-serif !important;
}

.contact-form-card .wpcf7 input:focus, .contact-form-card .wpcf7 select:focus, .contact-form-card .wpcf7 textarea:focus {
	outline: 0 !important;
	border-color: #22b14c !important;
	box-shadow: 0 0 0 3px rgba(34, 177, 76, .15) !important;
	background: #f9fff9 !important;
}

.contact-form-card .wpcf7 select {
	cursor: pointer !important;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322B14C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: right 12px center !important;
	background-size: 16px !important;
	padding-right: 40px !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

.contact-form-card .wpcf7 textarea {
	min-height: 120px !important;
	resize: vertical !important;
	line-height: 1.5 !important;
}

.contact-form-card .wpcf7-submit {
	background: #ffc107 !important;
	color: #333 !important;
	border: 0 !important;
	border-radius: 10px !important;
	padding: 16px 32px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	box-shadow: 0 8px 24px rgba(255, 193, 7, .25) !important;
	font-size: 16px !important;
	transition: all .3s ease !important;
	min-width: 250px !important;
	font-family: "Arial", sans-serif !important;
	margin: 20px auto !important;
	display: block !important;
}

.contact-form-card .wpcf7-submit:hover {
	background: #e0a800 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 12px 32px rgba(255, 193, 7, .35) !important;
}

.contact-form-card .wpcf7-mail-sent-ok {
	border: 2px solid #22b14c !important;
	background: #eaf7ef !important;
	color: #1b7f37 !important;
	padding: 15px !important;
	border-radius: 8px !important;
	margin: 20px 0 !important;
	text-align: center !important;
	font-weight: 600 !important;
}

.contact-form-card .wpcf7-validation-errors {
	border: 2px solid #dc3545 !important;
	background: #fdecea !important;
	color: #8a1c13 !important;
	padding: 15px !important;
	border-radius: 8px !important;
	margin: 20px 0 !important;
	text-align: center !important;
	font-weight: 600 !important;
}

.contact-form-card .wpcf7-not-valid-tip {
	color: #dc3545 !important;
	font-size: 12px !important;
	margin-top: 5px !important;
	display: block !important;
	font-weight: 600 !important;
}

.contact-form-card .wpcf7-spinner {
	display: none !important;
}

.contact-form-card .wpcf7-quiz {
	max-width: 100px !important;
	display: inline-block !important;
	margin-left: 10px !important;
}

.contact-form-card .cf7-accept {
	display: flex !important;
	align-items: flex-start !important;
	gap: 10px !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	margin: 25px 0 !important;
	padding: 15px !important;
	background: #fff8e1 !important;
	border: 1px solid #ffc107 !important;
	border-radius: 8px !important;
}

.contact-form-card .cf7-accept input[type="checkbox"] {
	width: auto !important;
	margin: 0 !important;
	margin-top: 2px !important;
	flex-shrink: 0 !important;
	padding: 0 !important;
}

.contact-form-card .cf7-accept a {
	color: #22b14c !important;
	text-decoration: underline !important;
	font-weight: 600 !important;
}

.contact-form-card .cf7-accept a:hover {
	color: #1a8f3a !important;
	text-decoration: none !important;
}

.contact-form-card .wpcf7 input[type="url"] {
	font-family: monospace !important;
	font-size: 14px !important;
}

#bc-page-scope .form-note {
	font-size: 14px !important;
	color: #666 !important;
	text-align: center !important;
	margin-top: 15px !important;
	font-style: italic !important;
}

@media (max-width: 1200px) {}

@media (max-width: 768px) {}

@media (max-width: 480px) {}

@supports not (display: grid) {}

@supports (-ms-ime-align: auto) {}

@supports (scroll-behavior: smooth) {}

@supports not (--css: variables) {}