* {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

strong {
  font-weight: bold;
}

.pointers {
  /*For UL*/
  padding-left: 40px;
  list-style-type: disc;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 2rem;
}

.pointerss {
  /*For OL*/
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 2rem;
  padding-left: 25px;
  padding-right: 15px;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
  color: #333;
  line-height: 1.6;
}

/* Remove default arrow */
details summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}

/* Custom arrow (before the text) */
details summary::before {
  content: "▶";
  /* Right arrow */
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

/* Rotate arrow when open */
details[open]>summary::before {
  content: "⬇️";
}

.MOR-programme-details {
  padding-left: 30px;
}

.MOR-programme-details h4 {
  padding-top: 5px;
}

.MOR-programme-details p {
  padding-left: 35px;
  margin-bottom: 10px;
}

.academics-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 20px;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.academics-table th,
.academics-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.academics-table thead th {
  background: radial-gradient(circle, maroon 40%, #ffcc00 100%);
  /* Dark maroon */
  color: #ffffff;
  font-weight: bold;
}

.academics-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.academics-table ol {
  text-align: left;
  padding-left: 25px;
  padding-right: 15px;
}

.academics-table li {
  text-align: left;
  padding-left: 25px;
  padding-right: 15px;
}

.grand_CGPA {
  padding: 0px;
  background-color: maroon;
  color: white;
  margin-left: 100px;
  margin-right: 100px;
  border-radius: 10px;
}

#mor-semester-details {
  color: maroon;
}

h4 {
  margin-left: 45px;
}

#mor-semester-1,
#mor-semester-2,
#mor-semester-3,
#mor-semester-4 {
  display: inline;
  padding: 0px;
  background-color: maroon;
  color: white;
  margin-left: 70px;
  line-height: 45px;
  border-radius: 8px;
  padding: 5px;
  font-size: large;
  border: white 4px double;
}

.phd-programme-details {
  padding-left: 30px;
}

.phd-programme-details h4 {
  padding-top: 5px;
}

.phd-programme-details p {
  padding-left: 35px;
  margin-bottom: 10px;
}

h5 {
  margin-left: 50px;
}

/* E-Resources */
.resources-section {
        padding: 25px;
        padding-top: 0px;
        font-family: 'Segoe UI', sans-serif;
    }

    .resources-section h3 {
        margin-top: 30px;
        color: #2c3e50;
        font-size: 20px;
        border-left: 4px solid #ccc;
        padding-left: 10px;
    }

    .resource-list {
        list-style-type: disc;
        padding-left: 25px;
        line-height: 1.9;
        color: #333;
    }

    .resource-list li {
        margin-bottom: 12px;
    }

    .resource-list a {
        text-decoration: none;
        color: #2c3e50;
        font-weight: 500;
    }

    .resource-list a:hover {
        text-decoration: underline;
        color: #2980b9;
    }

/* Login Links */
.login-links a {
  display: inline-block;
  margin-top: 5px;
  font-weight: 500;
}

/* Media Query for small screens */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-box {
    width: 100%;
  }
}

.about-menu li a,
.about-menu summary {
  text-decoration: none;
  display: block;
  font-weight: 600;
  font-size: large;
}
