/* Contact form banner (banner-cf7) — shared across pages */

.banner-cf7-section {
	padding: 40px 0;
}

.banner-cf7 .wpcf7-form.invalid input[type=mail],
.banner-cf7 .wpcf7-form.invalid input[type=tel],
.banner-cf7 .wpcf7-form.invalid input[type=text] {
	border: 2px solid #ff3939;
}

.banner-cf7 .form-row-wrap {
	position: relative;
}

.banner-cf7-coin {
	position: absolute;
}

.banner-cf7 .form-submit {
	margin-top: 10px;
}

.banner-cf7-form {
	width: 100%;
	max-width: 420px;
}

.banner-cf7 .wpcf7-response-output {
	display: none;
}

.banner-cf7 {
	position: relative;
	overflow: hidden;
	background: #ff8743;
	border-radius: 20px;
	padding: 35px 90px;
}

.banner-cf7-section .soc-icon {
	max-width: 24px;
}

.banner-cf7-form,
.banner-cf7-text {
	position: relative;
	z-index: 5;
}

.banner-cf7-link {
	margin-top: 10px;
	line-height: 20px;
}

.banner-cf7-icons {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
	pointer-events: none;
}

.banner-cf7-icons img {
	display: block;
	max-width: none;
}

.banner-cf7-coin-1 {
	left: 0;
	bottom: 0;
	transform: translate(-28%, 27px);
}

.banner-cf7-coin-2 {
	left: 50%;
	top: 0;
	transform: translate(-50%, -40px);
}

.banner-cf7-coin-3 {
	right: 0;
	bottom: 0;
	transform: translate(40%, 0);
}

.banner-cf7 .form-row .wpcf7-not-valid-tip {
	position: absolute;
	left: 20px;
	top: 0;
	color: #fff;
	font-size: 14px;
	transform: translate(0, -100%);
}

.banner-cf7 .form-submit input[type=submit] {
	min-width: 150px;
	padding: 9px 15px;
}

@media all and (min-width: 480px) {
	.banner-cf7 .form-row input[type=tel] {
		padding: 13px 160px 13px 20px;
	}

	.banner-cf7 .form-submit {
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translate(0, -50%);
		margin-top: 0;
	}
}

@media all and (max-width: 1366px) {
	.banner-cf7 {
		padding: 30px 60px;
	}
}

@media all and (max-width: 921px) {
	.banner-cf7 {
		flex-direction: column;
	}
}

@media all and (max-width: 600px) {
	.banner-cf7 {
		padding: 40px 30px;
		align-items: flex-start;
	}
}

@media all and (max-width: 480px) {
	.banner-cf7-coin-2 {
		display: none;
	}

	.banner-cf7-text .title {
		font-size: 30px;
		line-height: 40px;
	}

	.banner-cf7-section {
		padding: 30px 0;
	}

	.banner-cf7.pink-blur::before {
		top: 50%;
		left: 50%;
		width: 40%;
		height: 25%;
		transform: translate3d(-50%, -50%, 0);
	}

	.banner-cf7-coin-1 {
		transform: translate(-53%, -60%);
	}

	.banner-cf7-coin-3 {
		top: 0;
		bottom: auto;
		transform: translate(40%, 0) rotate(180deg);
	}

	.banner-cf7 .form-submit {
		position: static;
		transform: none;
		width: 100%;
	}

	.banner-cf7 .form-submit input[type=submit] {
		width: 100%;
		min-width: 0;
		max-width: none;
		padding: 14px;
	}
}
