@charset "UTF-8";
        /* Basic Reset and Font */
        .tkmaxwidth {
            max-width: 1400px;
            padding: 0 2rem 0rem 2rem;
        }
        .banner_inpage .tkmaxwidth{display:none;}
        .inpage_section_title{border:0px;display:none;}
        .tkpage.services-container {
            width: 100% !important;
            padding-top: 0px;
        }
        /* Container */
        .cpm-container {
    
            margin-left: auto;
            margin-right: auto;
            padding-left: 1rem;
            padding-right: 1rem;
        }

        @media (min-width: 640px) {
            .cpm-container {
                max-width: 640px;
            }
        }

        @media (min-width: 768px) {
            .cpm-container {
                max-width: 768px;
            }
        }

        @media (min-width: 1024px) {
            .cpm-container {
                max-width: 1024px;
            }
        }

        @media (min-width: 1280px) {
            .cpm-container {
                max-width: 1280px;
            }
        }

        @media (min-width: 1536px) {
            .cpm-container {
                max-width: 1400px;
            }
        }

        /* Custom Colors */
        .color-dark-blue {
            color: #1C3C6E;
        }

        .bg-dark-blue {
            background-color: #1C3C6E;
        }

        .color-light-blue {
            color: #0061CD;
        }

        .bg-light-blue {
            background-color: #F3E04E;
            color:#000 !important;
        }

        .color-yellow {
            color: #F3E04E;
        }

        .bg-yellow {
            background-color: #F3E04E;
        }

        .border-light-blue {
            border-color: #0061CD;
        }

        /* Button hover effects */
        .btn-primary {
            display: inline-block;
            transition: all 0.3s ease;
            transform: translateY(0);
            cursor: pointer;
            border: none;
            text-align: center;
        }

        .btn-primary:hover,.cpm-container button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }

        /* Card hover effects */
        .card-hover-effect {
            transition: all 0.3s ease;
            transform: translateY(0);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .card-hover-effect:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        /* Modal styles */
        .modal {
            display: none;
            position: fixed;
            z-index: 2000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.6);
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            background-color: #fefefe;
            margin: auto;
            padding: 40px;
            border-radius: 15px;
            width: 90%;
            max-width: 600px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            position: relative;
            animation: fadeIn 0.3s ease-out;
        }

        .close-button {
            color: #aaa;
            position: absolute;
            top: 15px;
            right: 25px;
            font-size: 36px;
            font-weight: bold;
            cursor: pointer;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Parallax Effect for Hero Section */
        .parallax {
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
.cpm-container button{
    border:0px;
}
        /* Fixed Navbar */
        .fixed-navbar {
            position: fixed;
            top: 80px;
            left: 0;
            width: 100%;
            background-color: transparent;
            backdrop-filter: blur(5px);
            z-index: 1000;
            transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            padding: 1rem 1rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .fixed-navbar.hidden {
            display: none;
        }

        .fixed-navbar.scrolled {
            background-color: rgba(28, 60, 110, 0.95);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .fixed-navbar .nav-links-container {
            display: none;
            /* Hidden by default, shown on md */
            flex-wrap: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .fixed-navbar .nav-links-container::-webkit-scrollbar {
            display: none;
        }

        @media (min-width: 768px) {
            .fixed-navbar {
/*
                padding-left: 4rem;
                padding-right: 4rem;
*/
            }

            .fixed-navbar .nav-links-container {
                display: flex;
                gap: 0.5rem;
            }
        }

        .fixed-navbar .nav-link {
            padding: 0.5rem 0.75rem;
           
            color: white;
            text-decoration: none;
            white-space: nowrap;
            border-radius: 9999px;
            transition: all 0.3s ease;
        }

        .fixed-navbar .nav-link:hover {
            color: #F3E04E;
        }

        .fixed-navbar .nav-link.active-nav-link {
            background-color: #F3E04E;
            color: #1C3C6E;
            font-weight: 600;
        }

        #navQuoteBtn {
            background-color: #F3E04E;
            color: #1C3C6E;
            font-weight: 700;
            padding: 0.5rem 1.5rem;
            border-radius: 9999px;
            
            margin-left: 1rem;
        }

        /* @media (min-width: 768px) {
            #navQuoteBtn {
                font-size: 1rem;
            }
        } */

        /* Carousel styles */
        .carousel-container {
            overflow: hidden;
            position: relative;
        }

        .carousel-track {
            display: flex;
        }

        .carousel-item {
            flex-shrink: 0;
            padding: 1rem;
            box-sizing: border-box;
        }

        #partnerCarousel .carousel-item img {
            width: 100px;
            height: 50px;
            object-fit: contain;
        }

        .biomanufacturing-card {
            background-color: #f7fafc;
            padding: 1.5rem;
            border-radius: 0.75rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            text-align: center;
            height: 100% !important;
            display: flex;
            flex-direction: column;
        }


        .biomanufacturing-card img {
            border-radius: 0.5rem;
            margin-bottom: 1rem;
            height: 12rem;
            width: 100%;
            object-fit: cover;
        }
.pdf-download-img{
    display: block;
}
        .biomanufacturing-card .card-content-wrapper {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* Workflow (Horizontal Flowchart) */
        .workflow-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            flex-wrap: wrap;
        }

        .workflow-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            flex: 1;
            min-width: 150px;
            padding: 0 1rem;
        }

        .workflow-icon-wrapper {
            width: 80px;
            height: 80px;
            background-color: #F3E04E;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #1C3C6E;
            border: 4px solid #1C3C6E;
            z-index: 10;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            margin-bottom: 1rem;
        }

        .workflow-icon-wrapper svg {
            width: 4rem;
            height: 4rem;
        }

        .workflow-arrow {
            color: #0061CD;
            font-size: 2rem;
            flex-grow: 1;
            text-align: center;
        }

        @media (max-width: 1024px) {
            .workflow-arrow {
                display: none;
            }

            .workflow-step {
                margin-bottom: 2rem;
            }
        }

        /* Accordion styles */
        .accordion-header {
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem;
            background-color: #1C3C6E;
            color: white;
        } 

        .accordion-header svg {
            transform: rotate(0deg);
            transition: transform 0.3s;
        }

        .accordion-header.active svg {
            transform: rotate(180deg);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease-out, padding 0.5s ease-out;
            padding: 0 1.5rem;
        }

        .accordion-content.active {
            max-height: 500px;
            padding: 1.5rem;
        }

        /* Property Optimization Cards */
        .property-opt-card {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            min-height: 300px;
            border: 1px solid #0061CD;
            cursor: pointer;
        }

        .property-opt-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
        }

        .property-opt-card img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
            transition: transform 0.5s ease;
        }

        .property-opt-card:hover img {
            transform: scale(1.05);
        }

        .property-opt-card .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(28, 60, 110, 0.95) 0%, rgba(28, 60, 110, 0.8) 50%, rgba(28, 60, 110, 0.4) 100%);
            z-index: 1;
        }

        /* Centering logic for card content */
        .property-opt-card .initial-title,
        .property-opt-card .full-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            padding: 2rem;
            color: white;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            /* Horizontal centering */
            justify-content: center;
            /* Vertical centering */
            transition: opacity 0.4s ease-out, transform 0.4s ease-out;
        }

        .property-opt-card .initial-title {
            z-index: 3;
            font-size: 1.75rem;
            font-weight: 700;
            pointer-events: none;
        }

        .property-opt-card .full-content {
            z-index: 2;
            opacity: 0;
            transform: scale(0.95);
        }

        .property-opt-card:hover .initial-title {
            opacity: 0;
            transform: translateY(-20px);
        }

        .property-opt-card:hover .full-content {
            opacity: 1;
            transform: scale(1);
        }


        /* Case Study Book Style */
        .book-container {
            perspective: 1500px;
            display: flex;
            justify-content: center;
        }

        .book {
            width: 250px;
            height: 350px;
            position: relative;
            transform-style: preserve-3d;
            transition: transform 0.5s;
            cursor: pointer;
        }

        .book-page {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            transform-origin: left center;
            transition: transform 1s ease-in-out;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            overflow: hidden;
        }

        .book-page.front {
            background-color: #fff;
            z-index: 10;
            border-radius: 0 10px 10px 0;
        }

        .book-page.back {
            background-color: #f0f0f0;
            transform: rotateY(180deg);
            z-index: 5;
            border-radius: 0 10px 10px 0;
        }

        .book-cover {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            z-index: 20;
            transform-origin: left center;
            transition: transform 1s ease-in-out;
            backface-visibility: hidden;
            box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.3);
            border-radius: 10px 0 0 10px;
            overflow: hidden;
        }

        .case-study-container:hover .book-cover {
            transform: rotateY(-180deg);
        }

        .book-page img,
        .book-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Hot Products Section */
        .hot-products-container {
            display: flex;
            flex-direction: column;
            gap: 3rem;
        }

        @media (min-width: 1024px) {
            .hot-products-container {
                flex-direction: row;
                align-items: stretch;
                /* This makes children equal height */
            }
        }

        .hot-product-card {
            background-color: #f7fafc;
            padding: 2rem;
            border-radius: 0.75rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
            /* Allows footer to be pushed down */
        }

        .hot-product-card .button-wrapper {
            margin-top: auto;
            /* Pushes button to the bottom */
        }

        /* Section Layout Helpers */
        .flex-container {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        @media (min-width: 768px) {
            .flex-container-md-row {
                flex-direction: row;
            }
        }

        .gap-8 {
            gap: 2rem;
        }

        .gap-12 {
            gap: 3rem;
        }

        .gap-16 {
            gap: 4rem;
        }

        /* Utility classes */
        .text-center {
            text-align: center;
        }

        .font-bold {
            font-weight: 700;
        }

        .font-semibold {
            font-weight: 600;
        }

        .font-extrabold {
            font-weight: 800;
        }

        .text-white {
            color: white;
        }

        .rounded-lg {
            border-radius: 0.5rem;
        }

        .rounded-xl {
            border-radius: 0.75rem;
        }

        .rounded-full {
            border-radius: 9999px;
        }

        .shadow-lg {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }

        .shadow-md {
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }

        .mx-auto {
            margin-left: auto;
            margin-right: auto;
        }

        .mb-2 {
            margin-bottom: 0.5rem;
        }

        .mb-3 {
            margin-bottom: 0.75rem;
        }

        .mb-4 {
            margin-bottom: 1rem;
        }

        .mb-6 {
            margin-bottom: 1.5rem;
        }

        .mb-8 {
            margin-bottom: 2rem;
        }

        .mb-12 {
            margin-bottom: 3rem;
        }

        .mt-2 {
            margin-top: 0.5rem;
        }

        .mt-8 {
            margin-top: 2rem;
        }

        .mt-12 {
            margin-top: 3rem;
        }

        .ml-4 {
            margin-left: 1rem;
        }

        .mr-2 {
            margin-right: 0.5rem;
        }

        .mr-4 {
            margin-right: 1rem;
        }

        .p-4 {
            padding: 1rem;
        }

        .p-6 {
            padding: 1.5rem;
        }

        .p-8 {
            padding: 2rem;
        }

        .py-3 {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

        .py-4 {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .py-8 {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }

        .py-12 {
            padding-top: 3rem;
            padding-bottom: 3rem;
        }

        .py-16 {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }

        .px-4 {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .px-6 {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .px-8 {
            padding-left: 2rem;
            padding-right: 2rem;
        }

        .px-10 {
            padding-left: 2.5rem;
            padding-right: 2.5rem;
        }

        .text-sm {
            
        }

        .text-lg {
            
        }

        .text-xl {
           
        }

        .text-2xl {
            font-size: 1.5rem;
        }

        .text-3xl {
            font-size: 1.875rem;
        }

        .text-4xl {
            font-size: 3.5rem !important;
        }

        .text-5xl {
            font-size: 3rem;
        }

        .leading-relaxed {
            line-height: 1.625;
        }

        .leading-tight {
            line-height: 1.25;
        }

        .max-w-3xl {
            max-width: 48rem;
        }

        .max-w-4xl {
            max-width: 100%;
        }

        .max-w-6xl {
            /* max-width: 100%; */
        }

        .w-full {
            width: 100%;
        }

        .h-full {
            height: 100%;
        }

        .min-h-screen {
            min-height: 100vh;
        }
        #hero {
            position: relative;
            min-height: 60vh;
        }

        .grid {
            display: grid;
        }

        .grid-cols-1 {
            grid-template-columns: repeat(1, minmax(0, 1fr));
        }

        .space-y-4> :not([hidden])~ :not([hidden]) {
            margin-top: 1rem;
        }

        .space-y-2> :not([hidden])~ :not([hidden]) {
            margin-top: 0.5rem;
        }

        .list-disc {
            list-style-type: disc;
        }

        .list-inside {
            list-style-position: inside;
        }

        .block {
            display: block;
        }

        .inline-flex {
            display: inline-flex;
        }

        .flex {
            display: flex;
        }

        .items-center {
            align-items: center;
        }

        .justify-center {
            justify-content: center;
        }

        .justify-between {
            justify-content: space-between;
        }

        .relative {
            position: relative;
        }

        .absolute {
            position: absolute;
        }

        .inset-0 {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .z-10 {
            z-index: 10;
        }

        .opacity-40 {
            opacity: 0.4;
        }

        .hidden {
            display: none;
        }

        /* Responsive styles */
        @media (min-width: 768px) {
            .md\:w-auto {
                width: auto;
            }

            .md\:w-1\/2 {
                width: 50%;
            }

            .md\:w-1\/3 {
                width: 33.333333%;
            }

            .md\:w-2\/3 {
                width: 66.666667%;
            }

            .md\:flex-row {
                flex-direction: row;
            }

            .md\:mb-0 {
                margin-bottom: 0;
            }

            .md\:grid-cols-2 {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .md\:block {
                display: block;
            }

            .md\:text-6xl {
                font-size: 6rem;
            }

            .md\:text-xl {
               
            }
        }

        @media (min-width: 1024px) {
            .lg\:grid-cols-3 {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            .lg\:grid-cols-4 {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }

            .lg\:col-start-2 {
                grid-column-start: 2;
            }

            .lg\:flex-row {
                flex-direction: row;
            }

            .lg\:w-1\/2 {
                width: 50%;
            }
        }

        /* Form specific styles */
        form input,
        form textarea {
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            appearance: none;
            border: 1px solid #d2d6dc;
            border-radius: 0.5rem;
            width: 100%;
            padding: 0.75rem 1rem;
            color: #4a5568;
            line-height: 1.5;
            box-sizing: border-box;
        }

        form input:focus,
        form textarea:focus {
            outline: none;
            box-shadow: 0 0 0 3px rgba(0, 97, 205, 0.3);
            border-color: #0061CD;
        }

        form label {
            display: block;
            color: #4a5568;
            
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        form button {
            background-color: #1C3C6E;
            color: white;
            font-weight: 700;
            padding: 0.75rem 2rem;
            border-radius: 9999px;
        }

        form button:hover {
            background-color: #0061CD;
        }