.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;
}

.form{
    border: 1px solid black;
}

.hr1 {
    margin-top: 70px;
    margin-bottom: 0px;
    border-top: 1px solid #484848;
    width: auto;
}

.custom-table, .custom-table td, .custom-table tr {
    border: 1px solid black !important;
}

.current-year-table{
    border: 1px solid black;
}

.form-table{
    border: 2px solid black;
    
}

.form-table td,
.form-table th{
    padding: 15px;
}

.donate-input span{
    padding: 3px;
    background-color:#F1E6CF;
}

.form-submit-btn{
    background-color: #0a3687;
    border: 1px solid #0a3687 !important;
    padding: 0px 80px;
}

.form-submit-btn:hover{
    background-color: #ffffff !important;
    color: #0a3687 !important;
}