 .degree-section {
    background: #f8f9fa;
}

.degree-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #e6e6e6;
    transition: 0.3s;
    height: 100%;
}

.degree-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.degree-icon {
    font-size: 42px;
    margin-bottom: 15px;
}

.degree-card h3 {
    color: #0d6efd;
    font-weight: 700;
}

.title {
    font-weight: 600;
}

.desc {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
}

.tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 10px;
}

.tag.ug { background:#e7f1ff; color:#0d6efd; }
.tag.pg { background:#fff3cd; color:#856404; }
.tag.diploma { background:#e2f7ef; color:#0f5132; }

.degree-carousel .item {
    padding: 15px;
}







.nursing-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.nursing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.nursing-card h4 {
    font-weight: 700;
    margin-top: 20px;
}

.nursing-card p {
    font-size: 14px;
    margin-bottom: 15px;
}

.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto;
}
