/* Seed & Rice Lab Equipment Button */
.nai-lab-btn-wrap {
    margin: 20px 0;
}

.nai-lab-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #e8a000;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 4px;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 4px 12px rgba(232,160,0,0.3);
}

.nai-lab-btn i {
    font-size: 18px;
}

.nai-lab-btn:hover {
    background: #c48800;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(232,160,0,0.4);
}
.nai-hero-section {
    position: relative;
    overflow: hidden;
    padding: 86px 0 88px;
    background:
        linear-gradient(90deg, #ffffff 0%, #ffffff 58%, #fff9e8 100%);
    border-bottom: 3px solid #f5b800;
}

.nai-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(8, 23, 33, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 23, 33, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}

.nai-hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 64px;
    align-items: center;
}

.nai-hero-left {
    max-width: 780px;
}

.nai-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 15px;
    margin-bottom: 28px;
    border: 1px solid rgba(245, 184, 0, 0.45);
    background: #fffaf0;
    color: #9b7200;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nai-hero-badge i {
    color: #f5b800;
    font-size: 14px;
}

.nai-hero-title {
    margin: 0;
    color: #111418;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nai-hero-title span {
    position: relative;
    display: inline-block;
    color: #f5b800;
}

.nai-hero-title span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    height: 6px;
    background: rgba(245, 184, 0, 0.28);
    z-index: -1;
}

.nai-hero-desc {
    max-width: 720px;
    margin: 28px 0 0;
    color: #5f6977;
    font-size: 18px;
    line-height: 1.85;
}

.nai-hero-desc strong {
    color: #171b20;
    font-weight: 800;
}

.nai-hero-tagline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 24px 0 0;
    color: #c28d00;
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
}

.nai-hero-tagline i {
    color: #f5b800;
}

.nai-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.nai-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 14px 22px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nai-hero-btn:hover {
    transform: translateY(-2px);
}

.nai-hero-btn-primary {
    color: #081721;
    background: #f5b800;
    box-shadow: 0 14px 30px rgba(245, 184, 0, 0.28);
}

.nai-hero-btn-primary:hover {
    background: #ffc928;
}

.nai-hero-btn-secondary {
    color: #081721;
    background: #ffffff;
    border: 1px solid #dfe4ea;
}

.nai-hero-btn-secondary:hover {
    border-color: #f5b800;
}

.nai-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 44px;
    border: 1px solid #dfe4ea;
    border-left: 5px solid #f5b800;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(8, 23, 33, 0.06);
}

.nai-hstat {
    padding: 22px 18px;
    text-align: center;
}

.nai-hstat + .nai-hstat {
    border-left: 1px solid #e7ebef;
}

.nai-hstat strong {
    display: block;
    color: #111418;
    font-size: 29px;
    line-height: 1.1;
    font-weight: 900;
}

.nai-hstat span {
    display: block;
    margin-top: 8px;
    color: #697382;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nai-hero-right {
    position: relative;
}

.nai-intro-card {
    position: relative;
    padding: 42px;
    background: #ffffff;
    border: 1px solid #dfe4ea;
    border-top: 6px solid #f5b800;
    box-shadow: 0 26px 55px rgba(8, 23, 33, 0.10);
}

.nai-intro-card::before {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 74%;
    height: 74%;
    border: 2px solid rgba(245, 184, 0, 0.28);
    z-index: -1;
}

.nai-intro-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 26px;
    color: #9b7200;
    background: #fff7da;
    border: 1px solid rgba(245, 184, 0, 0.42);
    font-size: 27px;
}

.nai-intro-title {
    margin: 0;
    color: #171b20;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nai-intro-underline {
    width: 54px;
    height: 3px;
    margin: 20px 0 24px;
    background: #f5b800;
}

.nai-intro-text {
    margin: 0;
    color: #657080;
    font-size: 16px;
    line-height: 1.8;
}

.nai-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0;
}

.nai-product-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    color: #303842;
    background: #f7f8fa;
    border: 1px solid #e2e6ea;
    font-size: 13px;
    font-weight: 800;
}

.nai-product-tags i {
    color: #f5b800;
}

.nai-intro-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e5e8ec;
}

.nai-ifeat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    color: #6d7582;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nai-ifeat + .nai-ifeat {
    border-left: 1px solid #e5e8ec;
}

.nai-ifeat i {
    color: #f5b800;
    font-size: 20px;
}

@media (max-width: 991px) {
    .nai-hero-section {
        padding: 64px 0 70px;
    }

    .nai-hero-container {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .nai-hero-left {
        max-width: none;
    }

    .nai-intro-card {
        padding: 34px;
    }
}

@media (max-width: 767px) {
    .nai-hero-title {
        font-size: 38px;
    }

    .nai-hero-desc {
        font-size: 16px;
    }

    .nai-hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .nai-hstat:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #e7ebef;
    }

    .nai-hstat:nth-child(4) {
        border-top: 1px solid #e7ebef;
    }
}

@media (max-width: 480px) {
    .nai-hero-section {
        padding: 48px 0 56px;
    }

    .nai-hero-badge {
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .nai-hero-title {
        font-size: 32px;
    }

    .nai-hero-actions {
        flex-direction: column;
    }

    .nai-hero-btn {
        width: 100%;
    }

    .nai-hero-stats {
        grid-template-columns: 1fr;
    }

    .nai-hstat + .nai-hstat {
        border-left: 0;
        border-top: 1px solid #e7ebef;
    }

    .nai-intro-card {
        padding: 28px 22px;
    }

    .nai-intro-title {
        font-size: 24px;
    }

    .nai-intro-footer {
        grid-template-columns: 1fr;
    }

    .nai-ifeat + .nai-ifeat {
        border-left: 0;
        border-top: 1px solid #e5e8ec;
    }
}
/* Mobile header layout */
@media (max-width: 767px) {

    .site-nav {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }

    /* Hide nav menu on mobile until toggled */
    #site-navigation {
        display: none;
        width: 100%;
        order: 3;
    }

    #site-navigation.active {
        display: block;
    }

    /* Logo stays left */
    .site-nav > a {
        order: 1;
        flex-shrink: 0;
    }

    /* Hamburger stays right */
    .navbar-toggle {
        order: 2;
        margin-left: auto !important;
        float: none !important;
    }

    /* Phone section hidden or below on mobile */
    .extra-item.menu-item-text {
        display: none;
    }
}
/* Logo responsive sizing */
@media (max-width: 767px) {
    .site-nav a[href] img {
        height: 40px !important;
    }
    .site-nav a[href][style] {
        margin-right: 10px !important;
        padding: 3px 7px !important;
    }
}
/* ── Header Logo Bar ── */
.header-logo-bar {
    background-color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.header-logo-link {
    display: inline-block;
    line-height: 1;
}

.header-logo-img {
    height: 70px;
    width: auto;
    display: block;
}

/* ── Mobile: smaller logo ── */
@media (max-width: 767px) {
    .header-logo-img {
        height: 50px;
    }
    .header-logo-bar {
        padding: 8px 15px;
        text-align: center;
    }
}

/* ── Revolution Slider Base ── */
.rev_slider_wrapper {
    width: 100% !important;
    overflow: hidden !important;
    max-height: 550px !important;
}
.rev_slider_wrapper,
.rev_slider_wrapper > .fullwidthbanner-container,
.forcefullwidth_wrapper_tp_banner {
    height: 550px !important;
    max-height: 550px !important;
    overflow: hidden !important;
}
.rev_slider {
    width: 100% !important;
}
.rev_slider_wrapper .fullwidthbanner-container,
.rev_slider_wrapper .rev_slider {
    height: 550px !important;
    max-height: 550px !important;
}

/* ── Tablet ── */
@media (min-width: 768px) and (max-width: 991px) {
    .rev_slider_wrapper,
    .rev_slider_wrapper > .fullwidthbanner-container,
    .forcefullwidth_wrapper_tp_banner,
    .rev_slider_wrapper .fullwidthbanner-container,
    .rev_slider_wrapper .rev_slider,
    .rev_slider_wrapper .rev_slider li,
    .rev_slider .rev-slidebg {
        height: 420px !important;
        max-height: 420px !important;
        min-height: 420px !important;
    }
    .fp_title_layer {
        font-size: 42px !important;
        line-height: 52px !important;
        white-space: normal !important;
        max-width: 70vw !important;
    }
    .fp_content_layer {
        font-size: 18px !important;
        line-height: 28px !important;
        white-space: normal !important;
    }
    .tp-leftarrow,
    .tp-rightarrow {
        width: 36px !important;
        height: 36px !important;
    }
}

/* ── Mobile ── */
@media (max-width: 767px) {
    .rev_slider_wrapper,
    .rev_slider_wrapper > .fullwidthbanner-container,
    .forcefullwidth_wrapper_tp_banner,
    .rev_slider_wrapper .fullwidthbanner-container,
    .rev_slider_wrapper .rev_slider,
    .rev_slider_wrapper .rev_slider li,
    .rev_slider .rev-slidebg {
        height: 320px !important;
        max-height: 320px !important;
        min-height: 320px !important;
    }

    /* FORCE ALL CAPTIONS VISIBLE */
    .rev_slider_wrapper .tp-caption,
    .rev_slider_wrapper .tp-caption.tp-resizeme {
        visibility: visible !important;
        display: block !important;
        opacity: 1 !important;
        overflow: visible !important;
    }

    .tp-caption.fp_title_layer,
    .tp-caption.fp_content_layer {
        position: absolute !important;
        left: 15px !important;
        width: 85vw !important;
        max-width: 85vw !important;
        white-space: normal !important;
        visibility: visible !important;
        display: block !important;
        opacity: 1 !important;
        overflow: visible !important;
    }
    .tp-caption.fp_title_layer {
        top: 40px !important;
        font-size: 22px !important;
        line-height: 30px !important;
        color: #fff !important;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.8) !important;
    }
    .tp-caption.fp_content_layer {
        top: 110px !important;
        font-size: 13px !important;
        line-height: 20px !important;
        color: rgb(255, 200, 17) !important;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8) !important;
    }

    .tp-leftarrow,
    .tp-rightarrow {
        width: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
    }
}

/* ── Small Mobile ── */
@media (max-width: 480px) {
    .rev_slider_wrapper,
    .rev_slider_wrapper > .fullwidthbanner-container,
    .forcefullwidth_wrapper_tp_banner,
    .rev_slider_wrapper .fullwidthbanner-container,
    .rev_slider_wrapper .rev_slider,
    .rev_slider_wrapper .rev_slider li,
    .rev_slider .rev-slidebg {
        height: 260px !important;
        max-height: 260px !important;
        min-height: 260px !important;
    }

    /* FORCE ALL CAPTIONS VISIBLE */
    .rev_slider_wrapper .tp-caption,
    .rev_slider_wrapper .tp-caption.tp-resizeme {
        visibility: visible !important;
        display: block !important;
        opacity: 1 !important;
        overflow: visible !important;
    }

    .tp-caption.fp_title_layer {
        top: 25px !important;
        font-size: 18px !important;
        line-height: 24px !important;
        width: 90vw !important;
        max-width: 90vw !important;
        color: #fff !important;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.8) !important;
    }
    .tp-caption.fp_content_layer {
        top: 85px !important;
        font-size: 11px !important;
        line-height: 17px !important;
        width: 88vw !important;
        max-width: 88vw !important;
        color: rgb(255, 200, 17) !important;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8) !important;
    }
}
.nai-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #ddd;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
}

.nai-card {
    background: #fff;
    padding: 1.6rem 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    cursor: default;
    transition: background 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.nai-card:hover {
    background: #fdf8f0;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.nai-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: #D4953A;
    transition: height 0.35s ease;
}

.nai-card:hover::before {
    height: 100%;
}

.nai-num {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #bbb;
    font-family: monospace;
}

.nai-card-icon {
    font-size: 1.8rem;
    color: #D4953A;
    transition: transform 0.25s ease, color 0.25s ease;
    line-height: 1;
}

.nai-card:hover .nai-card-icon {
    transform: translateY(-4px);
    color: #b87d2a;
}

.nai-card-body h3 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.nai-card-body p {
    font-size: 13px;
    color: #666;
    line-height: 1.55;
    margin: 0;
}

.footer-widgets .widget-title {
    color: #ffc811;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.footer-widgets p {
    color: #d5dce3;
    font-size: 15px;
}

.footer-widgets ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widgets ul.menu li {
    margin-bottom: 13px;
}

.footer-widgets ul.menu li a {
    color: #d5dce3;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-widgets ul.menu li a i {
    color: #ffc811;
    margin-right: 8px;
}

.footer-widgets ul.menu li a:hover {
    color: #ffc811;
    padding-left: 5px;
}

.footer-contact-info p {
    position: relative;
    padding-left: 28px;
    line-height: 1.7;
    margin-bottom: 14px;
    text-align: left;
}

.footer-contact-info p i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #ffc811;
    font-size: 16px;
}

.footer-contact-info a {
    color: #d5dce3;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact-info a:hover {
    color: #ffc811;
}

.footer-follow-row {
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: center;
}

.footer-social-center {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px;
    text-align: center;
}

.footer-social-center span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
}

.footer-social-center a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #ffc811;
    color: #061521;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.footer-social-center a i {
    line-height: 1;
}

.footer-social-center a:hover {
    background: #ffffff;
    color: #061521;
    transform: translateY(-4px);
    text-decoration: none;
}

.aboutus1.white-about {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    color: #222222;
}

.aboutus1.white-about:before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 200, 17, 0.18);
    border-radius: 50%;
    filter: blur(8px);
}

.aboutus1.white-about:after {
    content: "";
    position: absolute;
    bottom: -130px;
    left: -100px;
    width: 320px;
    height: 320px;
    background: rgba(6, 21, 33, 0.06);
    border-radius: 50%;
    filter: blur(8px);
}

.white-about .container {
    position: relative;
    z-index: 2;
}

.white-about .fh-section-title h2 {
    color: #061521;
    font-weight: 700;
    letter-spacing: 1px;
}

.white-about .fh-section-title h2:after {
    background: #ffc811;
}

.white-about-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    padding: 25px;
    min-height: 430px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.white-about-card:hover {
    transform: translateY(-10px);
    border-color: #ffc811;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.14);
}

.white-about .aboutfst figure {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 22px;
    position: relative;
    text-align: center;
}

.white-about .aboutfst figure img {
    width: 180px;
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.white-about .aboutfst:hover figure img {
    transform: scale(1.05);
}

.white-about p {
    color: #444444;
    line-height: 1.8;
    font-size: 15px;
}

.white-about h4 {
    color: #061521;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 12px;
}

.white-about h4:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 3px;
    background: #ffc811;
    left: 0;
    bottom: 0;
}

.white-about .witebtn {
    background: #ffc811;
    color: #061521;
    border-radius: 30px;
    padding: 12px 28px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid #ffc811;
}

.white-about .witebtn:hover {
    background: #061521;
    color: #ffffff;
    border-color: #061521;
    text-decoration: none;
}

.white-about .panel {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 14px;
}

.white-about .panel-heading {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 0;
    transition: all 0.3s ease;
}

.white-about .panel-heading:hover {
    background: #fff7d8;
    border-color: #ffc811;
}

.white-about .panel-title a {
    display: block;
    padding: 17px 20px;
    color: #061521;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.white-about .panel-title a:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #ffc811;
    margin-right: 10px;
}

.white-about .panel-title a:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    color: #061521;
}

.white-about .panel-body {
    background: #ffffff;
    color: #444444;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    margin-top: 8px;
    padding: 18px 20px;
    line-height: 1.8;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.white-about .highlight-list {
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}

.white-about .highlight-list li {
    color: #444444;
    margin-bottom: 10px;
    font-weight: 500;
}

.white-about .highlight-list li i {
    color: #ffc811;
    margin-right: 8px;
}

.nai-hero-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 70px 0 80px;
}

.nai-hero-bg-lines {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-around;
    pointer-events: none;
    z-index: 0;
}

.nai-hero-bg-lines span {
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255,200,17,0.15), transparent);
    animation: naiLinePulse 4s ease-in-out infinite;
}

.nai-hero-bg-lines span:nth-child(1) { animation-delay: 0s; }
.nai-hero-bg-lines span:nth-child(2) { animation-delay: 0.8s; }
.nai-hero-bg-lines span:nth-child(3) { animation-delay: 1.6s; }
.nai-hero-bg-lines span:nth-child(4) { animation-delay: 2.4s; }
.nai-hero-bg-lines span:nth-child(5) { animation-delay: 3.2s; }

@keyframes naiLinePulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 1; }
}

.nai-hero-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,200,17,0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.nai-hero-section::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffc811, #ffa500, #ffc811, transparent);
}

.nai-hero-container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.nai-hero-left {
    flex: 1.1;
}

.nai-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c8940a;
    background: rgba(255,200,17,0.1);
    border: 1px solid rgba(255,200,17,0.4);
    padding: 6px 16px;
    margin-bottom: 22px;
}

.nai-hero-badge i {
    font-size: 13px;
    color: #ffc811;
}

.nai-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #111111;
    line-height: 1.15;
    margin: 0 0 22px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.nai-hero-title span {
    color: #ffc811;
    position: relative;
}

.nai-hero-title span::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 3px;
    background: #ffc811;
    border-radius: 2px;
}

.nai-hero-desc {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 16px;
    max-width: 540px;
}

.nai-hero-desc strong {
    color: #111111;
    font-weight: 700;
}

.nai-hero-tagline {
    font-size: 14px;
    color: #c8940a;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nai-hero-tagline i {
    font-size: 16px;
    color: #ffc811;
}

.nai-hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.nai-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffc811;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 28px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #ffc811;
}

.nai-btn-primary:hover {
    background: #111111;
    color: #ffc811;
    border-color: #111111;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.nai-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 28px;
    text-decoration: none;
    border: 2px solid #cccccc;
    transition: all 0.3s ease;
}

.nai-btn-outline:hover {
    border-color: #ffc811;
    color: #c8940a;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255,200,17,0.15);
}

.nai-hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
    background: #f9f9f9;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #ffc811;
    padding: 18px 24px;
}

.nai-hstat {
    flex: 1;
    text-align: center;
}

.nai-hstat strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #111111;
    line-height: 1;
}

.nai-hstat span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.nai-hstat-sep {
    width: 1px;
    height: 36px;
    background: #e5e7eb;
    flex: 0 0 1px;
}

.nai-hero-right {
    flex: 0.9;
}

.nai-intro-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 0 32px 32px;
    position: relative;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.nai-intro-card:hover {
    box-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 0 0 2px #ffc811;
}

.nai-card-top-bar {
    height: 4px;
    background: linear-gradient(90deg, #ffc811, #ffa500);
    margin: 0 -32px 28px;
}

.nai-intro-icon {
    width: 52px;
    height: 52px;
    background: rgba(255,200,17,0.1);
    border: 1.5px solid rgba(255,200,17,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #c8940a;
    font-size: 22px;
    transition: background 0.3s, color 0.3s;
}

.nai-intro-card:hover .nai-intro-icon {
    background: #ffc811;
    color: #111111;
}

.nai-intro-title {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
}

.nai-intro-underline {
    width: 40px;
    height: 3px;
    background: #ffc811;
    margin-bottom: 18px;
}

.nai-intro-text {
    font-size: 13.5px;
    color: #4b5563;
    line-height: 1.75;
    margin: 0;
}

.nai-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.nai-product-tags span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    padding: 5px 12px;
    transition: all 0.2s ease;
    cursor: default;
}

.nai-product-tags span:hover {
    background: rgba(255,200,17,0.1);
    border-color: rgba(255,200,17,0.5);
    color: #c8940a;
}

.nai-product-tags span i {
    color: #ffc811;
    font-size: 11px;
}

.nai-intro-footer {
    display: flex;
    gap: 0;
    margin-top: 24px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.nai-ifeat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    padding: 0 10px;
}

.nai-ifeat:last-child {
    border-right: none;
}

.nai-ifeat i {
    font-size: 20px;
    color: #ffc811;
}

.nai-ifeat span {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ── About logo fix ── */
.aboutfst figure img {
    max-width: 180px;
    width: 180px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .nai-hero-container { flex-direction: column; gap: 40px; }
    .nai-hero-title { font-size: 32px; }
    .nai-services-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
    .nai-hero-section { padding: 50px 0 60px; }
    .nai-hero-title { font-size: 26px; }
    .nai-hero-stats { flex-wrap: wrap; gap: 16px; padding: 16px; }
    .nai-hstat-sep { display: none; }
    .nai-hero-btns { flex-direction: column; }
    .nai-btn-primary,
    .nai-btn-outline { text-align: center; justify-content: center; }
    .nai-intro-card { padding: 0 20px 24px; }
    .nai-card-top-bar { margin: 0 -20px 22px; }
    .nai-services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .nai-services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {

    /* Fix site-nav to be a proper flex row */
    .site-nav {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        float: none !important;
        padding: 5px 0 !important;
    }

    /* Logo to far LEFT */
    .site-nav > a {
        order: 1 !important;
        margin-left: 0 !important;
        flex-shrink: 0 !important;
    }

    /* Nav hidden on mobile */
    .site-nav nav#site-navigation {
        order: 3 !important;
        width: 100% !important;
        flex: none !important;
    }

    /* Hamburger to far RIGHT */
    .site-nav .navbar-toggle {
        order: 2 !important;
        margin-left: auto !important;
        float: none !important;
        display: block !important;
    }

    /* Remove any centering from header bar */
    .header-logo-bar {
        text-align: left !important;
    }

    /* Hide phone on mobile */
    .extra-item.menu-item-text {
        display: none !important;
    }
}
/* Mobile header layout */
@media (max-width: 767px) {

    .site-nav {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }

    /* Hide nav menu on mobile until toggled */
    #site-navigation {
        display: none;
        width: 100%;
        order: 3;
    }

    #site-navigation.active {
        display: block;
    }

    /* Logo stays left */
    .site-nav > a {
        order: 1;
        flex-shrink: 0;
    }

    /* Hamburger stays right */
    .navbar-toggle {
        order: 2;
        margin-left: auto !important;
        float: none !important;
    }

    /* Phone section hidden or below on mobile */
    .extra-item.menu-item-text {
        display: none;
    }
}
/* Logo responsive sizing */
@media (max-width: 767px) {
    .site-nav a[href] img {
        height: 40px !important;
    }
    .site-nav a[href][style] {
        margin-right: 10px !important;
        padding: 3px 7px !important;
    }
}
/* ── Header Logo Bar ── */
.header-logo-bar {
    background-color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.header-logo-link {
    display: inline-block;
    line-height: 1;
}

.header-logo-img {
    height: 70px;
    width: auto;
    display: block;
}

/* ── Mobile: smaller logo ── */
@media (max-width: 767px) {
    .header-logo-img {
        height: 50px;
    }
    .header-logo-bar {
        padding: 8px 15px;
        text-align: center;
    }
}

/* ── Revolution Slider Base ── */
.rev_slider_wrapper {
    width: 100% !important;
    overflow: hidden !important;
    max-height: 550px !important;
}
.rev_slider_wrapper,
.rev_slider_wrapper > .fullwidthbanner-container,
.forcefullwidth_wrapper_tp_banner {
    height: 550px !important;
    max-height: 550px !important;
    overflow: hidden !important;
}
.rev_slider {
    width: 100% !important;
}
.rev_slider_wrapper .fullwidthbanner-container,
.rev_slider_wrapper .rev_slider {
    height: 550px !important;
    max-height: 550px !important;
}

/* ── Tablet ── */
@media (min-width: 768px) and (max-width: 991px) {
    .rev_slider_wrapper,
    .rev_slider_wrapper > .fullwidthbanner-container,
    .forcefullwidth_wrapper_tp_banner,
    .rev_slider_wrapper .fullwidthbanner-container,
    .rev_slider_wrapper .rev_slider,
    .rev_slider_wrapper .rev_slider li,
    .rev_slider .rev-slidebg {
        height: 420px !important;
        max-height: 420px !important;
        min-height: 420px !important;
    }
    .fp_title_layer {
        font-size: 42px !important;
        line-height: 52px !important;
        white-space: normal !important;
        max-width: 70vw !important;
    }
    .fp_content_layer {
        font-size: 18px !important;
        line-height: 28px !important;
        white-space: normal !important;
    }
    .tp-leftarrow,
    .tp-rightarrow {
        width: 36px !important;
        height: 36px !important;
    }
}

/* ── Mobile ── */
@media (max-width: 767px) {
    .rev_slider_wrapper,
    .rev_slider_wrapper > .fullwidthbanner-container,
    .forcefullwidth_wrapper_tp_banner,
    .rev_slider_wrapper .fullwidthbanner-container,
    .rev_slider_wrapper .rev_slider,
    .rev_slider_wrapper .rev_slider li,
    .rev_slider .rev-slidebg {
        height: 320px !important;
        max-height: 320px !important;
        min-height: 320px !important;
    }

    /* FORCE ALL CAPTIONS VISIBLE */
    .rev_slider_wrapper .tp-caption,
    .rev_slider_wrapper .tp-caption.tp-resizeme {
        visibility: visible !important;
        display: block !important;
        opacity: 1 !important;
        overflow: visible !important;
    }

    .tp-caption.fp_title_layer,
    .tp-caption.fp_content_layer {
        position: absolute !important;
        left: 15px !important;
        width: 85vw !important;
        max-width: 85vw !important;
        white-space: normal !important;
        visibility: visible !important;
        display: block !important;
        opacity: 1 !important;
        overflow: visible !important;
    }
    .tp-caption.fp_title_layer {
        top: 40px !important;
        font-size: 22px !important;
        line-height: 30px !important;
        color: #fff !important;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.8) !important;
    }
    .tp-caption.fp_content_layer {
        top: 110px !important;
        font-size: 13px !important;
        line-height: 20px !important;
        color: rgb(255, 200, 17) !important;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8) !important;
    }

    .tp-leftarrow,
    .tp-rightarrow {
        width: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
    }
}

/* ── Small Mobile ── */
@media (max-width: 480px) {
    .rev_slider_wrapper,
    .rev_slider_wrapper > .fullwidthbanner-container,
    .forcefullwidth_wrapper_tp_banner,
    .rev_slider_wrapper .fullwidthbanner-container,
    .rev_slider_wrapper .rev_slider,
    .rev_slider_wrapper .rev_slider li,
    .rev_slider .rev-slidebg {
        height: 260px !important;
        max-height: 260px !important;
        min-height: 260px !important;
    }

    /* FORCE ALL CAPTIONS VISIBLE */
    .rev_slider_wrapper .tp-caption,
    .rev_slider_wrapper .tp-caption.tp-resizeme {
        visibility: visible !important;
        display: block !important;
        opacity: 1 !important;
        overflow: visible !important;
    }

    .tp-caption.fp_title_layer {
        top: 25px !important;
        font-size: 18px !important;
        line-height: 24px !important;
        width: 90vw !important;
        max-width: 90vw !important;
        color: #fff !important;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.8) !important;
    }
    .tp-caption.fp_content_layer {
        top: 85px !important;
        font-size: 11px !important;
        line-height: 17px !important;
        width: 88vw !important;
        max-width: 88vw !important;
        color: rgb(255, 200, 17) !important;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8) !important;
    }
}
.nai-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #ddd;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
}

.nai-card {
    background: #fff;
    padding: 1.6rem 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    cursor: default;
    transition: background 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.nai-card:hover {
    background: #fdf8f0;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.nai-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: #D4953A;
    transition: height 0.35s ease;
}

.nai-card:hover::before {
    height: 100%;
}

.nai-num {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #bbb;
    font-family: monospace;
}

.nai-card-icon {
    font-size: 1.8rem;
    color: #D4953A;
    transition: transform 0.25s ease, color 0.25s ease;
    line-height: 1;
}

.nai-card:hover .nai-card-icon {
    transform: translateY(-4px);
    color: #b87d2a;
}

.nai-card-body h3 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.nai-card-body p {
    font-size: 13px;
    color: #666;
    line-height: 1.55;
    margin: 0;
}

.footer-widgets .widget-title {
    color: #ffc811;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.footer-widgets p {
    color: #d5dce3;
    font-size: 15px;
}

.footer-widgets ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widgets ul.menu li {
    margin-bottom: 13px;
}

.footer-widgets ul.menu li a {
    color: #d5dce3;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-widgets ul.menu li a i {
    color: #ffc811;
    margin-right: 8px;
}

.footer-widgets ul.menu li a:hover {
    color: #ffc811;
    padding-left: 5px;
}

.footer-contact-info p {
    position: relative;
    padding-left: 28px;
    line-height: 1.7;
    margin-bottom: 14px;
    text-align: left;
}

.footer-contact-info p i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #ffc811;
    font-size: 16px;
}

.footer-contact-info a {
    color: #d5dce3;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact-info a:hover {
    color: #ffc811;
}

.footer-follow-row {
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: center;
}

.footer-social-center {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px;
    text-align: center;
}

.footer-social-center span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
}

.footer-social-center a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #ffc811;
    color: #061521;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.footer-social-center a i {
    line-height: 1;
}

.footer-social-center a:hover {
    background: #ffffff;
    color: #061521;
    transform: translateY(-4px);
    text-decoration: none;
}

.aboutus1.white-about {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    color: #222222;
}

.aboutus1.white-about:before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 200, 17, 0.18);
    border-radius: 50%;
    filter: blur(8px);
}

.aboutus1.white-about:after {
    content: "";
    position: absolute;
    bottom: -130px;
    left: -100px;
    width: 320px;
    height: 320px;
    background: rgba(6, 21, 33, 0.06);
    border-radius: 50%;
    filter: blur(8px);
}

.white-about .container {
    position: relative;
    z-index: 2;
}

.white-about .fh-section-title h2 {
    color: #061521;
    font-weight: 700;
    letter-spacing: 1px;
}

.white-about .fh-section-title h2:after {
    background: #ffc811;
}

.white-about-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    padding: 25px;
    min-height: 430px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.white-about-card:hover {
    transform: translateY(-10px);
    border-color: #ffc811;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.14);
}

.white-about .aboutfst figure {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 22px;
    position: relative;
    text-align: center;
}

.white-about .aboutfst figure img {
    width: 180px;
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.white-about .aboutfst:hover figure img {
    transform: scale(1.05);
}

.white-about p {
    color: #444444;
    line-height: 1.8;
    font-size: 15px;
}

.white-about h4 {
    color: #061521;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 12px;
}

.white-about h4:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 3px;
    background: #ffc811;
    left: 0;
    bottom: 0;
}

.white-about .witebtn {
    background: #ffc811;
    color: #061521;
    border-radius: 30px;
    padding: 12px 28px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid #ffc811;
}

.white-about .witebtn:hover {
    background: #061521;
    color: #ffffff;
    border-color: #061521;
    text-decoration: none;
}

.white-about .panel {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 14px;
}

.white-about .panel-heading {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 0;
    transition: all 0.3s ease;
}

.white-about .panel-heading:hover {
    background: #fff7d8;
    border-color: #ffc811;
}

.white-about .panel-title a {
    display: block;
    padding: 17px 20px;
    color: #061521;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.white-about .panel-title a:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #ffc811;
    margin-right: 10px;
}

.white-about .panel-title a:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    color: #061521;
}

.white-about .panel-body {
    background: #ffffff;
    color: #444444;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    margin-top: 8px;
    padding: 18px 20px;
    line-height: 1.8;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.white-about .highlight-list {
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}

.white-about .highlight-list li {
    color: #444444;
    margin-bottom: 10px;
    font-weight: 500;
}

.white-about .highlight-list li i {
    color: #ffc811;
    margin-right: 8px;
}

.nai-hero-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 70px 0 80px;
}

.nai-hero-bg-lines {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-around;
    pointer-events: none;
    z-index: 0;
}

.nai-hero-bg-lines span {
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255,200,17,0.15), transparent);
    animation: naiLinePulse 4s ease-in-out infinite;
}

.nai-hero-bg-lines span:nth-child(1) { animation-delay: 0s; }
.nai-hero-bg-lines span:nth-child(2) { animation-delay: 0.8s; }
.nai-hero-bg-lines span:nth-child(3) { animation-delay: 1.6s; }
.nai-hero-bg-lines span:nth-child(4) { animation-delay: 2.4s; }
.nai-hero-bg-lines span:nth-child(5) { animation-delay: 3.2s; }

@keyframes naiLinePulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 1; }
}

.nai-hero-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,200,17,0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.nai-hero-section::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffc811, #ffa500, #ffc811, transparent);
}

.nai-hero-container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.nai-hero-left {
    flex: 1.1;
}

.nai-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c8940a;
    background: rgba(255,200,17,0.1);
    border: 1px solid rgba(255,200,17,0.4);
    padding: 6px 16px;
    margin-bottom: 22px;
}

.nai-hero-badge i {
    font-size: 13px;
    color: #ffc811;
}

.nai-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #111111;
    line-height: 1.15;
    margin: 0 0 22px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.nai-hero-title span {
    color: #ffc811;
    position: relative;
}

.nai-hero-title span::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 3px;
    background: #ffc811;
    border-radius: 2px;
}

.nai-hero-desc {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 16px;
    max-width: 540px;
}

.nai-hero-desc strong {
    color: #111111;
    font-weight: 700;
}

.nai-hero-tagline {
    font-size: 14px;
    color: #c8940a;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nai-hero-tagline i {
    font-size: 16px;
    color: #ffc811;
}

.nai-hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.nai-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffc811;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 28px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #ffc811;
}

.nai-btn-primary:hover {
    background: #111111;
    color: #ffc811;
    border-color: #111111;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.nai-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 28px;
    text-decoration: none;
    border: 2px solid #cccccc;
    transition: all 0.3s ease;
}

.nai-btn-outline:hover {
    border-color: #ffc811;
    color: #c8940a;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255,200,17,0.15);
}

.nai-hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
    background: #f9f9f9;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #ffc811;
    padding: 18px 24px;
}

.nai-hstat {
    flex: 1;
    text-align: center;
}

.nai-hstat strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #111111;
    line-height: 1;
}

.nai-hstat span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.nai-hstat-sep {
    width: 1px;
    height: 36px;
    background: #e5e7eb;
    flex: 0 0 1px;
}

.nai-hero-right {
    flex: 0.9;
}

.nai-intro-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 0 32px 32px;
    position: relative;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.nai-intro-card:hover {
    box-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 0 0 2px #ffc811;
}

.nai-card-top-bar {
    height: 4px;
    background: linear-gradient(90deg, #ffc811, #ffa500);
    margin: 0 -32px 28px;
}

.nai-intro-icon {
    width: 52px;
    height: 52px;
    background: rgba(255,200,17,0.1);
    border: 1.5px solid rgba(255,200,17,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #c8940a;
    font-size: 22px;
    transition: background 0.3s, color 0.3s;
}

.nai-intro-card:hover .nai-intro-icon {
    background: #ffc811;
    color: #111111;
}

.nai-intro-title {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
}

.nai-intro-underline {
    width: 40px;
    height: 3px;
    background: #ffc811;
    margin-bottom: 18px;
}

.nai-intro-text {
    font-size: 13.5px;
    color: #4b5563;
    line-height: 1.75;
    margin: 0;
}

.nai-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.nai-product-tags span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    padding: 5px 12px;
    transition: all 0.2s ease;
    cursor: default;
}

.nai-product-tags span:hover {
    background: rgba(255,200,17,0.1);
    border-color: rgba(255,200,17,0.5);
    color: #c8940a;
}

.nai-product-tags span i {
    color: #ffc811;
    font-size: 11px;
}

.nai-intro-footer {
    display: flex;
    gap: 0;
    margin-top: 24px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.nai-ifeat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    padding: 0 10px;
}

.nai-ifeat:last-child {
    border-right: none;
}

.nai-ifeat i {
    font-size: 20px;
    color: #ffc811;
}

.nai-ifeat span {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ── About logo fix ── */
.aboutfst figure img {
    max-width: 180px;
    width: 180px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .nai-hero-container { flex-direction: column; gap: 40px; }
    .nai-hero-title { font-size: 32px; }
    .nai-services-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
    .nai-hero-section { padding: 50px 0 60px; }
    .nai-hero-title { font-size: 26px; }
    .nai-hero-stats { flex-wrap: wrap; gap: 16px; padding: 16px; }
    .nai-hstat-sep { display: none; }
    .nai-hero-btns { flex-direction: column; }
    .nai-btn-primary,
    .nai-btn-outline { text-align: center; justify-content: center; }
    .nai-intro-card { padding: 0 20px 24px; }
    .nai-card-top-bar { margin: 0 -20px 22px; }
    .nai-services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .nai-services-grid { grid-template-columns: repeat(2, 1fr); }
}

