/* ==========================================================================
   Redesigned White Navigation Bar - Site-wide Consistency
   ========================================================================== */

/* --- Navbar Container & Background --- */
.header,
.header-transparent,
.header-white,
.sticky-navbar,
.navbar {
    background-color: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
    border-bottom: 1px solid #e2e8f0 !important;
    transition: all 0.3s ease;
}

/* Ensure Logo Display, Responsiveness, and Left Padding on White Navbar */
.navbar-brand {
    display: flex !important;
    align-items: center !important;
    padding: 6px 0 6px 20px !important;
    margin: 0 !important;
    height: 100% !important;
}

.navbar-brand .logo-dark {
    display: inline-block !important;
    max-height: 100px !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.3s ease;
}

.navbar-brand .logo-light {
    display: none !important;
}

@media (max-width: 991px) {
    .navbar-brand {
        padding: 6px 0 6px 15px !important;
    }

    .navbar-brand .logo-dark {
        max-height: 45px !important;
        max-width: 220px !important;
    }
}

@media (max-width: 575px) {
    .navbar-brand {
        padding: 6px 0 6px 12px !important;
    }

    .navbar-brand .logo-dark {
        max-height:60px !important;
        max-width: 180px !important;
    }
}

@media (max-width: 380px) {
    .navbar-brand {
        padding: 6px 0 6px 10px !important;
    }

    .navbar-brand .logo-dark {
        max-height: 34px !important;
        max-width: 155px !important;
    }
}

/* --- Consistent Menu Item Font Size & Styling --- */
.navbar-nav .nav__item {
    margin-right: 0;
}

.navbar-nav .nav__item .nav__item-link {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    text-transform: capitalize !important;
    line-height: 75px !important;
    padding: 0 18px !important;
    letter-spacing: 0.2px;
    position: relative;
    transition: color 0.25s ease;
}

/* Hover and Active State Colors */
.navbar-nav .nav__item .nav__item-link:hover,
.navbar-nav .nav__item .nav__item-link.active {
    color: #072558 !important;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    text-decoration-thickness: 5px;
}

/* Hide underline indicators on active and hover nav items */
.navbar-nav .nav__item .nav__item-link::after,
.navbar-nav .nav__item .nav__item-link::before,
.navbar .nav__item .nav__item-link:after,
.navbar .nav__item .nav__item-link:before {
    display: none !important;
}

/* --- Mobile Navigation Styles --- */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #ffffff !important;
        padding: 15px 20px !important;
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
    }

    .navbar-nav .nav__item .nav__item-link {
        line-height: 45px !important;
        font-size: 16px !important;
        padding: 0 10px !important;
        border-bottom: 1px solid #f1f5f9;
    }

    .navbar-nav .nav__item:last-child .nav__item-link {
        border-bottom: none;
    }

    .navbar-nav .nav__item .nav__item-link::after {
        display: none !important;
    }

    .navbar-toggler .menu-lines span,
    .navbar-toggler .menu-lines:after,
    .navbar-toggler .menu-lines:before {
        background-color: #1e293b !important;
    }
}



/* ==========================================================================
   Classic Bexon Flush Angled Hero Layout (#072658 Deep Navy Theme)
   ========================================================================== */
.slider-bexon {
    background-color: #f4f8fb !important;
    position: relative;
    overflow: hidden;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.bexon-svg-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.bexon-shape-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 120px;
    background-color: #072658;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 767px) {
    .bexon-shape-top-right {
        width: 100px;
        height: 60px;
        opacity: 0.5;
    }
}

.bexon-shape-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 150px;
    background-color: #072658;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    z-index: 1;
    pointer-events: none;
}

.min-vh-slider {
    min-height: 520px;
    position: relative;
    display: flex;
    align-items: stretch;
}

.slide-bexon-item {
    position: relative;
    overflow: hidden;
}

.bexon-content-col {
    padding: 115px 40px 85px 90px !important;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .bexon-content-col {
        padding: 95px 30px 65px 60px !important;
    }
}

.bexon-content-wrapper {
    max-width: 580px;
    width: 100%;
    margin-top: 20px;
}

.bexon-badge {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    color: #072658;
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 18px;
    line-height: 1.4;
    max-width: 100%;
    word-break: break-word;
}

@media (max-width: 1199px) {
    .bexon-badge {
        font-size: 14px;
        letter-spacing: 0.8px;
    }
}

@media (max-width: 767px) {
    .bexon-badge {
        font-size: 13px;
        letter-spacing: 0.5px;
        margin-bottom: 14px;
    }
}

@media (max-width: 480px) {
    .bexon-badge {
        font-size: 12px;
        letter-spacing: 0.3px;
    }
}

.bexon-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 30px !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    color: #000000 !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 18px !important;
}

@media (max-width: 1199px) {
    .bexon-title {
        font-size: 28px !important;
    }
}

@media (max-width: 767px) {
    .bexon-title {
        font-size: 24px !important;
    }
}

.bexon-desc {
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
    color: #000000 !important;
    margin-bottom: 32px !important;
    font-weight: 400 !important;
}

.bexon-cta-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.btn-bexon {
    display: inline-flex;
    align-items: center;
    background-color: #072658;
    color: #ffffff !important;
    padding: 9px 10px 9px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(7, 38, 88, 0.28);
    text-decoration: none !important;
    cursor: pointer;
}

.btn-bexon:hover {
    background-color: #001538;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(7, 38, 88, 0.38);
    color: #ffffff !important;
}

.btn-icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    font-size: 13px;
    transition: transform 0.3s ease;
}

.btn-bexon:hover .btn-icon-circle {
    transform: translateX(3px) rotate(-45deg);
}

.btn-bexon-outline {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #072658 !important;
    border: 2px solid #072658;
    padding: 9px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.btn-bexon-outline:hover {
    background-color: #072658;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(7, 38, 88, 0.2);
}

/* Right Angled Image Column - Side-by-side on desktop/tablet (>=768px), stacked on mobile (<768px) */
@media (min-width: 768px) {
    .bexon-content-col {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    
    .bexon-img-col {
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        width: 50% !important;
        height: 100% !important;
        z-index: 2;
        padding: 20px 30px 20px 10px !important;
    }

    .bexon-img-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 16px;
        overflow: hidden;
    }

    .bexon-accent-bar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #072658;
        clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
        border-radius: 16px;
        z-index: 1;
    }

    .bexon-img-card {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 4% 100%);
        border-radius: 16px;
        z-index: 2;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .min-vh-slider {
        min-height: auto;
        flex-direction: column;
    }

    .bexon-content-col {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 35px 20px 20px 20px !important;
    }

    .bexon-img-col {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        padding: 10px 20px 45px 20px !important;
        z-index: 2;
    }

    .bexon-img-wrapper {
        position: relative;
        width: 100%;
        height: 270px;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(7, 38, 88, 0.15);
    }

    .bexon-accent-bar {
        display: none;
    }

    .bexon-img-card {
        position: relative;
        width: 100%;
        height: 100%;
        clip-path: none;
        border-radius: 16px;
        z-index: 2;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .bexon-img-wrapper {
        height: 220px;
    }
}

.bexon-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 16px;
}

/* Executive Carousel Pagination Dots */
.slider-bexon .owl-dots {
    position: absolute;
    bottom: 35px;
    left: 90px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
}

.slider-bexon .owl-dots .owl-dot {
    background: none;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    cursor: pointer;
}

.slider-bexon .owl-dots .owl-dot span {
    display: block;
    width: 100px;
    height: 10px;
    border-radius: 20px;
    background-color: rgba(7, 38, 88, 0.25) !important;
    border: none !important;
    margin: 0 !important;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.slider-bexon .owl-dots .owl-dot span:before {
    display: none !important;
}

.slider-bexon .owl-dots .owl-dot:hover span {
    background-color: rgba(7, 38, 88, 0.5) !important;
}

.slider-bexon .owl-dots .owl-dot.active span {
    width: 34px !important;
    height: 10px !important;
    border-radius: 20px !important;
    background-color: #072658 !important;
    box-shadow: 0 4px 12px rgba(7, 38, 88, 0.3) !important;
}

@media (max-width: 1199px) {
    .slider-bexon .owl-dots {
        left: 60px;
    }
}

@media (max-width: 991px) {
    .slider-bexon .owl-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .slider-bexon .owl-dots {
        bottom: 12px;
    }
    .slider-bexon .owl-dots .owl-dot span {
        width: 45px !important;
        height: 6px !important;
    }
    .slider-bexon .owl-dots .owl-dot.active span {
        width: 25px !important;
        height: 6px !important;
    }
}

@media (max-width: 480px) {
    .slider-bexon .owl-dots .owl-dot span {
        width: 32px !important;
        height: 5px !important;
    }
    .slider-bexon .owl-dots .owl-dot.active span {
        width: 18px !important;
        height: 5px !important;
    }
}

/* Active Slide Keyframe Animations */
.owl-item.active .bexon-badge {
    animation: sliderFadeDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) both;
}

.owl-item.active .bexon-title {
    animation: sliderFadeUp 0.9s cubic-bezier(0.25, 1, 0.5, 1) 0.15s both;
}

.owl-item.active .bexon-desc {
    animation: sliderFadeUp 0.9s cubic-bezier(0.25, 1, 0.5, 1) 0.3s both;
}

.owl-item.active .bexon-cta-group {
    animation: sliderFadeUp 0.9s cubic-bezier(0.25, 1, 0.5, 1) 0.45s both;
}

.owl-item.active .bexon-hero-img {
    animation: sliderZoomIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.1s both;
}

/* Hide slider navigation arrow buttons */
.slider .owl-nav,
.slider .owl-prev,
.slider .owl-next {
    display: none !important;
}

/* ==========================================================================
   3 Sections Alternating Left-Right Layout (#000068 Deep Navy Blue Theme)
   1. Who We Are (Left Content, Right Image)
   2. Our Vision (Left Image, Right Content)
   3. Why Us! (Left Content, Right Image)
   ========================================================================== */

/* Universal Section Styling */
.section-navy-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 75px;
}

.bg-light-white {
    background-color: #ffffff;
}

.bg-light-tint {
    background-color: #f4f7fc;
    /* border-top: 1px solid #e2e8f0; */
    /* border-bottom: 1px solid #e2e8f0; */
}

/* SVG Background Overlay */
.section-svg-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.section-navy-wrapper .container {
    position: relative;
    z-index: 2;
}

/* Common Eyebrow, Title & Text */
.site-eyebrow {
    display: inline-block;
    color: #000068 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
}

.site-section-title {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 35px !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
    color: #072558 !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 24px !important;
    padding-bottom: 12px !important;
    position: relative !important;
}

.site-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110px;
    height: 3px;
    background: linear-gradient(90deg, #072558 0%, #0056b3 100%);
    border-radius: 2px;
}

.text-center .site-section-title::after,
.site-section-title.text-center::after {
    left: 50%;
    transform: translateX(-50%);
}

.site-body-text {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #1b1c1d !important;
    margin-bottom: 18px !important;
    font-weight: 400 !important;
}

/* Image Showcase Containers */
.site-img-showcase {
    position: relative;
}

.site-img-showcase img {
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 14px 35px rgba(0, 0, 104, 0.12);
    border: 1px solid rgba(0, 0, 104, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.site-img-showcase img:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 104, 0.2);
    border-color: #000068;
}

.site-img-single {
    height: 380px;
    width: 100%;
}

/* Overlapping Sub Image Card (Who We Are) */
.about-sub-img-card {
    position: absolute;
    bottom: -20px;
    right: -10px;
    width: 48%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 35px rgba(0, 0, 104, 0.22);
    border: 4px solid #ffffff;
}

.about-sub-img-card img {
    height: 190px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 991px) {
    .section-navy-wrapper {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .site-section-title {
        font-size: 30px !important;
    }
    .site-img-single {
        height: 280px;
    }
    .about-sub-img-card {
        display: none;
    }
}

/* ==========================================================================
   Certifications Pill Badge Pod Design (#000068 Navy Theme)
   ========================================================================== */
.cert-section-v2 {
    background-color: #ffffff;
    padding-top: 85px;
    padding-bottom: 85px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e2e8f0;
}

.relative-z {
    position: relative;
    z-index: 2;
}

.cert-pill-box {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 104, 0.07);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    height: 100%;
}

.cert-pill-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 104, 0.15);
    border-color: #000068;
    background-color: #ffffff;
}

.cert-pill-img {
    width: 76px;
    height: 76px;
    min-width: 76px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cert-pill-box:hover .cert-pill-img {
    background: #f0f4ff;
    border-color: #000068;
    transform: scale(1.05);
}

.cert-pill-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cert-pill-info {
    overflow: hidden;
    flex: 1;
}

.cert-pill-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000068 !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.3 !important;
    white-space: normal;
}

.cert-pill-desc {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    display: block;
    line-height: 1.3;
    white-space: normal;
}

@media (max-width: 575.98px) {
    .cert-pill-box {
        padding: 16px 18px;
        gap: 14px;
        border-radius: 16px;
    }
    .cert-pill-img {
        width: 62px;
        height: 62px;
        min-width: 62px;
        border-radius: 12px;
        padding: 8px;
    }
    .cert-pill-title {
        font-size: 16px !important;
    }
    .cert-pill-desc {
        font-size: 13px !important;
    }
}

/* ==========================================================================
   Modern Light Navy Blue Footer Design (#003893 Light Navy Theme)
   ========================================================================== */
.footer {
    background-color: #072658 !important;
    color: #e2e8f0;
    position: relative;
}

.footer-top {
    background-color: #072658 !important;
    position: relative;
    overflow: hidden;
}

.footer-bottom {
    background-color: #072658 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-svg-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.footer-brand-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #e2e8f0;
}

/* Standalone LinkedIn Button */
.footer-linkedin-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #ffffff !important;
    color: #072658 !important;
    padding: 10px 22px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
    width: auto !important;
    height: auto !important;
}

.footer-linkedin-link:hover {
    background: #f8fafc !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25) !important;
    color: #072658 !important;
}

.footer-linkedin-link i {
    font-size: 15px;
}

/* Headings */
.footer-heading {
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    color: #ffffff !important;
    position: relative;
    padding-bottom: 8px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: #072658;
    border-radius: 2px;
}

/* Links List */
.footer-links-list li {
    margin-bottom: 10px;
}

.footer-links-list a {
    color: #e2e8f0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
}

.text-primary-light {
    color: #93c5fd !important;
}

.footer-links-list a:hover {
    color: #ffffff !important;
    transform: translateX(4px);
}

/* Contact Details */
.contact-icon-box {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.detail-label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #93c5fd;
}

.detail-value {
    font-size: 16px;
    color: #ffffff !important;
    font-weight: 500;
    line-height: 1.5;
    transition: color 0.25s ease;
}

a.detail-value:hover {
    color: #93c5fd !important;
}

/* Footer Bottom Bar */
.copyright-text {
    font-size: 13px;
    color: #cbd5e1;
}

.copyright-text strong {
    color: #ffffff;
}

.footer-tagline {
    font-size: 12px;
    color: #93c5fd;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ==========================================================================
   Product Categories Page Styling (Compact Light Navy Banner)
   ========================================================================== */
.product-page-banner {
    background: linear-gradient(135deg, #072658 0%, #001538 100%);
    padding-top: 20px !important;
    padding-bottom: 30px !important;
    position: relative;
    overflow: hidden;
}

.product-cat-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 104, 0.07);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-cat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 104, 0.16);
    border-color: #072658;
}

.product-card-img-wrap {
    position: relative;
    height: 230px;
    overflow: hidden;
    background-color: #f8fafc;
}

.product-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-cat-card:hover .product-card-img-wrap img {
    transform: scale(1.08);
}

.product-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-card-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #072658;
    background: rgba(0, 0, 104, 0.08);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
    width: fit-content;
}

.product-card-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #072658 !important;
    margin-bottom: 12px !important;
    line-height: 1.3 !important;
}

.product-card-desc {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #1b1c1d !important;
    margin-bottom: 20px !important;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-product-explore {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #072658;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none !important;
    width: 100%;
}

.btn-product-explore:hover {
    background-color: #000045;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 104, 0.25);
}

.btn-product-explore i {
    transition: transform 0.3s ease;
}

.btn-product-explore:hover i {
    transform: translateX(4px);
}

/* Modal Subcategories Styling */
.product-modal .modal-content {
    border-radius: 16px;
    border: none;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 104, 0.25);
}

.product-modal .modal-header {
    background: #072658;
    color: #ffffff;
    padding: 20px 28px;
    border: none;
}

.product-modal .modal-title {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff !important;
    margin: 0;
}

.product-modal .close {
    color: #ffffff;
    opacity: 0.8;
    font-size: 28px;
    transition: opacity 0.2s ease;
}

.product-modal .close:hover {
    opacity: 1;
}

.product-modal .modal-body {
    padding: 28px;
    background: #f8fafc;
}

.subcat-list-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.subcat-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    color: #131519 !important;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 104, 0.04);
}

.subcat-item-link:hover {
    background: #072658;
    color: #ffffff !important;
    border-color: #072658;
    transform: translateX(4px);
    box-shadow: 0 6px 18px rgba(0, 0, 104, 0.18);
}

.subcat-item-link i {
    font-size: 14px;
    transition: transform 0.25s ease;
}

.subcat-item-link:hover i {
    transform: translateX(4px);
}

/* ==========================================================================
   Quality & Audits Page Styling (#072658 Navy Theme)
   ========================================================================== */
.quality-page-banner {
    background: linear-gradient(135deg, #072658 0%, #001538 100%);
    padding-top: 20px !important;
    padding-bottom: 30px !important;
    position: relative;
    overflow: hidden;
}

.quality-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(7, 38, 88, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.quality-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(7, 38, 88, 0.15);
    border-color: #072658;
}

.quality-img-wrap {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    overflow: hidden;
}

.quality-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.discp{
    color:#000000;
    font-size: 16px;
}
.quality-card-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 6px !important;
    line-height: 1.3 !important;
}

.quality-card-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #072658;
    background: rgba(7, 38, 88, 0.08);
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 8px;
}

/* Equipment Showcase Cards */
.equipment-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(7, 38, 88, 0.07);
    transition: all 0.35s ease;
    height: 100%;
}

.equipment-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(7, 38, 88, 0.16);
    border-color: #072658;
}

.equipment-img-wrap {
    height: 220px;
    overflow: hidden;
    background-color: #f8fafc;
    position: relative;
}

.equipment-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.equipment-card:hover .equipment-img-wrap img {
    transform: scale(1.08);
}

.equipment-body {
    padding: 22px;
}

.equipment-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 6px !important;
}

.equipment-desc {
    font-size: 16px !important;
    color: #000000 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* ==========================================================================
   Manufacturing Capabilities Page Styling (#072658 Navy + #000000 Black Titles)
   ========================================================================== */
.capability-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(7, 38, 88, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.capability-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(7, 38, 88, 0.15);
    border-color: #072658;
}

.capability-card-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #072658;
    background: rgba(7, 38, 88, 0.08);
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 12px;
    width: fit-content;
}

.capability-card-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
}

.capability-card-desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #33363a !important;
    margin: 0 !important;
    flex-grow: 1;
}

/* Capability Gallery Item Cards */
.cap-gallery-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(7, 38, 88, 0.06);
    transition: all 0.35s ease;
    height: 100%;
}

.cap-gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(7, 38, 88, 0.15);
    border-color: #072658;
}

.cap-gallery-img-wrap {
    height: 220px;
    position: relative;
    overflow: hidden;
    background: #f8fafc;
}

.cap-gallery-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cap-gallery-card:hover .cap-gallery-img-wrap img {
    transform: scale(1.08);
}

.cap-gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    background: linear-gradient(0deg, rgba(7, 38, 88, 0.92) 0%, rgba(7, 38, 88, 0) 100%);
    color: #ffffff;
}

.cap-gallery-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

/* ==========================================================================
   Contact Us Page Styling (#072658 Navy + #000000 Black Titles)
   ========================================================================== */
.contact-info-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(7, 38, 88, 0.07);
    height: 100%;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-icon-avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: rgba(7, 38, 88, 0.08);
    color: #072658;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.contact-item-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a296c;
    margin-bottom: 4px;
}
#scrollTopBtn{
  background-color: #1a296c;
}
#scrollTopBtn:hover{
  background-color: #2b45ba;

}
.contact-item-value {
    font-size: 15px;
    font-weight: 600;
    color: #000000 !important;
    line-height: 1.5;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

a.contact-item-value:hover {
    color: #072658 !important;
}

.contact-form-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(7, 38, 88, 0.07);
}

.contact-form-card .form-control {
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    padding: 12px 16px;
    font-size: 14px;
    color: #1e293b;
    transition: all 0.25s ease;
}

.contact-form-card .form-control:focus {
    border-color: #072658;
    box-shadow: 0 0 0 3px rgba(7, 38, 88, 0.12);
}

.btn-contact-submit {
    background-color: #072658;
    color: #ffffff !important;
    padding: 0px 28px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(7, 38, 88, 0.2);
}

.btn-contact-submit:hover {
    background-color: #001538;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(7, 38, 88, 0.3);
}

/* ==========================================================================
   Product Detail Page Styling (#072658 Navy + #000000 Black Text)
   ========================================================================== */
.product-detail-img-box {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    box-shadow: 0 8px 24px rgba(7, 38, 88, 0.06);
}

.product-detail-img-box img {
    max-height: 280px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.product-detail-img-box img:hover {
    transform: scale(1.04);
}

/* Executive Specification Table */
.spec-table-wrap {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(7, 38, 88, 0.06);
}

.spec-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.spec-table th {
    background-color: #072658 !important;
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 14px 18px !important;
    border: none !important;
    text-align: center;
}

.spec-table td {
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: none !important;
    text-align: center;
    vertical-align: middle;
}

.spec-table tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

.spec-table tbody tr:hover {
    background-color: rgba(7, 38, 88, 0.04);
}

/* Approval / Certification Pod */
.product-approve-box {
    background: rgba(7, 38, 88, 0.05);
    border: 1px solid rgba(7, 38, 88, 0.15);
    border-radius: 12px;
    padding: 14px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #072658;
    font-weight: 700;
    font-size: 14px;
}

/* Product Features Card */
.product-features-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(7, 38, 88, 0.06);
}

.product-features-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.product-features-list li {
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #000000 !important;
    font-weight: 500 !important;
    padding: 10px 0;
    border-bottom: 1px dashed #e2e8f0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.product-features-list li:last-child {
    border-bottom: none;
}

.product-features-list li i {
    color: #072658;
    font-size: 16px;
    margin-top: 3px;
}

/* ==========================================================================
   Lenis Smooth Scrolling Overrides
   ========================================================================== */
html.lenis, html.lenis body {
    height: auto;
}

html.lenis {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

/* Footer Logo Responsiveness */
.footer-logo {
    max-height: 90px !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
