/* =========================
   HISTORY PAGE STYLING
========================= */

.history-page {
    background: #ffffff;
    color: #333;
    line-height: 1.7;
}

/* Section Headings */
.history-page h2,
.history-page h3,
.history-page h4 {
    color: #004aad;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Paragraphs */
.history-page p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
}

/* Lists */
.history-page ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.history-page ul li {
    margin-bottom: 6px;
}

/* Crest Section */
.crest-section {
    text-align: center;
    margin-top: 40px;
}

.crest-image {
    width: 200px;
    margin: 15px auto;
}

/* Symbol Section */
.symbol-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.symbol-image {
    width: 200px;
    border-radius: 6px;
}

.symbol-text {
    flex: 1;
}

/* Table Styling */
.history-table {
    margin-top: 30px;
    font-size: 15px;
}

.history-table th {
    background: #004aad;
    color: #fff;
    text-align: center;
}

.history-table td {
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .symbol-container {
        flex-direction: column;
    }

    .symbol-image {
        width: 100%;
    }
}

/* Sidebar Card Title */
.sidebar-title,
.card-header {
    background: #003366;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

/* Remove link underline */
.sidebar a,
.list-group-item a {
    text-decoration: none !important;
    color: #003366;
    font-weight: 500;
}

/* Hover effect */
.sidebar a:hover,
.list-group-item a:hover {
    color: #cc0000;
}

/*academic programmes css*/
.academic-section {
    padding: 50px 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.academic-header i {
    font-size: 32px;
    color: #003366;
    margin-bottom: 10px;
}

.academic-header h1 {
    font-weight: 700;
    color: #003366;
}

.academic-header p {
    color: #444;
    max-width: 700px;
    margin: auto;
}

.academic-programmes h2,
.academic-options h2 {
    font-size: 20px;
    color: #003366;
    font-weight: 600;
    margin-bottom: 15px;
}

.academic-programmes ul {
    list-style: none;
    padding: 0;
}

.academic-programmes li {
    font-size: 16px;
    padding: 6px 0;
    color: #222;
}

.academic-programmes li i {
    color: #28a745;
    margin-right: 8px;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.option-card {
    background: #ffffff;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.option-card:hover {
    transform: translateY(-3px);
}

.option-card i {
    font-size: 24px;
    color: #003366;
    margin-bottom: 8px;
}

.option-card p {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.academic-note {
    background: #ffffff;
    padding: 15px;
    border-left: 4px solid #003366;
    font-size: 15px;
    color: #222;
    border-radius: 5px;
}

.apply-section {
  max-width: 950px;
  margin: 50px auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', Tahoma, sans-serif;
  color: #333;
  line-height: 1.6;
}

.apply-header {
  text-align: center;
  margin-bottom: 40px;
}

.apply-header i {
  font-size: 2.8rem;
  color: #004aad;
}

.apply-header h1 {
  margin: 10px 0;
  color: #002e73;
}

.apply-header p {
  color: #555;
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.apply-step {
  margin-bottom: 35px;
  border-left: 4px solid #004aad;
  padding-left: 15px;
}

.apply-step h2 {
  color: #004aad;
  margin-bottom: 10px;
}

.apply-step ul {
  list-style: none;
  padding-left: 20px;
}

.apply-step ul li {
  position: relative;
  margin: 6px 0;
}

.apply-step ul li::before {
  content: "•";
  position: absolute;
  left: -15px;
  color: #004aad;
}

.apply-step a {
  color: #0077cc;
  text-decoration: none;
}

.apply-step a:hover {
  text-decoration: underline;
}

.apply-guidelines {
  background: #f7faff;
  border: 1px solid #dce9f9;
  border-radius: 8px;
  padding: 15px 20px;
  margin-top: 15px;
}

.apply-guidelines h3 {
  color: #003b80;
  margin-bottom: 10px;
}

.apply-deadline {
  text-align: center;
  background: #004aad;
  color: white;
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
}

.apply-deadline i {
  font-size: 2rem;
  margin-bottom: 10px;
}

.apply-contact {
  margin-top: 40px;
  background: #f1f7ff;
  border-left: 5px solid #004aad;
  padding: 20px;
  border-radius: 8px;
}

.apply-contact h2 {
  color: #004aad;
  margin-bottom: 20px;
}

.contact-box {
  margin-bottom: 20px;
}

.contact-box h3 {
  color: #002e73;
  margin-bottom: 5px;
}

.contact-box a {
  color: #004aad;
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}

blockquote {
  background: #f9f9f9;
  border-left: 4px solid #004aad;
  padding: 10px 15px;
  font-style: italic;
  color: #555;
  margin: 10px 0;
}

.entry-section {
  max-width: 1000px;
  margin: 50px auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  font-family: 'Segoe UI', Tahoma, sans-serif;
  color: #333;
  line-height: 1.7;
}

.entry-header {
  text-align: center;
  margin-bottom: 40px;
}

.entry-header i {
  font-size: 2.5rem;
  color: #003366;
}

.entry-header h1 {
  color: #003366;
  font-weight: 700;
  margin-top: 10px;
}

.entry-header p {
  color: #444;
  max-width: 850px;
  margin: auto;
}

/* Entry Blocks */
.entry-block {
  margin-bottom: 30px;
  border-left: 4px solid #003366;
  padding-left: 15px;
  background: #f8f9fb;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 6px;
}

.entry-block h2 {
  color: #003366;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.entry-block h3 {
  color: #0055aa;
  font-size: 1rem;
}

.entry-block ul {
  padding-left: 20px;
}

.entry-block ul li {
  margin: 5px 0;
}

/* Contact Section */
.entry-contact {
  background: #003366;
  color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  margin-top: 40px;
}

.entry-contact h2 {
  color: #ffcc00;
  margin-bottom: 15px;
}

.entry-contact a {
  color: #ffcc00;
  text-decoration: none;
}

.entry-contact a:hover {
  text-decoration: underline;
}

/* Deadline highlight */
.entry-block strong {
  color: #cc0000;
}

/*vive principal css */
.vp-section {
  max-width: 1000px;
  margin: 50px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  font-family: 'Segoe UI', sans-serif;
}

.vp-header h1 {
  color: #003366;
  font-weight: 700;
  text-align: center;
}

.vp-header p {
  text-align: center;
  color: #444;
  margin-bottom: 25px;
}

/* Profile Section */
.vp-profile {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  margin-top: 20px;
}

.vp-image img {
  width: 220px;
  border-radius: 8px;
  border: 3px solid #003366;
}

.vp-bio h2 {
  color: #003366;
}

.vp-bio .position {
  color: #004aad;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

/* Objectives */
.vp-objectives h2 {
  color: #003366;
  margin-top: 35px;
}

.vp-objectives ul {
  padding-left: 20px;
}

.vp-objectives li {
  margin: 6px 0;
}

/* Contact */
.vp-contact {
  background: #003366;
  color: white;
  padding: 20px;
  border-radius: 8px;
  margin-top: 40px;
}

.vp-contact h2 {
  color: #ffcc00;
}

.vp-contact a {
  color: #ffcc00;
  text-decoration: none;
}

.table-primary {
    background: #003366 !important;
    color: #fff;
}

h1.text-primary {
    color: #003366 !important;
}

.affairs-section {
  max-width: 1000px;
  margin: 50px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
}

.affairs-header {
  text-align: center;
}

.affairs-header i {
  font-size: 2.5rem;
  color: #003366;
}

.affairs-header h1 {
  color: #003366;
  font-weight: 700;
}

.affairs-header p {
  color: #444;
  margin-top: 10px;
}

.affairs-about,
.affairs-functions,
.affairs-leadership {
  margin-top: 25px;
}

.affairs-about h2,
.affairs-functions h2,
.affairs-leadership h2 {
  color: #003366;
  font-size: 1.2rem;
}

.affairs-functions ul {
  padding-left: 20px;
}

.affairs-functions li {
  margin: 6px 0;
}

/* Officer Cards */
.affairs-card {
  display: flex;
  gap: 20px;
  align-items: center;
  background: #f7f9fc;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}

.affairs-card img {
  width: 150px;
  border-radius: 6px;
  border: 2px solid #003366;
}

.affairs-info h3 {
  color: #003366;
}

.affairs-info .position {
  color: #004aad;
  font-weight: 600;
}

/* Contact */
.affairs-contact {
  background: #003366;
  color: white;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}

.affairs-contact h2 {
  color: #ffcc00;
}

.affairs-contact a {
  color: #ffcc00;
}
