/*
Theme Name: Consultio Child
Theme URI: http://demo.casethemes.net/consultio/
Author: Case-Themes
Author URI: https://themeforest.net/user/case-themes/portfolio/
Description: Consultio is the Perfect Consulting Finane & Business WordPress Theme. Consultio is best suited for corporate website like Consultioial Advisor, Accountant, Consulting Firms, insurance, loan, tax help, Investment firm etc. This is a business theme that is help full for online presence for Corporate Business and Consultioial Firms.   
Version: 3.2.8
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: consultio
Text Domain: consultio-child
Tags: advisor, attorney, corporate accountant, consulting, consultant, finance, insurance, invest, investment, investor, mutual funds, pensions, retirement, saving, trading 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags li {
  background: linear-gradient(135deg, #4a90e2, #357ab7);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* Force all accordion contents to be visible */
#ct_accordion-f9de23a .ct-ac-content {
    display: block !important;
}
#ct_accordion-f9de23a .ct-ac-content {
    display: block !important;
}
/* Keep all titles styled as active (optional) */
#ct_accordion-f9de23a .ct-accordion-item {
    pointer-events: none; /* disables clicking */
}

/* Optional: show all as active visually */
#ct_accordion-f9de23a .ct-ac-title,
#ct_accordion-f9de23a .ct-accordion-item {
    cursor: default;
}
.tags li:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  cursor: default; /* keeps it non-clickable */
}
 .fullwidth 
{
  display: flex;
  gap: 10px; /* optional spacing */
}
.abstract-title
{
  font-weight: bold;
  padding-right: 5px;
}
.abstract{
  margin-top: 20px;
  margin-bottom: 20px;
}
.threecol {
  flex: 1; /* equal width columns */
}
.threecol i{
    padding-right: 10px;
}
.ct-accordion.layout2 .ct-accordion-item {
  border-top: 1px solid #d9d9d9;
  position: relative;
  padding: 55px 20px 45px 5px;
}
.tagcloud a{
	border-radius:5px;
	border: 1px solid #0d0e36 !important;
}