/* General page layout */
body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #fdfdfd;
}

/* Section Image */

 .about-image img {
    width: 100%;
    height: 200px;
    display: block;
    max-height: 200px;
    object-fit: cover;
  }
  
  
  


/* Content wrapper */
.about-page {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}

/* Headings */
h2.section-title {
  font-size: 36px;
  color: #467c36;
  margin-bottom: 20px;
  border-left: 6px solid #467c36;
  padding-left: 12px;
}

h3 {
  font-size: 26px;
  color: #5a2955;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}

/* Paragraphs and lists */
p {
  margin-bottom: 16px;
  color: #333;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  margin-bottom: 10px;
  background: #f3f3f3;
  padding: 10px;
  border-left: 5px solid #5a2955;
}

/* Nested list for NAAC, courses, etc. */
ul li ul {
  padding-left: 20px;
  background: transparent;
  border: none;
}

ul li ul li {
  background: transparent;
  border-left: 3px dashed #aaa;
}

/* Footer */
footer {
  background-color: #5a2955;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin-top: 50px;
}
