html,
body {
    min-height: 100vh;
    font-family: "Nunito", "Segoe UI", Arial, sans-serif;
    background: #222 !important;
    height: 100%;
    margin: 0;
    padding: 0;
}
.navbar {
    background: #222 !important;
    border-bottom: 3px solid #eab308;
    box-shadow: 0 4px 24px 0 rgba(218, 180, 8, 0.1);
    border-radius: 0 0 1.5rem 1.5rem;
    transition: background 0.3s;
    z-index: 1040;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    color: #eab308 !important;
    text-shadow: 0 2px 8px rgba(218, 180, 8, 0.18);
    transition: color 0.2s;
}

.navbar-brand:hover {
    color: #fff !important;
    text-shadow: 0 4px 16px rgba(218, 180, 8, 0.18);
}

.modern-navbar .nav-link,
.modern-navbar .dropdown-toggle {
    font-size: 1rem !important;
    font-weight: 500;
    border-radius: 0;
    margin: 0 0.1rem;
    padding: 0.7rem 1.1rem 0.7rem 1.5rem;
    color: #eab308;
    background: transparent;
    position: relative;
    transition: color 0.18s, background 0.18s, box-shadow 0.18s, transform 0.18s;
    box-shadow: none;
    overflow: visible;
}

.modern-navbar .nav-link.active,
.modern-navbar .nav-link:focus,
.modern-navbar .nav-link:hover {
    color: #fff !important;
    background: transparent !important;
}

.modern-navbar .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: 0.2rem;
    height: 0;
    border-bottom: 2.5px solid #eab308;
    border-radius: 2px;
    opacity: 0;
    transform: scaleX(0.2);
    transition: all 0.25s cubic-bezier(0.4, 2, 0.6, 1);
}

.modern-navbar .nav-link.active::after,
.modern-navbar .nav-link:focus::after,
.modern-navbar .nav-link:hover::after {
    opacity: 1;
    transform: scaleX(1);
    left: 15%;
    right: 15%;
}

.navbar-nav .dropdown-menu,
.modern-navbar .dropdown-menu,
.glass-dropdown {
    z-index: 3000 !important;
    position: absolute !important;
    border-radius: 1rem;
    min-width: 220px;
    margin-top: 0.7rem;
    box-shadow: 0 8px 32px 0 rgba(218, 180, 8, 0.1);
    background: #222;
    border: 2px solid #eab308;
    animation: fadeInDown 0.25s;
    font-size: 0.95rem;
}

.modern-navbar .dropdown-item {
    font-size: 0.95rem;
    padding: 0.7rem 1.5rem 0.7rem 2.2rem;
    border-radius: 1rem;
    transition: background 0.18s, color 0.18s, transform 0.18s;
    color: #eab308;
}

.modern-navbar .dropdown-item.active,
.modern-navbar .dropdown-item:active,
.modern-navbar .dropdown-item:hover {
    background: #eab308;
    color: #222;
    transform: translateX(4px) scale(1.03);
}

.navbar-nav .nav-link.dropdown-toggle,
.dropdown-menu .dropdown-item {
    font-size: 0.93rem !important;
}

.navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.6rem 1.2rem 0.6rem 2rem;
}

.navbar-nav .nav-link .fa-user-circle,
.navbar-nav .dropdown-item .fa {
    font-size: 1.1rem;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

main.py-4 {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #111;
    min-height: 90vh;
}

@media (max-width: 991.98px) {
    .navbar {
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        right: 0;
        width: 100vw;
    }

    main.py-4 {
        margin-left: 0;
        left: 0;
        width: 100vw;
    }
}
.llovizna-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: "Nunito", "Segoe UI", Arial, sans-serif;
    padding: 0.2rem 0.5rem;
    line-height: 1.1;
    text-decoration: none !important;
    background: none !important;
}

.llovizna-gold {
    font-size: 2.1rem;
    font-weight: 900;
    color: #eab308;
    letter-spacing: 0.06em;
    text-shadow: 0 2px 12px rgba(218, 180, 8, 0.18), 0 1px 0 #fffbe6;
    font-family: "Nunito", "Segoe UI", Arial, sans-serif;
}

.llovizna-bar {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.04em;
    margin-top: -2px;
    text-shadow: 0 1px 8px #eab308, 0 1px 0 #222;
    font-family: "Nunito", "Segoe UI", Arial, sans-serif;
}

.user-navbar .user-link {
    color: #eab308 !important;
    font-weight: 700;
    font-size: 1.08rem;
    letter-spacing: 0.03em;
    padding: 0.7rem 1.2rem;
    border-radius: 1.2rem;
    background: linear-gradient(90deg, #222 60%, #eab308 100%);
    box-shadow: 0 2px 12px 0 rgba(218, 180, 8, 0.1);
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
}

.user-navbar .user-link:hover,
.user-navbar .user-link:focus {
    color: #fff !important;
    background: linear-gradient(90deg, #eab308 0%, #222 100%);
    box-shadow: 0 4px 16px 0 #eab30844;
    transform: scale(1.04);
}

.user-navbar .user-name {
    font-size: 1.05rem;
    font-weight: 800;
    color: #eab308;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 8px #eab308, 0 1px 0 #222;
}

.user-navbar .nav-link .fa-user-circle {
    color: #eab308;
    font-size: 1.3rem;
    margin-right: 0.5rem;
    transition: color 0.2s, transform 0.2s;
}

.user-navbar .nav-link:hover .fa-user-circle,
.user-navbar .nav-link:focus .fa-user-circle {
    color: #f7f7f7;
    transform: scale(1.18) rotate(-8deg);
}

.user-dropdown {
    background: #222 !important;
    border: 2px solid #eab308 !important;
    border-radius: 1.2rem !important;
    box-shadow: 0 8px 32px 0 #eab30822 !important;
    min-width: 220px;
    padding: 0.5rem 0;
}

.user-dropdown-item {
    color: #eab308 !important;
    font-weight: 700;
    font-size: 1.08rem;
    padding: 0.7rem 1.5rem 0.7rem 2.2rem;
    border-radius: 1rem;
    background: transparent !important;
    transition: background 0.18s, color 0.18s, transform 0.18s;
    display: flex;
    align-items: center;
}

.user-dropdown-item:hover,
.user-dropdown-item:focus,
.user-dropdown-item.active {
    background: linear-gradient(90deg, #eab308 0%, #222 100%) !important;
    color: #fff !important;
    transform: scale(1.04);
}

.user-dropdown-item i {
    color: #eab308 !important;
    font-size: 1.2rem;
    margin-right: 0.7rem;
    transition: color 0.2s, transform 0.2s;
}

.user-dropdown-item:hover i,
.user-dropdown-item:focus i {
    color: #fff !important;
    transform: scale(1.18) rotate(-8deg);
}
.modern-navbar {
    --main: #eab308;
    --hover: #fffbe6;
}
.modern-navbar .nav-link {
    position: relative;
    font-weight: 500;
    font-size: 0.97rem;
    letter-spacing: 0.01em;
    padding: 0.85rem 1.5rem 0.85rem 2.2rem;
    margin: 0 0.2rem;
    border-radius: 0;
    color: #eab308;
    background: transparent;
    transition: color 0.18s, background 0.18s, box-shadow 0.18s, transform 0.18s;
    box-shadow: none;
    overflow: visible;
}
.modern-navbar .nav-link .fa {
    transition: transform 0.25s cubic-bezier(0.4, 2, 0.6, 1), color 0.18s;
    color: #eab308;
}
.modern-navbar .nav-link.active .fa,
.modern-navbar .nav-link:hover .fa {
    color: #d90429;
    transform: scale(1.18) rotate(-8deg);
}
.modern-navbar .nav-link:hover,
.modern-navbar .nav-link:focus {
    color: #fff;
    background: transparent;
    transform: translateY(-1px) scale(1.03);
}
.modern-navbar .nav-link.active {
    color: #fff;
    background: transparent;
    font-weight: 600;
    z-index: 2;
    transform: scale(1.06);
}
.modern-navbar .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: 0.18rem;
    height: 0;
    border-bottom: 2.5px solid #eab308;
    border-radius: 2px;
    opacity: 0;
    transform: scaleX(0.2);
    transition: all 0.25s cubic-bezier(0.4, 2, 0.6, 1);
}
.modern-navbar .nav-link.active::after,
.modern-navbar .nav-link:focus::after,
.modern-navbar .nav-link:hover::after {
    opacity: 1;
    transform: scaleX(1);
    left: 15%;
    right: 15%;
}
.modern-navbar .dropdown-menu {
    animation: fadeInDown 0.25s;
    border-radius: 1rem;
    min-width: 220px;
    margin-top: 0.7rem;
    box-shadow: 0 8px 32px 0 rgba(218, 180, 8, 0.1);
    background: #222;
    border: 2px solid #eab308;
}
.glass-dropdown {
    background: #222;
    border: 2px solid #eab308;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.modern-navbar .dropdown-item {
    font-size: 0.95rem;
    padding: 0.7rem 1.5rem 0.7rem 2.2rem;
    border-radius: 1rem;
    transition: background 0.18s, color 0.18s, transform 0.18s;
    color: #eab308;
}
.modern-navbar .dropdown-item.active,
.modern-navbar .dropdown-item:active,
.modern-navbar .dropdown-item:hover {
    background: var(--hover);
    color: #222;
    transform: translateX(4px) scale(1.03);
}
.modern-navbar .dropdown-item .fa {
    color: #eab308;
    transition: color 0.2s, transform 0.2s;
}
.modern-navbar .dropdown-item.active .fa,
.modern-navbar .dropdown-item:hover .fa {
    color: #d90429;
    transform: scale(1.18) rotate(-8deg);
}


.login-bg {
    height: 100vh;
    width: 100vw;
    background: #111;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}
.login-card {
    margin-top: 7vh;
    width: 100%;
    max-width: 420px;
    background: #222;
    border-radius: 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(218, 180, 8, 0.13);
    border: 2px solid #eab308;
    padding: 2rem 0rem 2rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.2rem;
}
.login-logo {
    width: 150px;
    height: 150px;
    max-width: 80vw;
    max-height: 25vh;
    border-radius: 50%;
    box-shadow: 0 4px 24px 0 rgba(218, 180, 8, 0.18);
    background: #fff;
    object-fit: cover;
    border: 3px solid #eab308;
}
.label-login {
    color: #eab308;
    font-weight: 700;
    margin-bottom: 0.3rem;
    margin-top: 0.7rem;
    font-size: 1rem;
}
.input-group {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.input-group-text {
    background: linear-gradient(90deg, #eab308 0%, #fffbe6 100%);
    color: #222;
    border: none;
    border-radius: 0.7rem 0 0 0.7rem;
    padding: 0.6rem 1rem;
    font-size: 1.1rem;
    font-weight: bold;
}
.form-control {
    background: #181818;
    color: #fff;
    border: 1px solid #eab308;
    border-radius: 0 0.7rem 0.7rem 0;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    width: 100%;
}
.form-control:focus {
    background: #222;
    color: #fff;
    border-color: #eab308;
    box-shadow: 0 0 0 0.2rem rgba(218, 180, 8, 0.25);
}
.invalid-feedback {
    color: #d90429;
    font-size: 0.95rem;
    margin-top: 0.2rem;
}
.btn-login {
    width: 100%;
    background: linear-gradient(90deg, #eab308 0%, #fffbe6 100%);
    color: #222;
    border: none;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 0.7rem;
    padding: 0.8rem 0;
    box-shadow: 0 2px 8px 0 rgba(218, 180, 8, 0.1);
    transition: background 0.3s, transform 0.2s;
    cursor: pointer;
}
.btn-login:hover {
    background: linear-gradient(90deg, #fffbe6 0%, #eab308 100%);
    color: #222;
    transform: translateY(-2px) scale(1.03);
}
@media (max-width: 600px) {
    .login-card {
        max-width: 98vw;
        padding: 1rem;
        margin-top: 3vh;
    }
    .login-logo {
        width: 90px;
        height: 90px;
        max-width: 60vw;
        max-height: 15vh;
    }
}
.menu-card {
    border-radius: 1.2rem;
    transition: box-shadow 0.2s, transform 0.2s;
}
.menu-card:hover {
    box-shadow: 0 8px 32px 0 rgba(13, 110, 253, 0.13);
    transform: scale(1.03);
}
#order-cart {
    min-height: 200px;
}
.cart-list-responsive {
    width: 100%;
    overflow-x: auto;
}
#cart-list {
    width: 100%;
    min-width: 350px;
}
#cart-list .cart-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 1rem;
}
#cart-list .cart-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 0.5rem;
}
#cart-list .cart-note {
    width: 100px;
    min-width: 80px;
}
@media (max-width: 991.98px) {
    #cart-list .cart-item {
        font-size: 0.95rem;
        gap: 0.4rem;
    }
    #cart-list .cart-img {
        width: 32px;
        height: 32px;
    }
    #cart-list .cart-note {
        width: 80px;
    }
}
@media (max-width: 575.98px) {
    #cart-list .cart-item {
        flex-direction: column;
        align-items: flex-start;
        font-size: 0.9rem;
        gap: 0.2rem;
    }
    #cart-list .cart-img {
        width: 28px;
        height: 28px;
    }
    #cart-list .cart-note {
        width: 100%;
        min-width: 0;
        margin-bottom: 0.3rem;
    }
    #cart-list .cart-item > .ms-2,
    #cart-list .cart-item > .btn,
    #cart-list .cart-item > .badge {
        margin-left: 0 !important;
    }
    #cart-list .cart-item > .price-and-actions {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0.2rem;
    }
}
.drag-ghost {
    box-shadow: 0 8px 32px 0 rgba(25, 118, 210, 0.18) !important;
    border: 2px dashed #ffc107 !important;
    opacity: 0.7 !important;
}
.table-title {
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #ffd900;
    text-shadow: 0 2px 8px #e0d209;
}

.table-card {
    border-radius: 1.5rem !important;
    transition: box-shadow 0.2s, transform 0.2s;
    background: #f4faff;
    min-width: 230px;
    max-width: 270px;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    text-decoration: none;
    box-shadow: 0 4px 24px 0 rgba(25, 118, 210, 0.09);
    overflow: hidden;
}

.table-card-link:hover {
    box-shadow: 0 8px 32px 0 rgba(25, 118, 210, 0.18);
    transform: scale(1.03);
}

.table-info {
    top: 0;
    left: 0;
    background: linear-gradient(
        180deg,
        rgba(210, 176, 25, 0.8) 80%,
        rgba(255, 255, 255, 0) 100%
    );
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    padding-bottom: 1.5rem;
}

.text-shadow {
    text-shadow: 0 2px 8px #d2b619, 0 1px 2px #00000033;
}

.mesa-img {
    height: 200px;
    object-fit: cover;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #e3f0ff;
    width: 100%;
    margin: 0;
    box-shadow: 0 4px 16px 0 rgba(25, 118, 210, 0.1);
    filter: brightness(1.12) contrast(1.1) drop-shadow(0 2px 8px #1976d233);
}

.card-footer {
    background: transparent;
    border-radius: 0 0 1.5rem 1.5rem !important;
}

.status-badge {
    font-size: 1.08rem;
    padding: 0.7em 1em;
    border-radius: 1em;
    font-weight: 700;
    box-shadow: 0 1px 6px 0 rgba(25, 118, 210, 0.07);
    display: block;
    letter-spacing: 0.02em;
    margin-top: 0.2rem;
}

.disabled {
    pointer-events: none;
    opacity: 0.7;
}
.dashboard-bg {
    background: #111;
    min-height: 100vh;
}
.dashboard-card {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    background: #222;
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px 0 rgba(218,180,8,0.10);
    padding: 1.2rem 1.5rem;
    margin-bottom: 0.5rem;
    transition: box-shadow 0.2s, transform 0.2s;
    border: 2px solid #eece6d;
    animation: fadeInUp 0.7s;
}
.dashboard-card:hover {
    box-shadow: 0 12px 32px 0 #eab30855;
    transform: scale(1.03);
    border-color: #fffbe6;
}
.icon-box {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2rem;
    box-shadow: 0 2px 8px rgba(218,180,8,0.10);
    margin-right: 0.5rem;
    transition: background 0.2s;
}
.bg-gold { background: linear-gradient(135deg, #eab308 0%, #fffbe6 100%); color: #222; }
.bg-blue { background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%); color: #fff; }
.bg-green { background: linear-gradient(135deg, #22c55e 0%, #bbf7d0 100%); color: #fff; }
.bg-orange { background: linear-gradient(135deg, #f59e42 0%, #fffbe6 100%); color: #fff; }
.card-label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fffbe6;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
    letter-spacing: 0.03em;
}
.card-value {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}
.gold-text { color: #eab308; }
.blue-text { color: #06b6d4; }
.green-text { color: #22c55e; }
.orange-text { color: #f59e42; }
.dashboard-mini-card {
    background: #222;
    border-radius: 1.2rem;
    box-shadow: 0 2px 8px rgba(218,180,8,0.07);
    padding: 1rem 0.5rem;
    text-align: center;
    border: 2px solid #eab308;
    margin-bottom: 0.5rem;
    transition: box-shadow 0.2s, transform 0.2s;
    animation: fadeInUp 0.8s;
}
.dashboard-mini-card:hover {
    box-shadow: 0 8px 32px 0 #eab30855;
    transform: scale(1.04);
    border-color: #fffbe6;
}
.dashboard-mini-card .icon-box {
    margin: 0 auto 0.5rem auto;
    font-size: 1.5rem;
}
.mini-label {
    font-size: 0.92rem;
    color: #fffbe6;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.mini-value {
    font-size: 1.3rem;
    font-weight: 900;
    color: #eab308;
}
.dashboard-chart {
    background: #222;
    border-radius: 1.2rem;
    box-shadow: 0 2px 8px rgba(218,180,8,0.07);
    padding: 1.2rem 1rem;
    margin-bottom: 1.2rem;
    border: 2px solid #eab308;
    animation: fadeInUp 0.9s;
}
.dashboard-chart:hover {
    box-shadow: 0 8px 32px 0 #eab30855;
    transform: scale(1.01);
    border-color: #fffbe6;
}
.chart-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #eab308;
    margin-bottom: 0.7rem;
    letter-spacing: 0.03em;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translate3d(0, 40px, 0);}
    to { opacity: 1; transform: none;}
}
@media (max-width: 600px) {
    .dashboard-card, .dashboard-mini-card, .dashboard-chart { padding: 0.7rem 0.5rem; }
    .dashboard-card { flex-direction: column; align-items: flex-start; }
    .icon-box { width: 44px; height: 44px; font-size: 1.3rem; }
    .card-value, .mini-value { font-size: 1.1rem; }
}

.menu-header {
    gap: 2rem;
    margin-bottom: 2rem;
}
.menu-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #eab308;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 12px #111, 0 1px 0 #eab308;
    text-align: center;
}
.menu-currency-box label { margin-bottom: 0; }
.menu-currency {
    border-radius: 1rem;
    border: 2px solid #eab308;
    font-weight: 700;
    color: #eab308;
    background: #222;
    box-shadow: 0 2px 12px 0 #111;
    padding: 0.5rem 1.2rem;
    min-width: 120px;
}
.menu-tabs .tab-link {
    font-weight: 700;
    font-size: 1.08rem;
    color: #eab308;
    background: #222;
    border-radius: 1.2rem;
    padding: 0.7rem 1.5rem;
    text-decoration: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    box-shadow: 0 2px 12px 0 #111;
    border: 2px solid #eab308;
    min-width: 120px;
    text-align: center;
}
.menu-tabs .tab-link.active,
.menu-tabs .tab-link:hover,
.menu-tabs .tab-link:focus {
    color: #fffbe6;
    background: linear-gradient(90deg, #eab308 0%, #222 100%);
    box-shadow: 0 4px 16px 0 #eab30844;
    border-color: #eab308;
}
.menu-card {
    min-height: 300px;
    border-radius: 1.2rem;
    border: 2px solid #eab308;
    background: #222;
    box-shadow: 0 8px 32px 0 #111;
    transition: box-shadow 0.2s, transform 0.2s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.menu-card:hover {
    box-shadow: 0 8px 32px 0 #eab30855;
    transform: scale(1.04);
    border-color: #eab308;
}
.menu-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 1.2rem 1.2rem 0 0;
    border-bottom: 2px solid #eab308;
    background: #222;
}
.card-title.text-gold {
    color: #eab308;
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: 0.03em;
    margin-bottom: 0.3rem;
    text-align: center;
}
.price {
    color: #584301ff;
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-align: center;
}
.text-gold { color: #eab308 !important; }
.text-dark { color: #fffbe6 !important; }
.text-muted {
    color: #fffbe6 !important;
    min-height: 30px;
}
.whatsapp-float {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    box-shadow: 0 4px 16px 0 #25d36655;
    transition: background 0.2s, transform 0.2s;
    text-decoration: none;
}
.whatsapp-float:hover {
    background: #128c7e;
    transform: scale(1.08);
    color: #fff;
}
@media (max-width: 991px) {
    .menu-title { font-size: 1.3rem; }
    .menu-card { max-width: 98vw; }
    .menu-img { height: 160px; }
    .whatsapp-float { right: 15px; bottom: 15px; font-size: 1.7rem; width: 44px; height: 44px; }
}