body.page-contact { background: var(--pale); }
.contact-hero-section { padding-top: 150px; padding-bottom: 80px; background: var(--pale); min-height: 100dvh; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }
.contact-info { padding: 20px 0; }
.contact-info h2 { margin-bottom: 20px; }
.contact-info > p { color: #666; margin-bottom: 40px; line-height: 1.8; }
.contact-item { margin-bottom: 20px; }
.contact-item b { display: block; font-size: 18px; margin-bottom: 5px; }
.contact-item span { color: #666; }
.form-wrapper.styled-form { background: #fff; border-radius: 20px; padding: 40px; color: #333; box-shadow: var(--shadow); }
.ninja-form-placeholder { 
	color: #0a807d; 
	font-size: 18px; 
	border: 2px dashed #ccc; 
	padding:25px; 
	border-radius: 10px; 
	margin: 0; 
}
#top #wrap_all .ninja-form-placeholder .field-wrap{
    background-color: transparent;
}
#top #wrap_all .nf-form-cont .nf-form-fields-required {
    padding: 0 0 20px 5px;
}