.elementor-353 .elementor-element.elementor-element-00ae950{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e9a2b2c */.school-menu {
  padding: 80px 40px;
  max-width: 1300px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  color: #333;
  background: #fff;
}

.school-intro {
  text-align: center;
  margin-bottom: 70px;
}

.school-intro h1 {
  color: #10984b;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.school-intro p {
  color: #666;
  font-size: 1.3rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 35px;
}

.menu-day {
  background: #f9fff9;
  border: 2px solid #10984b;
  border-radius: 18px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.menu-day:hover {
  transform: translateY(-8px);
  background: #ecffef;
}

.menu-day h2 {
  color: #10984b;
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.menu-day li {
  list-style: none;
  font-size: 1.05rem;
  color: #444;
  margin: 6px 0;
}/* End custom CSS */