body {
padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
margin: 50px 0;
}

/* Default hyperlink styling */
a {
  color: #0C41DF;
}
a:hover, a:focus {
  color: #083696;
  text-decoration: underline;
}
a:visited {
  color: #0C41DF;
}

/* Fix for button text turning blue after clicking */
.btn,
.btn:visited,
.btn:link,
.btn:hover,
.btn:focus,
.btn:active {
    color: white !important;
    text-decoration: none;
}

.btn-default,
.btn-default:visited,
.btn-default:link,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #333 !important;
    text-decoration: none;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:link,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: white !important;
    background-color: #0C41DF;
    border-color: #0C41DF;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #083696 !important;
    border-color: #083696 !important;
}

/* For any other button variations */
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    color: white !important;
}

/* Blog card styling */
.blog-card {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  transition: all 0.2s;
}
.blog-card:hover {
  background: #f0f0f0;
  border-color: #0C41DF;
}
.blog-card .badge {
  background: #0C41DF;
  color: white;
  padding: 3px 8px;
  font-size: 11px;
  border-radius: 3px;
  margin-bottom: 8px;
  display: inline-block;
}
.blog-card h4 {
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.blog-card h4 a {
  color: #333;
}
.blog-card h4 a:hover {
  color: #0C41DF;
  text-decoration: none;
}
.blog-card p {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}
.blog-meta {
  font-size: 12px;
  color: #999;
}


/* Popular badges */
.popular-badge {
  background: #f0f0f0;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.popular-badge a {
  color: #333;
  text-decoration: none;
}
.popular-badge a:hover {
  color: #0C41DF;
}


/* Sidebar guide list styling */
.guide-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.guide-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.guide-list li:last-child {
  border-bottom: none;
}
.guide-list a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 13px;
}
.guide-list a:hover {
  color: #0C41DF;
  padding-left: 3px;
}
.guide-badge {
  background: #0C41DF;
  color: white;
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 3px;
  margin-right: 8px;
}


/* Tool tags in sidebar */
.tool-tag {
  display: inline-block;
  background: #f0f0f0;
  padding: 5px 10px;
  margin: 0 5px 8px 0;
  border-radius: 3px;
  font-size: 12px;
}
.tool-tag a {
  color: #333;
  text-decoration: none;
}
.tool-tag a:hover {
  color: #0C41DF;
}


/* Newsletter section */
.newsletter-well {
  background: #f0f7ff;
  border: 1px solid #0C41DF;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
}
.newsletter-well h4 {
  color: #0C41DF;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}


/* Social links footer */
.social-links {
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.social-links a {
  margin: 0 8px;
  color: #666;
  font-size: 13px;
}
.social-links a:hover {
  color: #0C41DF;
}

/* Image wrap */
.image-wrap {
  margin: 1rem 0;
}

.related-wrap {
  margin: 1rem 0;
}


/* FAQ styling */
.faq-section {
  margin-top: 30px;
}
.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.faq-item h4 {
  color: #0C41DF;
  font-size: 16px;
  margin-bottom: 8px;
}
.faq-item p {
  margin-bottom: 0;
}


/* Download box */
.download-box {
  margin: 25px 0;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
}


/* Feature list */
.feature-list {
  list-style: none;
  padding: 0;
}
.feature-list li {
  padding: 5px 0;
  padding-left: 25px;
  position: relative;
}
.feature-list li:before {
  content: "✓";
  color: #0C41DF;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Legal Note color */
.custom-legal {
    background-color: #fff9e6; /* light yellow color */
}

/* Custom color */
.bg-yellow {
    background-color: #fff9e6; /* light yellow color */
}



        
/* Blog style additions */
.quick-answer-box { background: #e8f0fe; border-left: 4px solid #0C41DF; padding: 20px; margin: 30px 0; border-radius: 0 8px 8px 0; }
.quick-answer-box ul { margin-bottom: 0; }
.toc-box { background: #f9f9f9; padding: 20px 25px; border-radius: 8px; margin: 25px 0; border: 1px solid #ddd; }
.toc-box ul { columns: 2; list-style: none; padding-left: 0; }
.toc-box li { margin-bottom: 8px; }
.toc-box li a { text-decoration: none; font-weight: 500; }
.comparison-table { margin: 30px 0; }
.comparison-table table { width: 100%; border-collapse: collapse; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.comparison-table th { background: #0C41DF; color: white; padding: 12px; font-weight: 500; }
.comparison-table td { padding: 12px; border-bottom: 1px solid #e0e0e0; }
.internal-link-card { background: #f0f5ff; padding: 15px; border-radius: 8px; margin: 20px 0; border: 1px solid #d0e0ff; }
.internal-link-card a { font-weight: 600; color: #0C41DF; }
