@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --primary: #ff6648;
    --primary-dark: #e94222;
    --secondary: #f9c200;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --white: #ffffff;
    --bg-light: #f6f8fc;
    --card-border: rgba(15, 23, 42, 0.06);
    --shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.07);
    --shadow-md: 0 16px 38px rgba(15, 23, 42, 0.10);
    --shadow-lg: 0 25px 50px rgba(15, 23, 42, 0.14);
    --transition: all 0.3s ease;
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 14px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;
    color: var(--text-dark);
    background:
        radial-gradient(circle at top left, rgba(255,102,72,0.10), transparent 28%),
        radial-gradient(circle at top right, rgba(249,194,0,0.08), transparent 24%),
        linear-gradient(180deg, #fff8f4 0%, #ffffff 220px, #f6f8fc 100%);
}

body.no-scroll {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a, button {
    transition: var(--transition);
    -webkit-tap-highlight-color: transparent;
}

button, [role="button"] {
    cursor: pointer;
}

.container {
    position: relative;
    z-index: 2;
}

.container {
  width: min(1200px, calc(100% - 28px));
  margin: auto;
}

.section-title,
.categories-title {
    font-size: 30px;
    font-weight: 800;
    color: var(--text-dark);
    letter-spacing: -0.4px;
}

.section-sub,
.cuisine-sub {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 0;
}

.section-header-row,
.cuisine-sec-header,
.categories-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}



.thm-btn_two,
.view-btn {
    text-decoration: none;
    white-space: nowrap;
    border-radius: 999px;
    padding: 11px 18px;
    background: #fff;
    border: 1px solid #eceff5;
    color: var(--text-dark);
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: var(--shadow-sm);
}

.thm-btn_two:hover,
.view-btn:hover {
    transform: translateY(-2px);
    background: var(--secondary);
    border-color: var(--secondary);
    color: #111;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ==================== APP HEADER ==================== */
.app-topbar {
    position: sticky;
    top: 0;
    z-index: 1200;
    padding: 12px 0 14px;
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(15,23,42,0.06);
}

.app-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.app-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-dark);
    flex: 1;
    min-width: 0;
}
.app-brand img{
    width: 70px;
}

.footer-brand-title img {
    width: 100px;
    filter: brightness(0) invert(1);
}


/* Video Hero Section Styles */
.join-banner {
    padding: 20px 0 40px;
    position: relative;
}

.video-hero-card {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.15) 100%);
    z-index: 1;
}

.video-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 40px;
    max-width: 800px;
    margin: 0 auto;
    color: white;
}

.craving-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 100px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 24px;
}

.craving-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.craving-title span {
    color: #ff6648;
    background: linear-gradient(135deg, #ff6648, #ff9a44);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
}

.craving-desc {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.95);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.craving-desc strong {
    color: #ff9a44;
}

.craving-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.craving-btn {
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-family: inherit;
}

.primary-btn {
    background: linear-gradient(135deg, #ff6648, #e94222);
    color: white;
    box-shadow: 0 8px 20px rgba(255, 102, 72, 0.4);
}

.primary-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255, 102, 72, 0.5);
}

.outline-btn {
    background: transparent;
    color: white;
    border: 2px solid white;
    backdrop-filter: blur(4px);
}

.outline-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
}

.craving-tags {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.craving-tags span {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.craving-tags span:hover {
    background: #ff6648;
    transform: translateY(-2px);
    cursor: pointer;
}

.craving-tags span i {
    font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    
    .hero-quick-stats{
        display: none;
    }
    
    .video-hero-card {
        min-height: 480px;
    }
    
    .video-content {
        padding: 40px 24px;
    }
    
    .craving-title {
        font-size: 32px;
    }
    
    .craving-desc {
        font-size: 15px;
    }
    
    .craving-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .craving-tags span {
        padding: 6px 14px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .craving-title {
        font-size: 26px;
    }
    
    .craving-desc {
        font-size: 13px;
    }
    
    .craving-buttons {
        gap: 12px;
    }
    
    .craving-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

.brand-badge {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    box-shadow: 0 12px 22px rgba(233,66,34,0.22);
    flex-shrink: 0;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-text strong {
    font-size: 19px;
    font-weight: 800;
    color: var(--text-dark);
}

.brand-text small {
    font-size: 11px;
    color: var(--text-light);
    margin-top: 4px;
}

.app-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.app-icon,
.app-avatar {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid #eef2f7;
    background: #fff;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(15,23,42,0.05);
    font-size: 16px;
}

.app-icon:hover,
.app-avatar:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px);
}

a.app-icon,
a.app-avatar {
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

.mobile-wishlist-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ff3d00;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 1.6s infinite;
}

.mobile-cart-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ff3d00;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    /*animation: pulse 1.6s infinite;*/
}

.app-subbar {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.location-chip {
    border: none;
    border-radius: 999px;
    padding: 11px 16px;
    background: linear-gradient(135deg, #fff3ee, #fff);
    color: var(--primary-dark);
    font-size: 14px;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.quick-chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.quick-chips::-webkit-scrollbar { display: none; }

.quick-chips a {
    text-decoration: none;
    background: #fff;
    border: 1px solid #edf2f7;
    color: var(--text-dark);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.quick-chips a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

/* ================= GRID ================= */
.foods-grid-section {
    padding: 8px 0 30px;
    position: relative;
    z-index: 0;
}

.foods-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.food-card {
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.food-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.food-img {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 220px;
  background: linear-gradient(135deg, #fff3ee, #f8fafc);
  overflow: hidden;
}

.food-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food-card:hover .food-img img {
  transform: scale(1.05);
}

.wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
}

.wishlist-btn:hover,
.wishlist-btn.active {
  background: var(--primary);
  color: #fff;
}

.rating-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(15,23,42,0.75);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.rating-badge i {
  color: #fbbf24;
  margin-right: 4px;
}

.food-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.title-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.title-row h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--text-dark);
}

.veg-dot {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
}

.veg-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
}

.veg-dot.veg {
  border: 2px solid #16a34a;
}
.veg-dot.veg::after {
  background: #16a34a;
}

.veg-dot.nonveg {
  border: 2px solid #dc2626;
}
.veg-dot.nonveg::after {
  background: #dc2626;
}

.food-content p {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 10px;
}

.food-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.food-tags span {
  background: #fff3ee;
  color: var(--text-dark);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
}

.food-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.food-meta span {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-light);
  background: #f8fafc;
  border: 1px solid #eef2f7;
  padding: 6px 10px;
  border-radius: 999px;
}

.food-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.food-footer strong {
  font-size: 1.1rem;
  color: var(--primary-dark);
  font-weight: 800;
}

.add-btn {
  min-width: fit-content;
  text-align: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(233, 66, 34, 0.2);
}

.add-btn:hover {
  transform: translateY(-2px);
}

.cart-action-slot {
  flex-shrink: 0;
}

.cart-stepper--inline {
  display: inline-flex;
  align-items: center;
  background: #fff0f2;
  border: 1px solid #ffd6dc;
  border-radius: 12px;
  overflow: hidden;
}

.cart-stepper-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e23744;
  background: transparent;
  font-size: 0.75rem;
  border: none;
  cursor: pointer;
}

.cart-stepper-qty {
  min-width: 28px;
  text-align: center;
  font-weight: 800;
  font-size: 0.9rem;
}


/* ==================== SIDEBAR ==================== */
.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1998;
    display: none;
    backdrop-filter: blur(2px);
}

.sidebar-overlay.active {
    display: block;
    animation: fadeIn 0.25s ease;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    max-width: 88%;
    height: 100vh;
    background: #fff;
    z-index: 1999;
    box-shadow: 10px 0 40px rgba(0,0,0,0.15);
    transition: left 0.3s ease;
    overflow-y: auto;
    border-radius: 0 24px 24px 0;
}

.mobile-sidebar.open {
    left: 0;
}

.sidebar-header {
    padding: 24px 20px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-header h4 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
}

.close-sidebar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.18);
    color: #fff;
}

.close-sidebar:hover {
    background: rgba(255,255,255,0.28);
}

.sidebar-body {
    padding: 18px;
}

.sidebar-user-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff7f3;
    border: 1px solid #ffe2d8;
    border-radius: 18px;
    padding: 14px;
    margin-bottom: 18px;
}

.sidebar-user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-user-card h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
}

.sidebar-user-card p {
    margin: 4px 0 0;
    font-size: 12px;
    color: var(--text-light);
}

.sidebar-nav li + li {
    margin-top: 8px;
}

.sidebar-nav a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
}

.sidebar-nav a:hover {
    background: #fff3ee;
    color: var(--primary-dark);
    transform: translateX(3px);
}

.sidebar-nav a i {
    width: 20px;
    color: var(--primary);
}

.sidebar-box {
    margin-top: 18px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    padding: 14px;
}

.sidebar-box-title {
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.sidebar-select-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidebar-select-list a {
    text-decoration: none;
    color: var(--text-light);
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
}

.sidebar-select-list a:hover {
    color: var(--primary-dark);
    border-color: #ffd9cd;
}

.sidebar-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.sidebar-mini-grid button {
    border: 1px solid #e8edf5;
    background: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    font-weight: 700;
    font-size: 13px;
}

.sidebar-actions {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-primary-btn,
.sidebar-secondary-btn {
    text-decoration: none;
    border-radius: 14px;
    padding: 12px 14px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    display: block;
}

.sidebar-primary-btn {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
}

.sidebar-secondary-btn {
    background: #fff7d6;
    color: #111;
    border: 1px solid #f6e6a5;
}

/* ==================== CART DRAWER ==================== */
.cart-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.42);
    z-index: 2098;
    display: none;
    backdrop-filter: blur(2px);
}

.cart-drawer-overlay.active {
    display: block;
    animation: fadeIn 0.25s ease;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: -430px;
    width: 400px;
    max-width: 92%;
    height: 100vh;
    background: #fff;
    z-index: 2099;
    box-shadow: -10px 0 40px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.cart-drawer.open {
    right: 0;
}

.cart-drawer-header {
    padding: 22px 20px;
    border-bottom: 1px solid #edf2f7;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    background: linear-gradient(180deg, #fff7f3, #fff);
}

.cart-drawer-header h5 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 800;
}

.cart-drawer-header p {
    font-size: 12px;
    color: var(--text-light);
}

.close-cart-btn {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid #eef2f7;
    background: #fff;
    color: var(--text-dark);
}

.cart-items-list {
    flex: 1;
    overflow-y: auto;
    padding: 14px;
}

.cart-item {
    display: flex;
    gap: 12px;
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 18px;
    padding: 12px;
}

.cart-item + .cart-item {
    margin-top: 10px;
}

.cart-item-img {
    width: 70px;
    height: 70px;
    border-radius: 14px;
    object-fit: cover;
    background: #f8fafc;
    flex-shrink: 0;
}

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

.cart-item-title {
    font-size: 14px;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.35;
    margin-bottom: 6px;
}
.cart-item-price {
    font-size: 13px;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 4px;
}

.cart-item-quantity {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 600;
}

.cart-footer {
    padding: 18px;
    border-top: 1px solid #edf2f7;
    background: linear-gradient(180deg, #fff, #fff8f4);
}

.cart-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--text-dark);
}

.cart-summary-row strong {
    font-size: 18px;
    font-weight: 800;
    color: var(--text-dark);
}

.cart-summary-row.muted {
    color: var(--text-light);
    font-size: 13px;
        margin-bottom: 35px;
}

.btn-checkout {
    width: 100%;
    border: none;
    border-radius: 16px;
    padding: 14px 18px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(233, 66, 34, 0.22);
    text-decoration: none;
}

.btn-checkout:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(233, 66, 34, 0.28);
}

.empty-cart {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 50px 20px;
    color: var(--text-light);
}

.empty-cart i {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff3ee;
    color: var(--primary);
    font-size: 28px;
    margin-bottom: 14px;
}

.empty-cart h6 {
    font-size: 18px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.empty-cart p {
    font-size: 13px;
    max-width: 220px;
    margin: 0 auto;
}

/* ==================== HERO ==================== */
.hero-banner {
    padding: 26px 0 24px;
}

.hero-inner {
    position: relative;
    border-radius: var(--radius-xl);
    padding: 36px 28px;
    background:
        linear-gradient(135deg, rgba(255,244,239,0.96), rgba(255,255,255,0.96)),
        #fff;
    border: 1px solid rgba(255,255,255,0.85);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    /*overflow: hidden;*/
}

.hero-inner::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -80px;
    top: -80px;
    background: radial-gradient(circle, rgba(255,102,72,0.15), transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-inner::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    left: -70px;
    bottom: -70px;
    background: radial-gradient(circle, rgba(249,194,0,0.14), transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--primary-dark);
    border: 1px solid #ffe0d7;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 18px;
    box-shadow: var(--shadow-sm);
}

.hero-title {
    position: relative;
    z-index: 2;
    font-size: 3.1rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 12px;
    color: var(--text-dark);
}

.hero-title span {
    color: var(--primary);
}

.hero-desc {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto 22px;
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.8;
}

.hero-search {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 760px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 24px;
    padding: 8px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.hero-search input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 14px 16px;
    font-size: 15px;
    color: var(--text-dark);
    font-family: inherit;
}

.hero-search input::placeholder {
    color: #94a3b8;
}

.hero-search button {
    border: none;
    border-radius: 18px;
    padding: 14px 22px;
    min-width: 170px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    font-family: inherit;
    box-shadow: 0 12px 26px rgba(233, 66, 34, 0.2);
}


.hero-quick-stats {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.mini-stat {
    min-width: 120px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(15, 23, 42, 0.05);
    box-shadow: var(--shadow-sm);
}

.mini-stat strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: var(--text-dark);
}

.mini-stat span {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 700;
}

.hero-tags {
    position: relative;
    z-index: 0;
    margin-top: 18px;
    color: var(--text-light);
    font-size: 14px;
}

.hero-tags span {
    color: var(--primary-dark);
    font-weight: 700;
}

/* ==================== FEATURES ==================== */
.features-section {
    padding: 28px 0 10px;
    position: relative;
    z-index: 0;
}

.feature-card {
    height: 100%;
    background: rgba(255,255,255,0.9);
    border: 1px solid var(--card-border);
    border-radius: 24px;
    padding: 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    box-shadow: var(--shadow-sm);
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff5f1, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.feature-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.feature-card h5 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
    color: var(--text-dark);
}

.feature-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: var(--text-light);
}

/* ==================== COMMON SECTIONS ==================== */
.cuisine-swiper-section,
.products-section,
.categories-section,
.popular-items-section,
.join-banner,
.app-section {
    padding: 28px 0;
    background: transparent;
}

.cuisineSlider,
.categorySwiper {
    overflow: hidden;
}

.cuisineSlider .swiper-slide,
.categorySwiper .swiper-slide {
    width: auto;
}

/* ==================== CUISINE ==================== */

.cuisine-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 152px;
    text-decoration: none;
    color: var(--text-dark);
    padding: 4px;
    padding: 11px 0 35px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fff3ec 100%);
    border-radius: 0 0 90px 90px;
    margin-bottom: 8px;
    border: 2px solid #ffece1;
}

.cuisine-pill:hover {
    transform: translateY(-2px);
    color: var(--primary-dark);
}

.cuisine-img-wrap {
    width: 115px;
    height: 115px;
}

.cuisine-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.cuisine-pill:hover .cuisine-img-wrap {*/
/*    border-color: var(--primary);*/
/*    box-shadow: 0 12px 24px rgba(255,102,72,0.18);*/
/*}*/

.cuisine-pill span {
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}



/* ==================== PRODUCT CARD ==================== */
.product-card {
    height: 100%;
    background: rgba(255,255,255,0.94);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    box-shadow: var(--shadow-md);
}

.product-img {
    position: relative;
    aspect-ratio: 4 / 3;
    min-height: 210px;
    background: linear-gradient(135deg, #fff3ee, #f8fafc);
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.wishlist,
.pop-wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.92);
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
    z-index: 2;
}

.wishlist:hover,
.pop-wishlist:hover,
.wishlist.active,
.pop-wishlist.active {
    background: var(--primary);
    color: #fff;
}

.rating-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    border-radius: 999px;
    padding: 5px 10px;
    background: rgba(15,23,42,0.72);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    z-index: 2;
}

.rating-badge i {
    color: #fbbf24;
    margin-right: 4px;
}

.product-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 8px;
    line-height: 1.35;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.tags span {
    background: #fff3ee;
    color: var(--primary-dark);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 800;
}

.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.product-meta span {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-light);
    background: #f8fafc;
    border: 1px solid #eef2f7;
    padding: 6px 10px;
    border-radius: 999px;
}

.product-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.price {
    color: var(--primary-dark);
    font-size: 1.15rem;
    font-weight: 800;
}

.btn-cart-round {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 22px rgba(233, 66, 34, 0.2);
}

.btn-cart-round:hover {
    transform: translateY(-2px) scale(1.04);
}

/* Inline cart qty (home + listings) */
.cart-action-slot {
    flex-shrink: 0;
}

.cart-stepper--inline {
    display: inline-flex;
    align-items: center;
    background: #fff0f2;
    border: 1px solid #ffd6dc;
    border-radius: 12px;
    overflow: hidden;
}

.cart-stepper-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e23744;
    background: transparent;
    font-size: 0.75rem;
    border: none;
    cursor: pointer;
}

.cart-stepper-btn:active {
    background: rgba(226, 55, 68, 0.12);
}

.cart-stepper-qty {
    min-width: 28px;
    text-align: center;
    font-weight: 800;
    font-size: 0.9rem;
}

/* ==================== CATEGORY ==================== */
.category-card {
    min-width: 120px;
    padding: 18px 16px;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff8f6, #ffffff);
    border: 1px solid var(--card-border);
    text-decoration: none;
    color: var(--text-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    /*box-shadow: var(--shadow-sm);*/
}

.category-card:hover {
    transform: translateY(-4px);
    /*box-shadow: var(--shadow-md);*/
    color: var(--primary-dark);
}

.category-card i {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 20px;
    box-shadow: 0 8px 18px rgba(15,23,42,0.06);
}

.category-card span {
    font-size: 13px;
    font-weight: 800;
}

.categorySwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* ==================== POPULAR ITEM ==================== */
.popular-item {
    height: 100%;
    background: rgba(255,255,255,0.94);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
}

.popular-item:hover {

    box-shadow: var(--shadow-md);
}

.item-img {
    position: relative;
    aspect-ratio: 16 / 11;
    min-height: 190px;
    background: linear-gradient(135deg, #fff3ee, #f8fafc);
    overflow: hidden;
}

.item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.item-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.item-content h6 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--text-dark);
    line-height: 1.35;
}

.item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 10px 0 14px;
}

.item-rating {
    color: var(--text-light);
    font-size: 12px;
    font-weight: 800;
}

.item-rating i {
    color: #fbbf24;
}

.btn-add {
    margin-top: auto;
    width: 100%;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: var(--text-dark);
    padding: 11px 14px;
    font-size: 13px;
    font-weight: 800;
    font-family: inherit;
}

.btn-add:hover {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-color: transparent;
    transform: translateY(-1px);
}

.popular-item .cart-action-slot {
    margin-top: auto;
    width: 100%;
}

.popular-item .cart-action-slot .cart-stepper--inline {
    width: 100%;
    justify-content: space-between;
}

/* ==================== JOIN / APP ==================== */
.join-card,
.app-card {
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-lg);
}

.join-card {
    display: flex;
    align-items: stretch;
    background: linear-gradient(135deg, #0f172a, #0ea5a5);
}

.app-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: linear-gradient(135deg, #0f172a, #7c2d12);
    color: #fff;
    padding: 46px;
}

.join-content,
.app-content {
    flex: 1;
    color: #fff;
}

.join-content {
    padding: 48px;
}

.join-label {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 16px;
    border: 1px solid rgba(255,255,255,0.16);
}

.join-content h2,
.app-content h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 12px;
}

.join-content h2 span {
    color: #facc15;
}

.join-content p,
.app-content p {
    color: #dbe4f0;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
    max-width: 600px;
}

.join-btn {
    border: none;
    background: #fff;
    color: #111;
    border-radius: 999px;
    padding: 13px 28px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(0,0,0,0.2);
}

.join-btn:hover {
    background: #facc15;
    transform: translateY(-2px);
}

.join-image {
    flex: 1;
    min-height: 320px;
    overflow: hidden;
    clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(135deg, #fff3ee, #f8fafc);
}

.join-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-app,
.btn-app-outline {
    text-decoration: none;
    border-radius: 999px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-app {
    background: #fff;
    color: #111;
}

.btn-app-outline {
    border: 2px solid rgba(255,255,255,0.6);
    color: #fff;
}

.btn-app:hover,
.btn-app-outline:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    transform: translateY(-2px);
}

.app-image {
    flex-shrink: 0;
}

.app-image img {
    width: 260px;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 22px 35px rgba(0,0,0,0.35));
}

/* ==================== FOOTER ==================== */
.foodigo-footer {
    position: relative;
    margin-top: 30px;
    padding: 70px 0 28px;
    background: radial-gradient(circle at top left, #1a1333, #0b061c);
    color: #cbd5e1;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    overflow: hidden;
}



.footer-brand-title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
}

.footer-brand-title i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.footer-text {
    font-size: 14px;
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 16px;
    max-width: 380px;
}

.footer-social-wrap {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-social:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-3px);
}

.foodigo-footer h5,
.foodigo-footer h6 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 14px;
}

.footer-links li + li {
    margin-top: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #cbd5e1;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.footer-links a::before {
    content: "›";
    color: var(--primary);
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(4px);
}

.footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, 72px);
    gap: 8px;
}

.gallery-item {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, #fff3ee, #f8fafc);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.footer-newsletter .form-control {
    height: 48px;
    border-radius: 999px 0 0 999px;
    border: none;
    background: rgba(255,255,255,0.1);
    color: #fff;
    padding-left: 18px;
    box-shadow: none;
}

.footer-newsletter .form-control::placeholder {
    color: #94a3b8;
}


.payment-title {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 12px;
}

.payment-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.payment-badges .badge {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 700;
}

.payment-badges .badge:hover {
    background: var(--primary);
}

.foodigo-footer hr {
    border-color: rgba(255,255,255,0.12);
    margin: 28px 0 18px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-bottom .small {
    color: #94a3b8 !important;
    font-size: 13px;
}

.footer-bottom-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    text-decoration: none;
    color: #94a3b8;
    font-size: 13px;
}

.footer-bottom-links a:hover {
    color: #fff;
}

/* ==================== MOBILE BOTTOM NAV ==================== */
.mobile-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: min(94%, 520px);
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(15,23,42,0.08);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(15,23,42,0.15);
    padding: 10px 8px;
    display: none;
    justify-content: space-between;
    align-items: center;
    z-index: 1300;
}

.mobile-bottom-nav a {
    flex: 1;
    text-decoration: none;
    color: #64748b;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 4px;
    border-radius: 14px;
}

.mobile-bottom-nav a i {
    font-size: 18px;
}

.mobile-bottom-nav a.active,
.mobile-bottom-nav a:hover {
    color: var(--primary);
    background: #fff3ee;
}

@media (max-width: 768px) {

    .foodigo-footer {
        padding: 40px 0 20px;
        text-align: center;
    }

    /* Sab columns center */
    .foodigo-footer .row > div {
        text-align: center;
    }

    /* Logo center */
    .footer-brand-title {
        justify-content: center;
    }

    /* Text center + full width */
    .footer-text {
        margin: 0 auto 14px;
    }

    /* Social icons center */
    .footer-social-wrap {
        justify-content: center;
    }

    /* Quick links center */
    .footer-links {
        padding: 0;
    }

    .footer-links a {
        justify-content: center;
    }

    /* Newsletter center */
    .footer-newsletter {
        justify-content: center;
    }

    .footer-newsletter .form-control {
        text-align: center;
    }

    /* Payment badges center */
    .payment-badges {
        justify-content: center;
    }

    /* Bottom section center */
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
    }
}

/* ==================== MOBILE CART TOAST & ACTIVE ORDER (main.js) ==================== */
.foodigo-mobile-stack {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: min(94%, 520px);
    z-index: 1285;
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    pointer-events: none;
    box-sizing: border-box;
}

.foodigo-mobile-stack > * {
    pointer-events: auto;
}

.foodigo-cart-toast {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.35);
    font-size: 13px;
    font-weight: 600;
}

.foodigo-cart-toast[hidden] {
    display: none !important;
}

.foodigo-cart-toast-msg {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.foodigo-cart-toast-msg i {
    color: #fdba74;
}

.foodigo-cart-toast-link {
    flex-shrink: 0;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 102, 72, 0.95);
}

.foodigo-cart-toast-link:hover {
    color: #fff;
    filter: brightness(1.05);
}

.foodigo-active-order-bar[hidden] {
    display: none !important;
}

.foodigo-active-order-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
    text-decoration: none;
    color: inherit;
}

.foodigo-active-order-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
    animation: foodigo-order-pulse 1.5s ease-in-out infinite;
}

@keyframes foodigo-order-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.65; transform: scale(0.92); }
}

.foodigo-active-order-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.foodigo-active-order-text strong {
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
}

.foodigo-active-order-status {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
}

.foodigo-active-order-cta {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 800;
    color: var(--primary);
}

@media (min-width: 993px) {
    .foodigo-mobile-stack {
        display: none !important;
    }
}

/* ==================== IMAGE FALLBACK ==================== */
.img-fallback {
    object-fit: contain !important;
    padding: 18px;
    background: #fffaf7 !important;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 2.7rem;
    }

    .section-title,
    .categories-title {
        font-size: 26px;
    }
}

@media (max-width: 992px) {
    /*body {*/
    /*    padding-bottom: 92px;*/
    /*}*/

    body.foodigo-has-active-order {
        padding-bottom: 148px;
    }

    .mobile-bottom-nav {
        display: flex;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-inner {
        padding: 30px 22px;
    }

    .hero-search {
        max-width: 100%;
    }

    .product-img {
        min-height: 170px;
    }

    .item-img {
        min-height: 155px;
    }

    .join-card {
        flex-direction: column;
    }

    .join-content {
        padding: 34px 24px;
        text-align: center;
    }

    .join-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .join-image {
        width: 100%;
        clip-path: none;
        min-height: 240px;
    }

    .app-card {
        flex-direction: column;
        text-align: center;
        padding: 34px 24px;
    }

    .app-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .app-buttons {
        justify-content: center;
    }

    .app-image {
        margin-top: 10px;
    }

    .footer-gallery {
        grid-template-columns: repeat(3, 64px);
    }

    .gallery-item {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .app-topbar {
        padding: 10px 0 12px;
    }

    .app-subbar {
        align-items: flex-start;
    }

    .section-header-row,
    .cuisine-sec-header,
    .categories-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-title {
        font-size: 1.85rem;
    }

    .hero-desc {
        font-size: 13px;
        line-height: 1.7;
    }

    .hero-search {
        flex-direction: column;
        align-items: stretch;
        border-radius: 22px;
        padding: 10px;
    }

    .hero-search input {
        padding: 13px 20px;
        font-size: 14px;
        border: none;
        padding-left: 36px;
        width: 100%;
    }

    .hero-search button {
        min-width: 10%;
        border-radius: 16px;
        padding: 14px 16px;
    }

    .mini-stat {
        min-width: 100px;
        padding: 12px 14px;
    }

    .cuisine-pill {
        width: 92px;
    }

    .cuisine-img-wrap {
        width: 74px;
        height: 74px;
    }

    .product-img,
    .item-img {
        aspect-ratio: 1 / 1;
        min-height: 140px;
    }

    .product-title,
    .item-content h6 {
        font-size: 14px;
    }

    .product-meta {
        gap: 6px;
    }

    .product-meta span {
        font-size: 11px;
        padding: 5px 8px;
    }

    .join-content h2,
    .app-content h2 {
        font-size: 24px;
    }

    .foodigo-footer {
        padding-top: 58px;
    }

    .footer-gallery {
        grid-template-columns: repeat(3, 58px);
    }

    .gallery-item {
        width: 58px;
        height: 58px;
    }
}

@media (max-width: 576px) {
    .brand-badge {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 17px;
    }

    .brand-text strong {
        font-size: 16px;
    }

    .app-icon,
    .app-avatar {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .hero-inner {
        border-radius: 24px;
        padding: 24px 16px;
    }

    .hero-title {
        font-size: 1.55rem;
    }

    .hero-badge {
        font-size: 11px;
        padding: 8px 12px;
    }

    .section-title,
    .categories-title {
        font-size: 20px;
    }

    .thm-btn_two,
    .view-btn {
        font-size: 13px;
        padding: 9px 14px;
    }

    .cuisine-pill {
        padding: 5px 0 19px !important;
        border-radius: 0 0 31px 31px;
    }
    
    .products-section{
        padding-top: 0;
    }
    
    .cuisine-pill span {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

    .cuisine-img-wrap {
        width: 66px;
        height: 66px;
    }

    .product-img,
    .item-img {
        min-height: 118px;
    }

    .product-content,
    .item-content {
        padding: 12px;
    }

    .tags {
        gap: 4px;
    }

    .tags span {
        font-size: 10px;
        padding: 3px 8px;
    }

    .price {
        font-size: 1rem;
    }

    .btn-cart-round {
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }

    .btn-add {
        font-size: 12px;
        padding: 10px 12px;
    }

    .sidebar-user-card {
        padding: 12px;
    }

    .cart-drawer {
        max-width: 100%;
        width: 100%;
    }

    .join-content,
    .app-card {
        padding: 24px 18px;
    }

    .join-content h2,
    .app-content h2 {
        font-size: 20px;
    }

    .footer-gallery {
        grid-template-columns: repeat(3, 54px);
    }

    .gallery-item {
        width: 54px;
        height: 54px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 420px) {
    .hero-title {
        font-size: 1.38rem;
    }

    .product-title,
    .item-content h6 {
        font-size: 13px;
    }

    .tags {
        display: none;
    }

    .product-meta {
        display: none;
    }
}


/* ==================== SMART SEARCH DROPDOWN ==================== */
.search-container {
    position: relative;
    width: 100%;
}

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    margin-top: 8px;
    z-index: 1000;
    max-height: 500px;
    overflow-y: auto;
    display: none;
    border: 1px solid rgba(0,0,0,0.05);
}

.search-dropdown.active {
    display: block;
    animation: dropdownFadeIn 0.2s ease;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-section {
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.search-section:last-child {
    border-bottom: none;
}

.search-section-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ff6648;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-section-title i {
    font-size: 14px;
}

.search-category-item,
.search-food-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.search-category-item:hover,
.search-food-item:hover {
    background: #fff5f2;
}

.search-category-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #fff0eb, #ffe8e2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.search-category-icon i {
    font-size: 20px;
    color: #ff6648;
}

.search-category-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.search-food-img {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8f8f8;
}

.search-food-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-item-info {
    flex: 1;
}

.search-item-info h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #1a1a2e;
}

.search-item-info .category-badge {
    font-size: 11px;
    color: #ff6648;
    background: #fff0eb;
    padding: 2px 8px;
    border-radius: 20px;
    display: inline-block;
}

.search-item-info .food-price {
    font-size: 13px;
    font-weight: 700;
    color: #ff6648;
}

.search-item-info .food-desc {
    font-size: 11px;
    color: #999;
    margin-top: 2px;
}

.search-empty {
    text-align: center;
    padding: 40px 20px;
    color: #999;
}

.search-empty i {
    font-size: 48px;
    margin-bottom: 12px;
    opacity: 0.5;
}

.search-loading {
    text-align: center;
    padding: 30px;
}

.search-loading .spinner {
    width: 30px;
    height: 30px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff6648;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Hero search input enhancement */
.hero-search {
    position: relative;
}

.hero-search .search-container {
    width: 100%;
}



.hero-search button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #ff6648, #ff4a2a);
    border: none;
    padding: 10px 28px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
}

/* Mobile header search button enhancement */
#appSearchBtn.active {
    background: #ff6648;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
.cuisine-swiper-section{
    position: relative;
    z-index: 0;
}

.hero-inner::before{
    position: inherit;
}
    
    .hero-search button {
        padding: 8px 18px;
        font-size: 13px;
    }
    
    .hero-search input {
        padding: 14px 20px;
        font-size: 14px;
    }
}

.wishlist.active,
.pop-wishlist.active {
    color: #ff6648;
}

.wishlist.active i,
.pop-wishlist.active i {
    color: #fff;
}

.wishlist i,
.pop-wishlist i {
    transition: all 0.2s ease;
}

.wishlist:hover i,
.pop-wishlist:hover i {
    transform: scale(1.1);
}

.footer-newsletter .form-control {
    border-radius: 30px 0 0 30px;
    border: none;
    padding: 12px 18px;
}

.footer-newsletter .btn-primary {
    border-radius: 0 30px 30px 0;
    background: linear-gradient(135deg, #ff6648, #e94222);
    border: none;
    padding: 12px 24px;
}

.footer-newsletter .btn-primary:hover {
    background: linear-gradient(135deg, #e94222, #ff6648);
}

#newsletterMessage {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}


@media (max-width: 768px) {
    
    .hero-quick-stats{
        display: none;
    }
    .hero-tags{
        display: none;
    }
    
    .feature-card {
    flex-wrap: wrap;

}

.app-brand img {
    width: 55px;
}


}


