 .sidebar-box {
     background: #007cb1;
     border-radius: 10px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
 }
 
 #dept-nav .nav-link {
     color: #fff;
     border-radius: 6px;
     padding: 12px 15px;
     margin-bottom: 6px;
     transition: all 0.3s ease;
     font-weight: 500;
 }

 #dept-nav .nav-link:hover {
     background: #fff;
     color: #0056b3 !important;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
 }

 #dept-nav .nav-link.active {
     background: #fff !important;
     color: #0056b3 !important;
     font-weight: 600;
     box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
 }
  .eligibility-item div {
      font-size: 15px;
      color: #444;
      line-height: 1.7;
  }

  .eligibility-item i {
      min-width: 30px;
      /* Center icon vertically if needed */
      display: flex;
      align-items: center;
  }

  .eligibility-item:hover {
      background: #f0f8ff;
      padding: 8px 12px;
      border-radius: 6px;
      transition: all 0.3s ease;
  }
.section-block {
    padding: 20px 0 !important;
    border-bottom: 1px solid #eee;
}

#features .salient-list {
    padding-left: 0;
    margin: 0;
}

#features .salient-list li {
    display: flex;
    align-items: center;
    /* Center icon vertically */
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 12px;
    transition: background 0.3s ease, padding 0.3s ease;
}

#features .salient-list li i {
    min-width: 24px;
    font-size: 1.2rem;
    flex-shrink: 0;
}

#features .salient-list li:hover {
    background: #f0f8ff;
    padding: 4px 8px;
    border-radius: 5px;
}

 #ranks .nav-pills .nav-link {
    padding: 8px 20px;
    margin: 0 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    color: #007cb1;
    border: 1px solid #007cb1;
  }
  #ranks .nav-pills .nav-link.active {
    background: #007cb1;
    color: #fff;
  }
  #ranks .nav-pills .nav-link:hover {
    background: #f0f8ff;
    color: #005b85;
  }

  .student-card img {
    transition: transform 0.3s ease;
    border-radius: 6px;
  }
  .student-card img:hover {
    transform: scale(1.05);
  }
  .student-card h6 {
    font-size: 15px;
    margin-top: 5px;
  }
  .student-card small {
    font-size: 13px;
    color: #666;
  }
.instruction-item div {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
  }
  .instruction-item i {
    min-width: 30px;
    display: flex;
    align-items: center;
  }
  .instruction-item:hover {
    background: #f0f8ff;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  #admission h6 {
    font-size: 18px;
  }
  #admission ul li {
    line-height: 1.7;
    font-size: 15px;
    color: #444;
  }
  #admission .btn-primary {
    background: linear-gradient(45deg, #007cb1, #0099d6);
    border: none;
    transition: all 0.3s ease;
    border-radius: 6px;
  }
  #admission .btn-primary:hover {
    background: linear-gradient(45deg, #0099d6, #007cb1);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }
  #admission .border-start {
    border-width: 5px !important;
  }

   .aqar-wrap a {
       display: flex;
       align-items: center;
       background: #ffffff;
       padding: 20px 25px;
       border-radius: 15px;
       text-decoration: none;
       color: #333;
       box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
       transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.3s ease;
       position: relative;
       overflow: hidden;
   }

   .aqar-wrap a::before {
       content: '';
       position: absolute;
       width: 100%;
       height: 100%;
       left: -100%;
       top: 0;
       background: rgba(0, 191, 255, 0.15);
       transform: skewX(-20deg);
       transition: all 0.5s ease;
   }

   .aqar-wrap a:hover::before {
       left: 200%;
   }

   .aqar-wrap a .icon-wrap {
       flex-shrink: 0;
       width: 50px;
       height: 50px;
       margin-right: 20px;
   }

   .aqar-wrap a .icon-wrap img {
       width: 100%;
       height: 100%;
       object-fit: contain;
   }

   .aqar-wrap a:hover {
       transform: translateY(-8px);
       box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
       background: #e0f7fa;
   }

   .aqar-wrap li {
       list-style: none;
       opacity: 0;
       transform: translateY(30px);
       transition: all 0.6s ease-out;
   }

   .aqar-wrap li.visible {
       opacity: 1;
       transform: translateY(0);
   }

   /* Responsive */
   @media (max-width: 768px) {
       .aqar-wrap li {
           margin-bottom: 15px;
       }
   }

        html {
            scroll-behavior: smooth;
        }
    
        .section-block {
            padding: 60px 0;
            border-bottom: 1px solid #eee;
        }
    
        .nav-pills .nav-link {
            color: #333;
            border-radius: 6px;
            padding: 10px 15px;
            margin-bottom: 6px;
            transition: all 0.3s ease;
        }
    
        .nav-pills .nav-link:hover {
            background: #f9f9f9;
            color: #007bff;
        }
    
        .nav-pills .nav-link.active {
            background: linear-gradient(45deg, #007bff, #00c6ff);
            color: #fff !important;
            font-weight: 600;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        }
    
        img {
            transition: transform 0.3s ease;
        }
    
        img:hover {
            transform: scale(1.05);
        }