.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;
}

.tribute-section {
    padding: 3rem 1rem;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}

.tribute-section h5 {
    font-weight: bold !important;
}

.tribute-section p {
    text-align: justify;
    margin-bottom: 1.5rem;
}
.founder_pading{
    padding-top: 6.0rem !important;
        padding-bottom: 2.5rem !important;
}

@media (max-width: 576px) {
    .tribute-section {
        padding: 1.5rem 1rem;
    }

    .tribute-section h5 {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .tribute-section h5 small {
        display: block;
        font-size: 1rem;
        margin-top: 0.3rem;
    }

    .tribute-section p {
        font-size: 0.95rem;
        line-height: 1.6;
        text-align: left;
        /* Optional: Better for mobile */
    }
    .founder_pading{
        padding-top: 5rem !important;
    }
}