/*
CTC Separate Stylesheet
Updated: 2026-07-21 16:04:17
*/
header{height: auto!important; }
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6{
	color: #1b1642;
}
.post-content .row>*{padding: 0;}
.post-content p, .post-content li, .post-content span{color: #111;font-size:16px;}
.post-content h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.post-content h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.post-content p{
margin-bottom: 1rem;
	}
.dark-bg.pattern-white-bg {
    padding: 15px;
    clip-path: border-box;
    font-size: 19px;
	margin: 15px 0;
    text-align: center;
}
.blog-post .post-content ul {
    padding: 0;
}
.blog-post .post-content ul li {
    padding: 0;
    list-style: lower-roman;
    padding-left: 5px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.blog-post .post-content ul li h4 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
}
body.wp-singular .home-software .top-bar {
    margin-bottom: 0;
}
.blog-post table{
    border: 1px solid #282e67;
}
.blog-post hr {
    height: 2px;
    opacity: 1;
    border-color: #0f175f;
    width: 100%;
    margin: 0 auto;
    border-style: dashed;
}
.blog-post table th {
    background-color: #282e67 !important;
    color: #fff !important;
}
#faq h2 {
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    color: #282e67;
}
#faq .theme-accordian .accordion-flush .accordion-item .accordion-button{
	font-size: 1.3rem;
}
#faq .accordion-flush .accordion-collapse {
    border-width: 0;
    background: #f6f6f6;
    border-radius: 4px;
    padding: 0 6px 11px 6px;
}