
  section:nth-of-type(3) #gallery .mix.mix-workautomate .card {
    background: url("../img/workautomate.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-warewards .card {
    background: url("../img/warewards.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-fbclone .card {
    background: url("../img/fbclone.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-ytlibrary .card {
    background: url("../img/ytlibrary.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-ticket .card {
    background: url("../img/ticket.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-feedback .card {
    background: url("../img/feedback.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-mspmagic .card {
    background: url("../img/mspmagic.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-secsgem .card {
    background: url("../img/secsgem.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-ems .card {
    background: url("../img/ems.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-spareparts .card {
    background: url("../img/spareparts.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-tpl .card {
    background: url("../img/tpl.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-rms .card {
    background: url("../img/rms.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-clonewise .card {
    background: url("../img/clonewise.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-fetcher .card {
    background: url("../img/fetcher.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-mms .card {
    background: url("../img/mms.jpg") center center/cover;
  }
  section:nth-of-type(3) #gallery .mix.mix-rewards .card {
    background: url("../img/rewards.jpg") center center/cover;
  }

  /* ===== Grouped project timeline (Option B) ===== */
  #portfolio .proj-groups {
    width: 100%;
    max-width: 1000px;
    margin: 10px auto 0;
    padding: 0 16px;
  }
  #portfolio .proj-group {
    margin-bottom: 40px;
    text-align: left;
  }
  #portfolio .proj-yearhead {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
  }
  #portfolio .proj-yearhead .y {
    font-size: 24px;
    font-weight: 800;
    color: #e31b6d;
    white-space: nowrap;
  }
  #portfolio .proj-yearhead .range {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #04c2c9;
    white-space: nowrap;
  }
  #portfolio .proj-yearhead .ln {
    flex: 1;
    height: 2px;
    background: #ddd;
  }
  #portfolio .proj-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  #portfolio .proj-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  #portfolio .proj-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.13);
  }
  #portfolio .proj-thumb {
    height: 150px;
    background: #1f2733 center top/cover no-repeat;
  }
  #portfolio .proj-thumb-ph {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #portfolio .proj-thumb-ph span {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
  }
  #portfolio .proj-body {
    padding: 13px 16px;
  }
  #portfolio .proj-name {
    font-weight: 700;
    font-size: 15px;
    color: #2b2f33;
  }
  #portfolio .proj-desc {
    font-size: 12.5px;
    color: #5a6068;
    margin-top: 2px;
  }
  #portfolio .proj-tech {
    font-size: 11px;
    color: #9aa0a6;
    margin-top: 8px;
    letter-spacing: 0.2px;
  }
  @media (max-width: 760px) {
    #portfolio .proj-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ===== About capability cards ===== */
  #about .label-wrap .row-gt-sm {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    gap: 24px;
    align-items: stretch;
  }
  #about .cap-card {
    box-sizing: border-box;
    flex: 1 1 0;
    width: auto !important;
    height: auto !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 10px 18px;
  }
  #about .cap-card .hex-wrap {
    width: auto;
    height: auto;
    margin-bottom: 4px;
  }
  #about .cap-card .hexagon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    background: linear-gradient(135deg, #06d2d9, #0596aa);
    box-shadow: 0 8px 18px rgba(4, 194, 201, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #about .cap-card .hexagon:before,
  #about .cap-card .hexagon:after {
    display: none;
  }
  #about .cap-card .hexagon i {
    position: static;
    color: #fff;
    font-size: 25pt;
  }
  #about .cap-card .label {
    margin: 6px 0 8px 0 !important;
    font-size: 15pt;
    color: #2b2f33;
  }
  #about .cap-card .cap-desc {
    color: #7a8088;
    font-size: 11pt;
    line-height: 1.55;
    max-width: 240px;
    margin: 0 auto;
  }
  @media (max-width: 760px) {
    #about .label-wrap .row-gt-sm {
      flex-direction: column;
    }
  }
