.icea-section {
    position: relative;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

/* Beige Top Background – visible on desktop only */
.top-half-background {
    background-color: #dcc397;
    height: 200px;
    width: 100%;
}

@media (max-width: 768px) {
    .top-half-background {
        display: none;
    }
}

.carousel-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.carousel-inner-container {
    max-width: 1000px;
    width: 100%;
    padding: 0 15px;
}

.pastpresident_padding{
    padding-top: 10.5rem !important;
        padding-bottom: 2.5rem !important;
}




.leader-box {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border-radius: 6px;
    height: 100%;
}

.leader-box img {

    height: 220px;
    object-fit: cover;
    border-radius: 4px;
}

.leader-name {
    font-weight: bold;
    margin-top: 10px;
}

.leader-years {
    font-size: 0.9rem;
    color: #555;
}

@media (max-width: 576px) {
    .leader-box img {
        height: 180px;
    }
}