/* =====================================================
   HERO
   ===================================================== */
.menu .ot-hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/images/mealsandnutrition/mealsandnutritionhero1.jpg") center / cover no-repeat;
  margin: 30px 0;
  padding: 80px 0;
  overflow: visible;
}
.menu .ot-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.menu .ot-content h1 { color: white; }
.menu h2 { color: #DB2164; }
.menu .ULHeadlines li { list-style : inherit}
.menu h2#balanced { color : #593606}
.menu h2#positive { color : #593606}

/**************** Menu Headlines ****************/
.menu .mn-section {
  font-family: 'Alan Sans', 'Open Sans', Arial, sans-serif;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 0;
}

.menu .menuheadlines .content {
  background-color: transparent !important;
  border-radius: 20px;
}

.menu .mn-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  background-color: #FFEEDC;
  border-radius: 20px;
  padding: 32px;
}

.menu .mn-row:last-child {
  margin-bottom: 0;
}

.menu .mn-row--normal .mn-image { order: 1; }
.menu .mn-row--normal .mn-text { order: 2; }
.menu .mn-row--reverse .mn-image { order: 2; }
.menu .mn-row--reverse .mn-text { order: 1; }

.menu .mn-image {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}

.menu .mn-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.menu .mn-text {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}

.menu .mn-text h2 {
  /* font-size: 1.6rem; */
  /* font-weight: 700; */
  /* color: #e8672a; */
  /* margin-top: 0; */
  /* margin-bottom: 12px; */
  /* line-height: 1.3; */
}

.menu .mn-text p {
  /* font-size: 1rem; */
  /* color: #444; */
  /* line-height: 1.75; */
  /* margin-bottom: 12px; */
}

.menu .mn-text ul {
  margin: 10px 0 14px 0;
  padding-left: 20px;
}

.menu .mn-text ul li {
  /* font-size: 1rem; */
  /* color: #444; */
  /* line-height: 1.75; */
  /* margin-bottom: 4px; */
}

.menu .mn-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  background-color: #FFEEDC;
  border-radius: 20px;
  padding: 32px;
}


#mealnav {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

#mealnav .meal-nav-btn {
  display: inline-block;
  background-color: #EE7B18;
  color: white;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 20px;
  width: 280px;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#mealnav .meal-nav-btn:hover {
  background-color: #593606;
  color: white;
}

#mealnav2 {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

#mealnav2 .meal-nav-btn {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 20px;
  width: 250px;
  text-align: center;
  transition: background-color 0.3s ease;
}

#mealnav2 .meal-nav-btn:hover {
  background-color: #593606;
  color: white;
}

#mealnav2 .btn-nursery { background-color: #DB2164; }
#mealnav2 .btn-visit { background-color: #EE7B18; }

.menu #gkBottom1 .box-wrap {
  padding: 15px 0;
}

.menu .ot-bubbles-bottom {
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  height: 160px;
  background: url("/images/Home/circles.png") center / contain no-repeat;
  z-index: 2;
  pointer-events: none;
  bottom: -80px;
  transform: translateX(-50%) scaleY(-1);
}

.menu #mod-custom269 {
  margin-top: 60px;
}

@media (max-width: 768px) {
  #mealnav2 {
    flex-direction: column;
    align-items: center;
  }
}

.menu #gkMainbody {
  display: none;
}


@media (max-width: 768px) {
  .menu .mn-row {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
    padding: 24px;
  }

  .menu .mn-image,
  .menu .mn-text {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu .mn-row--normal .mn-image,
  .menu .mn-row--reverse .mn-image { order: 1; }
  .menu .mn-row--normal .mn-text,
  .menu .mn-row--reverse .mn-text { order: 2; }

  .menu .mn-image img {
    height: 240px;
  }
}