html,
body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.carousel-item img {
    width: 100%;
    height: auto;
    max-height: 100vh;
    /* Ensures image fits within the viewport height */
}

.logonav {
    margin-right: 10%;
    margin-left: 8%;
}

.navtext {
    margin-right: 30%;
}

.detail_product {
    margin-bottom: 7%;
    margin-top: 7%;
}