    /* ===== same excellent design as before ===== */
html {
  scroll-behavior: smooth;
}
    * { 
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; 
    }
    body {
        background: #f8fafc!important; 
    }
    .bg-nf-dark { background-color: #0b1a2e!important; }
    .bg-nf-gold { background-color: #b8860b!important; }
    .text-nf-gold { color: #b8860b!important; }
    .border-nf-gold { border-color: #b8860b!important; }
    .btn-nf-gold { background-color: #b8860b!important; color: #fff!important; border: none !important; }
    .btn-nf-gold:hover { background-color: #9e7409!important; color: #fff!important; }
    .btn-outline-nf-gold { border: 2px solid #b8860b!important; color: #b8860b!important; }
    .btn-outline-nf-gold:hover { background: #b8860b!important; color: #fff!important; }

    .navbar { 
        box-shadow: 0 4px 20px rgba(0,0,0,0.05); 
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 32px;
        background: var(--bg-blur);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid var(--border-color);
        border-radius: 50px;
        z-index: 1000;
        /box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);

    }
    .navbar-brand img { height: 40px; }
    .nav-link { font-weight: 500; color: #1e293b; }
    .nav-link:hover { color: #b8860b; }
    .nav-link.active { color: #b8860b !important; }

    .hero-section {
      background: linear-gradient(135deg, #0b1a2e 0%, #1a2f44 100%);
      color: white;
      background-image: url("../img/hero2.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

.goldIntro{
    background: linear-gradient(135deg, #0b1a2e 0%, #1a2f44 100%);
      padding: 4rem 0 3rem;
      color: white;
      background-image: url("../img/gold.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 60vh;
}

 .faq-item {
      border-bottom: 1px solid #e2e8f0;
      padding: 1.25rem 0;
    }
    .faq-item:last-child { border-bottom: none; }
    .faq-question {
      font-weight: 600;
      color: #0b1a2e;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .faq-question:hover { color: #b8860b; }
    .faq-answer {
      color: #475569;
      padding-top: 0.5rem;
      font-size: 0.95rem;
    }

.boxIntro{
    background: linear-gradient(135deg, #0b1a2e 0%, #1a2f44 100%);
      padding: 4rem 0 3rem;
      color: white;
      background-image: url("../img/box.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 60vh;
}
    .hero-section .display-4 { 
        font-weight: 600; letter-spacing: -0.02em;

}
    .hero-section .lead { font-weight: 400; color: #cbd5e1; }


 .hero-sectionAbout {
      background: linear-gradient(135deg, #0b1a2e 0%, #1a2f44 100%);
      padding: 4rem 0 3rem;
      color: white;
    }
    .hero-sectionAbout .display-4 { font-weight: 600; letter-spacing: -0.02em; }
    .hero-sectionAbout .lead { font-weight: 400; color: #cbd5e1; }
    .tracking-card {
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(4px);
      border-radius: 20px;
      padding: 1.5rem 2rem;
      border: 1px solid rgba(255,215,0,0.2);
    }
    .tracking-card .form-control {
      background: rgba(255,255,255,0.9);
      border: none;
      border-radius: 60px;
      padding: 0.75rem 1.5rem;
    }
    .tracking-card .btn {
      border-radius: 60px;
      padding: 0.75rem 2rem;
      font-weight: 600;
    }

    .section-title {
      font-weight: 600;
      letter-spacing: -0.01em;
      color: #0b1a2e;
    }
    .section-subtitle { color: #475569; }

    .service-icon {
      font-size: 2.8rem;
      color: #b8860b;
      background: #fef9e7;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 30px;
      margin-bottom: 1rem;
      transition: 0.2s;
    }
    .service-card {
      border: none;
      border-radius: 24px;
      background: white;
      box-shadow: 0 10px 30px -10px rgba(0,0,0,0.06);
      transition: 0.2s;
      height: 100%;
    }
    .service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px -12px rgba(0,0,0,0.12); }

    .asset-grid .card {
      border: none;
      border-radius: 24px;
      background: white;
      box-shadow: 0 8px 24px rgba(0,0,0,0.04);
      transition: 0.2s;
    }
    .asset-grid .card:hover { transform: scale(1.01); box-shadow: 0 16px 40px -8px rgba(0,0,0,0.08); }

    .vault-badge {
      background: #0b1a2e;
      color: #f8fafc;
      padding: 0.3rem 1.2rem;
      border-radius: 60px;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.02em;
    }

   /* services page specific */
    .service-card {
      border: none;
      border-radius: 24px;
      background: white;
      box-shadow: 0 10px 30px -10px rgba(0,0,0,0.06);
      transition: 0.3s;
      height: 100%;
      padding: 2rem 1.5rem;
      text-align: center;
    }
    .service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px -12px rgba(0,0,0,0.12); }
    .service-icon {
      font-size: 3.2rem;
      color: #b8860b;
      background: #fef9e7;
      width: 90px;
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 30px;
      margin: 0 auto 1.25rem;
    }

    .feature-list {
      list-style: none;
      padding: 0;
      margin: 1rem 0 0;
    }
    .feature-list li {
      padding: 0.5rem 0;
      border-bottom: 1px solid #f1f5f9;
      font-size: 0.9rem;
      color: #475569;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .feature-list li:last-child { border-bottom: none; }
    .feature-list i { color: #b8860b; }

       /* asset storage specific */
    .asset-card {
      border: none;
      border-radius: 24px;
      background: white;
      box-shadow: 0 10px 30px -10px rgba(0,0,0,0.06);
      transition: 0.3s;
      height: 100%;
      padding: 2rem 1.5rem;
      text-align: center;
    }
    .asset-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px -12px rgba(0,0,0,0.12); }
    .asset-icon {
      font-size: 3.2rem;
      color: #b8860b;
      background: #fef9e7;
      width: 90px;
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 30px;
      margin: 0 auto 1.25rem;
    }

    .service-badge {
      background: #0b1a2e;
      color: #f8fafc;
      padding: 0.3rem 1.2rem;
      border-radius: 60px;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.02em;
      display: inline-block;
    }

.feature-card {
      border: none;
      border-radius: 20px;
      background: white;
      padding: 1.75rem;
      box-shadow: 0 8px 24px rgba(0,0,0,0.04);
      transition: 0.2s;
      height: 100%;
    }
    .feature-card:hover { transform: scale(1.01); box-shadow: 0 16px 40px -8px rgba(0,0,0,0.08); }
    .feature-number {
      font-size: 1.8rem;
      font-weight: 700;
      color: #b8860b;
      opacity: 0.3;
      line-height: 1;
    }

    .security-badge {
      background: #0b1a2e;
      color: #f8fafc;
      padding: 0.3rem 1.2rem;
      border-radius: 60px;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.02em;
      display: inline-block;
    }

   /* contact page specific */
    .contact-card {
      border: none;
      border-radius: 24px;
      background: white;
      box-shadow: 0 10px 30px -10px rgba(0,0,0,0.06);
      transition: 0.2s;
      padding: 1.5rem;
      height: 100%;
    }
    .contact-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px -12px rgba(0,0,0,0.12); }
    .contact-icon {
      font-size: 2.2rem;
      color: #b8860b;
      background: #fef9e7;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      margin-bottom: 1rem;
    }
    .form-control {
      border-radius: 16px;
      padding: 0.75rem 1.25rem;
      border: 1px solid #e2e8f0;
      background: #f8fafc;
    }
    .form-control:focus {
      border-color: #b8860b;
      box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.15);
    }
    .contact-form-wrapper {
      background: white;
      border-radius: 28px;
      padding: 2.5rem;
      box-shadow: 0 20px 50px -15px rgba(0,0,0,0.08);
    }



    /* sample data demo */
    .demo-note {
      background: #fef9e7;
      border-radius: 12px;
      padding: 0.75rem 1rem;
      font-size: 0.85rem;
      color: #856404;
      border: 1px solid #f0e0b0;
    }



    .storage-grid .card {
      border: none;
      border-radius: 24px;
      background: white;
      box-shadow: 0 8px 24px rgba(0,0,0,0.04);
      transition: 0.2s;
    }
    .storage-grid .card:hover { transform: scale(1.01); box-shadow: 0 16px 40px -8px rgba(0,0,0,0.08); }

.cta-card {
      background: linear-gradient(135deg, #0b1a2e 0%, #1a2f44 100%);
      border-radius: 28px;
      padding: 3rem 2rem;
      color: white;
      text-align: center;
    }
    .cta-card .btn { font-weight: 600; }

    .footer {
      background: #0b1a2e;
      color: #cbd5e1;
      padding: 3rem 0 1.5rem;
    }
    .footer a { color: #e2e8f0; text-decoration: none; }
    .footer a:hover { color: #b8860b; }

    @media (max-width: 576px) {
      .hero-section { padding: 2.5rem 0 2rem; }
      .tracking-card { padding: 1.25rem; }
      .service-icon { width: 64px; height: 64px; font-size: 2.2rem; }
      .display-4{text-align: center;} 
      .displayMin{text-align: center;}
        .fw-semibold{text-align: center;}        
      .mobileBtn {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;     /* Centers vertically */
}
    }
    .track-result { background: #f1f5f9; border-radius: 60px; padding: 0.5rem 1.5rem; }


    .hero-section .display-4 { font-weight: 600; letter-spacing: -0.02em; }
    .hero-section .lead { font-weight: 400; color: #cbd5e1; }

    
    


    @media (max-width: 576px) {
      .hero-section { padding: 2.5rem 0 2rem; }
    }

    /* tracking page specific */
    .tracking-card {
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(4px);
      border-radius: 20px;
      padding: 1.75rem 2rem;
      border: 1px solid rgba(255,215,0,0.2);
    }
    .tracking-card .form-control {
      background: rgba(255,255,255,0.9);
      border: none;
      border-radius: 60px;
      padding: 0.75rem 1.5rem;
    }
    .tracking-card .btn {
      border-radius: 60px;
      padding: 0.75rem 2rem;
      font-weight: 600;
    }

    .status-badge {
      padding: 0.4rem 1.2rem;
      border-radius: 60px;
      font-weight: 600;
      font-size: 0.8rem;
      display: inline-block;
    }
    .status-in-transit { background: #fef9e7; color: #b8860b; }
    .status-secured { background: #e6f7e6; color: #1e7e34; }
    .status-pending { background: #fff3cd; color: #856404; }
    .status-delivered { background: #cce5ff; color: #004085; }
    .status-alert { background: #f8d7da; color: #721c24; }

    .tracking-dashboard {
      background: white;
      border-radius: 28px;
      padding: 2rem;
      box-shadow: 0 20px 50px -15px rgba(0,0,0,0.08);
    }

    .timeline-item {
      border-left: 3px solid #b8860b;
      padding-left: 1.5rem;
      padding-bottom: 1.5rem;
      position: relative;
    }
    .timeline-item:last-child { padding-bottom: 0; }
    .timeline-item::before {
      content: '';
      position: absolute;
      left: -7px;
      top: 4px;
      width: 12px;
      height: 12px;
      background: #b8860b;
      border-radius: 50%;
      border: 2px solid white;
    }
    .timeline-item .time { font-size: 0.8rem; color: #6c757d; }
    .timeline-item .event { font-weight: 500; color: #0b1a2e; }

    .asset-detail-card {
      background: #f8fafc;
      border-radius: 16px;
      padding: 1.25rem;
      border-left: 4px solid #b8860b;
    }

    .stat-box {
      background: white;
      border-radius: 16px;
      padding: 1.25rem;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0,0,0,0.04);
      height: 100%;
    }
    .stat-box .number {
      font-size: 1.2rem;
      font-weight: 700;
      color: #b8860b;
    }
    .stat-box .label { font-size: 0.85rem; color: #6c757d; }

    .map-placeholder {
      background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
      border-radius: 20px;
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #475569;
      font-weight: 500;
      position: relative;
      overflow: hidden;
    }
    .map-placeholder .pin {
      position: absolute;
      font-size: 2.5rem;
      color: #b8860b;
      animation: pulse 2s infinite;
    }
    @keyframes pulse {
      0% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.2); opacity: 0.7; }
      100% { transform: scale(1); opacity: 1; }
    }

    .history-table {
      font-size: 0.9rem;
    }
    .history-table th { font-weight: 600; color: #0b1a2e; border-bottom: 2px solid #e2e8f0; }
    .history-table td { border-bottom: 1px solid #f1f5f9; padding: 0.75rem 0.5rem; }

    /* sample data demo */
    .demo-note {
      background: #fef9e7;
      border-radius: 12px;
      padding: 0.75rem 1rem;
      font-size: 0.85rem;
      color: #856404;
      border: 1px solid #f0e0b0;
    }



        /* ===== TIMELINE ===== */
        .timeline-section {
            background: #ffffff;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.04);
        }

        .timeline-progress {
            position: relative;
            padding: 20px 0;
        }

        .timeline-progress .progress-track {
            position: relative;
            height: 4px;
            background: #e9ecef;
            border-radius: 4px;
            margin: 0 20px;
        }

        .timeline-progress .progress-fill {
            height: 100%;
            background: lightgoldenrodyellow;
            border-radius: 4px;
            width: 65%;
            transition: width 0.5s ease;
        }

        .timeline-steps {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
            position: relative;
        }

        .timeline-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            position: relative;
        }

        .timeline-step .step-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #e9ecef;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            color: #6c757d;
            border: 3px solid #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            position: relative;
            z-index: 2;
        }

        .timeline-step.completed .step-icon {
            background: green;
            color: #fff;
            border-color: var(--hls-green);
        }

        .timeline-step.active .step-icon {
            background: goldenrod!important;
            color: #fff!important;
            border-color: goldenrod;
            animation: pulse-gold 2s infinite;
            box-shadow: 0 0 0 8px rgba(201, 168, 76, 0.2);
        }


        @keyframes pulse-gold {
            0%, 100% { box-shadow: 0 0 0 8px rgba(201, 168, 76, 0.2); }
            50% { box-shadow: 0 0 0 15px rgba(201, 168, 76, 0.1); }
        }

        .timeline-step .step-label {
            font-size: 0.7rem;
            font-weight: 600;
            color: #6c757d;
            margin-top: 8px;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .timeline-step.completed .step-label {
            color: var(--hls-green);
        }

        .timeline-step.active .step-label {
            color: var(--hls-gold);
        }

        .timeline-step .step-time {
            font-size: 0.65rem;
            color: #adb5bd;
            text-align: center;
        }

  /* ===== ENVIRONMENTAL TELEMETRY ===== */
        .env-metric {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px solid #f0f0f5;
        }

        .env-metric:last-child {
            border-bottom: none;
        }

        .env-metric .metric-label {
            font-size: 0.85rem;
            color: #6c757d;
        }

        .env-metric .metric-value {
            font-weight: 600;
            font-size: 0.95rem;
        }

        .env-metric .metric-value.good {
            color: var(--hls-green);
        }

        .env-metric .metric-value.warning {
            color: var(--hls-orange);
        }

        /* ===== PANEL ESCALATION ===== */
        .panic-panel {
/*            background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);*/
            border: 1px solid rgba(208, 0, 0, 0.1);
        }

        .panic-panel .btn-danger {
            background: var(--hls-red);
            border: none;
            padding: 12px;
            font-weight: 600;
            border-radius: 12px;
        }

        .panic-panel .btn-danger:hover {
            background: var(--hls-red-dark);
        }

        .security-contact {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 10px 0;
            border-bottom: 1px solid #f0f0f5;
        }

        .security-contact:last-child {
            border-bottom: none;
        }

        .security-contact .contact-icon {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: rgba(208, 0, 0, 0.06);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--hls-red);
        }

        .security-contact .contact-info {
            flex: 1;
        }

        .security-contact .contact-info .name {
            font-weight: 600;
            font-size: 0.9rem;
        }

        .security-contact .contact-info .number {
            font-size: 0.85rem;
            color: #6c757d;
        }

        /* ===== TOAST ===== */
        .toast-container {
            position: fixed;
            bottom: 16px;
            right: 16px;
            z-index: 9999;
            max-width: 90%;
        }

        @media (min-width: 576px) {
            .toast-container {
                bottom: 24px;
                right: 24px;
                max-width: 400px;
            }
        }

        .toast-custom {
            background: #1a1a2e;
            color: #fff;
            border-radius: 16px;
            padding: 14px 20px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
            border: none;
            font-weight: 500;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
            font-size: 0.9rem;
        }

        .toast-custom.show {
            transform: translateY(0);
            opacity: 1;
        }
        .toast-custom i {
            color: #4caf50;
            margin-right: 10px;
        }

        /* ===== RESPONSIVE ===== */
        .row {
            margin-left: 0;
            margin-right: 0;
        }

        .row > * {
            padding-left: 12px;
            padding-right: 12px;
        }

        @media (min-width: 576px) {
            .row > * {
                padding-left: 16px;
                padding-right: 16px;
            }
        }

        .container, .container-fluid, .row, .col, [class*="col-"] {
            max-width: 100%;
        }

        @media (max-width: 767.98px) {
            .timeline-step .step-label {
                font-size: 0.6rem;
            }
            .timeline-step .step-icon {
                width: 32px;
                height: 32px;
                font-size: 0.8rem;
            }
            .timeline-steps {
                gap: 4px;
            }
            .dashboard-card .card-value {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 575.98px) {
            .tracking-hero {
                padding: 20px 0 30px 0;
            }
            .status-badge {
                font-size: 0.75rem;
                padding: 6px 14px;
            }
            .timeline-section {
                padding: 20px 16px;
            }
            .dashboard-card {
                padding: 16px;
            }
        }

        /* Print styles */
        @media print {
            .navbar, .panic-panel, .btn {
                display: none !important;
            }
            .tracking-hero {
                background: #fff !important;
                padding: 20px 0 !important;
            }
            .tracking-hero h1 {
                color: #000 !important;
            }
            .dashboard-card {
                box-shadow: none !important;
                border: 1px solid #ddd !important;
            }
        }