﻿.slider-img {
    height:550px;
    object-fit: cover;
}

/* Caption Styling */
.carousel-caption {
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 10px;
}

.carousel-caption h1 {
    font-size: 32px;
    font-weight: 700;
}

.carousel-caption p {
    font-size: 16px;
}
.breadcrumb-section {
    background: linear-gradient(135deg, #1E3A8A, #172554);
    padding: 30px 0;
    border-radius: 8px;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb-item a {
    color: #F59E0B;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #ddd;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #aaa;
}
.about-section img {
    border-radius: 10px;
}

.about-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.staff-card {
    border-radius: 12px;
    transition: 0.3s;
}

.staff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.committee-card {
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
}

.committee-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.committee-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.committee-card .card-body {
    padding: 10px;
}

.committee-card p {
    margin-bottom: 0;
}