.leadership-message-page {
    background: #f4f7fc;
}

.leadership-head h2 {
    color: #1a3185;
    font-weight: 700;
    margin-bottom: 50;
}

.leadership-content-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 35px rgba(10, 35, 95, 0.12);
}

.leader-image {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #1a3185;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.leader-designation {
    color: #4c5b8a;
    font-weight: 500;
}

.leader-message-box p {
    color: #1f2c4d;
    line-height: 1.9;
    font-size: 1.05rem;
    margin-bottom: 0.02rem;
    text-align: justify;
}

.leader-message-box p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .leadership-content-card {
        padding: 20px;
    }

    .leader-image {
        width: 180px;
        height: 180px;
    }

    .leader-message-box p {
        font-size: 1rem;
        line-height: 1.8;
    }
}
