
.icea-section1 {
    position: relative;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
}

.top-half-background1 {
    position: absolute;
    top: 0;
    height: 200px;
    width: 100%;
    background-color: #dcc397;
    z-index: 1;
}

.banner-img1 {
    width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: cover;
}

/* .banner-img {
    width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: cover;
    display: block;
} */

/* .banner-img {
    width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: cover;
    display: block;
} */

/* Content below carousel */
.content {
    margin-top: 100px;
    padding: 2rem 1rem;
    text-align: center;
    font-family: Arial, sans-serif;
}

.content h3 {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.content p {
    margin: 0 auto 1.5rem;
    line-height: 1.6;
    font-size: 1rem;
}

.content a {
    color: #0033cc;
    text-decoration: none;
    font-size: 1rem;
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
    .carousel-wrapper {
        position: relative;
    }

    .content {
        margin-top: 0;
        padding: 1.5rem 1rem;
    }

    .banner-img {
        max-height: 320px;
    }

    .content h3 {
        font-size: 1.1rem;
    }

    .content p,
    .content a {
        font-size: 0.95rem;
    }
}




