/* Admission Page Specific CSS */

.page-title {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 20px;
}

.page-title h2 {
    font-size: 28px;
    margin-bottom: 8px;
}

.page-title p {
    font-size: 14px;
    opacity: 0.9;
}