    .competence-wrapper {
      width: 100%;
      max-width: 100%;
    }

    .competence-title {
         color: #000;
    font-size: 22px;
    margin-bottom: 20px;
    }

    .competence-section {
      display: flex;
      height: 420px;
      overflow: hidden;
      border-radius: 6px;
    }

    /* LEFT PANEL */
    .left-panel {
      flex: 1;
      position: relative;
      padding: 44px 96px;
      background:
        linear-gradient(120deg, rgb(7 28 52 / 11%), rgb(7 28 52 / 55%)),
        url("https://01wp.hrmione.com/wp-content/uploads/2026/01/Group-119.png");
      background-size: cover;
    background-position: center;
    }

    .left-vertical {
     position: absolute;
			color:#fff;
    left: 0px;
    bottom: 0px;
    letter-spacing: 1px;
    opacity: 0.6;
    flex: 1;
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 24px;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    text-align: center;
    padding: 11px 12px;
    background: #0c4087;
    height: 100%;
    }

    .left-panel h2 {
      color: #0b69c7;
      margin-bottom: 25px;
      font-size: 22px;
    }

    .list-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }

    .list-grid ul {
      padding: 0;
      margin: 0;
    }

    .list-grid li {
        font-size: 19px;
    margin-bottom: 15px;
    color: #000;
    }

    /* RIGHT TABS */
    .right-panel {
      display: flex;
      background: #0e2c52;
    }

    .tab {
    flex: 1;
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 24px;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    text-align: center;
    padding: 11px 12px;
			    color: #fff;
}

    .tab:hover {
      background: #153c6b;
    }

    .tab.active {
      background: linear-gradient(180deg, #0f4fa8, #0b3b7a);
      font-weight: 600;
    }