.elementor-812 .elementor-element.elementor-element-f5de879{margin-top:80px;margin-bottom:80px;}/* Start custom CSS for section, class: .elementor-element-f5de879 */.menu-tabs {
  font-family: "Georgia", serif;
  padding: 30px 0;
}

/* Tabs */
.tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.tab-nav li {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  position: relative;
}

.tab-nav li.active {
  color: #c2187a;
}

.tab-nav li.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c2187a;
}

/* Section title */
.section-title {
  text-align: center;
  font-size: 36px;
  color: #c2187a;
  margin-bottom: 50px;
  position: relative;
}

.section-title::before,
.section-title::after {
  content: "";
  width: 30%;
  height: 2px;
  background: #c2187a;
  position: absolute;
  top: 50%;
}

.section-title::before {
  left: 0;
}

.section-title::after {
  right: 0;
}

/* Content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Grid */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.menu-col h3 {
  font-size: 28px;
  color: #c2187a;
  margin-bottom: 25px;
}

.menu-item {
  margin-bottom: 25px;
}

.menu-item h4 {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
}

.menu-item p {
  margin-top: 6px;
  color: #666;
  font-size: 15px;
}

div#Appetizers {
    background-color: #FFFAE6;
    border-radius: 20px;
    padding: 50px;
}

/* Responsive */
@media (max-width: 768px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .section-title::before,
  .section-title::after {
    width: 20%;
  }
}/* End custom CSS */