.ttu-boa-header-bg {
    background-image: url('../images/inside-bell-hall.jpg');
    background-size: cover;
    background-position: center 30%;
    background-color: rgba(83, 45, 145, 0.7);
    background-blend-mode: overlay;
    width: 100%;
    font-weight: bolder;
    text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.5);
}

.partnership-highlight {
  background: #fff;
}

.stat-card {
  background-color: #f8f9fc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.bg-gradient-custom {
  background: linear-gradient(135deg, #80780d, #aeb85b);
}
