﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /*font-family: 'Poppins Latin' !important;*/
    font-family: 'Poppins' !important;
    font-weight: 900;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.7;
    color: #161616;
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    transition: grid-template-columns 0.3s ease;
    background-color: #ffffff !important;
}

.logo img {
    max-height: 35px;
}

.no-bullets {
    list-style: none;
    margin: 1rem;
}

.item-details-adjust {
    padding-left: 75px;
    padding-right: 75px;
}

.approval-col {
    max-width: 550px;
}

.title-b-gap {
    margin-top: 10px;
}

.two-column-list {
    column-count: 2;
    column-gap: 1.5rem;
    list-style: none;
    padding-left: 0;
}

    .two-column-list li {
        break-inside: avoid;
        margin-bottom: 0.5rem;
        padding-left: 1rem;
        /*margin-left: 1rem;*/
    }

.three-column-list {
    column-count: 3;
    column-gap: 2rem;
    list-style: none;
    padding-left: 0;
}

    .three-column-list li {
        break-inside: avoid;
        margin-bottom: 0.5rem;
        margin-left: 1rem;
    }

.section-heading-mb-center {
    margin-bottom: 30px;
    text-align: center;
}

h1 {
    font-size: 1.25rem;
    line-height: 1.25;
}

h2 {
    font-size: 0.875rem;
}

p {
    margin-block-end: 1.5rem;
}

.mb-_5 {
    margin-bottom: .5rem;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1rem {
    margin-left: 1rem;
}

.ml-2rem {
    margin-left: 2rem;
}

.mlr-1rem {
    margin: 1rem;
}

.mlr-1_5rem {
    margin: 1.5rem;
}

.mlr-2rem {
    margin: 2rem;
}

.md-10 {
    padding: 10px 0;
}

.md-5 {
    padding: 5px 0;
}

.sec-pt-0 {
    padding-top: 0 !important;
}

.sec-pt-10px {
    padding-top: 10px !important;
}

.sec-pt-15px {
    padding-top: 15px !important;
}

.sec-pt-20px {
    padding-top: 20px !important;
}

.sec-pt-25px {
    padding-top: 25px !important;
}

.sec-pt-30px {
    padding-top: 30px !important;
}

.sec-pb-0 {
    padding-bottom: 0 !important;
}

.sec-pb-10px {
    padding-bottom: 10px !important;
}

.sec-pb-15px {
    padding-bottom: 15px !important;
}

.sec-pb-20px {
    padding-bottom: 20px !important;
}

.sec-pb-25px {
    padding-bottom: 25px !important;
}

.sec-pb-30px {
    padding-bottom: 30px !important;
}

.headerLogo {
    max-height: 200px;
    filter: drop-shadow(4px 4px 4px white) drop-shadow(-4px -4px 4px white);
}

.shadow-drk {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.shadow-wht {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.bottom-shadow {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 8px 15px -6px rgba(0, 0, 0, 0.2);
    ;
}

.glow-wht {
    text-shadow: -2px 0px 5px rgba(255,255,255,0.79);
}

.layer-top {
    z-index: 100;
}

.text-md-left {
    text-align: left;
}

.text-md-right {
    text-align: right;
}

.text-upper-case {
    text-transform: uppercase !important;
}

.font-w400 {
    font-weight: 400 !important;
}

.text-align-c {
    text-align: center !important;
}

.font-s16 {
    font-size: 16px !important;
}

.font-s17 {
    font-size: 17px !important;
}

.font-s18 {
    font-size: 18px !important;
}

.font-s24 {
    font-size: 24px !important;
}

.nuvite_color_teal {
    color: #3d98bf !important;
}

.nuvite_color_grey {
    color: #858585 !important;
}

.main-nav {
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff !important;
    position: relative;
}

.brand-logo img {
    height: 40px;
}

.hamburger {
    display: none;
    font-size: 26px;
    color: white;
    cursor: pointer;
}

.site-main {
    grid-area: main;
}

.border-img {
    border: 1px solid #4f4f4f !important;
}

.yellow-glow a {
    transition: text-shadow 0.3s ease;
}

    .yellow-glow a:hover {
        text-shadow: 0 0 5px #fff200;
    }

.clean-link {
}

    .clean-link a {
        font-family: 'Poppins', sans-serif;
        color: #1e2022;
        font-weight: 500;
        text-decoration: none;
    }

        .clean-link a:hover {
            font-family: 'Poppins', sans-serif;
            color: #1e2022;
            font-weight: 500;
            text-decoration: none;
        }

.vertical-grid-header {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    padding: 4px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
}

    .vertical-grid-header a {
        color: #1e2022;
    }

        .vertical-grid-header a:hover {
            color: #0275d8;
        }

    .approval-grid table {
        white-space: nowrap;
        font-size: 0.95rem;
    }

.approval-grid thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.approval-grid th, .approval-grid td {
    vertical-align: middle;
    text-align: left;
}

    .approval-grid td:first-child, .approval-grid th:first-child {
        text-align: left;
    }

.approval-section-wrapper {
    max-width: 1100px;
    margin: 0 auto;

    padding: 30px 1rem;
}

section.flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pad-lr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pad-l-10 {
    padding-left: 10px !important;
}

.pad-l-20 {
    padding-left: 20px !important;
}

.pad-l-1r-r-adjust {
    padding-left: 1rem !important;
    padding-right: .2rem !important;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-center {
    text-align: right !important;
}

.logo-img {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.iso-cert-img {
    max-width: 80%;
    height: auto;
    margin-top: 0px;
    border: 2px solid #b3b3b3;
}

.bracket-link {
    color: #232323;
    text-decoration: none;
    font-size: 1rem;
    padding: 1px 9px;
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
}

    .bracket-link::before,
    .bracket-link::after {
        content: '';
        color: #fff200; 
        font-weight: bold;
        font-size: 1.2rem;
        position: absolute;
        top: 50%;
        opacity: 0;
        transform: translateY(-50%) translateX(0);
        transition: all 0.4s ease;
        pointer-events: none;
    }

    .bracket-link::before {
        content: '[';
        left: -5px;
    }

    .bracket-link::after {
        content: ']';
        right: -5px;
    }

    .bracket-link:hover::before {
        opacity: 1;
        transform: translateY(-50%) translateX(-5px); 
        animation: fadeOutLeft 0.4s ease forwards;
    }

    .bracket-link:hover::after {
        opacity: 1;
        transform: translateY(-50%) translateX(5px); 
        animation: fadeOutRight 0.4s ease forwards;
    }

    .bracket-link:hover {
        color: #000;
    }

@keyframes fadeOutLeft {
    0% {
        opacity: 0;
        transform: translateY(-50%) translateX(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%) translateX(-8px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 0;
        transform: translateY(-50%) translateX(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%) translateX(8px);
    }
}

.bracket-link.light {
    color: #f8f8f8;
}

    .bracket-link.light::before,
    .bracket-link.light::after {
        color: #fff200;
    }

.retail-header {
    background: #f5f5f5 !important;
    color: #111;
    position: relative;
    border: 1px solid #0076A3;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 4px;
    padding: 15px 30px 15px 15px;
    text-decoration: none;
    box-shadow: none;
}

.mt-25px {
    margin: 25px 0px !important;
}

.retail-col {
}

.prod-img-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.prod-desc-wrapper {
    margin-top: 1rem !important;
}

.prod-title {
    font-size: 3em;
    color: #000000;
    text-align: left;
    font-weight: 600;
    text-transform: none
}

.comma-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

    .comma-list li {
        display: inline;
        white-space: nowrap;
    }

        .comma-list li::after {
            content: ", ";
        }

        .comma-list li:last-child::after {
            content: "";
        }

.approval-grid table {
    white-space: nowrap;
}

.approval-grid thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.vertical-grid-header {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    padding: 4px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
}

.accordion-nuvite .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    border: none;
}

.accordion-nuvite .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none;
}

.accordion-nuvite .btn-link {
    background: #f5f5f5 !important;
    color: #111;
    position: relative;
    border: 1px solid #a6a6a6;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 4px;
    padding: 15px 30px 15px 15px;
    text-decoration: none;
    box-shadow: none;
}

    .accordion-nuvite .btn-link:hover,
    .accordion-nuvite .btn-link:not(.collapsed) {
        background: #fff200 !important; 
        color: #111 !important;
        text-decoration: none;
        border: 1px solid #a6a6a6;
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0,0,0,.15);
    }

    .accordion-nuvite .btn-link.collapsed:after {
        background: none;
        content: "+";
        right: 15px;
        left: inherit;
        font-size: 20px;
        height: auto;
        transform: none;
        width: auto;
        top: 12px;
        position: absolute;
        color: #111;
    }

    .accordion-nuvite .btn-link.collapsed:hover:after {
        color: #111;
    }

    .accordion-nuvite .btn-link:after {
        background: none;
        content: "-";
        right: 17px;
        left: inherit;
        font-size: 20px;
        height: auto;
        transform: none;
        width: auto;
        top: 12px;
        position: absolute;
        color: #111;
    }

.accordion-nuvite .card-body {
    padding: 10px 20px;
    line-height: 24px;
    text-align: left;
}

.btn-maxmin-w {
    max-width: 80%;
    min-width: 60%;
}

.btn-wide-60p {
    width: 60%;
}

.btn-wide-70p {
    width: 70%;
}

.btn-wide-80p {
    width: 80%;
}

.nuviteYellow-txt {
    color: #000000;
}

    .nuviteYellow-txt a:link {
        color: #000000;
    }

    .nuviteYellow-txt a:hover {
        color: #fff200;
    }

.butn-nuvite-solid {
    background-color: #878787;
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    padding: 12px 30px !important;
    line-height: normal;
    font-weight: 500;
    text-transform: none !important;
    position: relative;
    z-index: 9999;
    display: inline-block;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

    .butn-nuvite-solid:hover,
    .butn-nuvite-solid:active,
    .butn-nuvite-solid:focus {
        color: #023059;
        border-radius: 3px;
    }

    .butn-nuvite-solid span {
        z-index: 9;
        position: relative;
    }

.nuvite-btn-drkgrey,
.nuvite-btn-drkgrey:visited {
    background-color: #878787;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 12px 30px !important;
    line-height: normal;
    font-weight: 500;
    position: relative;
    z-index: 9999;
    display: inline-block;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    border: 1px solid #ddd;
}

    .nuvite-btn-drkgrey:hover,
    .nuvite-btn-drkgrey:active,
    .nuvite-btn-drkgrey:focus {
        background-color: #fff64d;
        color: #000000;
        border-radius: 6px;
    }

    .nuvite-btn-drkgrey span {
        z-index: 9;
        position: relative;
    }

.nuvite-btn-yellow,
.nuvite-btn-yellow:visited {
    background-color: #878787;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 12px 30px !important;
    line-height: normal;
    font-weight: 500;
    position: relative;
    z-index: 9999;
    display: inline-block;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    width: 80%;
}

    .nuvite-btn-yellow:hover,
    .nuvite-btn-yellow:active,
    .nuvite-btn-yellow:focus {
        background-color: #242424;
        color: #ffffff;
        border-radius: 2px;
    }

    .nuvite-btn-yellow span {
        z-index: 9;
        position: relative;
    }

.butn-nuvite.blk {
    background-color: #1b1b1b;
    color: #f7f7f7;
}

    .butn-nuvite.blk:hover,
    .butn-nuvite.blk:active,
    .butn-nuvite.blk:focus {
        color: #fff;
        background-color: #fff;
        border-radius: 3px;
    }

    .butn-nuvite.blk:after {
        background-color: #1b1b1b;
        color: #f7f7f7;
        border-radius: 3px;
    }

.prod-data-btn span {
    color: #f7f7f7;
}

.prod-data-btn a:link {
    color: #f7f7f7;
    background-color: #1b1b1b;
}

.prod-data-btn a:hover {
    color: #000;
    background-color: #fff;
}

.action-web-container {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 auto 25px;
    padding: 20px;
    width: 95%;
    border-radius: 6px;
}

.action-web-container-98 {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 auto 25px;
    padding: 20px;
    width: 98%;
    border-radius: 6px;
}

.action-web-container-95 {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 auto 25px;
    padding: 30px;
    width: 95%;
    border-radius: 6px;
}

    .action-web-container-95 h3 {
        font-size: 1.9rem;
        margin-bottom: 1.5rem;
        border-bottom: 2px solid #ddd;
        padding-bottom: 0.5rem;
    }

.shadow-drk-yelow {
    box-shadow: 0 2px 5px rgba(255, 242, 0, 1);
}

.shadow-drk-red {
    box-shadow: 0 2px 5px rgba(214, 4, 22, 1);
}

.diagram-thumb {
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
    margin: 0 auto 25px;
    padding: 20px;
    width: 98%;
    border-radius: 6px;
}

.diagram-text-container {
    width: 95%;
    margin: 10px auto 0;
    text-align: center;
}

.diagram-container-95 {
    margin: 0 auto;
    padding: 30px;
    width: 95%;
    max-width: 1200px;
}

.diagram-img {
    display: block;
    width: 100%;
    margin: 10px auto;
    height: auto;
}

.hr-bottom-w-m {
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #ddd;
}

.hr-top-w-m {
    margin-top: 1.5rem;
    border-top: 2px solid #ddd;
}

.diagram-container-products {
    margin: 0 auto;
    padding: 30px;
    width: 95%;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.product-list-unstyled {
    padding-left: 15px;
    list-style: none;
}

    .product-list-unstyled li {
        padding: 0;
    }

        .product-list-unstyled li a {
            color: #1e2022;
        }

            .product-list-unstyled li a:hover {
                color: #0275d8;
            }

.diagram-areas {
    margin: 0 auto;
    padding: 20px 30px 10px;
    width: 95%;
    max-width: 1200px;
}
.diagram-areas .area-card h5 {
    font-size: 1.15rem !important;
}
    .diagram-areas .area-card:hover {
    }

.vehicle-diagram-container,
.vehicle-diagram-details,
.vehicle-diagram-list {
    max-width: 1200px;
    margin: auto;
}

    .vehicle-diagram-list .diagram-thumb {
        transition: all 0.2s ease-in-out;
        background: #fff;
    }

        .vehicle-diagram-list .diagram-thumb:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0,0,0,.15);
        }

    .vehicle-diagram-list .thumb-img img {
        width: 100%;
        height: auto !important;
    }

.brochure-section-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 1rem;
}

.brochure-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    justify-content: center;
}

.brochure-card {
    background: white;
    border-radius: 6px;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 0.2s ease-in-out;
    border: 1px solid #d9d9d9;
}

    .brochure-card:hover {
        border: 1px solid #a6a6a6;
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0,0,0,.15);
    }

.brochure-image {
    width: 100px;
    height: auto;
    flex-shrink: 0;
    margin-right: 1rem;
    border: solid 1px #d6d6d6;
}

.brochure-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    min-height: 190px;
}

.brochure-title {
    font-size: 1.1rem;
    color: #333;
}

.brochure-button {
    align-self: center;
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.brochure-content a.brochure-button {
    color: #262626;
    background: #fff766;
}

    .brochure-content a.brochure-button:hover {
        background: #fff200;
        color: #000000;
    }

.yt_video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.video-preview {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s;
}

    .video-preview:hover {
        transform: scale(1.02);
    }

    .video-preview img {
        width: 100%;
        display: block;
    }

.yt_video-title {
    padding: 1rem;
    font-weight: bold;
    color: #333;
}

.video-slide {
    position: relative;
    height: 50vh;
    min-height: 450px; 
    max-height: 600px; 
    overflow: hidden;
}

.background-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

    .background-video img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.dark-overlay {
    position: absolute;
    inset: 0;
    /*background: rgba(0,0,0,0.3);*/
    z-index: 1;
}

.link-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: #f3f3f3;
    padding: 20px 10px;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 8px 15px -6px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

    .link-row a {
        flex: 1 1 auto;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        color: #004080;
        text-decoration: none;
        padding: .75rem 1rem;
        border-radius: .25rem;
        transition: all .3s ease;
        min-width: 0;
        white-space: nowrap;
    }

        .link-row a:hover {
            background-color: #004080;
            color: #fff;
        }

.rowClass {
    padding: 30px !important;
    margin-bottom: 40px !important;
}

.category-page {
    padding-bottom: 3rem;
}

.item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
}

.item-box {
    display: block;
    border: 1px solid #ddd;
    text-align: center;
    padding: 1.5rem;
    text-decoration: none;
    color: #222;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    min-height: 120px;
    cursor: pointer;
}

    .item-box:hover {
        color: #000000 !important;
        border: 1px solid #ddd;
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0,0,0,.15);
    }

    .item-box.static {
        cursor: default;
    }

.item-content h5 {
    font-size: 1rem;
    margin-bottom: 0 !important;
}

.external-id {
    font-size: .8rem;
    opacity: .8;
}

.product-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.container {
    margin: 0 auto;
}

.row.product-layout {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: flex-start;
}

.col-left {
    width: 20% !important;
    min-width: 250px;
}

    .col-left h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .col-left p {
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .col-left .product-links {
    }

    .col-left .product-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

        .col-left .product-links a {
            color: #0076A3;
            text-decoration: none;
            font-weight: bold;
            margin-bottom: 10px;
        }

            .col-left .product-links a:hover {
                text-decoration: underline;
            }

.col-right {
    width: 80% !important;
    display: flex;
    flex-wrap: wrap;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
}

.product-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
}

    .product-item img {
        aspect-ratio: 1 / 1;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        transition: transform 0.3s ease;
        display: block;
    }

        .product-item img:hover {
            transform: scale(1.05);
        }

.single-member-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

a.contact_i30 {
    height: 30px !important;
    width: 30px !important;
    line-height: 30px !important;
}

    a.contact_i30:hover {
        background: #fff200 !important;
        color: #000 !important;
    }

.nuvite-social-icons ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

    .nuvite-social-icons ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid #fff200;
        border-radius: 50%;
        background-color: #000;
        transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    }

        .nuvite-social-icons ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-size: 18px;
            color: #fff200;
            text-decoration: none;
        }

        .nuvite-social-icons ul li:hover {
            background: #fff200;
            border-color: #000;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
            transform: translateY(-4px);
        }

            .nuvite-social-icons ul li:hover i {
                color: #000;
                transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
            }

.nuvite-social-icons-alt ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: left;
}

    .nuvite-social-icons-alt ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid #000000;
        border-radius: 50%;
        background-color: #707070;
        transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    }

        .nuvite-social-icons-alt ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-size: 18px;
            color: #fff200;
            text-decoration: none;
        }

        .nuvite-social-icons-alt ul li:hover {
            background: #fff200;
            border-color: #000;
            box-shadow: 0 6px 12px rgba(255, 242, 0, 0.4);
            transform: translateY(-4px);/
        }

            .nuvite-social-icons-alt ul li:hover i {
                color: #000;
                transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
            }

section {
    margin-bottom: 40px;
}

.online-vendors {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.international-vendors {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.detailers-vendors {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

    .detailers-vendors .vendor-card {
        flex-grow: 2;
    }

.region-label {
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #000000;
}

.vendor-card {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    transition: all 0.2s ease;
}

    .vendor-card:hover {
        background: #fff64d;
        transform: scale(1.5);
        color: #000000;
        cursor: pointer;
    }

    .vendor-card a {
        font-weight: 600;
        text-decoration: none;
        color: #232323;
    }

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #000;
    aspect-ratio: 16 / 9;
}

    .modal-content iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.section-featured-ads {
    padding: 20px 0;
    overflow: hidden;
}

.wide-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.carousel {
    display: flex;
    align-items: center;
}

.featured-ad .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.featured-ad img {
    max-height: 360px;
    width: auto;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.8;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0.16);
}

.featured-ad .item-center img {
    transform: scale(1.15);
    opacity: 1;
    z-index: 2;
}

.section-featured-row {
    padding: 20px;
}

.feature-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.feature-row a {
}

    .feature-row a img {
        max-height: 360px;
        width: auto;
        transition: transform 0.5s ease, opacity 0.5s ease;
        opacity: 0.8;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0.16);
    }

        .feature-row a img:hover {
            transform: scale(1.1);
            opacity: 1;
            z-index: 2;
        }

.backdrop-propeller {
    background-image: url('img/backdrop/propellerbd.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 20px;
    color: #000;
    position: relative;
}

    .backdrop-propeller::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 0;
    }

.text-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.left-text,
.right-text {
    display: flex;
    align-items: center;
    padding: 20px;
}

.left-text {
    justify-content: flex-end;
    text-align: right;
}

    .left-text h3 {
        margin: 0;
        font-weight: 400;
        font-size: 1.4rem;
    }

.right-text {
    justify-content: flex-start;
    border-left: 1px solid #000000;
}

    .right-text p {
        margin: 0;
        text-align: justify;
        line-height: 1.8;
        font-size: 1rem;
    }

.container-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content {
    font-size: 14px;
    text-align: center;
    color: #999;
}

    .footer-content a {
        color: #999;
        text-decoration: none;
    }

        .footer-content a:hover {
            color: #fff;
            text-decoration: none;
        }


@media (max-width: 1024px) {
    .video-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 992px) {

    .featured-ad {
        padding: 30px 0;
    }

        .featured-ad .item {
            text-align: center;
            width: 100%;
        }

            .featured-ad .item img {
                max-width: 75%;
                display: inline-block;
            }

    .feature-row {
        flex-direction: column;
        align-items: center;
    }

    .row-item {
        width: 70%;
        margin-bottom: 30px;
    }

        .row-item:last-child {
            margin-bottom: 0;
        }

    .row.product-layout {
    }

    .col-left {
        width: 20%;
    }

    .col-right {
        width: 80%;
    }

    .col-left .product-links {
    }

        .link-row {
        display: none;
    }

    .row.align-items-start > .col-lg-9,
    .row.align-items-start > .col-lg-3 {
        text-align: center;
    }

    .iso-cert-img {
        margin-top: 20px;
        max-width: 50%;
    }

    .logo-center {
        text-align: center !important;
    }

    .approval-grid {
        overflow-x: auto;
    }

        .approval-grid table {
            min-width: 900px;
        }
}

@media screen and (max-width: 768px) {

    .logo {
        width: 200px;
        animation: slideInFromTop 1s ease-out forwards;
        animation-delay: 0.5s;
    }

    .nav-wide-80p {
        min-width: 80% !important;
    }

    .nav-container {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .hamburger {
        display: block;
    }

    .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #002244;
        text-align: center;
    }

        .menu.open {
            display: flex;
        }

        .menu li {
            margin: 10px 0;
        }

    .dropdown {
        position: static;
        box-shadow: none;
        background: #001933;
    }

        .dropdown li a {
            color: #fff;
        }

    .brand-logo {
        order: 2;
    }

    .hamburger {
        order: 1;
    }

    .feature-row {
        flex-direction: column;
        align-items: center;
    }

    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .text-section {
        flex-direction: column;
    }

    .left-text,
    .right-text {
        justify-content: center;
        text-align: center;
    }

    .right-text {
        border-left: none;
    }

        .right-text p {
            text-align: justify;
        }

    .row.product-layout {
        flex-direction: column;
    }

    .col-left,
    .col-right {
        width: 100% !important;
    }

    .link-row {
        display: none;
    }

        .link-row a {
            flex: 1 1 100%;
            text-align: left;
            white-space: normal;
            padding: .75rem 1rem;
            border: 1px solid #ccc;
            border-radius: .25rem;
            background-color: #fff;
        }

            .link-row a + a {
                margin-top: .5rem;
            }

            .link-row a:hover {
                background-color: #004080;
                color: #fff;
            }

    .diagram-areas .col-md-4,
    .vehicle-diagram-list .col-md-4 {
        flex: 0 0 100%;
        max-width: 90%;
    }

    .brochure-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .brochure-card {
        flex-direction: column;
        text-align: center;
    }

    .brochure-image {
        margin: 0 0 1rem 0;
    }

}

@media (max-width: 775px) {
    .row.align-items-start > .col-lg-9,
    .row.align-items-start > .col-lg-3 {
        text-align: left;
    }

    .pad-lr-20 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 600px) {
    .comma-list {
        flex-direction: column;
        align-items: flex-start;
    }

        .comma-list li {
            display: block;
            white-space: normal;
        }

            .comma-list li::after {
                content: "";
            }

            .comma-list li:not(:last-child)::after {
                content: ",";
                margin-right: 0.25rem;
            }

    .diagram-container-95 {
        margin: 0 auto 25px;
        padding: 10px;
        width: 100%;
    }

    .yt_video-title {
        padding: 1.5rem;
        font-weight: bold;
        color: #333;
    }
}

@media (max-width: 576px) {
    .logo-img {
        max-width: 200px;
    }

    .section-heading-mb-center h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    h4.font-s18 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .brochure-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .brochure-card {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .brochure-image {
        width: 80%;
        max-width: 200px;
        margin: 0 auto 1rem;
    }
}