/* ------------------- GLOBAL ------------------- */
body {
  font-family: "Segoe UI", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  background: #f9f9f9;
  color: #333;
}

/* ------------------- STICKY HEADER ------------------- */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  padding: 6px 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}

.sticky-header img {
  max-width: 70px;
  height: auto;
}

.sticky-header h2 {
  font-size: 1.1rem;
  margin: 0;
}

.sticky-header p {
  font-size: 0.8rem;
  margin: 0;
  color: #666;
}

.sticky-header .d-flex span,
.sticky-header .fab,
.sticky-header .mt-2 a {
  font-size: 0.85rem;
}

/* ------------------- NAVBAR ------------------- */
.custom-navbar {
  background-color: #ff6f61;
  padding: 0.3rem 1rem;
}

.custom-navbar .navbar-brand {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}

.custom-navbar .navbar-brand:hover {
  color: #ffc107;
}

.custom-navbar .nav-link {
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.4rem 0.6rem;
  white-space: nowrap;
  transition: color 0.3s;
}

.custom-navbar .nav-link:hover {
  color: #ffc107 !important;
}

.custom-navbar .navbar-toggler {
  border: none;
}

.custom-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' 
    xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' 
    stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ------------------- HERO BANNER ------------------- */
.hero-banner {
  background: linear-gradient(135deg, #6dd5ed, #2193b0);
  text-align: center;
  padding: 60px 20px;
  border-radius: 10px;
  margin: 15px;
  color: #fff;
}

.banner-title {
  font-size: 2rem;
  font-weight: bold;
}

.banner-subtext {
  font-size: 1.05rem;
  margin: 12px 0 18px;
  color: #f9f9f9;
}

.banner-subheading {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffe066;
  margin-bottom: 20px;
}

/* ------------------- ACTIVITY CARDS ------------------- */
.activity-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.12);
  transition: transform 0.3s;
}

.activity-card:hover {
  transform: translateY(-6px);
}

.activity-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.activity-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ff6f61;
  margin-bottom: 10px;
}

.activity-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4;
}

/* ------------------- BUTTON ------------------- */
.btn-apply {
  background: #ff6f61;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  transition: background 0.3s;
}

.btn-apply:hover {
  background: #e65c4d;
}

/* ------------------- RESPONSIVE ------------------- */
@media (max-width: 992px) {
  .navbar-collapse {
    background: linear-gradient(90deg, #ff758c, #ff7eb3);
    padding: 12px;
    border-radius: 8px;
  }
}

@media (max-width: 768px) {
  .banner-title { font-size: 1.5rem; }
  .banner-subtext { font-size: 0.95rem; }
  .activity-title { font-size: 0.95rem; }
  
  .sticky-header img { max-width: 55px; }
  
  .navbar-nav { text-align: center; font-size: 0.8rem; }
}

@media (max-width: 480px) {
  .banner-title { font-size: 1.3rem; }
  .banner-subtext { font-size: 0.9rem; }
  .navbar-nav { font-size: 0.75rem; }
}
.footer-link {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-link:hover {
  color: #ff6f61; /* your brand accent */
}
.footer h6 {
  font-size: 1rem;
  letter-spacing: 0.5px;
}
.footer p, .footer li {
  line-height: 1.6;
}
#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: #ff6f61; /* brand accent color */
  color: #fff;
  border: none;
  outline: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  display: none; /* hidden until scrolling */
  transition: all 0.3s ease;
}

#scrollTopBtn:hover {
  background-color: #ffc107; /* playful hover */
  color: #111;
  transform: translateY(-3px);
}
 #staff-central {
    background: #f8f9fa;
    font-family: 'Segoe UI', sans-serif;
  }

  .staff-title {
    color: #ff6f61;
    font-weight: 700;
    font-size: 1.6rem;
  }

  .staff-subtitle {
    color: #6c757d;
    font-size: 0.9rem;
  }

  .staff-card {
    background: #fff;
    padding: 1.2rem;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    font-size: 0.9rem;
  }

  .staff-heading {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
  }

  .staff-text {
    font-size: 0.85rem;
    color: #6c757d;
  }

  .staff-link {
    display: block;
    padding: 6px 10px;
    font-size: 0.85rem;
    color: #212529;
    background: #f1f1f1;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .staff-link:hover {
    background: #ff6f61;
    color: #fff;
  }

  #scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff6f61;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
  }

  #scrollTopBtn:hover {
    background: #e85c50;
  }