.stats-section .stat-box {
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.stats-section .stat-box:hover {
    transform: translateY(-5px);
}

.stats-section .stat-icon {
    font-size: 2.5rem;
    color: #667eea;
    margin-bottom: 15px;
}

.stats-section .stat-box h3 {
    font-size: 3rem;
    color: #333;
    display: inline-block;
    margin: 0;
}

.stats-section .stat-box p {
    display: inline-block;
    font-size: 1.5rem;
    color: #667eea;
    margin: 0 0 0 5px;
}

.stats-section .stat-box h4 {
    color: #333;
    margin-top: 10px;
    font-size: 1.2rem;
}

.stats-section .stat-box small {
    color: #666;
    font-size: 0.9rem;
}

.expertise-tags {
    margin-top: 15px;
}

.expertise-tags .tag {
    display: inline-block;
    background: #f0fbf8;
    color: #667eea;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-right: 5px;
    margin-bottom: 5px;
}

.advisor-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    height: 100%;
    border-top: 4px solid #667eea;
}

.advisor-card h5 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.advisor-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}
