.navbar {
    padding: 1rem 0;
    background-color: #2E5A35 !important;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
}

.navbar-brand-sub {
    font-size:0.7em;
}

.logo {
    height: 50px;
    margin-right: 20px;
    border-radius: 6px;
    margin-top: -10px;
}

#productCarousel {
    margin-top: 76px;
    background-color: #f8f9fa;
}

.carousel-item {
    height: 600px;
    background-color: #2E5A35;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.carousel-caption {
    background: rgba(46, 90, 53, 0.8);
    padding: 20px;
    border-radius: 10px;
    bottom: 40px;
}

.carousel-caption h5 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #ffffff;
}

.carousel-caption p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #f8f9fa;
}

.menu-mappa {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
    background-color: #2E5A35;
    border: none;
    position: absolute;
    top: 100%;
}

.dropdown-item {
    color: rgba(255, 255, 255, 0.55);
}

.dropdown-item:hover {
    background-color: #1d3922;
    color: rgba(255, 255, 255, 0.9);
}

.dropdown-item.active {
    background-color: #2e5a35;;
}

.nav-item.dropdown {
    display: flex;
    align-items: center;
}

.nav-item.dropdown .dropdown-button {
    padding: 0.5rem 0.5rem;
    margin-left: -0.5rem;
}

.nav-item.dropdown .dropdown-button::after {
    margin-left: 0;
}

@media (max-width: 768px) {
    .logo {
        height: 30px;
        margin-right: 10px;
        border-radius: 5px;
        margin-top: -10px;
    }

    .navbar-brand-sub {
        font-size:0.5em;
    }

    .carousel-item {
        height: 300px;
    }

    .carousel-caption h5 {
        font-size: 1.4rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }
}

.btn-primary {
    background-color: #2E5A35;
    border-color: #2E5A35;
}

.btn-primary:hover {
    background-color: #1d3922;
    border-color: #1d3922;
}

.btn-primary:disabled, .btn-primary.disabled {
    background-color: #6c757d;
    border-color: #6c757d;
}

.coming-soon-img {
    max-width: 500px;
    height: auto;
}

/* Stili per schermi fino a 1199px per evitare sovrapposizioni nel menu */
@media (max-width: 1199.99px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1140px;
    }

    .navbar-nav .nav-link {
        font-size: 0.88rem; /* Riduci la dimensione del font */
        padding-left: 0.8rem; /* Riduci leggermente il padding laterale se necessario */
        padding-right: 0.8rem;
    }

    .navbar-brand {
        font-size: 1.3rem; /* Riduci leggermente anche il brand se necessario */
    }

    .logo {
        height: 40px; /* Riduci leggermente il logo */
    }

    .menu-mappa {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (max-width: 640px) {
    .menu-mappa {
      margin-left: 0 !important;
    }
}
