
    section {
        padding: 80px 104px;
        background-color: #ECFCF5;
        overflow: hidden;
    }

    .what-we-test-headeing {
        font-size: 40px;
        font-weight: 400;
        color: #111;
        line-height: 120%;
        margin-bottom: 15px;
        font-family: "Replica LL", sans-serif;
    }

    .what-we-test .subtitle {
        max-width: 750px;
        color: #111;
        font-size: 16px;
        line-height: 1.6;
        font-weight: 400;
        margin-bottom: 10px;
        font-family: "Roboto", sans-serif;
        line-height: 160%;
    }

    /* Splide styling */
    #test-slider {
        width: 1500px;
    }

    #test-slider .splide__slide {
        background: #fff;
        border-radius: 12px;
        padding: 25px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease;
        width: calc(25% - 1.12rem) !important;
    }

    #test-slider .splide__slide:hover {
        transform: translateY(-5px);
    }

    #test-slider .splide__slide img {
        width: 120px;
        height: 120px;
        object-fit: contain;
        margin-bottom: 20px;
    }

    .gene-tag {
        display: inline-block;
        background: #4999650D;
        color: #499965;
        font-size: 12px;
        font-weight: 500;
        padding: 2px 12px;
        border-radius: 6px;
        margin: 10px 0px;
        line-height: 160%;
    }

    .child-heading {
        font-size: 18px;
        font-weight: 400;
        color: #111;
        margin-bottom: 0px;
        font-family: "Replica LL", sans-serif;
    }

    .desc {
        font-size: 0.95rem;
        color: #555;
        line-height: 1.6;
    }

    /* Arrows */
    #test-slider .splide__arrows {
        top: -15%;
        position: absolute;
        justify-content: end;
        /* margin-bottom: 27px; */
        right: 10%;
        /* left: 0px; */
        border: 0px;
        bottom: 0px;
    }

    #test-slider .splide__arrow {
        color: #111;
        background: #111 !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        padding: 14px 16px;
        border-radius: 36px;
        margin-right: 10px;
    }

    /* #test-slider .splide__track {
        overflow: hi;
    } */

    #test-slider .splide__slide img {
        width: 140px;
        margin-top: -85px !important;
        margin: 0 auto;
    }

    .splide__arrow svg {
        fill: #fff !important;
        width: 8px;
        height: 10px;
    }

    #test-slider-list {
        margin-top: 100px !important;
    }
    @media (min-width: 325px) and (max-width: 767px) { 
        #test-slider-list {
        margin-top: 50px !important;
          }
    }
    #test-slider .splide__arrow--prev svg {
        transform: scaleX(-1);
    }

    @media (max-width: 768px) {
        .what-test-container {
            padding: 32px 16px;
            height: 750px;
        }

        h2 {
            font-size: 1.5rem;
        }

        .what-we-test-headeing {
            display: flex;
            text-align: center;
            justify-content: center;
            font-size: 36px !important;
        }

        .what-we-test .subtitle {
            display: flex;
            text-align: center;
            justify-content: center;
        }

        #test-slider .splide__slide {
            width: calc(40% - 1px) !important;
            margin-right: 5px !important;
        }
        #test-slider {
            width: 800px;
        }
        #test-slider .splide__track {
            overflow: visible !important;
        }
        #test-slider .splide__arrows {
            top: 105%;
            left: 20%;
        }

        #test-slider .splide__arrow svg {
            display: block !important;
            height: 15px;
            width: 15px;
        }

        #test-slider .splide__arrow--prev svg {
            transform: scaleX(-1);
        }


    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .what-test-container {
            height: 650px;
        }

        #test-slider .splide__slide {
            width: calc(50% - 1.12rem) !important;
            margin-right: 1rem !important;
        }
    }