.main-banner {
    height: 100vh;
    position: relative;
}


.banner-slide {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .main-banner {
        height: 32vh;
    }
    
    .banner-slide {
        height: 32vh;
    }

    .slick-dots-container {
        bottom: -20px;
    }
}
@media only screen and (max-width: 320px) {
    .main-banner {
        height: 40vh;
    }
    
    .banner-slide {
        height: 40vh;
    }

    .slick-dots-container {
        bottom: -20px;
    }
}
/* Keep banner slider with negative z-index */
.banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Create a container for dots that sits above everything */
.slick-dots-container {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

/* Make dots larger and more noticeable */
.slick-dots {
    bottom: 0;
    position: relative;
    pointer-events: auto;
}

.slick-dots li {
    position: relative;
    width: 15px;  /* Increased from default */
    height: 15px; /* Increased from default */
    margin: 0 8px; /* Increased spacing between dots */
    cursor: pointer;
}

.slick-dots li button {
    width: 15px;
    height: 15px;
}

.slick-dots li button:before {
    content: '•';
    font-size: 30px; /* Larger dot size */
    line-height: 15px;
    width: 15px;
    height: 15px;
    color: white;
    opacity: 0.7;
}

.slick-dots li.slick-active button:before {
    color: white;
    opacity: 1;
    font-size: 40px; /* Slightly larger for active dot */
}
/* Custom dots styling */
/* Inactive dots */
.news_branchen .slick-dots li button:before {
    color: #ccc !important; /* Set your inactive dot color here */
}

/* Active dot color */
.news_branchen .slick-dots li.slick-active button:before {
    color: #e8bd59 !important; /* Set active dot color to #e8bd59 */
}


/* Mobile and Tablet adjustments */
@media only screen and (max-width: 1024px) {
    .slick-dots-container {
        bottom: 20px; /* Move dots closer to bottom on mobile/tablet */
    }
    
    /* Make dots slightly smaller on mobile but still visible */
    .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 6px;
    }

    .slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .slick-dots li button:before {
        font-size: 12px;
        width: 12px;
        height: 12px;
        line-height: 12px;
    }

    .slick-dots li.slick-active button:before {
        font-size: 14px;
    }
}

/* Additional adjustment for smaller mobile screens */
@media only screen and (max-width: 600px) {
    .slick-dots-container {
        bottom: 40px;
    }
}

/* Display dots */
.news_branchen .slick-dots {
    bottom: -20px;
    display: block;
    text-align: center;
}


.news_branchen .slick-slide {
    transition: opacity 0.3s ease;
}

.news_branchen .slick-center {
    opacity: 1;
}

.container-fuild {
    padding: 0 5%;
}



/* Show arrows only on desktop */
@media (max-width: 1024px) {
    .news_branchen .slick-prev,
    .news_branchen .slick-next {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .news_branchen .slick-slide {
        padding: 0;
    }
}

/* Display dots below carousel and center-align */
.news_branchen .slick-dots {
    bottom: -20px;
    display: block;
    text-align: center;
}


.main-banner-image{
    background-image: url(../img/OverviewBanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

@media only screen and (max-width: 600px) {
    .main-banner-image{
        background-image: url(../img/OverviewBanner.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 48vh;
    }
}
/* .slider-banner-image{
    height: 100vh;
    z-index: -1;
}

@media only screen and (max-width: 600px) {
    .slider-banner-image{
        height: 48vh;
    }
} */