.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;
}
.aida_padding{
    padding-top: 10.5rem !important;
        padding-bottom: 2.5rem !important;
}
@media (max-width: 576px) {
    .aida_padding {
    padding-top: 5rem !important;
}
}


.img-thumb {
    cursor: pointer;
    transition: transform 0.2s;
}

.img-thumb:hover {
    transform: scale(1.03);
}

.img-enlarge {
    max-width: 100%;
    width: 100%;
        height: auto;
        max-height: 90vh;
    
        display: block;
        object-fit:contain;
        margin: 0 auto;
}

@media (max-width: 576px) {
    .img-thumb {
        width: 100%;
        margin-bottom: 1rem;
    }
}
