.branding-container {
  padding: 0 20px;
  max-width: 1400px;
}

html {
  scroll-behavior: smooth;
}

#top-menu #menu-item-905 {
  text-align: center;
}
#top-menu #menu-item-905 a {
  color: white;
  background-color: #133150;
  padding: 0px 15px;
  border: 1px solid white;
  transition: 0.3s;
}
#top-menu #menu-item-905:hover {
  transform: scale(1.01);
}
#top-menu #menu-item-905:hover a {
  color: #133150;
  background-color: white;
  padding: 0px 15px;
  border: 1px solid #133150;
}
#top-menu #menu-item-5335 {
  text-align: center;
}
#top-menu #menu-item-5335 a {
  color: white;
  background-color: #EF8913;
  padding: 0px 15px;
  border: 1px solid white;
  transition: 0.3s;
}
#top-menu #menu-item-5335:hover {
  transform: scale(1.01);
}
#top-menu #menu-item-5335:hover a {
  color: #EF8913;
  background-color: white;
  padding: 0px 15px;
  border: 1px solid #EF8913;
}
#top-menu #menu-item-7444 {
  text-align: center;
}
#top-menu #menu-item-7444 a {
  color: white;
  background-color: #00966C;
  padding: 0px 15px;
  border: 1px solid white;
  transition: 0.3s;
}
#top-menu #menu-item-7444:hover {
  transform: scale(1.01);
}
#top-menu #menu-item-7444:hover a {
  color: #00966C;
  background-color: white;
  padding: 0px 15px;
  border: 1px solid #00966C;
}

/* Change hover color of buttons */
.wp-block-button a:hover, .contact-us-btn button:hover {
  background-color: #EF8913 !important;
}

.main-navigation ul > li > a {
  letter-spacing: 0px;
}

.nanak-lipi-link a:hover {
  color: orange;
}

.featured-programs-col {
  margin-bottom: 0px;
}

@media screen and (max-width: 450px) {
  .mobile-stack div div figure {
    float: none !important;
  }
}
.wpforms-submit-container {
  text-align: center;
}
.wpforms-submit-container button {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}

#wpforms-3970 {
  margin: 0px;
}

.program-fees:hover {
  transform: scale(1.01);
  text-decoration: underline;
  color: blue;
}

.entry-title {
  text-align: center;
}

#front-page-recent-posts {
  display: none;
}

.programs, .latest-news-events {
  transition: transform 0.2s;
}
.programs:hover, .latest-news-events:hover {
  transform: scale(1.01);
}

#wpforms-form-3892 h3 {
  color: darkblue;
}

@media only screen and (min-width: 600px) {
  .follow-us {
    flex-direction: row !important;
    justify-content: center;
  }
}
footer {
  background-color: #133150;
  color: white;
}
footer * {
  background-color: #133150;
}
footer a, footer i, footer h4 {
  color: white;
}
footer .site-info {
  display: none;
}

/* Basic styles for navigation links */
.main-navigation a {
  text-decoration: none;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Hover styles for navigation links */
.main-navigation a:hover {
  color: #0073e6;
  transform: scale(1.05);
}

/* Basic styles for dropdown menu */
.main-navigation ul {
  list-style: none;
}

.main-navigation ul ul {
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.custom-logo-link {
  display: flex;
}

.primary-navigation {
  text-align: center;
}
.primary-navigation ul {
  display: inline-block;
}