/* ==========================================================================
   EXACT 1-TO-1 PIXEL-PERFECT NG AUTOMATICS DESIGN + ADVANCED SEO & CONTENT
   ========================================================================== */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.nga-skip-link {
    position: absolute;
    left: -9999px;
    top: 8px;
    z-index: 1000001;
    background: #0f2257;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
}
.nga-skip-link:focus {
    left: 12px;
}

:focus-visible {
    outline: 2px solid #0088cc;
    outline-offset: 3px;
}

.nga-app-card {
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nga-app-card:hover,
.nga-app-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.1);
}

.nga-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 900px) {
    .nga-cards-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .nga-cards-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    background-color: #ffffff;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #111d2e;
    line-height: 1.35;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

/* ==========================================================================
   TOP BLUE BAR (#0f2257)
   ========================================================================== */
.nga-topbar {
    background-color: #0f2257;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    z-index: 100;
}
.nga-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 25px;
}
.nga-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nga-topbar-left {
    display: flex;
    align-items: center;
    gap: 25px;
}
.nga-topbar-left a {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.nga-topbar-left a:hover {
    color: #38bdf8;
}
.nga-topbar-right {
    display: flex;
    align-items: center;
    gap: 22px;
}
.nga-topbar-right a {
    color: #ffffff;
    font-weight: 600;
}
.nga-topbar-right a:hover {
    color: #38bdf8;
}

/* ==========================================================================
   MAIN HEADER (TRANSPARENT OVERLAY + SMART STICKY)
   ========================================================================== */
.nga-header {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    z-index: 90;
    background: transparent;
    padding: 20px 0;
    transition: all 0.3s ease;
}
.nga-header.is-sticky {
    position: fixed;
    top: 0;
    background: rgba(15, 34, 87, 0.96);
    backdrop-filter: blur(10px);
    padding: 12px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.nga-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nga-logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}
.nga-logo-wrap--footer {
    margin-bottom: 18px;
}
.nga-logo-wrap--hero {
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-decoration: none;
}

/* Unified site logo (image + text fallback) */
.nga-site-logo {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
}
.nga-site-logo--header {
    max-height: 46px;
    max-width: min(200px, 38vw);
}
.nga-site-logo--footer {
    max-height: 38px;
    max-width: 180px;
}
.nga-site-logo--hero {
    max-height: 62px;
    max-width: min(280px, 72vw);
}
.nga-site-logo--filter-white {
    filter: brightness(0) invert(1);
}
.nga-site-logo--text {
    display: flex;
    align-items: center;
    gap: 12px;
}
.nga-site-logo--text.nga-site-logo--hero {
    flex-direction: column;
    text-align: center;
    gap: 10px;
}
.nga-site-logo--text.nga-site-logo--hero .nga-logo-icon {
    width: 38px;
    height: 48px;
}
.nga-site-logo--text.nga-site-logo--hero .nga-logo-box-1 {
    width: 28px;
    height: 42px;
}
.nga-site-logo--text.nga-site-logo--hero .nga-logo-box-2 {
    width: 28px;
    height: 42px;
    left: 10px;
    top: 0;
}
.nga-site-logo--text.nga-site-logo--hero .nga-logo-brand {
    font-size: 34px;
}
.nga-site-logo--text.nga-site-logo--hero .nga-logo-tagline {
    font-size: 13px;
    padding: 4px 12px;
}
.nga-site-logo--text.nga-site-logo--footer .nga-logo-brand {
    font-size: 22px;
}
.nga-admin-logo-preview {
    max-height: 48px;
    max-width: 100%;
    object-fit: contain;
}
.nga-admin-logo-preview--filter {
    filter: brightness(0) invert(1);
}
.nga-logo-icon {
    display: flex;
    position: relative;
    width: 28px;
    height: 38px;
}
.nga-logo-box-1 {
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 34px;
    background: linear-gradient(145deg, #0074b7 0%, #005a8f 100%);
    border-radius: 3px;
}
.nga-logo-box-2 {
    position: absolute;
    left: 10px;
    top: 0;
    width: 22px;
    height: 34px;
    background: linear-gradient(180deg, #7a8fa3 0%, #5c7084 100%);
    border-radius: 3px;
}
.nga-logo-text {
    display: flex;
    flex-direction: column;
}
.nga-logo-brand {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.4px;
    line-height: 1;
}
.nga-logo-inter {
    color: #ffffff;
}
.nga-logo-door {
    color: #4ec3ff;
}
.nga-logo-tagline {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    background: #0f2257;
    padding: 2px 8px;
    border-radius: 2px;
    margin-top: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.nga-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    list-style: none;
}
.nga-nav > li {
    position: relative;
}
.nga-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.nga-nav > li:hover > a {
    color: #38bdf8;
}
.nga-nav .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #0f2257;
    min-width: 300px;
    padding: 12px 0;
    border-top: 3px solid #0088cc;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    list-style: none;
    display: none;
    z-index: 100;
}
.nga-nav > li:hover .dropdown {
    display: block;
    animation: fadeInDrop 0.2s ease;
}
.nga-nav .dropdown li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.2s ease;
}
.nga-nav .dropdown li a:hover {
    background-color: #1a3375;
    color: #38bdf8;
    padding-left: 26px;
}
.nga-nav-search-btn {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
}
.nga-nav-search-btn:hover {
    background: #0088cc;
    transform: scale(1.08);
}

@keyframes fadeInDrop {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   ELEGANT INNER PAGE BANNER & BREADCRUMBS
   ========================================================================== */
.nga-page-banner {
    position: relative;
    background: linear-gradient(135deg, rgba(11, 21, 35, 0.92) 0%, rgba(15, 34, 87, 0.95) 100%), url('/assets/ng/homepage-bg-new.jpg') center center / cover no-repeat;
    color: #ffffff;
    padding: 130px 0 45px;
    border-bottom: 3px solid #0088cc;
}
.nga-page-banner-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
    line-height: 1.25;
}
.nga-breadcrumbs {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
}
.nga-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.nga-breadcrumbs a {
    color: #93c5fd;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.15s ease;
}
.nga-breadcrumbs a:hover {
    color: #ffffff;
}
.nga-breadcrumbs .separator {
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
}
.nga-breadcrumbs .current {
    color: #ffffff;
    font-weight: 600;
}

/* ==========================================================================
   ARTICLE & RICH CONTENT TYPOGRAPHY (CLEAN & ELEGANT)
   ========================================================================== */
.nga-article {
    font-size: 15.5px;
    line-height: 1.85;
    color: #334155;
}
.nga-article p {
    margin-bottom: 20px;
}
.nga-article h1, .nga-article h2, .nga-article h3, .nga-article h4 {
    color: #111d2e;
    margin-top: 35px;
    margin-bottom: 16px;
    font-weight: 800;
}
.nga-article h2 { font-size: 24px; border-left: 4px solid #0088cc; padding-left: 12px; }
.nga-article h3 { font-size: 20px; }
.nga-article h4 { font-size: 17px; }
.nga-article ul, .nga-article ol {
    margin: 15px 0 25px 25px;
    color: #334155;
}
.nga-article li {
    margin-bottom: 8px;
    line-height: 1.7;
}
.nga-article img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin: 20px 0;
}
.nga-article a {
    color: #0088cc;
    font-weight: 600;
}
.nga-article a:hover {
    text-decoration: underline;
}
.nga-article table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    border: 1px solid #e2e8f0;
}
.nga-article th, .nga-article td {
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    text-align: left;
}
.nga-article th {
    background-color: #f8fafc;
    font-weight: 700;
    color: #111d2e;
}
.nga-article .nga-lead {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.65;
    margin-bottom: 24px;
}
.nga-article blockquote {
    margin: 24px 0;
    padding: 16px 20px 16px 22px;
    border-left: 4px solid #0088cc;
    background: #f0f9ff;
    color: #0f2257;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}
.nga-article .nga-box {
    margin: 22px 0;
    padding: 16px 18px;
    border-radius: 8px;
    line-height: 1.7;
}
.nga-article .nga-box--info {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    color: #0c4a6e;
}
.nga-article .nga-box--note {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #78350f;
}
.nga-article .nga-box--cta {
    background: linear-gradient(135deg, #0f2257 0%, #1c2c7c 100%);
    border: none;
    color: #ffffff;
}
.nga-article .nga-box--cta a {
    color: #7dd3fc;
    font-weight: 700;
}
.nga-article ul.nga-checklist {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.nga-article ul.nga-checklist li {
    position: relative;
    padding-left: 28px;
}
.nga-article ul.nga-checklist li::before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    color: #0088cc;
    font-size: 13px;
}
.nga-article figure {
    margin: 24px 0;
}
.nga-article figcaption {
    font-size: 13px;
    color: #64748b;
    text-align: center;
    margin-top: 8px;
}

/* Product Groups Grid within Content */
.productgroup2 .row, .productgroup .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}
.productgroup2 .col-md-4, .productgroup .col-md-4 {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    padding: 15px;
    text-align: center;
}
.productgroup2 img, .productgroup img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 12px;
}
.productgroup2 .title2, .productgroup .title2 {
    font-weight: 700;
    font-size: 14.5px;
}
.productgroup2 ul, .productgroup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ==========================================================================
   LIVE SEARCH MODAL
   ========================================================================== */
.nga-search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 21, 35, 0.85);
    backdrop-filter: blur(8px);
    z-index: 99999;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding-top: 100px;
}
.nga-search-box {
    background: #ffffff;
    width: 90%;
    max-width: 680px;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    animation: searchPop 0.25s ease forwards;
}
.nga-search-header {
    display: flex;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}
.nga-search-header input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    outline: none;
    color: #111d2e;
}
.nga-search-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #64748b;
    cursor: pointer;
    padding: 5px;
}
.nga-search-results {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px 0;
}
.nga-search-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 24px;
    border-bottom: 1px solid #f1f5f9;
    color: #111d2e;
    transition: background 0.15s;
}
.nga-search-item:hover {
    background-color: #e0f2fe;
}
.nga-search-item img {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    object-fit: cover;
}
.nga-search-item-title {
    font-weight: 700;
    font-size: 14.5px;
    color: #111d2e;
}
.nga-search-item-desc {
    font-size: 12.5px;
    color: #64748b;
}

@keyframes searchPop {
    from { opacity: 0; transform: scale(0.95) translateY(-20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.nga-hero {
    position: relative;
    min-height: 90vh;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55)), url('/assets/ng/homepage-bg-new.jpg') center center / cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 170px 20px 100px;
    color: #ffffff;
}
.nga-hero-center-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}
.nga-hero-center-logo .nga-logo-brand {
    font-size: 38px;
}
.nga-hero-center-logo .nga-logo-tagline {
    font-size: 13px;
    padding: 4px 12px;
}
.nga-hero-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    max-width: 860px;
    margin: 0 auto 35px;
    line-height: 1.35;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.btn-nga-quote {
    background-color: #1c2c7c;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 15px 38px;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}
.btn-nga-quote:hover {
    background-color: #0088cc;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 136, 204, 0.4);
    color: #ffffff;
}
.nga-hero-arrow {
    margin-top: 50px;
    color: #0088cc;
    font-size: 28px;
    animation: bounceDown 2s infinite;
}
@keyframes bounceDown {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(10px); }
    60% { transform: translateY(5px); }
}

.nga-hero-curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 10;
}

/* ==========================================================================
   PRODUCT RANGE SECTION (#f5f5f5)
   ========================================================================== */
.nga-section {
    padding: 80px 0;
}
.nga-section-gray {
    background-color: #f5f5f5;
}
.nga-section-title-center {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #111d2e;
    margin-bottom: 45px;
}
.nga-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.nga-tile {
    position: relative;
    height: 220px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}
.nga-tile:hover {
    transform: translateY(-5px);
}
.nga-tile::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}
.nga-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.5s;
}
.nga-tile:hover img {
    transform: scale(1.08);
}
.nga-tile-title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
.nga-tile-title a {
    color: #ffffff;
}

/* ==========================================================================
   INTRODUCTION & REASONS (#383637)
   ========================================================================== */
.nga-intro-dark {
    background-color: #383637;
    color: #ffffff;
    padding: 80px 0;
}
.nga-intro-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.nga-intro-left h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.nga-intro-left p {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.nga-reasons-box h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.nga-reasons-box ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.nga-reasons-box li {
    display: flex;
    gap: 10px;
    font-size: 14.5px;
    color: #cbd5e1;
    line-height: 1.5;
}
.nga-reasons-box i {
    color: #0088cc;
    margin-top: 4px;
}

/* ==========================================================================
   NEED A QUICK QUOTE SPLIT BANNER
   ========================================================================== */
.nga-quote-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.nga-quote-img-side {
    background: url('/wp-content/uploads/2024/01/darvazalar.webp') center / cover no-repeat;
    min-height: 380px;
}
.nga-quote-text-side {
    background-color: #1c2c7c;
    color: #ffffff;
    padding: 70px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nga-quote-text-side h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
}
.nga-quote-text-side p {
    color: #e2e8f0;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* ==========================================================================
   INDUSTRIES (4 ICONS)
   ========================================================================== */
.nga-industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.nga-industry-item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.nga-industry-item img {
    width: 64px;
    height: 64px;
    margin: 0 auto 15px;
}
.nga-industry-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111d2e;
    margin: 0;
}

/* ==========================================================================
   PROJECTS SHOWCASE (PORTFOLIO GRID)
   ========================================================================== */
.nga-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.nga-portfolio-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.nga-portfolio-img {
    height: 180px;
    overflow: hidden;
}
.nga-portfolio-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nga-portfolio-info {
    padding: 16px;
}
.nga-portfolio-title {
    font-size: 14px;
    font-weight: 700;
    color: #111d2e;
    margin-bottom: 4px;
}
.nga-portfolio-loc {
    font-size: 12px;
    color: #64748b;
}

/* ==========================================================================
   READY TO TALK BANNER
   ========================================================================== */
.nga-ready-banner {
    background-color: #076abb;
    color: #ffffff;
    padding: 70px 0;
    text-align: center;
}
.nga-ready-banner h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 25px;
}

/* ==========================================================================
   CONTACT / YOUR INFO FORM
   ========================================================================== */
.nga-form-box {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}
.nga-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
.nga-form-full {
    grid-column: 1 / -1;
}
.nga-input {
    width: 100%;
    height: 46px;
    padding: 10px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}
.nga-input:focus {
    border-color: #0088cc;
    box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.15);
}
textarea.nga-input {
    height: 120px;
    resize: vertical;
}

/* ==========================================================================
   FOOTER (1-TO-1 DARK FOOTER)
   ========================================================================== */
.nga-footer {
    background-color: #0b1523;
    color: #94a3b8;
    padding: 70px 0 0;
}
.nga-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 50px;
}
.nga-footer h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 2px solid #0088cc;
    padding-bottom: 8px;
    display: inline-block;
}
.nga-footer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nga-footer ul li a {
    color: #94a3b8;
    font-size: 13.5px;
}
.nga-footer ul li a:hover {
    color: #38bdf8;
    padding-left: 4px;
}
.nga-footer-bottom {
    background-color: #060b13;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 13px;
}
.nga-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ==========================================================================
   FLOATING ACTION BUTTONS & SCROLL TO TOP
   ========================================================================== */
.nga-floating-actions {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}
.nga-btn-float {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
}
.nga-btn-float:hover {
    transform: scale(1.12);
}
.nga-btn-wa { background-color: #25d366; }
.nga-btn-call { background-color: #0088cc; }
.nga-btn-top {
    background-color: #0f2257;
    font-size: 18px;
    display: none;
}

/* Mobile Toggle */
.nga-mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    padding: 6px;
    z-index: 110;
}
.nga-nav-wrap {
    position: relative;
}
.nga-nav-mobile-only {
    display: none;
}

/* Shared layout utilities */
.nga-section-header {
    text-align: center;
    margin-bottom: 40px;
}
.nga-section-header h2 {
    font-size: 28px;
    font-weight: 800;
    color: #111d2e;
    margin-bottom: 8px;
}
.nga-section-header p {
    color: #64748b;
    font-size: 14.5px;
    margin: 0;
}
.nga-section-header .nga-badge {
    background: #e0f2fe;
    color: #0088cc;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
}
.nga-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.nga-hero-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.nga-projects-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px;
    gap: 16px;
}
.nga-partners-section {
    background-color: #ffffff;
    padding: 40px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.nga-partners-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.nga-partners-grid img {
    max-height: 42px;
    max-width: 120px;
    object-fit: contain;
}
.nga-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Premium mobile card components */
.nga-review-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px 20px;
    box-shadow: 0 4px 18px rgba(15, 34, 87, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.nga-review-stars {
    color: #f59e0b;
    font-size: 15px;
    margin-bottom: 12px;
}
.nga-review-text {
    color: #334155;
    font-size: 15px;
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 18px;
}
.nga-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}
.nga-review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0f2257;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    flex-shrink: 0;
}
.nga-review-name {
    font-weight: 800;
    font-size: 15px;
    color: #111d2e;
}
.nga-review-company {
    font-size: 13px;
    color: #64748b;
}

.nga-app-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 18px rgba(15, 34, 87, 0.06);
    height: 100%;
}
.nga-app-card-img {
    height: 180px;
    overflow: hidden;
}
.nga-app-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nga-app-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.nga-app-card-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}
.nga-app-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
}
.nga-app-card-title {
    font-size: 17px;
    font-weight: 800;
    color: #111d2e;
    margin: 0;
    line-height: 1.35;
}
.nga-app-card-sub {
    color: #0088cc;
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin-top: 4px;
}
.nga-app-card-desc {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 14px;
    flex: 1;
}
.nga-app-rec-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px;
    margin-top: auto;
}
.nga-app-rec-box strong {
    font-size: 11px;
    color: #0f2257;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 0.04em;
}
.nga-app-rec-box ul {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    color: #334155;
    line-height: 1.55;
}

.nga-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
}
.nga-faq-item summary {
    font-weight: 700;
    font-size: 15px;
    color: #0f2257;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 20px;
    cursor: pointer;
    line-height: 1.45;
}
.nga-faq-item summary::-webkit-details-marker {
    display: none;
}
.nga-faq-item summary .fa-chevron-down {
    margin-top: 4px;
    flex-shrink: 0;
    transition: transform 0.2s;
}
.nga-faq-item[open] summary .fa-chevron-down {
    transform: rotate(180deg);
}
.nga-faq-answer {
    padding: 0 20px 18px;
    color: #475569;
    font-size: 14.5px;
    line-height: 1.75;
    border-top: 1px solid #f1f5f9;
    margin-top: 0;
    padding-top: 16px;
}

.nga-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(11, 21, 35, 0.88);
    backdrop-filter: blur(8px);
    z-index: 999999;
    display: none;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}
.nga-modal-box {
    background: #ffffff;
    border-radius: 16px 16px 0 0;
    width: 100%;
    max-width: 520px;
    max-height: 92vh;
    overflow-y: auto;
    padding: 24px 20px 28px;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.25);
    position: relative;
    animation: slideUpModal 0.3s ease;
}
@keyframes slideUpModal {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.nga-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #f1f5f9;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nga-faq-section .nga-container {
    max-width: 900px;
}

/* Mobile bottom action bar */
.nga-mobile-bar {
    display: none;
}

/* Inner content pages — desktop layout */
body.is-inner .nga-inner-wrap {
    padding: 50px 25px 80px;
    box-sizing: border-box;
}
body.is-inner .nga-inner-layout {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 45px;
    align-items: flex-start;
}
body.is-inner .nga-inner-layout--product {
    grid-template-columns: 1.1fr 1fr;
    margin-bottom: 50px;
}
body.is-inner .nga-inner-layout--contact {
    grid-template-columns: 1fr 1.3fr;
}
body.is-inner .nga-inner-sidebar {
    position: sticky;
    top: 100px;
}
body.is-inner .nga-inner-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
body.is-inner .nga-inner-meta {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px 25px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
body.is-inner .nga-inner-cta {
    background: #e0f2fe;
    border-left: 4px solid #0088cc;
    border-radius: 6px;
    padding: 25px 30px;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
body.is-inner .nga-inner-related {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
body.is-inner .nga-inner-intro {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
body.is-inner .nga-inner-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
body.is-inner .nga-inner-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}
body.is-inner .nga-inner-form-row--2 {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 0;
}
body.is-inner .nga-inner-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
body.is-inner .nga-inner-sector-row {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 35px;
    align-items: center;
    padding: 35px;
}
body.is-inner .nga-inner-sector-row.is-reverse {
    grid-template-columns: 1.1fr 1fr;
}
body.is-inner .nga-article {
    font-size: 15px;
    line-height: 1.75;
    color: #334155;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
body.is-inner .nga-article img,
body.is-inner .nga-article video,
body.is-inner .nga-article iframe {
    max-width: 100%;
    height: auto;
}
body.is-inner .nga-article table {
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
body.is-inner .nga-article h2,
body.is-inner .nga-article h3,
body.is-inner .nga-article h4 {
    color: #111d2e;
    line-height: 1.35;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}

/* Responsive — tablet & mobile */
@media (max-width: 992px) {
    html {
        -webkit-text-size-adjust: 100%;
    }
    body {
        padding-top: 60px;
        padding-bottom: 0;
        width: 100%;
        min-width: 0;
    }
    main {
        width: 100%;
        overflow-x: hidden;
    }
    .nga-container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    section {
        width: 100%;
        box-sizing: border-box;
    }
    .nga-topbar {
        display: none;
    }
    .nga-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #0f2257;
        padding: 8px 0;
        z-index: 100;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
    }
    .nga-header.is-sticky {
        top: 0;
        padding: 8px 0;
    }
    .nga-header-inner {
        position: relative;
    }
    .nga-logo-wrap img,
    .nga-site-logo--header {
        max-height: 38px !important;
        max-width: min(168px, 46vw) !important;
    }
    .nga-site-logo--hero {
        max-height: 52px;
        max-width: min(250px, 78vw);
    }
    .nga-site-logo--footer {
        max-height: 34px;
        max-width: 160px;
    }
    .nga-logo-brand {
        font-size: 18px;
    }
    .nga-logo-tagline {
        font-size: 8px;
        padding: 2px 6px;
    }
    .nga-mobile-toggle {
        display: block;
    }

    /* Full-screen mobile menu */
    .nga-nav-wrap.is-open {
        position: fixed;
        inset: 0;
        top: 56px;
        z-index: 99;
        background: rgba(0, 0, 0, 0.5);
    }
    .nga-nav-wrap .nga-nav {
        display: none;
    }
    .nga-nav-wrap.is-open .nga-nav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: none;
        height: calc(100vh - 56px);
        overflow-y: auto;
        background: #0f2257;
        padding: 4px 0 24px;
        box-shadow: none;
        -webkit-overflow-scrolling: touch;
    }
    .nga-nav-wrap.is-open .nga-nav > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
    .nga-nav-wrap.is-open .nga-nav > li > a {
        padding: 16px 20px;
        font-size: 14.5px;
        justify-content: space-between;
        min-height: 48px;
    }
    .nga-nav-wrap.is-open .nga-nav .dropdown {
        position: static;
        display: none;
        min-width: 0;
        box-shadow: none;
        border-top: none;
        border-radius: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.22);
    }
    .nga-nav-wrap.is-open .nga-nav > li.submenu-open > .dropdown {
        display: block;
    }
    .nga-nav-wrap.is-open .nga-nav > li:hover .dropdown {
        display: none;
    }
    .nga-nav-wrap.is-open .nga-nav > li.submenu-open:hover .dropdown {
        display: block;
    }
    .nga-nav-wrap.is-open .nga-nav .dropdown li a {
        padding: 14px 20px 14px 36px;
        font-size: 14px;
        min-height: 44px;
    }
    .nga-nav-wrap.is-open .nga-nav > li.submenu-open > a .fa-angle-down {
        transform: rotate(180deg);
    }
    .nga-nav-mobile-only {
        display: block;
    }
    .nga-nav-mobile-phone a {
        color: #38bdf8 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
    }
    .nga-mobile-lang-switch {
        display: flex;
        gap: 10px;
        padding: 16px 20px;
    }
    .nga-mobile-lang-switch a {
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        padding: 8px 16px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.1);
        flex: 1;
        text-align: center;
    }
    .nga-mobile-lang-switch a.active {
        background: #0088cc;
    }
    .nga-nav-search-btn {
        margin: 12px 20px;
        width: calc(100% - 40px);
        height: 44px;
        border-radius: 8px;
    }
    body.nav-open {
        overflow: hidden;
    }

    /* Hero — full width, breathable */
    .nga-hero {
        min-height: auto;
        padding: 32px 20px 64px;
        width: 100%;
    }
    .nga-hero-center-logo {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 24px;
    }
    .nga-site-logo--text.nga-site-logo--hero .nga-logo-brand {
        font-size: 28px !important;
    }
    .nga-hero-title {
        font-size: 26px;
        margin-bottom: 28px;
        max-width: 100%;
        padding: 0 4px;
    }
    .nga-hero-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        padding: 0;
        gap: 12px;
    }
    .nga-hero-actions .btn-nga-quote {
        width: 100%;
        padding: 16px 20px;
        font-size: 15px;
        border-radius: 8px;
    }
    .nga-hero-arrow {
        margin-top: 32px;
    }
    .nga-hero-curve {
        height: 40px;
    }

    /* Sections */
    .nga-section {
        padding: 48px 0;
    }
    .nga-section-title-center {
        font-size: 24px;
        margin-bottom: 28px;
        padding: 0 4px;
    }
    .nga-section-header {
        margin-bottom: 28px;
        padding: 0 4px;
    }
    .nga-section-header h2 {
        font-size: 24px;
    }
    .nga-section-header p {
        font-size: 15px;
        line-height: 1.6;
    }

    /* Product grid — ana səhifə klassik vertikal plitələr */
    body.is-home .nga-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    body.is-home .nga-tile {
        height: 180px;
        min-height: 180px;
        display: block;
        border-radius: 4px;
    }
    body.is-home .nga-tile::before {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
    }
    body.is-home .nga-tile img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-width: 0;
        min-height: 0;
        object-fit: cover;
    }
    body.is-home .nga-tile-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 16px;
        font-size: 14px;
        display: block;
    }

    /* Daxili kontent səhifələri — mobil */
    body.is-inner .nga-inner-wrap {
        padding: 32px 0 56px;
    }
    body.is-inner .nga-inner-layout,
    body.is-inner .nga-inner-layout--product,
    body.is-inner .nga-inner-layout--contact,
    body.is-inner .nga-inner-intro,
    body.is-inner .nga-inner-sector-row,
    body.is-inner .nga-inner-sector-row.is-reverse {
        grid-template-columns: 1fr !important;
        gap: 28px;
    }
    body.is-inner .nga-inner-sidebar {
        position: static !important;
        top: auto !important;
    }
    body.is-inner .nga-inner-intro {
        padding: 28px 22px;
        margin-bottom: 40px;
    }
    body.is-inner .nga-inner-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    body.is-inner .nga-inner-related,
    body.is-inner .nga-inner-product-grid,
    body.is-inner .nga-inner-grid-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    body.is-inner .nga-inner-meta {
        grid-template-columns: 1fr;
        padding: 18px 20px;
    }
    body.is-inner .nga-inner-cta {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding: 22px 20px;
    }
    body.is-inner .nga-inner-cta .btn-nga-quote {
        width: 100%;
        text-align: center;
    }
    body.is-inner .nga-inner-form-row,
    body.is-inner .nga-inner-form-row--2 {
        grid-template-columns: 1fr;
    }
    body.is-inner .nga-page-banner {
        padding: 28px 0 36px;
    }
    body.is-inner .nga-page-banner-title {
        font-size: 22px;
        line-height: 1.35;
    }
    body.is-inner .nga-breadcrumbs {
        flex-wrap: wrap;
        font-size: 12px;
    }
    body.is-inner #mainProductImg {
        height: 260px !important;
    }
    body.is-inner .nga-inner-sector-row {
        padding: 24px 20px !important;
    }
    body.is-inner .nga-inner-sector-row > div[style*="height: 280px"] {
        height: 220px !important;
    }

    /* Cards — single column full width (home sections) */
    .nga-intro-dark {
        padding: 48px 0;
    }
    .nga-intro-split {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .nga-intro-left h3 {
        font-size: 22px;
    }
    .nga-intro-left p {
        font-size: 15px;
    }
    .nga-quote-banner {
        grid-template-columns: 1fr;
    }
    .nga-quote-text-side {
        padding: 36px 24px;
        order: 2;
    }
    .nga-quote-text-side h3 {
        font-size: 22px;
    }
    .nga-quote-text-side p {
        font-size: 15px;
    }
    .nga-quote-img-side {
        min-height: 180px;
        order: 1;
    }

    /* Cards — single column full width */
    .nga-grid-3 {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .nga-portfolio-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .nga-portfolio-card {
        border-radius: 12px;
    }
    .nga-portfolio-img {
        height: 200px;
    }
    .nga-portfolio-info {
        padding: 18px 20px;
    }
    .nga-portfolio-title {
        font-size: 15px;
        line-height: 1.4;
    }
    .nga-projects-header h2 {
        font-size: 24px !important;
    }

    /* Form */
    .nga-form-box {
        padding: 28px 20px;
        border-radius: 14px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .nga-form-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .nga-input {
        height: 50px;
        font-size: 16px;
        border-radius: 8px;
        padding: 12px 16px;
    }
    textarea.nga-input {
        height: 110px;
        min-height: 110px;
    }

    /* Footer */
    .nga-footer {
        padding: 48px 0 0;
    }
    .nga-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .nga-footer-bottom-inner {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        padding: 0 16px;
    }

    /* Floating & bottom bar */
    .nga-floating-actions {
        bottom: 78px;
        right: 16px;
        gap: 10px;
    }
    .nga-btn-float {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    .nga-btn-wa,
    .nga-btn-call {
        display: none;
    }
    .nga-mobile-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 95;
        background: #ffffff;
        border-top: 1px solid #e2e8f0;
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
        gap: 8px;
        box-shadow: 0 -4px 24px rgba(15, 34, 87, 0.12);
    }
    .nga-mobile-bar a {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 8px 4px;
        border-radius: 10px;
        text-decoration: none;
        font-size: 11px;
        font-weight: 700;
        color: #0f2257;
        min-height: 52px;
    }
    .nga-mobile-bar a i {
        font-size: 20px;
    }
    .nga-mobile-bar a.nga-mbar-call i { color: #0088cc; }
    .nga-mobile-bar a.nga-mbar-wa i { color: #25d366; }
    .nga-mobile-bar a.nga-mbar-quote {
        background: #0f2257;
        color: #ffffff;
    }
    .nga-mobile-bar a.nga-mbar-quote i { color: #38bdf8; }
    body {
        padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    }

    .nga-page-banner {
        padding: 24px 0 32px;
    }
    .nga-search-modal {
        padding-top: 60px;
        align-items: flex-start;
    }
    .nga-search-box {
        width: calc(100% - 24px);
        max-width: 100%;
        margin: 0 12px;
    }
    .nga-modal-overlay {
        align-items: flex-end;
    }
    .nga-partners-grid {
        gap: 16px 24px;
    }
    .nga-partners-grid img {
        max-height: 36px;
        max-width: 28%;
    }

    [style*="grid-template-columns: repeat(4"],
    [style*="grid-template-columns: repeat(3"] {
        grid-template-columns: 1fr !important;
    }
}

/* Responsive — small phones */
@media (max-width: 600px) {
    .nga-container {
        padding: 0 16px;
    }
    .nga-hero {
        padding: 28px 16px 56px;
    }
    .nga-hero-title {
        font-size: 21px;
        line-height: 1.35;
    }
    .nga-site-logo--text.nga-site-logo--hero .nga-logo-brand {
        font-size: 24px !important;
    }
    .nga-site-logo--hero {
        max-height: 46px;
    }
    .nga-section {
        padding: 40px 0;
    }
    .nga-section-header h2,
    .nga-section-title-center {
        font-size: 20px;
    }
    body.is-home .nga-product-grid {
        grid-template-columns: 1fr;
    }
    body.is-home .nga-tile {
        height: 200px;
        min-height: 200px;
    }

    body.is-inner .nga-inner-gallery,
    body.is-inner .nga-inner-related,
    body.is-inner .nga-inner-product-grid {
        grid-template-columns: 1fr;
    }
    body.is-inner .nga-inner-wrap {
        padding: 28px 0 48px;
    }
    body.is-inner .nga-page-banner-title {
        font-size: 19px;
    }
    body.is-inner #mainProductImg {
        height: 220px !important;
    }

    .nga-form-box {
        padding: 24px 16px;
    }
    .nga-quote-text-side {
        padding: 32px 20px;
    }
    .nga-quote-text-side h3 {
        font-size: 19px;
    }
    .nga-intro-left h3 {
        font-size: 19px;
    }
    .nga-portfolio-img {
        height: 180px;
    }
    .productgroup2 .row,
    .productgroup .row {
        grid-template-columns: 1fr;
    }
    .nga-article table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    [style*="grid-template-columns: repeat(4"],
    [style*="grid-template-columns: repeat(3"],
    [style*="grid-template-columns: repeat(2"] {
        grid-template-columns: 1fr !important;
    }
}

/* FAQ & Reviews pages */
.nga-faq-page-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.nga-faq-page-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(15, 34, 87, 0.04);
}
.nga-faq-page-item summary {
    padding: 18px 22px;
    font-weight: 700;
    color: #111d2e;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-size: 15px;
}
.nga-faq-page-item summary::-webkit-details-marker { display: none; }
.nga-faq-page-item summary i.fa-question-circle { color: #0088cc; margin-right: 8px; }
.nga-faq-page-item summary .fa-chevron-down { color: #94a3b8; font-size: 13px; transition: transform 0.2s; }
.nga-faq-page-item[open] summary .fa-chevron-down { transform: rotate(180deg); }
.nga-faq-page-answer {
    padding: 0 22px 18px;
    color: #475569;
    font-size: 14.5px;
    line-height: 1.75;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
    margin: 0 22px 18px;
}
.nga-reviews-summary {
    display: flex;
    align-items: center;
    gap: 24px;
    background: linear-gradient(135deg, #0f2257 0%, #172554 100%);
    color: #ffffff;
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 36px;
}
.nga-reviews-score {
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    color: #38bdf8;
}
.nga-reviews-stars-row {
    color: #f59e0b;
    font-size: 18px;
    margin-bottom: 6px;
}
.nga-reviews-summary p {
    margin: 0;
    color: #cbd5e1;
    font-size: 14px;
}
.nga-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.nga-review-page-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px 22px;
    box-shadow: 0 4px 18px rgba(15, 34, 87, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.nga-review-page-stars {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 12px;
}
.nga-review-page-text {
    font-size: 14.5px;
    line-height: 1.7;
    color: #334155;
    font-style: italic;
    flex: 1;
    margin: 0 0 18px;
}
.nga-review-page-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}
.nga-review-page-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0088cc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}
.nga-review-page-author strong {
    display: block;
    color: #111d2e;
    font-size: 14px;
}
.nga-review-page-author span {
    display: block;
    color: #64748b;
    font-size: 12px;
}
.nga-review-page-author small {
    display: block;
    color: #0088cc;
    font-size: 11px;
    margin-top: 2px;
}
@media (max-width: 992px) {
    .nga-reviews-grid {
        grid-template-columns: 1fr;
    }
    .nga-reviews-summary {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
    }
}

/* Newsletter bar */
.nga-newsletter-bar {
    background: #0a1628;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0 0;
}
.nga-newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.nga-newsletter-inner strong {
    display: block;
    color: #fff;
    font-size: 15px;
}
.nga-newsletter-inner span {
    color: #94a3b8;
    font-size: 13px;
}
.nga-newsletter-form {
    display: flex;
    gap: 10px;
    flex: 1;
    max-width: 420px;
}
.nga-newsletter-form input {
    flex: 1;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #334155;
    background: #1e293b;
    color: #fff;
    padding: 0 14px;
    font-size: 14px;
}
@media (max-width: 992px) {
    .nga-newsletter-inner {
        flex-direction: column;
        text-align: center;
    }
    .nga-newsletter-form {
        max-width: 100%;
        width: 100%;
    }
}

/* ===== BLOG (SEO activity) ===== */
.nga-blog-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    text-align: left;
}
.nga-blog-all-link {
    font-weight: 700;
    color: #0088cc;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
}
.nga-blog-all-link:hover {
    color: #006699;
}
.nga-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.nga-blog-grid--page {
    margin-top: 8px;
}
.nga-blog-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, transform 0.2s;
}
.nga-blog-card:hover {
    box-shadow: 0 12px 32px rgba(15, 34, 87, 0.1);
    transform: translateY(-3px);
}
.nga-blog-card-img {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f1f5f9;
}
.nga-blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s;
}
.nga-blog-card:hover .nga-blog-card-img img {
    transform: scale(1.04);
}
.nga-blog-card-body {
    padding: 20px 22px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.nga-blog-date {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 10px;
    display: block;
}
.nga-blog-date i {
    margin-right: 4px;
    color: #0088cc;
}
.nga-blog-card-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 10px;
}
.nga-blog-card-title a {
    color: #111d2e;
    text-decoration: none;
}
.nga-blog-card-title a:hover {
    color: #0088cc;
}
.nga-blog-card-excerpt {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 14px;
    flex: 1;
}
.nga-blog-read-more {
    font-size: 13px;
    font-weight: 700;
    color: #0088cc;
    text-decoration: none;
}
.nga-blog-read-more:hover {
    color: #006699;
}
.nga-blog-intro {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 780px;
}
.nga-blog-pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 20px;
}
.nga-blog-pagination a {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #334155;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
.nga-blog-pagination a.is-active,
.nga-blog-pagination a:hover {
    background: #0f2257;
    border-color: #0f2257;
    color: #fff;
}
.nga-blog-empty {
    text-align: center;
    padding: 60px 20px;
    color: #64748b;
}
.nga-blog-empty i {
    font-size: 48px;
    color: #cbd5e1;
    margin-bottom: 16px;
    display: block;
}

/* Blog detail */
.nga-blog-article {
    min-width: 0;
}
.nga-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
}
.nga-blog-meta i {
    color: #0088cc;
    margin-right: 4px;
}
.nga-blog-featured-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
}
.nga-blog-featured-img img {
    width: 100%;
    height: auto;
    display: block;
}
.nga-blog-lead {
    font-size: 17px;
    font-weight: 500;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 24px;
    padding-left: 16px;
    border-left: 4px solid #0088cc;
}
.nga-blog-content {
    font-size: 15.5px;
    line-height: 1.8;
    color: #334155;
}
.nga-blog-content h2,
.nga-blog-content h3 {
    color: #111d2e;
    margin-top: 28px;
    margin-bottom: 12px;
}
.nga-blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 16px 0;
}
.nga-blog-content a {
    color: #0088cc;
}
.nga-blog-share {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}
.nga-blog-share strong {
    display: block;
    margin-bottom: 12px;
    color: #111d2e;
    font-size: 14px;
}
.nga-blog-share-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.nga-blog-share-btns a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
.nga-blog-share-fb {
    background: #1877f2;
}
.nga-blog-share-wa {
    background: #25d366;
}
.nga-blog-sidebar-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.nga-blog-sidebar-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111d2e;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #0088cc;
}
.nga-blog-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nga-blog-sidebar-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}
.nga-blog-sidebar-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.nga-blog-sidebar-list a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111d2e;
    text-decoration: none;
    line-height: 1.4;
    margin-bottom: 4px;
}
.nga-blog-sidebar-list a:hover {
    color: #0088cc;
}
.nga-blog-sidebar-list small {
    font-size: 11px;
    color: #94a3b8;
}
.nga-blog-sidebar-cta {
    background: linear-gradient(135deg, #0f2257 0%, #1a3a7a 100%);
    border-radius: 10px;
    padding: 24px 20px;
    text-align: center;
    color: #fff;
}
.nga-blog-sidebar-cta i {
    font-size: 28px;
    margin-bottom: 10px;
    color: #60a5fa;
}
.nga-blog-sidebar-cta h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
}
.nga-blog-sidebar-cta p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0 0 16px;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .nga-blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 576px) {
    .nga-blog-grid {
        grid-template-columns: 1fr;
    }
    .nga-blog-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .nga-blog-meta {
        flex-direction: column;
        gap: 8px;
    }
}

/* ===== SHARED PAGE COMPONENTS ===== */
.nga-search-hero {
    background: linear-gradient(rgba(11, 21, 35, 0.9), rgba(19, 34, 56, 0.95)), url('/assets/ng/homepage-bg-new.jpg') center/cover;
    color: #ffffff;
    padding: 60px 0;
}
.nga-search-hero-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.25;
}
.nga-search-hero-crumb {
    font-size: 13.5px;
    color: #cbd5e1;
}
.nga-search-hero-crumb a {
    color: #38bdf8;
    text-decoration: none;
}
.nga-search-hero-crumb span {
    margin: 0 8px;
}
.nga-inner-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.nga-contact-row {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}
.nga-contact-row--last {
    margin-bottom: 30px;
}
.nga-contact-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.nga-contact-map iframe {
    width: 100%;
    border: 0;
    border-radius: 8px;
    display: block;
}
.nga-product-thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    scrollbar-width: thin;
}
.nga-product-thumbs img {
    flex-shrink: 0;
}
.nga-product-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.nga-catalog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 40px;
    background: #f8fafc;
    padding: 12px 18px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    align-items: center;
}
.nga-search-page-wrap {
    padding: 50px 25px 80px;
    box-sizing: border-box;
}
.nga-search-page-form-wrap {
    max-width: 700px;
    margin: 0 auto 50px;
}
.nga-search-page-form {
    display: flex;
    gap: 10px;
}
.nga-search-page-form .nga-input {
    flex: 1;
    height: 50px;
    font-size: 16px;
}
.nga-search-page-form .btn-nga-quote {
    padding: 0 30px;
    height: 50px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.nga-search-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.nga-search-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}
.nga-search-card-img {
    height: 180px;
    overflow: hidden;
    background: #e2e8f0;
}
.nga-search-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nga-search-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.nga-search-card-type {
    display: inline-block;
    background: #e0f2fe;
    color: #0088cc;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 2px;
    margin-bottom: 10px;
    align-self: flex-start;
}
.nga-search-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #111d2e;
    margin-bottom: 10px;
}
.nga-search-card-title a {
    color: #111d2e;
    text-decoration: none;
}
.nga-search-card-desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
}
.nga-search-card-link {
    color: #0088cc;
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}
.nga-search-empty {
    text-align: center;
    padding: 60px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}
.nga-search-empty-icon {
    font-size: 48px;
    color: #94a3b8;
    margin-bottom: 15px;
}
.nga-search-empty h3 {
    color: #111d2e;
    font-size: 22px;
    margin-bottom: 10px;
}
.nga-search-empty p {
    color: #64748b;
    font-size: 15px;
    max-width: 500px;
    margin: 0 auto 25px;
}

/* ===== MOBILE POLISH v3.5 ===== */
@media (max-width: 992px) {
    html {
        overflow-x: hidden;
    }
    body {
        overflow-x: hidden;
        -webkit-tap-highlight-color: rgba(0, 136, 204, 0.15);
    }
    .btn-nga-quote {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .nga-page-banner {
        padding: 28px 0 32px !important;
    }
    .nga-page-banner-title {
        font-size: 22px !important;
    }
    .nga-breadcrumbs {
        font-size: 12px;
        padding: 6px 12px;
        max-width: 100%;
    }
    .nga-breadcrumbs .current {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 160px;
    }
    .nga-header {
        padding-top: calc(8px + env(safe-area-inset-top, 0px));
    }
    .nga-search-hero {
        padding: 28px 0 32px;
    }
    .nga-search-hero-title {
        font-size: 22px;
    }
    .nga-inner-card {
        padding: 24px 20px;
    }
    .nga-contact-actions {
        flex-direction: column;
    }
    .nga-contact-actions .btn-nga-quote {
        width: 100%;
        text-align: center;
    }
    .nga-contact-map iframe {
        height: 220px;
    }
    .nga-product-actions {
        flex-direction: column;
    }
    .nga-product-actions .btn-nga-quote {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .nga-product-thumbs img {
        width: 68px;
        height: 68px;
    }
    .nga-catalog-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
        margin-bottom: 28px;
        scrollbar-width: none;
    }
    .nga-catalog-filters::-webkit-scrollbar {
        display: none;
    }
    .nga-catalog-filters > span {
        flex-shrink: 0;
    }
    .nga-catalog-filters a {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .nga-search-page-wrap {
        padding: 32px 0 56px;
    }
    .nga-search-page-form {
        flex-direction: column;
    }
    .nga-search-page-form .btn-nga-quote {
        width: 100%;
        justify-content: center;
        height: 48px;
    }
    .nga-search-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .nga-projects-header {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 12px;
    }
    .nga-reviews-summary {
        flex-direction: column;
        text-align: center;
        gap: 16px !important;
        padding: 28px 20px !important;
    }
    .nga-blog-share-btns {
        flex-direction: column;
    }
    .nga-blog-share-btns a {
        width: 100%;
        justify-content: center;
    }
    .nga-newsletter-form {
        flex-direction: column;
        width: 100%;
    }
    .nga-newsletter-form .btn-nga-quote {
        width: 100%;
    }
    .nga-article table,
    .nga-blog-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        font-size: 13px;
    }
    select.nga-input,
    input.nga-input,
    textarea.nga-input {
        font-size: 16px !important;
    }
    .nga-floating-actions {
        bottom: calc(78px + env(safe-area-inset-bottom, 0px));
    }
    body.is-inner .nga-inner-cta > div[style*="display: flex"],
    body.is-inner .nga-inner-cta > div[style*="flex-wrap"] {
        flex-direction: column !important;
        width: 100%;
        gap: 10px !important;
    }
    body.is-inner .nga-inner-cta > div[style*="flex"] .btn-nga-quote,
    body.is-inner .nga-inner-cta > div[style*="flex-wrap"] .btn-nga-quote {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .nga-inner-sidebar > div[style*="padding: 28px"],
    .nga-inner-sidebar > div[style*="padding: 22px"] {
        padding: 20px !important;
    }
}

@media (max-width: 600px) {
    .nga-search-hero-title {
        font-size: 19px;
    }
    .nga-page-banner-title {
        font-size: 19px !important;
    }
    .nga-breadcrumbs .current {
        max-width: 120px;
    }
    .nga-search-card-img {
        height: 160px;
    }
    body.is-inner .nga-inner-grid-3 {
        grid-template-columns: 1fr !important;
    }
}

/* Page hierarchy — parent / subcategory cards */
.nga-page-banner-subtitle {
    color: #cbd5e1;
    font-size: 15px;
    margin: 8px 0 0;
    max-width: 720px;
    line-height: 1.6;
}
.nga-page-children-section {
    margin-bottom: 40px;
}
.nga-page-children-header {
    margin-bottom: 24px;
}
.nga-page-children-header h2 {
    font-size: 22px;
    font-weight: 800;
    color: #111d2e;
    margin: 8px 0 6px;
}
.nga-page-children-header p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
    max-width: 680px;
    line-height: 1.6;
}
.nga-page-children-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.nga-page-child-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: transform 0.25s, box-shadow 0.25s;
}
.nga-page-child-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}
.nga-page-child-card-img {
    height: 200px;
    overflow: hidden;
    background: #e2e8f0;
}
.nga-page-child-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.nga-page-child-card:hover .nga-page-child-card-img img {
    transform: scale(1.05);
}
.nga-page-child-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.nga-page-child-card-body h3 {
    font-size: 17px;
    font-weight: 800;
    color: #111d2e;
    margin: 0 0 8px;
    line-height: 1.4;
}
.nga-page-child-card-body p {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 14px;
    flex: 1;
}
.nga-page-child-link {
    font-size: 13px;
    font-weight: 700;
    color: #0088cc;
}
.nga-page-featured-image {
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}
.nga-page-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}
.nga-page-gallery-block {
    margin-top: 45px;
}
.nga-page-gallery-block h3 {
    font-size: 20px;
    font-weight: 800;
    color: #111d2e;
    margin-bottom: 20px;
    border-bottom: 2px solid #0088cc;
    padding-bottom: 8px;
}
.nga-gallery-thumb {
    height: 160px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}
.nga-gallery-thumb:hover {
    transform: scale(1.03);
}
.nga-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nga-sidebar-callbox {
    background: #0f2257;
    color: #ffffff;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.nga-sidebar-callbox-icon {
    font-size: 32px;
    color: #0088cc;
    margin-bottom: 12px;
}
.nga-sidebar-callbox h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.nga-sidebar-callbox p {
    font-size: 13.5px;
    color: #cbd5e1;
    margin-bottom: 20px;
    line-height: 1.6;
}
.nga-sidebar-callbox .btn-nga-quote {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    background-color: #0088cc;
}
.nga-sidebar-links {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.nga-sidebar-links h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111d2e;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #0088cc;
}
.nga-sidebar-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2.3;
    font-size: 13.5px;
}
.nga-sidebar-links a {
    color: #334155;
    text-decoration: none;
}
.nga-sidebar-links a.active {
    color: #0088cc;
    font-weight: 700;
}
.nga-sidebar-links a i {
    color: #0088cc;
    margin-right: 8px;
}
.nga-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.nga-lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 32px;
    cursor: pointer;
}
.nga-lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
    object-fit: contain;
}
.nga-inner-cta h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111d2e;
    margin-bottom: 5px;
}
.nga-inner-cta p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 992px) {
    .nga-page-children-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .nga-page-children-grid {
        grid-template-columns: 1fr;
    }
}
