header {
    position: relative;
    width: 100%;
    z-index: 999;
    transition: 0.4s all;
    background: #F4F1EA;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

header.fix_style {
    background-size: cover;
    transition: 0.4s all;
}

header.fixed {
    position: fixed;
    position: relative;
    top: 0;
    z-index: 9;

}

header.fixed::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

/* Navigation bar */
.navbar {
    padding: 0 15px;
    transition: 0.4s all;
}

@media (min-width: 1200px) {
    .navbar {
        padding: 0 85px !important;
    }
}

/* @media (max-width: 992px) {
    .bk-sidebar {
        top: 58px !important;
    }
} */

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 32px 0 26px 0;
    font-weight: 800 !important;
    font-size: 16px !important;
    color: #111111 !important;
    transition: 0.4s all;
    text-transform: capitalize;
    font-family: Roboto;
    letter-spacing: 1px;
    position: relative;
    white-space: nowrap;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #D32F2F !important;
}

/* =====================================================================
   CLEAN & PROFESSIONAL HEADER ACTION BAR
   ===================================================================== */

/* 1. Login / Profile Link */
.clean-header-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4B3012 !important;
    /* Fuego Brown */
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.clean-header-link i {
    font-size: 18px;
    color: #E85D22;
    /* Fuego Orange Accent */
}

.clean-header-link:hover {
    color: #d55e2f !important;
    /* Fuego Red */
}

/* 2. Order Now Button (Solid, Flat, Professional) */
.clean-header-btn {
    background-color: #ec5f27;
    /* Solid Fuego Red */
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    padding: 10px 24px;
    border-radius: 8px;
    /* Clean square-ish corners */
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.clean-header-btn:hover {
    background-color: #d55e2f;
    /* Darker red on hover */
    transform: translateY(-1px);
}

/* 3. Cart Button (Naked Icon) */
.clean-header-cart {
    background: transparent;
    border: none;
    color: #4B3012;
    font-size: 22px;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
}

.clean-header-cart:hover {
    color: #D72300;
}

/* Tiny, unobtrusive cart badge */
.clean-header-cart .cart-badge {
    position: absolute;
    top: -4px;
    right: -8px;
    background-color: #E85D22;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: 'Nunito', sans-serif;
}

/* 4. Hamburger Menu (Clean Icon) */
.clean-header-hamburger {
    background: transparent;
    border: none;
    color: #4B3012;
    font-size: 24px;
    padding: 0;
    margin-left: 8px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.clean-header-hamburger:hover {
    color: #D72300;
}


/* =====================================================================
   BK STYLE MOBILE SIDEBAR CSS (USED BY MENU & CART)
   ===================================================================== */
.bk-sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    right: -100%;
    width: 440px;
    max-width: 100%;
    background-color: #f4efe9;
    z-index: 100000;
    transition: right 0.4s ease-in-out;
    overflow-y: auto;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    z-index: 100000;
}

.bk-sidebar.active {
    right: 0;
}

/* Sidebar Close Button */
.bk-sidebar .sidebar-header {
    padding: 25px 30px 10px;
}

.bk-sidebar .close-btn {
    font-size: 26px;
    color: #3a220f;
    cursor: pointer;
    transition: 0.3s;
}

.bk-sidebar .close-btn:hover {
    color: #D32F2F;
}

/* Blue Promo Card */
/* .bk-promo-card {
    background-color: #0081C6;
    border-radius: 12px;
    padding: 20px;
    margin: 15px 25px 30px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bk-promo-card .promo-icon {
    font-size: 32px;
    margin-right: 15px;
    color: #fff;
}

.bk-promo-card .promo-badge {
    background-color: #ffffff;
    color: #333;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
} */


/* =====================================================================
   FUEGO STATIC INFO CARD (Replaces the Promo Card)
   ===================================================================== */
.fuego-static-card {
    background: linear-gradient(135deg, var(--fuego-orange, #E85D22), var(--fuego-red, #D72300));
    border-radius: 12px;
    padding: 20px;
    margin: 15px 25px 30px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 8px 20px rgba(215, 35, 0, 0.2);
    /* Note: No cursor: pointer here because it is static text */
}

.fuego-static-card .promo-icon {
    font-size: 32px;
    margin-right: 15px;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fuego-static-card .promo-badge {
    background-color: #ffffff;
    color: var(--bk-text-brown, #4B3012);
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    text-transform: uppercase;
}

.fuego-static-card .promo-badge i {
    color: var(--bk-green, #118C4F);
    /* Green leaf icon to emphasize freshness */
}

/* BK List Styling */
.bk-mobile-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bk-mobile-list li {
    width: 100%;
}

.bk-mobile-list li a {
    display: flex;
    align-items: center;
    padding: 18px 30px;
    border-bottom: 1px solid #eaddce;
    color: #3a220f;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.3s;
}

.bk-mobile-list li a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    color: #D32F2F;
}

.bk-mobile-list li a .left-icon {
    font-size: 20px;
    margin-right: 18px;
    color: #4a2c11;
    width: 25px;
    text-align: center;
}

.bk-mobile-list li a .right-icon {
    margin-left: auto;
    font-size: 14px;
    color: #4a2c11;
}

/* Sidebar Footer (Socials & Login) */
.bk-sidebar-footer {
    padding: 40px 30px;
    text-align: center;
    margin-top: auto;
    padding-bottom: 60px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.social-icons a {
    color: #3a220f;
    font-size: 24px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #D32F2F;
}

.version-text {
    color: #3a220f;
    font-size: 13px;
    font-weight: 500;
}

.bk-action-btn {
    display: block;
    width: 100%;
    border: 1px solid #D32F2F;
    color: #D32F2F;
    border-radius: 8px;
    padding: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    background: transparent;
}

.bk-action-btn:hover {
    background-color: rgba(211, 47, 47, 0.05);
    color: #D32F2F;
}

.bk-action-btn i {
    margin-right: 8px;
}

/* =====================================================================
   ATTENTION GRABBER ANIMATION FOR "NOTRE CARTE"
   ===================================================================== */
.highlight-carte {
    color: #ec5f27 !important;
    font-weight: 800 !important;
}

.animated-fire {
    color: #D32F2F;
    margin-right: 5px;
    display: inline-block;
    font-size: 18px;
    will-change: transform, filter, color;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    animation: firePulse 1.2s infinite alternate ease-in-out;
}

@keyframes firePulse {
    0% {
        transform: scale(1) translateY(0) translateZ(0);
        filter: drop-shadow(0 0 2px rgba(211, 47, 47, 0.4));
        color: #D32F2F;
    }

    100% {
        transform: scale(1.2) translateY(-2px) translateZ(0);
        filter: drop-shadow(0 0 8px rgba(236, 95, 39, 0.8));
        color: #ec5f27;
    }
}

/* =====================================================================
   CART SIDEBAR DESIGN
   ===================================================================== */
.cart-items-container {
    padding: 0 20px;
    flex-grow: 1;
    overflow-y: auto;
}

.cart-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: transform 0.3s;
}

.cart-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}

.cart-img-box {
    width: 65px;
    height: 65px;
    background-color: #f4efe9;
    border-radius: 8px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cart-item-details {
    flex-grow: 1;
}

.item-title {
    font-size: 15px;
    font-weight: 700;
    color: #3a220f;
    margin-bottom: 4px;
    padding-right: 25px;
}

.item-price {
    font-size: 15px;
    font-weight: 800;
    color: #ec5f27;
    margin-bottom: 8px;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f4efe9;
    width: fit-content;
    border-radius: 20px;
    padding: 3px 10px;
}

.quantity-control button {
    background: none;
    border: none;
    color: #ec5f27;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.quantity-control button:hover {
    color: #D32F2F;
}

.quantity-control span {
    font-size: 14px;
    font-weight: 800;
    color: #3a220f;
}

.remove-item {
    color: #ccc;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
}

.remove-item:hover {
    color: #D32F2F;
}

.cart-footer {
    padding: 30px;
    background: #ffffff;
    border-top: 1px solid #eaddce;
    margin-top: auto;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.03);
}

/* =========================================
   MODERN SIDEBAR CART ITEM CSS
   ========================================= */
.sidebar-cart-item {
    display: flex;
    gap: 15px;
    padding: 18px 15px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #f3f3f3;
    position: relative;
}

.sidebar-cart-img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    border-radius: 8px;
    background: #f8f9fc;
    padding: 5px;
    flex-shrink: 0;
}

.sidebar-cart-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.sidebar-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
}

.sidebar-item-title {
    font-weight: 900;
    font-size: 1.05rem;
    color: #000;
    margin: 0;
    line-height: 1.2;
    padding-right: 10px;
}

.sidebar-remove-btn {
    color: #aab2bd;
    cursor: pointer;
    transition: color 0.2s;
    font-size: 1.1rem;
    background: none;
    border: none;
    padding: 0;
}

.sidebar-remove-btn:hover {
    color: #D72300;
}

.sidebar-item-details {
    font-size: 0.85rem;
    color: #6b6b6b;
    margin-bottom: 12px;
    line-height: 1.4;
}

.sidebar-detail-row {
    margin-bottom: 2px;
}

.sidebar-detail-price {
    color: #000;
    font-weight: 700;
}

.sidebar-cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.sidebar-item-price {
    font-weight: 900;
    font-size: 1.1rem;
    color: #D72300;
    margin: 0;
}

.sidebar-qty-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f4f1ea;
    padding: 6px 12px;
    border-radius: 50px;
}

.sidebar-qty-btn {
    background: none;
    border: none;
    color: #D72300;
    font-size: 1rem;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-qty-btn:hover {
    opacity: 0.7;
}

.sidebar-qty-val {
    font-weight: 900;
    font-size: 1rem;
    color: #000;
    min-width: 15px;
    text-align: center;
}


.custom-order-btn {
    background-color: #ec5f27;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: rgba(211, 47, 47, 0.25) 0px 4px 10px;
    color: rgb(255, 255, 255) !important;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}


/* =====================================================================
   SUPPORT CONTACT RESPONSIVE (Dans le header)
   ===================================================================== */
.support-contact {
    width: 250px;
    white-space: nowrap;
}

.support-icon {
    font-size: 38px;
    color: #008a45;
    margin-right: 12px;
}

.support-subtitle {
    font-size: 11px;
    font-weight: 800;
    color: #111;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.support-phone {
    font-size: 22px;
    font-weight: 500;
    color: #D32F2F;
    text-decoration: none;
    font-family: var(--font-rowdies, 'Oswald', sans-serif);
    line-height: 1;
}

/* --- Entre 992px (lg) et 1400px (xxl) : On réduit la taille pour que ça rentre --- */
@media (max-width: 1299px) {
    .support-contact {
        display: none !important;
        /* Retire la largeur fixe stricte */
        margin-right: 15px;
        /* Un peu d'espace */
    }

    .support-icon {
        font-size: 22px;
        /* Icône plus petite */
        margin-right: 8px;
    }

    .support-subtitle {
        font-size: 9px;
        /* Texte plus petit */
        letter-spacing: 0;
    }

    .support-phone {
        font-size: 16px;
        /* Numéro plus petit */
    }
}

/* --- En dessous de 992px (Mobile & petite tablette) : C'est géré par d-none --- */