/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.e-con.section-card {
  background: var(--global-palette7);
  border:  var(--global-palette8);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.e-con.section-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px)  scale(1.12);
  
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  /*color: #333;*/
  margin-bottom: 1rem;
}

.section-content p,
.section-content ol {
  font-size: 1rem;
  background: var(--global-palette5);
  line-height: 1.6;
}

.section-content ol {
  padding-left: 1.2rem;
  margin-top: 0.5rem;
}
