/* =========================================================================
   Contact page — hero, info panel + form, map. Colours from Elementor globals.
   ========================================================================= */

/* ---------------- HERO ---------------- */
#vz-ct-hero { position: relative; overflow: hidden; }
#vz-ct-hero .elementor-container { position: relative; z-index: 2; }
#vz-ct-hero::after {
	content: "\f57d"; font-family: "Font Awesome 6 Free"; font-weight: 900;
	position: absolute; right: -40px; top: 50%; transform: translateY(-50%);
	font-size: 320px; line-height: 1; color: rgba(255, 255, 255, .06); pointer-events: none; z-index: 1;
}

/* ---------------- INFO PANEL ---------------- */
.vz-ct-info {
	background: var(--e-global-color-secondary); color: #fff; border-radius: 16px;
	padding: 44px 36px; height: 100%; position: relative; overflow: hidden;
}
.vz-ct-info h3 { color: #fff; font-size: 24px; font-weight: 700; margin: 0 0 10px; }
.vz-ct-info > p { color: rgba(255, 255, 255, .8); font-size: 14.5px; line-height: 1.7; margin: 0 0 26px; }
.vz-ct-item { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.vz-ct-item .ic {
	flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%;
	background: var(--e-global-color-primary); color: #fff;
	display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.vz-ct-item .txt small { display: block; opacity: .7; font-size: 12px; margin-bottom: 2px; }
.vz-ct-item .txt b, .vz-ct-item .txt a { color: #fff; font-size: 15.5px; font-weight: 600; text-decoration: none; }
.vz-ct-social { display: flex; gap: 12px; margin-top: 28px; }
.vz-ct-social a {
	width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff;
	display: flex; align-items: center; justify-content: center; transition: background .2s ease;
}
.vz-ct-social a:hover { background: var(--e-global-color-primary); }

/* ---------------- FORM ---------------- */
/* form column becomes a white card */
#vz-ct-main .elementor-column:last-child > .elementor-widget-wrap {
	background: #fff; border: 1px solid #eef1f7; border-radius: 16px;
	box-shadow: 0 16px 40px rgba(18, 48, 107, .06); padding: 40px 36px !important;
}
.vz-contact-form .vz-row { display: flex; gap: 18px; }
.vz-contact-form .vz-field { flex: 1 1 auto; margin-bottom: 18px; min-width: 0; }
.vz-contact-form input, .vz-contact-form textarea {
	width: 100%; box-sizing: border-box; border: 1px solid #e3e8f0; border-radius: 10px;
	padding: 14px 16px; font-size: 15px; font-family: 'Poppins', sans-serif; color: #333;
	background: #fff; transition: border-color .2s ease;
}
.vz-contact-form input:focus, .vz-contact-form textarea:focus {
	outline: none; border-color: var(--e-global-color-primary);
}
.vz-contact-form textarea { resize: vertical; }
.vz-contact-form .vz-hp { display: none !important; }
.vz-contact-form .vz-submit {
	display: inline-flex; align-items: center; gap: 10px; margin-top: 4px;
	background: var(--e-global-color-primary); color: #fff; border: 0; border-radius: 10px;
	padding: 15px 32px; font-size: 15px; font-weight: 600; font-family: 'Poppins', sans-serif; cursor: pointer;
	transition: filter .2s ease;
}
.vz-contact-form .vz-submit:hover { filter: brightness(.92); }

.vz-form-notice {
	display: flex; align-items: center; gap: 12px; padding: 15px 20px; border-radius: 10px;
	margin-bottom: 24px; font-size: 14.5px; line-height: 1.5;
}
.vz-form-notice i { font-size: 20px; flex: 0 0 auto; }
.vz-form-success { background: #e8f7ee; color: #1b7a43; border: 1px solid #b7e3c6; }
.vz-form-error { background: #fdecec; color: #b3261e; border: 1px solid #f5c2c0; }

/* ---------------- MAP ---------------- */
.vz-ct-map-embed iframe { width: 100%; height: 420px; border: 0; display: block; }

@media (max-width: 767px) {
	#vz-ct-main .elementor-column, #vz-ct-hero .elementor-column { width: 100% !important; }
	.vz-contact-form .vz-row { flex-direction: column; gap: 0; }
}
