
    :root {
      --workshop-15-border: maroon;
      --workshop-15-bg: #FFF4E8;
      --workshop-1-border: #F59E0B;
      --workshop-1-bg: #FFFBEB;
    }

    .workshops-hero {
      background: var(--gradient-primary);
      padding: 4rem 0 3rem;
      text-align: center;
      color: var(--white);
    }
    .workshops-hero h1 {
      font-weight: 800;
      font-size: 2.25rem;
      margin-bottom: 0.75rem;
    }
    .workshops-hero p {
      opacity: 0.9;
      font-size: 1.1rem;
      max-width: 650px;
      margin: 0 auto;
    }

    .workshops-stats {
      background: var(--primary);
      padding: 2rem 0;
    }
    .workshops-stats .stat-item {
      text-align: center;
      color: var(--white);
    }
    .workshops-stats .stat-number {
      font-size: 2rem;
      font-weight: 800;
      display: block;
    }
    .workshops-stats .stat-label {
      font-size: 0.875rem;
      opacity: 0.9;
    }

    .workshop-section {
      padding: 3rem 0;
    }
    .workshop-section-header {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.5rem;
      padding-bottom: 1rem;
      border-bottom: 2px solid var(--border);
    }
    .workshop-section-header i {
      font-size: 1.75rem;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
    }
    .workshop-section-header.fifteen-day i {
      background: var(--workshop-15-bg);
      color: var(--workshop-15-border);
    }
    .workshop-section-header.one-day i {
      background: var(--workshop-1-bg);
      color: var(--workshop-1-border);
    }
    .workshop-section-header h2 {
      font-weight: 800;
      font-size: 1.5rem;
      color: var(--text-primary);
      margin: 0;
    }
    .workshop-section-header p {
      color: var(--text-secondary);
      font-size: 0.95rem;
      margin: 0;
    }

    .workshop-filters {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin-bottom: 1.5rem;
    }
    .workshop-filters button {
      padding: 0.4rem 1rem;
      border: 1px solid var(--border);
      background: var(--white);
      color: var(--text-secondary);
      border-radius: 10px;
      font-size: 0.8rem;
      font-weight: 500;
      cursor: pointer;
      transition: var(--transition);
    }
    .workshop-filters button:hover,
    .workshop-filters button.active {
      background: var(--primary);
      color: var(--white);
      border-color: var(--primary);
    }

    /* ===== DESKTOP ROWS ===== */
    .workshop-ledger {
      display: flex;
      flex-direction: column;
      gap: 0.875rem;
    }
    .workshop-row {
      display: flex;
      align-items: center;
      gap: 1.25rem;
      padding: 1.5rem 1.75rem;
      min-height: 100px;
      background: var(--white);
      border-radius: 14px;
      border: 1px solid var(--border);
      text-decoration: none;
      color: inherit;
      transition: var(--transition);
      position: relative;
      overflow: hidden;
    }
    .workshop-row::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 5px;
      transition: var(--transition);
    }
    .workshop-row.fifteen-day::before {
      background: var(--workshop-15-border);
    }
    .workshop-row.one-day::before {
      background: var(--workshop-1-border);
    }
    .workshop-row:hover {
      border-color: var(--primary-light);
      box-shadow: 0 8px 28px var(--shadow);
      transform: translateY(-2px);
    }
    .workshop-row:hover::before {
      width: 7px;
    }

    /* Date Block — desktop only */
    .workshop-date {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-width: 60px;
      padding: 0.5rem 0.75rem;
      background: var(--off-white);
      border-radius: 10px;
      text-align: center;
    }
    .workshop-date .day {
      font-weight: 800;
      font-size: 1.3rem;
      color: var(--text-primary);
      line-height: 1;
    }
    .workshop-date .month {
      font-size: 0.7rem;
      font-weight: 600;
      color: var(--text-secondary);
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    /* Badge */
    .workshop-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      padding: 0.35rem 0.75rem;
      border-radius: 8px;
      font-size: 0.78rem;
      font-weight: 700;
      white-space: nowrap;
    }
    .workshop-badge.fifteen-day {
      background: var(--workshop-15-bg);
      color: var(--workshop-15-border);
      border: 1px solid rgba(123,31,58,0.12);
    }
    .workshop-badge.one-day {
      background: var(--workshop-1-bg);
      color: #B45309;
      border: 1px solid rgba(245,158,11,0.15);
    }

    /* Info */
    .workshop-info {
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 0.3rem;
    }
    .workshop-info .college-name {
      font-weight: 700;
      font-size: 1.05rem;
      color: var(--text-primary);
      line-height: 1.35;
    }
    .workshop-info .workshop-title {
      font-weight: 600;
      font-size: 0.92rem;
      color: var(--primary);
    }
    .workshop-info .workshop-meta {
      font-size: 0.82rem;
      color: var(--text-secondary);
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    /* Topic Tags */
    .workshop-topic {
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem;
      max-width: 200px;
    }
    .topic-tag {
      padding: 0.22rem 0.65rem;
      background: var(--off-white);
      border: 1px solid var(--border);
      border-radius: 50px;
      font-size: 0.75rem;
      color: var(--text-secondary);
      font-weight: 500;
      white-space: nowrap;
    }

    /* Action */
    .workshop-action {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      color: var(--text-light);
      margin-left: auto;
    }
    .workshop-action .photos-count {
      font-size: 0.85rem;
      display: flex;
      align-items: center;
      gap: 0.3rem;
    }
    .workshop-action i.bi-arrow-right {
      font-size: 1.2rem;
      color: var(--primary-light);
      transition: var(--transition);
    }
    .workshop-row:hover .workshop-action i.bi-arrow-right {
      color: var(--primary);
      transform: translateX(5px);
    }

    /* ===== MOBILE FIXES ===== */
    @media (max-width: 768px) {
      .workshops-hero h1 {
        font-size: 1.6rem;
      }
      
      .workshop-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.875rem;
        padding: 1.25rem;
        min-height: auto;
      }
      
      /* Date + badge on same row */
      .workshop-row-header {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        width: 100%;
      }
      
      .workshop-date {
        min-width: 52px;
        padding: 0.4rem 0.6rem;
      }
      .workshop-date .day {
        font-size: 1.15rem;
      }
      
      .workshop-badge {
        font-size: 0.75rem;
        padding: 0.3rem 0.65rem;
      }
      
      /* College name full width */
      .workshop-info {
        width: 100%;
        gap: 0.4rem;
      }
      .workshop-info .college-name {
        font-size: 1rem;
        line-height: 1.3;
      }
      .workshop-info .workshop-title {
        font-size: 0.9rem;
      }
      .workshop-info .workshop-meta {
        font-size: 0.8rem;
      }
      
      /* Tags below info, full width */
      .workshop-topic {
        max-width: none;
        width: 100%;
      }
      .topic-tag {
        font-size: 0.72rem;
        padding: 0.2rem 0.55rem;
      }
      
      /* Action pushed to right */
      .workshop-action {
        margin-left: auto;
        align-self: flex-end;
        margin-top: -2rem;
      }
    }

    @media (max-width: 576px) {
      .workshop-section-header h2 {
        font-size: 1.2rem;
      }
      .workshop-section-header i {
        width: 40px;
        height: 40px;
        font-size: 1.4rem;
      }
      
      .workshop-row {
        padding: 1.1rem;
        gap: 0.75rem;
      }
      
      .workshop-info .college-name {
        font-size: 0.95rem;
      }
      .workshop-info .workshop-title {
        font-size: 0.85rem;
      }
      
      .workshop-action {
        margin-top: -1.75rem;
      }
      .workshop-action .photos-count {
        font-size: 0.8rem;
      }
      .workshop-action i.bi-arrow-right {
        font-size: 1.1rem;
      }
    }





    /* ============================================
   Avanteia Workshop Detail Pages — Shared CSS
   ============================================ */

.workshop-detail-hero {
  background: var(--gradient-primary);
  padding: 3.5rem 0;
  color: var(--white);
  text-align: center;
}
.workshop-detail-hero .breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 1rem;
  justify-content: center;
}
.workshop-detail-hero .breadcrumb-item a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}
.workshop-detail-hero .breadcrumb-item.active {
  color: rgba(255,255,255,0.6);
}
.workshop-detail-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,0.5);
}
.workshop-detail-hero h1 {
  font-weight: 800;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.workshop-detail-hero p {
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
}

.workshop-duration-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border: 1px solid rgba(255,255,255,0.2);
}

.workshop-detail-body {
  padding: 3rem 0;
}

/* Institution Header (no logo) */
.workshop-institution-header {
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid var(--border);
}
.workshop-institution-title {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.workshop-institution-title .institution-name {
  font-weight: 800;
  font-size: 1.85rem;
  color: var(--text-primary);
  line-height: 1.25;
  letter-spacing: -0.3px;
}
.workshop-institution-title .institution-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-secondary);
  font-size: 1.05rem;
  font-weight: 500;
}
.workshop-institution-title .workshop-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1.1rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  width: fit-content;
}
.workshop-type-badge.fifteen-day {
  background: #FFF4E8;
  color: maroon;
  border: 1px solid rgba(123,31,58,0.15);
}
.workshop-type-badge.one-day {
  background: #FFFBEB;
  color: #B45309;
  border: 1px solid rgba(245,158,11,0.2);
}

/* Info Grid */
.workshop-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.workshop-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1.35rem;
  background: var(--off-white);
  border-radius: 14px;
  border: 1px solid var(--border);
}
.workshop-info-item i {
  font-size: 1.5rem;
  color: var(--primary);
  margin-top: 2px;
}
.workshop-info-item div strong {
  display: block;
  font-size: 0.75rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 0.35rem;
}
.workshop-info-item div span {
  font-weight: 700;
  color: var(--text-primary);
  font-size: 1.1rem;
}

/* Content Sections */
.workshop-section {
  margin-bottom: 3rem;
}
.workshop-section h3 {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-bottom: 0.875rem;
  border-bottom: 2px solid var(--pastel-pink);
}
.workshop-section p {
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}

/* Topics Covered */
.workshop-topics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.workshop-topics li {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1rem 1.25rem;
  background: var(--off-white);
  border-radius: 12px;
  border: 1px solid var(--border);
  color: var(--text-primary);
  font-weight: 500;
  font-size: 0.95rem;
}
.workshop-topics li i {
  color: var(--success);
  font-size: 1.15rem;
  min-width: 1.15rem;
}

/* Schedule Table */
.workshop-schedule {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.workshop-schedule th {
  background: var(--primary);
  color: var(--white);
  padding: 1.1rem 1.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}
.workshop-schedule td {
  padding: 1.1rem 1.35rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-primary);
  font-size: 0.95rem;
}
.workshop-schedule tr:last-child td {
  border-bottom: none;
}
.workshop-schedule tr:nth-child(even) {
  background: var(--off-white);
}
.workshop-schedule .day-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--pastel-pink);
  color: var(--primary);
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
}

/* Gallery — 3 images */
.workshop-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.workshop-gallery-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid var(--border);
  aspect-ratio: 4/3;
}
.workshop-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.workshop-gallery-item:hover img {
  transform: scale(1.05);
}
.workshop-gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
  color: var(--white);
  padding: 2.5rem 1rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
}

/* CTA */
.workshop-cta {
  background: var(--gradient-soft);
  border-radius: 16px;
  padding: 2.75rem;
  text-align: center;
  margin-top: 2.5rem;
}
.workshop-cta h4 {
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.875rem;
  font-size: 1.35rem;
}
.workshop-cta p {
  color: var(--text-secondary);
  margin-bottom: 1.75rem;
  font-size: 1.05rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.workshop-cta .btn-primary {
  background: var(--primary);
  border: none;
  padding: 0.9rem 2.75rem;
  font-weight: 700;
  border-radius: 10px;
  font-size: 1rem;
}
.workshop-cta .btn-primary:hover {
  background: var(--primary-dark);
}

.workshop-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.workshop-back:hover {
  color: var(--primary-dark);
}

/* ===== TABLET ===== */
@media (max-width: 992px) {
  .workshop-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .workshop-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .workshop-topics {
    grid-template-columns: 1fr;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .workshop-detail-hero h1 {
    font-size: 1.4rem;
  }
  .workshop-institution-title .institution-name {
    font-size: 1.35rem;
  }
  .workshop-institution-title .institution-location {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .workshop-detail-hero {
    padding: 2.5rem 0 2rem;
  }
  .workshop-detail-hero h1 {
    font-size: 1.25rem;
  }
  .workshop-detail-hero p {
    font-size: 0.9rem;
  }
  .workshop-duration-badge {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
  }
  .workshop-institution-title .institution-name {
    font-size: 1.15rem;
  }
  .workshop-institution-title .institution-location {
    font-size: 0.85rem;
  }
  .workshop-institution-title .workshop-type-badge {
    font-size: 0.8rem;
    padding: 0.35rem 0.9rem;
  }
  .workshop-info-grid {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
  .workshop-info-item {
    padding: 1rem;
    gap: 0.75rem;
  }
  .workshop-info-item i {
    font-size: 1.25rem;
  }
  .workshop-info-item div span {
    font-size: 1rem;
  }
  .workshop-section {
    margin-bottom: 2.25rem;
  }
  .workshop-section h3 {
    font-size: 1.1rem;
    padding-bottom: 0.6rem;
  }
  .workshop-section p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .workshop-topics li {
    padding: 0.875rem 1rem;
    font-size: 0.9rem;
  }
  .workshop-schedule th,
  .workshop-schedule td {
    padding: 0.75rem;
    font-size: 0.85rem;
  }
  .workshop-schedule .day-number {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }
  .workshop-gallery {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .workshop-gallery-item {
    aspect-ratio: 16/10;
  }
  .workshop-gallery-caption {
    padding: 2rem 0.875rem 0.875rem;
    font-size: 0.8rem;
  }
  .workshop-cta {
    padding: 1.75rem 1.25rem;
  }
  .workshop-cta h4 {
    font-size: 1.1rem;
  }
  .workshop-cta p {
    font-size: 0.9rem;
  }
  .workshop-cta .btn-primary {
    padding: 0.75rem 2rem;
    font-size: 0.9rem;
  }
}