/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2026 | 07:55:09 */
#contact2 .wpcf7 textarea {
	min-height: 200px;
	height: 240px;
}

#contact2 .wpcf7-acceptance .wpcf7-list-item {
	margin: 0 !important;
}

#contact2 .wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
	opacity: 0.2;
	pointer-events: none;
}

#contact2 .wpcf7 .wpcf7-submit {
	opacity: 1;
}

#contact2 .wpcf7-response-output {
	margin: 0 !important;
	color: #080808;
}

#contact2 .my_form {
	font-family: "Montserrat", Sans-serif;
}

#contact2 .form-privacy-policy-text {
	padding-top: 4px;
	color: #FFF;
}

#contact2 .wpcf7-acceptance span.wpcf7-list-item-label {
	position: relative;
	padding-left: 10px;
	padding-top: 9px;
	line-height: 1.2;
}

#contact2 .my_form select,
#contact2 .my_form select option {
	font-family: "Montserrat", Sans-serif;
}

#contact2 .my_form select option {
	color: var(--purple) !important;
}

#contact2 .wpcf7 label,
#contact2 .wpcf7-quiz-label {
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	color: #840A13;
}

#contact2 .my_form button,
#contact2 [type="submit"],
#contact2 [type="button"] {
	width: 240px;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	color: #840A13;
	text-align: center;
	white-space: nowrap;
	user-select: none;
	background-color: transparent;
	border: 1px solid #840A13;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: all 0.3s;
}

@media only screen and (max-width: 1024px) {
	#contact2 .my_form button,
	#contact2 [type="submit"],
	#contact2 [type="button"] {
		width: 100%;
		display: inline-block;
		font-weight: 400;
		text-transform: uppercase;
		color: #840A13;
		text-align: center;
		white-space: nowrap;
		user-select: none;
		background-color: transparent;
		border: 1px solid #840A13;
		padding: 0.5rem 1rem;
		font-size: 1rem;
		border-radius: 3px;
		transition: all 0.3s;
	}
}

#contact2 .my_form button:hover,
#contact2 .my_form button:focus,
#contact2 [type="submit"]:hover,
#contact2 [type="submit"]:focus,
#contact2 [type="button"]:hover,
#contact2 [type="button"]:focus {
	color: #ffffff;
	background-color: var(--yellow);
	text-decoration: none;
}

#contact2 .my_form label {
	display: block;
	margin-bottom: -12px;
	font-weight: 500;
}

/* Input, select és textarea alap stílus */
#contact2 .my_form input[type="text"],
#contact2 .my_form input[type="email"],
#contact2 .my_form select,
#contact2 .my_form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #840A13;
	border-radius: 0;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.1);
	color: #840A13;
	transition: background-color 0.3s ease;
}

/* Aktív mező – kattintáskor világosabb háttér */
#contact2 .my_form input[type="text"]:focus,
#contact2 .my_form input[type="email"]:focus,
#contact2 .my_form select:focus,
#contact2 .my_form textarea:focus {
	background-color: rgba(255, 255, 255, 0.3);
	outline: none;
}

/* Select nyíl */
#contact2 .my_form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px;

	color: #FFF;
}

#contact2 .my_form .acceptance-container {
	display: flex;
	position: relative;
	align-items: center;
	gap: 55px;
	margin: 10px 0;
	margin-top: 12px;
	margin-bottom: 12px;
}

#contact2 .my_form .acceptance-container input[type="checkbox"] {
	min-width: 40px;
	appearance: none;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	border: 2px solid #840A13;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative !important;
}

#contact2 .my_form .acceptance-container input[type="checkbox"]:checked::before {
	content: '';
	width: 30px;
	height: 30px;
	background-color: #840A13;
	border-radius: 50%;
	position: absolute;
}

#contact2 .my_form .acceptance-container label {
	margin-bottom: 0;
	display: flex;
}

#contact2 .form-privacy-policy-input {
	position: absolute !important;
	left: 0;
	top: 0;
}