  .navbar {
            background-color: #f8f9fa;
            padding: 3rem 0;
        }
        
        .navbar-brand {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .logo-icon {
            width: 40px;
            height: 40px;
            position: relative;
        }
        
        .logo-icon svg {
            width: 100%;
            height: 100%;
        }
        
        .brand-text {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }
        
        .brand-text strong {
            font-size: 1.1rem;
            font-weight: 700;
            color: #000;
            letter-spacing: 0.5px;
        }
        
        .nav-link {
            color: #000 !important;
            font-weight: 500;
            padding: 0.5rem 1rem !important;
            transition: color 0.3s;
        }
        
        .nav-link:hover {
            color: #dc3545 !important;
        }
        
        .nav-link.active {
            color: #dc3545 !important;
        }
        
        .btn-download {
            background: linear-gradient(135deg, #8B0000 0%, #DC143C 100%);
            color: white;
            padding: 0.75rem 1.5rem;
            border-radius: 25px;
            font-weight: 600;
            border: none;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .btn-download:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(220, 20, 60, 0.3);
            color: white;
        }
		
		
		  .hero-section {
            position: relative;
            min-height: 600px;
            overflow: hidden;
        }
        
        .hero-video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%);
            z-index: 1;
            object-fit: cover;
        }
        
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.3);
            z-index: 2;
        }
        
        .hero-content {
            position: relative;
            z-index: 3;
            padding: 100px 0 50px;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 2rem;
        }
        
        .btn-explore {
            background-color: #000;
            color: white;
            padding: 1rem 2.5rem;
            border-radius: 5px;
            font-weight: 600;
            border: none;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .btn-explore:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            color: white;
            background-color: #222;
        }
        
        .naics-card {
            position: relative;
            z-index: 2;
            background: white;
            border-radius: 15px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            margin-top: -80px;
        }
        
        .naics-icon {
            width: 80px;
            height: 80px;
            background: white;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 2rem;
            border: 2px solid #f0f0f0;
        }
        
        .naics-icon svg {
            width: 50px;
            height: 50px;
        }
        
        .naics-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0;
        }
        
        .naics-info {
            flex: 1;
        }
        
        .info-row {
            padding: 0.75rem 0;
            border-bottom: 1px solid #f0f0f0;
        }
        
        .info-row:last-child {
            border-bottom: none;
        }
        
        .info-label {
            font-weight: 600;
            color: #000;
            min-width: 200px;
            display: inline-block;
        }
        
        .info-value {
            color: #666;
        }
		
		.about-section {
            padding: 80px 0;
            background-color: #fff;
        }
        
        .section-label {
            color: #DC143C;
            font-weight: 700;
            font-size: 0.9rem;
            letter-spacing: 1px;
            margin-bottom: 0.5rem;
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 2rem;
        }
        
        .section-text {
            color: #555;
            line-height: 1.8;
            font-size: 1rem;
            margin-bottom: 2.5rem;
        }
        
        .vision-title {
            color: #DC143C;
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }
        
        .about-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .image-wrapper {
            height: 100%;
            min-height: 400px;
        }
		
		
		
		 .capabilities-section {
            padding: 80px 0;
          
        }
        
        .section-label {
            color: #DC143C;
            font-weight: 700;
            font-size: 0.9rem;
            letter-spacing: 1px;
            text-align: center;
            margin-bottom: 0.5rem;
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #000;
            text-align: center;
            margin-bottom: 4rem;
        }
        
        .capability-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            height: 100%;
        }
        
        .card-image {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .card-content {
            padding: 30px;
        }
        
        .card-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 1.5rem;
        }
        
        .card-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .card-list li {
            color: #555;
            font-size: 0.95rem;
           
            padding-left: 1.5rem;
            position: relative;
        }
        
        .card-list li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #000;
            font-weight: bold;
            font-size: 1.2rem;
        }
		.capabilities-section .row {
    row-gap: 40px;
}


        .footer-section {
            background-color: #1a1a2e;
           
        }
        
        .footer-top {
            border-top: 9px solid #DC143C;
            padding-top: 50px;
            padding-bottom: 50px;
        }
        
        .footer-logo {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .logo-icon svg {
            width: 50px;
            height: 50px;
        }
        
        .brand-text {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }
        
        .brand-text strong {
            font-size: 1rem;
            font-weight: 700;
            color: white;
            letter-spacing: 0.5px;
        }
        
        .footer-description {
            color: white;
            font-size: 18px;
            line-height: 1.8;
            margin-top: 56px;
        }
        
        .footer-title {
            color: white;
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-links li {
            margin-bottom: 0.8rem;
        }
        
        .footer-links a {
            color: white;
            text-decoration: none;
            font-size: 0.95rem;
            transition: color 0.3s;
        }
        
        .footer-links a:hover {
            color: #DC143C;
        }
        
        .footer-bottom {
            background-color: #15151f;
            padding: 20px 0;
            text-align: center;
        }
        
        .copyright-text {
            color: white;
            margin: 0;
            font-size: 0.9rem;
        }
        /* Contact Location Section */
        .contact-location-section {
            padding: 80px 0;
        }
        
        .contact-location-section .section-label {
            text-align: center;
        }
        
        .contact-location-section .section-title {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        /* Contact Form Styling */
        .contact-form-group {
            margin-bottom: 20px;
        }
        
        .contact-form-label {
            font-size: 15px;
            color: #1F2937;
            margin-bottom: 8px;
            display: block;
        }
        
        .contact-form-input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #D1D5DB;
            background-color: #F9FAFB;
            font-size: 14px;
            transition: border-color 0.3s ease;
        }
        
        .contact-form-input:focus {
            outline: none;
            border-color: #1E40AF;
            background-color: #ffffff;
        }
        
        .contact-form-textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #D1D5DB;
            background-color: #F9FAFB;
            font-size: 14px;
            min-height: 180px;
            resize: vertical;
            transition: border-color 0.3s ease;
        }
        
        .contact-form-textarea:focus {
            outline: none;
            border-color: #1E40AF;
            background-color: #ffffff;
        }
        
        .contact-submit-btn {
            background-color: #1E40AF;
            color: white;
            padding: 12px 40px;
            border: none;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .contact-submit-btn:hover {
            background-color: #1E3A8A;
        }
