 footer {
     background: #1c2c7c;
     color: white;
     padding: 24px;
     text-align: center;
     position: relative;
     bottom: 0;
     width: 100%;
 }

 .footer ul li a {
     font-size: 17px;
     color: #333;

 }

 /* .site-footer {
  background: #f9f9f9;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
  color: #333;
} */

 .footer-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     gap: 30px;
     max-width: 1200px;
     margin: auto;
     text-align: left;
 }

 .footer-left {
     width: 50%;
 }

 .footer-middle,
 .footer-right {
     flex: 1;
     width: 25%;
     /* min-width: 250px; */
 }

 .footer-title {
     font-size: 20px;
     margin-bottom: 15px;
 }

 .footer-text {
     font-size: 14px;
     line-height: 1.5;
     margin-bottom: 20px;
 }

 .app-links {
     display: flex;
     gap: 15px;
     list-style: none;
     padding: 0;
 }

 .app-links img {
     height: 40px;
 }

 .footer-heading {
     font-size: 18px;
     margin-bottom: 10px;
 }

 .footer-links {
     list-style: none;
     padding: 0;
 }

 .footer-links li {
     margin-bottom: 8px;
 }

 .footer-links a {
     text-decoration: none;
     color: white;
 }

 .footer-links a:hover {
     color: #007bff;
 }

 .social-icons {
     list-style: none;
     padding: 0;
     display: flex;
     gap: 15px;
     margin-bottom: 15px;
     color: white;
 }

 .social-icons a {
     font-size: 18px;
     color: white;
     text-decoration: none;
 }

 .social-icons a:hover {
     color: #007bff;
 }

 .address {
     font-size: 14px;
     margin-bottom: 10px;
 }

 .email a {
     text-decoration: none;
     color: #007bff;
 }

 .email a:hover {
     text-decoration: underline;
 }

 .footer-bottom {
     text-align: center;
     margin-top: 20px;
     border-top: 1px solid #ddd;
     padding-top: 10px;
 }

 .footer-bottom p {
     font-size: 13px;
     color: white;
 }
.footer-left img{
    width: 200px;
    filter: brightness(0) invert(1);
}
 @media (max-width: 900px) {
     .footer-left {
         width: 100%;
     }
 }