/* Leadership Section */
.leadership-section .rounded-circle {
    max-width: 250px;
    height: 250px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto 1rem;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* PermSec Image Styling */
.permanent-secretary-container {
    width: 200px;
    height: 200px;
    min-width: 200px;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.permanent-secretary-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.leadership-section h2.section-title {
    color: #0c2461;
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1rem;
    text-align: center;
}

.leadership-section h2.section-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #f9ca24;
}

.leadership-section .lead {
    color: #495057;
    line-height: 1.7;
}

.leadership-section .text-muted {
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.leadership-section h4 {
    color: #0c2461;
    margin-bottom: 1.5rem;
}

.leadership-section .align-items-center {
    margin-bottom: 3rem;
}

.leadership-section .align-items-center:last-child {
    margin-bottom: 0;
}

.leadership-section h2.section-title {
    color: #0c2461;
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1rem;
    text-align: center;
}

.leadership-section h2.section-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #f9ca24;
}

.leadership-section .lead {
    color: #495057;
    line-height: 1.7;
}

.leadership-section .text-muted {
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.leadership-section h4 {
    color: #0c2461;
    margin-bottom: 1.5rem;
}

.leadership-section .align-items-center {
    margin-bottom: 3rem;
}

.leadership-section .align-items-center:last-child {
    margin-bottom: 0;
}
