@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

.title {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.26;
}

.testing-page .testing-hero-section {
    background: linear-gradient(180deg, #546268 0%, #7B8286 100%);
    padding: 178px 0 200px;
    position: relative;  overflow: hidden;
}

.testing-page .testing-hero-section::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: white;
    opacity: 0.2;
    filter: blur(2200px);
    z-index: 0;
}

.testing-page .testing-hero-section .heading {
    max-width: 1350px;
    font-family: Plus Jakarta Sans;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.26;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 22px;
    color: #fff;
}

.testing-page .testing-hero-section .sub-text {
    text-align: center;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    max-width: 810px;
    margin: 0 auto;

}

.testing-page .custom-container {
    max-width: 1650px;
    margin: 0 auto;
}

.testing-page .testing-hero-section .breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 22px;
}

.testing-page .testing-hero-section .breadcrumb .list-item {
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    color: white;
}

.testing-page .testing-hero-section .breadcrumb .list-item img {
    filter: invert(1);
}

.testing-page .testing-hero-section .breadcrumb li a.list-item {
    display: flex;
    gap: 10px;
    font-weight: 300;
}

.testing-info {
    padding: 100px 0;
}

.testing-info .flexContainer {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

.testing-info .testing-img {
    overflow: hidden;
    border-radius: 20px;
}

.testing-info .testing-img img {
    width: 100%;
    height: auto;
}

.testing-info .testing-content, .testing-info .testing-img {
    width: 50%;
}

.testing-info .testing-content h2 {
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
    color: #000;
}
.testing-info .testing-content p {
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

.testing-info .testing-content p:not(:last-child) {
    margin-bottom: 20px;
}

.advance-testing {
    padding-bottom: 130px;
}

.advance-testing .heading {
    font-family: "Plus Jakarta Sans";
    font-size: 54px;
    font-weight: 600;
    line-height: 1.26;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
} 

.advance-testing .flexcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.advance-testing .advance-content {
    max-width: 769px;
}

.advance-testing .advance-content ul {
    padding-left: 15px;
}

.advance-testing .advance-content li {
    margin-bottom: 30px;
}

.advance-testing .advance-content li .sub-text {
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

.advance-testing .advance-content li span {
    font-weight: 600;
}

.advance-testing .advance-content p {
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

.advance-testing .advance-image-holder {
    width: 810px;
}

.advance-testing .advance-image-holder {
    overflow: hidden;
    border-radius: 20px;
}

.advance-testing .advance-image-holder img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width : 1200px) and (max-width: 1699px) {
    .title {
        font-size: 3.4722222222222223vw;
    }

    .testing-page .testing-hero-section {
        padding: 11.11111111111111vw 0 10.416666666666666vw;
    }

    .testing-page .testing-hero-section .heading {
        font-size: 4.166666666666667vw;
        margin-bottom: 1.5277777777777777vw;
    }

    .testing-page .testing-hero-section .sub-text {
        font-size: 1.25vw;
        line-height: 1.8;
        max-width: 56.25vw;
    }

    .testing-page .testing-hero-section .breadcrumb {
        gap: 10px;
        margin-bottom: 1.5277777777777777vw;
    }

    .testing-page .testing-hero-section .breadcrumb .list-item {
        font-size: 1.25vw;
    }

    .testing-info {
        padding: 6.25vw 0;
    }

    .testing-page .custom-container {
        max-width: 90%;
    }

    .testing-info .testing-content .sub-text {
        font-size: 1.25vw;
        line-height: 2;
    }

    .testing-info .testing-content .sub-text:not(:last-child) {
        margin-bottom: 1.23666666666vw;
    }

    .advance-testing {
        padding-bottom: 4.25vw 0;
    }

    .advance-testing .custom-container {
        padding: 0;
    }

    .advance-testing .heading {
        font-size: 3.1666666666666665vw;
        margin-bottom: 2.0833333333333335vw;
    }

    .advance-testing .advance-content li {
        margin-bottom: 15px;
    }

    .advance-testing .advance-content li .sub-text {
        font-size: 1.25vw;
        line-height: 2;
    }

    .advance-testing .advance-content p  {
        font-size: 1.25vw;
        line-height: 2;
    }

    .advance-testing .advance-content {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .title {
        font-size: 38px;
    }

    .testing-page .testing-hero-section {
        padding: 120px 0 70px;
    }

    .testing-page .testing-hero-section .heading {
        width: 100%;
        font-size: 40px;
        margin-bottom: 20px;
    }

    .testing-page .testing-hero-section .sub-text {
        font-size: 18px;
        line-height: 1.8;
        max-width: 100%;
    }

    .testing-page .testing-hero-section .breadcrumb {
        gap: 10px;
        margin-bottom: 20px;
    }

    .testing-page .testing-hero-section .breadcrumb .list-item {
        font-size: 18px;
    }

    .testing-info {
        padding: 60px 0;
    }

    .testing-info .testing-content, .testing-info .testing-img {
        width: 100%;
    }

    .testing-info .flexContainer {
        flex-direction: column;
    }

    .testing-page .custom-container {
        max-width: 90%;
    }

    .advance-testing {
        padding-bottom: 150px;
    }

    .advance-testing .flexcontainer {
        flex-wrap: wrap;
    }

    .advance-testing .advance-content {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .advance-testing .advance-image-holder {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .title {
        font-size: 28px;
    }

    .testing-page .testing-hero-section {
        padding: 80px 0 40px;
    }

    .testing-page .testing-hero-section .heading {
        font-size: 29px;
        margin-bottom: 10px;
    }

    .testing-page .testing-hero-section .sub-text {
        font-size: 16px;
        line-height: 1.8;
        max-width: 100%;
    }

    .testing-page .testing-hero-section .breadcrumb {
        gap: 10px;
        margin-bottom: 15px;
    }

    .testing-page .testing-hero-section .breadcrumb .list-item {
        font-size: 16px;
    }

    .testing-info {
        padding: 40px 0;
    }

    .testing-info h2 {
        margin-bottom: 10px;
    }

    .testing-page .custom-container {
        max-width: 90%;
    }

    .testing-info {
        padding: 60px 0;
    }

    .testing-info .testing-content, .testing-info .testing-img {
        width: 100%;
    }

    .testing-info .testing-img {
        border-radius: 15px;
    }

    .testing-info .flexContainer {
        flex-direction: column;
    }

    .testing-page .custom-container {
        max-width: 90%;
    }

    .testing-info .testing-content p {
        font-size: 16px;
        line-height: 1.9;
    }

    .advance-testing .advance-content li p, .advance-testing .advance-content p {
        font-size: 16px;
    }

    .advance-testing .advance-content li {
        margin-bottom: 15px;
    }

    .advance-testing .heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .advance-testing {
        padding-bottom: 150px;
    }

    .advance-testing .flexcontainer {
        flex-wrap: wrap;
    }

    .advance-testing .advance-content {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .advance-testing .advance-image-holder {
        width: 100%;
        border-radius: 15px;
    }
}