/*
Theme Name: Egovt Child
Version: 1.0.0
Description: A child theme of Egovt Theme for GEMI
Text Domain: egovt
Template: egovt
*/

.ag_title_emphasize::after {
	background: url('/wp-content/uploads/2025/11/ac_underline.png') no-repeat 50%;
	background-size: auto;
	background-size: auto;
	background-size: 100% 100%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 90%;
	width: 100%;
}

.footer_col p{ margin: 0;}

.wp-singular.page-template{ padding-bottom: 0 !important;}

#scrollUp{ background-color: #bbc023 !important;}

.wp-contact-form-main *{
	font-family: "Geologica", sans-serif;
	font-weight: 300 !important;
}

#notification-6069{ width: fit-content !important;}

.wpcf7-form *{ width: 100% !important;}
.wpcf7-form{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
}

.wpcf7-form p:nth-child(6) {
    grid-column: 1 / -1 !important;
}