/* header */
  /* Navbar Styling */
  .custom-navbar {
    background-color: #2e3092 !important;
    /* Blue background */
    border: none;
    margin-bottom: 0;
  }
  /* Navbar Text Color */
  .custom-navbar .navbar-brand,
  .custom-navbar .nav>li>a,
  .custom-navbar .navbar-nav>li>a {
    color: #fff !important;
  }
  /* Hover Effect */
  .custom-navbar .nav>li>a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff !important;
  }
  /* Components Button Styling */
  .custom-navbar .navbar-btn {
    background-color: #fff;
    color: #2e3092 !important;
    border: none;
  }
  .custom-navbar .navbar-btn:hover {
    background-color: #e6e6e6;
  }
  /* White toggle bars for mobile */
  .custom-navbar .icon-bar {
    background-color: #fff;
  }
  /* Navbar Styling */
  /* Social Icons Container */
  .navbar-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
  }
  /* Social Icon Base Style */
  .social-icon {
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #2e3092;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
  }
  /* Hover Colors (Brand Styles) */
  .social-icon.facebook:hover {
    background-color: #1877F2;
    color: #fff;
  }
  .social-icon.instagram:hover {
    background-color: #E1306C;
    color: #fff;
  }
  .social-icon.youtube:hover {
    background-color: #FF0000;
    color: #fff;
  }
  /* Active (Click) Animation */
  .social-icon:active {
    transform: scale(0.9);
  }
  /* Mobile: center icons if needed */
  @media (max-width: 767px) {
    .navbar-social-icons {
      margin: 25px 0;
      justify-content: center;
    }
  }
  /* 
names */
.staff-section {
  background: linear-gradient(135deg, #003366, #0059b3);
  color: #fff;
  padding: 50px 0;
}
.staff-card {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}
.staff-card:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  transform: translateY(-5px);
}
.staff-card h6 {
  color: #fff;
  font-weight: 600;
}
.staff-card p {
  color: #f2f2f2;
  margin-bottom: 5px;
  font-size: 15px;
}
.section-title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* certificate */
  .certificate-container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;s
}
.certificate-row {
  display: flex;
  flex-wrap: wrap;
  gap:20px; /* space between images */
  justify-content:center;
}
.certificate-col {
  flex: 1 1 300px; /* responsive: grows/shrinks, min width 300px */
  max-width: 600px;
}
.certificate-col img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
/* content */
.contact-section {
  background: #f7f7f7;
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
}
/* Left Info */
.contact-info h2 {
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info p {
  color: #333;
  margin-bottom: 20px;
  font-size: 16px;
}
.contact-info h5 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}
/* Right Form */
.contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 10px;
  font-size: 15px;
  outline: none;
  background: #fff;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #d48b00;
}
/* Submit Button */
.submit-btn {
  background: #f4a100;
  color: #000;
  border: none;
  border-radius: 30px;
  padding: 12px 40px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}
.submit-btn:hover {
  background: #d99000;
  color: #fff;
}
/* Responsive */
@media (max-width: 767px) {
  .contact-section {
    padding: 60px 20px;
  }
  .contact-info {
    margin-bottom: 40px;
    text-align: center;
  }
}
 /* news 
.staff-section {
  background: linear-gradient(135deg, #003366, #0059b3);
  color: #fff;
  padding: 50px 0;
}
.staff-card {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}
.staff-card:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  transform: translateY(-5px);
}
.staff-card h6 {
  color: #fff;
  font-weight: 600;
}
.staff-card p {
  color: #f2f2f2;
  margin-bottom: 5px;
  font-size: 15px;
}
.section-title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}*/
/* news */
  .staff-section {
    background: linear-gradient(135deg, #003366, #0059b3);
  }
  .staff-card {
    transition: all 0.3s ease;
  }
  .staff-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  .staff-card img {
    object-fit: cover;
    border-radius: 12px;
  }
  .section-title {
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #0d6efd;
    display: inline-block;
    padding-bottom: 5px;
  }