.admission-hero p {
    font-size: 16px;
    line-height: 1.6;
}

.service-box:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

.type-box ul li {
    margin-bottom: 6px;
    font-size: 16px;
}

.choose-box {
    transition: 0.3s ease;
    background: #ffffff;
}

.choose-box:hover {
    transform: translateY(-7px);
    background: #f5faff;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.1);
}



.feature-badge {
  background: #eef3ff;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: .3s;
  border: 1px solid #d7e2ff;
}

.feature-badge:hover {
  background: #06BBCC;
  color: #fff;
  border-color: #06BBCC;
  transform: translateY(-3px);
  cursor: pointer;
}
.text-color {
    color: #06BBCC;
}
