/*!
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
-------------------------------------------------------------- */


span.sub {
    color: #ffffff99!important;
}

.hero {
    background: linear-gradient(135deg, #252d56 0%, #363f70 50%, #454f85 100%)!important;
}


/* ===== 4-STEP PROCESS TIMELINE STYLES ===== */

/* Parent row container */
.process-timeline-row {
  position: relative;
}

/* Connecting line - desktop only */
.process-timeline-row::before {
  content: ''!important;
  position: absolute!important;
  top: 43px!important;
  left: 12.5%!important;
  width: 75%!important;
  height: 1px!important;
  background: #3D4C6F!important;
  z-index: 0!important;
}

/* Step circles */
.step-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #3D4C6F;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(26, 40, 96, 0.2);
  -webkit-box-shadow: 0 4px 20px rgba(26, 40, 96, 0.2);
  font-family: Georgia;
}

.step-circle span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

/* Mobile: hide connecting line, show vertical dots */
@media (max-width: 767px) {
  .process-timeline-row::before {
    display: none!important;
  }
}

summary.e-n-accordion-item-title[aria-expanded="true"] {

    border-radius: 10px 10px 0 0!important;
}