.home-banner {
    position: relative;
    background: url('../img/bus-people.png') no-repeat left center;
    background-size: contain; /* keeps image aspect ratio */
    /*    border-radius: 8px;*/
    overflow: hidden; /* clip overlay inside rounded border */
    /*    border-bottom-color: #8a70b5;*/
    border-bottom: 10px solid #65e156;
}

.overlay {
    background-color: rgb(255, 0, 0); /* semi-transparent tint */
}

.banner-text {
    position: relative;
    z-index: 2; /* ensures text stays above overlay */
    text-shadow: 0 2px 6px rgb(0, 0, 0, 0.83); /* improves readability */
    background-color: #07d82476;
}


.home-panel2 {
    position: relative;
    background: linear-gradient(180deg, #81f27d 5%, #ff6a00 0%);
    background-size: cover;
    color: #000;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 10px solid;
    border-bottom-color: #81f27d;
}

@media (max-width: 768px) {
    .custom-padding-sm {
        padding-top: 30px;
    }
}
