.region-btn{
    background-color: #06397b;
    border: none;
}

.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;
}

.fixed-image-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    /* Or 1/1 for square */
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f5;
}

.fixed-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.modal-content {
    background-color: white;
    border: none;
}

.modal-body {
    padding: 20px;
}