/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.41.1780215945
Updated: 2026-05-31 08:25:45

*/

.site-title-container {
	display: none;
}

.lab-category-section {
    width: 100%;
}

.lab-category-search-wrap {
    max-width: 520px;
    margin: 0 auto 42px;
}

#lab-category-search {
    width: 100%;
    height: 56px;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 0 20px;
    font-size: 15px;
    color: #111827;
    background: #ffffff;
    outline: none;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);
}

#lab-category-search:focus {
    border-color: #044B8D;
    box-shadow: 0 12px 35px rgba(4, 75, 141, 0.12);
}

.lab-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.lab-category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 210px;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 22px;
    padding: 26px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

.lab-category-card::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #EAF3FF;
    opacity: 0.85;
    transition: all 0.3s ease;
}

.lab-category-card:hover {
    transform: translateY(-6px);
    border-color: rgba(4, 75, 141, 0.35);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.10);
}

.lab-category-card:hover::before {
    transform: scale(1.15);
    background: #DCEBFA;
}

.lab-category-image {
    position: relative;
    z-index: 1;
    width: 72px;
    height: 72px;
    margin-bottom: 22px;
}

.lab-category-image img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.lab-category-card-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.lab-category-card h3 {
    color: #111827;
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
}

.lab-category-arrow {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #F7F9FC;
    color: #044B8D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.lab-category-card:hover .lab-category-arrow {
    background: #044B8D;
    color: #ffffff;
    transform: translateX(4px);
}

.lab-category-card p {
    position: relative;
    z-index: 1;
    color: #6B7280;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 20px;
}

.lab-category-link {
    position: relative;
    z-index: 1;
    margin-top: auto;
    color: #044B8D;
    font-size: 14px;
    font-weight: 700;
}

.lab-load-more-wrap {
    text-align: center;
    margin-top: 42px;
}

#lab-load-more {
    background: #044B8D;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

#lab-load-more:hover {
    background: #03396C;
    color: #ffffff;
    transform: translateY(-2px);
}

.lab-category-empty {
    display: none;
    text-align: center;
    margin-top: 30px;
    color: #6B7280;
    font-size: 16px;
}

.lab-category-card.is-hidden {
    display: none;
}

/* Product Category Page */

.lab-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.lab-category-page {
    background: #ffffff;
}

/* Hero */

.lab-category-hero {
    position: relative;
    padding: 95px 0;
    background: linear-gradient(135deg, #F7F9FC 0%, #EAF3FF 100%);
    overflow: hidden;
}

.lab-category-hero::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(4, 75, 141, 0.08);
    top: -120px;
    right: -100px;
}

.lab-category-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(4, 75, 141, 0.06);
    bottom: -100px;
    left: -80px;
}

.lab-category-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

.lab-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 26px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #6B7280;
}

.lab-breadcrumb a {
    color: #044B8D;
    text-decoration: none;
}

.lab-breadcrumb a:hover {
    color: #03396C;
}

.lab-breadcrumb span {
    color: #6B7280;
}

.lab-eyebrow {
    display: inline-flex;
    color: #044B8D;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}

.lab-category-hero h1 {
    color: #111827;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    margin: 0 0 22px;
    max-width: 800px;
}

.lab-category-description,
.lab-category-description p {
    color: #6B7280;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
    max-width: 720px;
}

.lab-category-hero-visual {
    min-height: 340px;
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(4, 75, 141, 0.10);
}

.lab-category-hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    display: block;
}

.lab-category-hero-placeholder {
    height: 100%;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background:
        radial-gradient(circle at top right, rgba(4, 75, 141, 0.18), transparent 35%),
        linear-gradient(135deg, #FFFFFF 0%, #EAF3FF 100%);
}

.lab-category-hero-placeholder span {
    color: #044B8D;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    line-height: 1.25;
}

/* Products Section */

.lab-products-section {
    padding: 100px 0;
    background: #ffffff;
}

.lab-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 54px;
}

.lab-section-head h2 {
    color: #111827;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.15;
    margin: 0 0 16px;
}

.lab-section-head p {
    color: #6B7280;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.lab-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.lab-product-card {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.lab-product-card:hover {
    transform: translateY(-7px);
    border-color: rgba(4, 75, 141, 0.35);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.10);
}

.lab-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    height: 320px;
    padding: 0;
    overflow: hidden;
}

.lab-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.05);
    display: block;
}

.lab-product-card:hover .lab-product-image img {
    transform: scale(1.05);
}

.lab-product-content {
    padding: 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.lab-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.lab-product-meta span {
    background: #EAF3FF;
    color: #044B8D;
    font-size: 13px;
    font-weight: 800;
    padding: 7px 12px;
    border-radius: 999px;
}

.lab-product-meta strong {
    color: #044B8D;
    font-size: 14px;
    font-weight: 800;
}

.lab-product-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.3;
}

.lab-product-card h3 a {
    color: #111827;
    text-decoration: none;
}

.lab-product-card h3 a:hover {
    color: #044B8D;
}

.lab-product-card p {
    color: #6B7280;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 24px;
}

.lab-product-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #044B8D !important;
    font-weight: 800;
    text-decoration: none;
}

.lab-product-btn span {
    transition: transform 0.3s ease;
}

.lab-product-btn:hover span {
    transform: translateX(5px);
}

.lab-pagination {
    margin-top: 55px;
    text-align: center;
}

.lab-pagination .nav-links {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.lab-pagination a,
.lab-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}

.lab-pagination .current,
.lab-pagination a:hover {
    background: #044B8D;
    border-color: #044B8D;
    color: #ffffff;
}

/* Empty */

.lab-empty-products {
    background: #F7F9FC;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 55px;
    text-align: center;
}

.lab-empty-products h3 {
    color: #111827;
    margin: 0 0 10px;
}

.lab-empty-products p {
    color: #6B7280;
    margin: 0 0 24px;
}

.lab-empty-products a {
    display: inline-flex;
    background: #044B8D;
    color: #ffffff !important;
    padding: 13px 22px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
}

/* CTA */

.lab-category-cta {
    padding: 0 0 100px;
    background: #ffffff;
}

.lab-category-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 54px 60px;
    border-radius: 28px;
    background: linear-gradient(135deg, #044B8D 0%, #03396C 100%);
    overflow: hidden;
    position: relative;
}

.lab-category-cta-box::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    right: -90px;
    top: -90px;
}

.lab-category-cta-box > * {
    position: relative;
    z-index: 1;
}

.lab-category-cta-box .lab-eyebrow {
    color: #DCEBFA;
}

.lab-category-cta-box h2 {
    color: #ffffff;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.15;
    margin: 0 0 12px;
}

.lab-category-cta-box p {
    color: #DCEBFA;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
    max-width: 680px;
}

.lab-category-cta-box > a {
    flex: 0 0 auto;
    display: inline-flex;
    background: #ffffff;
    color: #044B8D !important;
    padding: 15px 26px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
    transition: all 0.3s ease;
}

.lab-category-cta-box > a:hover {
    background: #DCEBFA;
    transform: translateY(-2px);
}
/* Single Product Page */


.lab-single-product-page {
    background: #ffffff;
}



/* Hero */

.lab-single-product-hero {
    padding: 80px 0 95px;
    background: linear-gradient(135deg, #F7F9FC 0%, #EAF3FF 100%);
    position: relative;
    overflow: hidden;
}

.lab-single-product-hero::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(4, 75, 141, 0.08);
    top: -140px;
    right: -90px;
}

.lab-single-product-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.lab-single-product-image-wrap {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.10);
}

.lab-single-product-image {
    min-height: 460px;
    background: #ffffff;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lab-single-product-image img {
    width: 100%;
    height: 100%;
    max-height: 460px;
    object-fit: contain;
    display: block;
}

.lab-single-product-placeholder {
    min-height: 460px;
    width: 100%;
    background: #F7F9FC;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #044B8D;
    font-weight: 800;
    border-radius: 22px;
}

.lab-single-product-info h1 {
    color: #111827;
    font-size: clamp(26px, 2.6vw, 38px);
    line-height: 1.1;
    margin: 0 0 18px;
}

.lab-model-badge {
    display: inline-flex;
    background: #EAF3FF;
    color: #044B8D;
    font-size: 15px;
    font-weight: 800;
    border-radius: 999px;
    padding: 9px 16px;
    margin-bottom: 22px;
}

.lab-product-short-desc {
    color: #6B7280;
    font-size: 17px;
    line-height: 1.75;
    margin: 0 0 30px;
    max-width: 720px;
}

.lab-product-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.lab-primary-btn,
.lab-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 13px;
    padding: 0 24px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lab-primary-btn {
    background: #044B8D;
    color: #ffffff !important;
}

.lab-primary-btn:hover {
    background: #03396C;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.lab-secondary-btn {
    background: #ffffff;
    color: #044B8D !important;
    border: 1px solid #DCEBFA;
}

.lab-secondary-btn:hover {
    background: #EAF3FF;
    color: #044B8D !important;
    transform: translateY(-2px);
}

.lab-product-support-box {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 20px 22px;
}

.lab-product-support-box strong {
    display: block;
    color: #111827;
    font-size: 16px;
    margin-bottom: 6px;
}

.lab-product-support-box span {
    display: block;
    color: #6B7280;
    font-size: 15px;
    line-height: 1.6;
}

/* Detail Section */

.lab-product-detail-section {
    padding: 95px 0;
    background: #ffffff;
}

.lab-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 34px;
    align-items: start;
}

.lab-detail-main {
    display: grid;
    gap: 28px;
}

.lab-detail-card {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.04);
}

.lab-detail-card h2 {
    color: #111827;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 18px;
}

.lab-product-content,
.lab-product-content p {
    color: #6B7280;
    font-size: 16px;
    line-height: 1.75;
}

.lab-product-content p:last-child {
    margin-bottom: 0;
}

/* Specifications */

.lab-spec-table {
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    overflow: hidden;
}

.lab-spec-row {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    border-bottom: 1px solid #E5E7EB;
}

.lab-spec-row:last-child {
    border-bottom: none;
}

.lab-spec-label,
.lab-spec-value {
    padding: 16px 20px;
    font-size: 15px;
    line-height: 1.5;
}

.lab-spec-label {
    background: #F7F9FC;
    color: #111827;
    font-weight: 800;
}

.lab-spec-value {
    color: #6B7280;
}

/* Sidebar */

.lab-detail-sidebar {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 22px;
}

.lab-sidebar-card,
.lab-sidebar-help {
    background: #F7F9FC;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 28px;
}

.lab-sidebar-card h3,
.lab-sidebar-help h3 {
    color: #111827;
    font-size: 22px;
    margin: 0 0 20px;
}

.lab-sidebar-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.lab-sidebar-card li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #E5E7EB;
}

.lab-sidebar-card li:last-child {
    border-bottom: none;
}

.lab-sidebar-card li span {
    color: #6B7280;
}

.lab-sidebar-card li strong {
    color: #111827;
    text-align: right;
}

.lab-sidebar-card > a,
.lab-sidebar-help > a {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    background: #044B8D;
    color: #ffffff !important;
    padding: 13px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    transition: all 0.3s ease;
}

.lab-sidebar-card > a:hover,
.lab-sidebar-help > a:hover {
    background: #03396C;
    color: #ffffff !important;
}

.lab-sidebar-help p {
    color: #6B7280;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 22px;
}

/* CTA */

.lab-single-product-cta {
    padding: 0 0 100px;
    background: #ffffff;
}

.lab-single-product-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 54px 60px;
    border-radius: 28px;
    background: linear-gradient(135deg, #044B8D 0%, #03396C 100%);
    position: relative;
    overflow: hidden;
}

.lab-single-product-cta-box::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    right: -90px;
    top: -90px;
}

.lab-single-product-cta-box > * {
    position: relative;
    z-index: 1;
}

.lab-single-product-cta-box .lab-eyebrow {
    color: #DCEBFA;
}

.lab-single-product-cta-box h2 {
    color: #ffffff;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.18;
    margin: 0 0 12px;
}

.lab-single-product-cta-box p {
    color: #DCEBFA;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
    max-width: 720px;
}

.lab-single-product-cta-box > a {
    flex: 0 0 auto;
    display: inline-flex;
    background: #ffffff;
    color: #044B8D !important;
    padding: 15px 26px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
    transition: all 0.3s ease;
}

.lab-single-product-cta-box > a:hover {
    background: #DCEBFA;
    transform: translateY(-2px);
}

.lab-single-product-bottom-space {
    background: #ffffff;
    padding: 70px 0 90px;
}

.lab-single-product-bottom-box {
    background: #F7F9FC;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 36px 42px;
    text-align: center;
}

.lab-single-product-bottom-box h2 {
    color: #111827;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
    margin: 0 0 12px;
}

.lab-single-product-bottom-box p {
    color: #6B7280;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 680px;
}

/* Popup */
.lab-product-enquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.lab-product-enquiry-modal.is-active {
    display: flex;
}

.lab-product-enquiry-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.72);
}

.lab-product-enquiry-box {
    position: relative;
    z-index: 2;
    width: min(620px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    background: #ffffff;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 30px 90px rgba(15, 23, 42, 0.25);
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge old */
}

.lab-product-enquiry-box::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.lab-product-enquiry-close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #F7F9FC;
    color: #111827;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: Arial, sans-serif;
}

.lab-product-enquiry-close:hover {
    background: #EAF3FF;
    color: #044B8D;
}

.lab-product-enquiry-head {
    margin-bottom: 24px;
    padding-right: 42px;
}

.lab-product-enquiry-head span {
    display: inline-flex;
    color: #044B8D;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.lab-product-enquiry-head h3 {
    color: #111827;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.lab-product-enquiry-head p {
    color: #6B7280;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

body.lab-modal-open {
    overflow: hidden;
}

/* CF7 inside popup */
.lab-product-enquiry-form label {
    display: block;
    margin-bottom: 14px;
    color: #111827;
    font-weight: 600;
}

.lab-product-enquiry-form input,
.lab-product-enquiry-form textarea {
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 13px 15px;
    margin-top: 7px;
    color: #111827;
    background: #ffffff;
}

.lab-product-enquiry-form input:focus,
.lab-product-enquiry-form textarea:focus {
    outline: none;
    border-color: #044B8D;
}

.lab-product-enquiry-form textarea {
    min-height: 120px;
}

.lab-product-enquiry-form input[type="submit"] {
    width: auto;
    background: #044B8D;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 700;
    padding: 14px 26px;
    border-radius: 12px;
}

.lab-product-enquiry-form input[type="submit"]:hover {
    background: #03396C;
    color: #ffffff;
}

/* Service Page */

.page-id-1124 .entry-header {
	display: none;
}

.lab-service-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.lab-service-page {
    background: #ffffff;
}

/* Image Banner */
.lab-service-banner {
    padding: 40px 0 0;
    background: #ffffff;
}

.lab-service-banner .lab-service-container {
    max-width: 1100px;
}

.lab-service-hero-image {
    width: min(1200px, calc(100% - 40px));
    height: 360px;
    margin: 40px auto 0;
    border-radius: 28px;
    overflow: hidden;
    background-image: url('/wp-content/uploads/2026/06/service-new.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.lab-service-hero h1 {
    color: #FFFFFF;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.1;
    margin: 0 0 18px;
}

.lab-service-hero p {
    color: #E5E7EB;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
}

/* Intro */
.lab-service-intro {
    padding: 70px 0 55px;
    background: #ffffff;
    text-align: center;
}

.lab-service-intro .lab-service-container {
    max-width: 850px;
}

/* .lab-eyebrow {
    display: inline-flex;
    color: #044B8D;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
} */

.lab-service-intro h1 {
    color: #111827;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.1;
    margin: 0 0 18px;
}

.lab-service-intro p {
    color: #6B7280;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
}

/* Service Locations Section */
.lab-service-section {
    padding: 80px 0 100px;
    background: #F7F9FC;
}

.lab-service-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 54px;
}

.lab-service-heading h2 {
    color: #111827;
    font-size: clamp(30px, 3.5vw, 44px);
    line-height: 1.15;
    margin: 0 0 14px;
}

.lab-service-heading p {
    color: #6B7280;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.lab-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.lab-service-card {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 28px;
    min-height: 100%;
    transition: all 0.3s ease;
}

.lab-service-card::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #EAF3FF;
    top: -80px;
    right: -80px;
    transition: all 0.3s ease;
}

.lab-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(4, 75, 141, 0.35);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.09);
}

.lab-service-card:hover::before {
    background: #DCEBFA;
    transform: scale(1.16);
}

.lab-service-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.lab-location-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #EAF3FF;
    color: #044B8D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex: 0 0 auto;
}

.lab-service-card-top h3 {
    color: #111827;
    font-size: 23px;
    line-height: 1.2;
    margin: 0 0 4px;
}

.lab-service-card-top p {
    color: #6B7280;
    font-size: 14px;
    margin: 0;
}

.lab-service-persons {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
}

.lab-service-person {
    background: #F7F9FC;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 16px;
}

.lab-service-person strong {
    display: block;
    color: #111827;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 3px;
}

.lab-service-person span {
    display: block;
    color: #6B7280;
    font-size: 13px;
    margin-bottom: 12px;
}

.lab-service-person a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #044B8D;
    color: #FFFFFF !important;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 800;
    transition: all 0.3s ease;
}

.lab-service-person a:hover {
    background: #03396C;
    color: #FFFFFF !important;
    transform: translateY(-2px);
}

/* Responsive Styles */

@media (max-width: 1200px) {
    .lab-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .lab-category-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
    }

    .lab-category-card {
        min-height: auto;
    }

    #lab-category-search {
        height: 52px;
    }

    /* Category Page */

     .lab-container {
        width: min(100% - 28px, 1200px);
    }

    .lab-category-hero {
        padding: 70px 0;
    }

    .lab-category-hero-visual {
        min-height: 260px;
        border-radius: 22px;
    }

    .lab-category-hero-visual img,
    .lab-category-hero-placeholder {
        min-height: 260px;
    }

    .lab-products-section {
        padding: 70px 0;
    }

    .lab-products-grid {
        grid-template-columns: 1fr;
    }

    .lab-product-image {
        height: 210px;
    }

    .lab-product-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .lab-category-cta {
        padding-bottom: 70px;
    }

    .lab-category-cta-box {
        padding: 38px 28px;
        border-radius: 22px;
    }

    /* Single Product Page */
    .lab-container {
        width: min(100% - 28px, 1200px);
    }

    .lab-single-product-hero {
        padding: 65px 0 75px;
    }

    .lab-single-product-image-wrap {
        padding: 18px;
        border-radius: 22px;
    }

    .lab-single-product-image {
        min-height: 320px;
    }

    .lab-single-product-image img {
        max-height: 320px;
    }

    .lab-product-detail-section {
        padding: 70px 0;
    }

    .lab-detail-card {
        padding: 26px;
    }

    .lab-spec-row {
        grid-template-columns: 1fr;
    }

    .lab-spec-value {
        border-top: 1px solid #E5E7EB;
    }

    .lab-single-product-cta {
        padding-bottom: 70px;
    }

    .lab-single-product-cta-box {
        padding: 38px 28px;
        border-radius: 22px;
    }

     .lab-product-enquiry-box {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .lab-product-enquiry-head h3 {
        font-size: 24px;
    }

    .lab-single-product-bottom-space {
        padding: 55px 0 70px;
    }

    .lab-single-product-bottom-box {
        padding: 28px 22px;
    }
}

@media (max-width: 1024px) {
    .lab-category-hero-inner {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .lab-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lab-category-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .lab-single-product-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .lab-detail-grid {
        grid-template-columns: 1fr;
    }

    .lab-detail-sidebar {
        position: static;
    }

    .lab-single-product-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}