body.contact_page {
	background: #f5f8fc;
}

.contact_page .center_contact {
	position: relative;
	overflow: hidden;
	background-image:
		linear-gradient(90deg, rgba(9, 9, 9, 0.92) 0%, rgba(9, 9, 9, 0.72) 52%, rgba(9, 9, 9, 0.38) 100%),
		url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646916/studio_xdblsz.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 320px;
	display: flex;
	align-items: flex-end;
	color: #fff;
}

.contact_page .center_contact .center_m {
	position: relative;
	z-index: 1;
	width: 100%;
}

.contact_page .center_contact .center_o1 {
	justify-content: flex-start;
}

.contact_page .center_contact .center_o1 .col-md-12 {
	text-align: left;
}

.contact_page .center_contact h1 {
	display: block;
	padding: 16px 22px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.20);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(8px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	letter-spacing: 0.01em;
	width: fit-content;
	margin-left: 0;
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1.08;
	font-weight: 800;
}

.contact_page .center_contact h6 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
	margin-left: 0;
}

.contact_page .contact_hero_text {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.84);
	line-height: 1.8;
	font-size: 1rem;
}

.contact_page .contact_hero_panel,
.contact_page .contact_card,
.contact_page .form_card,
.contact_page .contact_cta_box {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 24px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.contact_page .contact_hero_panel {
	padding: 14px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.contact_page .contact_hero_panel img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 22px;
	display: block;
}

.contact_page .contact_hero_stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.contact_page .contact_stat_chip {
	padding: 12px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.10);
}

.contact_page .contact_stat_chip strong {
	display: block;
	font-size: 1rem;
	line-height: 1.1;
}

.contact_page .contact_stat_chip span {
	display: block;
	margin-top: 4px;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.72);
}

.contact_page .contact_card,
.contact_page .form_card {
	height: 100%;
	padding: 24px;
}

.contact_page .contact_item {
	padding: 16px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.contact_page .contact_item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.contact_page .contact_icon {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(209, 0, 0, 0.1);
	color: var(--yellow);
	font-size: 1.2rem;
}

.contact_page .form_card .form-control,
.contact_page .form_card .form-select {
	border-radius: 14px;
	padding: 13px 14px;
	border: 1px solid rgba(15, 23, 42, 0.14);
	background: #ffffff;
	color: #0f172a;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact_page .enquiry_form .form_label {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #334155;
}

.contact_page .enquiry_form .form-control::placeholder,
.contact_page .enquiry_form .form-select {
	color: #64748b;
}

.contact_page .enquiry_form .form-control:focus,
.contact_page .enquiry_form .form-select:focus {
	border-color: rgba(209, 0, 0, 0.55);
	background: #fff;
	box-shadow: 0 0 0 0.2rem rgba(209, 0, 0, 0.12);
}

.contact_page .enquiry_form textarea.form-control {
	min-height: 140px;
	resize: vertical;
}

.contact_page .contact_form_actions .btn {
	min-height: 52px;
	padding-inline: 26px;
	font-weight: 700;
}

.contact_page .contact_form_actions .btn-dark {
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.contact_page .verification_box {
	padding: 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(209, 0, 0, 0.04), rgba(209, 0, 0, 0.02));
	border: 1px solid rgba(209, 0, 0, 0.14);
}

.contact_page .verification_copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-bottom: 12px;
}

.contact_page .verification_copy strong {
	font-size: 0.96rem;
	color: #0f172a;
}

.contact_page .verification_copy span {
	font-size: 0.9rem;
	color: #475569;
}

.contact_page .verification_hint {
	display: block;
	margin-top: 8px;
	font-size: 0.82rem;
	color: #64748b;
}

.contact_page .verification_feedback {
	display: block;
	margin-top: 10px;
	font-size: 0.82rem;
	font-weight: 600;
	color: #0f172a;
}

.contact_page .verification_box.is-verified .verification_feedback {
	color: #0f7a3b;
}

.contact_page .contact_cta_box {
	padding: 42px 28px;
	background: linear-gradient(135deg, rgba(11, 11, 11, 0.96) 0%, rgba(34, 34, 34, 0.96) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #fff;
}

@media screen and (max-width: 991px) {
	.contact_page .center_contact {
		min-height: 280px;
	}

	.contact_page .contact_hero_panel img {
		height: 300px;
	}

	.contact_page .contact_hero_stats {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	.contact_page .center_contact {
		padding-top: 0;
	}

	.contact_page .form_card {
		padding: 20px;
	}

	.contact_page .contact_form_actions .btn {
		width: 100%;
		justify-content: center;
	}

	.contact_page .verification_box {
		padding: 14px;
	}

	.contact_page .contact_cta_box {
		padding: 24px;
	}
}