/*
Theme Name: Bosco Restaurant & Lounge
Version: 1.0
Theme URI: https://bosco.md
Description: Site bosco.md
Author: Igor Dobîndă
Author URI: https://igordobinda.com
*/

@charset "utf-8";
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Open Sans", sans-serif;
    background: #ffffff;
    color: #333333;
    position: relative;
    width: 100%;
}

body::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin: 0 1% 25px;
    text-align: center;
    width: 31%;
    display: block;
}

.gallery-columns-2 .gallery-item {
    width: 48%;
}

.gallery-columns-4 .gallery-item {
    width: 23%;
}

.gallery a img {
    cursor: zoom-in;
}

.gallery img {
    box-shadow: 0px 0px 4px #999;
    padding: 0;
    background: #ffffff;
    max-width: 100%;
    height: auto;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.gallery img:hover {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.smartphoto-nav {
    background: #000000 !important;
}

.gallery dl,
.gallery dt {
    margin: 0;
}

.gallery br+br {
    display: none;
}

.tenpx {
    clear: both;
    height: 10px;
}

.floatright {
    float: right;
    margin-left: 10px;
}

.floatleft {
    float: left;
    margin-right: 10px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


/* .alignleft,
.alignright,
.aligncenter {} */

.alignnone {
    margin: 10px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
    clear: both;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
    clear: both;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

.wp-caption {
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -moz-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

a img {
    border: none;
}

:root {
    --color-bg: #0d0d0d;
    --color-bg-card: #1a1a1a;
    --color-white: #ffffff;
    --color-gold: #b59a5e;
    --color-gold-light: #d4b97a;
    --color-green: #2d6a4f;
    --color-green-dark: #1e4d39;
    --color-green-btn: #2d6a4f;
    --color-text-muted: #888888;
    --color-border: #2a2a2a;
    --color-card-bg: #ffffff;
    --font-display: 'Cormorant Garamond', serif;
    --font-body: 'Jost', sans-serif;
    --radius-card: 12px;
    --radius-btn: 50px;
    --transition: 0.3s ease;
}


/* ---- Reset & Base ---- */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--color-bg);
    color: var(--color-white);
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color var(--transition);
}

a:hover {
    color: var(--color-gold);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* =============================================
   NAVBAR
   ============================================= */

.navbar-bosco {
    background-color: var(--color-bg);
    padding: 14px 0;
    border-bottom: 1px solid var(--color-border);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-bosco .navbar-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
}

.navbar-brand-bosco {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--color-gold);
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-decoration: none;
    transition: color var(--transition);
}

.navbar-brand-bosco img {
    height: 24px;
    width: auto;
    display: block;
    filter: drop-shadow(none);
    animation: glow 2s infinite alternate;
}

.navbar-brand-bosco img:hover {
    filter: drop-shadow(0 0 10px var(--color-gold)) drop-shadow(0 0 20px var(--color-gold));
}

.navbar-brand-bosco span {
    color: var(--color-gold-light);
}

.navbar-brand-bosco:hover {
    color: var(--color-gold-light);
}

.navbar-bosco .nav-link {
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding: 4px 12px !important;
    transition: color var(--transition);
}

.navbar-bosco .nav-link:hover,
.navbar-bosco .nav-link.active {
    color: var(--color-gold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lang-switcher {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--color-white);
    display: flex;
    align-items: center;
}

.lang-switcher a {
    color: var(--color-text-muted);
    transition: color var(--transition);
}

.lang-switcher a:hover,
.lang-switcher a.active {
    color: var(--color-white);
}

.lang-switcher .separator {
    margin: 0 4px;
    color: var(--color-border);
}


/* =============================================
   HERO SECTION
   ============================================= */

.hero-section {
    position: relative;
    width: 100%;
    min-height: 340px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.hero-section .hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    filter: brightness(0.55);
}

.hero-section .hero-content {
    position: relative;
    z-index: 2;
    padding: 40px 0;
    width: 100%;
}

.hero-section h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--color-white);
    letter-spacing: 0.02em;
}

.hero-section .hero-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    max-width: 360px;
    margin-top: 8px;
}

.hero-section .hero-socials a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    margin-right: 12px;
    transition: color var(--transition);
    display: flex;
    align-items: center;
}

.hero-section .hero-socials a span {
    font-size: 14px;
}

.hero-section .hero-socials a:hover {
    color: var(--color-gold);
}


/* Homepage hero larger */

.hero-home {
    align-items: center;
    text-align: center;
}

.hero-home .hero-content {
    text-align: center;
    padding: 60px 0 40px;
}


/* =============================================
   SECTION TITLES
   ============================================= */

.section-title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: 0.02em;
}

.section-title.gold {
    color: var(--color-gold);
}

.section-label {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-gold);
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}


/* =============================================
   MENU CATEGORIES (prima pagina - grid)
   ============================================= */

.menu-categories {
    padding: 0 0 40px;
}

.category-card {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card);
    padding: 20px 16px;
    text-align: center;
    cursor: pointer;
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.category-card:hover {
    border-color: var(--color-gold);
    transform: translateY(-2px);
}

.category-card.active {
    background: var(--color-green);
    border-color: var(--color-green);
}

.category-card .cat-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--color-border);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-card .cat-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card .cat-icon ion-icon {
    font-size: 28px;
    color: var(--color-gold);
}

.category-card .cat-name {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-white);
    letter-spacing: 0.03em;
}

.category-card.active .cat-name {
    color: var(--color-white);
}

.category-card .cat-arrow {
    font-size: 16px;
    color: var(--color-white);
}


/* =============================================
   ABOUT SECTION (prima pagina)
   ============================================= */

.about-section {
    padding: 60px 0;
}

.about-video-wrap {
    position: relative;
    border-radius: var(--radius-card);
    overflow: hidden;
}

.about-video-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition);
}

.play-btn ion-icon {
    font-size: 24px;
    color: var(--color-white);
    margin-left: 3px;
}

.play-btn:hover {
    background: rgba(255, 255, 255, 0.35);
}


/* =============================================
   EVENT CARDS
   ============================================= */

.events-section {
    padding: 60px 0;
}

a.event-card {
    background: var(--color-bg-card);
    border-radius: var(--radius-card);
    overflow: hidden;
    border: 1px solid var(--color-border);
    transition: all var(--transition);
    display: block;
}

a.event-card:hover {
    border-color: var(--color-gold);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

a.event-card .event-img-wrap {
    position: relative;
    overflow: hidden;
}

a.event-card .event-img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

a.event-card:hover .event-img-wrap img {
    transform: scale(1.04);
}

a.event-card .event-date {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(13, 13, 13, 0.75);
    backdrop-filter: blur(6px);
    border-radius: 30px;
    padding: 5px 12px;
    font-size: 12px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

a.event-card .event-date ion-icon {
    font-size: 13px;
    color: var(--color-gold);
}

a.event-card .event-title {
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-white);
    background: var(--color-bg-card);
}


/* =============================================
   PAGINATION ARROWS
   ============================================= */

.pagination-arrows {
    display: flex;
    gap: 10px;
    margin: 30px 0 20px;
}

.arrow-btn {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid var(--color-border);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition);
    color: var(--color-white);
}

.arrow-btn:hover,
.arrow-btn.active {
    background: var(--color-green);
    border-color: var(--color-green);
    color: var(--color-white);
}

.arrow-btn ion-icon {
    font-size: 18px;
}


/* =============================================
   BTN STYLES
   ============================================= */

.btn-gold {
    background: transparent;
    border: 1px solid var(--color-gold);
    color: var(--color-gold);
    border-radius: var(--radius-btn);
    padding: 10px 24px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all var(--transition);
    text-decoration: none;
}

.btn-gold:hover {
    background: var(--color-gold);
    color: var(--color-bg);
}

.btn-gold ion-icon {
    font-size: 16px;
}


/* =============================================
   MENIU PAGE - Search bar
   ============================================= */

.search-wrap {
    position: relative;
    max-width: 320px;
}

.search-wrap input {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    padding: 10px 44px 10px 18px;
    color: var(--color-white);
    font-size: 14px;
    font-family: var(--font-body);
    width: 100%;
    outline: none;
    transition: border-color var(--transition);
}

.search-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-wrap input:focus {
    border-color: var(--color-gold);
}

.search-wrap .search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    cursor: pointer;
}


/* =============================================
   MENIU - Category navigation bar
   ============================================= */

.menu-cats-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 24px 0;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu-cats-bar::-webkit-scrollbar {
    display: none;
}

.menu-cat {
    background: transparent;
    border: 1px solid var(--color-border);
    color: var(--color-white);
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 14px;
    font-family: var(--font-body);
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    transition: all var(--transition);
}

.menu-cat:hover {
    border-color: var(--color-gold);
    color: var(--color-gold);
}

.menu-cat.active {
    background: var(--color-gold);
    border-color: var(--color-gold);
    color: var(--color-bg);
    font-weight: 500;
}

.cats-nav-btn {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid var(--color-border);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition);
    color: var(--color-white);
    flex-shrink: 0;
}

.cats-nav-btn:hover {
    background: var(--color-green);
    border-color: var(--color-green);
}

.cats-nav-btn.next-btn {
    background: var(--color-green);
    border-color: var(--color-green);
}

.cats-nav-btn ion-icon {
    font-size: 18px;
}


/* =============================================
   MENIU - Food Items
   ============================================= */

.food-item-card {
    background: var(--color-white);
    border-radius: var(--radius-card);
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px;
    margin-bottom: 16px;
    transition: all var(--transition);
    border: 1px solid transparent;
}

.food-item-card:hover {
    border-color: var(--color-gold);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.food-item-card .food-img {
    width: 110px;
    height: 110px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.food-item-card .food-info {
    flex: 1;
}

.food-item-card .food-catname {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-gold);
    margin-bottom: 4px;
    font-family: var(--font-display);
}

.food-item-card .food-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
    font-family: var(--font-body);
}

.food-item-card .food-desc {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 8px;
}

.food-item-card .food-price {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-green);
    font-family: var(--font-body);
}

.food-item-card .add-btn {
    width: 40px;
    height: 40px;
    background: var(--color-gold);
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition);
    flex-shrink: 0;
    align-self: center;
    margin-right: 4px;
}

.food-item-card .add-btn:hover {
    background: var(--color-green);
}

.food-item-card .add-btn ion-icon {
    font-size: 20px;
    color: var(--color-white);
}


/* Animație pentru badge */

.cart-badge {
    transition: transform 0.2s ease;
}

.cart-badge.animate__bounce {
    animation: bounce 0.5s ease;
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}


/* ===== MENU CATEGORY SECTIONS ===== */

.menu-category-section {
    margin-bottom: 48px;
}

.menu-category-title {
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-gold);
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-border);
    letter-spacing: 0.02em;
}

.menu-category-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* ===== LOADING INDICATOR ===== */

#loadingIndicator ion-icon {
    font-size: 32px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* =============================================
   FOOTER
   ============================================= */

.site-footer {
    padding: 60px 0 30px;
    border-top: 1px solid var(--color-border);
    margin-top: 60px;
}

.footer-map {
    border-radius: var(--radius-card);
    overflow: hidden;
    height: 200px;
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(60%);
}

.footer-heading {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 18px;
    letter-spacing: 0.05em;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: var(--color-text-muted);
    font-size: 14px;
    transition: color var(--transition);
}

.footer-links a:hover {
    color: var(--color-gold);
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

.social-icon-btn {
    width: 42px;
    height: 42px;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 18px;
    transition: all var(--transition);
    cursor: pointer;
}

.social-icon-btn:hover {
    border-color: var(--color-gold);
    color: var(--color-gold);
}

.contact-info p {
    color: var(--color-text-muted);
    font-size: 14px;
    margin-bottom: 4px;
}

.working-hours p {
    color: var(--color-text-muted);
    font-size: 14px;
    margin-bottom: 4px;
}

.footer-bottom {
    border-top: 1px solid var(--color-border);
    padding-top: 20px;
    margin-top: 40px;
}


/* =============================================
   UTILITIES
   ============================================= */

.section-pad {
    padding: 60px 0;
}

.divider {
    border: none;
    border-top: 1px solid var(--color-border);
    margin: 0;
}


/* =============================================
   NAVBAR - Cart Icon Badge
   ============================================= */

.cart-nav-btn {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--color-white);
    font-size: 22px;
    transition: color var(--transition);
    margin-left: 8px;
}

.cart-nav-btn:hover {
    color: var(--color-gold);
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: var(--color-gold);
    color: var(--color-bg);
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
}


/* =============================================
   CART PAGE
   ============================================= */

.cart-section {
    padding: 50px 0 80px;
}

.cart-page-title {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 6px;
}

.cart-subtitle {
    font-size: 14px;
    color: var(--color-text-muted);
}


/* Cart Items List */

.cart-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card);
    padding: 14px;
    margin-bottom: 14px;
    transition: border-color var(--transition);
}

.cart-item:hover {
    border-color: var(--color-border);
}

.cart-item .ci-img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.cart-item .ci-info {
    flex: 1;
    min-width: 0;
}

.cart-item .ci-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-item .ci-desc {
    font-size: 12px;
    color: var(--color-text-muted);
    margin-bottom: 6px;
    font-weight: 300;
}

.cart-item .ci-price {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-gold);
}

.cart-item .ci-controls {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.cart-item .ci-controls button {
    width: 34px;
    height: 34px;
    background: transparent;
    border: none;
    color: var(--color-white);
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background var(--transition);
}

.cart-item .ci-controls button:hover {
    background: var(--color-border);
}

.cart-item .ci-controls .qty {
    min-width: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item .ci-remove {
    width: 34px;
    height: 34px;
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
    flex-shrink: 0;
    margin-left: 8px;
}

.cart-item .ci-remove:hover {
    background: #3a1a1a;
    border-color: #c0392b;
    color: #e74c3c;
}


/* Cart Empty State */

.cart-empty {
    text-align: center;
    padding: 80px 20px;
}

.cart-empty ion-icon {
    font-size: 64px;
    color: var(--color-border);
    margin-bottom: 20px;
    display: block;
}

.cart-empty h3 {
    font-family: var(--font-display);
    font-size: 1.6rem;
    color: var(--color-text-muted);
    margin-bottom: 12px;
}

.cart-empty p {
    color: var(--color-text-muted);
    font-size: 14px;
    margin-bottom: 24px;
}


/* Order Summary Box */

.order-summary {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card);
    padding: 28px;
    position: sticky;
    top: 90px;
}

.order-summary .os-title {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-border);
}

.order-summary .os-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--color-text-muted);
    margin-bottom: 12px;
}

.order-summary .os-row.total {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    padding-top: 14px;
    margin-top: 4px;
    border-top: 1px solid var(--color-border);
    margin-bottom: 24px;
}

.order-summary .os-row.total .amount {
    color: var(--color-gold);
    font-size: 18px;
}


/* Order Form */

.order-form-section {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card);
    padding: 28px;
    margin-top: 24px;
}

.order-form-section .of-title {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-border);
}

.form-group-bosco {
    margin-bottom: 16px;
}

.form-group-bosco label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    margin-bottom: 8px;
}

.form-group-bosco input,
.form-group-bosco textarea,
.form-group-bosco select {
    width: 100%;
    background: #111111;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 12px 16px;
    color: var(--color-white);
    font-size: 14px;
    font-family: var(--font-body);
    font-weight: 300;
    outline: none;
    transition: border-color var(--transition);
    appearance: none;
}

.form-group-bosco input::placeholder,
.form-group-bosco textarea::placeholder {
    color: #555;
}

.form-group-bosco input:focus,
.form-group-bosco textarea:focus,
.form-group-bosco select:focus {
    border-color: var(--color-gold);
}

.form-group-bosco textarea {
    resize: vertical;
    min-height: 90px;
}

.form-group-bosco select option {
    background: #1a1a1a;
    color: var(--color-white);
}


/* Delivery method toggle */

.delivery-toggle {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.delivery-opt {
    flex: 1;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all var(--transition);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-muted);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: transparent;
}

.delivery-opt ion-icon {
    font-size: 22px;
}

.delivery-opt:hover {
    border-color: var(--color-gold);
    color: var(--color-white);
}

.delivery-opt.active {
    border-color: var(--color-gold);
    background: rgba(181, 154, 94, 0.1);
    color: var(--color-gold);
}


/* Submit button */

.btn-submit-order {
    width: 100%;
    background: var(--color-gold);
    border: none;
    border-radius: var(--radius-btn);
    padding: 16px 24px;
    color: var(--color-bg);
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all var(--transition);
    text-transform: uppercase;
}

.btn-submit-order:hover {
    background: var(--color-gold-light);
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(181, 154, 94, 0.3);
}

.btn-submit-order ion-icon {
    font-size: 18px;
}


/* Success state */

.order-success {
    text-align: center;
    padding: 60px 20px;
    display: none;
}

.order-success.show {
    display: block;
}

.order-success .success-icon {
    width: 80px;
    height: 80px;
    background: rgba(45, 106, 79, 0.2);
    border: 2px solid var(--color-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.order-success .success-icon ion-icon {
    font-size: 40px;
    color: var(--color-green);
}

.order-success h2 {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--color-white);
    margin-bottom: 12px;
}

.order-success p {
    color: var(--color-text-muted);
    font-size: 15px;
    max-width: 340px;
    margin: 0 auto 30px;
}


/* =============================================
   CART - Payment Method
   ============================================= */

.payment-method-section {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--color-border);
}

.payment-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-text-muted);
    font-weight: 500;
    margin-bottom: 14px;
}

.payment-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.payment-opt {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #111111;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 14px 16px;
    cursor: pointer;
    transition: all var(--transition);
}

.payment-opt:hover {
    border-color: var(--color-gold);
}

.payment-opt.active {
    border-color: var(--color-gold);
    background: rgba(181, 154, 94, 0.07);
}

.po-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--color-border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.po-icon ion-icon {
    font-size: 22px;
    color: var(--color-gold);
}

.po-icon-mia {
    background: rgba(0, 102, 204, 0.15);
}

.po-icon-mia ion-icon {
    color: #4d9de0;
}

.po-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.po-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    display: flex;
    align-items: center;
    gap: 8px;
}

.po-badge {
    font-size: 10px;
    font-weight: 600;
    background: rgba(0, 102, 204, 0.2);
    color: #4d9de0;
    border: 1px solid rgba(77, 157, 224, 0.3);
    border-radius: 4px;
    padding: 1px 6px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.po-desc {
    font-size: 12px;
    color: var(--color-text-muted);
    font-weight: 300;
}

.po-check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all var(--transition);
}

.po-check ion-icon {
    font-size: 14px;
    color: transparent;
    transition: color var(--transition);
}

.payment-opt.active .po-check {
    background: var(--color-gold);
    border-color: var(--color-gold);
}

.payment-opt.active .po-check ion-icon {
    color: var(--color-bg);
}

.mia-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: rgba(77, 157, 224, 0.08);
    border: 1px solid rgba(77, 157, 224, 0.2);
    border-radius: 8px;
    padding: 12px 14px;
    margin-top: 12px;
    font-size: 13px;
    color: #a0c4e8;
    line-height: 1.5;
}

.mia-notice ion-icon {
    font-size: 18px;
    color: #4d9de0;
    flex-shrink: 0;
    margin-top: 1px;
}

.mia-notice strong {
    color: #4d9de0;
    font-weight: 600;
}


/* =============================================
   404 PAGE
   ============================================= */

.page-404 {
    min-height: calc(100vh - 65px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 60px 20px;
}

.page-404::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(181, 154, 94, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.ghost-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    font-family: var(--font-display);
    font-size: clamp(180px, 28vw, 320px);
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(181, 154, 94, 0.12);
    letter-spacing: -0.04em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
}

.content-404 {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 520px;
}

.label-404 {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-gold);
    font-weight: 500;
    margin-bottom: 16px;
    display: block;
}

.title-404 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.2;
    margin-bottom: 18px;
}

.desc-404 {
    font-size: 15px;
    color: var(--color-text-muted);
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 40px;
}

.divider-icon {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    margin-bottom: 40px;
}

.divider-icon::before,
.divider-icon::after {
    content: '';
    flex: 1;
    max-width: 80px;
    height: 1px;
    background: var(--color-border);
}

.divider-icon ion-icon {
    font-size: 20px;
    color: var(--color-gold);
}

.links-404 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.link-404-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-white);
    transition: all var(--transition);
    text-decoration: none;
}

.link-404-item ion-icon {
    font-size: 18px;
    color: var(--color-gold);
    flex-shrink: 0;
}

.link-404-item:hover {
    border-color: var(--color-gold);
    color: var(--color-gold);
    transform: translateY(-2px);
}


/* =============================================
   CONFIRMARE PLATĂ (Payment Confirmation)
   ============================================= */

.payment-card {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 48px 32px;
    margin: 20px 0;
}

.payment-card__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.payment-card__icon ion-icon {
    font-size: 48px;
}

.payment-card__icon--success {
    background: rgba(45, 106, 79, 0.15);
}

.payment-card__icon--success ion-icon {
    color: var(--color-green);
}

.payment-card__icon--cancel {
    background: rgba(192, 57, 43, 0.15);
}

.payment-card__icon--cancel ion-icon {
    color: #c0392b;
}

.payment-card__icon--pending {
    background: rgba(181, 154, 94, 0.15);
}

.payment-card__icon--pending ion-icon {
    color: var(--color-gold);
}

.payment-card__title {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 16px;
}

.payment-card__desc {
    color: var(--color-text-muted);
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.payment-card__amount {
    color: var(--color-gold);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 28px;
}

.payment-card__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}


/* Buton outline pentru carduri plată */

.btn-outline {
    background: transparent;
    border: 1px solid var(--color-border);
    color: var(--color-white);
    border-radius: 50px;
    padding: 10px 24px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all var(--transition);
    text-decoration: none;
}

.btn-outline:hover {
    border-color: var(--color-gold);
    color: var(--color-gold);
}


/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 768px) {
    .info-bar {
        padding: 20px 20px;
        flex-direction: column;
        gap: 16px;
    }
    .info-bar-divider {
        display: none;
    }
    .hero-home {
        min-height: 300px;
    }
    .food-item-card .food-img {
        width: 80px;
        height: 80px;
    }
    .search-wrap {
        max-width: 100%;
    }
}


/* Responsive pentru payment card */

@media (max-width: 576px) {
    .payment-card {
        padding: 32px 20px;
    }
    .payment-card__title {
        font-size: 1.5rem;
    }
    .payment-card__amount {
        font-size: 1.2rem;
    }
    .payment-card__actions {
        flex-direction: column;
        align-items: center;
    }
    .payment-card__actions .btn-gold,
    .payment-card__actions .btn-outline {
        width: 100%;
        justify-content: center;
    }
}


/* =============================================
   MOBILE SIDENAV
   ============================================= */

.bosco-sidenav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100%;
    background: var(--color-bg);
    border-left: 1px solid var(--color-border);
    z-index: 2000;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.bosco-sidenav.open {
    right: 0;
}

.sidenav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid var(--color-border);
}

.sidenav-close-btn {
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-white);
    font-size: 22px;
    transition: all var(--transition);
}

.sidenav-close-btn:hover {
    border-color: var(--color-gold);
    color: var(--color-gold);
}

.sidenav-nav {
    flex: 1;
    padding: 24px;
}

.sidenav-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidenav-nav ul li {
    border-bottom: 1px solid var(--color-border);
}

.sidenav-nav ul li a {
    display: block;
    padding: 16px 4px;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-white);
    letter-spacing: 0.04em;
    transition: color var(--transition);
}

.sidenav-nav ul li a:hover,
.sidenav-nav ul li a.active {
    color: var(--color-gold);
    text-decoration: none;
}

.sidenav-footer {
    padding: 24px;
    border-top: 1px solid var(--color-border);
}


/* Stiluri pentru lang_switcher() în sidenav */

.sidenav-footer ul.lang {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

.sidenav-footer ul.lang li a {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-muted);
    letter-spacing: 0.06em;
    transition: color var(--transition);
}

.sidenav-footer ul.lang li.activelang a {
    color: var(--color-white);
}

.sidenav-footer ul.lang li a:hover {
    color: var(--color-gold);
}


/* Overlay */

.bosco-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    z-index: 1999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.bosco-overlay.active {
    opacity: 1;
    pointer-events: all;
}


/* Hamburger button */

.hamburger-btn {
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-white);
    font-size: 24px;
    transition: all var(--transition);
}

.hamburger-btn:hover {
    border-color: var(--color-gold);
    color: var(--color-gold);
}


/* Stiluri pentru lang_switcher() în navbar desktop */

.navbar-right ul.lang {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0;
}

.navbar-right ul.lang li a {
    color: var(--color-text-muted);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: color var(--transition);
    padding: 2px 6px;
}

.navbar-right ul.lang li a:hover,
.navbar-right ul.lang li.activelang a {
    color: var(--color-white);
}

.navbar-right ul.lang li+li::before {
    content: "|";
    color: var(--color-border);
}