@media(max-width: 991px) {
    .sidebar {
        background-color: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(10px);
    }
    .offcanvas .nav-link {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 768px) {
    .carousel-container {
        width: 100%; /* Make it full width on mobile */
        padding: 0 10px; /* Adds spacing around the carousel */
    }

    .carousel-item img {
        max-height: 250px; /* Reduce image height for better visibility */
        width: 80% !important;
        object-fit: cover;
    }

    .carousel-indicators {
        bottom: -50px; /* Adjust indicators position */
    }

    .carousel-control-prev, 
    .carousel-control-next {
        width: 10%; /* Reduce button size for better touch usability */
    }
}

html {
    scroll-padding-top: 70px; /* or match your navbar height */
  }

.home {
    height: 100vh; /* Full viewport height */
    background: url('images/finalnilogo/dental_lab_lux/logo_okomito_prosireno_gore_dolje.png') center/contain no-repeat; /* Background image */
    background-color: rgba(0, 0, 0, 0.1); /* Dark overlay */
    background-blend-mode: multiply; /* Blend with overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.carousel-container {
    padding-bottom: 50px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;             /* make them square */
    height: 12px;
    border-radius: 50%;      /* make them circles */
    background-color: grey !important;
    opacity: 1;              /* remove Bootstrap’s default fading */
}

.carousel-indicators .active {
    background-color: #DCDCDC !important;
}

.carousel-item img {
    margin: 0 auto;
    width: 40%;
}

.footer-text {
    font-size: 0.8rem;
}
