/* Tabs */
.nav-pills .nav-link {
  background-color: #f3f6fa;
  margin: 0 5px;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

.nav-pills .nav-link:hover {
  background-color: #e2e6ea;
  color: #000;
}

.nav-pills .nav-link.active {
  background-color: #53B656;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  #canteen-tabs .nav-link {
    margin: 8px 16px 8px 0;
  }
}

/* Navbar */
.site-logo-link {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  text-decoration: none;
}

.site-logo-link h5 {
  margin: 0;
  color: #fff;
}

.navbar-nav .nav-link {
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.navbar .nav-link.active {
  border-bottom-color: #53B656;
  color: #fff !important;
}

/* Content layout */
.page-container {
  position: relative;
  min-height: 100vh;
}

.content-wrap {
  padding-bottom: 6rem;
}

/* Footer */
.contact-title {
  text-align: center;
}

.footer h6,
.footer a {
  color: whitesmoke;
  text-decoration: none;
}

.footer a:hover {
  color: whitesmoke;
  text-decoration: underline;
}

.footer-links {
  display: block;
}

@media (max-width: 414px) {
  .footer-links p {
    font-size: small;
    margin-bottom: 0.5rem;
  }
}

.logo-md {
  height: 40px;
}

.logo-sm {
  height: 35px;
}

.icon-invert {
  filter: brightness(0) invert(1);
}

.text-small {
  font-size: small;
}

.table-schedule {
  width: 100%;
  table-layout: fixed;
}

@media (max-width: 767px) {
  .lead {
    font-size: large;
  }


}

.canteen-heading {
  font-size: 40px;
}


.mobile-col1 {
  width: 50%;
}

.mobile-col2 {
  width: 25%;
}

.mobile-col3 {
  width: 25%;
}

@media (max-width: 767px) {
  .mobile-col1 {
    width: 32%;
  }

  .mobile-col2 {
    width: 30%;
  }

  .mobile-col3 {
    width: 38%;
  }
}

@media (max-width: 767px) {
  .heading-mobile {
    display: none;
  }
}