/**
* Service/Contact Page Template Styles
*/

/* Contact form styles */
.wpcf7-form label {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.wpcf7-form label.col6 {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.wpcf7-form label.col12 {
	width: 100%;
}

.wpcf7-form .wpcf7-form-control {
	width: 100%;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color: transparent;
	color: #fff;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-select {
	margin-top: 5px;
}

.wpcf7-form .wpcf7-submit {
	background-color: #c8102e;
	color: white;
	border: none;
	text-transform: uppercase;
	padding: 12px 24px;
	cursor: pointer;
	transition: background-color 0.3s;
	width: auto;
}

.wpcf7-form .wpcf7-submit:hover {
	background-color: #a00d24;
}

.wpcf7-form .wpcf7-checkbox input,
.wpcf7-form .wpcf7-radio input,
.wpcf7-form .wpcf7-acceptance input {
	width: auto;
	margin-right: 5px;
}

.text_check_privacy {
	color: #fff;
	font-size: 14px;
}

.text_check_privacy a {
	color: #c8102e;
	text-decoration: none;
}

.my-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Contact Page Header */
#kupper-contact-header {
	position: relative;
	background-color: #000;
	color: #fff;
	height: 615px;
}

#kupper-contact-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.5;
	z-index: 0;
}

#kupper-contact-header .et_pb_row {
	position: relative;
	z-index: 1;
}

/* Contact Forms Section */
#kupper-contact-forms {
	background-color: #000;
	color: #fff;
	padding: 60px 0;
}

#kupper-contact-forms h3 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 300;
}


.wpcf7-form label.col6 {
	width: 48%;
	float: right !important;
	margin-right: 0px !important;
}

.wpcf7-form .wpcf7-form-control {
	width: 100%;
	padding: 0px;
	border: 0px solid rgba(255, 255, 255, 0.2);
	background-color: transparent;
	color: #fff;
	text-align: right !important;
	direction: rtl !important;
}

.wpcf7-form .wpcf7-submit {
	background-color: #c8102e;
	color: white;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s;
	width: fit-content;
	display: flex;
	align-items: center;
	padding: 0px 15px;
	cursor: pointer !important;!i;!;!u;!;!u;!u=;!u=
	y;!u=;!u;!;
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
	.wpcf7-form label.col6 {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	#kupper-contact-header .et_pb_text_0 {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}

	#kupper-contact-forms {
		padding: 40px 0;
	}

	#kupper-contact-header::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-size: cover;
		background-position: center;
		opacity: 0.9;
		z-index: 0;
	}
	.contact-forms {
		display: flex !important;
		flex-direction: column-reverse !important;
	}
	
	#kupper-contact-forms .et_pb_row_2 {
		display: none;
	}

}