
html, body {
    height: 100%;
    margin: 0;
    padding: 0;


}

body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #fff8ef;
    padding-top: 10px;
}

.navbar-custom-dual {
    border-bottom: 1px solid rgba(120, 72, 28, 0.18);
    background: linear-gradient(to right, #2b1a12 0%, #2b1a12 34%, #fff3df 34%, #fff3df 100%);
    box-shadow: 0 6px 22px rgba(43, 26, 18, 0.18);
    z-index: 1030;
    width: auto;
}

.navbar-brand span {
    color: #ffffff;
}

    .navbar-brand span span {
        color: #f59e0b !important;
    }

.nav-link-custom {
    color: #3b2417 !important;
    background-color: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(120, 72, 28, 0.14);
    transition: all 0.25s ease;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 8px 16px !important;
    border-radius: 99px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .nav-link-custom:hover {
        color: #ffffff !important;
        background-color: #c2410c;
        border-color: #c2410c;
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(194, 65, 12, 0.45);
    }

    .nav-link-custom.active {
        color: #ffffff !important;
        background-color: #ea580c;
        border-color: #ea580c;
        font-weight: 700;
    }

.nav-link-order {
    color: #5a2d0c !important;
    background-color: #ffedd5;
    border: 1px solid rgba(234, 88, 12, 0.28);
}

    .nav-link-order:hover {
        background-color: #f97316 !important;
        color: #ffffff !important;
    }

.nav-link-whatsapp {
    background-color: #dcfce7;
    border: 1px solid rgba(22, 163, 74, 0.35);
    color: #15803d !important;
}

    .nav-link-whatsapp:hover {
        background-color: #16a34a !important;
        color: #ffffff !important;
        box-shadow: 0 8px 18px rgba(22, 163, 74, 0.45);
    }

.nav-link-location {
    background-color: #fee2e2;
    border: 1px solid rgba(220, 38, 38, 0.25);
    color: #b91c1c !important;
}

    .nav-link-location:hover {
        background-color: #dc2626 !important;
        color: #ffffff !important;
        box-shadow: 0 8px 18px rgba(220, 38, 38, 0.45);
    }

.custom-toggler-btn {
    border: 1px solid rgba(234, 88, 12, 0.35) !important;
    background-color: #fff7ed !important;
    padding: 6px 10px;
    border-radius: 10px;
}

.custom-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2843, 26, 18, 0.95%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Corrección aquí: Usamos @@media para que el compilador Razor de ASP.NET no se rompa */
@media (max-width: 991.98px) {
    .navbar-custom-dual {
        background: #2b1a12 !important;
    }

    .navbar-brand span {
        color: #ffffff;
    }

    .navbar-collapse {
        background: #fff8ef !important;
        border: 1px solid rgba(120, 72, 28, 0.16) !important;
        border-radius: 16px;
        padding: 18px;
        margin-top: 15px;
        box-shadow: 0 16px 30px rgba(43, 26, 18, 0.22);
    }

    .navbar-nav .nav-link-custom {
        margin-bottom: 8px;
        padding: 12px 16px !important;
        border-radius: 14px;
    }
}

#page-content-wrapper {
    width: 100%;
    min-height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    background-color: #fff8ef;
    overflow-x: hidden;
}

.main-content-area {
    flex: 1 0 auto;
}

.custom-footer {
    background-color: #2b1a12;
    border-radius: 5px;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.99rem;
    margin-top: auto;
}

    .custom-footer a {
        color: #fbbf24;
        text-decoration: none;
    }

        .custom-footer a:hover {
            text-decoration: underline;
        }
