/* Banner Box Styles (Replacing images) */
.banner-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}

.banner-1 {
    background: linear-gradient(45deg, #FFD700, #FFFacd);
}

.banner-2 {
    background: linear-gradient(45deg, #0000FF, #87CEFA);
    color: white;
}