.spine-body-link-wrapper {
    position: relative;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spine-body-circle {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
    background: #5aa1d0;
    filter: blur(110px);
    opacity: .3;
}



    .spine-body-man {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 440px !important;
        display: block;
    }

    .spine-point-link {
        position: absolute;
        z-index: 4;
        width: 165px;
        min-height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px 18px;
        border-radius: 999px;
        background: #071c2b;
        color: #ffffff;
        font-size: 12px;
        line-height: 1;
        text-decoration: none;
        transition: 0.3s ease;
        border: 1px solid #C4884A;
        flex-direction: column;
        gap: 5px;
        font-weight: 700 !important;
    }
    .spine-point-link span{
        display: block;
        font-weight: 400;
    }

    .spine-point-link:hover {
      background: #b89a78;
      color: #071c2b;
    }

    .spine-point-link::before {
      content: "";
      position: absolute;
      top: 50%;
      width: 140px;
      height: 1px;
      border-top: 1px dashed #d8c8b7;
      transform: translateY(-50%);
      z-index: -1;
    }

    .spine-point-link::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 10px;
        height: 10px;
        background: #c4884a;
        border-radius: 50%;
        transform: translateY(-50%);
        box-shadow: 0 0 0 8px rgba(216, 200, 183, 0.22);
        z-index: 2;
    }

    .spine-point-link.right::after,
    .spine-point-link:not(.left)::after {
        animation: spine-point-blink 2s ease-in-out infinite;
    }

    .spine-point-link.left::before {
      left: 100%;
      border-color: #c4884a;
    }

    .spine-point-link.left::after {
      background: #c4884a;
      animation: spine-point-blink-left 2s ease-in-out infinite;
      left: calc(100% + 135px);
    }

    @keyframes spine-point-blink {
        0%, 100% {
            box-shadow: 0 0 0 8px rgba(216, 200, 183, 0.22), 0 0 20px rgba(216, 200, 183, 0.4);
            opacity: 1;
        }
        50% {
            box-shadow: 0 0 0 4px rgba(216, 200, 183, 0.15), 0 0 40px rgba(216, 200, 183, 0.8);
            opacity: 0.8;
        }
    }

    @keyframes spine-point-blink-left {
        0%, 100% {
            box-shadow: 0 0 0 8px rgba(142, 168, 188, 0.22), 0 0 20px rgba(142, 168, 188, 0.4);
            opacity: 1;
        }
        50% {
            box-shadow: 0 0 0 4px rgba(142, 168, 188, 0.15), 0 0 40px rgba(142, 168, 188, 0.8);
            opacity: 0.8;
        }
    }

    .spine-point-link.right::before {
      right: 100%;
    }

    .spine-point-link.right::after {
      right: calc(100% + 135px);
    }

   .cervical {
        left: 0;
        top: 90px;
    }
   .spine-point-link.left.cervical::before {
        transform: translateY(-50%) rotateZ(-7deg);
        margin-top: -12px;
        width: 144%;
    }
      .spine-point-link.left.cervical::after {
        top: -3px;
        left: 244%;
    }
    .thoracic {
        left: 15px;
        top: 300px;
    }
   .spine-point-link.left.thoracic::before {
        transform: translateY(-50%) rotateZ(-37deg);
        margin-top: -68px;
        width: 98%;
        margin-left: -22px;
    }
   .spine-point-link.left.thoracic::after {
        top: -90px;
        left: 170%;
    }

    .lumbar {
        left: 50px;
        top: 315px;
    }
    .spine-point-link.left.lumbar::before {
        transform: translateY(-50%) rotateZ(-45deg);
        margin-top: -36px;
        width: 90px;
        margin-left: -12px;
    }
   .spine-point-link.left.lumbar::after {
        top: -50px;
        left: calc(100% + 56px);
    }

   .shoulder {
        right: 0;
        top: 90px;
    }
   .spine-point-link.right.shoulder::before {
        transform: translateY(-50%) rotateZ(354deg);
        width: 83px;
        margin-top: 3px;
    }
    .spine-point-link.right.shoulder::after {
        top: 24px;
        right: calc(100% + 82px);
    }
    .hip {
        right: -25%;
        top: 225px;
    }
   .spine-point-link.right.hip::before {
        transform: translateY(-50%) rotateZ(371deg);
        width: 188%;
        margin-top: -28px;
    }
    .spine-point-link.right.hip::after {
        top: -35px;
        right: 287%;
    }
    .knee {
        right: 50px;
        top: 315px;
    }
    .spine-point-link.right.knee::before {
        transform: translateY(-50%) rotateZ(330deg);
        width: 120px;
        margin-top: 41px;
        margin-right: -12px;
    }
   .spine-point-link.right.knee::after {
        top: 90px;
        right: calc(100% + 100px);
    }
    
      @keyframes spinCW  { from { transform: translate(-50%,-50%) rotate(0deg);   } to { transform: translate(-50%,-50%) rotate(360deg);  } }
  @keyframes spinCCW { from { transform: translate(-50%,-50%) rotate(0deg);   } to { transform: translate(-50%,-50%) rotate(-360deg); } }

  .swirl-ring {
    position: absolute;
    left: 50%; top: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
    pointer-events: none;
    z-index: 1;
  }
  .swirl-ring-1 {
    width: 480px; height: 680px;
    border-color: rgba(196,136,74,0.12) rgba(196,136,74,0.06) rgba(196,136,74,0.18) rgba(196,136,74,0.04);
    animation: spinCW 18s linear infinite;
  }
  .swirl-ring-2 {
    width: 560px; height: 780px;
    border-color: rgba(122,173,200,0.08) rgba(122,173,200,0.14) rgba(122,173,200,0.05) rgba(122,173,200,0.10);
    animation: spinCCW 24s linear infinite;
  }
  .swirl-ring-3 {
    width: 400px; height: 580px;
    border-color: rgba(196,136,74,0.07) transparent rgba(196,136,74,0.15) transparent;
    animation: spinCW 12s linear infinite;
  }
  .spine-body-circle {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
    background: #5aa1d0;
    filter: blur(110px);
    opacity: .3;
}
    /* Tablet */
    @media (max-width: 1199px) {
        .hip {
            right: -6%;
            top: 250px;
        }
        .spine-point-link.right.hip::after {
            top: -64px;
            right: 205%;
        }
        .spine-point-link.right.hip::before {
            transform: translateY(-50%) rotateZ(26deg);
            width: 116%;
            margin-top: -45px;
            margin-right: -7px;
        }
    }
   
    @media (max-width: 765px) {
      .body-link-section {
        padding: 30px 10px;
      }
        .spine-body-man {
            max-width: 290px !important;
        }
        .spine-body-link-wrapper {
            max-width: 350px;
        }
         .spine-point-link {
            width: 140px;
            min-height: 40px;
            padding: 9px 8px;
        }
        .shoulder{
            top: 80px;
        }
        .spine-point-link.right.shoulder::after {
            top: 50px;
            right: calc(80% + 0px);
        }
        .spine-point-link.right.shoulder::before {
            transform: translateY(-50%) rotateZ(331deg);
            width: 40px;
            margin-top: 28px;
            margin-right: -50px;
        }
        .cervical {
            top: 100px;
        }
       .spine-point-link.left.cervical::after {
            left: 147%;
            top: 49px;
        }
        .spine-point-link.left.cervical::before {
            transform: translateY(-50%) rotateZ(17deg);
            margin-top: 16px;
            width: 51%;
            margin-left: 0px;
        }
        .spine-point-link.left.thoracic::after {
            top: 8px;
            left: 104%;
        }
        .spine-point-link.left.thoracic::before {
            transform: translateY(-50%) rotateZ(-37deg);
            margin-top: -9px;
            width: 8%;
            margin-left: -2px;
        }
        .thoracic {
            left: 0;
            top: 218px;
        }
        .spine-point-link.left.lumbar::after {
            top: -19px;
            left: calc(100% + 0px);
        }
        .lumbar {
            left: 7px;
            top: 265px;
        }
        .spine-point-link.left.lumbar::before {
            transform: translateY(-50%) rotateZ(-43deg);
            margin-top: -24px;
            width: 21px;
            margin-left: -13px;
        }
        .hip {
            right: -55px;
            top: 310px;
        }
        .spine-point-link.right.hip::after {
            top: -96px;
            right: 142%;
        }
        .spine-point-link.right.hip::before {
            transform: translateY(-50%) rotateZ(51deg);
            width: 88%;
            margin-top: -70px;
            margin-right: -36px;
        }
        .knee {
            right: 10px;
            top: 270px;
        }
        .spine-point-link.right.knee::after {
            top: 80px;
            right: calc(100% + 30px);
        }
        .spine-point-link.right.knee::before {
            transform: translateY(-50%) rotateZ(330deg);
            width: 90px;
            margin-top: 40px;
            margin-right: -54px;
        }
        .swirl-ring-1 {
            width: 280px;
            height: 380px;
        }
        .swirl-ring-2 {
            width: 360px;
            height: 530px;
        }
        .swirl-ring-3 {
            width: 300px;
            height: 480px;
        }
    }

    @media (max-width: 475px) {
        .hip {
            right: 0;
            top: 320px;
        }
        .spine-point-link.right.hip::before {
            width: 80px;
            margin-top: -65px;
            margin-right: -135px;
        }
        .spine-point-link.right.hip::after {
            top: -105px;
            right: 100%;
        }
       .spine-point-link.right.hip::before {
            width: 90%;
            margin-top: -74px;
            margin-right: -100px;
        }
    }