/* =============================================================================
   CUSTOM STYLES (CSS)
   =============================================================================

   Add your custom styles here to avoid rebuilding the theme.
   This file is loaded after the main theme styles.

   ============================================================================= */

/* =============================================================================
   UTILITY CLASSES
   ============================================================================= */

/* No border utility */
.no-border {
    border: none !important;
}

/* Page background */
body {
    background: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}

/* Main content area background */
.body {
    background: #ebebeb;
}

/* White background for blog and newsroom pages */
.page-bg-white .body {
    background: #fff;
}

/* Login page - center forgot password link vertically */
.login-form .form-actions .button,
.login-form .form-actions a {
    vertical-align: middle;
}

/* =============================================================================
   TYPOGRAPHY SETTINGS
   ============================================================================= */

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #333; /* was #555555 */
}

h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}

h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

/* Body text */
p, body {
    font-size: 14px;
    font-weight: 300;
}

/* Mobile typography adjustments */
@media (max-width: 800px) {
    h1 {
        font-size: 32px;
    }

    body, p {
        font-size: 16px;
        font-weight: 400;
    }
}

/* Main content spacing after header */
.container,
.page-content {
    margin-top: 10px;
}

/* Breadcrumbs - Align to left instead of center and show on mobile */
ol.breadcrumbs {
    text-align: left !important;
    display: block !important;
}

/* Breadcrumb links - remove underline */
.breadcrumb a {
    text-decoration: none !important;
    font-size: 14px;
}

/* Breadcrumb separator color */
.breadcrumb:not(:first-child)::before {
    border-right-color: #555555 !important;
}

/* Back to Top Button Customizations */
.back-to-top {
    background-color: #c3c3c3;
    text-align: center;
}

/* Make entire bar clickable on desktop only */
@media (min-width: 801px) {
    .back-to-top--desktop-clickable {
        cursor: pointer;
    }
}

.back-to-top-button {
    font-size: 1.2rem !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.back-to-top-button.visible {
    opacity: 1;
    visibility: visible;
}

#consent-manager {
    display: none !important;
}

    .full-width {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
       
        }

/* Also hide the consent manager update banner */
#consent-manager-update-banner {
    display: none !important;
}

/* Footer Copyright Section */
.footer-copyright {
    background-color: #1E1E1E;
    padding: 1.5rem 0;
    margin-top: 46px;
}

.footer-copyright-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: nowrap;
}

.footer-logo-section {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo-image {
    height: 25px;
    width: auto;
    margin-bottom: 0.5rem;
}

.footer-copyright-text {
    color: #C6C6C6;
    font-size: 0.55rem;
    white-space: nowrap;
}

.footer-links-section {
    display: flex;
    gap: 0.5rem;
    flex: 1;
    justify-content: center;
}

.footer-links-section a {
    color: #C6C6C6;
    text-decoration: none;
    font-size: 0.85rem;
    cursor: pointer;
    white-space: nowrap;
}

.footer-links-section a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-selectors-section {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}

.footer-language-selector,
.footer-currency-selector {
    min-width: 100px;
}

.footer-language-selector select,
.footer-currency-selector select {
    width: 100%;
    padding: 0.4rem;
    border: 1px solid #444;
    border-radius: 4px;
    background-color: #2A2A2A;
    color: #C6C6C6;
    font-size: 0.85rem;
}

.footer-payment-section {
    flex-shrink: 0;
}

.footer-payment-section .footer-payment-icons {
    margin: 0;
    gap: 0.5rem;
    align-items: center;
}

.footer-payment-section .footer-payment-icons li {
    display: flex;
    align-items: center;
}

.footer-payment-section .footer-payment-icon {
    height: 25px;
    width: 50px;
    margin: 0 0.25rem;
    display: block;
    vertical-align: middle;
}

/* Fix Visa logo vertical alignment */
.footer-payment-section .footer-payment-icon[href="#icon-logo-visa"],
.footer-payment-section svg:has(use[href="#icon-logo-visa"]) {
    transform: translateY(-4px);
}

.footer-payment-section svg {
    fill: #C6C6C6 !important;
}

.footer-payment-section svg path {
    fill: #C6C6C6 !important;
}

.footer-payment-section .footer-payment-icon svg {
    fill: #C6C6C6 !important;
}

.footer-payment-section .footer-payment-icon svg path,
.footer-payment-section .footer-payment-icon svg rect,
.footer-payment-section .footer-payment-icon svg circle,
.footer-payment-section .footer-payment-icon svg polygon {
    fill: #C6C6C6 !important;
}

/* Responsive adjustments (below medium breakpoint) */
@media (max-width: 800px) {
    .footer-copyright-row {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .footer-logo-section {
        order: 1;
        width: 100%;
        align-items: center;
        margin-bottom: 1rem;
    }

    .footer-copyright-text {
        white-space: normal;
        text-align: center;
    }

    .footer-links-section {
        order: 3;
        width: 100%;
        margin-top: 1rem;
    }

    .footer-selectors-section {
        order: 4;
        margin-top: 1rem;
    }

    .footer-payment-section {
        order: 5;
        width: 100%;
        margin-top: 1rem;
        display: flex;
        justify-content: center;
    }
}



/* =============================================================================
   GLOBAL MENU OVERRIDES
   ============================================================================= */

/* Remove border from header */
.header {
    border-bottom: none !important;
}

/* Remove uppercase text transform from all navigation menus */
.navPages-action,
.navPage-subMenu-action,
.navUser-action {
    text-transform: none !important;
}

/* Remove default padding and font-weight from user action menu */
.navUser-action {
    padding: 0 !important;
    font-weight: normal !important;
}

/* =============================================================================
   CUSTOM HEADER LAYOUT
   ============================================================================= */

/* Desktop Header Layout (medium screens and up) */
@media (min-width: 801px) {
    .header--custom .header-desktop {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100px;
        padding: 0 20px;
    }

    .header--custom .header-section {
        display: flex;
        align-items: center;
    }

    /* Logo Section (Left) */
    .header--custom .header-section--logo {
        flex: 0 0 auto;
    }

    .header--custom .header-section--logo .header-logo {
        margin: 10px 0;
        text-align: left;
        height: auto;
    }

    .header--custom .header-section--logo .header-logo--left {
        margin-left: 0;
    }

    /* Fix logo alignment - override the min-height from core styles */
    .header--custom .header-logo-image-container {
        min-height: auto !important;
    }

    /* Navigation Section (Center/Main) */
    .header--custom .header-section--navigation {
        flex: 0 1 auto;
        display: flex;
        justify-content: center;
        margin: 0 40px;
    }

    .header--custom .header-section--navigation .navPages-container {
        position: static;
        display: block;
        padding: 0;
        background: transparent;
    }

    .header--custom .header-section--navigation .navPages {
        background: none;
        padding: 0;
    }

    /* Hide mobile search in desktop nav */
    .header--custom .header-section--navigation .navPages-quickSearch {
        display: none;
    }

    /* Main navigation list */
    .header--custom .header-section--navigation .navPages-list:not(.navPages-list--user) {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .header--custom .header-section--navigation .navPages-item {
        display: inline-block;
        margin: 0 15px;
    }

    /* Main navigation links */
    .header--custom .header-section--navigation .navPages-item > .navPages-action {
        padding: 0;
        font-size: 14px;
        font-weight: initial;
        text-transform: none;
        white-space: nowrap;
    }

    /* Hide dropdown arrows on desktop navigation */
    .header--custom .header-section--navigation .navPages-action-moreIcon {
        display: none !important;
    }

    /* Remove dropdown item bottom borders on desktop */
    .header--custom .header-section--navigation .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }

    /* Hide mobile user menu in desktop */
    .header--custom .header-section--navigation .navPages-list--user {
        display: none;
    }

    /* User Actions Section (Right) */
    .header--custom .header-section--actions {
        flex: 0 0 auto;
    }

    .header--custom .header-section--actions .navUser .navUser-section--alt {
        display: flex;
        align-items: center;
    }

    .header--custom .header-section--actions .navUser-item {
        margin-left: 15px;
    }

    .header--custom .header-section--actions .navUser-action {
        white-space: nowrap;
    }

    /* Dropdown adjustments */
    .header--custom .navPage-subMenu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        min-width: 200px;
        background: #f5f5f5;
        border: 1px solid #ddd;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .header--custom .navPage-subMenu .navPage-subMenu-list {
        padding: 10px 0;
        margin: 0;
    }

    .header--custom .navPage-subMenu .navPage-subMenu-item {
        display: block;
        padding: 0;
    }

    .header--custom .navPage-subMenu .navPage-subMenu-action {
        display: block;
        padding: 8px 20px;
        font-size: 13px;
        text-transform: none;
    }

    .header--custom .navPage-subMenu .navPage-subMenu-action:hover {
        background: rgba(0, 0, 0, 0.05);
    }
}

/* Mobile Header (small screens) - Apple-style layout */
@media (max-width: 800px) {
    /* Hide desktop header on mobile */
    .header--custom .header-desktop {
        display: none;
    }

    /* Show mobile header */
    .header--custom .header-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        height: 48px;
        background: #ffffff;
    }

    /* Mobile logo - left aligned */
    .header--custom .header-mobile-logo {
        flex: 0 0 auto;
    }

    .header--custom .header-mobile-logo a {
        display: block;
        line-height: 0;
    }

    .header--custom .header-mobile-logo img {
        height: auto;
        width: auto;
        max-width: 150px;
    }

    /* Mobile actions container - right aligned */
    .header--custom .header-mobile-actions {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: auto;
    }

    /* Mobile action buttons */
    .header--custom .header-mobile-action {
        background: none;
        border: none;
        padding: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #000000;
        transition: opacity 0.2s ease;
    }

    .header--custom .header-mobile-action:active {
        opacity: 0.6;
    }

    /* Search icon */
    .header--custom .header-mobile-search {
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header--custom .header-mobile-search img {
        width: 28px;
        height: auto;
        
    }

    /* Cart icon */
    .header--custom .header-mobile-cart {
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header--custom .header-mobile-cart img {
        width: 24px;
        height: 24px;
    }

    /* Cart quantity badge */
    .header--custom .header-mobile-cart .countPill {
        position: absolute;
        top: 4px;
        right: 10px;
        min-width: 16px;
        width: auto !important;
        height: 16px;
        padding: 0 4px;
        background: #6cc24a;
        color: #ffffff;
        border-radius: 8px;
        font-size: 11px;
        font-weight: 600;
        line-height: 16px;
        text-align: center;
    }

    /* Hide cart badge when empty */
    .header--custom .header-mobile-cart .countPill:empty {
        display: none;
    }

    /* Hamburger menu icon - Cornerstone style */
    .header--custom .header-mobile-menu {
        display: inline-block;
        font-size: 0;
        overflow: hidden;
        padding: 0 18px;
        position: relative;
        width: 50px;
        height: 48px;
        cursor: pointer;
    }

    /* Three lines with Cornerstone animations */
    .header--custom .header-mobile-menu .mobileMenu-toggleIcon,
    .header--custom .header-mobile-menu .mobileMenu-toggleIcon::before,
    .header--custom .header-mobile-menu .mobileMenu-toggleIcon::after {
        background: #000000;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        transform: rotate(0deg);
        transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
        width: 20px;
    }

    .header--custom .header-mobile-menu .mobileMenu-toggleIcon {
        top: 23px;
        left: 50%;
        transform: translateX(-50%);
        transition: background-color 10ms ease-in 100ms;
    }

    .header--custom .header-mobile-menu .mobileMenu-toggleIcon::before {
        top: -8px;
    }

    .header--custom .header-mobile-menu .mobileMenu-toggleIcon::after {
        bottom: -8px;
    }

    /* Animation to X when menu is open */
    .header--custom .header-mobile-menu.is-open .mobileMenu-toggleIcon {
        background-color: transparent;
        transition-delay: 100ms;
    }

    .header--custom .header-mobile-menu.is-open .mobileMenu-toggleIcon::before,
    .header--custom .header-mobile-menu.is-open .mobileMenu-toggleIcon::after {
        background-color: #000000;
        bottom: auto;
        top: auto;
        transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in;
    }

    .header--custom .header-mobile-menu.is-open .mobileMenu-toggleIcon::before {
        top: 0;
        transform: rotate(45deg);
    }

    .header--custom .header-mobile-menu.is-open .mobileMenu-toggleIcon::after {
        bottom: 0;
        transform: rotate(-45deg);
    }
}

/* Desktop - hide mobile header */
@media (min-width: 801px) {
    .header--custom .header-mobile {
        display: none;
    }

    .page-sidebar {
        padding-left: 0;
    }
}

/* Sidebar - reserve space to prevent layout shift when filter app loads */
#faceted-search-container {
    min-height: 200px;
}

/* =============================================================================
   CUSTOM SEARCH FIELD STYLES
   ============================================================================= */

/* Cart icon styling */
.navUser-cart-icon {
    width: 28px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* Make cart action container relative for absolute positioning of pill */
.navUser-action--cart {
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
}

/* Cart quantity count pill - green color, positioned on top of cart icon */
.navUser-item--cart .cart-quantity {
    background-color: #6cc24a !important;
    position: absolute;
    top: -10px;
    left: 60%;
    transform: translateX(-50%);
    margin-left: 0;
}

/* Reduce spacing between cart and account */
.header--custom .navUser-item--cart {
    margin-right: 8px;
    position: relative;
}

/* Cart dropdown positioning - align with cart icon */
.header--custom .navUser-item--cart #cart-preview-dropdown {
    right: 0;
    left: auto;
}

/* Remove the triangle arrow from cart dropdown */
.header--custom .navUser-item--cart #cart-preview-dropdown::before,
.header--custom .navUser-item--cart #cart-preview-dropdown::after {
    display: none !important;
}

/* Cart page borders - #d3d3d3 */
.cart-list {
    border-top-color: #d3d3d3;
}

.cart-item {
    border-bottom-color: #d3d3d3;
}

.cart table,
.cart th,
.cart td {
    border-color: #d3d3d3;
}

.cart-total + .cart-total {
    border-top-color: #d3d3d3;
}

/* Cart page form inputs - transparent background */
.cart .form-input,
.cart-totals .form-input {
    background-color: transparent;
}

/* Hide coupon code in cart and checkout */
.coupon-code,
.coupon-code-add,
.coupon-code-cancel,
.coupon-form,
[data-cart-totals] .coupon-code,
.cart-totals .coupon-code {
    display: none !important;
}

.header--custom .navUser-item--account {
    margin-left: 0;
}

/* Quick Search Dropdown - Match Megamenu Style */
.dropdown--quickSearch {
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    pointer-events: none;
    padding: 40px 120px;
    display: block !important;
}

.dropdown--quickSearch.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown--quickSearch .form {
    margin: 0 auto;
    max-width: 600px;
}

.dropdown--quickSearch .form-input {
    border: 1px solid #7B7B7B;
    padding: 15px 20px;
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    transition: border-color 0.2s ease;
}

.dropdown--quickSearch .form-input:focus {
    border-color: #6cc24a;
    outline: none;
}

/* Mobile Quick Search */
@media (max-width: 800px) {
    .dropdown--quickSearch {
        top: 60px;
        padding: 20px;
    }

    .dropdown--quickSearch .form {
        max-width: 100%;
    }
}

/* Add your custom styles below */

/* Prevent horizontal scroll from full-width sections */
body {
    overflow-x: hidden;
}

/* =============================================================================
   FULL-WIDTH HERO SECTIONS
   ============================================================================= */

/* Full-width container that breaks out of page constraints */
.hero-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

/* Hero content wrapper */
.hero-content {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Dark overlay for better text readability */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);  
    z-index: 1;
}

/* Hero title styling */
.hero-title {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Hero subtitle/description */
.hero-subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Hero CTA button */
.hero-cta {
    display: inline-block;
    padding: 15px 40px;
    background-color: #6cc24a;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.hero-cta:hover {
    background-color: #5aa03a;
    color: #fff;
    text-decoration: none;
}

/* Text alignment options */
.hero-content.text-center {
    text-align: center;
}

.hero-content.text-left {
    text-align: left;
}

.hero-content.text-right {
    text-align: right;
}

/* Light text variant (when background is dark) */
.hero-light .hero-title,
.hero-light .hero-subtitle {
    color: #fff;
}

/* Dark text variant (when background is light) */
.hero-dark .hero-title,
.hero-dark .hero-subtitle {
    color: #333;
    text-shadow: none;
}

/* Responsive adjustments */
@media (max-width: 800px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-cta {
        font-size: 16px;
        padding: 12px 30px;
    }
}

@media (max-width: 550px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 16px;
    }
}

/* =============================================================================
   HERO PAGE-SPECIFIC BACKGROUNDS
   ============================================================================= */

/* Quality Page Hero */
.hero-quality {
    background-image: url('https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/hero-quality-lcd-colortest-tempchamber.jpg?t=1760730908');
    min-height: 500px;
}

/* Quality Page Hero - Mobile */
@media (max-width: 800px) {
    .hero-quality {
        background-image: url('https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/hero-quality-lcd-colortest-tempchamber-mobile.jpg?t=1760730909');
        min-height: 600px;
    }

    .hero-quality .hero-content {
        text-align: center;
    }
}

/* Careers Page Hero */
.hero-careers {
    background-image: url('https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/careershero-1920x815.jpg?t=1761229451');
    min-height: 500px;
}

/* Careers Page Hero - Mobile */
@media (max-width: 800px) {
    .hero-careers {
        background-image: url('https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/careershero-mobile.jpg?t=1761231865');
        min-height: 600px;
    }

    .hero-careers .hero-content {
        text-align: center;
    }
}

/* Value Added Services Page Hero */
.hero-value-added-services {
    background-image: url('https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/hero-banner-valueadded-services.jpg?t=1762270047');
    min-height: 500px;
}

/* Value Added Services Page Hero - Mobile */
@media (max-width: 800px) {
    .hero-value-added-services {
        background-image: url('https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/hero-banner-valueadded-services-mobile.jpg?t=1762270048');
        min-height: 600px;
    }

    .hero-value-added-services .hero-content {
        text-align: center;
    }
}

/* =============================================================================
   UTILITY CLASSES
   ============================================================================= */

/* Section spacing - compensates for row negative margins */
.section-spacing {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/* Flex utilities */
.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

/* How It Works - Mobile styles */
.step-content {
    border-left: 3px solid #d1d1d1;
    margin-left: 20%;
    margin-right: 20%;
    padding-left: 20px;
}

/* Process number styling */
.process-number {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 1rem;
    text-align: center;
}

/* How It Works - Desktop 5-column layout */
@media (min-width: 768px) {
    .how-it-works-steps > div {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .step-content {
        min-height: 150px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
    }

    .process-number {
        margin-bottom: 1.5rem;
        text-align: left;
    }
}

/* Quality cards section */
.quality-cards-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* Quality card styles */
.quality-card {
    padding: 1rem;
    min-height: 520px;
    border: 1px solid #7B7B7B;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.quality-card h4 {
    margin-top: auto;
}

/* Quality card icon sizing */
.quality-card-icon {
    height: 300px !important;
    width: auto !important;
}

/* =============================================================================
   SIMPLE 12-COLUMN GRID SYSTEM
   ============================================================================= */

/* Row - acts as flex container with gutters */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

/* Base column with padding that matches row margins */
.col,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/* Auto-sizing column */
.col {
    flex: 1 0 0;
}

/* 12-column system using width percentages - Mobile first (default to full width) */
.col-1 { flex: 0 0 100%; max-width: 100%; }
.col-2 { flex: 0 0 100%; max-width: 100%; }
.col-3 { flex: 0 0 100%; max-width: 100%; }
.col-4 { flex: 0 0 100%; max-width: 100%; }
.col-5 { flex: 0 0 100%; max-width: 100%; }
.col-6 { flex: 0 0 100%; max-width: 100%; }
.col-7 { flex: 0 0 100%; max-width: 100%; }
.col-8 { flex: 0 0 100%; max-width: 100%; }
.col-9 { flex: 0 0 100%; max-width: 100%; }
.col-10 { flex: 0 0 100%; max-width: 100%; }
.col-11 { flex: 0 0 100%; max-width: 100%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

/* Responsive columns - Small screens (≥ 551px) */
@media (min-width: 551px) {
    .col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
    .col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
    .col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
    .col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Responsive columns - Medium screens (≥ 801px) */
@media (min-width: 801px) {
    .col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-md-3 { flex: 0 0 25%; max-width: 25%; }
    .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-md-9 { flex: 0 0 75%; max-width: 75%; }
    .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Responsive columns - Large screens (≥ 1261px) */
@media (min-width: 1261px) {
    .col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
    .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
    .col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Row alignment utilities */
.row-center {
    justify-content: center;
}

.row-end {
    justify-content: flex-end;
}

.row-between {
    justify-content: space-between;
}

.row-around {
    justify-content: space-around;
}

/* Column alignment utilities */
.col-center {
    align-self: center;
}

.col-start {
    align-self: flex-start;
}

.col-end {
    align-self: flex-end;
}

/* No gutters option */
.row-no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.row-no-gutters > .col,
.row-no-gutters > .col-1, .row-no-gutters > .col-2, .row-no-gutters > .col-3,
.row-no-gutters > .col-4, .row-no-gutters > .col-5, .row-no-gutters > .col-6,
.row-no-gutters > .col-7, .row-no-gutters > .col-8, .row-no-gutters > .col-9,
.row-no-gutters > .col-10, .row-no-gutters > .col-11, .row-no-gutters > .col-12,
.row-no-gutters > .col-sm-1, .row-no-gutters > .col-sm-2, .row-no-gutters > .col-sm-3,
.row-no-gutters > .col-sm-4, .row-no-gutters > .col-sm-5, .row-no-gutters > .col-sm-6,
.row-no-gutters > .col-sm-7, .row-no-gutters > .col-sm-8, .row-no-gutters > .col-sm-9,
.row-no-gutters > .col-sm-10, .row-no-gutters > .col-sm-11, .row-no-gutters > .col-sm-12,
.row-no-gutters > .col-md-1, .row-no-gutters > .col-md-2, .row-no-gutters > .col-md-3,
.row-no-gutters > .col-md-4, .row-no-gutters > .col-md-5, .row-no-gutters > .col-md-6,
.row-no-gutters > .col-md-7, .row-no-gutters > .col-md-8, .row-no-gutters > .col-md-9,
.row-no-gutters > .col-md-10, .row-no-gutters > .col-md-11, .row-no-gutters > .col-md-12,
.row-no-gutters > .col-lg-1, .row-no-gutters > .col-lg-2, .row-no-gutters > .col-lg-3,
.row-no-gutters > .col-lg-4, .row-no-gutters > .col-lg-5, .row-no-gutters > .col-lg-6,
.row-no-gutters > .col-lg-7, .row-no-gutters > .col-lg-8, .row-no-gutters > .col-lg-9,
.row-no-gutters > .col-lg-10, .row-no-gutters > .col-lg-11, .row-no-gutters > .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

/* Offset utilities for pushing columns */
@media (min-width: 551px) {
    .offset-sm-1 { margin-left: 8.333333%; }
    .offset-sm-2 { margin-left: 16.666667%; }
    .offset-sm-3 { margin-left: 25%; }
    .offset-sm-4 { margin-left: 33.333333%; }
    .offset-sm-5 { margin-left: 41.666667%; }
    .offset-sm-6 { margin-left: 50%; }
    .offset-sm-7 { margin-left: 58.333333%; }
    .offset-sm-8 { margin-left: 66.666667%; }
    .offset-sm-9 { margin-left: 75%; }
    .offset-sm-10 { margin-left: 83.333333%; }
    .offset-sm-11 { margin-left: 91.666667%; }
}

@media (min-width: 801px) {
    .offset-md-1 { margin-left: 8.333333%; }
    .offset-md-2 { margin-left: 16.666667%; }
    .offset-md-3 { margin-left: 25%; }
    .offset-md-4 { margin-left: 33.333333%; }
    .offset-md-5 { margin-left: 41.666667%; }
    .offset-md-6 { margin-left: 50%; }
    .offset-md-7 { margin-left: 58.333333%; }
    .offset-md-8 { margin-left: 66.666667%; }
    .offset-md-9 { margin-left: 75%; }
    .offset-md-10 { margin-left: 83.333333%; }
    .offset-md-11 { margin-left: 91.666667%; }
}

@media (min-width: 1261px) {
    .offset-lg-1 { margin-left: 8.333333%; }
    .offset-lg-2 { margin-left: 16.666667%; }
    .offset-lg-3 { margin-left: 25%; }
    .offset-lg-4 { margin-left: 33.333333%; }
    .offset-lg-5 { margin-left: 41.666667%; }
    .offset-lg-6 { margin-left: 50%; }
    .offset-lg-7 { margin-left: 58.333333%; }
    .offset-lg-8 { margin-left: 66.666667%; }
    .offset-lg-9 { margin-left: 75%; }
    .offset-lg-10 { margin-left: 83.333333%; }
    .offset-lg-11 { margin-left: 91.666667%; }
}
/* =============================================================================
   SHARED NAVIGATION BAR STYLES
   ============================================================================= */

/* Base navigation bar - shared between hero slider and category showcase */
.nhd-nav-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0 20px;
    height: 45px;
}

.nhd-nav-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    transition: transform 0.3s ease;
    outline: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.nhd-nav-arrow:hover {
    transform: scale(1.1);
}

.nhd-nav-arrow:active {
    transform: scale(0.95);
}

.nhd-nav-arrow img {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
    pointer-events: none;
    user-select: none;
}

.nhd-nav-arrow--prev img,
.nhd-showcase-nav-arrow--prev img {
    transform: rotate(180deg);
}

.nhd-nav-tabs {
    display: flex;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nhd-nav-tab {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

/* =============================================================================
   HERO SLIDER COMPONENT
   ============================================================================= */

.nhd-hero-slider {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.nhd-hero-slider--fullwidth {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.nhd-hero-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.nhd-hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}

.nhd-hero-slide.active {
    opacity: 1;
}

/* Responsive hero background image using srcset */
.nhd-hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    z-index: 0;
}

.nhd-hero-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.nhd-hero-slide-link:hover,
.nhd-hero-slide-link:focus {
    text-decoration: none;
    color: inherit;
}

/* Desktop and Mobile slide visibility */
.nhd-hero-slide--desktop {
    display: block;
}

.nhd-hero-slide--mobile {
    display: none;
}

@media (max-width: 800px) {
    .nhd-hero-slide--desktop {
        display: none;
    }

    .nhd-hero-slide--mobile {
        display: block;
    }
}

.nhd-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.0); /* change to 0.4 + if you want to apply */
    z-index: 1;
}

.nhd-hero-container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 60px;
    z-index: 2;
}

/* Remove top padding for careers carousel */
.careers-slider .nhd-hero-container {
    padding-top: 0;
}

.nhd-hero-title {
    margin-bottom: 20px;
    line-height: 1.2;
}

.nhd-hero-text {
    line-height: 1.6;
    margin-bottom: 20px;
}

.nhd-hero-cta-text {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.nhd-hero-cta-arrow {
    width: 16px;
    height: 16px;
}

.nhd-hero-cta-label {
    color: #6cc24a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Hero slider navigation bar - extends base nav bar */
.nhd-hero-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #464646;
    z-index: 3;
}

/* Hero slider specific arrow styles */
.nhd-hero-arrow {
    color: white;
}

.nhd-hero-arrow:hover {
    color: #6cc24a;
}

.nhd-hero-arrow img {
    width: 24px;
    height: 24px;
    transition: none;
    pointer-events: none;
}

/* Hero slider tab styles */
.nhd-hero-tab {
    color: #ccc;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    padding: 0 20px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.nhd-hero-tab:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}

/* Hide separators on mobile */
@media (max-width: 800px) {
    .nhd-hero-tab:not(:last-child)::after {
        display: none;
    }
}

.nhd-hero-tab span {
    font-weight: normal;
    transition: opacity 0.3s ease;
}

/* Desktop only - prevent layout shift on hover */
@media (min-width: 801px) {
    .nhd-hero-tab::before {
        content: attr(data-text);
        font-weight: bold;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        user-select: none;
        pointer-events: none;
        font-size: 14px;
    }
}

.nhd-hero-tab:hover,
.nhd-hero-tab.active {
    color: #6cc24a;
    border-bottom-color: transparent;
}

.nhd-hero-tab:hover span,
.nhd-hero-tab.active span {
    font-weight: bold;
}

@media (max-width: 800px) {
    .nhd-hero-slider {
        height: calc(100vh - 60px);
        min-height: calc(100vh - 60px);
    }

    .nhd-hero-slide {
        height: 100%;
    }

    .nhd-hero-container {
        justify-content: flex-start;
        padding-top: 60px;
        padding-bottom: 120px;
        height: 100%;
        text-align: center;
    }

    .nhd-hero-title {
        margin-bottom: 20px;
        line-height: 1.2;
        text-align: center;
    }

    .nhd-hero-text {
        margin-bottom: 30px;
        line-height: 1.5;
        text-align: center;
    }

    .nhd-hero-nav {
        position: absolute;
        bottom: 0;
        height: auto;
        padding: 20px 15px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }

    .nhd-hero-tabs {
        flex-direction: row;
        gap: 0;
        text-align: center;
        flex: 1;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .nhd-hero-tab {
        font-size: 18px;
        padding: 8px 15px;
        display: none;
        line-height: 1.3;
        text-align: center;
        align-self: center;
    }

    .nhd-hero-tab.active {
        display: block;
    }

    .nhd-hero-tab span {
        display: inline-block;
        vertical-align: middle;
    }

    .nhd-hero-arrow {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        padding: 8px;
        flex-shrink: 0;
    }

    .nhd-hero-arrow img {
        width: 20px;
        height: 20px;
    }

    .nhd-hero-cta-mobile {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0;
        background: transparent;
        color: #6cc24a;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        transition: color 0.3s ease;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }

    .nhd-hero-cta-mobile::after {
        content: '';
        width: 12px;
        height: 12px;
        background-image: url('https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/double-arrow-777.png?t=1765840086');
        background-size: contain;
        background-repeat: no-repeat;
        filter: brightness(0) saturate(100%) invert(68%) sepia(45%) saturate(458%) hue-rotate(54deg) brightness(95%) contrast(87%);
    }

    .nhd-hero-cta-mobile:hover {
        color: #5aa03a;
    }

    .nhd-hero-cta-mobile:hover::after {
        filter: brightness(0) saturate(100%) invert(50%) sepia(45%) saturate(458%) hue-rotate(54deg) brightness(85%) contrast(87%);
    }
}

@media (max-width: 550px) {
    .nhd-hero-container {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .nhd-hero-title {
        margin-bottom: 15px;
    }

    .nhd-hero-text {
        margin-bottom: 25px;
    }

    .nhd-hero-tab {
        font-size: 15px;
    }
}

/* =============================================================================
   CUSTOMIZATION CARDS
   ============================================================================= */

.customization-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    min-height: 800px;
}

.card-subtitle {
    font-size: 14px;
    font-weight: 600;
}

/* =============================================================================
   PROCESS SECTION
   ============================================================================= */

.process-section {
    padding-top: 40px;
}

.process-icon-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.process-steps p {
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
}

@media (max-width: 768px) {
    .process-steps .col-sm-6 {
        margin-bottom: 30px;
    }
}

/* Visually hidden utility class */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* Font weight utility */
.font-bolder {
    font-weight: 600;
}

/* Green link style */
.green-link {
    color: #6cc24a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.green-link:hover {
    color: #5ba83d;
    text-decoration: none;
}

/* Gray to Green link style */
.link-gray-green {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.link-gray-green:hover {
    color: #6cc24a;
    text-decoration: none;
}

.green-main {
color: #6cc24a;
}



.card-image-float {
    float: right;
    width: 60%;
    height: auto;
    border-radius: 4px;
    margin-left: 20px;
    margin-bottom: 20px;
}

@media (max-width: 800px) {
    .customization-card {
        padding: 20px;
        margin-bottom: 20px;
    }

    .card-image-float {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        display: block;
    }
}


/* =============================================================================
   TEXT COLOR UTILITIES
   ============================================================================= */

.white-text {
    color: #fff !important;
}

.dark-text {
    color: #333 !important;
}

/* =============================================================================
   CATEGORY SHOWCASE COMPONENT
   ============================================================================= */

/* Main wrapper */
.nhd-category-showcase {
    width: 100%;
    padding: 40px 0;
}

/* Hide desktop by default, show on larger screens */
.nhd-category-showcase--desktop {
    display: none;
}

/* Hide mobile on larger screens, show by default on small screens */
.nhd-category-showcase--mobile {
    display: block;
}

@media (min-width: 801px) {
    .nhd-category-showcase--desktop {
        display: block !important;
    }

    .nhd-category-showcase--mobile {
        display: none !important;
    }
}

/* Desktop Layout */
.nhd-showcase-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

/* Quality page specific min-height */
.nhd-quality-showcase .nhd-showcase-wrapper {
    min-height: 500px;
}

.nhd-showcase-image {
    flex: 0 0 50%;
    max-width: 50%;
}

.nhd-showcase-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}

.nhd-showcase-content {
    flex: 1;
    padding: 0;
}

.nhd-showcase-title {
    margin-bottom: 20px;
    color: #333;
}

.nhd-showcase-description {
    line-height: 1.6;
    color: #555555;
    margin-bottom: 30px;
}

.nhd-showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nhd-showcase-arrow-icon {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.nhd-showcase-link:hover .nhd-showcase-arrow-icon {
    transform: translateX(4px);
}

/* Category showcase specific arrow styles */
.nhd-showcase-nav-arrow img {
}

.nhd-showcase-nav-arrow:hover img {
    filter: brightness(0.1);
}

/* Category showcase tabs - text only with separators */
.nhd-showcase-tabs {
    gap: 0;
    align-items: center;
}

/* Category showcase tab styles - simple text */
.nhd-showcase-tab {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding: 0 15px;
    position: relative;
    transition: color 0.3s ease;
}

.nhd-showcase-tab:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: 0;
    color: #ccc;
}

.nhd-showcase-tab:hover {
    color: #333;
}

.nhd-showcase-tab.active {
    color: #6cc24a;
    font-weight: 600;
}

/* =============================================================================
   MOBILE QUALITY SHOWCASE CAROUSEL
   ============================================================================= */

/* Mobile carousel wrapper */
.nhd-mobile-showcase-wrapper {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 800px;
}

/* Hide all slides by default */
.nhd-mobile-showcase-slide {
    display: none;
    flex-direction: column;
}

/* Show only active slide */
.nhd-mobile-showcase-slide.active {
    display: flex;
}

/* Mobile slide image */
.nhd-mobile-showcase-image {
    width: 100%;
    margin-bottom: 1.5rem;
}

.nhd-mobile-showcase-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Mobile slide content */
.nhd-mobile-showcase-content {
    padding: 0 0.75rem;
}

.nhd-mobile-showcase-title {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 0;
}

.nhd-mobile-showcase-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.nhd-mobile-showcase-description p {
    margin-bottom: 1rem;
}

.nhd-mobile-showcase-description ul {
    margin: 0;
    padding-left: 1.5rem;
}

.nhd-mobile-showcase-description li {
    margin-bottom: 0.5rem;
}

/* Mobile navigation bar */
.nhd-mobile-showcase-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    gap: 1rem;
}

/* Mobile navigation arrows */
.nhd-mobile-showcase-arrow {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.nhd-mobile-showcase-arrow img {
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease;
    pointer-events: none;
    user-select: none;
}

.nhd-mobile-showcase-arrow:hover img {
    opacity: 0.6;
}

.nhd-mobile-showcase-arrow--prev img {
    transform: rotate(180deg);
}

/* Mobile tab name display */
.nhd-mobile-showcase-tab-name {
    flex: 1;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #6cc24a;
}

/* Mobile Version - Stacked Cards */
@media (max-width: 800px) {
    .nhd-category-showcase {
        padding: 40px 0;
    }
}

.nhd-showcase-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.nhd-showcase-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nhd-showcase-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    padding: 20px 20px 0 20px;
}

.nhd-showcase-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nhd-showcase-card-content {
    padding: 0 30px 30px 30px;
}

.nhd-showcase-card-title {
    margin-bottom: 15px;
    color: #333;
}

.nhd-showcase-card-description {
    line-height: 1.6;
    color: #555555;
    margin-bottom: 20px;
}

.nhd-showcase-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
}

.nhd-showcase-card-link .nhd-showcase-arrow-icon {
    width: 12px;
    height: 12px;
}

.nhd-showcase-card-link:hover .nhd-showcase-arrow-icon {
    transform: translateX(4px);
}

@media (max-width: 550px) {
    .nhd-showcase-card-content {
        padding: 20px;
    }

}

/* =============================================================================
   TWO COLUMN INFO CARDS
   ============================================================================= */

.nhd-info-card {
    background: #ebebeb;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    border: 1px solid #7B7B7B;
}

.nhd-info-card .row {
    height: 100%;
}

.nhd-info-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.nhd-info-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nhd-info-card-content h3 {
    margin: 0;
}

.nhd-info-card-subtitle {
    font-weight: 600;
    margin: 0;
    color: #333;
}

.nhd-info-card-description {
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

.nhd-info-card-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nhd-info-card-content ul li {
    font-size: 14px;
    color: #555555;
}

.nhd-info-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

@media (max-width: 767px) {
    .nhd-info-card-link.text-center-mobile {
        display: flex;
        justify-content: center;
    }
}

.nhd-info-card-arrow {
    width: 14px;
    height: 14px;
}

/* Mobile responsive */
@media (max-width: 800px) {
    .nhd-two-column-cards {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nhd-two-column-cards .col-md-6 {
        margin-bottom: 20px;
    }

    .nhd-two-column-cards .col-md-6:last-child {
        margin-bottom: 0;
    }

    .nhd-info-card {
        padding: 20px;
    }

    .nhd-info-card-image {
        margin-bottom: 2rem;
    }

    .nhd-info-card-subtitle {
        font-size: 16px;
    }

    .nhd-blog-carousel-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nhd-committed-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* =============================================================================
 Utilities
   ============================================================================= */

/* Hover Jump Effect */
.hover-jump {
    transition: transform 0.3s ease;
}

.hover-jump:hover,
.hover-jump:active {
    transform: translateY(-3px);
}

/* =============================================================================
   GLOBAL GRAY ARROW LINK
   ============================================================================= */

.link-gray-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #555555;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
}

.link-gray-arrow::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/double-arrow-777.png?t=1765840086');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.link-gray-arrow:hover {
    color: #333;
    text-decoration: none;
}

/* Green Arrow Link */
.link-green-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6cc24a;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
}

.link-green-arrow::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/double-arrow-777.png?t=1765840086');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.link-green-arrow:hover {
    color: #5ba83d;
    text-decoration: none;
}

/* Modifier: White arrow (use with any link-*-arrow class) */
.arrow-white::before {
    background-image: url('https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/arrow-white-right.png?t=1765584364') !important;
}

/* Black Arrow Link */
.link-black-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
}

.link-black-arrow::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/double-arrow-777.png?t=1765840086');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.link-black-arrow:hover {
    color: #333;
    text-decoration: none;
}

/* Chevron Links (with SVG icons) */
.link-chevron, .link-chevron-back {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 0.5rem;
}

.link-chevron-back .icon,
.link-chevron .icon {
    display: inline-flex;
    align-items: center;
    width: 16px;
    height: 16px;
}

.link-chevron-back svg,
.link-chevron svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

/* Global Gray Arrow Class (standalone icon) */
.arrow-gray {
    width: 14px;
    height: 14px;
}

/* Display Utilities */
.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

/* Responsive Hide/Show Utilities */
/* Hide on mobile (≤800px), show on desktop */
.hide-mobile {
    display: none !important;
}

@media (min-width: 801px) {
    .hide-mobile {
        display: block !important;
    }
}

/* Hide on desktop (≥801px), show on mobile */
@media (min-width: 801px) {
    .hide-desktop {
        display: none !important;
    }
}

/* Large screens (≥ 1261px) - matching Cornerstone lg breakpoint */
@media (min-width: 1261px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }
}

/* Text Alignment Utilities */
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

/* Center text on mobile, left-align on larger screens */
@media (max-width: 767px) {
    .text-sm-center {
        text-align: center !important;
    }

    .text-center-mobile {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-center-mobile {
        text-align: left !important;
    }
}

.text-right {
    text-align: right !important;
}

/* Text Transform Utilities */
.text-uppercase {
    text-transform: uppercase !important;
}

/* Text Color Utilities */
.text-dark {
    color: #333 !important;
}

.text-green {
    color: #6cc24a !important;
}

/* Font Size Utilities */
.text-xs {
    font-size: 0.75rem !important; /* 12px */
}

.text-sm {
    font-size: 0.875rem !important; /* 14px */
}

.text-base {
    font-size: 1rem !important; /* 16px */
}

.text-lg {
    font-size: 1.125rem !important; /* 18px */
}

.text-xl {
    font-size: 1.25rem !important; /* 20px */
}

.text-2xl {
    font-size: 1.5rem !important; /* 24px */
}

/* Font Weight Utilities */
.fw-600 {
    font-weight: 600 !important;
}

/* Float Utilities */
.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}


/* Bootstrap Spacing Utilities - Plain CSS */
/* Scale: 0, 0.25rem, 0.5rem, 1rem, 1.5rem, 3rem */

/* Margin All */
.m-0 { margin: 0 !important; }
.m-1 { margin: 1rem !important; }
.m-2 { margin: 2rem !important; }
.m-3 { margin: 3rem !important; }
.m-4 { margin: 4rem !important; }
.m-5 { margin: 5rem !important; }
.m-auto { margin: auto !important; }

/* Margin Top */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 1rem !important; }
.mt-2 { margin-top: 2rem !important; }
.mt-3 { margin-top: 3rem !important; }
.mt-4 { margin-top: 4rem !important; }
.mt-5 { margin-top: 5rem !important; }
.mt-auto { margin-top: auto !important; }

/* Responsive Margin Top - Desktop only (801px+) */
@media (min-width: 801px) {
    .mt-md-0 { margin-top: 0 !important; }
    .mt-md-1 { margin-top: 1rem !important; }
    .mt-md-2 { margin-top: 2rem !important; }
    .mt-md-3 { margin-top: 3rem !important; }
}

/* Mobile-only margin top */
@media (max-width: 800px) {
    .mt-mobile-2 { margin-top: 2rem !important; }
    .mt-mobile-4 { margin-top: 4rem !important; }
}

/* Margin Bottom */
.mb-0 { margin-bottom: 0 !important; }
.mb-05 { margin-bottom: 0.5rem !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-3 { margin-bottom: 3rem !important; }
.mb-4 { margin-bottom: 4rem !important; }
.mb-5 { margin-bottom: 5rem !important; }
.mb-auto { margin-bottom: auto !important; }

/* Margin Left (Start) */
.ms-0 { margin-left: 0 !important; }
.ms-1 { margin-left: 1rem !important; }
.ms-2 { margin-left: 2rem !important; }
.ms-3 { margin-left: 3rem !important; }
.ms-4 { margin-left: 4rem !important; }
.ms-5 { margin-left: 5rem !important; }
.ms-auto { margin-left: auto !important; }

/* Margin Right (End) */
.me-0 { margin-right: 0 !important; }
.me-1 { margin-right: 1rem !important; }
.me-2 { margin-right: 2rem !important; }
.me-3 { margin-right: 3rem !important; }
.me-4 { margin-right: 4rem !important; }
.me-5 { margin-right: 5rem !important; }
.me-auto { margin-right: auto !important; }

/* Margin X (Left & Right) */
.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.mx-1 { margin-left: 1rem !important; margin-right: 1rem !important; }
.mx-2 { margin-left: 2rem !important; margin-right: 2rem !important; }
.mx-3 { margin-left: 3rem !important; margin-right: 3rem !important; }
.mx-4 { margin-left: 4rem !important; margin-right: 4rem !important; }
.mx-5 { margin-left: 5rem !important; margin-right: 5rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

/* Margin Y (Top & Bottom) */
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-2 { margin-top: 2rem !important; margin-bottom: 2rem !important; }
.my-3 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
.my-4 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
.my-5 { margin-top: 5rem !important; margin-bottom: 5rem !important; }
.my-auto { margin-top: auto !important; margin-bottom: auto !important; }

/* Padding All */
.p-0 { padding: 0 !important; }
.p-1 { padding: 1rem !important; }
.p-2 { padding: 2rem !important; }
.p-3 { padding: 3rem !important; }
.p-4 { padding: 4rem !important; }
.p-5 { padding: 5rem !important; }

/* Padding Top */
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 1rem !important; }
.pt-2 { padding-top: 2rem !important; }
.pt-3 { padding-top: 3rem !important; }
.pt-4 { padding-top: 4rem !important; }
.pt-5 { padding-top: 5rem !important; }

/* Padding Bottom */
.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 1rem !important; }
.pb-2 { padding-bottom: 2rem !important; }
.pb-3 { padding-bottom: 3rem !important; }
.pb-4 { padding-bottom: 4rem !important; }
.pb-5 { padding-bottom: 5rem !important; }

/* Padding Left (Start) */
.ps-0 { padding-left: 0 !important; }
.ps-1 { padding-left: 1rem !important; }
.ps-2 { padding-left: 2rem !important; }
.ps-3 { padding-left: 3rem !important; }
.ps-4 { padding-left: 4rem !important; }
.ps-5 { padding-left: 5rem !important; }

/* Padding Right (End) */
.pe-0 { padding-right: 0 !important; }
.pe-1 { padding-right: 1rem !important; }
.pe-2 { padding-right: 2rem !important; }
.pe-3 { padding-right: 3rem !important; }
.pe-4 { padding-right: 4rem !important; }
.pe-5 { padding-right: 5rem !important; }

/* Padding X (Left & Right) */
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-1 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-2 { padding-left: 2rem !important; padding-right: 2rem !important; }
.px-3 { padding-left: 3rem !important; padding-right: 3rem !important; }
.px-4 { padding-left: 4rem !important; padding-right: 4rem !important; }
.px-5 { padding-left: 5rem !important; padding-right: 5rem !important; }

/* Padding Y (Top & Bottom) */
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-2 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
.py-3 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.py-4 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
.py-5 { padding-top: 5rem !important; padding-bottom: 5rem !important; }


/* =============================================================================
   CUSTOM TAB STYLES - BORDERED TABS (Desktop Only)
   ============================================================================= */

/* Desktop styles only - keep Cornerstone default on mobile */
@media (min-width: 801px) {
    .tabs-bordered {
        border-bottom: none !important;
    }

    .tabs-bordered .tab {
        margin-right: 5px; /* Add space between tabs */
        border: none !important; /* Override Cornerstone default border */
    }

    .tabs-bordered .tab.is-active {
        border: none !important;
        border-bottom: none !important;
    }

    .tabs-bordered .tab-title {
        display: block;
        padding: 12px 30px;
        border: 1px solid #999 !important;
        border-bottom: none !important;
        border-radius: 20px 20px 0 0;
        background: #f5f5f5;
        color: #666;
        text-decoration: none;
        position: relative;
        transition: all 0.3s ease;
        font-size: 20px;
    }

    .tabs-bordered .tab.is-active .tab-title {
        background: #fff !important;
        color: #333;
        border-color: #999 !important;
        border-bottom: none !important;
        z-index: 2;
    }

    .tabs-bordered .tab:not(.is-active) .tab-title:hover {
        background: #ebebeb;
    }

    .tabs-bordered + .tabs-contents {
        border: 1px solid #999;
        border-radius: 0 20px 20px 20px;
        padding: 20px;
        margin-top: -1px; /* Connect with tabs */
        background: #fff;
    }

    /* Fix for first tab to align with content border */
    .tabs-bordered .tab:first-child.is-active .tab-title {
        border-left-color: #999 !important;
    }
}

/* Process Steps Styles */
.process-steps {
    padding: 2rem 0;
}

.process-steps-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

.process-step-icon {
    text-align: center;
}

.process-step-icon img {
    width: 140px;
    height: 140px;
    margin-bottom: 1rem;
}

.process-step-icon h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.process-step-icon h4.white-text {
    color: #fff;
}

.process-step-icon p {
    font-size: 0.875rem;
    line-height: 1.4;
}

.process-step-icon p.white-text {
    color: #fff;
    opacity: 0.9;
}

.process-steps-text {
    display: none !important;
}

.process-steps-text .process-step-text {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.process-steps-text .process-step-text:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.process-steps-text .step-number {
    font-size: 1.125rem;
    font-weight: 600;
}

.process-steps-text .step-title {
    font-weight: 600;
    margin: 0 0.5rem;
}

.process-steps-text .step-description {
    display: inline;
    line-height: 1.4;
    margin: 0;
    opacity: 0.9;
}

/* Mobile and Tablet: Show text, hide icons (below large breakpoint) */
@media (max-width: 1260px) {
    .process-steps-icons {
        display: none;
    }

    .process-steps-text {
        display: block;
    }
}

/* Tablet adjustments (medium to just below large) */
@media (min-width: 801px) and (max-width: 1260px) {
    .process-steps-icons {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .process-step-icon img {
        width: 60px;
        height: 60px;
    }
}

/* FAQ Section Styles */

.accordion {
    background: none;
    color: #333;
    cursor: pointer;
    padding: 15px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.accordion:hover {
    color: #6cc24a;
}

.accordion:after {
    content: "";
    background-image: url("https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/double-arrow-777.png?t=1765840086");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 8px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.accordion.active:after {
    transform: rotate(90deg);
}

.panel-faq {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel-faq > p {
    margin-bottom: 10px;
}

.panel-faq > *:last-child {
    margin-bottom: 3rem;
}

/* =============================================================================
   BLOG - BLOG CAROUSEL COMPONENT
   ============================================================================= */

.nhd-blog-carousel-section {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.nhd-committed-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.nhd-sign-in-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.nhd-two-column-cards {
    padding-top: 40px;
    padding-bottom: 40px;
}

.nhd-blog-carousel-title {
    margin-bottom: 10px;
    color: #333;
}

.nhd-blog-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
}

/* =============================================================================
   BLOG INDEX PAGE - GRID LAYOUT
   ============================================================================= */

.blog-grid {
    margin-bottom: 2rem;
}

.blog-grid .blog-card {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-grid .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog-grid .contentCard-image {
    overflow: hidden;
    padding: 1rem 1rem 0 1rem;
}

.blog-grid .contentCard-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.blog-grid .contentCard-body {
    padding: 1rem 0.5rem;
}

.blog-grid .blog-card-date {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.blog-grid .blog-card-title {
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0;
}

/* Blog post page - full width thumbnail and content */
@media (min-width: 801px) {
    .blog-thumbnail {
        max-width: 100%;
    }

    .blog-post-figure,
    .blog-post-body {
        width: 100%;
    }
}




    table {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      border: 1px solid #ddd;

    }

    th, td {
      text-align: left;
      padding: 16px;
    }
    
    .green-table th {
        background-color: #5BA63C;
        color: #fff;
    }

    tr:nth-child(even) {
      background-color: #f2f2f2;
    }


/* =============================================================================
   CUSTOMER ACTION CARDS (HOME PAGE)
   ============================================================================= */

.nhd-customer-cards-section {
    padding-top: 80px;
    padding-bottom: 40px;
}

.nhd-customer-card {
    background: #ebebeb;
    border: 1px solid #7B7B7B;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nhd-customer-card-image {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.nhd-customer-card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.nhd-customer-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.nhd-customer-card-content--right {
    align-items: flex-end;
}

.nhd-customer-card-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.nhd-customer-card-title {
    margin: 0;
    color: #333;
}

.nhd-customer-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #6cc24a;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.nhd-customer-card-btn:hover {
    background-color: #5aa03a;
    color: #fff;
    text-decoration: none;
}

.nhd-customer-card-btn .nhd-customer-card-icon {
    width: 12px;
    height: 12px;
    filter: brightness(0) invert(1);
}

.nhd-customer-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6cc24a;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s ease;
}

.nhd-customer-card-link:hover {
    color: #5aa03a;
    text-decoration: none;
}

.nhd-customer-card-link .nhd-customer-card-arrow {
    width: 12px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(68%) sepia(45%) saturate(458%) hue-rotate(54deg) brightness(95%) contrast(87%);
}

.nhd-customer-card-link:hover .nhd-customer-card-arrow {
    filter: brightness(0) saturate(100%) invert(50%) sepia(45%) saturate(458%) hue-rotate(54deg) brightness(85%) contrast(87%);
}

/* Gray variant for Recent Orders link */
.nhd-customer-card-link--gray {
    color: #999 !important;
}

.nhd-customer-card-link--gray:hover {
    color: #666 !important;
}

.nhd-customer-card-link--gray .nhd-customer-card-arrow {
    filter: none !important;
}

.nhd-customer-card-link--gray:hover .nhd-customer-card-arrow {
    filter: none !important;
}

/* Mobile responsive */
@media (max-width: 800px) {
    .nhd-customer-cards-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nhd-customer-cards-section .col-md-4 {
        margin-bottom: 20px;
    }

    .nhd-customer-cards-section .col-md-4:last-child {
        margin-bottom: 0;
    }

    .nhd-customer-card {
        height: auto;
    }

    .nhd-customer-card-image {
        height: 200px;
    }
}

/* =============================================================================
   PRODUCT CARD CUSTOMIZATIONS (CATALOG)
   ============================================================================= */

/* Two-column layout: icons on left, image on right */
.card-figure-layout {
    display: flex;
    gap: 15px;
}

/* Wrapper for figure with border */
.card-figure {
    border: 1px solid #7B7B7B;
    border-radius: 8px;
    background: transparent;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Left column: Icons (~30-40%) */
.card-icons-column {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Product Feature Icons */
.product-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #7B7B7B;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    position: relative;
    cursor: pointer;
}

.product-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Tooltip */
.product-feature-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1000;
}

.product-feature-icon::before {
    content: '';
    position: absolute;
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-right-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1000;
}

.product-feature-icon:hover::after,
.product-feature-icon:hover::before {
    opacity: 1;
}

/* Right column: Image only (~60-70%) */
.card-image-column {
    flex: 0 0 80%;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}

/* Button row below the two columns */
.card-button-row {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Ensure image doesn't break border */
.card-img-container {
    margin-bottom: 10px;
}

.card-img-container img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Make Add to Cart button auto-width */
.card-figcaption-body {
    display: inline-block;
}

.card-figcaption-button {
    display: inline-block;
    width: auto;
    background-color: #6cc24a !important;
    color: #ffffff !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 16px;
}

.card-figcaption-button:hover {
    background-color: #61ae42 !important;
}

/* Hide brand name on product cards */
.card-body .card-text[data-test-info-type="brandName"] {
    display: none;
}

/* Hide product rating stars on product cards (category page only) */
.card-body .card-text[data-test-info-type="productRating"] {
    display: none;
}

/* Card title styling */
.card-title {
    /* Inherits from global heading styles */
    color: #333;
}

/* Card body link - makes entire card body clickable */
.card-body-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.card-body-link:hover {
    text-decoration: none;
}

.card-body-link:hover .card-title {
    color: #777777;
}

/* Product card feature6 custom field */
.card-feature6 {
    font-size: 14px;
    color: #666;
    margin: 0.5rem 0;
}

/* Reusable white card component */
.card-white {
    background: #ffffff;
    border: 1px solid #7B7B7B;
    border-radius: 12px;
}

/* Distributor logo card */
.distributor-logo-card {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Distributor logo image - limits height to prevent card expansion */
.distributor-logo {
    max-height: 190px;
    width: auto;
    object-fit: contain;
}

/* Heading with line to the right */
.heading-line {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

.heading-line::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #7B7B7B;
}

/* Fixed height image container */
.img-container {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Price and stock status on same line */
.card-price-stock {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-price {
    color: #000;
}

.card-stock-status {
    font-size: 0.875rem;
}

/* Hide compare button */
.card-figcaption-button[for^="compare-"] {
    display: none;
}

/* Make card figcaption always visible (not just on hover) */
.card-figcaption {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    margin: 0;
}

/* =============================================================================
   PRODUCT PAGE - DESKTOP STYLES
   ============================================================================= */

/* Product title - remove top margin on desktop */
@media (min-width: 801px) {
    .productView-title {
        margin-top: 0 !important;
        font-size: 24px !important;
    }
}

/* Product reviews section font size */
.productView-rating,
.productView-rating a,
.productView-rating span,
.productView-reviewLink {
    font-size: 14px !important;
}

/* Remove underline from review links */
.productView-rating a,
#productReview_link,
.productView-reviewLink {
    text-decoration: none !important;
}

.productView-rating a:hover,
#productReview_link:hover,
.productView-reviewLink:hover {
    text-decoration: none !important;
}

/* =============================================================================
   PRODUCT PAGE - THUMBNAIL LAYOUTS (DESKTOP ONLY)
   ============================================================================= */

/* Desktop only - Vertical layout: thumbnails on left */
/* Horizontal layout uses Cornerstone's default bottom positioning */
@media (min-width: 801px) {
    .productView-images--vertical {
        display: flex !important;
        flex-direction: row !important;
    }

    .productView-images--vertical .productView-thumbnails {
        width: 120px !important;
        margin-right: 5px !important;
        margin-left: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        order: 1;
    }

    .productView-images--vertical .productView-thumbnail {
        width: 100% !important;
        margin-bottom: 10px !important;
        float: none !important;
        padding: 0.25rem !important;
    }

    .productView-images--vertical .productView-thumbnails img {
        width: 100% !important;
        height: auto !important;
    }

    .productView-images--vertical .productView-image {
        flex: 1 !important;
        order: 2;
    }
}

/* =============================================================================
   PRODUCT CUSTOM FIELDS STYLING
   ============================================================================= */

.spaced-list li {
    margin-bottom: 10px;
}

/* Link list - inline display with pipe separators */
.link-list {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}

.link-list li {
    margin: 0;
    display: inline-block;
}

.link-list li:not(:last-child):after {
    content: ' | ';
    font-weight: 300;
    display: inline-block;
    margin: 0 5px;
    color: #666;
}

/* Product info name and value styling - inline display */
.productView-info dt,
.productView-info-name {
    text-transform: none;
    font-size: 1rem;
    display: inline-block;
}

.productView-info dd,
.productView-info-value {
    font-size: 1rem;
    display: inline;
    margin: 0;
}

.productView-info dd:after,
.productView-info-value:after {
    display: block;
    content: '';
}

/* Hide utility class */
.hidden {
    display: none !important;
}

/* =============================================================================
   FREQUENTLY BOUGHT TOGETHER (ALSOBOUGHT)
   ============================================================================= */

.productView-alsoBought-item-price {
    font-weight: 900;
}

.productView-alsoBought-item-url {
    display: inline;
}


/* Remove left padding from add to cart button */
.add-to-cart-buttons {
    padding-left: 0 !important;
}

/* Quantity and stock status on same line */
.quantity-stock-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 2rem;
}

.quantity-stock-wrapper .form-field {
    margin-bottom: 0 !important;
}

.stock-status-label {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    white-space: nowrap;
}

  .bg-white {
      background-color: #ffffff;
  }

/* =============================================================================
   RESPONSIVE VIDEO EMBEDS
   ============================================================================= */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    background-image: url(https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/nhd-logo-image.png?t=1700503025);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* =============================================================================
   PRODUCT SPECS TABLE
   ============================================================================= */

.product-specs {
    width: 100%;
    border-collapse: collapse;
    line-height: 1;
}

.product-specs tr:nth-child(odd) {
    background-color: #ebebeb;
}

.product-specs tr:nth-child(even) {
    background-color: #ffffff;
}

.product-specs th {
    text-align: left;
    padding: 10px;
    font-weight: 600;
}

.product-specs td {
    padding: 10px;
}

/* =============================================================================
   BUTTON VARIANTS
   ============================================================================= */

.button--outline-green {
    background: transparent !important;
    border: 1px solid #6cc24a !important;
    color: #333 !important;
    padding: 12px 40px !important;
    transition: all 0.3s ease !important;
}

.button--outline-green:hover {
     background: #6cc24a !important;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .button.text-center-mobile {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    .col-md-6 .button.text-center-mobile {
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}

/* =============================================================================
   REUSABLE CARD COMPONENT
   ============================================================================= */

.card-rounded-padding {
    border: 1px solid #7B7B7B;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
}

.card-rounded-padding img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

/* Clickable card link block */
.card-link-block {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.card-link-block:hover {
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

/* =============================================================================
   DISTRIBUTOR BUTTON STYLING
   ============================================================================= */

/* Make distributor button full-width on mobile to match Add to Cart */
@media (max-width: 800px) {
    .productView--local-distributor {
        margin-top: 90px;
    }

    .productView--local-distributor .form-action {
        width: 100%;
    }

    .productView--local-distributor .button--distribution {
        width: 100% !important;
        display: block;
    }
}

/* =============================================================================
   PRODUCT ACTIONS NAVIGATION
   ============================================================================= */

.product-actions-nav {
    margin: 20px 0;
}

.product-actions-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-actions-list li {
    margin: 0;
}

/* Desktop: Horizontal layout with single arrow and pipe separators */
@media (min-width: 801px) {
    .product-actions-nav {
        position: relative;
        padding-left: 25px;
    }

    /* Single arrow before the entire navigation on desktop */
    .product-actions-nav::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background-image: url('https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/double-arrow-777.png?t=1765840086');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .product-actions-list {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 0;
        row-gap: 10px;
    }

    .product-actions-list li {
        padding: 0 15px;
        position: relative;
    }

    /* Hide individual arrows on desktop (they come from link-gray-arrow) */
    .product-actions-list li .link-gray-arrow::before {
        display: none;
    }

    .product-actions-list li .link-gray-arrow {
        white-space: nowrap;
    }

    /* Add pipe separators between items on desktop */
    .product-actions-list li:not(:first-child)::before {
        content: '|';
        position: absolute;
        left: 0;
        color: #666;
    }

    /* Hide separator on hidden items */
    .product-actions-list li.hidden::before {
        display: none;
    }
}

/* =============================================================================
   CERTIFICATION CARDS
   ============================================================================= */

/* Desktop Version - Show on medium screens and up */
.certifications-cards--desktop {
    display: none;
    padding: 2rem 0;
}

@media (min-width: 768px) {
    .certifications-cards--desktop {
        display: block;
    }

    .certifications-cards--mobile {
        display: none;
    }
}

/* Mobile Version - Show on small screens */
.certifications-cards--mobile {
    display: block;
    padding: 2rem 0;
    width: 100%;
}

@media (min-width: 768px) {
    .certifications-cards--mobile {
        display: none;
    }
}

/* Certification Card Styles */
.certification-card {
    background: #ffffff;
    border: 1px solid #7B7B7B;
    border-radius: 12px;
    padding: 2rem 1rem;
    text-align: center;
    height: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.certification-card-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification-card-icon img {
    max-width: 100%;
    height: auto;
}

/* Company page certifications carousel icon */
.company-cert-icon {
    width: 200px;
    height: auto;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-cert-icon img {
    max-width: 100%;
    height: auto;
}

/* Clickable certification cards */
.company-certifications .contentCard-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.2s ease;
}

.company-certifications .contentCard-link:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.company-certifications .contentCard-link:focus {
    outline: 2px solid #6cc24a;
    outline-offset: 2px;
}

/* Mobile certification card */
.company-cert-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.company-cert-card-link:hover,
.company-cert-card-link:focus {
    text-decoration: none;
    color: inherit;
}

.company-certifications .card-white {
    padding: 2rem 1.5rem;
    display: block;
    transition: transform 0.2s ease;
}

.company-cert-card-link:hover .card-white {
    transform: translateY(-2px);
}

.company-cert-icon-mobile {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-cert-icon-mobile img {
    max-width: 100%;
    height: auto;
}

/* Hide mobile card on desktop, show carousel */
@media (min-width: 768px) {
    .company-certifications .card-white {
        display: none !important;
    }
    .company-certifications .contentCarousel {
        display: block !important;
    }
}

/* Show mobile card on mobile, hide carousel */
@media (max-width: 767px) {
    .company-certifications .contentCarousel {
        display: none !important;
    }
    .company-certifications .card-white {
        display: block !important;
    }

    /* Ensure 2 icons per row on mobile */
    .company-certifications .card-white .col-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* FAQ Desktop/Mobile Toggle */
.faq-desktop {
    display: block;
}

.faq-mobile {
    display: none;
}

@media (max-width: 767px) {
    .faq-desktop {
        display: none;
    }
    .faq-mobile {
        display: block;
    }
}

/* Mobile FAQ Styles */
.faq-item.card-white {
    padding: 1rem 1.25rem;
    cursor: pointer;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.faq-question h3 {
    margin: 0;
    flex: 1;
}

.faq-arrow {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    margin: 0;
    padding-top: 0.75rem;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

/* Mobile Carousel Styles */
.certifications-carousel {
    position: relative;
    width: 100%;
}

.certifications-carousel-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.certifications-carousel-track {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
}

.certifications-carousel-track .certification-card {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
}

/* Arrow Buttons */
.certifications-arrow {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.certifications-arrow--prev {
    left: 0.5rem;
}

.certifications-arrow--next {
    right: 0.5rem;
}

.certifications-arrow:hover:not(:disabled) {
    opacity: 1;
}

.certifications-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.certifications-arrow img {
    width: 20px;
    height: 20px;
    pointer-events: none;
    user-select: none;
}

.certifications-arrow--prev img {
    transform: rotate(180deg);
}

/* Page Heading Override */
.page-heading {
    margin: 5rem 0 3rem 0 !important;
    color: #333 !important;
}

/* ===========================
   Careers Tabbed Carousel Styles
   =========================== */

.careers-section {
    padding: 3rem 0;
}

/* Tabs Wrapper */
.careers-tabs-wrapper {
    position: relative;
    margin: 3rem 0;
    padding: 0 60px;
}

/* Remove padding on desktop when arrows are not needed */
@media (min-width: 992px) {
    .careers-tabs-wrapper.no-arrows {
        padding: 0;
    }

    .careers-tabs-wrapper.no-arrows .careers-tab-item {
        padding: 0;
    }
}

.careers-tabs-carousel {
    overflow: hidden;
    position: relative;
}

.careers-tabs-track {
    display: flex;
    gap: 2rem;
    transition: transform 0.3s ease-in-out;
}

/* Tab Items */
.careers-tab-item {
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
    padding: 1rem;
    transition: all 0.3s ease;
}

/* Tab Icon */
.careers-job-icon {
    width: 200px;
    height: 200px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    border: 3px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: border-color 0.3s ease;
}

.careers-job-icon img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    position: absolute;
    transition: opacity 0.3s ease;
}

.careers-job-icon .icon-inactive {
    opacity: 1;
}

.careers-job-icon .icon-active {
    opacity: 0;
}

/* Active Tab Icon */
.careers-job-icon.active {
    border-color: #70C253;
}

.careers-job-icon.active .icon-inactive {
    opacity: 0;
}

.careers-job-icon.active .icon-active {
    opacity: 1;
}

/* Tab Label */
.careers-tab-label {
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    margin: 0;
    text-transform: uppercase;
}

/* Carousel Arrows */
.careers-carousel-arrow {
    position: absolute;
    top: 100px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: opacity 0.3s ease;
    opacity: 0.8;
    width: 48px;
    height: 48px;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.careers-carousel-arrow:hover:not(:disabled) {
    opacity: 1;
}

.careers-carousel-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.careers-carousel-arrow img {
    width: 20px;
    height: 20px;
    pointer-events: none;
    user-select: none;
}

.careers-carousel-arrow-left {
    left: 0;
}

.careers-carousel-arrow-left img {
    transform: rotate(180deg);
}

.careers-carousel-arrow-right {
    right: 0;
}

.careers-carousel-arrow.hidden {
    display: none;
}

/* Content Area */
.careers-content-area {
    padding: 3rem 0;
    position: relative;
}

/* Careers FAQ Section */
.careers-faq-section {
    padding: 4rem 0;
}

.careers-faq-section h2 {
    margin-bottom: 3rem;
}

.faq-item {
    margin-bottom: 2rem;
}

.faq-question {
    margin-bottom: 0.5rem;
}

.faq-answer {
    margin-bottom: 0;
    color: #666;
}

.careers-job-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.careers-job-content.active {
    display: block;
    opacity: 1;
}

.careers-job-content p {
    min-height: 7em;
    line-height: 1.6;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .careers-tabs-wrapper {
        padding: 0;
        margin: 2rem 0;
    }

    .careers-tabs-carousel {
        padding: 0 60px;
    }

    .careers-tabs-track {
        gap: 0;
    }

    .careers-tab-item {
        width: 100%;
        flex: 0 0 100%;
        padding: 1rem 0;
    }

    .careers-job-icon {
        width: 180px;
        height: 180px;
    }

    .careers-job-icon img {
        width: 110px;
        height: 110px;
    }

    .careers-carousel-arrow {
        top: 90px;
        width: 44px;
        height: 44px;
    }

    .careers-carousel-arrow img {
        width: 18px;
        height: 18px;
    }

    .careers-carousel-arrow-left {
        left: 10px;
    }

    .careers-carousel-arrow-right {
        right: 10px;
    }

    .careers-tab-label {
        font-size: 0.875rem;
    }

    .careers-content-area {
        padding: 2rem 0;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991px) {
    .careers-tabs-track {
        gap: 1.5rem;
    }

    .careers-job-icon {
        width: 180px;
        height: 180px;
    }

    .careers-job-icon img {
        width: 110px;
        height: 110px;
    }
}

/* Third-party filter app styling */
.newStyling .Block.ShopByColor.Moveable.Panel {
    background: transparent;
}

/* Transparent form field utility class */
.form-field--transparent {
    background-color: transparent !important;
}

form#filter_form {
    margin-top: 1.5rem;
}

/* Product card title - 3 lines with 14px font */
.product .card-title {
    font-size: 14px !important;
    line-height: 1.4;
    height: calc(1.4em * 3); /* 3 lines */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Font weight utility - lighter/thinner text */
.font-lighter {
    font-weight: 300 !important;
}

/* Text align left utility for mobile - use on product cards */
@media (max-width: 550px) {
    .text-left-mobile {
        text-align: left !important;
    }
}

/* Current pagination item styling */
.pagination-item.pagination-item--current {
    background-color: #6cc24a !important;
    border-radius: 50% !important;
}

/* =============================================================================
   APPLE-STYLE MEGAMENU DROPDOWN (Desktop Only)
   ============================================================================= */

/* Blur overlay backdrop - positioned behind dropdown */
.megamenu-blur-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 50;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.megamenu-blur-overlay.active {
    display: block;
    opacity: 1;
}

/* Desktop megamenu styles (801px and up) */
@media (min-width: 801px) {
    /* Hide mobile quick search in desktop menu */
    .navPages--desktop-custom .navPages-quickSearch {
        display: none;
    }

    /* Make header position relative for dropdown positioning */
    .header--custom {
        position: relative;
        z-index: 100;
    }

    /* Navigation section - make it position relative for dropdown */
    .header-section--navigation {
        position: static;
    }

    /* Main navigation list */
    .navPages-list--main {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* Individual menu items - position static so dropdown can span full width */
    .navPages-item.has-megamenu {
        position: static;
    }

    /* Main menu links - add horizontal padding to increase hover area */
    .navPages-item.has-megamenu > .navPages-action {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        text-decoration: none;
        padding: 8px 20px;
        display: block;
        transition: color 0.2s ease;
    }

    .navPages-item.has-megamenu > .navPages-action:hover {
        color: #6cc24a;
    }

    /* Megamenu dropdown container */
    .megamenu-dropdown {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 101;
        visibility: hidden;
        transform: translateY(-10px);
        transition: transform 0.3s ease, visibility 0.3s;
        pointer-events: none;
        padding-top: 0;
    }

    /* Add padding to create seamless hover area - extends upward to bridge the gap and wider on sides */
    .megamenu-dropdown::before {
        content: '';
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        height: 30px;
        background: transparent;
        pointer-events: auto;
    }

    /* Show dropdown - controlled by JavaScript with .megamenu-active class */
    .navPages-item.has-megamenu.megamenu-active .megamenu-dropdown {
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    /* Container inside megamenu dropdown - left aligned */
    .megamenu-dropdown .megamenu-container {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: left;
        width: 100%;
        padding-left: 120px;
        padding-right: 120px;
    }

    /* Megamenu header link */
    .megamenu-header {
        margin-bottom: 20px;
    }

    .megamenu-header-link {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        text-decoration: none;
    }

    .megamenu-header-link:hover {
        color: #6cc24a;
        text-decoration: none;
    }

    /* Row inside megamenu - use existing .row class */
    .megamenu-dropdown .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    /* Column headings */
    .megamenu-heading {
        font-size: 14px;
        font-weight: normal;
        color: #333;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        margin: 0 0 16px 0;
        padding: 0;
        padding-left: 0;
    }

    /* Column lists */
    .megamenu-list {
        list-style: none !important;
        margin: 0;
        padding-left: 0;
        font-size: 14px; /* Override parent font-size: 0 */
    }

    .megamenu-list li {
        margin-bottom: 8px;
        display: list-item;
        padding-left: 0;
    }

    .megamenu-list li::before {
        content: "• ";
        margin-right: 8px;
    }

    .megamenu-list li.arrow-item::before {
        content: '';
        width: 14px;
        height: 14px;
        background-image: url('https://cdn11.bigcommerce.com/s-ybeckn7x79/images/stencil/original/image-manager/double-arrow-777.png?t=1765840086');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
        padding: 4px 0;
    }

    .megamenu-list a {
        font-size: 14px;
        font-weight: 300;
        color: #555555;
        text-decoration: none;
        display: inline;
        padding: 4px 0;
        transition: color 0.2s ease;
    }

    .megamenu-list a:hover {
        color: #6cc24a;
    }

    /* Separator between LCD Interface list and Resources list */
    .megamenu-dropdown .megamenu-list + .megamenu-heading {
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }

    /* Animate column headings FIRST */
    .megamenu-heading {
        opacity: 0;
        transform: translateY(-5px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .navPages-item.has-megamenu.megamenu-active .megamenu-heading {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.05s;
    }

    /* Staggered animation for menu items (cascade effect) - appear AFTER headings */
    .megamenu-list li {
        opacity: 0;
        transform: translateY(-5px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .navPages-item.has-megamenu.megamenu-active .megamenu-list li {
        opacity: 1;
        transform: translateY(0);
    }

    /* Stagger delay for each item - starts after headings (0.15s base delay) */
    .navPages-item.has-megamenu.megamenu-active .megamenu-list li:nth-child(1) { transition-delay: 0.15s; }
    .navPages-item.has-megamenu.megamenu-active .megamenu-list li:nth-child(2) { transition-delay: 0.18s; }
    .navPages-item.has-megamenu.megamenu-active .megamenu-list li:nth-child(3) { transition-delay: 0.21s; }
    .navPages-item.has-megamenu.megamenu-active .megamenu-list li:nth-child(4) { transition-delay: 0.24s; }
    .navPages-item.has-megamenu.megamenu-active .megamenu-list li:nth-child(5) { transition-delay: 0.27s; }
    .navPages-item.has-megamenu.megamenu-active .megamenu-list li:nth-child(6) { transition-delay: 0.30s; }
    .navPages-item.has-megamenu.megamenu-active .megamenu-list li:nth-child(7) { transition-delay: 0.33s; }
    .navPages-item.has-megamenu.megamenu-active .megamenu-list li:nth-child(8) { transition-delay: 0.36s; }
    .navPages-item.has-megamenu.megamenu-active .megamenu-list li:nth-child(9) { transition-delay: 0.39s; }
    .navPages-item.has-megamenu.megamenu-active .megamenu-list li:nth-child(10) { transition-delay: 0.42s; }
    .navPages-item.has-megamenu.megamenu-active .megamenu-list li:nth-child(11) { transition-delay: 0.45s; }
}

/* Mobile styles - hide megamenu on mobile (800px and below) */
@media (max-width: 800px) {
    .navPages-item.has-megamenu .megamenu-dropdown {
        display: none !important;
    }

    .megamenu-blur-overlay {
        display: none !important;
    }
}

/* =============================================================================
   MOBILE MENU STYLES
   Apple-style slide-down main menu with slide-left submenus
   ============================================================================= */

/* Mobile Menu Overlay - Full screen container */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow: hidden;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Main Mobile Menu Container */
.mobile-menu-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 60px; /* Space for close button header */
    transform: translateY(-20px);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.4s ease;
}

.mobile-menu-overlay.active .mobile-menu-main {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.1s;
}

/* Main Menu Header with Close Button */
.mobile-menu-main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px;
    z-index: 10;
}

.mobile-menu-main-close {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.mobile-menu-main-close:active {
    opacity: 0.6;
}

.mobile-menu-main-close svg {
    display: block;
    width: 18px;
    height: 18px;
}

/* Mobile Menu Search */
.mobile-menu-search {
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
}

.mobile-menu-search .container {
    padding: 0;
    max-width: 100%;
}

.mobile-menu-search .form {
    margin: 0;
}

.mobile-menu-search .form-fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.mobile-menu-search .form-field {
    margin: 0;
}

.mobile-menu-search .form-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
    -webkit-user-select: text;
    user-select: text;
}

.mobile-menu-search .form-input:focus {
    border-color: #6cc24a;
    outline: none;
}

.mobile-menu-search .quickSearchResults {
    margin-top: 10px;
    max-height: 300px;
    overflow-y: auto;
}

/* Mobile Menu Navigation */
.mobile-menu-nav {
    padding: 0;
    transition: opacity 0.24s cubic-bezier(0.4, 0, 0.6, 1),
                transform 0.24s cubic-bezier(0.4, 0, 0.6, 1);
}

/* When submenu is opening, fade out and slide main menu items left */
.mobile-menu-overlay.submenu-active .mobile-menu-nav {
    opacity: 0;
    transform: translateX(-8px);
}

.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-item {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Staggered animation for menu items appearing after main menu slides down */
.mobile-menu-overlay.active .mobile-menu-item:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}
.mobile-menu-overlay.active .mobile-menu-item:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.18s;
}
.mobile-menu-overlay.active .mobile-menu-item:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.21s;
}
.mobile-menu-overlay.active .mobile-menu-item:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.24s;
}
.mobile-menu-overlay.active .mobile-menu-item:nth-child(5) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.27s;
}
.mobile-menu-overlay.active .mobile-menu-item:nth-child(6) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.30s;
}
.mobile-menu-overlay.active .mobile-menu-item:nth-child(7) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.33s;
}
.mobile-menu-overlay.active .mobile-menu-item:nth-child(8) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.36s;
}
.mobile-menu-overlay.active .mobile-menu-item:nth-child(9) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.39s;
}
.mobile-menu-overlay.active .mobile-menu-item:nth-child(10) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.42s;
}
.mobile-menu-overlay.active .mobile-menu-item:nth-child(11) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.45s;
}
.mobile-menu-overlay.active .mobile-menu-item:nth-child(12) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.48s;
}

.mobile-menu-item > a {
    display: block;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.mobile-menu-item.has-submenu {
    cursor: pointer;
}

.mobile-menu-item.has-submenu > a {
    pointer-events: none; /* Make entire item clickable */
}

.mobile-menu-item:active {
    background-color: #f5f5f5;
}

/* Mobile Submenu Panels */
.mobile-submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 60px; /* Space for submenu header */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* Start off-screen to the right */
    transform: translateX(8px);
    transition: transform 0.24s cubic-bezier(0.4, 0, 0.6, 1),
                opacity 0.24s cubic-bezier(0.4, 0, 0.6, 1),
                visibility 0.24s step-end;
}

.mobile-submenu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    /* Slide in to normal position */
    transform: translateX(0);
    transition: transform 0.24s cubic-bezier(0.4, 0, 0.6, 1),
                opacity 0.24s cubic-bezier(0.4, 0, 0.6, 1),
                visibility 0.24s step-start;
}

/* When submenu is closing (going back), slide to right */
.mobile-submenu.closing {
    opacity: 0;
    transform: translateX(8px);
    transition: transform 0.24s cubic-bezier(0.4, 0, 0.6, 1),
                opacity 0.24s cubic-bezier(0.4, 0, 0.6, 1),
                visibility 0.24s step-end;
}

/* Submenu Header with Back and Close buttons */
.mobile-submenu-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 10;
}

.mobile-submenu-back,
.mobile-submenu-close {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.mobile-submenu-back:active,
.mobile-submenu-close:active {
    opacity: 0.6;
}

.mobile-submenu-back svg,
.mobile-submenu-close svg {
    display: block;
    width: 18px;
    height: 18px;
}

.mobile-submenu-back svg {
    width: 10px;
    height: 18px;
}

/* Submenu Content */
.mobile-submenu-content {
    padding: 20px 0;
}

.mobile-submenu-main-link {
    padding: 0 20px 20px;
}

.mobile-submenu-main-link a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.mobile-submenu-main-link a:hover {
    color: #6cc24a;
}

.mobile-submenu-section {
    padding: 0 20px;
    margin-bottom: 30px;
}

.mobile-submenu-section--resources {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.mobile-submenu-heading {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 15px 0;
}

.mobile-submenu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-submenu-list li {
    margin-bottom: 8px;
}

.mobile-submenu-list li a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mobile-submenu-list li a:active {
    color: #007aff;
}

/* Hide mobile menu on desktop */
@media (min-width: 801px) {
    .mobile-menu-overlay {
        display: none !important;
    }
}

/* =============================================================================
   DISABLE CORNERSTONE MOBILE MENU
   ============================================================================= */
/* Since we're using a custom mobile menu, prevent the Cornerstone menu
   from ever opening on mobile */
@media (max-width: 800px) {
    .navPages-container.is-open {
        display: none !important;
    }

    /* Ensure body doesn't get scroll-locked by Cornerstone menu */
    body.has-activeNavPages {
        overflow: auto !important;
    }
}

/* =============================================================================
   KWES FORMS - PREVENT iOS ZOOM
   ============================================================================= */
/* Prevent iOS zoom on input focus by ensuring 16px minimum font size */
@media (max-width: 768px) {
    .kwes-form input[type="text"],
    .kwes-form input[type="email"],
    .kwes-form input[type="tel"],
    .kwes-form input[type="number"],
    .kwes-form input[type="password"],
    .kwes-form input[type="address"],
    .kwes-form textarea,
    .kwes-form select {
        font-size: 16px; /* iOS minimum to stop zooming */
        line-height: 1.4;
    }
}

/* =============================================================================
   SOCIAL LINKS - X (TWITTER) ICON SIZE
   ============================================================================= */
.icon--x svg {
    height: 1.51429rem;
    width: 1.51429rem;
}

.tabs {
    border-bottom: 1px solid #A9A9A9;
}

[href]:focus,
[tabindex]:not([tabindex="-1"]):focus {
    outline: none !important;
    outline-offset: 0 !important;
}

@media (min-width:801px) {
    .tab.is-active {
        border: 1px solid #A9A9A9;
        border-bottom: 1px solid #ebebeb;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .tab {
        border-top-color: #ebebeb;
    }
}

.links-sidebar {
    padding: 0 15px;
}

/* =============================================================================
   BAGUETTEBOX LIGHTBOX
   ============================================================================= */

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.9);
    transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
    opacity: 1;
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
    animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
    animation: bounceFromLeft 0.4s ease-out;
}

@keyframes bounceFromRight {
    0%, 100% { margin-left: 0; }
    50% { margin-left: -30px; }
}

@keyframes bounceFromLeft {
    0%, 100% { margin-left: 0; }
    50% { margin-left: 30px; }
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    transition: background-color 0.4s ease;
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
    right: 2%;
}

.baguetteBox-button#previous-button {
    left: 2%;
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
}

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
    animation-delay: -1s;
}

@keyframes bounce {
    0%, 100% { transform: scale(0); }
    50% { transform: scale(1); }
}

/* Zoomable image cursor - only for links containing images */
.gallery-zoom a:has(img) {
    cursor: zoom-in;
}

.gallery-zoom img {
    transition: opacity 0.2s ease;
}

.gallery-zoom a:hover img {
    opacity: 0.85;
}

/* Regular links inside gallery-zoom keep pointer cursor */
.gallery-zoom a:not(:has(img)) {
    cursor: pointer;
}

/* Product card body - always left-aligned (override default center on mobile) */
.card-body {
    text-align: left;
}

 .login {
      margin-top: 0;
  }
