/* ==========================================================================
   DOGAR FAST FOODS - BOOTSTRAP 5 LIGHT THEME CUSTOM STYLES
   100% Pure Light Mode with Product Add-Ons & Customizer Modal
   ========================================================================== */

:root {
  --primary-color: #FF5722;
  --primary-hover: #E64A19;
  --primary-gradient: linear-gradient(135deg, #FF6E40 0%, #FF3D00 100%);
  --bg-warm: #FFF6EE;
  --bg-light: #FBF9F5;
  --text-dark: #0F172A;
  --text-body: #334155;
  --text-muted: #64748B;
  --border-color: #E2E8F0;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-light);
  color: var(--text-body);
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--text-dark);
}

.text-primary-custom {
  color: var(--primary-color) !important;
}

.bg-primary-custom {
  background-color: var(--primary-color) !important;
}

.bg-warm-custom {
  background-color: var(--bg-warm) !important;
}

/* Announcement Bar Light */
.announcement-bar-light {
  background-color: #FFF3E8;
  border-bottom: 1px solid rgba(255, 87, 34, 0.2);
  color: #9A3412;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 0;
}

/* Custom Buttons */
.btn-primary-custom {
  background: var(--primary-gradient);
  border: none;
  color: #FFF !important;
  font-weight: 700;
  font-family: var(--font-heading);
  padding: 8px 18px;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgba(255, 87, 34, 0.3);
  transition: all 0.2s ease;
}
.btn-primary-custom:hover {
  background: var(--primary-hover);
  color: #FFF !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 87, 34, 0.4);
}

.btn-secondary-custom {
  background: #FFF;
  border: 1px solid var(--border-color);
  color: var(--text-dark);
  font-weight: 600;
  font-family: var(--font-heading);
  padding: 8px 18px;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}
.btn-secondary-custom:hover {
  background: var(--bg-warm);
  border-color: var(--primary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
}

/* Navbar */
.navbar-custom {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(254, 215, 170, 0.5);
  padding: 8px 0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
}

.navbar-custom::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #FF4500 0%, #FF8C00 50%, #FFD700 100%);
  opacity: 0.85;
}

.navbar-logo-badge {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #FFF8F3;
  border: 1.5px solid #FED7AA;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(255, 87, 34, 0.12);
  flex-shrink: 0;
  padding: 3px;
  transition: transform 0.2s ease;
}

.navbar-brand:hover .navbar-logo-badge {
  transform: scale(1.05);
}

.navbar-brand-logo-img {
  height: 36px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(255, 87, 34, 0.15));
}

.navbar-brand-title-dogar {
  font-family: 'Outfit', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.4px;
  background: linear-gradient(135deg, #FF4500 0%, #FF8C00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-brand-title-food {
  font-family: 'Outfit', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.4px;
  color: #0F172A;
}

.navbar-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 6px #10B981;
  display: inline-block;
  animation: pulseStatus 2s infinite;
  flex-shrink: 0;
}

@keyframes pulseStatus {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}

.navbar-brand-tagline {
  font-size: 0.60rem;
  font-weight: 700;
  color: #64748B;
  letter-spacing: 0.2px;
}

.navbar-mobile-bag-pill {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #FFF8F3;
  border: 1.5px solid #FED7AA;
  color: #FF5722;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 3px 10px rgba(255, 87, 34, 0.12);
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1rem;
}

.navbar-mobile-bag-pill:active {
  transform: scale(0.92);
}

.navbar-mobile-bag-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: linear-gradient(135deg, #FF4500 0%, #FF8C00 100%);
  color: #FFFFFF;
  font-size: 0.62rem;
  font-weight: 800;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 6px rgba(255, 87, 34, 0.35);
}

.brand-icon-box {
  width: 38px;
  height: 38px;
  background: var(--primary-gradient);
  color: #FFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 10px rgba(255, 87, 34, 0.3);
}
.navbar-nav .nav-link {
  font-family: var(--font-heading);
  font-weight: 600;
  color: #334155;
  padding: 6px 14px;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary-color) !important;
}

.cart-pill-btn {
  background: var(--bg-warm);
  border: 1px solid rgba(255, 87, 34, 0.25);
  color: var(--primary-color);
  border-radius: 50px;
  font-weight: 700;
  font-family: var(--font-heading);
  padding: 6px 16px;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cart-pill-btn:hover {
  background: var(--primary-color);
  color: #FFF;
}
.cart-pill-btn .badge-count {
  background: var(--primary-color);
  color: #FFF;
  font-size: 0.72rem;
  padding: 2px 6px;
  border-radius: 50px;
}
.cart-pill-btn:hover .badge-count {
  background: #FFF;
  color: var(--primary-color);
}

/* Hero */
.hero-section {
  padding: 50px 0 65px;
  background: linear-gradient(180deg, rgba(255, 246, 238, 0.7) 0%, var(--bg-light) 100%);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFF;
  border: 1px solid rgba(255, 87, 34, 0.25);
  color: var(--primary-color);
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.hero-title {
  font-size: 2.6rem;
  line-height: 1.18;
  color: #0F172A;
  margin-bottom: 16px;
}
.hero-img-box {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border: 3px solid #FFF;
}

/* ==========================================================================
   MODERN COMPACT MENU HERO & LIVE SEARCH
   ========================================================================== */
.menu-hero-section {
  background: linear-gradient(135deg, #FFF9F5 0%, #FFF3EB 50%, #F8FAFC 100%);
  border-bottom: 1px solid rgba(254, 215, 170, 0.45);
  padding: 22px 0 20px;
  position: relative;
  overflow: hidden;
}

.menu-hero-section::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 87, 34, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.menu-hero-pill-badge {
  background: #FFFFFF;
  border: 1px solid #FED7AA;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 0.78rem;
  color: #334155;
  box-shadow: 0 2px 8px rgba(255, 87, 34, 0.06);
}

.menu-hero-pill-badge .pulse-dot {
  width: 8px;
  height: 8px;
  background: #10B981;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: badgePulse 2s infinite;
}

@keyframes badgePulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

.menu-hero-main-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.menu-hero-main-desc {
  font-size: 0.88rem;
  color: #64748B;
  max-width: 540px;
}

.text-gradient-primary {
  background: linear-gradient(135deg, #FF4500 0%, #FF8C00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-hero-search-wrapper {
  position: relative;
}

.menu-hero-search-bar {
  position: relative;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1.5px solid #FED7AA;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(255, 87, 34, 0.08);
  transition: all 0.25s ease;
}

.menu-hero-search-bar:focus-within {
  border-color: #FF5722;
  box-shadow: 0 4px 18px rgba(255, 87, 34, 0.18);
  transform: translateY(-1px);
}

.menu-hero-search-bar .search-icon {
  position: absolute;
  left: 14px;
  color: #FF5722;
  font-size: 0.95rem;
  pointer-events: none;
}

.menu-search-input {
  border: none !important;
  background: transparent !important;
  padding: 10px 38px 10px 38px !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  color: #0F172A !important;
  box-shadow: none !important;
  width: 100%;
}

.menu-search-input::placeholder {
  color: #94A3B8;
  font-weight: 400;
}

.btn-search-clear {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  color: #94A3B8;
  font-size: 1.05rem;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.btn-search-clear:hover {
  color: #EF4444;
}

/* ==========================================================================
   MODERN CONTACT & LOCATION PAGE STYLES
   ========================================================================== */
.contact-hero-section {
  background: linear-gradient(135deg, #FFF9F5 0%, #FFF3EB 50%, #F8FAFC 100%);
  border-bottom: 1px solid rgba(254, 215, 170, 0.45);
  padding: 24px 0 22px;
  position: relative;
  overflow: hidden;
}

.contact-hero-section::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 87, 34, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.contact-action-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 14px 16px;
  text-decoration: none !important;
  color: #0F172A !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}

.contact-action-card:hover {
  transform: translateY(-2px);
  border-color: #FED7AA;
  box-shadow: 0 8px 20px rgba(255, 87, 34, 0.10);
  background: #FFFAF6;
}

.contact-action-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.contact-action-icon.icon-phone {
  background: #FFF0E6;
  color: #FF5722;
  border: 1px solid #FED7AA;
}

.contact-action-icon.icon-whatsapp {
  background: #ECFDF5;
  color: #10B981;
  border: 1px solid #A7F3D0;
}

.contact-action-icon.icon-maps {
  background: #EFF6FF;
  color: #3B82F6;
  border: 1px solid #BFDBFE;
}

.contact-action-icon.icon-hours {
  background: #FEF3C7;
  color: #D97706;
  border: 1px solid #FDE68A;
}

.contact-action-title {
  font-size: 0.74rem;
  font-weight: 600;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.contact-action-value {
  font-size: 0.88rem;
  font-weight: 700;
  color: #0F172A;
  margin-top: 1px;
}

.contact-info-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  padding: 24px;
}

.contact-map-frame-wrapper {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  background: #FFFFFF;
  padding: 4px;
}

.contact-map-frame-wrapper iframe {
  border-radius: 12px;
  width: 100%;
  height: 420px;
  border: none;
  display: block;
}

.contact-coverage-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
}

/* Smooth Scrolling with Sticky Nav Offset */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}

/* Sticky Category Quick Jump */
.menu-sticky-nav {
  position: sticky;
  top: 78px;
  z-index: 990;
  background: #FFFFFF !important;
  border-top: none;
  border-bottom: 1px solid #E2E8F0;
  padding: 12px 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
  .menu-sticky-nav {
    top: 51px;
    padding: 6px 0;
    border-top: none;
  }
}

.menu-sticky-nav .overflow-auto {
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE 10+ */
}
.menu-sticky-nav .overflow-auto::-webkit-scrollbar {
  display: none !important; /* Chrome / Safari / Edge */
}

.menu-category-anchor-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 50px;
  color: #334155;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.menu-category-anchor-pill:hover {
  background: #FFF3E8;
  border-color: #FED7AA;
  color: var(--primary-color) !important;
}
.menu-category-anchor-pill.active {
  background: var(--primary-gradient) !important;
  border-color: transparent !important;
  color: #FFF !important;
  box-shadow: 0 3px 10px rgba(255, 87, 34, 0.3);
  transform: translateY(-2px);
}

/* ==========================================================================
   DESKTOP STICKY LEFT SIDEBAR CATEGORY MENU (NO VISIBLE SCROLLBAR)
   ========================================================================== */
.menu-desktop-sidebar {
  position: sticky;
  top: 90px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 16px 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE 10+ */
}
.menu-desktop-sidebar::-webkit-scrollbar {
  display: none !important; /* Chrome / Safari / Edge */
  width: 0 !important;
  height: 0 !important;
}
section[id^="cat-"] {
  scroll-margin-top: 90px;
}
.menu-sidebar-title {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 800;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 0 10px 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #F1F5F9;
}
.menu-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.menu-sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  border-radius: 10px;
  color: #334155;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.menu-sidebar-link:hover {
  background: #FFF8F3;
  color: var(--primary-color);
  transform: translateX(4px);
}
.menu-sidebar-link.active {
  background: var(--primary-gradient);
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(255, 87, 34, 0.25);
}
.menu-sidebar-link.active .sidebar-count-badge {
  background: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
}
.sidebar-count-badge {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 20px;
  background: #F1F5F9;
  color: #64748B;
  transition: all 0.2s ease;
}

.menu-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E8F0;
}
.menu-section-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--bg-warm);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* ==========================================================================
   COMPACT & SLEEK FOOD CARDS
   ========================================================================== */

.food-card-custom {
  background: #FFF;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
}
.food-card-custom:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(255, 87, 34, 0.12);
  border-color: rgba(255, 87, 34, 0.35);
}
.food-card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 155px;
  background-color: #F8FAFC;
}
.food-card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.food-card-custom:hover .food-card-img {
  transform: scale(1.06);
}
.food-badge-pill {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  color: var(--primary-color);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.food-discount-pill {
  position: absolute;
  top: 8px;
  left: 8px;
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
  color: #FFF;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.35);
  letter-spacing: 0.3px;
  z-index: 2;
}
.food-portion-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(4px);
  color: #FFF;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 50px;
  letter-spacing: 0.2px;
  z-index: 2;
}

/* Sold Out / Out of Stock Styles */
.food-card-custom.is-sold-out {
  opacity: 0.85;
}
.food-card-img.sold-out-img {
  filter: grayscale(85%) brightness(0.85);
}
.food-soldout-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  border-radius: 12px 12px 0 0;
}
.food-soldout-badge {
  background: rgba(220, 38, 38, 0.95);
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
  box-shadow: 0 4px 14px rgba(220, 38, 38, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  animation: pulseSoldOut 2s infinite ease-in-out;
}
@keyframes pulseSoldOut {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
.btn-soldout-disabled {
  background: #E2E8F0 !important;
  color: #94A3B8 !important;
  border: 1px solid #CBD5E1 !important;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  cursor: not-allowed !important;
  border-radius: 8px !important;
  padding: 4px 10px !important;
}

.dish-card-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.3;
  margin-bottom: 6px;
  display: block;
}
.dish-card-desc {
  font-size: 0.78rem;
  color: #64748B;
  line-height: 1.45;
  margin-bottom: 10px;
  display: block;
  overflow: visible;
}
.dish-price-text {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary-color);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ==========================================================================
   ADD-ON & CUSTOMIZATION MODAL STYLES
   ========================================================================== */

.addon-option-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.addon-option-row:hover {
  background: #FFF8F3;
  border-color: rgba(255, 87, 34, 0.4);
}
.addon-option-row.selected {
  background: #FFF3E8;
  border-color: var(--primary-color);
}
.addon-checkbox {
  width: 18px;
  height: 18px;
  accent-color: var(--primary-color);
  cursor: pointer;
}
.cart-addon-badge {
  display: inline-block;
  background: #FFF3E8;
  color: #C2410C;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  margin-top: 3px;
  margin-right: 4px;
}

/* ==========================================================================
   COMPACT DIGITAL RECEIPT MODAL (NO OUTER VIEWPORT SCROLL)
   ========================================================================== */
.order-success-dialog {
  max-width: 440px;
}
.order-success-items-box {
  max-height: 110px;
  overflow-y: auto;
  scrollbar-width: thin;
  background: #FFFFFF;
}
.order-success-items-box::-webkit-scrollbar {
  width: 4px;
}
.order-success-items-box::-webkit-scrollbar-thumb {
  background-color: #CBD5E1;
  border-radius: 10px;
}

/* Experience Cards */
.feature-box {
  background: #FFF;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}
.feature-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}
.feature-icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--bg-warm);
  color: var(--primary-color);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

/* Offcanvas Cart */
.cart-item-card {
  background: #FFF;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.qty-mini-btn {
  background: #F8FAFC;
  border: 1px solid #CBD5E1;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  font-weight: bold;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.qty-mini-btn:hover {
  background: var(--primary-color);
  color: #FFF;
  border-color: var(--primary-color);
}

/* 100% Light Mode Footer */
.footer-light {
  background-color: #FFFFFF;
  border-top: 1px solid #E2E8F0;
  color: #475569;
  padding: 50px 0 25px;
}
.footer-light h4, 
.footer-light h6 {
  color: #0F172A !important;
  font-weight: 700;
}
.footer-light p {
  color: #64748B;
}
.footer-light a {
  color: #475569;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.footer-light a:hover {
  color: var(--primary-color);
  padding-left: 3px;
}
.footer-light .footer-bottom {
  border-top: 1px solid #F1F5F9;
  padding-top: 20px;
  margin-top: 25px;
  color: #94A3B8;
}

/* Mobile App Footer Pill Links */
.mobile-footer-pill-link {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 0.76rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none !important;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.03);
  transition: all 0.2s ease;
}

.mobile-footer-pill-link:hover,
.mobile-footer-pill-link:active {
  background: #FFF8F3;
  border-color: #FED7AA;
  color: #FF5722;
  transform: translateY(-1px);
}

/* ==========================================================================
   BUTTON SHIMMER & MICRO-INTERACTIONS
   ========================================================================== */

.btn-primary-custom {
  position: relative;
  overflow: hidden;
}
.btn-primary-custom::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 30%;
  height: 200%;
  background: linear-gradient(
    60deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 80%
  );
  transform: rotate(25deg);
  animation: buttonShimmer 4.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
@keyframes buttonShimmer {
  0% { left: -60%; opacity: 0; }
  18% { left: 140%; opacity: 1; }
  100% { left: 140%; opacity: 0; }
}

@keyframes badgePulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.35); }
  100% { transform: scale(1); }
}
.pulse-badge {
  animation: badgePulse 0.35s ease-in-out;
}

/* ==========================================================================
   WHY DOGAR FOODS (4 VISUAL FEATURE CARDS)
   ========================================================================== */

.why-feature-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 24px 20px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}
.why-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 87, 34, 0.35);
  box-shadow: 0 14px 28px rgba(255, 87, 34, 0.1);
}
.why-feature-icon-box {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #FFF3E8;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.why-feature-card:hover .why-feature-icon-box {
  transform: scale(1.1) rotate(5deg);
  background: var(--primary-gradient);
  color: #FFFFFF;
}

/* ==========================================================================
   MOBILE FLOATING QUICK-BAR (CALL + VIEW BAG)
   ========================================================================== */

.mobile-floating-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-top: 1px solid #E2E8F0;
  padding: 10px 14px;
  z-index: 1040;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
  .mobile-floating-bar {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body {
    padding-bottom: 72px; /* Prevent floating bar from overlapping bottom content */
  }
}
.mobile-floating-call-btn {
  background: #F8FAFC;
  border: 1px solid #CBD5E1;
  color: #1E293B;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 9px 12px;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.mobile-floating-call-btn:hover {
  background: #E2E8F0;
  color: #0F172A;
}
.mobile-floating-bag-btn {
  background: var(--primary-gradient);
  color: #FFFFFF !important;
  border: none;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 9px 14px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 12px rgba(255, 87, 34, 0.25);
  transition: all 0.2s ease;
}
.mobile-floating-bag-btn:active {
  transform: scale(0.98);
}

/* ==========================================================================
   MODERN TOASTR STYLING
   ========================================================================== */
#toast-container > div {
  border-radius: 12px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
  font-family: inherit !important;
  font-weight: 500 !important;
  opacity: 0.98 !important;
  padding: 14px 16px 14px 50px !important;
}

/* ==========================================================================
   CLASSY & MODERN FEEDBACK SECTION
   ========================================================================== */
.feedback-section-classy {
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF8F5 100%);
  position: relative;
}

.feedback-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFF7ED;
  color: #C2410C;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  border: 1px solid #FFEDD5;
}

.feedback-rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  padding: 6px 16px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  font-size: 0.85rem;
  color: #475569;
}

/* Testimonial Cards */
.review-card-classy {
  background: #FFFFFF;
  border: 1px solid #F1F5F9;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 16px -2px rgba(15, 23, 42, 0.04);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.review-card-classy:hover {
  transform: translateY(-2px);
  border-color: #FED7AA;
  box-shadow: 0 10px 24px -4px rgba(255, 87, 34, 0.08);
}
.review-card-classy .quote-watermark {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 2rem;
  color: #CBD5E1;
  opacity: 0.35;
  pointer-events: none;
}
.review-avatar-gradient {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF8A00 0%, #FF5722 100%);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(255, 87, 34, 0.25);
  flex-shrink: 0;
}

/* Feedback Form Card */
.feedback-form-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.05);
  position: sticky;
  top: 90px;
}

.star-rating-classy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.star-rating-classy i {
  font-size: 1.5rem;
  cursor: pointer;
  transition: transform 0.15s ease, color 0.15s ease;
}
.star-rating-classy i:hover {
  transform: scale(1.22);
}
.star-rating-classy i.active {
  color: #F59E0B;
}
.star-rating-classy i.inactive {
  color: #CBD5E1;
}

.rating-feel-text {
  font-size: 0.82rem;
  font-weight: 600;
  color: #D97706;
  background: #FFFBEB;
  border: 1px solid #FEF3C7;
  padding: 3px 12px;
  border-radius: 50px;
  display: inline-block;
}

.form-control-classy {
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 0.88rem;
  color: #1E293B;
  transition: all 0.2s ease;
}
.form-control-classy:focus {
  background-color: #FFFFFF;
  border-color: #FF5722;
  box-shadow: 0 0 0 3.5px rgba(255, 87, 34, 0.12);
  outline: none;
}
.form-control-classy::placeholder {
  color: #94A3B8;
  font-size: 0.84rem;
}

/* ==========================================================================
   PRODUCT CUSTOMIZER MODAL (PIXEL PERFECT & NO FULL-PAGE SCROLL)
   ========================================================================== */
#productCustomizeModal .modal-dialog {
  max-width: 480px;
  margin: 1.75rem auto;
}

#productCustomizeModal .modal-content {
  max-height: calc(100vh - 3.5rem);
  display: flex;
  flex-direction: column;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  border: none;
}

#productCustomizeModal .modal-header-cover {
  height: 175px;
  flex-shrink: 0;
  position: relative;
  background-color: #F8FAFC;
}

#productCustomizeModal .modal-scroll-body {
  overflow-y: auto;
  flex: 1 1 auto;
  padding: 1.25rem 1.5rem;
  scrollbar-width: thin;
  scrollbar-color: #CBD5E1 transparent;
}

#productCustomizeModal .modal-scroll-body::-webkit-scrollbar {
  width: 5px;
}

#productCustomizeModal .modal-scroll-body::-webkit-scrollbar-thumb {
  background: #CBD5E1;
  border-radius: 10px;
}

#productCustomizeModal .addons-scroll-container {
  max-height: 180px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: #E2E8F0 transparent;
}

#productCustomizeModal .addons-scroll-container::-webkit-scrollbar {
  width: 4px;
}

#productCustomizeModal .addons-scroll-container::-webkit-scrollbar-thumb {
  background: #E2E8F0;
  border-radius: 10px;
}

#productCustomizeModal .modal-sticky-footer {
  flex-shrink: 0;
  background: #FFFFFF;
  border-top: 1px solid #F1F5F9;
  padding: 1rem 1.25rem;
  box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.04);
}

.modal-qty-stepper {
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 50px;
  padding: 3px 5px;
  flex-shrink: 0;
}

.modal-qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  color: #1E293B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
  outline: none;
}

.modal-qty-btn:hover {
  background: #FFF3E8;
  color: #FF5722;
  border-color: #FED7AA;
}

.modal-qty-btn:active {
  transform: scale(0.92);
}

.modal-qty-value {
  min-width: 26px;
  text-align: center;
  font-weight: 800;
  font-size: 0.95rem;
  color: #0F172A;
  font-family: var(--font-heading);
}

.modal-add-bag-btn {
  background: var(--primary-gradient);
  border: none;
  color: #FFFFFF !important;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.92rem;
  padding: 10px 18px;
  border-radius: 50px;
  box-shadow: 0 4px 16px rgba(255, 87, 34, 0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}

.modal-add-bag-btn:hover {
  background: var(--primary-hover);
  box-shadow: 0 6px 20px rgba(255, 87, 34, 0.45);
  transform: translateY(-1px);
}

.modal-add-bag-btn:active {
  transform: scale(0.97);
}

.modal-add-bag-price {
  background: rgba(255, 255, 255, 0.22);
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.3px;
}

/* --------------------------------------------------------------------------
   About / Our Story Page Styles
   -------------------------------------------------------------------------- */
.about-hero-section {
  background: linear-gradient(180deg, #FFF8F3 0%, #FFFFFF 100%);
}

.about-hero-title {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 2.2rem;
  color: #0F172A;
  letter-spacing: -0.5px;
}

.about-hero-subtitle {
  font-size: 1.05rem;
  max-width: 620px;
}

.about-stats-grid {
  max-width: 850px;
}

.about-stat-card {
  background: #FFFFFF;
  border: 1px solid #F1F5F9;
  border-radius: 16px;
  padding: 18px 14px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.about-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 87, 34, 0.1);
}

.about-stat-icon {
  font-size: 1.3rem;
  margin-bottom: 6px;
}

.about-stat-number {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 2px;
  line-height: 1.1;
}

.about-stat-label {
  font-size: 0.78rem;
  color: #64748B;
  font-weight: 700;
  display: block;
}

.about-section-heading {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.8rem;
  color: #0F172A;
}

.about-check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #DCFCE7;
  color: #16A34A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}

.about-pillar-card {
  background: #FFFFFF;
  border: 1px solid #F1F5F9;
  border-radius: 18px;
  padding: 22px 18px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
  text-align: center;
  transition: transform 0.2s ease;
}

.about-pillar-card:hover {
  transform: translateY(-2px);
}

.about-pillar-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.about-pillar-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 6px;
  color: #0F172A;
}

.about-pillar-desc {
  font-size: 0.82rem;
  color: #64748B;
  line-height: 1.4;
  margin-bottom: 0;
}

.about-cta-banner {
  background: linear-gradient(135deg, #FF4500 0%, #FF8C00 100%);
  box-shadow: 0 12px 32px rgba(255, 87, 34, 0.35);
}

/* Compact Checkout Modal Split Button */
.checkout-confirm-split-btn {
  background: linear-gradient(135deg, #FF4500 0%, #FF8C00 100%);
  color: #FFFFFF !important;
  border: none;
  padding: 8px 14px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 14px rgba(255, 87, 34, 0.35);
  transition: all 0.2s ease;
  min-height: 42px;
}

.checkout-confirm-split-btn:hover,
.checkout-confirm-split-btn:focus {
  color: #FFFFFF !important;
  box-shadow: 0 6px 18px rgba(255, 87, 34, 0.45);
}

.checkout-split-badge {
  background: rgba(255, 255, 255, 0.25);
  padding: 3px 9px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.3px;
}

/* ==========================================================================
   SHIMMER SKELETON LOADERS (Modern Food App Shimmering Placeholders)
   ========================================================================== */
@keyframes skeletonShimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.skeleton-shimmer {
  background: linear-gradient(90deg, #F1F5F9 0%, #E2E8F0 50%, #F1F5F9 100%) !important;
  background-size: 200% 100% !important;
  animation: skeletonShimmer 1.5s ease-in-out infinite !important;
}

.skeleton-food-card {
  border-radius: 18px;
  border: 1px solid #F1F5F9;
  background: #FFFFFF;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.skeleton-img-box {
  height: 135px;
  width: 100%;
}

.skeleton-title-bar {
  height: 16px;
  width: 70%;
  border-radius: 6px;
  margin-bottom: 8px;
}

.skeleton-desc-bar {
  height: 11px;
  width: 90%;
  border-radius: 4px;
  margin-bottom: 6px;
}

.skeleton-desc-bar-short {
  height: 11px;
  width: 55%;
  border-radius: 4px;
  margin-bottom: 12px;
}

.skeleton-price-badge {
  height: 18px;
  width: 52px;
  border-radius: 6px;
}

.skeleton-btn-pill {
  height: 28px;
  width: 62px;
  border-radius: 50px;
}

.skeleton-cat-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.skeleton-cat-title {
  height: 20px;
  width: 140px;
  border-radius: 6px;
}

.skeleton-combo-card {
  background: #FFFFFF;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.skeleton-combo-img {
  height: 185px;
  width: 100%;
  border-radius: 12px;
}

/* ==========================================================================
   APP CLOSE BUTTON (Classy Circular Glass Close Button)
   ========================================================================== */
.app-close-btn {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #FFF7ED !important;
  border: 1px solid #FED7AA !important;
  color: #EA580C !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.88rem !important;
  padding: 0 !important;
  box-shadow: 0 2px 8px rgba(255, 87, 34, 0.12) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
  outline: none !important;
}

.app-close-btn:hover {
  background: #FF5722 !important;
  border-color: #FF5722 !important;
  color: #FFFFFF !important;
  transform: rotate(90deg) scale(1.08) !important;
  box-shadow: 0 4px 14px rgba(255, 87, 34, 0.3) !important;
}

.app-close-btn:active {
  transform: scale(0.9) !important;
  background: #E64A19 !important;
}