body {
background-color: #f8f9fa;
font-family: "Barlow", sans-serif;
font-weight: 400;
padding-top: 70px; /* Prevent content from hiding behind the sticky navbar */

}
.sidebar {
       
      background-color: #343a40;
      border-radius: 3PX;
    }
    .sidebar a {
      color: #fff;
      display: block;
      padding: 15px;
      text-decoration: none;
    }
    .sidebar a:hover, .sidebar a.active {
      background-color: #495057;
    }
.card {
border-radius: 1rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.section-title {
font-size: 1.2rem;
font-weight: 600;
margin: 2rem 0 1rem;
border-bottom: 1px solid #dee2e6;
padding-bottom: 0.4rem;
color: #495057;
}
.btn-primary {
padding: 0.6rem 2rem;
font-size: 1rem;
border-radius: 0.4rem;
}
label{
font-weight: 500;
}
.workshop-box {
background-color: #17a2b8;
color: #fff;
border-radius: 15px;
padding: 30px 25px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
margin: 30px auto 0;
max-width: 800px;
}

.workshop-box h3 {
text-transform: uppercase;
font-weight: bold;
margin-bottom: 20px;
font-size: 1.5rem;
}


.workshop-box ul {
list-style: none;
padding-left: 0;
}

.workshop-box ul li {
background: rgba(255, 255, 255, 0.1);
padding: 10px 15px;
margin-bottom: 10px;
border-radius: 10px;
}

.workshop-box .note {
font-size: 0.9rem;
color: #f8f9fa;
margin-top: 20px;
}

.workshop-box .register-btn {
margin-top: 25px;
background-color: #fff;
color: #17a2b8;
font-weight: bold;
border: none;
padding: 10px 25px;
border-radius: 30px;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
transition: 0.3s ease;
}

.workshop-box .register-btn:hover {
background-color: #e0f7fb;
color: #11707f;
}
.student-box {
background-color: #198754; /* Bootstrap success green */
color: #fff;
border-radius: 15px;
padding: 30px 25px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
margin: 30px auto 0;
max-width: 800px;
}

.student-box h3 {
text-transform: uppercase;
font-weight: bold;
margin-bottom: 20px;
font-size: 1.5rem;
}

.student-box table {
width: 100%;
color: #fff;
font-size: 0.95rem;
}

.student-box table th,
.student-box table td {
padding: 8px 10px;
border-bottom: 1px solid rgba(255,255,255,0.2);
}

.student-box .note {
font-size: 0.85rem;
color: #e9ecef;
margin-top: 20px;
}

.student-box .register-btn {
margin-top: 25px;
background-color: #fff;
color: #198754;
font-weight: bold;
border: none;
padding: 10px 25px;
border-radius: 30px;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
transition: 0.3s ease;
}

.student-box .register-btn:hover {
background-color: #d1e7dd;
color: #145c41;
}
.nonstudent-box {
background-color: #0d6efd; /* Bootstrap primary blue */
color: #fff;
border-radius: 15px;
padding: 30px 25px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
margin: 30px auto 0;
max-width: 800px;
}

.nonstudent-box h3 {
text-transform: uppercase;
font-weight: bold;
margin-bottom: 20px;
}

.nonstudent-box table {
width: 100%;
color: #fff;
font-size: 0.95rem;
}

.nonstudent-box table th,
.nonstudent-box table td {
padding: 8px 10px;
border-bottom: 1px solid rgba(255,255,255,0.2);
}

.nonstudent-box .note {
font-size: 0.85rem;
color: #e9ecef;
margin-top: 20px;
}

.nonstudent-box .register-btn {
margin-top: 25px;
background-color: #fff;
color: #0d6efd;
font-weight: bold;
border: none;
padding: 10px 25px;
border-radius: 30px;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
transition: 0.3s ease;
}

.nonstudent-box .register-btn:hover {
background-color: #d0e7ff;
color: #084298;
}
.dabong-box {
background-color: #6f42c1; /* Distinct purple */
color: #fff;
border-radius: 15px;
padding: 30px 25px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
margin: 30px auto 0;
max-width: 800px;
}

.dabong-box h3 {
text-transform: uppercase;
font-weight: bold;
margin-bottom: 20px;

font-size: 1.5rem;
}

.dabong-box ul {
padding-left: 18px;
}

.dabong-box ul li {
margin-bottom: 2px;
}

.dabong-box .note {
font-size: 0.9rem;
margin-top: 15px;
color: #f8f9fa;
}

.dabong-box .register-btn {
margin-top: 25px;
background-color: #fff;
color: #6f42c1;
font-weight: bold;
border: none;
padding: 10px 25px;
border-radius: 30px;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
transition: 0.3s ease;
}

.dabong-box .register-btn:hover {
background-color: #f3e8ff;
color: #3e2a77;
}
h1 {
font-size: 2.5rem;
font-weight: 700;
color: #343a40; /* Dark grey */
text-transform: uppercase;
text-align: center;
margin-top: 40px;
margin-bottom: 30px;
letter-spacing: 1px;
position: relative;
}

h1::after {
content: "";
width: 60px;
height: 4px;
background-color: #0d6efd; /* Bootstrap primary blue */
display: block;
margin: 10px auto 0;
border-radius: 2px;
}
  .navbar {
      transform: translateY(-100%);
      transition: transform 0.4s ease-in-out;
    }

    .navbar.show {
      transform: translateY(0);
    }

    h2 {
font-size: 2.5rem;
font-weight: 700;
color: #343a40; /* Dark grey */
text-transform: uppercase;
text-align: center;
margin-top: 40px;
margin-bottom: 30px;
letter-spacing: 1px;
position: relative;
}

h2::after {
content: "";
width: 60px;
height: 4px;
background-color: #0d6efd; /* Bootstrap primary blue */
display: block;
margin: 10px auto 0;
border-radius: 2px;
}

.btn-primary, .btn-warning {
padding: 0.4rem 2rem;
font-size: 1rem;
border-radius: 0.4rem;
}
label{
font-weight: 500;
}

@media (max-width: 480px){
  h2{
    font-size: 1.5rem;
  }
}