html, body {
  height: 100%;
  overflow-x: hidden;
  max-width: 100%;
}

/* ── Global font ── */
html, body, * {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

input, button, select, textarea {
  font-family: inherit !important;
}
body {
  /* height: 100%;
  background: #19577a;
  background-image:
    url(../images/backgrounds/bg.png),
    linear-gradient(135deg, #77d1f3 2%, #19577a 50%, #fff 100%);
  background-attachment: fixed; */
      background: #19577a;
    background-image: url(../images/backgrounds/bg.png);
    background-attachment: fixed;
    background-size: 30%;

}

html body.products {
    background: url(../images/backgrounds/hamburger.jpg);
}

.btn-primary, .btn-primary.btn-glow {
  color:#FFF !important;
  background:#155873 !important;
  border-color:#155873 !important;
  box-shadow:none !important;
  text-transform:uppercase;
}

.btn-link, html body a {
  color:#155873 !important;
}

.breadcrumb .breadcrumb-item a {
  color:#FFF !important;
  font-weight:bold;
}

a.nav-link {
  color:#FFF !important;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '/';
}

@media (max-width: 767.98px) {
  .breadcrumb {
      font-size: 0.75rem;
  }
}

body.vertical-layout[data-color=bg-gradient-x-purple-blue] .navbar-container, body.vertical-layout[data-color=bg-gradient-x-purple-blue] .content-wrapper-before, .navbar-semi-light {
  background:transparent;
}

/* ── Global page header (navigation-card pattern) ── */
.content-header.row {
  margin-left: -2.2rem;
  margin-right: -2.2rem;
  margin-top: -2.2rem;
  position: sticky;
  top: 0;
  z-index: 100;
}

.content-header.row .col-12 {
  padding: 0;
}

.card.navigation-card {
  background: linear-gradient(135deg, #0f4c81 0%, #1a8a7a 100%) !important;
  border: none !important;
  border-radius: 0 0 22px 22px !important;
  box-shadow: 0 6px 24px rgba(15, 76, 129, 0.3) !important;
  margin: 0 !important;
}

.navigation-card .card-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 2.2rem 18px;
  min-height: 60px;
}

.navigation-card-header {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3px;
}

.navigation-card-back {
  position: absolute;
  left: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s;
}

.navigation-card-back:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff !important;
}

.navigation-cart {
  position: absolute;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s;
}

.navigation-cart:hover {
  background: rgba(255, 255, 255, 0.25);
}

.navigation-card a {
  color: #fff !important;
}

.section-pad {
  padding: 66px 14px 0;
}

.food-header-pic {
  position:absolute;
  top:-40px;
  left:0;
  width:100%;
}

.food-pic {
  max-width:100%;
  margin:0 auto;
  display:block;
}

body.vertical-layout.vertical-menu .app-content.content {
  margin-left:0;
}

body.vertical-layout.vertical-menu.menu-expanded .app-content.content {
  margin-left:260px;
}

/* ── Alertify overrides ── */
.alertify-notifier .ajs-message.ajs-success {
  color: #fff !important;
}

/* ── SweetAlert modal ── */
.swal-overlay {
  background: rgba(10, 30, 50, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.swal-modal {
  border-radius: 20px;
  padding: 28px 24px 24px;
  box-shadow: 0 24px 64px rgba(15, 61, 92, 0.25);
  border: none;
  font-family: inherit;
  max-width: 360px;
  width: calc(100% - 32px);
}

.swal-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px;
  padding: 0;
}

.swal-text {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.55;
  text-align: center;
  padding: 0;
  margin: 0 0 4px;
}

/* SVG icons are injected as real DOM children by the MutationObserver in index.html */
.swal-icon {
  margin: 0 auto 18px;
  width: 64px;
  height: 64px;
  border: none !important;
  border-radius: 50%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Hide the original CSS-drawn children; keep only injected SVG */
.swal-icon > *:not(svg) { display: none !important; }
.swal-icon::before, .swal-icon::after { display: none !important; }
.swal-icon svg { display: block; flex-shrink: 0; }

.swal-icon--success { background: #10b981; }
.swal-icon--error   { background: #ef4444; }
.swal-icon--warning { background: #f59e0b; }
.swal-icon--info    { background: #1a587b; }

.swal-footer {
  padding: 16px 0 0;
  margin: 0;
  text-align: center;
}

.swal-button-container {
  display: inline-block;
  margin: 0 4px;
}

.swal-button {
  border-radius: 10px;
  padding: 11px 28px;
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s, transform 0.1s;
  letter-spacing: 0.2px;
}
.swal-button:active { transform: scale(0.97); }
.swal-button:focus { outline: none; box-shadow: none; }

.swal-button--confirm {
  background: linear-gradient(135deg, #1a587b 0%, #0f3d5c 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(26, 88, 123, 0.35);
}
.swal-button--confirm:hover:not([disabled]) { opacity: 0.9; }

.swal-button--cancel {
  background: #f1f5f9;
  color: #475569;
}
.swal-button--cancel:hover:not([disabled]) { background: #e2e8f0; }

.swal-button--danger {
  background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.3);
}
.swal-button--danger:hover:not([disabled]) { opacity: 0.9; }
