/* section-2 css 
.menu-block {
    border-bottom: 2px solid #aaa;
}*/

.menu-accordion {
    background: #eae4d6;
    padding: 5% 0;
}
.menu-accordion .legend {
	font-family: var(--lato-Regular);
    text-align: center;
    color: #555555;
    font-size: 20px;
}

/* Title */
.menu-title {
    width: 100%;
    background: none;
    border: none;
    padding: 25px 0;
    font-size: 50px;
    letter-spacing: 3px;
    color: #555;
    cursor: pointer;
    font-family: var(--Aboreto-Regular);
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
/* Down arrow */
.menu-title::after {
    content: url("/wp-content/uploads/2026/02/down-arrow-blk.svg");
	color:#555;
    transform: rotate(0deg);
    font-size: 14px;
    transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.menu-title.active::after {
    transform: rotate(180deg);
}

/* Accordion animation */
.menu-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.section_2 {
    width: 90%;
    justify-self: center;
}

.menu-content {
  background-image: url("/wp-content/uploads/2026/02/menu-bg-2.webp");
  background-position: top;
  background-size: 10%;
  background-repeat: repeat;
  width: 80%;
  justify-self: center;
  border-radius: 10px;
}
.menu-padding {
  padding: 2%;
  border-radius: 10px;
  border: 1px solid #d99c00;
}
.food-menu-item {
  padding: 2%;
  border-radius: 10px;
  border: 1px solid #d99c00;
  display: grid;
  row-gap: 50px;
  grid-template-columns: 1fr;
}
.breakfast {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.food-menu-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0px;
  cursor: pointer;
}
.food-menu-title img {
  width: 47%;
}
.food-menu-title h4 {
  font-family: var(--Aboreto-Regular);
  font-size: 40px;
  font-weight: 400;
  color: #555;
}
.mami-food-items {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  width: 90%;
  gap: 20px 60px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.mami-food-items::before {
    content: "";
    width: 100%;
    position: absolute;
    background-color: #555;
    color: #555;
    height: 1px;
    rotate: 90deg;
    top: 0;
    left: 0px;
}
.mami-food-items li {
  font-family: var(--Aboreto-Regular);
  width: 46%;
  font-weight: 500;
  font-size: 21px;
  color: #555;
  display: flex;
  flex-direction: column;
  column-gap: 4px;
  row-gap: 4px;
}
.mami-food-items li span {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--Aboreto-Regular);
}
.mami-food-items li sup{
  font-size: 13px;
  font-weight: 600;
}
.mami-food-items li sup:nth-child(2)::before {
    content: "|";
    color: #1c1c1c;
}
.g,.v{
	color: #008000;
}
.d,.gf{
	color: #ee7a27;
}
/* stop browser auto scroll anchoring */
.menu-content {
  overflow-anchor: none;
  transition: max-height 0.3s ease;
}


/* Tablet Landscape (iPad landscape, 992px – 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .menu-title {
        font-size: 40px;
    }
  .menu-content{
    width: 100%;
  }
  .menu-padding,.food-menu-item{
    row-gap: 30px;
    padding: 4%;
  }
  .food-menu-title h4{
    font-size: 34px;
  }
  .mami-food-items {
    width: 96%;
    gap: 20px 34px;
  }
  .mami-food-items li{
    width: 47%;
    font-size: 22px;
  }
  .mami-food-items li span{
    font-size: 18px;
  }
}



@media (min-width: 360px) and (max-width: 667px) {
    .story-content h6 {
        font-size: 30px;
    }

    .menu-title {
        font-size: 30px;
    }

    .menu-accordion {
        padding: 2% 0;
		display: flex;
        flex-direction: column;
        row-gap: 10px;
        align-items: center;
    }
  .menu-content {
    width: 100%;
    max-height: 0;
  }
  .menu-padding,
  .food-menu-item {
    padding: 4%;
    row-gap: 34px;
  }
  .food-menu-title {
    align-items: start;
  }
  .food-menu-title h4 {
    width: 100%;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .breakfast.active .food-menu-title h4::after {
    content: "-";
  }
  .food-menu-title h4::after {
    content: "+";
    font-size: 20px;
    transition: content 0.3s ease-in;
  }
  .food-menu-title img {
    width: 34%;
  }
  .breakfast.active .mami-food-items {
    display: flex;
  }
  .mami-food-items {
    width: 94%;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .mami-food-items::before{
	display: none;
  }
  .mami-food-items li {
    width: 100%;
    font-size: 20px;
  }
  .mami-food-items li span {
    font-size: 16px;
  }
}
@media (min-width: 360px) and (max-width: 767px){
/* 	.menu-content{
		margin-left: 5%;
	} */
	.menu-accordion .legend{
		padding: 0% 4% 6% 4%;
		font-size: 18px;
	}
}
/* @media (min-width: 768px) {
  .mami-food-items {
    display: flex !important;  or grid 
  }
} */