.ats-cv-checker-container {
    margin-bottom: 110px;
}

.ats-cv-checker-header-text {
    color: #A4ABB8;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.ats-cv-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ats-cv-hero-img img {
    width: 500px!important;
}

.ats-cv-faq-questions {
    margin-top: 160px;
}

.ats-cv-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1000;
}

.ats-cv-checker-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 538px;
    height: 444px;
    border-radius: 18px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #EBFAFF;
    box-shadow: 0px 0px 28.91px 0px rgba(0, 0, 0, 0.06), 0px 4.818px 9.637px 0px rgba(0, 0, 0, 0.02), 0px 0.602px 1.205px 0px rgba(164, 172, 185, 0.24), 0px 0px 0px 0.602px rgba(18, 55, 105, 0.02);
    padding: 8px;
    box-sizing: border-box;
}

.ats-cv-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 20px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 62px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(164, 172, 185, 0.24), 0px 0px 0px 1px rgba(18, 55, 105, 0.08);
    transition: 0.2s;
    color: #0D0D12;
}

.ats-cv-close-btn:hover {
    background: #f4f4f4;
}

.ats-cv-checker-popup-body {
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    border: 1px dashed #00B7FD;
}

@media (max-width: 578px) {
    .ats-cv-checker-content {
        width: calc(100vw - 40px);
        min-height: 400px;
        max-height: calc(100vh - 40px);
    }
}

@media (max-height: 484px) {
    .ats-cv-checker-content {
        height: calc(100vh - 40px);
    }
}

.ats-cv-checker-popup-header {
    color: #0D0D12;
    font-family: "ClashGrotesk-medium";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    top: 24px;
    left: 32px;
}

.ats-cv-card-container {
    position: relative;
    width: 136px;
    height: auto;
    cursor: pointer;
    transition: all 0.3s ease;

}

.ats-cv-card-container img {
    width: 136px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    transition: all 0.4s ;
}

.ats-cv-card-bg-2 {
    z-index: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg);
    top:-10px!important;
    left: 13px!important;
}

.ats-cv-card-bg {
    z-index: 2;
    transform: translateX(0px) translateY(0px) rotate(0deg);
    left: -18px!important;
}

.ats-cv-card-main {
    z-index: 3;
}

.ats-cv-card-container:hover .ats-cv-card-bg-2 {
    transform: translateX(0px) translateY(-15px) rotate(4deg);
}

.ats-cv-card-container:hover .ats-cv-card-bg {
    transform: translateX(-15px) translateY(6px) rotate(-8deg);
}

.ats-cv-card-main:hover {
    transform: scale(1.05);
}

.ats-checker-click-text {
    color: var(--text-normal-500, #666D80);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    position: absolute;
    bottom: 80px;
    padding: 0 20px;
    width: 100%;
    transform: translateX(-50%);
    left: 50%   ;
    max-width: 90%;
}

.ats-checker-click-text button{
    color: #00B7FD;
    cursor: pointer;
    border: none;
    background: none;

}

.ats-checker-click-text button:hover {
    text-decoration: underline;
}

.ats-checker-click-text-mobile {
    display: none;
}

.ats-checker-click-text-web {
    display: flex;
    justify-content: center;
}

@media (max-width: 1200px) {

    .ats-cv-hero-img img {
        width: 100%!important;
    }

}

@media (max-width: 1200px) {
    .ats-cv-hero-container {
        gap: 60px!important;
    }
}


@media (max-width: 768px) {
    .ats-checker-click-text-mobile {
        display: flex;
        justify-content: center;
    }

    .ats-checker-click-text-web {
        display: none;
    }
}

.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ats-cv-loading-spinner {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: conic-gradient(from 90deg at 50% 50%, rgba(0, 183, 253, 0.00) 0deg, #00B7FD 360deg);
    mask: radial-gradient(farthest-side, transparent calc(100% - 5px), black 100%);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), black 100%);
    animation: spin 2s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.ats-cv-loading-bar {
    width: 100%;
    height: 6px;
    background-color: #f3f3f3;
    border-radius: 24px;
    overflow: hidden;
}

.ats-cv-loading-progress {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 183, 253, 0.40) 0%, #00B7FD 100%);
    border-radius: 24px;
    transition: width 0.6s ease-in-out;
}

.error-message {
    color: red;
    text-align: center;
    margin-top: 20px;
}

.ats-cv-loading-container-below {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 20px;
    margin-top: 170px;
}

.ats-cv-loading-container-below .ats-cv-loading-bar {
    width: 100%;
    height: 6px;
    background-color: #f3f3f3;
    border-radius: 24px;
    overflow: hidden;
    margin-top: 10px;
}

.ats-cv-checker-popup-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

#ats-cv-progress-text {
    color: #0D0D12;
    text-align: center;
    font-family: 'ClashGrotesk-medium';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

.ats-cv-loading-text {
    color: #0D0D12;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.ats-cv-score-btn {
    width: 100%!important;
    margin-top: 10px;
}

.ats-score-container {
    padding: 20px 10px 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

.ats-score-title {
    color: #0D0D12;
    text-align: center;
    font-family: 'ClashGrotesk-medium';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    margin-bottom: 16px;
}

.ats-score-number {
    color: #FF5C5C;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.ats-score-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin-top: 40px;
}

.ats-score-item {
    border-radius: 22px;
    background: linear-gradient(0deg, #F6F8FA 0%, #F6F8FA 100%), linear-gradient(97deg, #FFF 5.24%, #D6F4FF 94.76%), linear-gradient(90deg, #F6F8FA 0%, #929394 100%);
    padding: 2px 16px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
}

.ats-score-label {
    color: #0D0D12;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ats-score-value {
    color: #666D80;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.ats-score-circle-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.ats-score-circle-progress {
    width: 120px;
    height: 120px;
    transform: rotate(-90deg);
    position: absolute;
}

.ats-score-circle-bg,
.ats-score-circle-path {
    fill: none;
    stroke-width: 10;
}

.ats-score-circle-bg {
    stroke: #F6F8FA;
}

.ats-score-circle-path {
    stroke-linecap: butt;
    stroke-dasharray: 339.292; /* 2πr where r=54 */
    stroke-dashoffset: 339.292; /* Start from empty */
    transition: stroke-dashoffset 1s ease;
}

.ats-score-number {
    position: relative;
    font-size: 48px;
    font-weight: 600;
    z-index: 1;
}

.ats-cv-cta2-imgContainer {
    height: 350px!important;
}

.ats-cv-cta2-imgContainer img:nth-child(1) {
    width: 172.633px!important;
    left: 310px!important;
    top: 80px!important;
}

.ats-cv-cta2-imgContainer img:nth-child(2) {
    width: 231.262px!important;
}

.ats-cv-cta2-imgContainer img:nth-child(3) {
    width: 172.633px!important;
    right: 310px!important;
    top: 80px!important;
}

@media (max-width: 1199px) {
    .ats-cv-cta2-imgContainer img:nth-child(3) {
        width: 172.633px!important;
        right: 220px!important;
        top: 80px!important;
    }

    .ats-cv-cta2-imgContainer img:nth-child(1) {
        width: 172.633px!important;
        left: 220px!important;
        top: 80px!important;
    }
}

@media (max-width: 991px) {
    .ats-cv-cta2-imgContainer img:nth-child(3) {
        width: 172.633px!important;
        right: 30px!important;
        top: 80px!important;
    }

    .ats-cv-cta2-imgContainer img:nth-child(1) {
        width: 172.633px!important;
        left: 30px!important;
        top: 80px!important;
    }

    .ats-cv-cta2-imgContainer:after {
        height: 100px!important;
    }
}

.ats-hero-explanation-text {
    margin:36px 0;
}

@media (max-width: 767px) {
    .ats-cv-cta2-imgContainer img:nth-child(1) {
        width: 102.54px!important;
        left: 60px!important;
        top: 40px!important;
    }

    .ats-cv-cta2-imgContainer img:nth-child(2) {
        width: 137.364px!important;
    }

    .ats-cv-cta2-imgContainer img:nth-child(3) {
        width: 102.54px!important;
        right: 60px!important;
        top: 40px!important;
    }

    .ats-cv-cta1-mid {
        flex-direction: column;
    }

    .ats-cv-cta2-imgContainer {
        height: 230px!important;
    }

    .ats-hero-explanation-text {
        margin:24px 0;
        max-width: 100%!important;
    }
    
    .ats-cv-hero-container {
        gap: 30px !important;
    }

    .ats-cv-faq-questions {
        margin-top: 80px;
    }
}

@media (min-width:551px) and (max-width: 575px) {
    .ats-cv-cta2-imgContainer img:nth-child(1) {
        left: 60px!important;
    }


    .ats-cv-cta2-imgContainer img:nth-child(3) {
        right: 60px!important;
    }

}

@media (min-width: 500px) and (max-width: 550px) {
    .ats-cv-cta2-imgContainer img:nth-child(1) {
        left: 40px !important;
    }


    .ats-cv-cta2-imgContainer img:nth-child(3) {
        right: 40px !important;
    }
}

@media (min-width: 450px) and (max-width: 500px) {
    .ats-cv-cta2-imgContainer img:nth-child(1) {
        left: 20px !important;
    }


    .ats-cv-cta2-imgContainer img:nth-child(3) {
        right: 20px !important;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .ats-cv-cta2-imgContainer img:nth-child(1) {
        left: 10px !important;
    }


    .ats-cv-cta2-imgContainer img:nth-child(3) {
        right: 10px !important;
    }
}



@media (max-width: 400px) {
    .ats-cv-cta2-imgContainer:after {
        height: 160px !important;
    }

    .ats-cv-cta2-imgContainer img:nth-child(1) {
        left: 0!important;
    }


    .ats-cv-cta2-imgContainer img:nth-child(3) {
        right: 0!important;
    }

}
