/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2025 | 09:03:57 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	 font-family: "Montserrat", serif;
}
.custom__contact--form input,
.custom__contact--form textarea{
	width: 100%;
}
.custom__contact--form input {
	height: 40px;
}

.home h2,
.accent__text{
	color: #000;
}
.home h2 {
	margin-top: 2em!important;
}
.home h3 {
	margin-top: 1.5em!important;
}

.home .wp-site-blocks {
/*     background: radial-gradient(circle, #2B9D90 0%, #fff 100%); */
	    background: linear-gradient(228deg, #00000030 0%, #fff 20%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 240%;

}
.accent__icon--style li::marker,
li.accent__icon--style::marker{
	    color: #000;
    font-size: 33px;
/*     line-height: 33px; */
}

.home__toc {
	position: sticky;
    top: 60px;
    max-height: 90vh;
    overflow-y: auto;

}
.home__toc ul {
	padding-left: 0;
	margin: 0;
}
.home__toc h3 {
	display: none;
}
.home__toc li {
	background: #f2f2f2;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
	border-left: 5px solid #f2f2f2;
/* 	box-shadow: 10px 4px 10px #f2f2f2; */
}
.home__toc li:hover {
	border-left: 5px solid #000;
}
.home__toc li::marker {
	content: none;
}
.home__toc li a {
	text-decoration: none;
}
.home__toc li:has(a.active) {
    border-left: 5px solid #000; 
    padding-left: 10px; /* Adjust spacing to align text properly */
    transition: border 0.1s ease-in-out;
}
.single-post h1 {
	font-weight: 700!important;
}
.single-post img {
	border-radius: 12px;
}

.wp-block-navigation-item__label {
	font-weight: 600 !important;
}