/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
    --bs-border-color: #c5c5c5;
}

.testimonial {
    background-color: #ffffffbb;
}

#section-news hr {
    margin: 2.5rem 0;
}

.g-recaptcha:has(div) + .alert {
    display: none;
}

#template-contactform-submit {
    display: none;
}

.g-recaptcha:has(div) ~ div > #template-contactform-submit {
    display: inline-block;
}
