/* ===== PAGE TITLES ===== */
.page-title{
  font-size:34px;
  font-weight:800;
  color:#0f3d2e;
}

.page-subtitle{
  font-size:18px;
  font-weight:700;
}

/* ===== BADGE ===== */
.badge.ongoing{
  background:#198754;
}

/* ===== GOV BOX ===== */
.gov-box{
  border:1px solid #d0d0d0;
  background:#fff;
  margin-bottom:20px;
}

.box-title{
  background:#0f3d2e;
  color:#fff;
  font-weight:800;
  padding:10px 14px;
}

.box-content{
  padding:14px;
}

/* ===== LIST ===== */
.custom-list{
  padding-left:18px;
  font-weight:600;
}

/* ===== REPORT LIST ===== */
.report-list{
  list-style:none;
  padding:14px;
}

.report-list li{
  border-bottom:1px solid #e0e0e0;
  padding:8px 0;
}

.report-list a{
  font-weight:700;
  text-decoration:none;
  color:#1e4fa3;
}

/* ===== IMAGE ===== */
.project-img{
  border:1px solid #d0d0d0;
  cursor:pointer;
  transition:transform .2s ease;
}

.project-img:hover{
  transform:scale(1.03);
}

/* ===== VIDEO ===== */
.video-thumb{
  position:relative;
  cursor:pointer;
  border:1px solid #d0d0d0;
}

.play-icon{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:rgba(0,0,0,.6);
  color:#fff;
  width:70px;
  height:70px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
}

/* Responsive */
@media(max-width:767px){
  .page-title{font-size:26px;}
}
