/*
CTC Separate Stylesheet
Updated: 2026-07-21 16:04:17
*/
header{height: auto!important; }
body.single-post h1,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6{
	color: #1b1642 !important;
}
.post-content .row>*{padding: 0;}
.post-content p, .post-content li, .post-content span{color: #111;font-size:16px;line-height:26px;}
.post-content h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.post-content h3 {
   font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 15px;
}
.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;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.blog-post table td {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #282e6752;
}
#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;
	background: var(--secondary) !important;
	color: #fff;
}
#faq .accordion-flush .accordion-collapse {
    border-width: 0;
    background: #fbfbfb;
    border-radius: 4px;
    padding: 0 6px 11px 6px;
}
#faq .accordion-flush .accordion-collapse .accordion-body {
    line-height: 1.8;
}
.single-blog-posts h2.card-title a {
    color: #1b1642 !important;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.single-blog-posts .card-text{
	color: #181616 !important;
    font-weight: 400;
    font-size: 14px;
}
.cust-rotate:before {
    transform: rotate(
180deg);
    float: right;
}
.footer-menu-col a {
    color: #adb5bd; /* Bootstrap text-secondary color */
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    font-size: 0.95rem;
}

.footer-menu-col a:hover {
    color: #ffffff;
    text-decoration: none;
}