/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2025 | 20:34:31 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.header-section{
	display: none !important;
}

.call-for-help-button{
	gap: 10px;
}

.nfd-btn-wide>.wp-block-button__link:not([style*=padding]){
	padding: 10px !important;
}

.sticky-header{
	position: sticky;
    top: 0;
    z-index: 1000;
}

.testimonials-grid{
	
}

.blog-section{
	display: none;
}

.contact-list{
	gap: 40px;
}

.footer-cta{
	display: none !important;
}

.w-100{
	width: 100%;
}

.p-with-link a{
	color: #c1c1ff;
}

.p-with-link a:hover{
	color: #6262ff;
}