.section-divider-bg {
  height: 100px;
  background: url("/ethicalhackinginstitute/assets/img/divider.png") no-repeat center;
  background-size: contain;
  opacity: 0.6;
  margin: 10px 0;
}

/* DESKTOP TABLE */
.schedule-box {
  background: #050505;
  border-radius: 20px;
  padding: 25px;
  border: 1px solid rgba(255,255,255,0.05);
}

.schedule-table {
  width: 100%;
  color: #fff;
}

.schedule-table th {
  color: #888;
  padding: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.schedule-table td {
  padding: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #ccc;
}

/* BADGES */
.badge-red {
  background: #8d0202;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.badge-green {
  background: #036324;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
}

/* BUTTONS */
.btn-red {
  background: #8d0202;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
}

.btn-dark {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 14px;
  border-radius: 20px;
  color: #aaa;
}

/* MOBILE CARD */
.ai-template-card {
  background: rgba(255,255,255,0.04);
  padding: 20px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  color: #fff;
}

.ai-template-card-icon {
  width: 45px;
  height: 45px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.sub-text {
  font-size: 11px;
  color: #777;
}

/* Wrapper */
.video-wrapper {
    position: relative;
    display: inline-block;
}

/* Play Button */
.video-play-btn {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  color: #825cff;
  text-decoration: none;
  box-shadow: 0 0 0 0 rgb(130, 92, 255);
  animation: pulse-ring 2s infinite;
  transition: transform 0.3s ease;
}

/* Hover effect */
.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Icon fix */
.video-play-btn i {
    position: relative;
    z-index: 2;
}

/* Pulse wave 1 */
.video-play-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(130, 92, 255);
    z-index: 0;
    animation: pulse-wave 2s infinite;
}

/* Pulse wave 2 */
.video-play-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(130, 92, 255, 0.2);
    z-index: 0;
    animation: pulse-wave 2s infinite 0.6s;
}

/* Keyframes */
@keyframes pulse-wave {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    70% {
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(130, 92, 255, 0.6);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(130, 92, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(130, 92, 255, 0);
    }
}

/* ===================== BREADCRUMB CSS - ETHICAL HACKING INSTITUTE DARK THEME ===================== */
/* Matches the dark cyber/tech gradient background + blue links + white text from your screenshot */

.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 2.5rem;
    font-size: 15.5px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding-bottom: 18px;
}

.breadcrumb-item {
    color: rgba(255, 255, 255, 0.9);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: rgba(148, 163, 184, 0.7);
    padding: 0 14px;
    font-weight: 400;
}

/* Blue link for "Home" - exactly like in your screenshot */
.breadcrumb-item a {
    color: #ed6d4a;           /* Cyber blue accent */
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #825cff;
    text-decoration: underline;
}

/* Active item (current page title) - bright white */
.breadcrumb-item.active {
    color: #825cff;
    font-weight: 600;
}


/* From Uiverse.io cyber-pattern */ 
.cyber-pattern {
  width: 100%;
  height: 100%;
  background-color: #050505; /* Fond presque noir */

  /* C'est ici que la magie opère. On empile plusieurs couches : */
  background-image: 
    /* 1. La Vignette (Ombre sur les bords pour l'effet cinéma) */
    radial-gradient(circle at center, transparent 30%, #000 90%),
    /* 2. GRILLE PRINCIPALE (Cyan - Grande) - Lignes Verticales & Horizontales */
      linear-gradient(rgba(3, 233, 244, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 233, 244, 0.1) 1px, transparent 1px),
    /* 3. GRILLE SECONDAIRE (Magenta - Petite) - Lignes Verticales & Horizontales */
      linear-gradient(rgba(217, 3, 244, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 3, 244, 0.05) 1px, transparent 1px);

  /* On définit la taille des grilles */
  background-size:
    100% 100%,
    /* Vignette */ 60px 60px,
    /* Grande grille Cyan (60px) */ 60px 60px,
    20px 20px,
    /* Petite grille Magenta (20px) */ 20px 20px;

  /* On lance l'animation */
  animation: cyber-move 10s linear infinite;
}

/* L'animation qui fait bouger les grilles */
@keyframes cyber-move {
  0% {
    background-position:
      0 0,
      /* Vignette (ne bouge pas) */ 0 0,
      0 0,
      /* Grille Cyan (Départ) */ 0 0,
      0 0; /* Grille Magenta (Départ) */
  }
  100% {
    background-position:
      0 0,
      /* Vignette */ 60px 60px,
      60px 60px,
      /* Grille Cyan bouge de 60px (1 carreau) */ 40px 40px,
      40px 40px; /* Grille Magenta bouge de 40px (plus vite/décalé) */
  }
}
/* From Uiverse.io cyber-pattern */ 