/*
 Theme Name:   Teknezi Child
 Theme URI:    https://teknezi.com
 Description:  Teknezi Solutions Custom Child Theme for Nebrix Limited (GeneratePress Framework)
 Author:       Teknezi Solutions
 Author URI:   https://teknezi.com
 Template:     generatepress
 Version:      2.0.0
 Text Domain:  teknezi-child
*/

/* Menu Quote Button */
.main-navigation .main-nav ul li.nav-button-quote a {
    background-color: #d13c34;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 10px;
    margin-left: 15px;
    line-height: normal;
    transition: all 0.3s ease;
    font-weight: 600;
}
.main-navigation .main-nav ul li.nav-button-quote a:hover {
    background-color: #0096c9;
    color: #ffffff;
}

/* =========================================
   NEBRIX HOMEPAGE ENHANCEMENTS
   ========================================= */

/* Hero Section */
.nebrix-hero {
    background-image: linear-gradient(rgba(0, 150, 201, 0.85), rgba(0, 70, 100, 0.85)), url('https://images.unsplash.com/photo-1581093458791-9f3c3900df4b?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 140px 20px 120px 20px !important;
}
.nebrix-hero h1 { 
    text-shadow: 0 4px 10px rgba(0,0,0,0.4); 
    margin-bottom: 20px;
}
.nebrix-hero p { 
    text-shadow: 0 2px 5px rgba(0,0,0,0.4); 
    max-width: 800px; 
    margin: 0 auto 40px auto; 
}

/* Primary Button Override */
.wp-block-button.btn-primary .wp-block-button__link { 
    background-color: #d13c34 !important; 
    color: #fff !important; 
    border: 2px solid #d13c34 !important; 
    border-radius: 30px !important; 
    font-weight: 600; 
    padding: 14px 32px !important; 
    transition: 0.3s ease; 
}
.wp-block-button.btn-primary .wp-block-button__link:hover { 
    background-color: #b3332c !important; 
    border-color: #b3332c !important; 
    transform: translateY(-2px); 
    box-shadow: 0 6px 15px rgba(209,60,52,0.4); 
}

/* Outline Button Override */
.wp-block-button.btn-outline .wp-block-button__link { 
    background-color: transparent !important; 
    color: #fff !important; 
    border: 2px solid #fff !important; 
    border-radius: 30px !important; 
    font-weight: 600; 
    padding: 14px 32px !important; 
    transition: 0.3s ease; 
}
.wp-block-button.btn-outline .wp-block-button__link:hover { 
    background-color: #fff !important; 
    color: #0096c9 !important; 
    transform: translateY(-2px); 
    box-shadow: 0 6px 15px rgba(255,255,255,0.2);
}

/* Image Shadow */
.nebrix-image-shadow img {
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* Core Services Cards */
.nebrix-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    height: 100%;
}
.nebrix-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    border-bottom: 4px solid #0096c9;
}
.nebrix-card h3 { 
    color: #0096c9; 
    font-weight: 600; 
    margin-bottom: 15px; 
}

/* Industries We Serve Cards */
.nebrix-industry-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease;
}
.nebrix-industry-card:hover {
    border-color: #d13c34;
    box-shadow: 0 10px 25px rgba(209,60,52,0.1);
    transform: translateY(-5px);
}
.nebrix-industry-card h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

/* CTA Section */
.nebrix-cta {
    background: linear-gradient(135deg, #d13c34 0%, #a12c25 100%);
    padding: 100px 20px !important;
}

/* Fix Full Width Container Alignment issues in GP */
.no-sidebar .inside-article > .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: 100vw;
}


/* =========================================
   NEBRIX CONTACTS PAGE ENHANCEMENTS
   ========================================= */

/* Hero Section */
.nebrix-contact-hero {
    background-image: linear-gradient(rgba(0, 150, 201, 0.85), rgba(0, 70, 100, 0.85)), url('https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=2069&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 20px 80px 20px !important;
}

/* Accordion Styling (Modern Native Details) */
.nebrix-accordion-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nebrix-branch-details {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    overflow: hidden;
    transition: all 0.3s ease;
}

.nebrix-branch-details[open] {
    border-color: #0096c9;
    box-shadow: 0 5px 15px rgba(0,150,201,0.1);
}

.nebrix-branch-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    background: #fafafa;
    list-style: none; /* Hide default triangle */
    transition: background 0.2s ease;
}

.nebrix-branch-summary::-webkit-details-marker {
    display: none; /* Hide default triangle for Safari */
}

.nebrix-branch-summary:hover {
    background: #f0f8ff;
}

.nebrix-branch-details[open] .nebrix-branch-summary {
    background: #0096c9;
    color: #fff;
    border-bottom: 1px solid #007ba6;
}

/* Chevron Animation */
.nebrix-branch-summary .chevron {
    transition: transform 0.3s ease;
}

.nebrix-branch-details[open] .nebrix-branch-summary .chevron {
    transform: rotate(180deg);
}

/* Accordion Content */
.nebrix-branch-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: sweep 0.3s ease-in-out;
}

@keyframes sweep {
    0%    {opacity: 0; transform: translateY(-10px)}
    100%  {opacity: 1; transform: translateY(0)}
}

.branch-info p {
    margin-bottom: 0.8rem;
    line-height: 1.6;
    color: #555;
}

.branch-map {
    width: 100%;
}

/* Sticky Form on Desktop */
@media (min-width: 769px) {
    .nebrix-sticky-form {
        position: -webkit-sticky;
        position: sticky;
        top: 100px; /* Adjust based on header height */
        align-self: flex-start;
    }
}


/* =========================================
   INTERACTIVE BRANCH LOCATOR
   ========================================= */

.nebrix-locator-wrapper {
    display: flex;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    height: 600px;
}

.nebrix-locator-list {
    flex: 0 0 35%;
    overflow-y: auto;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Custom Scrollbar for the Branch List */
.nebrix-locator-list::-webkit-scrollbar {
    width: 6px;
}
.nebrix-locator-list::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}
.nebrix-locator-list::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 10px;
}
.nebrix-locator-list::-webkit-scrollbar-thumb:hover {
    background: #0096c9; 
}

.locator-card {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.locator-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}

.locator-card.active {
    border-color: #0096c9;
    box-shadow: 0 8px 25px rgba(0,150,201,0.15);
}

.locator-card h4 {
    color: #333;
    margin-bottom: 12px;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
}

.locator-card.active h4 {
    color: #0096c9;
}

.locator-card.active .loc-icon {
    color: #d13c34 !important; /* Make the active pin red */
}

.locator-card p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 5px;
    line-height: 1.5;
}

.nebrix-locator-map-container {
    flex: 1;
    height: 100%;
    position: relative;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .nebrix-locator-wrapper {
        flex-direction: column;
        height: auto;
    }
    .nebrix-locator-list {
        height: 350px; /* Allow scrolling before the map on smaller screens */
    }
    .nebrix-locator-map-container {
        height: 400px;
    }
}

/* =========================================
   NEBRIX TABS CONTACTS LOCATOR
   ========================================= */

.nebrix-tabs-wrapper {
    display: flex;
    gap: 3rem;
    max-width: 1100px;
    margin: 0 auto;
}

.nebrix-branch-buttons {
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.branch-btn {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 16px 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.branch-btn:hover {
    background: #f8f9fa;
    border-color: #0096c9;
    color: #0096c9;
    transform: translateX(5px);
}

.branch-btn.active {
    background: #0096c9;
    color: #fff;
    border-color: #0096c9;
    box-shadow: 0 8px 15px rgba(0,150,201,0.2);
}

.branch-btn svg {
    opacity: 0.5;
    transition: transform 0.2s;
}

.branch-btn:hover svg, .branch-btn.active svg {
    opacity: 1;
    transform: translateX(3px);
}

.nebrix-branch-display {
    flex: 1;
}

.branch-display-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
}

.branch-display-card h3 {
    font-size: 2rem;
    color: #0096c9;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 1rem;
}

.display-info {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.info-block {
    flex: 1;
}

.info-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-content {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.display-map {
    margin-top: 1rem;
}

/* Fade in animation when content swaps */
.fade-in-content {
    animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .nebrix-tabs-wrapper {
        flex-direction: column;
    }
    .nebrix-branch-buttons {
        max-height: 300px;
        overflow-y: auto;
    }
    .display-info {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* =========================================
   NEBRIX BLOG ARCHIVE STYLES
   ========================================= */

.nebrix-blog-intro {
    background-image: linear-gradient(rgba(0, 150, 201, 0.9), rgba(0, 70, 100, 0.9)), url('https://images.unsplash.com/photo-1504868584819-f8e8b4b6d7e3?q=80&w=2076&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.nebrix-blog-intro h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #fff;
}
.nebrix-blog-intro p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    color: #e0f2fe;
}

.nebrix-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Featured Post */
.nebrix-featured-post {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    margin-bottom: 50px;
    border: 1px solid #eaeaea;
}
.nebrix-featured-post .featured-image {
    flex: 0 0 55%;
}
.nebrix-featured-post .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nebrix-featured-post .featured-content {
    flex: 1;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post-meta {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.post-meta .category a {
    color: #d13c34;
    text-decoration: none;
}
.post-meta .date {
    color: #888;
    margin-left: 15px;
}
.nebrix-featured-post h2 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 20px;
}
.nebrix-featured-post h2 a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
}
.nebrix-featured-post h2 a:hover {
    color: #0096c9;
}
.nebrix-featured-post .excerpt {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}
.read-more-btn {
    display: inline-block;
    align-self: flex-start;
    background: #0096c9;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}
.read-more-btn:hover {
    background: #007ba6;
}

/* 3-Column Grid */
.nebrix-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}
.nebrix-grid-post {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}
.nebrix-grid-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.grid-image {
    position: relative;
    height: 220px;
}
.grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #d13c34;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}
.grid-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.grid-content h3 {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 15px;
}
.grid-content h3 a {
    color: #222;
    text-decoration: none;
}
.grid-content h3 a:hover {
    color: #0096c9;
}
.grid-excerpt {
    color: #666;
    margin-bottom: 20px;
    flex: 1;
}
.grid-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}
.grid-footer .date {
    font-size: 0.85rem;
    color: #999;
}
.grid-read-more {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0096c9;
    text-decoration: none;
}
.grid-read-more:hover {
    text-decoration: underline;
}

/* Pagination */
.pagination {
    margin: 40px 0;
    text-align: center;
}
.pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.pagination a, .pagination span {
    padding: 10px 18px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}
.pagination .current {
    background: #0096c9;
    color: #fff;
    border-color: #0096c9;
}

@media (max-width: 992px) {
    .nebrix-featured-post {
        flex-direction: column;
    }
    .nebrix-featured-post .featured-image {
        height: 300px;
    }
    .nebrix-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .nebrix-blog-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   NEBRIX SINGLE ARTICLE STYLES
   ========================================= */

.nebrix-single-article {
    padding-top: 60px;
    background: #fff;
}

.nebrix-single-article .entry-header {
    text-align: center;
    margin-bottom: 40px;
}

.article-meta-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 0.95rem;
    font-weight: 600;
}

.article-category a {
    color: #d13c34;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.article-read-time {
    color: #0096c9;
    background: #e0f2fe;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
}

.nebrix-single-article .entry-title {
    font-size: 3rem;
    line-height: 1.2;
    color: #111;
    margin-bottom: 20px;
    font-weight: 700;
}

.article-meta-bottom {
    color: #888;
    font-size: 0.95rem;
}

.article-featured-image {
    margin-bottom: 50px;
}
.article-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.nebrix-single-article .entry-content {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
}
.nebrix-single-article .entry-content p {
    margin-bottom: 1.5em;
}
.nebrix-single-article .entry-content h2 {
    font-size: 2rem;
    margin-top: 2em;
    margin-bottom: 1em;
    color: #222;
}

/* Post Navigation */
.post-navigation {
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
}
.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.post-navigation .nav-previous, 
.post-navigation .nav-next {
    flex: 1;
}
.post-navigation .nav-next {
    text-align: right;
}
.nav-subtitle {
    display: block;
    font-size: 0.85rem;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.nav-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0096c9;
}
.post-navigation a {
    text-decoration: none;
}
.post-navigation a:hover .nav-title {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .nebrix-single-article .entry-title {
        font-size: 2.2rem;
    }
    .post-navigation .nav-links {
        flex-direction: column;
        gap: 20px;
    }
    .post-navigation .nav-next {
        text-align: left;
    }
}

/* =========================================
   NEBRIX RESOURCES / DOWNLOADS STYLES
   ========================================= */

.nebrix-downloads-hero {
    background-image: linear-gradient(rgba(0, 150, 201, 0.9), rgba(0, 70, 100, 0.9)), url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}
.nebrix-downloads-hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #fff;
}
.nebrix-downloads-hero p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    color: #e0f2fe;
}

.nebrix-table-responsive {
    overflow-x: auto;
}

.nebrix-downloads-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    margin-bottom: 40px;
}

.nebrix-downloads-table thead {
    background: #f8f9fa;
    border-bottom: 2px solid #eaeaea;
}

.nebrix-downloads-table th {
    padding: 20px 25px;
    text-align: left;
    font-weight: 600;
    font-size: 1.05rem;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nebrix-downloads-table th.text-center, 
.nebrix-downloads-table td.text-center {
    text-align: center;
}

.nebrix-downloads-table td {
    padding: 25px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.nebrix-downloads-table tbody tr {
    transition: background 0.3s;
}

.nebrix-downloads-table tbody tr:hover {
    background: #fdfdfd;
}

.nebrix-downloads-table tbody tr:last-child td {
    border-bottom: none;
}

.col-title {
    width: 35%;
    font-size: 1.15rem;
    color: #222;
}

.col-desc {
    width: 45%;
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

.col-action {
    width: 20%;
}

.nebrix-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0096c9;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s;
}

.nebrix-download-btn:hover {
    background: #007ba6;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,150,201,0.2);
}

@media (max-width: 768px) {
    .nebrix-downloads-table th, .nebrix-downloads-table td {
        padding: 15px;
    }
    .col-desc {
        display: none; /* Hide description on mobile to keep table readable */
    }
    .col-title {
        width: 60%;
    }
    .col-action {
        width: 40%;
    }
}

/* =========================================
   NEBRIX PRODUCTS ARCHIVE & FILTERS
   ========================================= */

.nebrix-products-hero {
    background-image: linear-gradient(rgba(0, 150, 201, 0.85), rgba(0, 70, 100, 0.85)), url('https://images.unsplash.com/photo-1581093458791-9f3c3900df4b?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}
.nebrix-products-hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #fff;
}
.nebrix-products-hero p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    color: #e0f2fe;
}

/* Sidebar Layout */
.nebrix-products-sidebar {
    flex: 0 0 280px;
}
.nebrix-products-content {
    flex: 1;
}

/* Filter Widget */
.filter-widget {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    position: sticky;
    top: 100px;
}
.filter-widget h3 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eaeaea;
}
.product-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-category-list li {
    margin-bottom: 10px;
}
.product-category-list a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    transition: color 0.2s;
}
.product-category-list a:hover {
    color: #0096c9;
}
.product-category-list a.active {
    color: #0096c9;
    font-weight: 700;
}
.sub-categories {
    list-style: none;
    padding-left: 15px;
    margin-top: 10px;
    border-left: 2px solid #f0f0f0;
}
.sub-categories a {
    font-size: 0.95rem;
    color: #777;
}

/* Product Grid */
.nebrix-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.modern-product-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.modern-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: #e0f2fe;
}
.product-card-img {
    height: 200px;
    background: #f9f9f9;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.product-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.8rem;
}
.cat-badge {
    background: #e0f2fe;
    color: #0096c9;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
}
.sku-badge {
    color: #888;
    background: #f5f5f5;
    padding: 3px 8px;
    border-radius: 4px;
}
.modern-product-card h3 {
    font-size: 1.15rem;
    line-height: 1.4;
    margin-bottom: 20px;
    flex: 1;
}
.modern-product-card h3 a {
    color: #222;
    text-decoration: none;
}
.modern-product-card h3 a:hover {
    color: #0096c9;
}
.product-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}
.btn-quote {
    flex: 1;
    background: #d13c34;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.3s;
}
.btn-quote:hover {
    background: #b52b24;
}
.btn-view {
    flex: 1;
    background: transparent;
    color: #0096c9;
    border: 1px solid #0096c9;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s;
}
.btn-view:hover {
    background: #0096c9;
    color: #fff;
}

.nebrix-pagination {
    margin-top: 50px;
}

/* Responsive */
@media (max-width: 1024px) {
    .nebrix-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .nebrix-container {
        flex-direction: column;
    }
    .nebrix-products-sidebar {
        flex: none;
        width: 100%;
    }
    .filter-widget {
        position: static;
    }
    .nebrix-products-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   ABOUT US PAGE STYLES
   ========================================= */

.about-hero-section {
    background-image: linear-gradient(rgba(0, 150, 201, 0.85), rgba(0, 70, 100, 0.9)), url('https://images.unsplash.com/photo-1532094349884-543bc11b234d?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 120px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.about-hero-section h1 {
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
}
.about-hero-section p {
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto;
    color: #e0f2fe;
    line-height: 1.6;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Split Section (Who We Are) */
.about-split-section {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}
.about-split-text {
    flex: 1;
}
.about-split-text h2 {
    font-size: 2.2rem;
    color: #0096c9;
    margin-bottom: 20px;
}
.about-split-text p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}
.about-split-image {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.about-split-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}
.about-split-image:hover img {
    transform: scale(1.03);
}

/* Mission & Vision */
.mission-vision-wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 80px;
}
.mv-card {
    flex: 1;
    padding: 50px 40px;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
.mv-mission {
    background: linear-gradient(135deg, #0096c9 0%, #005f80 100%);
}
.mv-vision {
    background: linear-gradient(135deg, #d13c34 0%, #9e2822 100%);
}
.mv-card h3 {
    font-size: 2rem;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.mv-card p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin: 0;
    opacity: 0.95;
}

/* Governance */
.governance-section {
    background: #f8f9fa;
    padding: 80px 20px;
    margin-bottom: 80px;
    border-radius: 12px;
    text-align: center;
}
.governance-section h2 {
    font-size: 2.2rem;
    color: #222;
    margin-bottom: 20px;
}
.governance-section p {
    font-size: 1.1rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.8;
}
.org-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}
.org-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
    border: 1px solid #eaeaea;
}
.org-card h4 {
    margin: 0 0 10px 0;
    color: #0096c9;
    font-size: 1.2rem;
}
.org-card p {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
}

/* Why Choose Us (Icon Grid) */
.why-choose-section {
    text-align: center;
    margin-bottom: 80px;
}
.why-choose-section h2 {
    font-size: 2.2rem;
    color: #222;
    margin-bottom: 50px;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.feature-box {
    padding: 30px 20px;
}
.feature-icon {
    width: 60px;
    height: 60px;
    background: #e0f2fe;
    color: #0096c9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.feature-icon svg {
    width: 30px;
    height: 30px;
}
.feature-box h4 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
}
.feature-box p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
    .about-split-section { flex-direction: column; }
    .mission-vision-wrapper { flex-direction: column; }
    .org-grid { grid-template-columns: repeat(2, 1fr); }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .org-grid { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr; }
}

/* Force Full Width on About Us */
.page-id-86 .entry-header { display: none; }
.page-id-86 .site-content { padding-top: 0 !important; }
.page-id-86 .inside-article { padding: 0 !important; }

/* ThermoFisher / Hach Inspired Enterprise CSS */
.tf-about-wrapper {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}
.tf-about-wrapper h1, .tf-about-wrapper h2, .tf-about-wrapper h3, .tf-about-wrapper h4 {
    color: #111;
    font-weight: 700;
    margin-top: 0;
}
.tf-hero {
    height: 100vh;
    min-height: 600px;
    background: linear-gradient(90deg, rgba(0, 32, 63, 0.9) 0%, rgba(0, 32, 63, 0.4) 100%), url('https://images.unsplash.com/photo-1581093458791-9f3c3900df4b?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 0 8%;
    position: relative;
    margin-bottom: 0;
}
.tf-hero-content {
    max-width: 800px;
    color: #fff;
    transform: translateY(-20px);
}
.tf-hero-kicker {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #e0f2fe;
    margin-bottom: 15px;
    display: block;
}
.tf-hero-content h1 {
    font-size: 4.5rem;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 800;
}
.tf-hero-content p {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.9;
    max-width: 650px;
}
@media (max-width: 768px) {
    .tf-hero-content h1 { font-size: 3rem; }
}

/* Overlapping Info Cards */
.tf-overlap-section {
    position: relative;
    z-index: 10;
    margin-top: -80px;
    padding: 0 5%;
    margin-bottom: 80px;
}
.tf-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}
.tf-card {
    background: #fff;
    padding: 40px;
    border-top: 4px solid #0096c9;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}
.tf-card:hover {
    transform: translateY(-5px);
}
.tf-card.red-accent {
    border-top-color: #d13c34;
}
.tf-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.tf-card h3 svg {
    color: #0096c9;
    width: 28px;
    height: 28px;
}
.tf-card.red-accent h3 svg {
    color: #d13c34;
}
.tf-card p {
    color: #555;
    font-size: 1.05rem;
    margin: 0;
}

/* Fluid Story Section */
.tf-story-section {
    padding: 60px 5%;
    max-width: 1400px;
    margin: 0 auto 80px;
    display: flex;
    align-items: center;
    gap: 80px;
}
.tf-story-text {
    flex: 1;
}
.tf-story-text h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}
.tf-story-text h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #d13c34;
}
.tf-story-text p {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 20px;
}
.tf-story-image {
    flex: 1;
}
.tf-story-image img {
    width: 100%;
    box-shadow: -20px 20px 0 #f4f5f7;
}

@media (max-width: 992px) {
    .tf-cards-grid { grid-template-columns: 1fr; }
    .tf-overlap-section { margin-top: 0; padding-top: 40px; }
    .tf-story-section { flex-direction: column; gap: 40px; }
}

/* Sectors We Serve (Including Educational) */
.tf-sectors-section {
    background: #f4f5f7;
    padding: 100px 5%;
}
.tf-sectors-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}
.tf-sectors-header h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.tf-sectors-header p {
    font-size: 1.2rem;
    color: #666;
}
.tf-sectors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}
.tf-sector {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}
.tf-sector:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border-color: #0096c9;
}
.tf-sector-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #fdfdfd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.tf-sector-icon svg {
    width: 35px;
    height: 35px;
    color: #d13c34;
}
.tf-sector h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.tf-sector p {
    color: #666;
    font-size: 1rem;
}
@media (max-width: 1024px) {
    .tf-sectors-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .tf-sectors-grid { grid-template-columns: 1fr; }
}

/* Governance & Operations */
.tf-gov-section {
    padding: 100px 5%;
    max-width: 1400px;
    margin: 0 auto;
}
.tf-gov-grid {
    display: flex;
    gap: 60px;
    align-items: center;
}
.tf-gov-text {
    flex: 1;
}
.tf-gov-text h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
}
.tf-gov-text p {
    font-size: 1.15rem;
    color: #555;
}
.tf-gov-org {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tf-org-box {
    background: #fff;
    border-left: 4px solid #0096c9;
    padding: 25px 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.tf-org-box h5 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #111;
}
.tf-org-box span {
    color: #666;
    font-size: 0.95rem;
}
@media (max-width: 992px) {
    .tf-gov-grid { flex-direction: column; }
}

/* Call to Action Section (About Us) */
.tf-cta-section {
    background: linear-gradient(135deg, #0096c9 0%, #005b9f 100%);
    padding: 80px 5%;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}
.tf-cta-content {
    max-width: 800px;
    margin: 0 auto;
}
.tf-cta-content h2 {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 20px;
}
.tf-cta-content p {
    font-size: 1.25rem;
    margin-bottom: 40px;
    color: #e0f2fe;
}
.tf-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.tf-btn {
    display: inline-block;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.tf-btn-primary {
    background: #d13c34;
    color: #fff;
}
.tf-btn-primary:hover {
    background: #b52b24;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(209, 60, 52, 0.3);
}
.tf-btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.tf-btn-secondary:hover {
    background: #fff;
    color: #005b9f;
    transform: translateY(-2px);
}
@media (max-width: 600px) {
    .tf-cta-buttons {
        flex-direction: column;
    }
}

/* =========================================
   HOMEPAGE (THERMO FISHER / HACH STYLE)
   ========================================= */

.tf-home-hero {
    position: relative;
    height: 90vh;
    min-height: 600px;
    background: linear-gradient(90deg, rgba(0, 32, 63, 0.95) 0%, rgba(0, 32, 63, 0.5) 100%), url('https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 0 5%;
    color: #fff;
}
.tf-hero-inner {
    max-width: 800px;
}
.tf-hero-inner h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: -1px;
}
.tf-hero-inner p {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 40px;
    opacity: 0.95;
}
.tf-hero-actions {
    display: flex;
    gap: 20px;
}

/* Sections General */
.tf-home-section {
    padding: 80px 5%;
    max-width: 1400px;
    margin: 0 auto;
}
.tf-section-header {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.tf-section-header h2 {
    font-size: 2.5rem;
    color: #111;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
}
.tf-section-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #d13c34;
}
.tf-view-all {
    font-weight: 700;
    color: #0096c9;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}
.tf-view-all:hover {
    color: #d13c34;
    border-bottom-color: #d13c34;
}

/* Services Strip */
.tf-services-strip {
    background: #f4f5f7;
    padding: 60px 5%;
}
.tf-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}
.tf-service-mini {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}
.tf-service-mini:hover {
    border-color: #0096c9;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.tf-service-mini img {
    margin-bottom: 15px;
}
.tf-service-mini h3 {
    font-size: 1.1rem;
    color: #222;
    margin-bottom: 10px;
}
.tf-service-mini p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 15px;
}
.tf-service-mini a {
    color: #d13c34;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
}

/* Featured Products */
.tf-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.tf-prod-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.tf-prod-card:hover {
    border-bottom-color: #d13c34;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}
.tf-prod-img {
    height: 200px;
    overflow: hidden;
}
.tf-prod-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tf-prod-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.tf-prod-content h4 {
    font-size: 1.2rem;
    color: #111;
    margin-bottom: 10px;
}
.tf-prod-content h4 a {
    color: inherit;
    text-decoration: none;
}
.tf-prod-content h4 a:hover {
    color: #0096c9;
}
.tf-prod-content .price {
    font-weight: 700;
    color: #d13c34;
    font-size: 1.1rem;
    margin-bottom: 15px;
}
.tf-prod-content .btn {
    margin-top: auto;
    text-align: center;
    padding: 10px;
    border: 1px solid #0096c9;
    color: #0096c9;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}
.tf-prod-content .btn:hover {
    background: #0096c9;
    color: #fff;
}

/* Downloads Banner */
.tf-downloads-banner {
    background: linear-gradient(135deg, #0096c9 0%, #005f80 100%);
    padding: 80px 5%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: left;
}
.tf-downloads-banner h2 {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 10px;
}
.tf-downloads-banner p {
    font-size: 1.15rem;
    margin: 0;
    opacity: 0.9;
}
.tf-downloads-banner .tf-btn {
    background: #fff;
    color: #005f80;
}
.tf-downloads-banner .tf-btn:hover {
    background: #d13c34;
    color: #fff;
}

/* Articles */
.tf-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.tf-post-card {
    display: flex;
    flex-direction: column;
}
.tf-post-img {
    height: 220px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}
.tf-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.tf-post-card:hover .tf-post-img img {
    transform: scale(1.05);
}
.tf-post-cat {
    color: #d13c34;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}
.tf-post-card h3 {
    font-size: 1.4rem;
    color: #111;
    margin-bottom: 15px;
    line-height: 1.3;
}
.tf-post-card h3 a {
    color: inherit;
    text-decoration: none;
}
.tf-post-card h3 a:hover {
    color: #0096c9;
}

/* Partners Strip */
.tf-partners-section {
    background: #f8f9fa;
    padding: 60px 5%;
    text-align: center;
}
.tf-partners-section h3 {
    font-size: 1.2rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.tf-partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: all 0.3s;
}
.tf-partners-grid:hover {
    opacity: 1;
    filter: grayscale(0%);
}
.tf-partner-item {
    font-size: 1.5rem;
    font-weight: 800;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .tf-services-grid, .tf-products-grid { grid-template-columns: repeat(2, 1fr); }
    .tf-downloads-banner { flex-direction: column; text-align: center; }
}
@media (max-width: 768px) {
    .tf-hero-inner h1 { font-size: 3rem; }
    .tf-services-grid, .tf-products-grid, .tf-posts-grid { grid-template-columns: 1fr; }
    .tf-section-header { flex-direction: column; align-items: flex-start; gap: 20px; }
}

/* =========================================
   ENTERPRISE DARK BLUE FOOTER
   ========================================= */
.site-footer {
    background-color: #00203f !important; /* Deep Corporate Navy */
    color: #b0cddb !important;
    border-top: 4px solid #d13c34; /* Red accent matching the brand */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-widgets {
    padding: 70px 0 50px 0;
}

/* Typography & Links */
.site-footer h1, .site-footer h2, .site-footer h3, 
.site-footer h4, .site-footer h5, .site-footer h6,
.site-footer .widget-title {
    color: #ffffff !important;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.site-footer .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #0096c9; /* Light blue underline */
}

.site-footer a {
    color: #e0f2fe !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.site-footer a:hover {
    color: #0096c9 !important;
    padding-left: 5px; /* Slight nudge effect on hover */
}

/* Widget Lists (Quick Links / Products) */
.site-footer .widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.site-footer .widget ul li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-footer .widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Footer Bottom Bar (Copyright) */
.site-info {
    background-color: #00152b !important; /* Even darker shade for the bottom strip */
    color: #8ba6b5 !important;
    padding: 25px 20px;
    font-size: 0.95rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.site-info a {
    color: #ffffff !important;
    font-weight: 600;
}

.site-info a:hover {
    color: #0096c9 !important;
}

/* Specific styling for Nebrix Limited text in footer */
.site-footer .widget_text p {
    line-height: 1.8;
    font-size: 1.05rem;
}


/* ===================================================
   NEBRIX HOMEPAGE 2.0 (B2B TECHNICAL SOLUTIONS PLATFORM)
   =================================================== */

/* 1. Top Utility Contact Bar */
.nebrix-top-bar {
    background: #001e38;
    color: #e0f2fe;
    font-size: 0.85rem;
    padding: 8px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nebrix-top-bar a {
    color: #e0f2fe;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 20px;
    transition: color 0.2s ease;
}
.nebrix-top-bar a:hover {
    color: #0096c9;
}
.nebrix-top-bar .whatsapp-link {
    color: #25d366;
    font-weight: 600;
}
.nebrix-top-bar .whatsapp-link:hover {
    color: #20ba5a;
}
.nebrix-top-bar-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.nebrix-search-quick {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 3px 12px;
}
.nebrix-search-quick input {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 0.8rem;
    width: 200px;
    outline: none;
}
.nebrix-search-quick input::placeholder {
    color: #94a3b8;
}

/* 2. Hero Section */
.tf-home-hero-v2 {
    position: relative;
    min-height: 560px;
    background: linear-gradient(90deg, rgba(0, 24, 48, 0.95) 0%, rgba(0, 32, 63, 0.82) 55%, rgba(0, 32, 63, 0.45) 100%), 
                url('https://images.unsplash.com/photo-1581093458791-9f3c3900df4b?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 70px 5% 100px;
    color: #fff;
}
.tf-hero-v2-inner {
    max-width: 820px;
}
.tf-hero-v2-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 150, 201, 0.2);
    border: 1px solid rgba(0, 150, 201, 0.5);
    color: #7dd3fc;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.tf-hero-v2-inner h1 {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: -0.5px;
}
.tf-hero-v2-inner p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 35px;
    color: #e2e8f0;
}
.tf-hero-v2-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.tf-btn-v2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 30px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
}
.tf-btn-v2-primary {
    background: #d13c34;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(209, 60, 52, 0.4);
}
.tf-btn-v2-primary:hover {
    background: #b52b24;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(209, 60, 52, 0.5);
}
.tf-btn-v2-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
}
.tf-btn-v2-secondary:hover {
    background: #ffffff;
    color: #00203f;
    transform: translateY(-2px);
}

/* 3. Overlapping Solution Cards (Customer Oriented) */
.solution-cards-overlap {
    position: relative;
    z-index: 20;
    margin-top: -65px;
    padding: 0 5%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.solution-cards-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.solution-card-box {
    background: #ffffff;
    border-radius: 8px;
    padding: 24px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    border-top: 4px solid #0096c9;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}
.solution-card-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
    border-top-color: #d13c34;
}
.solution-card-box.accent-red {
    border-top-color: #d13c34;
}
.solution-card-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
}
.solution-card-box h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.3;
}
.solution-card-box p {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 14px;
    flex: 1;
}
.solution-card-box a {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0096c9;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.2s ease, color 0.2s ease;
}
.solution-card-box:hover a {
    color: #d13c34;
    gap: 8px;
}

/* 4. Trusted Technology Partners Strip */
.tech-partners-strip-v2 {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 35px 5%;
    text-align: center;
}
.tech-partners-title {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #64748b;
    margin-bottom: 18px;
}
.tech-partners-logos-v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.partner-brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.05rem;
    color: #1e293b;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}
.partner-brand-pill:hover {
    border-color: #0096c9;
    box-shadow: 0 6px 16px rgba(0, 150, 201, 0.15);
    transform: translateY(-2px);
}
.tech-partners-disclaimer {
    font-size: 0.82rem;
    color: #94a3b8;
    font-style: italic;
    margin: 0;
}

/* 5. General Section Formatting */
.tf-section-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 85px 5%;
}
.tf-section-header-v2 {
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 15px;
}
.tf-section-header-v2 .header-text h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
    position: relative;
    padding-bottom: 12px;
}
.tf-section-header-v2 .header-text h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3.5px;
    background: #d13c34;
}
.tf-section-header-v2 .header-text p {
    font-size: 1.05rem;
    color: #64748b;
    margin: 0;
}
.tf-section-view-all {
    font-weight: 700;
    color: #0096c9;
    text-decoration: none;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}
.tf-section-view-all:hover {
    color: #d13c34;
    gap: 10px;
}

/* 6. Industries We Empower Grid */
.industries-grid-v2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.industry-card-v2 {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.industry-card-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 24, 48, 0.1) 0%, rgba(0, 24, 48, 0.85) 65%, rgba(0, 24, 48, 0.98) 100%);
    z-index: 1;
    transition: background 0.3s ease;
}
.industry-card-v2 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.6s ease;
}
.industry-card-v2:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}
.industry-card-v2:hover img {
    transform: scale(1.08);
}
.industry-card-v2:hover::before {
    background: linear-gradient(180deg, rgba(0, 24, 48, 0.05) 0%, rgba(0, 150, 201, 0.85) 65%, rgba(0, 32, 63, 0.98) 100%);
}
.industry-card-content {
    position: relative;
    z-index: 2;
}
.industry-card-content h3 {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 6px 0;
}
.industry-card-content p {
    font-size: 0.85rem;
    color: #e2e8f0;
    line-height: 1.4;
    margin: 0 0 10px 0;
    opacity: 0.9;
}
.industry-card-link {
    font-size: 0.82rem;
    font-weight: 700;
    color: #7dd3fc;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* 7. Featured B2B Product Cards */
.products-grid-b2b {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.product-card-b2b {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}
.product-card-b2b:hover {
    border-color: #0096c9;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.product-card-b2b-img {
    height: 200px;
    background: #f8fafc;
    overflow: hidden;
    position: relative;
}
.product-card-b2b-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.product-card-b2b:hover .product-card-b2b-img img {
    transform: scale(1.06);
}
.product-card-b2b-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product-category-tag {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0096c9;
    margin-bottom: 6px;
}
.product-card-b2b-body h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 10px 0;
    min-height: 44px;
}
.product-card-b2b-body h4 a {
    color: inherit;
    text-decoration: none;
}
.product-card-b2b-body h4 a:hover {
    color: #0096c9;
}
.product-spec-snippet {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.45;
    margin-bottom: 18px;
    flex: 1;
}
.product-card-b2b-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}
.btn-request-pricing {
    background: #d13c34;
    color: #ffffff !important;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    padding: 10px 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.2s ease;
}
.btn-request-pricing:hover {
    background: #b52b24;
}
.btn-view-product {
    background: transparent;
    color: #0096c9 !important;
    border: 1px solid #cbd5e1;
    font-size: 0.88rem;
    font-weight: 600;
    text-align: center;
    padding: 8px 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.btn-view-product:hover {
    background: #f1f5f9;
    border-color: #0096c9;
}

/* 8. Service Lifecycle: "From Requirement to Operational Solution" */
.lifecycle-section-v2 {
    background: #001e38;
    color: #ffffff;
    padding: 85px 5%;
}
.lifecycle-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 55px;
}
.lifecycle-header h2 {
    font-size: 2.3rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}
.lifecycle-header p {
    font-size: 1.1rem;
    color: #94a3b8;
}
.lifecycle-steps-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    max-width: 1400px;
    margin: 0 auto;
}
.lifecycle-step-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 24px 18px;
    position: relative;
    transition: all 0.3s ease;
}
.lifecycle-step-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #0096c9;
    transform: translateY(-4px);
}
.lifecycle-step-num {
    font-size: 1.6rem;
    font-weight: 800;
    color: #d13c34;
    margin-bottom: 12px;
    line-height: 1;
}
.lifecycle-step-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
}
.lifecycle-step-card p {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.45;
    margin: 0;
}

/* 9. Proof Metrics: "Why Organizations Choose Nebrix" */
.metrics-strip-v2 {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 60px 5%;
}
.metrics-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.metric-box-v2 {
    padding: 20px;
}
.metric-num {
    font-size: 3rem;
    font-weight: 800;
    color: #0096c9;
    line-height: 1;
    margin-bottom: 8px;
}
.metric-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}
.metric-desc {
    font-size: 0.88rem;
    color: #64748b;
    margin: 0;
}

/* 10. Selected Case Studies & Client Proof */
.case-studies-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 60px;
}
.case-study-card-v2 {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}
.case-study-card-v2:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.09);
    border-color: #0096c9;
}
.case-study-img {
    height: 200px;
    overflow: hidden;
}
.case-study-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.case-study-card-v2:hover .case-study-img img {
    transform: scale(1.05);
}
.case-study-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.case-study-sector {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d13c34;
    margin-bottom: 8px;
}
.case-study-body h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 12px 0;
}
.case-study-desc {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 16px;
    flex: 1;
}
.case-study-outcome {
    background: #f1f5f9;
    border-left: 3px solid #0096c9;
    padding: 10px 14px;
    border-radius: 0 4px 4px 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
}
.case-study-link {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0096c9;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
}

/* Institutional Clients Strip */
.clients-supported-strip {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}
.clients-supported-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #64748b;
    margin-bottom: 20px;
}
.clients-badges-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}
.client-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 700;
    color: #334155;
}

/* 11. Technical Resource Center Grid */
.resource-center-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.resource-hub-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: all 0.3s ease;
}
.resource-hub-card:hover {
    border-color: #0096c9;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.resource-hub-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}
.resource-hub-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
}
.resource-hub-card p {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 16px 0;
    flex: 1;
}
.resource-hub-action {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0096c9;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* 12. Multi-Intent Final Call-To-Action */
.multi-intent-cta-v2 {
    background: linear-gradient(135deg, #00203f 0%, #003666 50%, #005b9f 100%);
    color: #ffffff;
    padding: 85px 5%;
    text-align: center;
}
.multi-intent-cta-inner {
    max-width: 860px;
    margin: 0 auto;
}
.multi-intent-cta-inner h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
}
.multi-intent-cta-inner p {
    font-size: 1.2rem;
    color: #e0f2fe;
    line-height: 1.6;
    margin-bottom: 35px;
}
.multi-intent-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
.btn-whatsapp-cta {
    background: #25d366;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}
.btn-whatsapp-cta:hover {
    background: #20ba5a;
    transform: translateY(-2px);
}

/* 13. Bulletproof Deep Navy Footer Enforcement */
.site-footer,
.footer-widgets-container,
.inside-footer-widgets,
#footer-widgets,
.footer-widget-1,
.footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
    background-color: #00203f !important;
    color: #b0cddb !important;
}
.site-footer a {
    color: #e0f2fe !important;
}
.site-footer a:hover {
    color: #0096c9 !important;
}
.site-footer .widget-title {
    color: #ffffff !important;
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
    .solution-cards-grid-5 { grid-template-columns: repeat(3, 1fr); }
    .industries-grid-v2 { grid-template-columns: repeat(3, 1fr); }
    .lifecycle-steps-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .solution-cards-grid-5 { grid-template-columns: repeat(2, 1fr); }
    .industries-grid-v2 { grid-template-columns: repeat(2, 1fr); }
    .products-grid-b2b { grid-template-columns: repeat(2, 1fr); }
    .case-studies-grid-3 { grid-template-columns: 1fr; }
    .resource-center-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .metrics-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .lifecycle-steps-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .nebrix-top-bar { flex-direction: column; gap: 8px; text-align: center; }
    .tf-hero-v2-inner h1 { font-size: 2.4rem; }
    .solution-cards-grid-5 { grid-template-columns: 1fr; }
    .industries-grid-v2 { grid-template-columns: 1fr; }
    .products-grid-b2b { grid-template-columns: 1fr; }
    .resource-center-grid-4 { grid-template-columns: 1fr; }
    .metrics-grid-4 { grid-template-columns: 1fr; }
    .lifecycle-steps-grid { grid-template-columns: 1fr; }
    .solution-cards-overlap { margin-top: -30px; }
}


/* ===================================================
   HOMEPAGE FULL-WIDTH & LAYOUT FIXES
   =================================================== */

/* 1. Force true edge-to-edge full width on homepage */
body.home #page,
body.home .site.grid-container,
body.home #content,
body.home .site-content,
body.home #primary,
body.home .site-main,
body.home article,
body.home .inside-article,
body.home .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* 2. Full-bleed backgrounds for key sections */
.tf-home-hero-v2 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.lifecycle-section-v2 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.multi-intent-cta-v2 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.tech-partners-strip-v2,
.metrics-strip-v2 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* 3. Top utility bar placed above header */
.nebrix-top-bar {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* 4. Footer Product Categories 2-Column List */
.site-footer .widget_text ul.footer-categories-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .widget_text ul.footer-categories-list li {
    margin: 0;
    padding: 0 0 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.85rem;
}
.site-footer .widget_text ul.footer-categories-list li a {
    color: #e0f2fe !important;
    font-size: 0.85rem;
    display: block;
    line-height: 1.35;
}
.site-footer .widget_text ul.footer-categories-list li a:hover {
    color: #0096c9 !important;
    padding-left: 3px;
}

/* 5. 4-Column Footer grid refinement */
@media (min-width: 992px) {
    .site-footer .footer-widgets-container .inside-footer-widgets {
        display: grid;
        grid-template-columns: 1.2fr 1fr 1.2fr 1.2fr;
        gap: 30px;
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 25px;
    }
    .site-footer .footer-widgets-container .inside-footer-widgets > div {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }
}

/* ===================================================
   ABOUT US PAGE 2.0 (ENTERPRISE PROFILE & NETWORK)
   =================================================== */

/* Full width container for About Us */
body.page-id-86 #page,
body.page-id-86 .site.grid-container,
body.page-id-86 #content,
body.page-id-86 .site-content,
body.page-id-86 #primary,
body.page-id-86 .site-main,
body.page-id-86 article,
body.page-id-86 .inside-article,
body.page-id-86 .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* About Page Hero */
.about-hero-v2 {
    position: relative;
    min-height: 520px;
    background: linear-gradient(90deg, rgba(0, 24, 48, 0.95) 0%, rgba(0, 32, 63, 0.8) 55%, rgba(0, 32, 63, 0.5) 100%), 
                url('https://images.unsplash.com/photo-1581093458791-9f3c3900df4b?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 5%;
    color: #ffffff;
}
.about-hero-v2-inner {
    max-width: 860px;
}
.about-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 150, 201, 0.2);
    border: 1px solid rgba(0, 150, 201, 0.5);
    color: #7dd3fc;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.about-hero-v2-inner h1 {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #ffffff;
}
.about-hero-v2-inner p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
    color: #e2e8f0;
    margin: 0;
}

/* Overlapping Core Values / Mission Cards */
.about-overlap-cards {
    position: relative;
    z-index: 20;
    margin-top: -60px;
    padding: 0 5%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
}
.about-values-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.about-value-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 35px 28px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    border-top: 4px solid #0096c9;
    transition: all 0.3s ease;
}
.about-value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
}
.about-value-card.accent-red {
    border-top-color: #d13c34;
}
.about-value-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.about-value-card p {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* About Story Split Section */
.about-story-split {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto 80px auto;
    padding: 0 5%;
}
.about-story-text {
    flex: 1.2;
}
.about-story-text h2 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}
.about-story-text h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3.5px;
    background: #d13c34;
}
.about-story-text p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 18px;
}
.about-story-media {
    flex: 0.8;
}
.about-story-media img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Regulated Badges Strip */
.regulated-badges-strip {
    background: #f1f5f9;
    border-radius: 8px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    border-left: 4px solid #0096c9;
}
.regulated-badges-strip p {
    margin: 0 !important;
    font-size: 0.92rem !important;
    color: #1e293b !important;
    font-weight: 600;
}

/* 6 Core Pillars (Sectors We Empower) */
.about-sectors-section {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 85px 5%;
}
.about-sectors-grid-6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
}
.about-sector-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 30px 24px;
    transition: all 0.3s ease;
}
.about-sector-box:hover {
    border-color: #0096c9;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
}
.about-sector-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}
.about-sector-box h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px 0;
}
.about-sector-box p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}

/* Governance & Executive Leadership */
.governance-section-v2 {
    max-width: 1400px;
    margin: 0 auto 80px auto;
    padding: 80px 5% 0;
}
.leadership-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}
.leadership-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #0096c9;
    border-radius: 0 8px 8px 0;
    padding: 30px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
.leadership-card.red-accent {
    border-left-color: #d13c34;
}
.leadership-role {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d13c34;
    margin-bottom: 6px;
}
.leadership-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px 0;
}
.leadership-card p {
    font-size: 0.92rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* Management Secretariat Grid */
.secretariat-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.secretariat-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px 24px;
}
.secretariat-box h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
}
.secretariat-box p {
    font-size: 0.88rem;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

/* Our Network & Experience (STUNNING FIXED VERSION) */
.about-network-section {
    background: #f1f5f9;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 85px 5%;
}
.network-block-group {
    margin-bottom: 50px;
}
.network-block-group:last-child {
    margin-bottom: 0;
}
.network-block-title {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #0096c9;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.network-block-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #cbd5e1;
}

/* Technology Partners Grid */
.about-brands-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.about-brand-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}
.about-brand-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-color: #0096c9;
}
.about-brand-card img {
    margin-bottom: 12px;
}
.about-brand-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

/* Institutional Clients Grid */
.about-clients-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.about-client-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}
.about-client-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-color: #0096c9;
}
.about-client-card img {
    margin-bottom: 12px;
}
.about-client-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

/* Nationwide Branch Footprint (9 Branches) */
.branches-network-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 85px 5%;
}
.branches-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.branch-pill-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: all 0.25s ease;
}
.branch-pill-card:hover {
    border-color: #0096c9;
    box-shadow: 0 8px 20px rgba(0, 150, 201, 0.1);
    transform: translateY(-3px);
}
.branch-pill-card.is-hq {
    border-top: 3px solid #d13c34;
    background: #fdfefe;
}
.branch-tag {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d13c34;
    margin-bottom: 4px;
}
.branch-pill-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
}
.branch-pill-card p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
    margin: 0;
}

/* Responsive Overrides for About Page */
@media (max-width: 1200px) {
    .about-values-grid-3 { grid-template-columns: 1fr; }
    .about-sectors-grid-6 { grid-template-columns: repeat(2, 1fr); }
    .about-brands-grid-4, .about-clients-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .branches-grid-5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .about-story-split { flex-direction: column; gap: 40px; }
    .leadership-grid-2 { grid-template-columns: 1fr; }
    .secretariat-grid-3 { grid-template-columns: 1fr; }
    .branches-grid-5 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .about-hero-v2-inner h1 { font-size: 2.3rem; }
    .about-sectors-grid-6 { grid-template-columns: 1fr; }
    .about-brands-grid-4, .about-clients-grid-4 { grid-template-columns: 1fr; }
    .branches-grid-5 { grid-template-columns: 1fr; }
}


/* ===================================================
   SERVICES ARCHIVE & SINGLE 2.0 (ENTERPRISE STANDARD)
   =================================================== */

/* Full width container for Services Archive & Single */
body.post-type-archive-service #page,
body.post-type-archive-service .site.grid-container,
body.post-type-archive-service #content,
body.post-type-archive-service .site-content,
body.post-type-archive-service #primary,
body.post-type-archive-service .site-main,
body.post-type-archive-service article,
body.post-type-archive-service .inside-article,
body.post-type-archive-service .entry-content,
body.single-service #page,
body.single-service .site.grid-container,
body.single-service #content,
body.single-service .site-content,
body.single-service #primary,
body.single-service .site-main,
body.single-service article,
body.single-service .inside-article,
body.single-service .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Services Hero Full Width */
.services-hero-v2 {
    position: relative;
    min-height: 520px;
    background: linear-gradient(90deg, rgba(0, 24, 48, 0.95) 0%, rgba(0, 32, 63, 0.8) 55%, rgba(0, 32, 63, 0.45) 100%), 
                url('https://images.unsplash.com/photo-1581092334651-ddf26d9a09d0?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 5% 100px;
    color: #ffffff;
    width: 100% !important;
    box-sizing: border-box !important;
}
.services-hero-v2-inner {
    max-width: 860px;
}
.services-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 150, 201, 0.2);
    border: 1px solid rgba(0, 150, 201, 0.5);
    color: #7dd3fc;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.services-hero-v2-inner h1 {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #ffffff;
}
.services-hero-v2-inner p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
    color: #e2e8f0;
    margin-bottom: 30px;
}
.services-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Overlapping Service Pillars */
.services-overlap-pillars {
    position: relative;
    z-index: 20;
    margin-top: -65px;
    padding: 0 5%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
}
.pillars-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.pillar-card-box {
    background: #ffffff;
    border-radius: 8px;
    padding: 26px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    border-top: 4px solid #0096c9;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}
.pillar-card-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
    border-top-color: #d13c34;
}
.pillar-card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}
.pillar-card-box h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
}
.pillar-card-box p {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* 6 Enterprise Service Cards Grid */
.services-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}
.service-card-v2 {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}
.service-card-v2:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1);
    border-color: #0096c9;
}
.service-card-v2-img {
    height: 230px;
    overflow: hidden;
    position: relative;
    background: #001e38;
}
.service-card-v2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.service-card-v2:hover .service-card-v2-img img {
    transform: scale(1.06);
}
.service-badge-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(0, 24, 48, 0.85);
    backdrop-filter: blur(4px);
    color: #7dd3fc;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid rgba(0, 150, 201, 0.4);
}
.service-card-v2-body {
    padding: 28px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.service-card-v2-body h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px 0;
    line-height: 1.35;
}
.service-card-v2-body h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.service-card-v2-body h3 a:hover {
    color: #0096c9;
}
.service-card-v2-desc {
    font-size: 0.92rem;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}
.service-capabilities-list {
    background: #f8fafc;
    border-radius: 6px;
    padding: 14px 16px;
    margin-bottom: 20px;
}
.service-capabilities-list span {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0096c9;
    margin-bottom: 8px;
}
.service-capabilities-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.service-capabilities-list ul li {
    font-size: 0.85rem;
    color: #334155;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.service-capabilities-list ul li:last-child {
    margin-bottom: 0;
}
.service-card-v2-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #d13c34;
    text-decoration: none;
    transition: all 0.2s ease;
    align-self: flex-start;
}
.service-card-v2-btn:hover {
    color: #b52b24;
    gap: 10px;
}

/* Service Guarantee / SLA Banner */
.service-guarantee-banner {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 40px;
    max-width: 1400px;
    margin: 70px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.service-guarantee-text h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
}
.service-guarantee-text p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
}

/* Single Service Page Modernization */
.single-service-hero-v2 {
    position: relative;
    min-height: 460px;
    background: linear-gradient(90deg, rgba(0, 24, 48, 0.95) 0%, rgba(0, 32, 63, 0.8) 55%, rgba(0, 32, 63, 0.45) 100%), #001e38;
    display: flex;
    align-items: center;
    padding: 80px 5%;
    color: #ffffff;
    width: 100% !important;
}
.single-service-hero-inner {
    max-width: 900px;
}
.single-service-hero-inner h1 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 16px;
}
.single-service-hero-inner p {
    font-size: 1.2rem;
    color: #e2e8f0;
    line-height: 1.6;
    margin: 0;
}
.single-service-content-wrapper {
    max-width: 1100px;
    margin: 70px auto;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
}
.single-service-main {
    font-size: 1.08rem;
    line-height: 1.8;
    color: #334155;
}
.single-service-main p {
    margin-bottom: 20px;
}
.single-service-sidebar-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 30px;
    height: fit-content;
}
.single-service-sidebar-box h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 14px;
}
.single-service-sidebar-box p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Responsive Overrides for Services */
@media (max-width: 1200px) {
    .pillars-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .services-grid-v2 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .single-service-content-wrapper { grid-template-columns: 1fr; }
    .service-guarantee-banner { flex-direction: column; text-align: center; }
}
@media (max-width: 650px) {
    .services-hero-v2-inner h1 { font-size: 2.3rem; }
    .pillars-grid-4 { grid-template-columns: 1fr; }
    .services-grid-v2 { grid-template-columns: 1fr; }
    .services-overlap-pillars { margin-top: -30px; }
}


/* ===================================================
   PRODUCTS CATALOG 2.0 (B2B PROCUREMENT PLATFORM)
   =================================================== */

/* Full width container for Products Archive & Single */
body.post-type-archive-product #page,
body.post-type-archive-product .site.grid-container,
body.post-type-archive-product #content,
body.post-type-archive-product .site-content,
body.post-type-archive-product #primary,
body.post-type-archive-product .site-main,
body.post-type-archive-product article,
body.post-type-archive-product .inside-article,
body.post-type-archive-product .entry-content,
body.tax-product_category #page,
body.tax-product_category .site.grid-container,
body.tax-product_category #content,
body.tax-product_category .site-content,
body.tax-product_category #primary,
body.tax-product_category .site-main,
body.tax-product_category article,
body.tax-product_category .inside-article,
body.tax-product_category .entry-content,
body.single-product #page,
body.single-product .site.grid-container,
body.single-product #content,
body.single-product .site-content,
body.single-product #primary,
body.single-product .site-main,
body.single-product article,
body.single-product .inside-article,
body.single-product .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Products Hero Full Width */
.products-hero-v2 {
    position: relative;
    min-height: 480px;
    background: linear-gradient(90deg, rgba(0, 24, 48, 0.95) 0%, rgba(0, 32, 63, 0.82) 55%, rgba(0, 32, 63, 0.45) 100%), 
                url('https://images.unsplash.com/photo-1581093458791-9f3c3900df4b?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 5% 90px;
    color: #ffffff;
    width: 100% !important;
    box-sizing: border-box !important;
}
.products-hero-v2-inner {
    max-width: 860px;
}
.products-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 150, 201, 0.2);
    border: 1px solid rgba(0, 150, 201, 0.5);
    color: #7dd3fc;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.products-hero-v2-inner h1 {
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #ffffff;
}
.products-hero-v2-inner p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    color: #e2e8f0;
    margin-bottom: 25px;
}

/* Category Quick-Select Horizontal Ribbon */
.category-ribbon-container {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    padding: 14px 5%;
    position: sticky;
    top: 0;
    z-index: 30;
}
.category-ribbon-scroll {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    max-width: 1400px;
    margin: 0 auto;
    scrollbar-width: none; /* Firefox */
}
.category-ribbon-scroll::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.ribbon-pill-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
}
.ribbon-pill-link:hover {
    background: #e2e8f0;
    color: #0096c9;
    border-color: #cbd5e1;
}
.ribbon-pill-link.is-active {
    background: #0096c9;
    color: #ffffff !important;
    border-color: #0096c9;
    box-shadow: 0 4px 10px rgba(0, 150, 201, 0.3);
}

/* Main Catalog Layout (Sidebar + Grid) */
.catalog-main-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    max-width: 1440px;
    margin: 40px auto 80px auto;
    padding: 0 5%;
}

/* B2B Filter Sidebar */
.catalog-filter-sidebar {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
    height: fit-content;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.filter-section-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e2e8f0;
}
.filter-search-box {
    display: flex;
    align-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 25px;
}
.filter-search-box input {
    border: none;
    padding: 10px 12px;
    font-size: 0.88rem;
    width: 100%;
    outline: none;
}
.filter-search-box button {
    background: #0096c9;
    border: none;
    color: #fff;
    padding: 10px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.filter-categories-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.filter-category-item {
    margin-bottom: 8px;
}
.filter-category-item a,
.filter-category-item label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #334155;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}
.filter-category-item a:hover,
.filter-category-item label:hover {
    background: #f1f5f9;
    color: #0096c9;
}
.filter-category-item.is-active a,
.filter-category-item.is-active label {
    background: #e0f2fe;
    color: #0096c9;
    font-weight: 700;
}
.filter-count-badge {
    background: #e2e8f0;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 12px;
}
.filter-category-item.is-active .filter-count-badge {
    background: #0096c9;
    color: #ffffff;
}

/* Sidebar Technical Support Box */
.sidebar-specialist-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px;
    margin-top: 25px;
    text-align: center;
}
.sidebar-specialist-box h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
}
.sidebar-specialist-box p {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.4;
    margin: 0 0 14px 0;
}
.btn-sidebar-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #25d366;
    color: #ffffff !important;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 4px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    transition: background 0.2s ease;
}
.btn-sidebar-whatsapp:hover {
    background: #20ba5a;
}

/* Products Header Control Bar (Count + Sort) */
.catalog-controls-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}
.catalog-results-count {
    font-size: 0.92rem;
    color: #64748b;
}
.catalog-results-count strong {
    color: #0f172a;
}
.catalog-sort-select {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #475569;
}
.catalog-sort-select select {
    padding: 6px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #ffffff;
    font-size: 0.88rem;
    outline: none;
}

/* Products Grid 3-Column */
.catalog-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 50px;
}
.catalog-card-v2 {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}
.catalog-card-v2:hover {
    border-color: #0096c9;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.catalog-card-img-wrap {
    height: 220px;
    background: #f8fafc;
    overflow: hidden;
    position: relative;
}
.catalog-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.catalog-card-v2:hover .catalog-card-img-wrap img {
    transform: scale(1.06);
}
.catalog-avail-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(4px);
    color: #4ade80;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 4px;
}
.catalog-card-body {
    padding: 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.catalog-card-category {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0096c9;
    margin-bottom: 6px;
}
.catalog-card-body h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 10px 0;
    min-height: 46px;
}
.catalog-card-body h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.catalog-card-body h3 a:hover {
    color: #0096c9;
}
.catalog-card-desc {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 16px;
    flex: 1;
}
.catalog-card-pricing {
    font-size: 0.95rem;
    font-weight: 700;
    color: #d13c34;
    margin-bottom: 16px;
}
.catalog-card-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}
.btn-catalog-quote {
    background: #d13c34;
    color: #ffffff !important;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    padding: 10px 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.2s ease;
}
.btn-catalog-quote:hover {
    background: #b52b24;
}
.btn-catalog-details {
    background: transparent;
    color: #0096c9 !important;
    border: 1px solid #cbd5e1;
    font-size: 0.88rem;
    font-weight: 600;
    text-align: center;
    padding: 8px 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.btn-catalog-details:hover {
    background: #f1f5f9;
    border-color: #0096c9;
}

/* Bulk Procurement / BOQ Tender Banner */
.bulk-tender-banner {
    background: linear-gradient(135deg, #00203f 0%, #003666 100%);
    border-radius: 8px;
    padding: 40px;
    color: #ffffff;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.bulk-tender-text h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px 0;
}
.bulk-tender-text p {
    font-size: 1rem;
    color: #e0f2fe;
    margin: 0;
    max-width: 650px;
}
.bulk-tender-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Styled Numbered Pagination */
.catalog-pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.catalog-pagination-wrap .nav-links {
    display: flex;
    gap: 8px;
    align-items: center;
}
.catalog-pagination-wrap .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    color: #334155;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}
.catalog-pagination-wrap .page-numbers:hover {
    background: #f1f5f9;
    border-color: #0096c9;
    color: #0096c9;
}
.catalog-pagination-wrap .page-numbers.current {
    background: #0096c9;
    border-color: #0096c9;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 150, 201, 0.25);
}

/* Responsive Overrides for Catalog */
@media (max-width: 1200px) {
    .catalog-products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
    .catalog-main-layout { grid-template-columns: 1fr; }
    .bulk-tender-banner { flex-direction: column; text-align: center; }
    .bulk-tender-actions { justify-content: center; }
}
@media (max-width: 600px) {
    .products-hero-v2-inner h1 { font-size: 2.3rem; }
    .catalog-products-grid { grid-template-columns: 1fr; }
}


/* ===================================================
   DOWNLOADS & TECHNICAL RESOURCES PORTAL 2.0
   =================================================== */

/* Full width container for Downloads */
body.page-id-89 #page,
body.page-id-89 .site.grid-container,
body.page-id-89 #content,
body.page-id-89 .site-content,
body.page-id-89 #primary,
body.page-id-89 .site-main,
body.page-id-89 article,
body.page-id-89 .inside-article,
body.page-id-89 .entry-content,
body.post-type-archive-nebrix_resource #page,
body.post-type-archive-nebrix_resource .site.grid-container,
body.post-type-archive-nebrix_resource #content,
body.post-type-archive-nebrix_resource .site-content,
body.post-type-archive-nebrix_resource #primary,
body.post-type-archive-nebrix_resource .site-main,
body.post-type-archive-nebrix_resource article,
body.post-type-archive-nebrix_resource .inside-article,
body.post-type-archive-nebrix_resource .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Downloads Hero */
.downloads-hero-v2 {
    position: relative;
    min-height: 480px;
    background: linear-gradient(90deg, rgba(0, 24, 48, 0.95) 0%, rgba(0, 32, 63, 0.82) 55%, rgba(0, 32, 63, 0.45) 100%), 
                url('https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=2069&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 5% 90px;
    color: #ffffff;
    width: 100% !important;
    box-sizing: border-box !important;
}
.downloads-hero-v2-inner {
    max-width: 860px;
}
.downloads-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 150, 201, 0.2);
    border: 1px solid rgba(0, 150, 201, 0.5);
    color: #7dd3fc;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.downloads-hero-v2-inner h1 {
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #ffffff;
}
.downloads-hero-v2-inner p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    color: #e2e8f0;
    margin-bottom: 25px;
}

/* 4 Quick-Access Document Hub Cards */
.downloads-quick-hubs {
    position: relative;
    z-index: 20;
    margin-top: -55px;
    padding: 0 5%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.hubs-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.hub-card-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: all 0.3s ease;
    border-top: 4px solid #0096c9;
}
.hub-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
    border-top-color: #d13c34;
}
.hub-card-item.accent-red {
    border-top-color: #d13c34;
}
.hub-card-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
}
.hub-card-item h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
}
.hub-card-item p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.45;
    margin: 0 0 12px 0;
    flex: 1;
}
.hub-card-link {
    font-size: 0.82rem;
    font-weight: 700;
    color: #0096c9;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.hub-card-item:hover .hub-card-link {
    color: #d13c34;
}

/* Downloads Main Directory Layout */
.downloads-directory-container {
    max-width: 1400px;
    margin: 0 auto 80px auto;
    padding: 0 5%;
}

/* Modern Document Table */
.downloads-table-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}
.downloads-table-v2 {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.downloads-table-v2 thead th {
    background: #001e38;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 20px;
    border: none;
}
.downloads-table-v2 tbody tr {
    border-bottom: 1px solid #e2e8f0;
    transition: background 0.2s ease;
}
.downloads-table-v2 tbody tr:last-child {
    border-bottom: none;
}
.downloads-table-v2 tbody tr:hover {
    background: #f8fafc;
}
.downloads-table-v2 td {
    padding: 18px 20px;
    vertical-align: middle;
}
.doc-title-cell {
    display: flex;
    align-items: center;
    gap: 14px;
}
.doc-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.doc-name-main {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 3px;
}
.doc-excerpt-text {
    font-size: 0.84rem;
    color: #64748b;
    line-height: 1.4;
}
.doc-type-pill {
    display: inline-block;
    padding: 4px 10px;
    background: #e0f2fe;
    color: #0096c9;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.doc-sector-text {
    font-size: 0.88rem;
    color: #334155;
    font-weight: 600;
}
.doc-format-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #475569;
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 4px;
}
.btn-doc-download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #d13c34;
    color: #ffffff !important;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.2s ease;
    white-space: nowrap;
}
.btn-doc-download:hover {
    background: #b52b24;
}

/* Custom Document / COA Request Banner */
.custom-doc-banner {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #0096c9;
    border-radius: 8px;
    padding: 35px 30px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.custom-doc-text h4 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px 0;
}
.custom-doc-text p {
    font-size: 0.92rem;
    color: #64748b;
    margin: 0;
}

/* Responsive Overrides for Downloads */
@media (max-width: 1200px) {
    .hubs-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .custom-doc-banner { flex-direction: column; text-align: center; }
    .downloads-table-responsive {
        overflow-x: auto;
    }
}
@media (max-width: 600px) {
    .downloads-hero-v2-inner h1 { font-size: 2.3rem; }
    .hubs-grid-4 { grid-template-columns: 1fr; }
    .downloads-quick-hubs { margin-top: -25px; }
}


/* ===================================================
   BLOG & TECHNICAL INSIGHTS PORTAL 2.0
   =================================================== */

/* Full width container for Blog & Single Post */
body.blog #page,
body.blog .site.grid-container,
body.blog #content,
body.blog .site-content,
body.blog #primary,
body.blog .site-main,
body.blog article,
body.blog .inside-article,
body.blog .entry-content,
body.category #page,
body.category .site.grid-container,
body.category #content,
body.category .site-content,
body.category #primary,
body.category .site-main,
body.category article,
body.category .inside-article,
body.category .entry-content,
body.single-post #page,
body.single-post .site.grid-container,
body.single-post #content,
body.single-post .site-content,
body.single-post #primary,
body.single-post .site-main,
body.single-post article,
body.single-post .inside-article,
body.single-post .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Blog Hero Full Width */
.blog-hero-v2 {
    position: relative;
    min-height: 460px;
    background: linear-gradient(90deg, rgba(0, 24, 48, 0.95) 0%, rgba(0, 32, 63, 0.82) 55%, rgba(0, 32, 63, 0.45) 100%), 
                url('https://images.unsplash.com/photo-1532094349884-543bc11b234d?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 5% 90px;
    color: #ffffff;
    width: 100% !important;
    box-sizing: border-box !important;
}
.blog-hero-v2-inner {
    max-width: 860px;
}
.blog-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 150, 201, 0.2);
    border: 1px solid rgba(0, 150, 201, 0.5);
    color: #7dd3fc;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.blog-hero-v2-inner h1 {
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #ffffff;
}
.blog-hero-v2-inner p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    color: #e2e8f0;
    margin-bottom: 25px;
}

/* Category Quick-Select Bar for Blog */
.blog-category-bar {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    padding: 14px 5%;
    position: sticky;
    top: 0;
    z-index: 30;
}
.blog-category-scroll {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    max-width: 1400px;
    margin: 0 auto;
    scrollbar-width: none;
}
.blog-category-scroll::-webkit-scrollbar {
    display: none;
}

/* Featured Article Spotlight Card */
.featured-article-spotlight {
    max-width: 1400px;
    margin: 40px auto 60px auto;
    padding: 0 5%;
}
.spotlight-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}
.spotlight-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    border-color: #0096c9;
}
.spotlight-img-wrap {
    height: 100%;
    min-height: 380px;
    position: relative;
    overflow: hidden;
    background: #001e38;
}
.spotlight-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.spotlight-card:hover .spotlight-img-wrap img {
    transform: scale(1.05);
}
.spotlight-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #d13c34;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 12px;
    border-radius: 4px;
}
.spotlight-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.spotlight-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 16px;
}
.spotlight-category-pill {
    background: #e0f2fe;
    color: #0096c9;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}
.spotlight-content h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 16px 0;
}
.spotlight-content h2 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.spotlight-content h2 a:hover {
    color: #0096c9;
}
.spotlight-excerpt {
    font-size: 1rem;
    color: #555555;
    line-height: 1.65;
    margin-bottom: 25px;
}

/* 3-Column Enterprise Articles Grid */
.blog-main-container {
    max-width: 1400px;
    margin: 0 auto 80px auto;
    padding: 0 5%;
}
.blog-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}
.article-card-v2 {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}
.article-card-v2:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    border-color: #0096c9;
}
.article-card-v2-img {
    height: 220px;
    position: relative;
    overflow: hidden;
    background: #001e38;
}
.article-card-v2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.article-card-v2:hover .article-card-v2-img img {
    transform: scale(1.06);
}
.article-card-v2-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.article-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 12px;
}
.article-card-category {
    font-weight: 700;
    color: #0096c9;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}
.article-card-v2-body h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 12px 0;
    min-height: 48px;
}
.article-card-v2-body h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.article-card-v2-body h3 a:hover {
    color: #0096c9;
}
.article-card-desc {
    font-size: 0.88rem;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}
.article-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
    font-size: 0.82rem;
    color: #64748b;
}
.article-card-link {
    font-weight: 700;
    color: #d13c34;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
}
.article-card-link:hover {
    color: #b52b24;
    gap: 6px;
}

/* Single Post Page Modernization */
.single-post-hero-v2 {
    background: linear-gradient(90deg, rgba(0, 24, 48, 0.95) 0%, rgba(0, 32, 63, 0.82) 55%, rgba(0, 32, 63, 0.45) 100%), #001e38;
    padding: 70px 5% 80px;
    color: #ffffff;
    width: 100% !important;
}
.single-post-hero-inner {
    max-width: 900px;
    margin: 0 auto;
}
.single-post-layout {
    max-width: 1200px;
    margin: 60px auto 80px auto;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 50px;
}
.single-post-main-content {
    font-size: 1.1rem;
    line-height: 1.85;
    color: #334155;
}
.single-post-main-content p {
    margin-bottom: 22px;
}
.single-post-main-content h2,
.single-post-main-content h3 {
    color: #0f172a;
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 16px;
}

/* Responsive Overrides for Blog */
@media (max-width: 1200px) {
    .blog-grid-v2 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
    .spotlight-card { grid-template-columns: 1fr; }
    .single-post-layout { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .blog-hero-v2-inner h1 { font-size: 2.3rem; }
    .blog-grid-v2 { grid-template-columns: 1fr; }
    .spotlight-content h2 { font-size: 1.5rem; }
}


/* ===================================================
   CONTACTS & NATIONWIDE BRANCHES PORTAL 2.0
   =================================================== */

/* Full width container for Contacts Page */
body.page-id-91 #page,
body.page-id-91 .site.grid-container,
body.page-id-91 #content,
body.page-id-91 .site-content,
body.page-id-91 #primary,
body.page-id-91 .site-main,
body.page-id-91 article,
body.page-id-91 .inside-article,
body.page-id-91 .entry-content,
body.page-template-page-contacts #page,
body.page-template-page-contacts .site.grid-container,
body.page-template-page-contacts #content,
body.page-template-page-contacts .site-content,
body.page-template-page-contacts #primary,
body.page-template-page-contacts .site-main,
body.page-template-page-contacts article,
body.page-template-page-contacts .inside-article,
body.page-template-page-contacts .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Contacts Hero Full Width */
.contacts-hero-v2 {
    position: relative;
    min-height: 480px;
    background: linear-gradient(90deg, rgba(0, 24, 48, 0.95) 0%, rgba(0, 32, 63, 0.82) 55%, rgba(0, 32, 63, 0.45) 100%), 
                url('https://images.unsplash.com/photo-1577495508048-b635879837f1?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 5% 90px;
    color: #ffffff;
    width: 100% !important;
    box-sizing: border-box !important;
}
.contacts-hero-v2-inner {
    max-width: 860px;
}
.contacts-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 150, 201, 0.2);
    border: 1px solid rgba(0, 150, 201, 0.5);
    color: #7dd3fc;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.contacts-hero-v2-inner h1 {
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #ffffff;
}
.contacts-hero-v2-inner p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    color: #e2e8f0;
    margin-bottom: 25px;
}

/* 4 Overlapping Fast-Contact Cards */
.contacts-overlap-channels {
    position: relative;
    z-index: 20;
    margin-top: -55px;
    padding: 0 5%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.contacts-channels-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.contact-channel-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: all 0.3s ease;
    border-top: 4px solid #0096c9;
}
.contact-channel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
    border-top-color: #d13c34;
}
.contact-channel-card.accent-red {
    border-top-color: #d13c34;
}
.contact-channel-card.accent-whatsapp {
    border-top-color: #25d366;
}
.contact-channel-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
}
.contact-channel-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
}
.contact-channel-card p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.45;
    margin: 0 0 12px 0;
    flex: 1;
}
.contact-channel-link {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0096c9;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.contact-channel-card.accent-whatsapp .contact-channel-link {
    color: #25d366;
}
.contact-channel-card:hover .contact-channel-link {
    color: #d13c34;
}

/* Branch Locator Section Layout */
.branch-locator-section {
    max-width: 1400px;
    margin: 0 auto 80px auto;
    padding: 0 5%;
}
.branch-locator-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 35px;
    margin-top: 30px;
}
.branch-list-sidebar {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    height: 600px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.branch-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
}
.branch-nav-item:hover {
    background: #e0f2fe;
    border-color: #0096c9;
    transform: translateX(4px);
}
.branch-nav-item.is-active {
    background: #00203f;
    color: #ffffff !important;
    border-color: #00203f;
    box-shadow: 0 4px 12px rgba(0, 32, 63, 0.2);
}
.branch-nav-item.is-active .branch-item-title {
    color: #ffffff !important;
}
.branch-nav-item.is-active .branch-item-sub {
    color: #7dd3fc !important;
}
.branch-item-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
}
.branch-item-sub {
    font-size: 0.8rem;
    color: #64748b;
}

/* Branch Display Card & Map */
.branch-display-card-v2 {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
}
.branch-display-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e8f0;
}
.branch-display-header h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}
.branch-display-badge {
    background: #e0f2fe;
    color: #0096c9;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 20px;
}
.branch-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}
.branch-detail-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 16px;
}
.branch-detail-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0096c9;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.branch-detail-val {
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.5;
    margin: 0;
}
.branch-detail-val a {
    color: #0f172a;
    font-weight: 700;
    text-decoration: none;
}
.branch-detail-val a:hover {
    color: #d13c34;
}
.branch-map-wrap {
    border-radius: 6px;
    overflow: hidden;
    height: 320px;
    border: 1px solid #cbd5e1;
}

/* 2-Column Institutional Inquiry Section */
.contacts-inquiry-section {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 80px 5%;
}
.contacts-inquiry-layout {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
}
.contacts-inquiry-info h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 16px 0;
}
.contacts-inquiry-info p {
    font-size: 1.05rem;
    color: #555555;
    line-height: 1.65;
    margin-bottom: 25px;
}
.contacts-inquiry-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Responsive Overrides for Contacts */
@media (max-width: 1200px) {
    .contacts-channels-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .branch-locator-layout { grid-template-columns: 1fr; }
    .branch-list-sidebar { height: 350px; }
}
@media (max-width: 992px) {
    .contacts-inquiry-layout { grid-template-columns: 1fr; }
    .branch-details-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .contacts-hero-v2-inner h1 { font-size: 2.3rem; }
    .contacts-channels-grid-4 { grid-template-columns: 1fr; }
    .contacts-overlap-channels { margin-top: -25px; }
    .contacts-inquiry-card { padding: 25px 20px; }
}


/* ===================================================
   REQUEST A QUOTE & BOQ TENDER DESK 2.0
   =================================================== */

/* Full width container for Request a Quote Page */
body.page-id-92 #page,
body.page-id-92 .site.grid-container,
body.page-id-92 #content,
body.page-id-92 .site-content,
body.page-id-92 #primary,
body.page-id-92 .site-main,
body.page-id-92 article,
body.page-id-92 .inside-article,
body.page-id-92 .entry-content,
body.page-template-page-request-a-quote #page,
body.page-template-page-request-a-quote .site.grid-container,
body.page-template-page-request-a-quote #content,
body.page-template-page-request-a-quote .site-content,
body.page-template-page-request-a-quote #primary,
body.page-template-page-request-a-quote .site-main,
body.page-template-page-request-a-quote article,
body.page-template-page-request-a-quote .inside-article,
body.page-template-page-request-a-quote .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Quote Hero Full Width */
.quote-hero-v2 {
    position: relative;
    min-height: 480px;
    background: linear-gradient(90deg, rgba(0, 24, 48, 0.95) 0%, rgba(0, 32, 63, 0.82) 55%, rgba(0, 32, 63, 0.45) 100%), 
                url('https://images.unsplash.com/photo-1581093458791-9f3c3900df4b?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 5% 90px;
    color: #ffffff;
    width: 100% !important;
    box-sizing: border-box !important;
}
.quote-hero-v2-inner {
    max-width: 860px;
}
.quote-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 150, 201, 0.2);
    border: 1px solid rgba(0, 150, 201, 0.5);
    color: #7dd3fc;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.quote-hero-v2-inner h1 {
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #ffffff;
}
.quote-hero-v2-inner p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    color: #e2e8f0;
    margin-bottom: 25px;
}

/* Quote Cards Top Strip */
.quote-overlap-cards {
    position: relative;
    z-index: 20;
    margin-top: -55px;
    padding: 0 5%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.quote-cards-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.quote-feature-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 26px 22px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    border-top: 4px solid #0096c9;
    transition: all 0.3s ease;
}
.quote-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
    border-top-color: #d13c34;
}
.quote-feature-card.accent-red {
    border-top-color: #d13c34;
}
.quote-feature-card.accent-whatsapp {
    border-top-color: #25d366;
}
.quote-feature-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
}
.quote-feature-card p {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* Main 2-Column Quote Layout */
.quote-main-layout {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto 80px auto;
    padding: 0 5%;
}

/* Left Advisory Column */
.quote-advisory-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.03);
    height: fit-content;
}
.quote-advisory-box h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin: 0 0 14px 0;
}
.quote-advisory-box p {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 25px;
}
.quote-commitments-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.quote-commitments-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.5;
}
.quote-commitments-list li strong {
    color: #0f172a;
    display: block;
}

/* Right Interactive Quote Form Card */
.quote-form-card-v2 {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.quote-form-header {
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e8f0;
}
.quote-form-header h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px 0;
}
.quote-form-header p {
    font-size: 0.92rem;
    color: #64748b;
    margin: 0;
}

/* Fluent Form Custom Theme Integration */
.quote-form-card-v2 .fluentform .ff-el-form-control {
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    padding: 10px 14px;
    font-size: 0.95rem;
    transition: border-color 0.2s ease;
}
.quote-form-card-v2 .fluentform .ff-el-form-control:focus {
    border-color: #0096c9;
    box-shadow: 0 0 0 3px rgba(0, 150, 201, 0.15);
}
.quote-form-card-v2 .fluentform .ff-btn-submit {
    background: #d13c34 !important;
    border-color: #d13c34 !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 14px 28px !important;
    border-radius: 6px !important;
    width: 100% !important;
    transition: background 0.2s ease !important;
}
.quote-form-card-v2 .fluentform .ff-btn-submit:hover {
    background: #b52b24 !important;
    border-color: #b52b24 !important;
}

/* Responsive Overrides for Quote */
@media (max-width: 1200px) {
    .quote-cards-grid-3 { grid-template-columns: 1fr; }
    .quote-main-layout { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .quote-hero-v2-inner h1 { font-size: 2.3rem; }
    .quote-overlap-cards { margin-top: -25px; }
    .quote-form-card-v2 { padding: 25px 20px; }
}


/* ===================================================
   STICKY HEADER, IVORY SEARCH & INTERNATIONAL NAVIGATION
   =================================================== */

/* Sticky Site Header */
.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: #ffffff !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
}

/* International Standard Menu Sizing */
.main-navigation .main-nav ul li a {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    letter-spacing: 0.3px !important;
    padding: 0 16px !important;
    line-height: 70px !important;
}
.main-navigation .main-nav ul li a:hover {
    color: #d13c34 !important;
}
.main-navigation .main-nav ul li.current-menu-item > a {
    color: #d13c34 !important;
}

/* Quote Button in Menu */
.main-navigation .main-nav ul li.nav-button-quote a {
    background: #d13c34 !important;
    color: #ffffff !important;
    padding: 10px 22px !important;
    line-height: 1.4 !important;
    border-radius: 6px !important;
    margin-left: 12px !important;
    display: inline-block !important;
    transition: all 0.2s ease !important;
}
.main-navigation .main-nav ul li.nav-button-quote a:hover {
    background: #b52b24 !important;
    transform: translateY(-1px) !important;
}

/* Ivory Search Integration in Top Bar */
.nebrix-ivory-search-header-wrap {
    display: flex;
    align-items: center;
}
.nebrix-ivory-search-header-wrap .is-form-style {
    display: flex !important;
    align-items: center !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 20px !important;
    padding: 3px 12px !important;
    background: rgba(0, 32, 63, 0.6) !important;
    backdrop-filter: blur(4px) !important;
}
.nebrix-ivory-search-header-wrap input[type="search"] {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 0.85rem !important;
    padding: 4px 8px !important;
    width: 220px !important;
    outline: none !important;
}
.nebrix-ivory-search-header-wrap input[type="search"]::placeholder {
    color: #94a3b8 !important;
}
.nebrix-ivory-search-header-wrap button.is-search-submit {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    cursor: pointer !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

/* ===================================================
   HOMEPAGE 3.0 (THERMO FISHER BENCHMARK STYLING)
   =================================================== */

/* Hero 3.0 with Fading Gradient */
.tf-hero-v3 {
    position: relative;
    min-height: 520px;
    background: linear-gradient(90deg, rgba(0, 24, 48, 0.96) 0%, rgba(0, 32, 63, 0.85) 50%, rgba(209, 60, 52, 0.25) 100%), 
                url('https://images.unsplash.com/photo-1581093458791-9f3c3900df4b?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 85px 5% 115px;
    color: #ffffff;
    width: 100% !important;
    box-sizing: border-box !important;
}
.tf-hero-v3-inner {
    max-width: 880px;
}
.tf-hero-kicker-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 150, 201, 0.2);
    border: 1px solid rgba(0, 150, 201, 0.5);
    color: #7dd3fc;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.tf-hero-v3-inner h1 {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #ffffff;
}
.tf-hero-v3-inner p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
    color: #e2e8f0;
    margin-bottom: 30px;
}
.tf-hero-actions-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* 3 Overlapping Workflow Cards (Thermo Fisher Benchmark) */
.tf-overlap-workflows {
    position: relative;
    z-index: 20;
    margin-top: -65px;
    padding: 0 5%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.tf-workflows-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.tf-workflow-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 16px;
    align-items: center;
    transition: all 0.3s ease;
}
.tf-workflow-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
    border-color: #0096c9;
}
.tf-wf-text h3 {
    font-size: 1.08rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin: 0 0 10px 0;
}
.tf-wf-link {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0096c9;
    text-decoration: none;
    transition: color 0.2s ease;
}
.tf-workflow-card:hover .tf-wf-link {
    color: #d13c34;
}
.tf-wf-thumb {
    width: 100px;
    height: 90px;
    border-radius: 6px;
    overflow: hidden;
    background: #001e38;
}
.tf-wf-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.tf-workflow-card:hover .tf-wf-thumb img {
    transform: scale(1.08);
}

/* 2-Column Featured Learning Hub & Industry Intelligence */
.tf-learning-intel-layout {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 35px;
}
.tf-learning-banner-card {
    background: linear-gradient(135deg, #00203f 0%, #003666 100%);
    border-radius: 10px;
    padding: 35px;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 32, 63, 0.12);
    margin-bottom: 20px;
}
.tf-learning-banner-content h3 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 14px 0;
}
.tf-learning-banner-content p {
    font-size: 0.95rem;
    color: #e0f2fe;
    line-height: 1.6;
    margin-bottom: 20px;
}
.tf-learning-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tf-learning-bullets li {
    font-size: 0.9rem;
    color: #cbd5e1;
}
.tf-support-centers-strip {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}
.tf-support-centers-strip h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
}
.tf-support-centers-strip p {
    font-size: 0.88rem;
    color: #64748b;
    margin: 0 0 12px 0;
}
.tf-support-link {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0096c9;
    text-decoration: none;
}
.tf-support-link:hover {
    color: #d13c34;
}

/* Accelerating Science / Intelligence List */
.tf-intel-articles-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.tf-intel-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition: all 0.2s ease;
}
.tf-intel-item:hover {
    border-color: #0096c9;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}
.tf-intel-thumb {
    width: 80px;
    height: 75px;
    border-radius: 6px;
    overflow: hidden;
    background: #001e38;
}
.tf-intel-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tf-intel-content h4 {
    font-size: 0.98rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 8px 0;
}
.tf-intel-content h4 a {
    color: inherit;
    text-decoration: none;
}
.tf-intel-content h4 a:hover {
    color: #0096c9;
}
.tf-intel-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.78rem;
    color: #64748b;
}
.tf-intel-read {
    font-weight: 700;
    color: #d13c34;
    text-decoration: none;
}
.tf-intel-read:hover {
    color: #b52b24;
}

/* 4-Column Solutions for Your Industry */
.tf-industry-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.tf-industry-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}
.tf-industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    border-color: #0096c9;
}
.tf-industry-img {
    height: 180px;
    overflow: hidden;
    background: #001e38;
}
.tf-industry-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.tf-industry-card:hover .tf-industry-img img {
    transform: scale(1.06);
}
.tf-industry-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.tf-industry-body h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
    line-height: 1.35;
}
.tf-industry-body p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 16px 0;
    flex: 1;
}
.tf-industry-link {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0096c9;
    text-decoration: none;
    transition: color 0.2s ease;
}
.tf-industry-card:hover .tf-industry-link {
    color: #d13c34;
}

/* 4-Column Featured Products Showcase */
.tf-products-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.tf-product-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}
.tf-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    border-color: #0096c9;
}
.tf-product-img {
    height: 180px;
    background: #f8fafc;
    overflow: hidden;
}
.tf-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.tf-product-card:hover .tf-product-img img {
    transform: scale(1.06);
}
.tf-product-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.tf-product-cat {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #0096c9;
    margin-bottom: 6px;
}
.tf-product-body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 10px 0;
    min-height: 42px;
}
.tf-product-body h3 a {
    color: inherit;
    text-decoration: none;
}
.tf-product-body h3 a:hover {
    color: #0096c9;
}
.tf-product-price {
    font-size: 0.92rem;
    font-weight: 700;
    color: #d13c34;
    margin-bottom: 14px;
}
.tf-product-actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: auto;
}

/* ===================================================
   FOOTER 3.0 (5-COLUMN ENTERPRISE BENCHMARK)
   =================================================== */

.nebrix-enterprise-footer {
    background: #001830;
    color: #cbd5e1;
    border-top: 4px solid #d13c34;
    padding-top: 60px;
    font-size: 0.9rem;
}
.footer-main-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 5%;
}
.footer-columns-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}
.footer-col h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(0, 150, 201, 0.4);
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-col ul li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.88rem;
    transition: all 0.2s ease;
}
.footer-col ul li a:hover {
    color: #7dd3fc;
    padding-left: 4px;
}

/* Footer Contact Strip */
.footer-contact-strip {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-logo-text {
    font-size: 1.3rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
}
.footer-tagline {
    font-size: 0.82rem;
    color: #94a3b8;
    margin-top: 2px;
}
.footer-fast-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    font-size: 0.85rem;
}
.footer-fast-links a {
    color: #e2e8f0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}
.footer-fast-links a:hover {
    color: #7dd3fc;
}

/* Sub-Footer Legal Strip */
.footer-sub-strip {
    background: #001020;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-sub-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 0.8rem;
    color: #64748b;
}
.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.footer-legal-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-legal-links a:hover {
    color: #7dd3fc;
}
.footer-copyright-text {
    color: #64748b;
}
.footer-country-badge {
    color: #e2e8f0;
    font-weight: 600;
}

/* ===================================================
   RESPONSIVE BREAKPOINTS (100% MOBILE FRIENDLY)
   =================================================== */

@media (max-width: 1200px) {
    .tf-workflows-grid-3 { grid-template-columns: 1fr; }
    .tf-learning-intel-layout { grid-template-columns: 1fr; }
    .tf-industry-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .tf-products-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .footer-columns-grid-5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 992px) {
    .footer-columns-grid-5 { grid-template-columns: repeat(2, 1fr); }
    .footer-contact-strip { flex-direction: column; text-align: center; }
    .footer-fast-links { justify-content: center; }
    .footer-sub-container { flex-direction: column; text-align: center; gap: 10px; }
}
@media (max-width: 650px) {
    .tf-hero-v3-inner h1 { font-size: 2.2rem; }
    .tf-industry-grid-4 { grid-template-columns: 1fr; }
    .tf-products-grid-4 { grid-template-columns: 1fr; }
    .footer-columns-grid-5 { grid-template-columns: 1fr; }
    .tf-overlap-workflows { margin-top: -30px; }
    .tf-partners-logos { justify-content: center; }
}


/* ===================================================
   HOMEPAGE 3.0 COMPLETE ENTERPRISE CSS FIXES
   =================================================== */

/* Top Bar 3-Column Centered Layout */
.nebrix-top-bar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 6px 5% !important;
    background: #001830 !important;
    color: #ffffff !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 0.82rem !important;
    gap: 15px !important;
}
.nebrix-top-bar-left {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    flex-shrink: 0 !important;
}
.nebrix-top-bar-left a,
.nebrix-top-bar-right a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 0.82rem !important;
    transition: color 0.2s ease !important;
}
.nebrix-top-bar-left a:hover,
.nebrix-top-bar-right a:hover {
    color: #7dd3fc !important;
}
.nebrix-top-bar-center {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 480px !important;
}
.nebrix-top-bar-right {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    flex-shrink: 0 !important;
}
.topbar-badge-location {
    color: #94a3b8 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
}

/* Ivory Search Centered Styling */
.nebrix-ivory-search-header-wrap {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}
.nebrix-ivory-search-header-wrap .is-form-style {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 420px !important;
    border: 1px solid rgba(125, 211, 252, 0.4) !important;
    border-radius: 20px !important;
    padding: 3px 12px !important;
    background: rgba(0, 32, 63, 0.7) !important;
    backdrop-filter: blur(4px) !important;
    box-sizing: border-box !important;
}
.nebrix-ivory-search-header-wrap input[type="search"] {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 0.85rem !important;
    padding: 3px 8px !important;
    width: 100% !important;
    outline: none !important;
}
.nebrix-ivory-search-header-wrap input[type="search"]::placeholder {
    color: #94a3b8 !important;
}

/* Partners Strip */
.tf-partners-strip-v2 {
    background: #f8fafc !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 20px 5% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.tf-partners-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}
.tf-partners-label {
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
}
.tf-partners-logos {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
    flex-wrap: wrap !important;
}
.tf-partner-logo {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    font-size: 0.92rem !important;
}

/* Proof Numbers Section */
.proof-numbers-section-v2 {
    background: linear-gradient(135deg, #001830 0%, #002848 100%) !important;
    color: #ffffff !important;
    padding: 55px 5% !important;
    margin: 80px 0 !important;
    border-top: 3px solid #0096c9 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.proof-numbers-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    text-align: center !important;
}
.proof-num-item {
    padding: 10px !important;
}
.proof-val {
    font-size: 2.8rem !important;
    font-weight: 800 !important;
    color: #7dd3fc !important;
    line-height: 1 !important;
    margin-bottom: 8px !important;
}
.proof-lbl {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}
.proof-lbl small {
    display: block !important;
    font-size: 0.82rem !important;
    font-weight: 400 !important;
    color: #94a3b8 !important;
    margin-top: 4px !important;
}

/* Case Studies Grid 3-Column */
.case-studies-grid-v2 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
    margin-bottom: 40px !important;
}
.case-study-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s ease !important;
}
.case-study-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08) !important;
    border-color: #0096c9 !important;
}
.case-study-img {
    height: 200px !important;
    overflow: hidden !important;
    background: #001e38 !important;
}
.case-study-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
}
.case-study-card:hover .case-study-img img {
    transform: scale(1.06) !important;
}
.case-study-content {
    padding: 24px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}
.case-study-badge {
    align-self: flex-start !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    background: #e0f2fe !important;
    color: #0096c9 !important;
    margin-bottom: 12px !important;
}
.case-study-content h3 {
    font-size: 1.18rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.35 !important;
}
.case-study-content p {
    font-size: 0.88rem !important;
    color: #64748b !important;
    line-height: 1.55 !important;
    margin-bottom: 18px !important;
    flex: 1 !important;
}
.case-study-result {
    background: #f8fafc !important;
    border-left: 3px solid #0096c9 !important;
    padding: 10px 12px !important;
    font-size: 0.84rem !important;
    color: #334155 !important;
    border-radius: 0 4px 4px 0 !important;
}

/* Institutional Clients Strip */
.institutional-clients-strip {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 24px 30px !important;
    margin-top: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
}
.institutional-label {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
}
.institutional-grid {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    flex-wrap: wrap !important;
}
.inst-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

/* Technical Resources 4-Grid */
.resources-grid-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}
.resource-card-v2 {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 26px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s ease !important;
    border-top: 4px solid #0096c9 !important;
}
.resource-card-v2:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08) !important;
    border-top-color: #d13c34 !important;
}
.resource-icon-v2 {
    width: 42px !important;
    height: 42px !important;
    margin-bottom: 14px !important;
}
.resource-card-v2 h3 {
    font-size: 1.12rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 8px 0 !important;
}
.resource-card-v2 p {
    font-size: 0.85rem !important;
    color: #64748b !important;
    line-height: 1.5 !important;
    margin: 0 0 14px 0 !important;
    flex: 1 !important;
}
.resource-link-v2 {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #0096c9 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}
.resource-card-v2:hover .resource-link-v2 {
    color: #d13c34 !important;
}

/* Responsive Top Bar on Mobile */
@media (max-width: 992px) {
    .nebrix-top-bar {
        flex-direction: column !important;
        padding: 10px 5% !important;
        gap: 10px !important;
    }
    .nebrix-top-bar-center {
        width: 100% !important;
        max-width: 100% !important;
    }
    .nebrix-ivory-search-header-wrap .is-form-style {
        max-width: 100% !important;
    }
    .proof-numbers-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .case-studies-grid-v2 {
        grid-template-columns: 1fr !important;
    }
    .resources-grid-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 600px) {
    .proof-numbers-grid {
        grid-template-columns: 1fr !important;
    }
    .resources-grid-4 {
        grid-template-columns: 1fr !important;
    }
}

