      .project-entry {
        margin-bottom: 30px;
        transition: transform 0.3s ease;
      }
      .project-entry:hover {
        transform: translateY(-5px);
      }
      .project-entry .img-fluid {
        height: 200px;
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
      }
      .project-entry h3 {
        margin-top: 15px;
        margin-bottom: 5px;
        min-height: 50px;
      }
      .text-muted {
        min-height: 40px;
        display: block;
      }
      .taal {
        font-style: italic;
        color: #6c757d;
        display: block;
        margin-top: 5px;
      }
      .section-title {
        margin-bottom: 40px;
      }
      .img-years {
        text-align: center;
      }
      #contact-section {
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 5px;
      }
      .text2 {
        font-size: 1.5rem;
        margin-top: 20px;
        color: white;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
      }
      .site-navbar-top .col-6 {
        display: flex;
        align-items: center;
      }
      .site-navbar-top a {
        margin-right: 15px;
      }
	  
	  .site-footer {
  background-color: #2c3e50 !important;
}

.site-footer a:hover {
  color: #1abc9c !important;
  transition: color 0.3s ease;
}

.social-icon {
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.badge {
  font-size: 0.85rem;
  padding: 0.5em 0.8em;
}