.outcomes-widget { font-family: var(--font-sans); }
.outcomes-widget .card {
    background: #f7f7f5;
    border-radius: 0;
    padding: 50px;
    width: 100%;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.07);
    margin: 0;
    box-sizing: border-box;
}
.outcomes-widget .out-header { margin-bottom: 32px; text-align: center; }
.outcomes-widget .label-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #ff6e0d; margin-bottom: 10px; }
.outcomes-widget .out-header h1 { font-size: 26px; font-weight: 800; color: #141414; letter-spacing: -0.02em; margin: 0 0 6px; }
.outcomes-widget .out-header p { font-size: 14px; color: #888; margin: 0; }
.outcomes-widget .tabs { display: flex; gap: 8px; margin-bottom: 28px; justify-content: center; }
.outcomes-widget .tab-btn { font-size: 13px; font-weight: 700; padding: 10px 24px; border-radius: 8px; border: 2px solid #e0e0dc; background: #fff; color: #888; cursor: pointer; transition: all 0.2s; }
.outcomes-widget .tab-btn.active { border-color: #ff6d0b; color: #fff; background: linear-gradient(90deg, #ff8c3a, #ff6600); }
.outcomes-widget .tab-btn:hover:not(.active) { border-color: #aaa; color: #444; }
.outcomes-widget .summary-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px; }
.outcomes-widget .summary-card { background: #fff; border-radius: 12px; padding: 18px 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.05); border-left: 4px solid #eee; }
.outcomes-widget .sc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.outcomes-widget .sc-label { font-size: 11px; color: #999; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.outcomes-widget .sc-value { font-size: 28px; font-weight: 800; color: #141414; line-height: 1; }
.outcomes-widget .sc-sub { font-size: 12px; color: #aaa; margin-top: 4px; }
.outcomes-widget .sc-icon { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.outcomes-widget .sc-total .sc-icon { background: #3c19001a; color: #3c1900; }
.outcomes-widget .sc-hec .sc-icon { background: #E6F8F6; color: #3DBDAD; }
.outcomes-widget .sc-place .sc-icon { background: #FFF8E1; color: #D0A010; }

.outcomes-widget .charts-grid {
    display: grid;
    grid-template-columns: 40% 30% 30%;
    gap: 20px;
    margin-bottom: 20px;
}
.outcomes-widget .chart-block { background: #fff; border-radius: 14px; padding: 24px 20px 18px; box-shadow: 0 2px 16px rgba(0,0,0,0.05); }
.outcomes-widget .chart-block-title { font-size: 14px; font-weight: 700; color: #141414; margin-bottom: 4px; }
.outcomes-widget .chart-block-sub { font-size: 12px; color: #aaa; margin-bottom: 18px; }

.outcomes-widget .grouped-chart { display: flex; align-items: flex-end; gap: 14px; height: 200px; padding-top: 40px; position: relative; }
.outcomes-widget .grouped-chart::before { content: ''; position: absolute; inset: 40px 0 0 0; background: repeating-linear-gradient(to bottom, #f0f0f0 0px, #f0f0f0 1px, transparent 1px, transparent 25%); pointer-events: none; }
.outcomes-widget .year-group { display: flex; flex-direction: column; align-items: center; flex: 1; height: 100%; justify-content: flex-end; position: relative; }
.outcomes-widget .year-bars { display: flex; align-items: flex-end; gap: 3px; width: 100%; height: calc(100% - 22px); justify-content: center; }
.outcomes-widget .bar { flex: 1; max-width: 16px; border-radius: 4px 4px 0 0; transform-origin: bottom; animation: growUp 0.9s cubic-bezier(.22,.68,0,1.2) both; position: relative; }
@keyframes growUp { from { transform: scaleY(0); opacity: 0; } to { transform: scaleY(1); opacity: 1; } }
.outcomes-widget .bar:hover::after { content: attr(data-val); position: absolute; top: -28px; left: 50%; transform: translateX(-50%); background: #141414; color: #fff; font-size: 11px; font-weight: 700; padding: 3px 7px; border-radius: 5px; white-space: nowrap; pointer-events: none; z-index: 10; }
.outcomes-widget .bar.b-total  { background: linear-gradient(180deg, #ff6600, #ef8d47); }
.outcomes-widget .bar.b-hec    { background: linear-gradient(180deg, #3c1900, #a74905); }
.outcomes-widget .bar.b-placed { background: linear-gradient(180deg, #F8D040, #D0A010); }
.outcomes-widget .year-label { font-size: 10px; color: #999; text-align: center; margin-top: 6px; font-weight: 600; }
.outcomes-widget .chart-legend { display: flex; gap: 16px; margin-top: 14px; flex-wrap: wrap; padding-top: 12px; border-top: 1px solid #f0f0f0; }
.outcomes-widget .leg-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #555; font-weight: 500; }
.outcomes-widget .leg-dot { width: 10px; height: 10px; border-radius: 3px; }

.outcomes-widget .pie-charts-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.outcomes-widget .pie-card { background: #fff; border-radius: 14px; padding: 22px 18px 16px; box-shadow: 0 2px 16px rgba(0,0,0,0.05); }
.outcomes-widget .pie-title { font-size: 13px; font-weight: 700; color: #141414; margin-bottom: 2px; }
.outcomes-widget .pie-sub { font-size: 11px; color: #aaa; margin-bottom: 14px; }
.outcomes-widget .pie-wrap { position: relative; width: 100%; height: 200px; }
.outcomes-widget .pie-legend { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; padding-top: 10px; border-top: 1px solid #f0f0f0; }
.outcomes-widget .pie-leg-item { display: flex; align-items: center; gap: 5px; font-size: 11px; color: #555; }
.outcomes-widget .pie-leg-dot { width: 9px; height: 9px; border-radius: 2px; flex-shrink: 0; }

.outcomes-widget .data-table-block { background: #fff; border-radius: 14px; padding: 24px 20px; box-shadow: 0 2px 16px rgba(0,0,0,0.05); overflow-x: auto; }
.outcomes-widget table { width: 100%; border-collapse: collapse; }
.outcomes-widget thead th { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #aaa; text-align: left; padding: 0 10px 10px; border-bottom: 2px solid #f0f0f0; }
.outcomes-widget tbody tr { border-bottom: 1px solid #f8f8f8; transition: background 0.15s; }
.outcomes-widget tbody tr:last-child { border-bottom: none; }
.outcomes-widget tbody tr:hover { background: #fafaf8; }
.outcomes-widget tbody td { padding: 11px 10px; font-size: 13px; color: #333; font-weight: 500; }
.outcomes-widget tbody td:first-child { font-weight: 700; color: #141414; }
.outcomes-widget .pill { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.outcomes-widget .pill-placed { background: #FFF5D6; color: #B08010; }
.outcomes-widget .pill-hec { background: #E6F8F6; color: #1A8A80; }
.outcomes-widget .pct-bar-wrap { display: flex; align-items: center; gap: 8px; }
.outcomes-widget .pct-bar { height: 6px; border-radius: 3px; background: #E07B39; flex-shrink: 0; }
.data-table-block {
    display: none;
}
.head-message {
    background: #0e201b;
}
.head-message .offering-content {
    background: #0e201b;
    border-radius: 25px;
    padding: 0;
    border: 1px solid #eeeeee17;
}
.head-message .offering-content:before{
    display: none;
}
.head-message .offering-content .col-md-7 {
    padding: 50px;
}
.head-message .offering-content .col-md-7 {
    padding: 50px 73px;
}
.head-message .offering-content p {
    color: white !important;
    font-style: italic;
}
.offering-content:before {
    border: 1px solid #eeeeee17;
    border-radius: 25px;
}
.logos-list {
    display: flex;
    animation: none;
    flex-wrap: wrap;
    /*justify-content: center;*/
}
.logos-list .img-lo {
    width: 10%;
    padding: 2px;
    height: auto;
    margin: -1px 1px 0 -1px;
    border: 1px solid #c7bfbf;
    border-bottom: navajowhite;
    border-left: navajowhite;
    filter: grayscale(1) contrast(1.5) brightness(1);
    white-space: normal;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    background: whitesmoke;
}
.logos-list .img-lo:nth-child(10n+10) {
    border-right: 0;
}
.logos-list img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 80px;
    margin: 0;
    padding: 10px;
}
.logos-list .img-lo:hover {
    filter: none;
    cursor: pointer;
}
.how-sec img {
    width: 70%;
}
.how-c h2 {
    font-size: 45px;
    position: relative;
    margin-bottom: 29px;
    color: #024429;
}
.how-c h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 146px;
    height: 5px;
    background: #8fc74a;
    border-radius: 25px;
}
.how-sec:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 76%;
    height: 1px;
    background: #02442930;
    transform: translateX(-50%) translateY(-50%);
}
.border-0:before{
    display: none;
}
.how-sec {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.how-sec.light-bg {
    padding-top: 50px;
    background: #8fc74a0f;
}
/* Media Query */
@media (max-width: 860px) {
  .outcomes .charts-grid {
    grid-template-columns: 1fr;
  }

  .outcomes .summary-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .outcomes .card {
    padding: 28px 18px 24px;
  }

  .outcomes .out-header h1 {
    font-size: 24px;
  }
  .head-message .offering-content .col-md-7 {
        padding: 10px;
    }
    .how-c h2 {
        font-size: 30px;
        text-align: center;
    }
    .how-c h2:before {
        left: 25%;
        width: 50%;
        height: 3px;
    }
    .logos-list img {
        height: auto;
    }
.logos-list .img-lo {
    width: 25%;
}
.logos-list img {
    height: 40px;
    padding: 0;
}
.outcomes .summary-row {
    grid-template-columns: repeat(1, 1fr);
}


}
.outer-wrapper * { box-sizing: border-box; }

.outer-wrapper {
    background: #ff87320d;
    padding: 50px 0;
}

  /* ── Two-column layout with vertical divider ── */
  .outer-wrapper .two-col {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
  }

  .outer-wrapper .divider-col {
    background: #d0cdc8;
  }

  .outer-wrapper .col-section {
    padding: 0 40px 0 40px;
  }

  .outer-wrapper .col-section:first-child { padding-left: 0; }
  .outer-wrapper .col-section:last-child  { padding-right: 0; }

  /* ── Section Header ── */
  .outer-wrapper .section-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 0 18px;
    border-bottom: 1px solid #d0cdc8;
  }

  .outer-wrapper .section-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .outer-wrapper .section-icon::before {
    content: '';
    position: absolute;
    inset: -2.5px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6804 0%, #8BC34A 100%);
    z-index: 0;
  }

.outer-wrapper .section-icon::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #ffefe5;
    z-index: 1;
}
.outer-wrapper .section-icon svg {
    width: 40px;
    height: 30px;
    stroke: #f77b26;
    fill: none;
    stroke-width: 1.5;
    position: relative;
    z-index: 2;
}

  .outer-wrapper .section-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
  }

  /* ── Column header row (From / To) ── */
  .outer-wrapper .col-header-row {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    padding: 20px 0 8px;
    border-bottom: 1px solid #ddd9d4;
  }

  .outer-wrapper .col-lbl {
    font-size: 0.75rem;
    font-weight: 700;
    color: #1a1a1a;
  }

  .outer-wrapper .col-lbl-right { text-align: right; }

  /* ── Each row ── */
  .outer-wrapper .entry-row {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    padding: 20px 0;
    border-bottom: 1px solid #e8e5e0;
    align-items: center;
  }

  .outer-wrapper .entry-row:last-child { border-bottom: none; }

  /* Hidden extra rows */
  .outer-wrapper .entry-row.hidden-row {
    display: none;
  }

  /* FROM */
  .outer-wrapper .from-text {
    font-size: 0.82rem;
    color: #9a9590;
    font-weight: 400;
    line-height: 1.55;
    padding-right: 8px;
  }

  /* ARROW */
  .outer-wrapper .arrow-wrap {
    display: flex;
    align-items: center;
    padding: 0 4px;
  }

  .outer-wrapper .arrow-inner {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .outer-wrapper .dash-line {
    flex: 1;
    border-top: 1.5px dashed #b5b0aa;
  }

  .outer-wrapper .arrow-tip {
    width: 0; height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #b5b0aa;
  }

  /* TO */
  .outer-wrapper .to-text {
    text-align: right;
    padding-left: 8px;
    line-height: 1.5;
  }

  .outer-wrapper .to-role {
    display: block;
    font-size: 0.83rem;
    font-weight: 500;
    color: #1a1a1a;
  }

  .outer-wrapper .to-org {
    display: block;
    font-size: 0.83rem;
    font-weight: 800;
    color: #1a1a1a;
  }

  /* ── View More Button ── */
  .outer-wrapper .view-more-wrap {
    display: flex;
    justify-content: center;
    padding: 36px 0 20px;
  }

  .outer-wrapper .view-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    border-radius: 50px;
    background: #f4f4f2;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    border: none;
    position: relative;
    transition: opacity 0.2s;
  }

  .outer-wrapper .view-more-btn::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50px;
    background: linear-gradient(135deg, #ff6804 0%, #8BC34A 100%);
    z-index: 0;
  }

.outer-wrapper .view-more-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: #ffefe5;
    z-index: 1;
}

  .outer-wrapper .view-more-btn span,
  .outer-wrapper .view-more-btn .chevron {
    position: relative;
    z-index: 2;
  }

  .outer-wrapper .view-more-btn .chevron {
    display: inline-block;
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
  }

  .outer-wrapper .view-more-btn.expanded .chevron {
    transform: rotate(180deg);
  }

  .outer-wrapper .view-more-btn:hover { opacity: 0.85; }
.from-text span {
    font-weight: 800;
    color: #b04700;
}

  @media (max-width: 820px) {
    .outer-wrapper .two-col { grid-template-columns: 1fr; }
    .outer-wrapper .divider-col { height: 1px; width: 100%; margin: 24px 0; }
    .outer-wrapper .col-section { padding: 0 0 32px; }
  }
.industry-immersion {
    --ii-bg: #3c1900;
    --ii-card-bg: #ffffff08;
    --ii-gold: #ff8f07;
    --ii-teal: #3dd6c8;
    --ii-white: #ffffff;
    --ii-muted: rgba(255, 255, 255, 0.55);
    --ii-border: rgba(255, 255, 255, 0.1);
    --ii-overlay-start: rgba(0, 0, 0, 0.0);
    --ii-overlay-end: rgba(0, 0, 0, 0.55);
    --ii-radius: 16px;
    --ii-btn-size: 48px;
    --ii-transition: 0.35s cubic-bezier(.4, 0, .2, 1);
    background: var(--ii-bg);
    padding: 50px 0;
    color: var(--ii-white);
}
    /* Header */
    .industry-immersion .ii-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 40px;
      gap: 20px;
    }

    .industry-immersion .ii-title {
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      font-weight: 700;
      line-height: 1.15;
      margin: 0 0 10px;
      letter-spacing: -0.5px;
    }

    .industry-immersion .ii-title em {
      font-style: italic;
      font-weight: 700;
      color: var(--ii-gold);
    }

    .industry-immersion .ii-subtitle {
      font-size: clamp(0.85rem, 1.4vw, 0.97rem);
      color: var(--ii-muted);
      line-height: 1.6;
      max-width: 440px;
      margin: 0;
      font-weight: 300;
    }

    /* Nav Buttons */
    .industry-immersion .ii-nav {
      display: flex;
      gap: 10px;
      flex-shrink: 0;
      align-items: flex-start;
      padding-top: 4px;
    }

    .industry-immersion .ii-nav-btn {
      width: var(--ii-btn-size);
      height: var(--ii-btn-size);
      border-radius: 50%;
      border: 1.5px solid var(--ii-border);
      background: transparent;
      color: var(--ii-white);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all var(--ii-transition);
      position: relative;
      overflow: hidden;
    }

    .industry-immersion .ii-nav-btn::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 50%;
      background: var(--ii-gold);
      transform: scale(0);
      transition: transform var(--ii-transition);
    }

    .industry-immersion .ii-nav-btn:hover::before {
      transform: scale(1);
    }

    .industry-immersion .ii-nav-btn svg {
      position: relative;
      z-index: 1;
      width: 18px;
      height: 18px;
    }

    .industry-immersion .ii-nav-btn:hover {
      border-color: var(--ii-gold);
    }

    /* Slider Track */
    .industry-immersion .ii-slider-wrapper {
      overflow: hidden;
      position: relative;
    }

    .industry-immersion .ii-track {
      display: flex;
      gap: 20px;
      transition: transform 0.5s cubic-bezier(.4,0,.2,1);
      will-change: transform;
    }

    /* Card */
    .industry-immersion .ii-card {
      flex: 0 0 calc(33.333% - 14px);
      min-width: 0;
      border-radius: var(--ii-radius);
      overflow: hidden;
      background: var(--ii-card-bg);
      cursor: pointer;
    }

    .industry-immersion .ii-card-img-wrap {
      position: relative;
      width: 100%;
      padding-top: 62%;
      overflow: hidden;
    }

    .industry-immersion .ii-card-img-wrap img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s cubic-bezier(.4,0,.2,1);
    }

    .industry-immersion .ii-card:hover .ii-card-img-wrap img {
      transform: scale(1.05);
    }

    /* Gradient overlay on image */
    .industry-immersion .ii-card-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        180deg,
        var(--ii-overlay-start) 35%,
        var(--ii-overlay-end) 100%
      );
      pointer-events: none;
    }

    /* "At X" label on image */
    .industry-immersion .ii-card-label {
      position: absolute;
      bottom: 20px;
      left: 20px;
      line-height: 1.1;
    }

    .industry-immersion .ii-card-label span {
      display: block;
      font-size: 0.85rem;
      font-weight: 400;
      color: rgba(255,255,255,0.85);
      margin-bottom: 3px;
      letter-spacing: 0.03em;
    }

    .industry-immersion .ii-card-label strong {
      display: block;
      font-size: clamp(1.1rem, 2vw, 1.45rem);
      font-weight: 800;
      color: var(--ii-white);
      line-height: 1.15;
      letter-spacing: -0.3px;
      text-shadow: 0 2px 12px rgba(0,0,0,0.4);
    }

    /* Card Body */
    .industry-immersion .ii-card-body {
      padding: 18px 20px 22px;
    }

    .industry-immersion .ii-card-name {
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--ii-white);
      margin-bottom: 8px;
      letter-spacing: -0.1px;
    }

    .industry-immersion .ii-card-desc {
      font-size: 0.82rem;
      color: var(--ii-muted);
      line-height: 1.55;
      margin: 0;
      font-weight: 300;
    }

    /* Dots */
    .industry-immersion .ii-dots {
      display: flex;
      justify-content: center;
      gap: 6px;
      margin-top: 32px;
    }

    .industry-immersion .ii-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--ii-border);
      border: none;
      padding: 0;
      cursor: pointer;
      transition: all var(--ii-transition);
    }

    .industry-immersion .ii-dot.active {
      background: var(--ii-gold);
      width: 22px;
      border-radius: 3px;
    }

    /* =====================
       RESPONSIVE
    ===================== */

    /* Tablet: 2 cards */
    @media (max-width: 991px) {
      .industry-immersion .ii-card {
        flex: 0 0 calc(50% - 10px);
      }
    }

    /* Mobile: 1 card */
    @media (max-width: 575px) {
      .industry-immersion {
        padding: 40px 0 60px;
      }
      .industry-immersion .ii-card {
        flex: 0 0 calc(100% - 0px);
      }
      .industry-immersion .ii-header {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 28px;
      }
      .industry-immersion .ii-nav {
        padding-top: 0;
      }
    }

    /* Large desktop: slight extra padding */
    @media (min-width: 1400px) {
      .industry-immersion .ii-card-label strong {
        font-size: 1.55rem;
      }
    }
    .coach-section {
      --cs-bg: #ffffff;
      --cs-text: #1a1a1a;
      --cs-muted: #6b6b6b;
      --cs-title: #111111;
      --cs-icon-bg: #f5f5f5;
      --cs-icon-border: #e0e0e0;
      --cs-gold: #c9a84c;
      --cs-teal: #3dd6c8;
      --cs-divider: #ebebeb;
      --cs-radius: 14px;
      --cs-icon-size: 62px;
      --cs-transition: 0.3s cubic-bezier(.4,0,.2,1);

      background: var(--cs-bg);
      padding: 50px 0;
      color: var(--cs-text);
    }

    /* Grid */
    .coach-section .cs-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
    }

    /* Card */
    .coach-section .cs-card {
      padding: 32px 36px 32px 0;
      border-right: 1.5px solid var(--cs-divider);
      transition: background var(--cs-transition);
    }

    .coach-section .cs-card:first-child {
      padding-left: 0;
    }

    .coach-section .cs-card:last-child {
      border-right: none;
      padding-right: 0;
    }

    .coach-section .cs-card:not(:first-child) {
      padding-left: 36px;
    }

    /* Icon wrapper */
    .coach-section .cs-icon-wrap {
      width: var(--cs-icon-size);
      height: var(--cs-icon-size);
      border-radius: 50%;
      border: 1.5px solid var(--cs-icon-border);
      background: var(--cs-bg);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      transition: border-color var(--cs-transition), box-shadow var(--cs-transition);
      position: relative;
    }

    .coach-section .cs-card:hover .cs-icon-wrap {
      border-color: var(--cs-gold);
      box-shadow: 0 0 0 4px rgba(201,168,76,0.1);
    }

    .coach-section .cs-icon-wrap svg {
      width: 26px;
      height: 26px;
      color: #555;
      transition: color var(--cs-transition);
    }

    .coach-section .cs-card:hover .cs-icon-wrap svg {
      color: var(--cs-gold);
    }

    /* Title */
    .coach-section .cs-title {
      font-size: clamp(0.95rem, 1.3vw, 1.05rem);
      font-weight: 700;
      color: var(--cs-title);
      margin: 0 0 10px;
      line-height: 1.3;
      letter-spacing: -0.2px;
    }

    /* Description */
    .coach-section .cs-desc {
      font-size: clamp(0.8rem, 1.1vw, 0.875rem);
      color: var(--cs-muted);
      line-height: 1.65;
      margin: 0;
      font-weight: 400;
    }

    /* =====================
       RESPONSIVE
    ===================== */

    /* Tablet: 2 columns */
    @media (max-width: 991px) {
      .coach-section .cs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
      }

      .coach-section .cs-card {
        padding: 28px 28px 28px 0;
        border-right: 1.5px solid var(--cs-divider);
        border-bottom: 1.5px solid var(--cs-divider);
      }

      /* Remove right border for every 2nd card */
      .coach-section .cs-card:nth-child(2n) {
        border-right: none;
        padding-right: 0;
      }

      /* Remove bottom border for last row */
      .coach-section .cs-card:nth-last-child(-n+2) {
        border-bottom: none;
      }

      .coach-section .cs-card:not(:first-child):not(:nth-child(2n+1)) {
        padding-left: 28px;
      }

      .coach-section .cs-card:nth-child(2n+1) {
        padding-left: 0;
      }
    }

    /* Mobile: 1 column */
    @media (max-width: 575px) {
      .coach-section {
        padding: 40px 0 52px;
      }

      .coach-section .cs-grid {
        grid-template-columns: 1fr;
      }

      .coach-section .cs-card {
        padding: 24px 0 !important;
        border-right: none !important;
        border-bottom: 1.5px solid var(--cs-divider);
      }

      .coach-section .cs-card:last-child {
        border-bottom: none;
      }

      .coach-section .cs-card:not(:first-child) {
        padding-left: 0 !important;
      }
    }
    .activitie .carousel-control-next,
.activitie .carousel-control-prev {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #787878;
    opacity: 1;
    border-radius: 50%;
    padding: 8px;
    top: 45%;
}
.activitie #carouselExampleCaptions .carousel-item img,
.activitie .carousel-inner {
    border-radius: 15px;
}
.activitie .carousel-indicators [data-bs-target] {
    background-color: #669d3c;
}
.activitie .carousel-indicators {
    bottom: -47px;
}
.activitie .carousel-caption {
    position: absolute;
    right: inherit;
    bottom: inherit;
    left: 50%;
    height: 100%;
    color: var(--bs-carousel-caption-color);
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    background: #0a0a0adb;
    top: 50%;
    border-radius: 16px;
    font-size: 24px;
    font-weight: 500;
    text-align: justify;
    padding: 40px;
}
.activitie .carousel-caption p {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 21px;
    justify-content: center;
    color: white;
}
.activitie .carousel-control-next {
    right: -48px;
}
.activitie .carousel-control-prev {
    left: -48px;
}
.activitie .carousel-inner:hover .carousel-caption {
    opacity: 0;
}


@media only screen and (max-width:767px){
.outcomes-widget .charts-grid {
    grid-template-columns: 1fr;
    overflow: auto;
}
.outcomes-widget .card {
    padding: 5px;
}
.outcomes-widget .summary-row {
    grid-template-columns: repeat(1, 1fr);
}
.logos-list img {
    height: 57px;
    padding: 4px;
}
.how-c h2 {
    font-size: 22px;
}







  
}