@media (min-width: 1201px) {
    #cv-analysis-section {
        background: linear-gradient(to bottom, #865cff, #3000bb);
        width: 100%;
        max-width: 1200px;
        padding: 50px;
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        margin: 50px auto;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        height: auto;
        text-align: center;
        transition: 0.3s;
    }

    .cv-analysis-free {
        width: 100%;
        max-width: 100%;
    }

    .cv-analysis-free-left {
        text-align: left;
        width: 100%;
    }

    .cv-analysis-free-left h2 {
        font-weight: 600;
        font-size: 32px;
        margin: 0 0 17px;
        text-align: left;
    }

    .cv-analysis-free-left p {
        font-size: 15px;
        color: white;
        text-align: left;
        line-height: 1.8;
    }

    .cv-analysis-free-right {
        display: flex;
        align-items: center;
        flex-basis: 40%;
    }

    .cv-analysis-free-right button {
        align-items: center;
        justify-content: center;
        width: 200px;
        margin-top: 20px;
        height: 50px;
        background: white;
        color: black;
        border-radius: 50px;
        border: none;
        font-size: 18px;
        cursor: pointer;
        gap: 10px;
        transition: background-color 0.3s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .cv-analysis-free-right button:hover {
        background: #ddd;
    }

    #cv-analysis-down-arrow-btn:hover {
        transform: rotate(180deg);
        cursor: pointer;
    }

    .cv-analysis-free-right button img {
        width: 20px;
        height: auto;
    }

    #cv-analysis-down-arrow-btn {
        width: 60px;
        height: 60px;
        transition: 0.3s;
    }

    #cv-analysis-expanded-content {
        width: 100%;
        animation: slideDown 0.3s ease-out;
        border-radius: 40px;
        color: white;
        text-align: left;
        margin-top: 20px;
    }

    #cv-analysis-animation-container-cover {
        background-color: #fff;
        display: none;
        width: 100%;
        height: 350px;
        border-radius: 40px;
        padding: 25px;
        margin-bottom: 15px;
    }

    #cv-analysis-main-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: #ffffff;
        color: black;
        width: 100%;
        border-radius: 40px;
        padding: 25px;
        height: auto;
        margin-bottom: 15px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    #cv-analysis-section {
        background: linear-gradient(to bottom, #865cff, #3000bb);
        width: 90%;
        padding: 50px;
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        margin: 50px auto;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        height: auto;
        text-align: center;
        transition: 0.3s;
    }

    #cv-analysis-down-arrow-btn:hover {
        transform: rotate(180deg);
        cursor: pointer;
    }

    .cv-analysis-free {
        width: 100%;
        max-width: 1100px;
        height: 160px;

    }

    .cv-analysis-free-left {
        text-align: left;
        width: 100%;
    }

    .cv-analysis-free-left h2 {
        font-weight: 600;
        font-size: 32px;
        margin: 0 0 17px;
        text-align: left;
    }

    .cv-analysis-free-left p {
        font-size: 15px;
        width: 380px;
        color: white;
        text-align: left;
        line-height: 1.8;
    }

    .cv-analysis-free-right {
        display: flex;
        align-items: center;
        flex-basis: 40%;
    }

    .cv-analysis-free-right button {
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 50px;
        background: white;
        color: black;
        border-radius: 50px;
        border: none;
        font-size: 18px;
        cursor: pointer;
        gap: 10px;
        transition: background-color 0.3s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .cv-analysis-free-right button:hover {
        background: #ddd;
    }

    .cv-analysis-free-right button img {
        width: 20px;
        height: auto;
    }

    #cv-analysis-down-arrow-btn {
        width: 60px;
        height: 60px;
        transition: 0.3s;
    }

    #cv-analysis-expanded-content {
        width: 100%;
        animation: slideDown 0.3s ease-out;
        border-radius: 40px;
        color: white;
        text-align: left;
    }

    #cv-analysis-animation-container-cover {
        background-color: #fff;
        display: none;
        width: 100%;
        height: 350px;
        border-radius: 40px;
        padding: 25px;
        margin-bottom: 15px;
    }

    #cv-analysis-main-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: #ffffff;
        color: black;
        width: 100%;
        border-radius: 40px;
        padding: 25px;
        margin-bottom: 15px;
        height: auto;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    #cv-analysis-section {
        background: linear-gradient(to bottom, #865cff, #3000bb);
        width: 90%;
        padding: 50px;
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        margin: 50px auto;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        height: auto;
        text-align: center;
        transition: 0.3s;
    }

    #cv-analysis-down-arrow-btn:hover {
        transform: rotate(180deg);
        cursor: pointer;
    }

    .cv-analysis-free {
        width: 100%;
        max-width: 1100px;
        height: 160px;

    }

    .cv-analysis-free-left {
        text-align: left;
        width: 100%;
    }

    .cv-analysis-free-left h2 {
        font-weight: 600;
        font-size: 32px;
        margin: 0 0 17px;
        text-align: left;
    }

    .cv-analysis-free-left p {
        font-size: 15px;
        width: 380px;
        color: white;
        text-align: left;
        line-height: 1.8;
    }

    .cv-analysis-free-right {
        display: flex;
        align-items: center;
        flex-basis: 40%;
    }

    .cv-analysis-free-right button {
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 50px;
        background: white;
        color: black;
        border-radius: 50px;
        border: none;
        font-size: 18px;
        cursor: pointer;
        gap: 10px;
        transition: background-color 0.3s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .cv-analysis-free-right button:hover {
        background: #ddd;
    }

    .cv-analysis-free-right button img {
        width: 20px;
        height: auto;
    }

    #cv-analysis-down-arrow-btn {
        width: 60px;
        height: 60px;
        transition: 0.3s;
    }

    #cv-analysis-expanded-content {
        width: 100%;
        animation: slideDown 0.3s ease-out;
        border-radius: 40px;
        color: white;
        text-align: left;
    }

    #cv-analysis-animation-container-cover {
        background-color: #fff;
        display: none;
        width: 100%;
        height: 350px;
        border-radius: 40px;
        padding: 25px;
        margin-bottom: 15px;
    }

    #cv-analysis-main-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: #ffffff;
        color: black;
        width: 100%;
        border-radius: 40px;
        padding: 25px;
        height: auto;
        margin-bottom: 15px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    #cv-analysis-section {
        background: linear-gradient(to bottom, #865cff, #3000bb);
        width: 90%;
        margin: 30px;
        padding: 40px;
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        color: white;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
    }

    .cv-analysis-free-left {
        flex-direction: row;
    }

    #cv-analysis-down-arrow-btn:hover {
        transform: rotate(180deg);
        cursor: pointer;
    }

    .cv-analysis-free-left h2 {
        font-size: 1.5rem;
        line-height: 2.4;
        text-align: left;
    }

    .cv-analysis-free-left p {
        font-size: 1.2rem;
        color: white;
        text-align: left;
    }

    .cv-analysis-free-right button {
        width: 100%;
        max-width: 180px;
        font-size: 0.9rem;
        height: 50px;
        background: white;
        color: black;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        gap: 20px;
        transition: background-color 0.3s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        align-items: center;
        justify-content: center;

    }

    .cv-analysis-free-right button:hover {
        background: #ddd;
    }

    .cv-analysis-free-right button img {
        width: 20px;
        height: auto;
    }

    #cv-analysis-down-arrow-btn {
        width: 60px;
        height: 60px;
        transition: 0.3s;
    }

    #cv-analysis-expanded-content {
        width: 100%;
        animation: slideDown 0.3s ease-out;
        border-radius: 40px;
        color: white;
        text-align: left;
    }

    #cv-analysis-animation-container-cover {
        background-color: #fff;
        display: none;
        width: 100%;
        height: 350px;
        border-radius: 40px;
        padding: 25px;
        margin-bottom: 15px;
    }

    #cv-analysis-main-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: #ffffff;
        color: black;
        width: 100%;
        height: auto;
        border-radius: 40px;
        padding: 25px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    #cv-analysis-section {
        background: linear-gradient(to bottom, #865cff, #3000bb);
        width: 90%;
        align-self: center;
        padding: 35px;
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        color: white;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        height: auto;
        transition: 0.3s;
    }

    .cv-analysis-free-left {
        flex-direction: row;
    }

    .cv-analysis-free-left h2 {
        font-size: 1.5rem;
        line-height: 1.2;
        text-align: left;
    }

    #cv-analysis-down-arrow-btn:hover {
        transform: rotate(180deg);
        cursor: pointer;
    }

    .cv-analysis-free-left p {
        font-size: 0.9rem;
        color: white;
        text-align: left;
        line-height: 1.8;
    }

    .cv-analysis-free-right button {
        width: 100%;
        max-width: 180px;
        font-size: 0.9rem;
        height: 50px;
        background: white;
        color: black;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        gap: 20px;
        transition: background-color 0.3s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .cv-analysis-free-right button:hover {
        background: #ddd;
    }

    .cv-analysis-free-right button img {
        width: 20px;
        height: auto;
    }

    #cv-analysis-down-arrow-btn {
        width: 60px;
        height: 60px;
        transition: 0.3s;
    }

    #cv-analysis-expanded-content {
        width: 100%;
        animation: slideDown 0.3s ease-out;
        border-radius: 40px;
        color: white;
        text-align: left;
        margin-top: 20px;
    }


    #cv-analysis-animation-container-cover {
        background-color: #fff;
        display: none;
        width: 100%;
        height: 350px;
        border-radius: 40px;
        padding: 25px;
        margin-bottom: 15px;
    }

    #cv-analysis-main-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: #ffffff;
        color: black;
        width: 100%;
        height: auto;
        border-radius: 40px;
        padding: 25px;
        margin-bottom: 15px;
    }
}

.pie-chart {
    background-color: white;
    width: 100%;
    height: 75%;
    border-radius: 20px;
    margin: auto;
}

.progress-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.progress-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px;
}

.progress-label-new {
    font-size: 15px;
    font-weight: bold;
    color: #3000BB;
    margin-top: 10PX;
}

.progress-label-old {
    font-size: 15px;
    font-weight: bold;
    color: #919ba1;
    margin-top: 10PX;
}


svg {
    height: 25vh;
    display: block;
    margin: auto;
}

path {
    stroke-linecap: round;
    stroke-width: 9;
}

path.grey {
    stroke: #e7e7e8;
    stroke-width: 6;
}

#blue1 {
    stroke: url(#gradient1);
    stroke-dasharray: 198;
    stroke-dashoffset: 198;
    transition: stroke-dashoffset 1s ease-out;
}

#blue2 {
    stroke: url(#gradient2);
    stroke-dasharray: 198;
    stroke-dashoffset: 198;
    transition: stroke-dashoffset 1s ease-out;
}

#progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40vh;
}

input[type="range"] {
    width: 70%;
    margin-top: 20px;
    max-width: 300px;
}