body {
      margin: 0;
      font-family: Arial, sans-serif;
    }

    footer {
      background: #0b1d46;
      color: white;
      padding: 20px;
    }

    .footer-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .footer-col {
      width: 30%;
      min-width: 250px;
      margin-bottom: 20px;
    }

    .footer-col h3 {
      margin-bottom: 10px;
      font-size: 18px;
    }

    .footer-col p, 
    .footer-col a {
      font-size: 14px;
      color: white;
      text-decoration: none;
      line-height: 1.6;
    }

    .social-icons {
      margin-top: 10px;
    }

    .social-icons a {
      color: white;
      margin-right: 10px;
      font-size: 18px;
    }

