footer {
            background-color: #1B8E2D;
            /* Green background color */
            color: #fff;
            padding: 20px 0;
        }

        .footer-logo {
            max-width: 150px;
            height: auto;
            margin-top: 20px;
        }

        .footer-nav {
            margin: 20px 0;
            text-align: center;
        }

        .footer-nav a {
            color: #fff;
            margin: 0 15px;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .footer-nav a:hover {
            color: #D0E8C4;
            /* Lighter green on hover */
        }

        .social-icons {
            display: flex;
            margin: 20px 0;
            text-align: center;
            justify-content: center;
        }

        .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px; 
            height: 40px; 
            background-color: #fff; 
            color: #1B8E2D; 
            border-radius: 50%; 
            font-size: 24px; 
            margin: 0 15px; 
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .social-icons a:hover {
            background-color: #1B8E2D; 
            color: #fff; 
        }
        


        .footer-bottom {
            padding: 20px 0;
            background-color: #155A29;
            text-align: center;
        }

        .footer-bottom p {
            margin: 0;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .social-icons a {
                font-size: 20px;
            }
        }

        @media (max-width: 576px) {
            .footer-nav a {
                margin: 0 5px;
                font-size: 14px;
            }
        }
        @media (max-width: 768px) {
  .carousel {
    margin-bottom: 5px;
  }
}
