body.page-template-page-contact,
body.page-template-page-contact .site,
body.page-template-page-contact .site-content,
body.page-template-page-contact .content-area,
body.page-template-page-contact .site-main {
	background: #ffffff;
}

.ctc-contact-page {
	padding: 0 0 72px;
	background: #ffffff;
}

.ctc-contact-hero {
	position: relative;
	padding: 48px 0 34px;
	background:
		url("https://cutethingcorner.com/wp-content/uploads/2024/06/Background-header.png") center top / cover no-repeat,
		#dff2f6;
	border-bottom: 1px solid #b8dce8;
	text-align: center;
}

.ctc-contact-hero__eyebrow {
	margin: 0 0 6px;
	color: #116ea6;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 0.95rem;
}

.ctc-contact-hero__title {
	margin: 0;
	color: #116ea6;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.02;
}

.ctc-contact-hero__art {
	margin-top: 10px;
}

.ctc-contact-hero__art img {
	display: block;
	width: min(100%, 120px);
	height: auto;
	margin: 0 auto;
}

.ctc-contact-form-section {
	padding: 42px 0 0;
}

.ctc-contact-form-card {
	position: relative;
	padding: 34px 28px 48px;
	border-radius: 32px;
	background:
		url("https://cutethingcorner.com/wp-content/uploads/2024/06/Group-8.png") center 28px / calc(100% - 72px) auto no-repeat,
		#ffffff;
	border: 1px solid #b8dce8;
	box-shadow: 0 18px 42px rgba(17, 110, 166, 0.08);
	overflow: hidden;
}


.ctc-contact-form-card__intro {
	display: block;
	margin-bottom: 24px;
	text-align: center;
}

.ctc-contact-form-card__copy {
	text-align: center;
}

.ctc-contact-form-card__eyebrow {
	margin: 0;
	color: #116ea6;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 1rem;
}

.ctc-contact-form-wrap {
	width: min(100%, 450px);
	max-width: 450px;
	margin-left: 300px;
	margin-right: 100px;
	padding: 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #b8dce8;
	backdrop-filter: blur(2px);
	box-shadow: 0 18px 42px rgba(17, 110, 166, 0.08);
}



.ctc-contact-notice {
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: 16px;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 0.95rem;
}

.ctc-contact-notice--success {
	background: #eaf8ee;
	color: #216738;
	border: 1px solid #b8e0c2;
}

.ctc-contact-notice--error {
	background: #fff0f0;
	color: #9b2f2f;
	border: 1px solid #efc1c1;
}

.ctc-contact-form {
	display: grid;
	gap: 14px;
}

.ctc-contact-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.ctc-contact-form__field {
	display: grid;
	gap: 8px;
}

.ctc-contact-form__field label {
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 0.92rem;
	color: #116ea6;
}

.ctc-contact-form input,
.ctc-contact-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #b8dce8;
	border-radius: 999px;
	background: #fff;
	color: #496771;
	font-size: 1rem;
}

.ctc-contact-form textarea {
	border-radius: 24px;
	resize: vertical;
	min-height: 150px;
}

.ctc-contact-form input:focus,
.ctc-contact-form textarea:focus {
	outline: none;
	border-color: #116ea6;
	box-shadow: 0 0 0 3px rgba(17, 110, 166, 0.12);
}

.ctc-contact-form__actions {
	display: flex;
	justify-content: center;
	padding-top: 4px;
}

.ctc-contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border: 1px solid #116ea6;
	border-radius: 999px;
	background: #116ea6;
	color: #fff;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 0.98rem;
	cursor: pointer;
	transition: all 0.2s ease;
}

.ctc-contact-form__submit:hover,
.ctc-contact-form__submit:focus {
	opacity: 0.92;
}

.ctc-contact-form__field--honeypot {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 767px) {
	.ctc-contact-page {
		padding-bottom: 56px;
	}

	.ctc-contact-hero {
		padding: 34px 0 24px;
	}

	.ctc-contact-hero__title {
		font-size: clamp(1.7rem, 8vw, 2.4rem);
	}

	.ctc-contact-hero__art img {
		width: min(100%, 88px);
	}

	.ctc-contact-form-section {
		padding-top: 24px;
	}

	.ctc-contact-form-card {
		padding: 22px 18px 28px;
		border-radius: 24px;
		background:
			url("https://cutethingcorner.com/wp-content/uploads/2024/06/Group-8.png") center top / cover no-repeat,
			#ffffff;
	}

	.ctc-contact-form-card__intro {
		margin-bottom: 18px;
	}

	.ctc-contact-form-wrap {
		width: 100%;
		max-width: none;
		margin: 0 auto;
		transform: none;
	}

	.ctc-contact-form__row {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ctc-contact-form input,
	.ctc-contact-form textarea {
		font-size: 0.98rem;
	}

	.ctc-contact-form__submit {
		width: 100%;
	}
}
