      /* footer section */

      .footer-section {
        background-color: #004d26;
        padding: 60px 0;
        color: #fff;
      }

      .footer-section .footer-logo img {
        width: 150px;
        margin-bottom: 20px;
      }

      .footer-description {
        font-size: 14px;
        color: #ccc;
      }

      .contact-info li {
        list-style: none;
        margin-bottom: 10px;
        font-size: 14px;
      }

      .contact-info i {
        margin-right: 10px;
        color: #e6b912;
      }

      .quick-links li {
        list-style: none;
        margin-bottom: 10px;
      }

      .quick-links a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
      }

      .quick-links a:hover {
        text-decoration: underline;
      }

      .student-gallery img {
        width: 45px;
        height: 45px;
        margin: 5px;
        border-radius: 5px;
        border: 2px solid #e6b912;
      }

      .view-more {
        display: block;
        margin-top: 10px;
        color: #e6b912;
        text-decoration: none;
        font-size: 14px;
      }

      .view-more:hover {
        text-decoration: underline;
      }

      .footer-bottom {
        border-top: 1px solid #666;
        padding-top: 20px;
        margin-top: 20px;
        font-size: 14px;
        color: #ccc;
      }

      .social-links a {
        color: #fff;
        font-size: 20px;
        margin-right: 15px;
        text-decoration: none;
      }

      .social-links a:hover {
        color: #e6b912;
      }
