/* Maya Momos Header Styles */

/* Header & Navbar Base Styles */
.maya-header {
  z-index: 1050;
}

.maya-header .navbar {
  background-color: #d01202 !important;
  border-bottom: 2px solid #d01202;
}

.maya-header,
.maya-header .navbar,
.maya-header .container-fluid {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Logo Styles */
.maya-logo-img {
  height: 80px;
  width: auto;
}

.maya-momo-navbar .logo img {
  margin-left: 150px;
  height: 80px;
  width: 180px;
  border-radius: 2rem;
}

/* Navigation Links */
.maya-nav-list .nav-link {
  color: #f9a824 !important;
  font-weight: 500;
  margin: 0 12px;
  transition: color 0.3s ease;
  font-family: 'Lobster', cursive;
  font-size: 20px;
}

.maya-nav-list .nav-link:hover,
.maya-nav-list .nav-link.active {
  color: #fff !important;
}

/* Menu List (for non-Bootstrap usage) */
.menu {
  list-style: none;
  display: flex;
  gap: 100px;
}

.menu li a {
  text-decoration: none;
  color: #f9a824;
  font-family: 'Lobster', cursive;
  font-weight: 500;
  font-size: 20px;
  transition: color 0.3s;
}

.menu li a:hover,
.menu li a.active {
  color: #ffffff;
}

/* Dropdown Styles */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.nav-item.dropdown .dropdown-toggle::after {
  margin-left: 5px;
}

.navbar .dropdown-menu {
  background-color: #d01202 !important;
  border: none;
  border-radius: 8px;
  padding: 10px 0;
}

.navbar .dropdown-menu .dropdown-item {
  color: #fff !important;
  font-weight: 500;
  padding: 8px 20px;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #ffc107 !important;
}

/* Button Styles */
.maya-whatsapp-btn {
  background-color: #25D366;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.3s ease;
}

.maya-whatsapp-btn:hover {
  background-color: #1ebe5c;
  color: #fff;
}

.btn-whatsapp {
  background: white;
  color: #222E39;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-whatsapp:hover {
  background: #1ebe57;
  color: #fff;
}

/* Navbar Toggle */
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

/* Utility Styles */
html {
  scroll-behavior: smooth;
}

h3[id] {
  scroll-margin-top: 100px;
}

/* Mobile Responsive Styles */
@media (max-width: 991.98px) {
  .maya-nav-list {
    text-align: center;
    background: #d01202;
    padding: 10px 0;
  }

  .maya-nav-list .nav-item {
    margin: 6px 0;
  }

  .maya-whatsapp-btn {
    margin: 8px auto;
  }

  .navbar-collapse {
    margin-top: 10px;
  }

  .navbar-brand {
    flex-grow: 1;
  }

  .maya-whatsapp-btn {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .container-fluid {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    gap: 20px;
  }

  .btn-whatsapp {
    margin-top: 10px;
  }

  .maya-momo-navbar .logo img {
    margin-left: 0;
    height: 70px;
    width: 160px;
  }
}



/*menu css*/
/* Menu Card */
.menu-box {
    background: #fff;
    border-radius: 12px;
    padding: 5px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

html {
  scroll-behavior: smooth;
}

h3[id] {
  scroll-margin-top: 100px; /* adjust for fixed navbar */
}

/* Image Styling - Bezel-less */
.menu-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: 10px;
    transition: transform .3s ease;
}

/* Hover Zoom */
.menu-box:hover img {
    transform: scale(1.05);
}

/* Title Styling */
.menu-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: auto;
    text-transform: capitalize;
    color: black;
}

/* Category Title */
.menu-section h3 {
    color: #fff;
    /*font-weight: 700;*/
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    display: inline-block;
}

/* Breadcrumb */
.custom-breadcrumb {
  background: transparent;
  padding: 0;
  margin-top: 10px;
}
.custom-breadcrumb .breadcrumb-item a { color: #fff; text-decoration: none; font-weight: 500; }
.custom-breadcrumb .breadcrumb-item a:hover { color: #ffc107; }
.custom-breadcrumb .breadcrumb-item.active { color: #ffc107; font-weight: 600; }
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›"; color: #fff; padding: 0 8px; font-size: 1rem;
}

/* Hero Section (Menu Banner) */
.about-hero-section {
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 80px;
}

.about-hero-bg {
    background: url('./img/menu_banner.png') no-repeat center center/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .col-6 {
        padding: 5px;
    }
    
    .menu-box img {
        height: 140px;
    }
    
    .menu-title {
        font-size: 14px;
    }
    
    .about-hero-section {
        height: 300px;
        margin-top: 60px;
    }
    
}
/* Fix header z-index and mobile view */
.maya-header {
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}


/* Mobile navbar fixes */
@media (max-width: 991.98px) {
  .maya-header .container-fluid {
    padding: 0 15px;
  }
  
  .maya-logo-img {
    height: 60px; /* Smaller logo on mobile */
  }
  
  .navbar-collapse {
    background: #d01202;
    margin-top: 10px;
    border-radius: 8px;
    padding: 15px;
  }
  
  .maya-nav-list .nav-link {
    text-align: center;
    padding: 10px 0;
    margin: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .maya-nav-list .nav-link:last-child {
    border-bottom: none;
  }
  
  /* Fix dropdown menu on mobile */
  .navbar .dropdown-menu {
    background: rgba(255,255,255,0.1) !important;
    text-align: center;
    border: none;
    margin: 10px 0;
  }
  
  .navbar .dropdown-item {
    color: #fff !important;
    padding: 8px 0;
  }
}

/* Fix for very small screens */
@media (max-width: 576px) {
  
  .maya-logo-img {
    height: 50px;
  }
}