.bot-page-title {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #222;
    margin-bottom: 0;
}

.prca.bot-grid-section .row {
    align-items: stretch;
}

.prca .bot-trustee-card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.35rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 2.5rem;
    min-width: 220px;
}

.prca .bot-trustee-img-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0 auto;
    border: 2px solid #e9ecef;
    min-width: 100px;
    min-height: 100px;
}

.prca .bot-trustee-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.prca .bot-trustee-img-placeholder {
    width: 100px;
    height: 100px;
    background-color: #dee2e6;
    border-radius: 50%;
    margin: 0 auto;
}

.prca .bot-trustee-card .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1.25rem 1.25rem 2rem;
    text-align: center;
}

.prca .bot-trustee-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.6rem;
    line-height: 1.5;
}

.prca .bot-trustee-designation {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0.6rem;
    line-height: 1.6;
}

.prca .bot-trustee-company {
    font-size: 1rem;
    color: #6c757d;
    font-style: italic;
    margin-bottom: 0;
    line-height: 1.6;
}

.prca .animate-box {
    opacity: 0;
    animation: botFadeInUp 0.5s ease forwards;
}

@keyframes botFadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

.prca .row .animate-box:nth-child(1) { animation-delay: 0.05s; }
.prca .row .animate-box:nth-child(2) { animation-delay: 0.15s; }
.prca .row .animate-box:nth-child(3) { animation-delay: 0.25s; }
.prca .row .animate-box:nth-child(4) { animation-delay: 0.10s; }
.prca .row .animate-box:nth-child(5) { animation-delay: 0.20s; }

.prca .bot-trustee-col {
    min-width: 260px;
}
