        /* Your CSS goes here */
        .service-item {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
            transition: transform 0.3s ease-in-out;
            position: relative;
        }

        .service-item i {
            transition: transform 0.3s ease-in-out;
        }

        .service-item:hover i {
            transform: translateX(+10px);

            transform: translateY(-10px) scale(1.45);
        }

        .service-item .testing {
            background: linear-gradient(to left,rgb(172, 169, 169),#0858ad);
           
            -webkit-background-clip: text;
            color: transparent;
            /* This is necessary to apply the gradient to the text */
            font-size: 4rem;
        }

        .service-item .usebyyourself {
            background: linear-gradient(to left, #f52a2a, #e1a390);
            -webkit-background-clip: text;
            color: transparent;
            /* This is necessary to apply the gradient to the text */
            font-size: 4rem;
        }

        .service-item .biobank {
            background: linear-gradient(to left, #a7f17c, #022009);
            -webkit-background-clip: text;
            color: transparent;
            /* This is necessary to apply the gradient to the text */
            font-size: 4rem;
        }

        .service-item .sendsample {
            background: linear-gradient(to left, #1495b6, #084150);
            -webkit-background-clip: text;
            color: transparent;
            /* This is necessary to apply the gradient to the text */
            font-size: 4rem;
        }

        .service-item .howtocontact {
            background: linear-gradient(to left, #983caf, #9e4018a8);
            -webkit-background-clip: text;
            color: transparent;
            /* This is necessary to apply the gradient to the text */
            font-size: 3rem;
        }

        .service-item .rateofservice {
            background: linear-gradient(to left, #b80c28, #1d0202);
            -webkit-background-clip: text;
            color: transparent;
            /* This is necessary to apply the gradient to the text */
            font-size: 3rem;
        }

        .service-item .bookingmeeting {
            background: linear-gradient(to left,rgb(172, 169, 169),grey);
          /*background: linear-gradient(to left, #781ae4, #1c0449);*/
            -webkit-background-clip: text;
            color: transparent;
            /* This is necessary to apply the gradient to the text */
            font-size: 3rem;
        }

        .page-section {
            padding: 20px 0;
        }

        .map-container {
            border-radius: 8px;
            overflow: hidden;
        }

        .divider {
            width: 60px;
            height: 2px;
            background-color: #f4623a;
            margin: 1.5rem auto;
        }

        .text-muted {
            color: #6c757d !important;
        }

        .card-link:hover {
            text-decoration: none;
        }

        .card-link+.card-link {
            margin-left: 1.25rem;
        }
        .card_links {
            padding: 40px 0 30px 0;
        }
        
        .tmrc_card_link_wrapper {
            padding: 40px 0;
            width: 70%;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, 280px);
            grid-gap: 30px;
            justify-content: center;
        }
        
        .tmrc_card_link {
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            color: var(--main-color);
            background: white;
            flex-direction: column;
            height: 270px;
            padding: 30px;
            text-align: center;
        }
        
        .tmrc_card_link_icon i {
            font-size: 5rem;
        }
        
        .tmrc_card_link_wrapper a:hover {
            color: var(--hover-color);
            text-decoration: none;
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2), -2px -2px 3px rgba(0, 0, 0, 0.2);
            transform: scale(1.01);
        }
        .sponsor_wrapper{
            display:flex;
            width:90%;
            margin:0 auto;
            align-items: center;
            justify-content: center;
            padding:30px;
            flex-wrap: wrap;
            flex-basis: 250px;
            margin-top:50px;
        
        }
        .sponsor_group{
            display:flex;
            flex-direction: column;
            justify-content: center;
            align-items:center;
            margin-left:20px;
            margin-right:20px;
            flex:1;
            text-align: center;
        }
        .sponsor_logos{
            height:150px;
        }
        .sponsor_logos img{
            height:100%;
            object-fit: contain;
            
        }
        .sponsor_text{
            min-height:100px;
            padding:20px 0;
        }
        @media (max-width: 768px) {

            .col-md-4,
            .col-lg-3 {
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 1rem;
            }

            .h4 {
                font-size: 1.5rem;
            }

            .h5 {
                font-size: 1.25rem;
            }
        }

        @media (max-width: 576px) {
            .h4 {
                font-size: 1.25rem;
            }

            .h5 {
                font-size: 1.125rem;
            }
        }

        /* Auto-container */
        .auto-container {
            padding: 50px 15px;
        }

        /* Row alignment */
        .auto-container .row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        /* Section title */




        .auto-container {
            width: 100%;
            /* Adjust width as needed */
            max-width: 1200px;
            /* Adjust max-width as needed */
            padding: 50px 15px;
            text-align: center;
            /* Center align text within .sec-title.style-two */
        }


        .blog-section-eight {
            padding: 80px 0;
            background-color: #f9f9f9;
        }

        .auto-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .news-section-eight_title {
            margin-bottom: 40px;
            text-align: center;
        }

        .sec-title.style-eight h4 {
            font-size: 18px;
            color: #333;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .sec-title.style-eight h2 {
            font-size: 36px;
            color: #1d5ca9;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .blog-section-eight {
            padding: 50px 0;
            background-color: #f9f9f9;
        }

        .blog-section-eight .sec-title.style-eight h2 {
            font-size: 36px;
            font-weight: 700;
            color: #333;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        .news-block-eight {
            background-color: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 30px;
        }

        .news-block-eight:hover {
            transform: translateY(-10px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }

        .news-block-eight .img-holder {
            position: relative;
            overflow: hidden;
        }

        .news-block-eight .img-holder img {
            width: 100%;
            height: auto;
            transition: transform 0.3s ease;
        }

        .news-block-eight .img-holder:hover img {
            transform: scale(1.1);
        }

        .news-block-eight .overlay-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: none;
        }

        .news-block-eight .overlay-icon a {
            background-color: rgba(0, 0, 0, 0.6);
            padding: 10px;
            border-radius: 50%;
            color: #fff;
            font-size: 18px;
            display: inline-block;
        }

        .news-block-eight:hover .overlay-icon {
            display: block;
        }

        .news-block-eight .text-holder {
            padding: 20px;
        }

        .news-block-eight .meta-info {
            list-style: none;
            padding: 0;
            margin: 0 0 10px;
            font-size: 14px;
            color: #999;
            display: flex;
            gap: 10px;
        }

        .news-block-eight .meta-info li a {
            color: #007bff;
            text-decoration: none;
        }

        .news-block-eight .meta-info li a:hover {
            text-decoration: underline;
        }

        .news-block-eight .text-holder a {
            font-size: 14px;
            line-height: 1.5;
            color: #333;
            text-decoration: none;
        }

        .news-block-eight .text-holder a:hover {
            color: #007bff;
        }

        h1,
        h2,
        p {
            word-wrap: break-word;
            white-space: normal;
        }

        /* Custom media queries for responsive text sizes */
        @media (max-width: 576px) {
            h1 {
                font-size: 1.75rem;
                /* Adjusted for smaller screens */
                padding-top: 50px;
            }

            h2 {
                font-size: 1.25rem;
                /* Adjusted for smaller screens */
            }

            p {
                font-size: 1rem;
                /* Adjusted for smaller screens */
            }
        }

        @media (min-width: 992px) {
            h1 {
                font-size: 3.5rem;
                /* Larger size for bigger screens */
            }

            h2 {
                font-size: 2.5rem;
                /* Larger size for bigger screens */
            }

            p {
                font-size: 1.25rem;
                /* Larger size for bigger screens */
            }
        }

        .no-bg-padding {
            padding: 10px 30px;
            /* Adjust the padding as needed */
            background-color: transparent;
            /* Removes the background color */
            border: none;
            /* Optional: Remove the border if desired */
            color: inherit;
            /* Inherit the text color from the parent element */
            box-shadow: none;
            /* Optional: Remove any box-shadow if the button has one */
        }

        .selected {

            background-color: #e7f0ff;
            /* Optional: Lighten the background color */
            color: #007BFF;
            /* Optional: Change the text color */
        }

        @keyframes slideInFromBottom {
            from {
                transform: translateY(100%);
                opacity: 0;
            }

            to {
                transform: translateY(0);
                opacity: 1;
            }
        }