/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 07 2026 | 06:07:11 */
.perimattic_header_menu {
	display: flex;
	gap: 30px;
}

.perimattic_header_menu .menu_item_main a {
	font-family: "Inter Tight", sans-serif !important;
    font-weight: 500;
	color: #333030;
    font-size: 1rem;
    line-height: 1.25rem;
	text-decoration: none !important;
	outline: none !important;
	border: none !important;
}

.perimattic_header_menu .menu_item_main a:hover {
	color: #010ED0;
}

#popmake-333 {
	padding: 10px 20px;	
}

.popup_form_headings h4 {
	font-family: "Inter Tight", sans-serif;
	margin-bottom: 2px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #333030;
}

.popup_form_headings p, .has-text-align-center {
	margin-top: 4px;
	color: #525760;
	font-size: .875rem;
	font-family: "Inter Tight", sans-serif !important;
    font-weight: 500;
    line-height: 1.25rem;
}

.has-text-align-center {
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 30px;
	border-top: 1px solid #e9eaec;
}

.header_btns {
	margin-top: -6px !important;
	display: flex;
	gap: 15px;
}

.header_btn_one a {
	font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
	color: #333030;
	background: transparent;
	padding: 10px 25px;
	text-decoration: none !important;
	outline: none !important;
	border: 1px solid #e5e7eb;
	border-radius: .375rem;
}

.header_btn_two a {
	font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
	color: #fff;
	background: #010ED0;
	padding: 10px 25px;
	border-radius: .375rem;
	text-decoration: none !important;
	outline: none !important;
	border: none !important;
}

.header_btn_two a:hover {
	background: #242627;
}

header, footer {
	background-color: #EFF6FF;
}

.footer_menu_custom h4 {
	margin-bottom: 20px !important;
	font-family: "Inter Tight", sans-serif;
	margin-bottom: 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: #333030;
}

.footer_menu_custom p {
	margin-top: 0;
	margin-bottom: 2px;
}

.footer_menu_custom p a {
	text-decoration: none !important;
	outline: none !important;
	border: none !important;
	color: #525760;
	font-size: 1rem;
	font-family: "Inter Tight", sans-serif !important;
    font-weight: 500;
    line-height: 1.25rem;
}

.footer_menu_custom a:hover {
	color: #010ED0;
}

.wp-block-navigation-item a {
	text-decoration: none !important;
	outline: none !important;
	border: none !important;
}

.wp-block-navigation-item a:hover {
	color: #010ED0;
}

@media only screen and (max-device-width: 768px) {
	
	.wp-container-core-group-is-layout-8165f36a {
		flex-direction: column;
	}
	
}