.split-line {
 text-align: center !important;
}
.faculty-heading {
    font-size: 36px;
}
.section-title-two .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}
.profile-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      padding: 25px; 
      margin: 40px auto;
      position: relative;
      border-top: 4px solid #e04230;
    }

    .profile-card img {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 10px;
    }

    .profile-name {
      font-size: 20px;
      font-weight: 600;
      color: #1e1e2f;
      margin-bottom: 4px;
    }

    .dept-tag {
          background-color: #e0442f;
    color: white;
    font-size: 14px;
    padding: 4px 22px;
      border-radius: 20px;
      display: inline-block;
      margin-bottom: 15px;
    }

    .profile-info label {
      font-weight: 600;
      color: #444;
      font-size: 13px;
      margin-bottom: 3px;
      display: block;
    }

    .profile-info .info-box {
          background: #ffc10700;
    border: 1px solid #ffc107;
      border-radius: 8px;
      padding: 6px 10px;
      font-size: 14px;
      color: #333;
      margin-bottom: 10px;
    }

    .achievement-title {
      font-weight: 600;
      color: #222;
      margin-top: 15px;
      font-size: 15px;
    }

    .email-btn {
          background: linear-gradient(90deg, #ffc107, #de3a32);
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      border: none;
      border-radius: 10px;
      padding: 10px 15px;
      width: 100%;
      text-align: center;
      display: block;
      text-decoration: none;
      margin-top: 10px;
    }

    .email-btn:hover {
      opacity: 0.9;
      text-decoration: none;
      color: #fff;
    }


.view-all a{
    display: block;
    margin: 50px auto 0;
    background: #ffc107;
    width: fit-content;
    padding: 10px 16px;
    color: black;
    font-size: 20px;
    border-radius: 0px 30px 0 30px;
    font-weight: 600;
transition: all 0.3s ease-in-out;
}
.view-all a:hover {
background: black;
color: white;
}
.affiliation-section h2 {
 color: black;
font-size: 30px;
}
.affiliation-section p {
 color: black;
font-size: 16px;
}
.affiliation-section {
    background-image: linear-gradient(to top, #ffc10752, #dc312800);
    margin-top: 70px;
}
.aff-logo-card img {
    max-width: 150px;
    border-radius: 50px;
}
.aff-logo-card {
    background: white;
    padding: 10px;
    border-radius: 10px;
}
.affiliation-section a {
    background: #ffc107;
    font-size: 16px;
}
.about-text {
 font-size: 40px;
    font-weight: 700;
}
.addmision-button{
  background-color: #0000ff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #edbb10; -webkit-box-shadow: 0 0 1px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 16px #FF0000; }
  100% { background-color: #edbb10; -webkit-box-shadow: 0 0 1px #B20000; }
}
.features-cards{
border-radius:5px;
transition: 0.3s all;
padding:30px 20px;
}
.features-cards:hover{
box-shadow: 14px 14px 36px hsla(0,0%,60%,.22);
transform: translateY(-3px);
}
.college-features{
padding: 20px 26px;
}
.overview-img-wrap img:nth-child(2) {
    display: none;
}
.overview-img-wrap .icon {
    display: none;
}
.carousel{
padding-top: 0;
margin-top: 1px !important;

}
.content-bottom{
display: none;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 58%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: #ffc107;
    border: 0;
    opacity: 100;
    transition: opacity .15s ease;
    height: 60px;
}
.overview-content .info-one {
    margin-bottom: 15px;
    text-align: center;
    color: black;
}
.overview-img-wrap img:first-child {
    border-radius: 10px;
}
.overview-area {
    padding: 14px 0;
}
@media (max-width:1198.99px) {
.carousel {
    padding-top: 146px;
}
}
@media (max-width:998.99px) {
.carousel {
    padding-top: 88px;
}
}
@media (max-width:767.99px) {
.addmision-button {
    font-size: 14px;
}
.features-cards p{
font-size: 15px;
}
.carousel {
    padding-top: 0px;
margin-top: 0 !important;
}
.features-cards {
    padding: 8px 8px;
}
.overview-area {
    padding: 0px 0;
}
.college-features {
    padding: 16px 12px;
}
}
.college-features{
transition: all 0.5s;
cursor: pointer;
}
.college-features:hover{
box-shadow: 0px 1px 25px #f6c12170;
transform: scale(1.05);
}
.features-item:after, .features-item:before{
display: none;
}