
.a4{
    height: 80px;
    width: 100%;
    background-color: rgb(252, 249, 245);
}
.a5{
    height: 350px;
    border: solid 1px white;
    background-image: url(../assets/Fee-Structure-Header.jpg);
    background-size: cover;
}
.a6{
    height: 35px;
    width: 300px;
    
    margin-top: 170px;
    font-size: 30px;
    color: white;
}
.a7{
    height: 85px;
    width: 71%;
    border: solid 4px darkkhaki;
    font-weight: bold;
    font-size: 41px;
    color: white;
    border-top: none;
    border-left: none;
    border-right: none;
}
.a8{
    height: 1040px;
    border: solid 1px white;
    background-color: rgb(250, 249, 249);
}
.a9{
    height: 940px;
    border: solid 1px white;
       margin-left: auto;margin-right: auto;margin-top: 50px;
    background-color: white;
}
.a0{
    height: 105px;
    width: 100%;
}
.aa{
    height: 100px;
    width: 100px;
    float: right;
}
.aa img{
       height: 100px;
    width: 100px; 
}
.s1{
    height: 100px;
    width: 67%;
    float: left;
    font-size: 37px;
    font-weight: bold;
    color: black;
    display: flex;align-items: center;justify-content: end;
}
.s2{
    
    margin-left: 6%;
}
.custom-list {
  padding-left: 20px;  /* controls space before bullet */
}

.custom-list li {
  padding: 5px; /* equal padding on all sides * /* optional: set same blue as your screenshot */
  font-size: 15px; /* optional: adjust to match image */
  line-height: 1.8; /* better line spacing */
}
.s3{
    height: 50px;
    width: 100%;

    margin-top: 40px;
    font-size: 33px;
    font-weight: bold;
    color: black;
    display: flex;align-items: center;justify-content: center;
}
.s4{
    height: 240px;
    width: 92%;
    border: solid 1px grey;
    margin-left: auto;margin-right: auto;margin-top: 35px;
}
.s5{
    height: 48px;
    width: 100%;
    border: solid 1px grey;
    font-size: 17px;
    font-weight: bold;
    display: flex;align-items: center;
    border-left: none;
    border-top: none;
    border-right: none;
    
}
.s6{
    margin-left: 2%;margin-top: 15px;
}

 .section-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 20px;
            text-align: center;
        }
        .faculty-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        .faculty-card h6 {
            color: #888;
            font-weight: bold;
        }
        .faculty-card h4 {
            color: #003366;
            font-weight: bold;
        }
        .faculty-card ul {
            list-style: none;
            padding-left: 0;
        }
        .faculty-card ul li a {
            text-decoration: none;
            color: #007bff;
        }
        .faculty-card ul li a:hover {
            text-decoration: underline;
        }
        .footer {
  background-color: #510024;
  color: white;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.footer-logo-section {
  flex: 1 1 250px;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo {
  width: 160px;
  height: auto;
}

.logo-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

.footer-links {
  flex: 2 1 600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: -10px;
}

.footer-links ul li a {
  text-decoration: none;
  color: white;
}

.footer-column {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 140px;
}

.footer-column li {
  margin-bottom: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
  color: white;
}

.footer-column li:hover {
  text-decoration: underline;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 20px auto 10px;
  max-width: 95%;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer-top {
    text-align: center;
    gap: 10px;
  }

  .footer-logo-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
  }

  .logo-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .footer-logo {
    width: 120px;
  }

  .logo-text {
    font-size: 13px;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    margin: 0;
  }

  .footer-column {
    margin: 0;
    padding: 0;
  }

  .footer-column li {
    margin-bottom: 5px;
    font-size: 13.5px;
  }

  .footer-divider {
    margin: 15px auto 5px;
  }

  .footer-bottom {
    font-size: 12.5px;
    margin-top: 0;
    padding-bottom: 10px;
  }
}
