    /* body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      margin: 0;
      padding: 0;
      background: #0b1020;
      color: #f5f7ff;
    } */
    .videoCss .page-wrapper {
      max-width: 960px;
      margin: 0 auto;
      padding: 1.5rem 1rem 3rem;
    }
    .videoCss .breadcrumbs {
      font-size: 0.85rem;
      margin-bottom: 1rem;
      color: #000;
    }
    .videoCss .breadcrumbs a {
      color: #000;
      text-decoration: none;
    }
    .videoCss .breadcrumbs a:hover {
      text-decoration: underline;
    }
    .videoCss h1 {
      font-size: 1.9rem;
      margin-bottom: 0.25rem;
    }
    .videoCss .subtitle {
      font-size: 0.95rem;
      color: #000;
      margin-bottom: 1.25rem;
    }
.meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;              /* space between cards */
  justify-content: center;
}

.meta-grid .meta-card {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 1.5rem 1rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  position: relative;
  width: 240px;
}
.meta-grid .meta-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.meta-grid .data-exp{
width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.meta-grid .meta-card::before, .meta-grid .meta-card::after {
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, #2053d2, #00bfff);
    z-index: 1;
}

.meta-grid .meta-card::before {
    left: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.meta-grid .meta-card::after {
    right: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.meta-grid .card-body {
  padding: 0.75rem 0.8rem;
}

.videoCss .meta-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 0.25rem;
  text-align: center;
}



    .videoCss .meta-value {
      font-weight: 600;
      text-align: center;
    }
    .videoCss .meta-value.bad {
      color: #f97373;
    }
    .videoCss .meta-value.medium {
      color: #fbbf24;
    }
    .videoCss .meta-value.good {
      color: #34d399;
    }
    .videoCss .meta-value a {
      color: #60a5fa;
      text-decoration: none;
    }
    .videoCss .meta-value a:hover {
      text-decoration: underline;
    }
    .videoCss .video-shell {
      background: #020617;
      border-radius: 1rem;
      border: 1px solid #1f2937;
      padding: 1rem;
      margin-bottom: 1rem;
      max-width: 960px;     /* Optional: limit max width */
      margin: 0 auto;       /* Center the whole block */
        animation: pulse 2s infinite;
    }
    @keyframes pulse {
  0% {
    box-shadow: 0 0 4px 0 hsla(221, 97%, 62%, 0.1),
      0 0 0 5px hsla(214, 95%, 64%, 0.76),
      0 0 0 10px hsla(207, 71%, 60%, 0.712);
  }

  50% {
    box-shadow: 0 0 2px 0 hsla(221, 78%, 57%, 0.05),
      0 0 0 3px hsla(216, 63%, 53%, 0.3),
      0 0 0 8px hsla(212, 66%, 48%, 0.1);
  }

  100% {
    box-shadow: 0 0 4px 0 hsla(243.5, 96.91%, 61.96%, 0.10),
      0 0 0 5px hsla(209, 61%, 48%, 0.4),
      0 0 0 10px hsla(216, 55%, 53%, 0.644);
  }
}

    /* Responsive 16:9 video wrapper */
    .videoCss .video-wrapper {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      /* 16:9 aspect ratio (9/16 * 100) */
      overflow: hidden;
      }
    
    .videoCss #incident-video-player {
      width: 100%;
      object-fit: cover;
      }
    .videoCss .video-shell video {
      width: 100%;
      height: auto;
      border-radius: 0.75rem;
      display: block;
    }
    /* Video.js player styling */
    .videoCss .video-js {
      width: 100%;
      height: auto;
      border-radius: 0.75rem;
    }
    .videoCss .video-js .vjs-big-play-button {
      border-radius: 50%;
      width: 3em;
      height: 3em;
      line-height: 3em;
      margin-top: -1.5em;
      margin-left: -1.5em;
      background-color: rgba(0, 0, 0, 0.7);
      border: 2px solid #fff;
    }
    .videoCss .video-js .vjs-big-play-button:hover {
      background-color: rgba(0, 0, 0, 0.9);
    }
    .videoCss .video-fallback {
      font-size: 0.85rem;
      margin-top: 0.5rem;
      color: #9ca3af;
    }
    .videoCss .video-fallback a {
      color: #60a5fa;
      text-decoration: none;
    }
    .videoCss .video-fallback a:hover {
      text-decoration: underline;
    }
        .videoCss .back-link {
          /* font-size: 0.85rem; */
          /* margin: 1.2rem 0; */
          border: none;
          cursor: pointer;
          background: linear-gradient(90deg, #2aa5ff, #27f0b8);
          color: #012016;
          font-weight: 900;
          letter-spacing: .2px;
          padding: 12px 16px;
          border-radius: 12px;
          font-size: 14px;
          box-shadow: 0 8px 18px rgba(39, 240, 184, .25), 0 2px 0 rgba(0, 0, 0, .05) inset;
          transition: transform .08s ease, box-shadow .2s ease, opacity .2s ease;
        }
    
        .videoCss .back-link:hover {
          transform: translateY(-1px);
          box-shadow: 0 12px 28px rgba(39, 240, 184, .32);
        }
    
    /* .videoCss .back-link a {
      color: #60a5fa;
      text-decoration: none;
    }
    .videoCss .back-link a:hover {
      text-decoration: underline;
    } */
    .videoCss section {
      margin-bottom: 2rem;
    }
    .videoCss h2 {
      font-size: 1.3rem;
      margin-bottom: 0.75rem;
    }
    .videoCss .key-points ul {
      padding-left: 1.1rem;
    }
    .videoCss .key-points li {
      margin-bottom: 0.3rem;
    }
    .videoCss .transcript {
      line-height: 1.6;
      font-size: 0.95rem;
      color: #000;
      white-space: pre-wrap;
    }

        .videoCss .sources-points ul {
      padding-left: 1.1rem;
    }
    .videoCss .sources-points li {
      margin-bottom: 0.3rem;
    }

   .videoCss .heading-sec{
        padding: 0 15px;
    background: linear-gradient(90deg, #eff6ff, #f0f9ff);
    border-bottom: 1px solid rgba(37, 99, 235, 0.12);
   }





/* optional states */
.meta-value.bad {
  color: #c0392b;
}

.meta-value.medium {
  color: #f39c12;
}

    @media (max-width: 640px) {
      .videoCss .page-wrapper {
        padding: 1rem 0.9rem 2rem;
      }
      .videoCss h1 {
        font-size: 1.5rem;
      }
      .vidsectop{
        flex-direction: column;
      }
    }