/* Custom Slider Styles */
.main-slider-two {
    position: relative;
    background-color: #131313;
    z-index: 10;
    height: 100vh; /* Set height to 100% of viewport height */
}

.main-slider-two .item {
    position: relative;
    height: 100vh; /* Set height to 100% of viewport height */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Align content to bottom */
    padding-top: 0;
    padding-bottom: 160px; /* Space for indicators */
    background-color: #131313;
    z-index: 10;
}

/* Reposition content to bottom center */
.main-slider-two__content {
    position: relative;
    display: block;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
}

/* Adjust the owl dots position */
.main-slider-two .owl-theme .owl-dots {
    bottom: 60px;
}
