.accred p {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    background: #8d1c0f;
    color: #fff;
}

.accred img {
    height: 80px;
}

.acc-img {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
}

.faculty-section {
    padding: 60px 0;
}

.faculty-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faculty-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.faculty-card img {
    width: 100%;
    max-width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 30px;
}

.faculty-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.faculty-title {
    font-size: 14px;
    color: #666;
}
.fsw-500{
    font-weight: 500 !important;
}

footer p{
    color: #000;
}