    /* Custom CSS for advanced design */
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            margin: 0;
            padding: 0;
        }

        header {
            background-color: #333;
            color: #fff;
            padding: 10px;
            text-align: center;
        }

        nav {
            background-color: #444;
            color: #fff;
            padding: 10px;
        }

        main {
            max-width: 1500px;
            margin: 20px auto;
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(132, 132, 132, 0.2);
            font-size: 20px;
            
        }
        

        h1 {
            color: #333;
        }

        p {
            color: #666;
        }
        email {
            color: #05a18d;
        }

        ul {
            list-style-type: none;
            padding: 0;
            margin-left: 20px;
        }

        li {
            margin-bottom: 3px;
            color: #3d552f;
        }

        a {
            text-decoration: none;
            color: #007BFF;
        }
        .footer {
  background-color: #333;
  color: #fff;
  padding: 30px 20px 15px;
}


.footer-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}

.footer-col h3 {
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-col p,
.footer-col a {
  color: #cccccc;
  font-size: 14px;
  text-decoration: none;
  display: block;
  margin: 5px 0;
}

.footer-col a:hover {
  color: #05a18d;
}

/* Bottom copyright */
.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: #aaaaaa;
}

/* Mobile view */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}

        .Welcomesite {
            color: rgb(28, 78, 124);
        }
        #toggleSideButton {
        display: none; 
        }
        .msg1 {
            color: rgb(48, 47, 47);
            font-family:'sans-serif';
        }
        .h4design1 {
            color: rgb(7, 30, 82);
        }
        .ULdesign1 {
            font-family:"Trebuchet MS", Helvetica, sans-serif;
        }
        .ULdesign2 {
            color: rgb(7, 30, 82);
            font-family:"Trebuchet MS", Helvetica, sans-serif;
        }
        .Warning_Color {
            color: rgb(233, 89, 64);
        }
        pre {
  border-radius: 20px;
  padding: 15px;
  overflow-x: hidden;
}
       .featured-section {
            max-width: 1300px;
            margin: 40px auto;
            padding: 0 20px;
        }

        .text-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
            margin-bottom: 50px;
        }

        .text-col h3 {
            font-size: 1.85rem;
            color: #361313;
            margin: 0 0 15px 0;
            padding-bottom: 8px;
            border-bottom: 3px solid #05a18d;
            display: inline-block;
        }

        .text-col h4 {
            margin-bottom: 12px;
            color: #361313;
            font-size: 1.1rem;
            border-bottom: 2px solid #361313;
            padding-bottom: 4px;
            width: 100%;
        }

        .text-col li a {
            color: #192a42;
            font-size: 1.05rem;
            text-decoration: none;
            display: block;
            padding: 6px 0;
            transition: color 0.2s;
        }

        .text-col li a:hover {
            color: #05a18d;
        }

        .text-col li {
            list-style: none;
            padding: 4px 0;
        }

        .no-articles {
            color: #777;
            font-style: italic;
        }

        @media (max-width: 768px) {
            .text-container {
                grid-template-columns: 1fr !important;
            }
        }
        