    @media (max-width: 768px) {
      nav ul {
        display: none;
      }
      .menu-toggle {
        display: block;
      }
    }
    footer {
      width: 100%;
      background-color: #333333;
      color: #ffffff;
      text-align: center;
      height: 15cm;
      display: flex;
      align-items: center;
      justify-content: center;
      border-top: 1px solid #ccc;
    }

    .about-section {
  max-width: 700px;
  margin: 4rem auto;
  padding: 0 2rem;
  text-align: left;
  line-height: 1.6;
}


.about-section p {
  margin-bottom: 1.2rem;
  font-size: 1rem;
  color: #333;
}

    .about-section {
  max-width: 750px;       
  margin: 5rem auto;   
  padding: 0 1.5rem;    
  text-align: left;
  line-height: 1.6;
}


.about-section {
  max-width: 750px;       
  margin: 5rem 0 5rem 5%; 
  padding: 0;              
  text-align: left;
  line-height: 1.6;
}


.site-footer {
  background-color: #333;
  color: #ddd;
  padding: 2rem 0;
  font-size: 0.9rem;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.footer-column {
  flex: 1;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 0.5rem;
}

.logo-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  height: 24px;
  margin-bottom: 0.5rem;
}

.footer-column li:first-child {
  font-weight: bold;
}



.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 300;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1rem; 
  font-weight: 300;
}

.footer {
  background-color: #333;
  color: #e5e5e5;
  padding: 1rem; 
  font-family: Arial, Helvetica, sans-serif;
}



/*NEW UI COLOR*/
nav ul li a,
.sidebar ul li a {
  color: black !important;
  text-decoration: none;
  font-weight: bold;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}




html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1; 
}
