  .logo-box img {
            width: auto;
            max-width: 100%;
            height: auto;
            vertical-align: middle;
            border-style: none;
        }

        .ttm-row {
            padding: 29px 0;
        }

        * {
            user-select: auto !important;
        }

        .section-title {
            position: relative;
            margin-bottom: 25px;
        }

        .section-title h3 {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 15px;
            line-height: 18px;
            display: inline-block;
            padding-left: 12px;
            margin-bottom: 12px;
            position: relative;
        }

        .section-title h3:before {
            position: absolute;
            content: "";
            height: 100%;
            width: 3px;
            left: 0;
            top: 0;
        }

        .section-title h2.title {
            font-weight: 700;
            text-transform: capitalize;
            font-size: 28px;
            line-height: 52px;
            margin-bottom: 15px;
        }

        .section-title.title-style-center_text {
            text-align: center;
        }

        .border {
            border-color: rgba(0, 0, 0, 0.05) !important;
        }


        .featured-icon-box {
            position: relative;
            margin: 15px 0;
        }

        .container {
            counter-reset: featuredbox-number;
        }


        /* style1 */
        .featured-icon-box.style1 {
            position: relative;
    padding: 15px 24px 0px 24px !important;

            background-color: #fff;
            text-align: center;
            width: 100%;
            border: 1px solid #e5e5e5;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s;
        }

        .featured-icon-box.style1:after,
        .featured-icon-box.style1:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            content: '';
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.55s, transform 0.55s;
        }

        .featured-icon-box.style1:after {
            border-left: 1px dashed;
            border-right: 1px dashed;
            -webkit-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
            -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
        }

        .featured-icon-box.style1:before {
            border-top: 1px dashed;
            border-bottom: 1px dashed;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
        }

        .featured-icon-box.style1:hover:after,
        .featured-icon-box.style1:hover:before {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        .featured-icon-box.style1:hover {
            border-color: transparent;
        }


        section {
            display: block;
        }

        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
            color: inherit;
        }

        a {
            outline: none;
        }

        p {
            margin: 0 0 15px;
        }

        *::-moz-selection {
            background: #22b6af;
            color: #fff;
            text-shadow: none;
        }

        ::-moz-selection {
            background: #22b6af;
            color: #fff;
            text-shadow: none;
        }

        ::selection {
            background: #22b6af;
            color: #fff;
            text-shadow: none;
        }



        body {
            font-weight: 400;
            font-size: 15px;
            line-height: 25px;
            letter-spacing: 0px;
            color: #7d859c;

        }

        h2,
        h3 {
            font-family: 'Inter', sans-serif;
            margin-bottom: 15px;
            font-weight: 700;
            color: #06194b;
        }

        h2 {
            font-size: 48px;
            line-height: 58px;
        }

        h3 {
            font-size: 38px;
            line-height: 48px;
        }


        a {
            color: #06194b;
        }

        a,
        img {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .fs-16 {
            font-size: 16px !important;
            line-height: 24px;
            font-weight: 700;
        }

        .fs-28 {
            font-size: 28px !important;
            line-height: 38px;
            font-weight: 600;
        }

        .container {
            max-width: 1200px;
            padding: 0 15px;
        }

        .row:not(.g-0) {
            margin-left: -15px;
            margin-right: -15px;
        }

        .row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px
        }

        .col-lg-12,
        .col-lg-3,
        .col-lg-6,
        .col-md-12,
        .col-md-4,
        .col-sm-12,
        .col-sm-6 {
            position: relative;
            padding-right: 15px;
            padding-left: 15px;
        }


        .p-30 {
            padding: 30px ! important;
        }

        .mt-15 {
            margin-top: 15px ! important;
        }

        .mb-10 {
            margin-bottom: 10px ! important;
        }

        .mb-15 {
            margin-bottom: 15px ! important;
        }

        .mb_15 {
            margin-bottom: -15px ! important;
        }


        .ttm-textcolor-skincolor,
        :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor,
        a:hover {
            color: #22b6af;
        }


        .section-title h3:before {
            background-color: #22b6af;
        }

        .featured-icon-box.style1:after,
        .featured-icon-box.style1:before {
            border-color: #22b6af !important;
        }


        .ttm-bgcolor-grey {
            background-color: #f2f6ff;
        }

        .custom-feature-box .fa-arrow-right {

            border-radius: 50%;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            /* Center horizontally */
            transition: all 0.3s ease;
        }

        .custom-feature-box:hover .fa-arrow-right {
            background-color: #37aa67;
            border-radius: 50%;
            padding: 5px 7px;
            transform: scale(1.1);
            color: white !important;
        }

        .arrow-link:hover {
            border-radius: 50px;
            padding: 5px 7px 5px 7px;
        }

        .image-wrapper {
            width: 100% !important;
            height: 150px !important;
            overflow: hidden !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            background: #f9f9f9 !important;
            border: 1px dashed grey !important;
        }

        .feature-image {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
        }

        html {
            scroll-behavior: smooth;
        }

        .featuredbox-number {
            overflow: visible;
            /* Instead of hidden if it's set */
        }

     
        .custom-feature-box:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        .image-wrapper {
            position: relative;
            display: inline-block;
            width: 100%;
        }

        .feature-image {
            width: 100%;
            max-height: 150px;
            object-fit: contain;
        }

        .quarter-badge {
            line-height: 1;
            padding: 0 8px 10px 0;
            position: absolute;
            top: 0;
            left: 1px;
            width: 45px;
            height: 45px;
            background-color: #001d4a;
            color: white;
            font-size: 13px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom-right-radius: 50px;
        }

        .feature-content h3 {
            font-size: 16px;
            font-weight: bold;
            margin: 0px 0 10px;
            color: #001d4a;
            line-height: 1.4;
        }

        /* New description text styling */
        .feature-description {
            font-size: 13px;
            color: #7d859c;
            line-height: 1.5;
            margin: 0 0 15px;
            min-height: 40px;
            /* Ensure consistent height for all descriptions */
        }

        .arrow-link {
            color: #001d4a;
            font-size: 18px;
            text-decoration: none;
            display: inline-block;
            transition: transform 0.2s ease;
        }

        .arrow-link:hover {
            transform: translateX(4px);
        }

        .life-science-highlight-box {
            background: linear-gradient(135deg, #f0f9ff, #e6f4ff);
            padding: 35px;
            border-radius: 16px;
            border: 1px solid #d1e9f7;
            box-shadow: 0 8px 24px rgba(0, 73, 131, 0.08);
            transition: all 0.3s ease;
        }

        .life-science-highlight-box:hover {
            transform: translateY(-6px);
        }

        .life-science-highlight-box .label-tag {
            font-size: 14px;
            font-weight: 600;
            color: #0097a7;
            /* Teal blue */
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 12px;
        }

        .life-science-highlight-box .headline {
            font-size: 26px;
            font-weight: 700;
            color: #003b6f;
            /* Deep blue */
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .life-science-highlight-box p {
            font-size: 15.5px;
            color: #4a4a4a;
            line-height: 1.8;
        }

        .life-science-highlight-box {
            background: linear-gradient(135deg, #f0f9ff, #e6f4ff);
            padding: 35px;
            border-radius: 16px;
            border: 1px solid #d1e9f7;
            box-shadow: 0 8px 24px rgba(0, 73, 131, 0.08);
            transition: all 0.3s ease;
        }

        .life-science-highlight-box:hover {
            transform: translateY(-6px);
        }

        .life-science-highlight-box .label-tag {
            font-size: 14px;
            font-weight: 600;
            color: #0097a7;

            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 12px;
        }

        .life-science-highlight-box .headline {
            font-size: 26px;
            font-weight: 700;
            color: #003b6f;

            margin-bottom: 15px;
            line-height: 1.4;
        }

        .life-science-highlight-box p {
            font-size: 15.5px;
            color: #4a4a4a;
            line-height: 1.8;
        }

        /* Performance optimizations */
        .feature-image {
            will-change: transform;
            backface-visibility: hidden;
        }

        .custom-feature-box {
            will-change: transform;
            transform: translateZ(0);
        }

        /* Image loading improvements */
        .image-wrapper {
            position: relative;
        }

        .feature-image {
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .feature-image.loaded {
            opacity: 1;
        }

        .image-placeholder {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ccc;
            font-size: 14px;
        }
.arrow-link img{
height:30px;
filter: invert(52%) sepia(28%) saturate(1134%) hue-rotate(96deg) brightness(91%) contrast(91%);
}

 /* Equal height for all category cards */
        .featuredbox-number {
            display: flex;
            flex-wrap: wrap;
        }
        
        .featuredbox-number .col-lg-3,
        .featuredbox-number .col-md-4,
        .featuredbox-number .col-sm-6 {
            display: flex;
        }
        
        .custom-feature-box {
            height: 100%;
            transition: transform 0.3s ease;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .custom-feature-box:hover {
            transform: translateY(-5px);
        }

        .feature-content {
               padding: 20px 0px 0 0;
                       flex-grow: 1;
        }

        .feature-description {
            min-height: 60px;
            margin-bottom: 0px;
            flex-grow: 1;
        }

        .image-wrapper {
            position: relative;
            overflow: hidden;
            height: 200px;
        }

        .feature-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .custom-feature-box:hover .feature-image {
            transform: scale(1.05);
        }

        .life-science-highlight-box {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* Make entire card clickable */
        .card-link {
            text-decoration: none;
            color: inherit;
            display: flex;
            width: 100%;
        }

        .card-link:hover {
            text-decoration: none;
            color: inherit;
        }
        
        /* Arrow link styling */
        .arrow-link {
padding-top: 10px;
            margin-top: auto;
        }