.hero-banner {
    position: relative;
    margin-top: -130px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 33%);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.logo-slider img {
    height: 80px;
    object-fit: contain;
    margin: auto;
    transition: transform 0.3s ease;
}

.logo-slider img:hover {
    transform: scale(1.05);
}

.swiper-slide {
    border: 1px solid var(--bs-light);
    border-radius: 10px;
    background-color: var(--bs-white);
}

.product-slider-section {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, #000000 80%);
}

.event-banner {
    background-image: url('../../img/empowering-innovation-together.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    padding: 60px 0;
}