/* ============================================================
   NetGlobe Child Theme — Main Stylesheet
   Primary:  #1A4731   (dark forest green)
   Light bg: #F4F5F4
   White:    #FFFFFF
   ============================================================ */

/* ── CSS Custom Properties ─────────────────────────────────────── */
:root {
    --ng-primary:        #1A4731;
    --ng-primary-dark:   #0F2E1F;
    --ng-primary-light:  #2D6A4F;
    --ng-accent:         #52B788;
    --ng-white:          #FFFFFF;
    --ng-off-white:      #F8F9F8;
    --ng-light-gray:     #F4F5F4;
    --ng-border:         #DEE2DE;
    --ng-text:           #1A1A1A;
    --ng-text-secondary: #565F59;
    --ng-green:          #0D502F;
    --ng-black:          #000000;
    --ng-transparent:    transparent;
    --ng-shadow:         0 4px 24px rgba(26, 71, 49, 0.10);
    --ng-shadow-hover:   0 8px 32px rgba(26, 71, 49, 0.18);
    --ng-radius:         8px;
    --ng-radius-lg:      16px;
    --ng-radius-pill:    50px;
    --container-max:     1200px;
    --container-pad:     24px;
    --font:              'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --section-py:        80px;
    --transition:        0.25s ease;
}

/* ── Reset / Base ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: var(--font);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--ng-text);
    background: var(--ng-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
ul, ol { list-style: none; }
button { cursor: pointer; }
input, textarea, select, button { font-family: inherit; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ── Astra Override ─────────────────────────────────────────────── */
.site-header, #masthead                    { display: none !important; }
#footer-widgets, .site-footer, #colophon   { display: none !important; }
.ast-container                             { max-width: none; padding: 0; }
.ast-page-builder-template .site-content   { padding-top: 0 !important; }
.entry-content-page                        { padding: 0 !important; margin: 0 !important; }
#page, .ast-site-content-wrap              { padding-top: 0 !important; }
.wp-site-blocks                            { padding: 0 !important; }

/* ── Typography ─────────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.2; color: var(--ng-text); }
h1 { font-size: clamp(26px, 4vw, 46px); }
h2 { font-size: clamp(22px, 3vw, 36px); }
h3 { font-size: clamp(18px, 2.5vw, 24px); }
h4 { font-size: 20px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

/* ── Layout Utilities ───────────────────────────────────────────── */
.ng-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
}
.ng-section             { padding: var(--section-py) 0; }
.ng-section--dark       { background: var(--ng-primary);    color: var(--ng-white); }
.ng-section--light      { background: var(--ng-light-gray); }
.ng-section--white      { background: var(--ng-white); }
.ng-section-heading     { text-align: center; margin-bottom: 48px; }
.ng-section-heading h2  { color: var(--ng-primary); margin-bottom: 12px; }
.ng-section-heading p   { color: var(--ng-text-secondary); max-width: 640px; margin: 0 auto; font-size: 15px; }
.text-center            { text-align: center; }
.ng-bg--green           { background: var(--ng-green) !important; }
.ng-text--white         { color: var(--ng-white) !important; }
.position-relative      { position: relative; }

/* ── Buttons ────────────────────────────────────────────────────── */
.ng-btn {
    display: inline-block;
    padding: 10px 28px;
    border-radius: var(--ng-radius);
    font-weight: 600;
    font-size: 14px;
    border: 2px solid transparent;
    transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
    text-align: center;
    white-space: nowrap;
    line-height: 1.4;
    letter-spacing: 0.2px;
}
.ng-btn:focus-visible { outline: 3px solid var(--ng-accent); outline-offset: 3px; }
.ng-btn--primary {
    background: var(--ng-primary);
    color: var(--ng-white) !important;
    border-color: var(--ng-primary);
}
.ng-btn--primary:hover {
    background: var(--ng-primary-dark);
    border-color: var(--ng-primary-dark);
    transform: translateY(-1px);
}
.ng-btn--outline {
    background: transparent;
    color: var(--ng-primary);
    border-color: var(--ng-primary);
}
.ng-btn--outline:hover {
    background: var(--ng-primary);
    color: var(--ng-white) !important;
}
.ng-btn--white {
    background: var(--ng-white);
    color: var(--ng-primary) !important;
    border-color: var(--ng-white);
}
.ng-btn--white:hover {
    background: transparent;
    color: var(--ng-white) !important;
    border-color: var(--ng-white);
}
.ng-btn--full { width: 100%; display: block; padding: 14px; }

/* ── Contact Form 7 Overrides ───────────────────────────────────── */
.wpcf7-form   { margin: 0; }
.wpcf7-form p { margin: 0; }
.wpcf7-form br{ display: none; }
.wpcf7-form .wpcf7-form-control-wrap { display: block; margin-bottom: 14px; }
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-tel,
.wpcf7-form .wpcf7-textarea {
    display: block;
    width: 100%;
    padding: 13px 16px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.38);
    border-radius: var(--ng-radius);
    color: var(--ng-white);
    font-size: 14px;
    font-family: var(--font);
    outline: none;
    transition: border-color var(--transition), background var(--transition), color var(--transition);
    appearance: none;
}
.wpcf7-form .wpcf7-text::placeholder,
.wpcf7-form .wpcf7-email::placeholder,
.wpcf7-form .wpcf7-tel::placeholder,
.wpcf7-form .wpcf7-textarea::placeholder { color: rgba(255,255,255,0.55); transition: color var(--transition); }
.wpcf7-form .wpcf7-text:focus::placeholder,
.wpcf7-form .wpcf7-email:focus::placeholder,
.wpcf7-form .wpcf7-tel:focus::placeholder,
.wpcf7-form .wpcf7-textarea:focus::placeholder { color: rgba(26,71,49,0.45); }
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-email:focus,
.wpcf7-form .wpcf7-tel:focus {
    background: var(--ng-white);
    color: var(--ng-primary-dark);
    border-color: var(--ng-white);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
}
.wpcf7-form .wpcf7-textarea {
    min-height: 80px;
    max-height: 120px;
    resize: vertical;
    color: var(--ng-white);
    transition: border-color var(--transition), background var(--transition), color var(--transition);
}
.wpcf7-form .wpcf7-textarea:focus {
    background: var(--ng-white);
    color: var(--ng-primary-dark);
    border-color: var(--ng-white);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
}
.wpcf7-form .wpcf7-submit {
    display: block;
    width: 100%;
    padding: 14px;
    background: var(--ng-white);
    color: var(--ng-primary) !important;
    border: 2px solid var(--ng-white);
    border-radius: var(--ng-radius);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background var(--transition), color var(--transition);
    margin-top: 4px;
}
.wpcf7-form .wpcf7-submit:hover {
    background: var(--ng-primary-dark);
    color: var(--ng-white) !important;
    border-color: var(--ng-primary-dark);
}
.wpcf7-response-output {
    color: var(--ng-white) !important;
    border-color: rgba(255,255,255,0.4) !important;
    margin-top: 12px !important;
    font-size: 13px;
}

/* ── HEADER ─────────────────────────────────────────────────────── */
.ng-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--ng-white);
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    transition: box-shadow var(--transition);
}
.ng-header--scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.12); }
.ng-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px var(--container-pad);
    max-width: var(--container-max);
    margin: 0 auto;
    gap: 32px;
}
.ng-header__logo { flex-shrink: 0; display: flex; align-items: center; }
.ng-header__logo img { height: 48px; width: auto; }
.ng-header__logo .custom-logo { height: 48px; width: auto; }

/* ── Navigation ─────────────────────────────────────────────────── */
.ng-nav { flex: 1; display: flex; justify-content: flex-end; }
#primary-menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }

/* Top-level links */
#primary-menu > li { position: relative; }
#primary-menu > li > a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: 500;
    color: var(--ng-text);
    border-radius: 6px;
    white-space: nowrap;
    transition: color var(--transition), background var(--transition);
}
#primary-menu > li > a:hover,
#primary-menu > li.current-menu-item > a,
#primary-menu > li.current-menu-ancestor > a { color: var(--ng-primary); background: var(--ng-light-gray); }

/* CTA "Inquire Now" button */
#primary-menu > li > a.ng-btn--primary {
    padding: 10px 22px;
    color: var(--ng-white) !important;
    background: var(--ng-primary);
    border: 2px solid var(--ng-primary);
    border-radius: var(--ng-radius);
}
#primary-menu > li > a.ng-btn--primary:hover {
    background: var(--ng-primary-dark);
    border-color: var(--ng-primary-dark);
    color: var(--ng-white) !important;
}

/* Dropdown arrow */
.ng-nav__arrow { font-size: 10px; transition: transform var(--transition); display: inline-block; }
.ng-nav__dropdown:hover .ng-nav__arrow { transform: rotate(180deg); }

/* Dropdown submenu */
.ng-nav__submenu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 220px;
    background: var(--ng-white);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    border-radius: var(--ng-radius);
    border-top: 3px solid var(--ng-primary);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
    z-index: 200;
    list-style: none;
    padding: 6px 0;
    margin: 0;
}
.ng-nav__dropdown:hover .ng-nav__submenu,
.ng-nav__dropdown.active .ng-nav__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.ng-nav__submenu li { border-bottom: 1px solid var(--ng-border); }
.ng-nav__submenu li:last-child { border-bottom: none; }
.ng-nav__submenu a {
    display: block;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--ng-text);
    transition: background var(--transition), color var(--transition), padding-left var(--transition);
}
.ng-nav__submenu a:hover {
    background: var(--ng-light-gray);
    color: var(--ng-primary);
    padding-left: 28px;
}

/* Hamburger button */
.ng-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 6px;
    border-radius: 4px;
    flex-shrink: 0;
}
.ng-hamburger span {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--ng-text);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.ng-hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ng-hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.ng-hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Page Banner ────────────────────────────────────────────────── */
.ng-page-banner {
    background: var(--ng-primary);
    padding: 44px var(--container-pad);
}
.ng-page-banner h1 {
    color: var(--ng-white);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    max-width: var(--container-max);
    margin: 0 auto;
}

/* ── Hero Section ───────────────────────────────────────────────── */
.ng-hero { padding: 80px 0 64px; background: var(--ng-white); }
.ng-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.ng-hero__content h1,
.ng-hero__content h2 {
    color: var(--ng-primary);
    font-size: clamp(26px, 3.5vw, 44px);
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.15;
}
.ng-hero__content p { color: var(--ng-text-secondary); font-size: 15px; line-height: 1.8; }
.ng-hero__image { display: flex; justify-content: flex-end; align-items: center; }
.ng-hero__image img { max-width: 100%; }

/* Products hero variant */
.ng-products-hero { position: relative; padding: 60px 0; background: var(--ng-white); }
.ng-products-hero .ng-products-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ng-products-hero__inner h1 {
    color: var(--ng-primary);
    font-size: clamp(26px,3.5vw,44px);
    font-weight: 800;
    margin-bottom: 20px;
}
.ng-products-hero__inner p {
    color: var(--ng-black);
    font-size: 15px;
    line-height: 1.8;
    font-weight: 600;
    max-width: 780px;
    text-align: center;
}
.ng-products-hero .ng-product__bg-pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.ng-products-hero .ng-product__bg-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(0.8) drop-shadow(0px 0px 15px black);
}

/* ── Company Intro (dark green band) ────────────────────────────── */
.ng-company-intro { background: var(--ng-primary); padding: var(--section-py) 0; }
.ng-company-intro__inner {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 64px;
    align-items: center;
}
.ng-company-intro__content h2 {
    color: var(--ng-white);
    font-size: clamp(20px, 2.5vw, 30px);
    margin-bottom: 24px;
}
.ng-company-intro__content p {
    color: rgba(255,255,255,0.82);
    font-size: 15px;
    line-height: 1.8;
}
.ng-company-intro__logo { flex-shrink: 0; }
.ng-company-intro__logo img { width: 100%; }

/* ── Product Cards ──────────────────────────────────────────────── */
.ng-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.ng-products-grid--3 { grid-template-columns: repeat(3, 1fr); }
.ng-product-card {
    background: var(--ng-white);
    border: 1.5px solid var(--ng-border);
    border-radius: var(--ng-radius);
    overflow: hidden;
    text-align: center;
    transition: box-shadow var(--transition), transform var(--transition);
}
.ng-product-card:hover {
    box-shadow: var(--ng-shadow-hover);
    transform: translateY(-4px);
}
.ng-product-card--featured {
    border-color: var(--ng-primary);
    border-width: 2px;
    box-shadow: var(--ng-shadow);
}
.ng-product-card__image {
    padding: 28px 28px 0px;
    background: #fafafa;
    display: flex;
    justify-content: center;
}
.ng-product-card__image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border: 3px solid var(--ng-border);
}
.ng-product-card--featured .ng-product-card__image img { border-color: var(--ng-primary); }
.ng-product-card__body { padding: 16px 28px 24px; }
.ng-product-card__body .ng-btn--readmore {  width: 100%; }
.ng-product-card__name { font-size: 17px; font-weight: 600; color: var(--ng-text); margin-bottom: 16px; }

/* ── Product Carousel (Owl Carousel) ────────────────────────────── */
.ng-product-carousel-section { padding: var(--section-py) 0; }

/* ── Owl Carousel Custom Styles ─────────────────────────────────── */
.ng-owl-carousel {
    position: relative;
}

.ng-owl-carousel .owl-stage-outer {
    overflow: unset !important;
    padding: 0 10px;
    margin: 0 -10px;
}

.ng-owl-carousel .owl-stage {
    display: flex;
}

.ng-owl-carousel .owl-item {
    padding: 0 10px;
}

.ng-owl-carousel .owl-item.active.center .ng-product-card {
    border-color: var(--ng-primary);
    border-width: 2px;
    box-shadow: var(--ng-shadow);
}

.ng-owl-carousel .owl-item.active.center .ng-product-card img { border-color: var(--ng-primary); }

.ng-owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.ng-owl-carousel .owl-nav button {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--ng-white);
    border: 1.5px solid var(--ng-border);
    color: var(--ng-primary);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition);
    box-shadow: var(--ng-shadow);
    padding: 0;
    line-height: 0;
}

.ng-owl-carousel .owl-nav button:hover {
    background: var(--ng-primary);
    border-color: var(--ng-primary);
    color: var(--ng-white);
    box-shadow: var(--ng-shadow-hover);
}

.ng-owl-carousel .owl-nav button:focus-visible {
    outline: 3px solid var(--ng-accent);
    outline-offset: 3px;
}

.ng-owl-carousel .owl-nav button.owl-prev {
    margin-left: -22px;
}

.ng-owl-carousel .owl-nav button.owl-next {
    margin-right: -22px;
}

.ng-owl-carousel .owl-nav button svg {
    width: 20px;
    height: 20px;
}

.ng-owl-carousel .owl-nav button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.ng-owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

/* Responsive Owl Carousel */
@media (max-width: 1024px) {
    .ng-owl-carousel .owl-nav button.owl-prev {
        margin-left: -12px;
    }
    .ng-owl-carousel .owl-nav button.owl-next {
        margin-right: -12px;
    }
}

@media (max-width: 768px) {
    .ng-owl-carousel .owl-nav button {
        width: 36px;
        height: 36px;
    }
    .ng-owl-carousel .owl-nav button.owl-prev {
        margin-left: -8px;
    }
    .ng-owl-carousel .owl-nav button.owl-next {
        margin-right: -8px;
    }
    .ng-owl-carousel .owl-nav button svg {
        width: 16px;
        height: 16px;
    }
}

/* ── Why Choose (6-feature dark bg) ────────────────────────────── */
.ng-why-choose { background: var(--ng-primary); padding: var(--section-py) 0; }
.ng-why-choose__heading { text-align: center; margin-bottom: 48px; }
.ng-why-choose__heading h2 { color: var(--ng-white); font-size: clamp(20px,2.5vw,30px); margin-bottom: 10px; }
.ng-why-choose__heading p  { color: rgba(255,255,255,0.72); font-size: 15px; }
.ng-why-choose__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
}
.ng-why-item { display: flex; align-items: flex-start; gap: 18px; }
.ng-why-item__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ng-white);
}
.ng-why-item__icon svg { width: 26px; height: 26px; stroke: var(--ng-white); }
.ng-why-item__text h4 {
    color: var(--ng-white);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

/* ── What We Deliver ────────────────────────────────────────────── */
.ng-deliver { padding: var(--section-py) 0; background: var(--ng-white); }
.ng-deliver__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 56px;
}
.ng-deliver__intro-content h2 { color: var(--ng-primary); margin-bottom: 14px; }
.ng-deliver__intro-content h3 { font-size: 22px; color: var(--ng-text); font-weight: 600; margin-bottom: 16px; }
.ng-deliver__intro-content p  { color: var(--ng-text-secondary); font-size: 15px; line-height: 1.8; }
.ng-deliver__intro-image img  { max-width: 100%; }
.ng-deliver__features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 40px 10px;
}
.ng-deliver-item {
    background: var(--ng-white);
    border: 1px solid var(--ng-border);
    border-radius: var(--ng-radius);
    padding: 28px 22px;
    transition: box-shadow var(--transition), transform var(--transition);
}
.ng-deliver-item:hover { box-shadow: var(--ng-shadow); transform: translateY(-3px); }
.ng-deliver-item__icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    width: 100%;
}
.ng-deliver-item__icon img { width: 60px; height: 60px; object-fit: contain; }
.ng-deliver-item h4 { color: var(--ng-white); font-size: 15px; font-weight: 700; margin-bottom: 10px; }
.ng-deliver-item p  { color: var(--ng-off-white); font-size: 13px; line-height: 1.65; margin: 0; }

/* ── Certifications ─────────────────────────────────────────────── */
.ng-certifications { background: var(--ng-light-gray); padding: 64px 0; }
.ng-certifications__heading { text-align: center; margin-bottom: 40px; }
.ng-certifications__heading h2 { color: var(--ng-primary); margin-bottom: 12px; }
.ng-certifications__heading p  { color: var(--ng-text-secondary); max-width: 600px; margin: 0 auto; font-size: 15px; }
.ng-certifications__logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
    flex-wrap: wrap;
}
.ng-certifications__logos img {
    height: 72px;
    width: auto;
    filter: grayscale(15%);
    transition: filter var(--transition), transform var(--transition);
}
.ng-certifications__logos img:hover { filter: none; transform: scale(1.06); }

/* ── Inquiry Section ────────────────────────────────────────────── */
.ng-inquiry { padding: var(--section-py) 0; background: var(--ng-transparent); }
.ng-inquiry__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.ng-inquiry__form-card {
    background: var(--ng-primary);
    border-radius: var(--ng-radius-lg);
    padding: 40px 36px;
    position: relative;
}
.ng-inquiry__form-card h3 {
    color: var(--ng-white);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.ng-inquiry__form-card > p {
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    margin-bottom: 28px;
}
.ng-inquiry__illustration { text-align: center; }
.ng-inquiry__illustration img { max-width: 100%; max-height: 400px; margin: 0 auto; }

/* ── Blog Cards ─────────────────────────────────────────────────── */
.ng-blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.ng-blog-card {
    border-radius: var(--ng-radius);
    overflow: hidden;
    background: var(--ng-white);
    border: 1px solid var(--ng-border);
    transition: box-shadow var(--transition), transform var(--transition);
}
.ng-blog-card:hover { box-shadow: var(--ng-shadow-hover); transform: translateY(-4px); }
.ng-blog-card__image-wrap { display: block; }
.ng-blog-card__image {
    position: relative;
    height: 210px;
    overflow: hidden;
}
.ng-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.ng-blog-card:hover .ng-blog-card__image img { transform: scale(1.04); }
.ng-blog-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(15, 46, 31, 0.88));
    padding: 24px 16px 14px;
}
.ng-blog-card__overlay h4 {
    color: var(--ng-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
}
.ng-blog-card__body { padding: 14px 16px 18px; }
.ng-blog-card__body p { font-size: 13px; color: var(--ng-text-secondary); margin: 0; }

/* ── Global Reach ───────────────────────────────────────────────── */
.ng-global-reach { background: var(--ng-light-gray); padding: 64px 0; }
.ng-global-reach__heading { text-align: center; margin-bottom: 36px; }
.ng-global-reach__heading h2 {
    color: var(--ng-primary);
    font-size: clamp(16px, 2.2vw, 24px);
    font-weight: 700;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.4;
}
.ng-reach-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.ng-reach-tab {
    padding: 9px 24px;
    border-radius: var(--ng-radius-pill);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: 1.5px solid var(--ng-primary);
    background: var(--ng-white);
    color: var(--ng-primary);
    transition: background var(--transition), color var(--transition);
}
.ng-reach-tab:hover,
.ng-reach-tab.active {
    background: var(--ng-primary);
    color: var(--ng-white);
}
.ng-reach-content { display: none; text-align: center; }
.ng-reach-content.active { display: block; animation: ngFadeIn 0.3s ease; }
.ng-reach-content h4 { color: var(--ng-primary); font-size: 17px; margin-bottom: 14px; }
.ng-reach-content p  { color: var(--ng-text-secondary); font-size: 14px; line-height: 1.9; max-width: 720px; margin: 0 auto; }
@keyframes ngFadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }

/* ── Footer ─────────────────────────────────────────────────────── */
.ng-footer {
    background: var(--ng-primary-dark);
    position: relative;
    overflow: hidden;
    color: var(--ng-white);
    height: auto;
    min-height: 590px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ng-footer .ng-container { height: auto; }
.ng-footer__map {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.8;
}
.ng-footer__container {
    padding: 64px 0 36px;
    height: auto;
}
.ng-footer__map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ng-footer__inner {
    height: auto;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
}
.ng-footer__inner .ng-footer__inner-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.ng-footer__inner .ng-footer__inner-brand {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.ng-footer__brand a  { display: inline-block; margin-bottom: 20px; }
.ng-footer__brand img { height: 52px; width: auto; }
.ng-footer__brand p  { color: rgba(255,255,255,0.65); font-size: 14px; line-height: 1.8; max-width: 320px; margin: 0; }

/* Quick Links Column */
.ng-footer__quicklinks h4 { color: var(--ng-white); font-size: 20px; font-weight: 700; margin-bottom: 16px; }
.ng-footer__menu { list-style: none; padding: 0; margin: 0; }
.ng-footer__menu li { margin-bottom: 10px; }
.ng-footer__menu a { color: rgba(255,255,255,0.72); font-size: 14px; text-decoration: none; transition: color 0.2s ease; }
.ng-footer__menu a:hover { color: var(--ng-white); }

/* Products Column */
.ng-footer__products-col { min-width: 0; }
.ng-footer__products-col h4 { color: var(--ng-white); font-size: 20px; font-weight: 700; margin-bottom: 16px; }
.ng-footer__product-list { list-style: none; padding: 0; margin: 0; }
.ng-footer__product-list li { margin-bottom: 10px; }
.ng-footer__product-list a { color: rgba(255,255,255,0.72); font-size: 14px; text-decoration: none; transition: color 0.2s ease; }
.ng-footer__product-list a:hover { color: var(--ng-white); }

.ng-footer__contact h4 { color: var(--ng-white); font-size: 20px; font-weight: 700; margin-bottom: 16px; }
.ng-footer__contact p  { color: rgba(255,255,255,0.72); font-size: 14px; margin-bottom: 6px; }
.ng-footer__contact a  { color: rgba(255,255,255,0.72); }
.ng-footer__contact a:hover { color: var(--ng-white); }
.ng-footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.13);
    margin-top: 40px;
    padding: 15px 0px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.ng-footer__bottom p { color: rgba(255,255,255,0.45); font-size: 13px; margin: 0; }

/* Footer Responsive */
@media (max-width: 1024px) {
    .ng-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .ng-footer__brand { grid-column: 1 / -1; }
    .ng-footer__container {
        padding: 40px 0 20px;
    }
}
@media (max-width: 768px) {
    .ng-footer__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ng-footer__brand { max-width: 100%; }
    .ng-footer__brand p { max-width: 100%; }
    .ng-footer__container {
        padding: 25px 0 0px;
    }
}

/* ── Contact Page ───────────────────────────────────────────────── */
.ng-contact__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    padding: 80px 0;
}
.ng-contact__info h2 { color: var(--ng-text); font-size: clamp(20px,2.5vw,28px); margin-bottom: 28px; line-height: 1.3; }
.ng-contact__detail {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 15px;
    color: var(--ng-primary);
    font-weight: 500;
    line-height: 1.5;
}
.ng-contact__detail svg { flex-shrink: 0; margin-top: 2px; stroke: var(--ng-primary); }
.ng-contact__detail a { color: var(--ng-primary); }
.ng-contact__detail a:hover { text-decoration: underline; }
.ng-contact__body { margin-top: 24px; color: var(--ng-text-secondary); font-size: 15px; line-height: 1.8; }

/* ── Wholesale Text Section ─────────────────────────────────────── */
.ng-wholesale { padding: var(--section-py) 0; background: var(--ng-white); }
.ng-wholesale__inner { max-width: 860px; margin: 0 auto; text-align: center; }
.ng-wholesale__inner h2 { color: var(--ng-primary); margin-bottom: 20px; }
.ng-wholesale__inner p  { color: var(--ng-text-secondary); font-size: 15px; line-height: 1.8; }

/* ── Team Cards ─────────────────────────────────────────────────── */
.ng-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.ng-team-card {
    text-align: center;
    background: var(--ng-white);
    border: 1px solid var(--ng-border);
    border-radius: var(--ng-radius);
    padding: 36px 22px 26px;
    transition: box-shadow var(--transition);
}
.ng-team-card:hover { box-shadow: var(--ng-shadow); }
.ng-team-card__avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 18px;
    border: 3px solid var(--ng-primary);
    background: var(--ng-light-gray);
    display: block;
}
.ng-team-card__avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ng-team-card__avatar--placeholder svg { width: 100%; height: 100%; border-radius: 50%; }
.ng-team-card h4 { color: var(--ng-primary); font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.ng-team-card__role { color: var(--ng-text-secondary); font-size: 14px; margin-bottom: 10px; }
.ng-team-card__bio  { color: var(--ng-text-secondary); font-size: 13px; line-height: 1.6; margin: 0; }

/* ── Single Product Page ────────────────────────────────────────── */
.ng-product-single { padding: var(--section-py) 0; }
.ng-product-single__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
.ng-product-single__image img { width: 100%; border-radius: var(--ng-radius-lg); }
.ng-product-single__content h2 { color: var(--ng-primary); margin-bottom: 20px; }
.ng-product-single__body { color: var(--ng-text-secondary); font-size: 15px; line-height: 1.8; }
.ng-product-single__content .ng-btn { margin-top: 24px; }

/* ── Single Blog Post ───────────────────────────────────────────── */
.ng-single-post { max-width: 820px; margin: 0 auto; }
.ng-single-post__thumb { margin-bottom: 32px; border-radius: var(--ng-radius-lg); overflow: hidden; }
.ng-single-post__img   { width: 100%; max-height: 440px; object-fit: cover; }
.ng-single-post__meta  { color: var(--ng-text-secondary); font-size: 13px; margin-bottom: 20px; }
.ng-single-post__content { font-size: 16px; line-height: 1.8; color: var(--ng-text); }
.ng-single-post__content h2,
.ng-single-post__content h3 { color: var(--ng-primary); margin: 28px 0 12px; }
.ng-single-post__content p  { margin-bottom: 18px; }
.ng-single-post__nav { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--ng-border); }
.nav-links { display: flex; justify-content: space-between; gap: 20px; }
.nav-links a { color: var(--ng-primary); font-weight: 500; }

/* ── Pagination ─────────────────────────────────────────────────── */
.ng-pagination { margin-top: 40px; text-align: center; }
.nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid var(--ng-border);
    color: var(--ng-text);
    margin: 0 3px;
    transition: background var(--transition), color var(--transition);
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover { background: var(--ng-primary); color: var(--ng-white); border-color: var(--ng-primary); }

/* ── Default Content ─────────────────────────────────────────────── */
.ng-default-content { max-width: 840px; margin: 0 auto; font-size: 16px; line-height: 1.8; }
.ng-default-content h2,
.ng-default-content h3 { color: var(--ng-primary); margin: 28px 0 12px; }
.ng-default-content p  { margin-bottom: 16px; }

/* ── Wrapper ────────────────────────────────────────────────────── */
.ng-site-wrap { min-height: 60vh; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ── Tablet (≤ 1024px) ──────────────────────────────────────────── */
@media (max-width: 1024px) {
    :root { --section-py: 64px; }
    .ng-deliver__features { grid-template-columns: repeat(2, 1fr); }
    .ng-products-grid     { grid-template-columns: repeat(3, 1fr); }
    .ng-team-grid         { grid-template-columns: repeat(3, 1fr); }
    .ng-hero__inner       { gap: 40px; }
    .ng-footer__inner     { gap: 40px; }
}

/* ── Mobile (≤ 768px) ───────────────────────────────────────────── */
@media (max-width: 768px) {
    :root {
        --section-py:    48px;
        --container-pad: 16px;
    }

    /* Header */
    .ng-nav {
        display: none;
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--ng-white);
        padding: 20px 16px 40px;
        overflow-y: auto;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 999;
        box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    }
    .ng-nav.ng-nav--open { display: flex !important; }
    #primary-menu { flex-direction: column; gap: 2px; width: 100%; align-items: stretch; }
    #primary-menu > li > a { padding: 13px 16px; font-size: 16px; border-radius: 8px; }
    .ng-hamburger { display: flex; }

    /* Mobile submenu */
    .ng-nav__submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        border-left: 3px solid var(--ng-primary);
        margin-left: 20px;
        border-radius: 0;
        background: var(--ng-light-gray);
        display: none;
        padding: 4px 0;
    }
    .ng-nav__dropdown.active .ng-nav__submenu { display: block; }

    /* Hero */
    .ng-hero__inner,
    .ng-hero--company .ng-hero__inner { grid-template-columns: 1fr; gap: 32px; }
    .ng-hero__image { display: none; }

    /* Company intro */
    .ng-company-intro__inner { grid-template-columns: 1fr; gap: 32px; }
    .ng-company-intro__logo  { display: none; }

    /* Products */
    .ng-products-grid,
    .ng-products-grid--3 { grid-template-columns: repeat(2, 1fr); }

    /* Why Choose */
    .ng-why-choose__grid { grid-template-columns: 1fr 1fr; gap: 24px; }

    /* Deliver */
    .ng-deliver__intro    { grid-template-columns: 1fr; }
    .ng-deliver__intro-image { display: none; }
    .ng-deliver__features { grid-template-columns: 1fr; }

    /* Certifications */
    .ng-certifications__logos { gap: 32px; }
    .ng-certifications__logos img { height: 52px; }

    /* Inquiry */
    .ng-inquiry__inner { grid-template-columns: 1fr; gap: 32px; }
    .ng-inquiry__illustration { display: none; }

    /* Blogs */
    .ng-blogs-grid { grid-template-columns: 1fr; }

    /* Footer */
    .ng-footer__inner { grid-template-columns: 1fr; gap: 36px; }

    /* Contact */
    .ng-contact__inner { grid-template-columns: 1fr; gap: 40px; padding: 48px 0; }

    /* Team */
    .ng-team-grid { grid-template-columns: repeat(2, 1fr); }

    /* Product single */
    .ng-product-single__inner { grid-template-columns: 1fr; }

    /* Reach tabs */
    .ng-reach-tab { padding: 8px 16px; font-size: 13px; }

    /* Page banner */
    .ng-page-banner { padding: 32px var(--container-pad); }
}

/* ── Small mobile (≤ 480px) ─────────────────────────────────────── */
@media (max-width: 480px) {
    .ng-products-grid,
    .ng-products-grid--3 { grid-template-columns: 1fr; }
    .ng-team-grid          { grid-template-columns: 1fr; }
    .ng-why-choose__grid   { grid-template-columns: 1fr; }
    .ng-reach-tabs         { gap: 6px; }
    .ng-blogs-grid         { grid-template-columns: 1fr; }
    .ng-inquiry__form-card { padding: 28px 20px; }
}

/* ============================================================
   PRODUCT DETAIL PAGE  (single-ng_product.php)
   ============================================================ */

/* ── Product Hero Banner ─────────────────────────────────────────── */
.ng-product-hero {
    position: relative;
    background: var(--ng-primary);
    padding: 64px 0 56px;
    overflow: hidden;
}
.ng-product-hero__map {
    position: absolute;
    inset: 0;
    opacity: 0.13;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ng-product-hero__map img { width: 100%; height: 100%; object-fit: cover; }
.ng-product-hero__content { position: relative; z-index: 2; }
.ng-product-hero__content h1 {
    color: var(--ng-white);
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 800;
    margin-bottom: 14px;
    line-height: 1.1;
}
.ng-product-hero__tagline {
    color: rgba(255,255,255,0.80);
    font-size: 17px;
    max-width: 680px;
    line-height: 1.7;
    margin: 0;
}

/* Breadcrumb inside hero */
.ng-breadcrumb--light { margin-bottom: 20px; }
.ng-breadcrumb--light,
.ng-breadcrumb--light a { color: rgba(255,255,255,0.65); font-size: 13px; }
.ng-breadcrumb--light span { color: rgba(255,255,255,0.40); margin: 0 6px; }
.ng-breadcrumb--light a:hover { color: var(--ng-white); }
.ng-breadcrumb--light [aria-current="page"] { color: rgba(255,255,255,0.85); }

/* ── Product Overview 2-col ──────────────────────────────────────── */
.ng-pdetail-overview .ng-container { padding-top: var(--section-py); padding-bottom: var(--section-py); }
.ng-pdetail-overview__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.ng-pdetail-overview__image {
    position: relative;
}
.ng-pdetail-overview__image img {
    width: 100%;
    border-radius: var(--ng-radius-lg);
    box-shadow: var(--ng-shadow-hover);
}
.ng-pdetail-overview__body h2 {
    color: var(--ng-primary);
    font-size: clamp(22px, 2.5vw, 32px);
    margin-bottom: 16px;
}
.ng-pdetail-overview__intro {
    color: var(--ng-text-secondary);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.ng-pdetail-overview__desc {
    color: var(--ng-text-secondary);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.ng-pdetail-overview__desc p { margin-bottom: 12px; }

/* Quick badges row */
.ng-pdetail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}
.ng-pdetail-badge {
    background: var(--ng-light-gray);
    border: 1px solid var(--ng-border);
    border-radius: 6px;
    padding: 8px 14px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 100px;
}
.ng-pdetail-badge__label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--ng-text-secondary);
}
.ng-pdetail-badge__value {
    font-size: 14px;
    font-weight: 700;
    color: var(--ng-primary);
}

/* Large CTA button variant */
.ng-btn--lg { padding: 14px 36px; font-size: 15px; }

/* ── Specifications Table ────────────────────────────────────────── */
.ng-pdetail-specs { padding: var(--section-py) 0; }
.ng-specs-table-wrap {
    max-width: 720px;
    margin: 0 auto;
    border-radius: var(--ng-radius);
    overflow: hidden;
    box-shadow: var(--ng-shadow);
}
.ng-specs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.ng-specs-table thead th {
    background: var(--ng-primary);
    color: var(--ng-white);
    padding: 14px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ng-specs-table tbody tr { border-bottom: 1px solid var(--ng-border); }
.ng-specs-table tbody tr:last-child { border-bottom: none; }
.ng-specs-table tbody tr:nth-child(even) { background: #fafffe; }
.ng-specs-table tbody td {
    padding: 13px 20px;
    color: var(--ng-text);
    vertical-align: top;
}
.ng-specs-table tbody td:first-child {
    font-weight: 600;
    color: var(--ng-primary);
    width: 200px;
    white-space: nowrap;
}

/* ── Applications & Uses (dark green bg) ────────────────────────── */
.ng-pdetail-applications {
    background: var(--ng-primary);
    padding: var(--section-py) 0;
}
.ng-pdetail-applications__inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start;
}
.ng-pdetail-applications__header h2 {
    color: var(--ng-white);
    font-size: clamp(20px, 2.5vw, 30px);
    margin-bottom: 16px;
}
.ng-pdetail-applications__header p {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}
.ng-pdetail-applications__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 40px;
}
.ng-pdetail-app-list { list-style: none; padding: 0; margin: 0; }
.ng-pdetail-app-list li {
    padding: 10px 0 10px 28px;
    position: relative;
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    line-height: 1.55;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.ng-pdetail-app-list li:last-child { border-bottom: none; }
.ng-pdetail-app-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 10px;
    color: var(--ng-accent);
    font-weight: 700;
    font-size: 14px;
}

/* ── Benefits Cards ──────────────────────────────────────────────── */
.ng-pdetail-benefits { padding: var(--section-py) 0; }
.ng-pdetail-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 8px;
}
.ng-pdetail-benefit-card {
    background: var(--ng-white);
    border: 1px solid var(--ng-border);
    border-radius: var(--ng-radius);
    padding: 28px 22px;
    text-align: center;
    transition: box-shadow var(--transition), transform var(--transition);
}
.ng-pdetail-benefit-card:hover {
    box-shadow: var(--ng-shadow);
    transform: translateY(-3px);
}
.ng-pdetail-benefit-card__icon {
    width: 56px;
    height: 56px;
    background: var(--ng-light-gray);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.ng-pdetail-benefit-card__icon svg {
    width: 26px;
    height: 26px;
    stroke: var(--ng-primary);
}
.ng-pdetail-benefit-card p {
    color: var(--ng-text);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

/* ── Breadcrumb (default / white bg pages) ───────────────────────── */
.ng-breadcrumb {
    padding: 12px 0;
    font-size: 13px;
    color: var(--ng-text-secondary);
}
.ng-breadcrumb a { color: var(--ng-primary); }
.ng-breadcrumb a:hover { text-decoration: underline; }
.ng-breadcrumb span { color: var(--ng-text-secondary); margin: 0 6px; }

/* ── Responsive — Product Detail ─────────────────────────────────── */
@media (max-width: 1024px) {
    .ng-pdetail-overview__inner { gap: 40px; }
    .ng-pdetail-applications__inner { grid-template-columns: 1fr; gap: 32px; }
    .ng-pdetail-benefits__grid { grid-template-columns: repeat(2, 1fr); }
    .ng-pd-tech__inner { grid-template-columns: 1fr; }
    .ng-footer__inner .ng-footer__inner-brand {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .ng-pdetail-overview__inner { grid-template-columns: 1fr; }
    .ng-pdetail-applications__cols { grid-template-columns: 1fr; }
    .ng-pdetail-benefits__grid { grid-template-columns: 1fr; }
    .ng-specs-table-wrap { overflow-x: auto; }
    .ng-specs-table tbody td:first-child { white-space: normal; width: auto; }
    .ng-product-hero { padding: 48px 0 40px; }
    .ng-pdetail-badges { gap: 8px; }
    .ng-pd-hero__container { padding: 0 16px; }
    .ng-pd-benefits__grid { grid-template-columns: 1fr; }
    .ng-pd-apps__list { columns: 1; }
    .ng-pd-spec-banner__inner h2 { font-size: 22px; }
    .ng-footer__inner .ng-footer__inner-brand {
        gap: 20px;
    }
}

/* ============================================================
   NEW PRODUCT DETAIL STYLES (matching design reference)
   ============================================================ */

/* ── Hero: full-width product photo as background ────────────────── */
.ng-pd-hero {
    position: relative;
    min-height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.ng-pd-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(15,45,30,0.88) 0%, rgba(15,45,30,0.60) 55%, rgba(15,45,30,0.15) 100%);
}
.ng-pd-hero__container { position: relative; z-index: 2; padding-top: 56px; padding-bottom: 56px; }
.ng-pd-hero__text { max-width: 560px; }
.ng-pd-hero__text h1 {
    color: var(--ng-white);
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.1;
}
.ng-pd-hero__text p {
    color: rgba(255,255,255,0.82);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 28px;
}
.ng-btn--white {
    background: var(--ng-white);
    color: var(--ng-primary) !important;
    border-color: var(--ng-white);
}
.ng-btn--white:hover {
    background: var(--ng-primary-dark);
    color: var(--ng-white) !important;
    border-color: var(--ng-primary-dark);
}

/* ── Introduction section (white, centered) ──────────────────────── */
.ng-pd-intro { padding: var(--section-py) 0; text-align: center; }
.ng-pd-intro__heading {
    color: var(--ng-primary);
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 700;
    margin-bottom: 8px;
}
.ng-pd-intro__label {
    color: var(--ng-primary);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ng-pd-intro__text {
    max-width: 860px;
    margin: 0 auto;
    color: var(--ng-text-secondary);
    font-size: 15px;
    line-height: 1.85;
    text-align: center;
}
.ng-pd-intro__text p { margin-bottom: 14px; }

/* ── Applications (dark green, bullet list) ──────────────────────── */
.ng-pd-apps {
    background: var(--ng-primary);
    padding: var(--section-py) 0;
}
.ng-pd-apps h2 {
    color: var(--ng-white);
    font-size: clamp(20px, 2.5vw, 30px);
    font-weight: 700;
    margin-bottom: 28px;
}
.ng-pd-apps__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.ng-pd-apps__list li {
    padding: 14px 0 14px 28px;
    position: relative;
    color: rgba(255,255,255,0.88);
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.ng-pd-apps__list li::before {
    content: '•';
    position: absolute;
    left: 8px;
    top: 14px;
    color: var(--ng-accent);
    font-size: 18px;
    line-height: 1.6;
}

/* ── Benefits (white bg, 2-col dark green cards) ─────────────────── */
.ng-pd-benefits { padding: var(--section-py) 0; }
.ng-pd-benefits__heading {
    text-align: center;
    color: var(--ng-primary);
    font-size: clamp(20px, 2.5vw, 30px);
    margin-bottom: 12px;
}
.ng-pd-benefits__intro {
    text-align: center;
    color: var(--ng-text-secondary);
    font-size: 15px;
    line-height: 1.75;
    max-width: 800px;
    margin: 0 auto 40px;
}
.ng-pd-benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.ng-pd-benefit-card {
    background: var(--ng-primary);
    border-radius: var(--ng-radius-lg);
    padding: 28px 28px 28px 28px;
    transition: transform var(--transition);
}
.ng-pd-benefit-card:hover { transform: translateY(-3px); }
.ng-pd-benefit-card h4 {
    color: var(--ng-white);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}
.ng-pd-benefit-card p {
    color: rgba(255,255,255,0.78);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* ── Specification photo-background section ──────────────────────── */
.ng-pd-spec-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 64px 0;
}
.ng-pd-spec-banner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(240,240,230,0.82);
}
.ng-pd-spec-banner__inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
}
.ng-pd-spec-banner__inner h2 {
    color: var(--ng-primary);
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 700;
    margin-bottom: 16px;
}
.ng-pd-spec-banner__inner p {
    color: var(--ng-text);
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

/* ── Technical Specs + Packaging 2-col ──────────────────────────── */
.ng-pd-tech { padding: var(--section-py) 0; }
.ng-pd-tech__inner {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 60px;
    align-items: start;
}
.ng-pd-tech__specs h3,
.ng-pd-tech__packaging h3 {
    color: var(--ng-primary);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.ng-pd-specs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border-radius: var(--ng-radius);
    overflow: hidden;
}
.ng-pd-specs-table td {
    padding: 12px 20px;
    vertical-align: top;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ng-pd-specs-table tr td:first-child {
    font-weight: 600;
    width: 44%;
}
.ng-pd-specs-table__row--dark td {
    background: var(--ng-primary);
    color: var(--ng-white);
}
.ng-pd-specs-table tr:not(.ng-pd-specs-table__row--dark) td {
    background: var(--ng-white);
    color: var(--ng-text);
    border-bottom: 1px solid var(--ng-border);
}
.ng-pd-specs-table tr:not(.ng-pd-specs-table__row--dark) td:first-child {
    color: var(--ng-primary);
}
.ng-pd-tech__packaging p {
    color: var(--ng-text-secondary);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 16px;
}
.ng-pd-packaging-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ng-pd-packaging-list li {
    padding: 8px 0 8px 22px;
    position: relative;
    color: var(--ng-text-secondary);
    font-size: 14px;
    line-height: 1.55;
    border-bottom: 1px solid var(--ng-border);
}
.ng-pd-packaging-list li:last-child { border-bottom: none; }
.ng-pd-packaging-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 8px;
    color: var(--ng-primary);
    font-weight: 700;
}

/* ── Quality Commitment (dark green) ────────────────────────────── */
.ng-pd-quality {
    background: var(--ng-primary);
    padding: var(--section-py) 0;
    text-align: center;
}
.ng-pd-quality h2 {
    color: var(--ng-white);
    font-size: clamp(20px, 2.5vw, 28px);
    margin-bottom: 20px;
}
.ng-pd-quality p {
    color: rgba(255,255,255,0.82);
    font-size: 15px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

/* ── FAQ Accordion (dark green) ─────────────────────────────────── */
.ng-pd-faq {
    background: var(--ng-primary);
    padding: var(--section-py) 0;
}
.ng-pd-faq h2 {
    color: var(--ng-white);
    font-size: clamp(20px, 2.5vw, 28px);
    margin-bottom: 28px;
}
.ng-pd-faq__list { display: flex; flex-direction: column; gap: 10px; }
.ng-pd-faq__item { border-radius: var(--ng-radius); overflow: hidden; }
.ng-pd-faq__question {
    width: 100%;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--ng-radius);
    color: var(--ng-white);
    padding: 16px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: background var(--transition);
}
.ng-pd-faq__question:hover,
.ng-pd-faq__question[aria-expanded="true"] { background: rgba(255,255,255,0.17); }
.ng-pd-faq__icon {
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 400;
    transition: transform var(--transition);
    line-height: 1;
}
.ng-pd-faq__question[aria-expanded="true"] .ng-pd-faq__icon { transform: rotate(45deg); }
.ng-pd-faq__answer {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-top: none;
    border-radius: 0 0 var(--ng-radius) var(--ng-radius);
    padding: 16px 20px 20px;
}
.ng-pd-faq__answer p {
    color: rgba(255,255,255,0.80);
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}
.ng-pd-faq__answer[hidden] { display: none; }

/* ── Responsive — new sections ──────────────────────────────────── */
@media (max-width: 1024px) {
    .ng-pd-tech__inner { grid-template-columns: 1fr; gap: 36px; }
    .ng-pd-benefits__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .ng-pd-hero { min-height: 320px; }
    .ng-pd-hero__text h1 { font-size: 28px; }
    .ng-pd-apps__list { grid-template-columns: 1fr; }
    .ng-pd-benefits__grid { grid-template-columns: 1fr; }
    .ng-pd-tech__inner { grid-template-columns: 1fr; }
}
.ng-inquiry__background {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: -1;
}