
        :root {
            --primary: #003366; 
            --secondary: #B8B8B8; 
            --accent: #004d99;
            --text-dark: #1a1a1a;
            --white: #ffffff;
        }

        body {
            font-family: 'Lato', sans-serif;
            color: var(--text-dark);
            background-color: #f8f9fa;
            overflow-x: hidden;
        }

        h1, h2, h3,h5, .brand-font {
font-family: 'Montserrat', sans-serif;         
   letter-spacing: 1px;
        }

        .about-section {
            padding: 21px 0;
            position: relative;
            overflow: hidden;
        }



        /* navbar css*/


        /* Navbar Custom Styles */
.navbar-aerospace {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 3px solid var(--primary);
    padding: 12px 0;
    transition: all 0.3s ease;
}

.brand-logo {
    height: 79px;
    width: auto;
}

/* ================= NAV LINKS ================= */
.nav-link {
font-family: 'Montserrat', sans-serif;         
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 18px !important;
    position: relative;
}

/* Hover underline */
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--secondary);
    transition: 0.3s;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 70%;
}

/* ================= TOGGLER ================= */
.navbar-toggler {
    border: none;
    color: var(--primary);
    font-size: 1.4rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* ================= MOBILE FIXES ================= */
@media (max-width: 991px) {

    .navbar-aerospace {
        padding: 10px 0;
    }

    .brand-logo {
        height: 40px;
    }

    .navbar-collapse {
        background: white;
        margin-top: 10px;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

    .nav-link {
        padding: 12px !important;
        display: block;
    }

    /* remove hover line on mobile */
    .nav-link::after {
        display: none;
    }
}



/*end css*/

        /* Aerospace Tech Badge */
        .tech-tag {
            display: inline-block;
            padding: 5px 15px;
            background: var(--primary);
            color: var(--white);
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            border-left: 4px solid var(--secondary);
            margin-bottom: 20px;
        }

        .section-title {
            color: var(--primary);
            font-weight: 700;
            position: relative;
            margin-bottom: 30px;
        }

        .text-silver {
            color: #707070;
            font-weight: 500;
        }

       
        .highlight-card {
            background: var(--white);
            border: 1px solid #e0e0e0;
            padding: 25px;
            border-radius: 0px; 
            transition: all 0.3s ease;
            position: relative;
            height: 100%;
        }

        .highlight-card::before {
            content: "";
            position: absolute;
            top: 0; left: 0; width: 100%; height: 3px;
            background: var(--secondary);
            transition: 0.3s;
        }

        .highlight-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 51, 102, 0.1);
        }

        .highlight-card:hover::before {
            background: var(--primary);
        }

        .icon-box {
            font-size: 2rem;
            color: var(--primary);
            margin-bottom: 15px;
        }

   
        .image-wrapper {
            position: relative;
            padding: 10px;
        }

        .main-image {
            width: 100%;
            height: 500px;
            background: linear-gradient(135deg, var(--primary) 0%, #001a33 100%);
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            box-shadow: 20px 20px 0px var(--secondary);
        }

        .exp-badge {
            position: absolute;
            top: -20px;
            right: -20px;
            background: var(--secondary);
            color: var(--primary);
            padding: 25px;
            text-align: center;
            font-weight: 800;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        /* Responsive Tweaks */
        @media (max-width: 991px) {
            .about-section { padding: 60px 0; }
            .main-image { height: 350px; margin-top: 50px; }
            .exp-badge { top: 30px; right: 20px; padding: 15px; }
        }




        /* technical Process CSS*/

             .custom-table-container {
        box-shadow: 10px 10px 0px #B8B8B8;
        border: 1px solid #B8B8B8;
    }
    
    .table-hover tbody tr:hover {
        background-color: rgba(0, 51, 102, 0.03);
    }

    .font-monospace {
        font-family: 'Courier New', Courier, monospace !important;
        font-weight: 700;
        letter-spacing: -0.5px;
    }

    .cap-icon {
        width: 32px;
        height: 32px;
        background: #B8B8B8;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        font-size: 0.9rem;
    }


    /*industries we serve*/

     .industry-card {
        background: #ffffff;
        border: 1px solid #e0e0e0;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        overflow: hidden;
    }

    .industry-card:hover {
        transform: translateY(-10px);
        border-color: #003366;
        box-shadow: 0 15px 35px rgba(0, 51, 102, 0.1);
    }

    .active-card {
        border-bottom: 5px solid #003366;
    }

    .industry-icon-wrapper {
        width: 70px;
        height: 70px;
        background: #f1f5f9;
        color: #003366;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        margin: 0 auto 20px;
        border-radius: 0; 
        border: 2px solid #B8B8B8;
        transition: 0.3s;
    }

    .industry-card:hover .industry-icon-wrapper {
        background: #003366;
        color: #ffffff;
        border-color: #003366;
    }

    .industry-card h5 {
        color: #003366;
        /* font-family: 'Orbitron', sans-serif; */
        font-size: 1rem;
        margin-bottom: 12px;
    }

    .industry-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 15px 15px;
        border-color: transparent transparent #B8B8B8 transparent;
        opacity: 0.5;
    }


    /* Quality Assurance Certificate CSS*/



     .btn-outline-navy {
        border-color: #003366;
        color: #003366;
        border-radius: 0;
        transition: 0.3s;
    }
    .btn-outline-navy:hover {
        background-color: #003366;
        color: #ffffff;
    }
    .cert-item {
        transition: transform 0.3s ease;
    }
    .cert-item:hover {
        transform: scale(1.02);
        box-shadow: 5px 5px 0px #B8B8B8;
    }





    .facility-photo-wrapper {
        height: 220px;
        position: relative;
        overflow: hidden;
        border: 1px solid #B8B8B8;
        transition: 0.4s ease;
    }

    .photo-placeholder {
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #001a33, #003366);
        transition: 0.5s ease;
        position: relative;
    }

    .facility-photo-wrapper:hover .photo-placeholder {
        transform: scale(1.1);
        filter: brightness(1.2);
    }

    .facility-photo-wrapper:hover {
        border-color: #003366;
        box-shadow: 10px 10px 0px #B8B8B8;
        z-index: 2;
    }

    .facility-photo-wrapper .badge {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        letter-spacing: 0.5px;
        z-index: 5;
    }

    .highlights-box li i {
        font-size: 1rem;
        flex-shrink: 0;
    }


    /*footer css*/


.footer-aerospace {
    background-color: #0d1117;
    border-top: 5px solid var(--secondary);
    color: var(--white);
    padding: 80px 0 30px;
    font-size: 0.9rem;
}

.footer-logo-text {
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 2px;
}

.footer-link-list {
    list-style: none;
    padding: 0;
}

.footer-link-list li {
    margin-bottom: 12px;
}

.footer-link-list a {
    color: #b8b8b8;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}

.footer-link-list a:hover {
    color: var(--white);
    transform: translateX(5px);
}

.social-icon-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    color: var(--white);
    border: 1px solid rgba(255,255,255,0.2);
    transition: 0.3s;
    text-decoration: none;
}

.social-icon-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

.map-container {
    filter: grayscale(1) invert(0.9) contrast(1.2);
    border: 1px solid rgba(255,255,255,0.1);
}

.copyright-bar {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 25px;
    margin-top: 50px;
    color: #666;
}


/*paralx effect*/

.hero-parallax {
            position: relative;
            height: 70vh;
            /* min-height: 700px; */
            
            display: flex;
            align-items: center;
            overflow: hidden;
            /* background-image: linear-gradient(90deg, rgba(10, 15, 24, 0.9) 20%, rgba(10, 15, 24, 0.2) 100%),
                              url('https://images.unsplash.com/photo-1540575861501-7cf05a4b125a?auto=format&fit=crop&q=80&w=2070');
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        } */
 
 
 
 
 
         background-image: linear-gradient(90deg, rgba(10, 15, 24, 0.9) 20%, rgba(10, 15, 24, 0.2) 100%),
                              url('./img/electroplating-2.jpg');
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
 
 
 
 
        .hero-content {
            z-index: 2;
        }
 
        h1 {
            font-weight: 800;
            /* font-size: clamp(2.5rem, 5vw, 4rem);
             */
                 font-size: clamp(2.5rem, 5vw, 3rem);
            line-height: 1.1;
            color: #ffffff;
            margin-bottom: 1.5rem;
            letter-spacing: -1px;
        }
 
        .subheadline {
            font-size: 1.25rem;
            color: #ced4da;
            max-width: 600px;
            margin-bottom: 2.5rem;
            line-height: 1.6;
            border-left: 3px solid var(--primary-blue);
            /* padding-left: 20px; */
        }
 
        .btn-primary-custom {
            background-color: #003366;
            border: none;
            padding: 16px 32px;
            font-weight: 700;
            color: white;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-right: 15px;
        }
 
        .btn-primary-custom:hover {
            background-color: cyan;
            color: var(--deep-navy);
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 242, 255, 0.3);
        }
 
        .btn-outline-custom {
            border: 2px solid rgba(255, 255, 255, 0.5);
            background: transparent;
            padding: 16px 32px;
            font-weight: 700;
            color: white;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
 
        .btn-outline-custom:hover {
            border-color: white;
            background: rgba(255, 255, 255, 0.1);
            color: white;
        }
 
        .process-link {
            display: inline-block;
            margin-top: 2rem;
            color: var(--accent-cyan);
            text-decoration: none;
            font-weight: 600;
            letter-spacing: 1px;
            transition: 0.3s;
                padding-left: 4px;

        }
 
        .process-link:hover {
            color: #ffffff;
            padding-left: 10px;
        }
 
        .tech-line {
            position: absolute;
            bottom: 10%;
            left: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, var(--accent-cyan), transparent);
            opacity: 0.3;
        }



        .hidden_1{
            overflow-x: hidden;
            overflow-y: hidden;
        }

        .img_c_1{
            width: 400px;
        }


        .img_c_2{
            width: 200px;
            height: 200px;
        }
        
        @media (max-width: 767px) {
    /* 1. Prevents the full page from shaking (horizontal scrolling) */
    html, body {
        overflow-x: hidden !important; 
    }

    /* 2. Adjust heading size and prevent long words from breaking the screen */
    .hero-content h1 {
        font-size: 1.8rem !important; /* Scaled down slightly for mobile */
        line-height: 1.4 !important;
        margin-bottom: 15px;
        word-wrap: break-word !important; /* Ensures long words stay inside */
    }
    
    /* 3. DO NOT hide the <br> tags. Let them break normally so words don't mix! */
    .hero-content h1 br {
        display: block !important; 
    }

    /* 4. Adjust subheadline */
    .hero-content .subheadline {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
        margin-bottom: 25px !important;
        padding-right: 10px; /* Gives a little breathing room */
    }

    /* 5. Stack buttons properly */
    .hero-content .d-flex.flex-wrap {
        flex-direction: column !important;
        gap: 12px !important;
        width: 100%;
    }

    .hero-content .btn {
        width: 100%;
        padding: 12px 20px !important;
        text-align: center;
    }

    /* 6. Center the link */
    .hero-content .process-link {
        display: block;
        margin-top: 20px !important;
        text-align: center;
    }
}
/* ==========================================================================
   GLOBAL ANTI-SHAKE & ABOUT SECTION MOBILE FIX
   ========================================================================== */

/* 1. Global fix for horizontal scrolling/shaking */
html, body {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
}

/* 2. Desktop padding for About Section */
.about-content-padding {
    padding-left: 100px;
    padding-right: 80px;
}

/* 3. Image responsiveness */
.about-logo-img {
    width: 100%;
    max-width: 570px; /* Limits size on desktop, scales down on mobile */
    height: auto;
    object-fit: contain;
}

/* 4. Mobile specifics for About section */
@media (max-width: 991px) {
    /* Reset padding so text doesn't get squeezed */
    .about-content-padding {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 40px;
    }
    
    .about-left {
        padding-bottom: 20px;
    }

    /* Make image smaller on mobile so it fits nicely */
    .about-logo-img {
        max-width: 300px !important;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    /* Fix the lead text border so it looks clean on mobile */
    .about-section .lead {
        font-size: 1.1rem;
        padding-left: 10px !important;
    }
}
/* ==========================================================================
   ABOUT SECTION - MATCHING HEIGHT & BLUE BACKGROUND FIX
   ========================================================================== */

/* 1. Desktop Styles (> 992px) */
@media (min-width: 992px) {
    /* Ensures the Bootstrap row stretches columns to equal height */
    .about-row-stretch {
        display: flex;
        align-items: stretch !important; /* This makes left and right columns equal height */
    }

    /* Sets the desktop blue background ONLY on the right column */
    .about-section .about-right {
        /* background-color: #003366 !important; Your Navy Blue Color */
    }

    /* Desktop padding for content wrapper (80px top/bottom, balanced left/right) */
    .about-desktop-padding {
        padding: 80px 80px 80px 100px; /* Top, Right, Bottom, Left */
    }

    /* Flex container inside col-lg-5 to perfectly center the logo vertically & horizontally */
    .logo-container-centered {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    /* Restrict the desktop logo width so it doesn't look too huge on larger screens */
    .about-main-logo {
        max-width: 80% !important; /* Adjust as needed, e.g., 500px or 80% */
        height: auto;
        object-fit: contain;
    }
}

/* 2. Mobile View Fixes (< 991px) */
@media (max-width: 991px) {
    /* Mobile specific padding from your provided CSS */
    .about-desktop-padding {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* On mobile, remove the full blue background for cleaner look */
    .about-section .about-right {
        background-color: transparent !important;
        padding: 40px 20px !important;
    }

    /* Compact logo for mobile */
    .about-main-logo {
        max-width: 250px !important; /* Neat and centered on mobile */
        height: auto;
        margin: 0 auto;
        display: block;
    }
}
/* ==========================================================================
   ABOUT SECTION - PERFECT MOBILE FIX & ANTI-SHAKE
   ========================================================================== */

/* 1. Global strict fix to completely stop horizontal shaking */
html, body {
    overflow-x: hidden !important;
    width: 100vw !important;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Ensure logo image stays within limits */
.about-logo-img {
    width: 100%;
    max-width: 570px;
    height: auto;
    object-fit: contain;
}

/* =========================================
   2. DESKTOP VIEW (Client Requirement)
   ========================================= */
@media (min-width: 992px) {
    /* Make left and right sides equal height */
    .about-section .row {
        display: flex;
        align-items: stretch !important; 
    }
    
    /* Blue background ONLY on desktop */
    .about-section .about-right {
        /* background-color: #003366 !important;  */
    }
    
    /* Vertical spacing for desktop */
    .about-section .about-left {
        padding: 80px 0;
    }
}

/* =========================================
   3. MOBILE VIEW FIXES (< 991px)
   ========================================= */
@media (max-width: 991px) {
    
    /* Overrides the inline 100px padding from your HTML so text fits perfectly */
    .about-section .content-wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Removes the huge top and bottom spacing on mobile */
    .about-section .about-left {
        padding-top: 40px !important;
        padding-bottom: 10px !important;
    }

    /* REMOVES BLUE BACKGROUND on mobile and removes extra space */
    .about-section .about-right {
        background-color: #ffffff !important; /* Forces white background */
        background: none !important;
        padding: 0px 20px 40px 20px !important; /* Minimal bottom space */
        min-height: auto !important;
    }

    /* Makes the logo smaller and centered on mobile so it doesn't cause shaking */
    .about-logo-img {
        max-width: 220px !important;
        margin: 0 auto;
        display: block;
    }

    /* Adjust text sizes slightly so words don't push the screen */
    .about-section .section-title {
        font-size: 2.2rem !important;
        word-wrap: break-word;
    }
    
    .about-section .lead {
        font-size: 1.05rem !important;
        padding-left: 10px !important;
    }
}
/* ==========================================================================
   UPDATED FOOTER STYLES
   ========================================================================== */

/* Social Icons */
.social-icon-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50%;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon-btn:hover {
    background: #003366; 
    border-color: #4da6ff;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(77, 166, 255, 0.3);
}

/* Footer Links Hover Effect */
.footer-link-list a {
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-link-list a:hover {
    color: #B8B8B8 !important;
    transform: translateX(8px);
}
/* ==========================================================================
   ABOUT SECTION - CLEAN WHITE LOOK (NO BLUE BOX) & ANTI-SHAKE
   ========================================================================== */

/* 1. Global strict fix to completely stop horizontal shaking */
html, body {
    overflow-x: hidden !important;
    width: 100vw !important;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Override the inline 570px width from HTML so it doesn't shake on mobile */
.about-right img {
    max-width: 100% !important;
    height: auto !important;
}

/* =========================================
   2. DESKTOP VIEW
   ========================================= */
@media (min-width: 992px) {
    /* Remove the blue background completely */
    .about-section .about-right {
        background-color: transparent !important; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .about-section .about-left {
        padding: 80px 0;
    }

    /* Keep logo size normal on desktop */
    .about-right img {
        width: 450px !important; /* Perfect size for desktop */
    }
}

/* =========================================
   3. MOBILE VIEW FIXES (< 991px)
   ========================================= */
@media (max-width: 991px) {
    
    /* Overrides the inline 100px padding from your HTML so text fits perfectly */
    .about-section .content-wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Removes the huge top and bottom spacing on mobile */
    .about-section .about-left {
        padding-top: 40px !important;
        padding-bottom: 10px !important;
    }

    /* NO BLUE BACKGROUND on mobile, completely clean */
    .about-section .about-right {
        background-color: transparent !important;
        background: none !important;
        padding: 10px 20px 40px 20px !important; 
        min-height: auto !important;
    }

    /* Makes the logo smaller and centered on mobile so it doesn't cause shaking */
    .about-right img {
        max-width: 220px !important;
        margin: 0 auto;
        display: block;
    }

    /* Adjust text sizes slightly so words don't push the screen */
    .about-section .section-title {
        font-size: 2.2rem !important;
        word-wrap: break-word;
    }
    
    .about-section .lead {
        font-size: 1.05rem !important;
        padding-left: 10px !important;
    }
}


/* ==========================================================================
   NAVBAR FIX (FIXED TOP)
   ========================================================================== */
body {
    /* Adjust this value based on your navbar's actual height (usually 70px to 90px) */
    padding-top: 80px; 
}

/* Ensure navbar always stays on top of everything */
.navbar-aerospace {
    background: #ffffff; /* Must have a background color, otherwise it's transparent */
    z-index: 1050 !important; /* Bootstrap standard for fixed top */
    transition: all 0.3s ease;
}

/* Optional: Slight shadow when scrolling */
.navbar-aerospace.shadow-sm {
    box-shadow: 0 2px 15px rgba(0,0,0,0.05) !important;
}
/* ==========================================================================
   NAVBAR & HERO SECTION SPACING FIX
   ========================================================================== */
body {
    padding-top: 75px; /* Exact height of your navbar */
}

/* Push the hero content slightly down so it doesn't touch the navbar */
.hero-parallax {
    padding-top: 50px; 
}

/* Ensure scroll positioning is accurate when clicking nav links */
html {
    scroll-padding-top: 80px !important; 
}
.facility-img {
   
    transition: transform 0.4s ease;
    
  
    will-change: transform;
    transform: translateZ(0); 
    backface-visibility: hidden;
}
/* ==========================================================================
   NAVBAR SHRINK EFFECT ON SCROLL
   ========================================================================== */
/* Smooth transition for the navbar and logo */
.navbar-aerospace, .brand-logo {
    transition: all 0.4s ease-in-out;
}

/* Original padding for navbar (when at the top) */
.navbar-aerospace {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Shrunk state (when scrolled) */
.navbar-aerospace.navbar-shrink {
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Optional: Shrink the logo slightly when scrolled */
.navbar-aerospace.navbar-shrink .brand-logo {
    max-height: 50px; /* Adjust based on your logo's original size */
}

/* Certificate Modal Image Fit */
.cert-fit-img {
    max-height: 85vh !important;
  
    width: auto !important;
   
    object-fit: contain;
   
    margin: 0 auto;
   
    display: block;
}