  .utopia-footer {
    font-weight: 600;
    color: #000;
    font-family: 'Segoe UI', sans-serif;
  }

  .utopia-footer-logo {
    max-width: 140px;
  }

  .footer-description {
    font-size: 0.95rem;
    color: #333;
  }

  .footer-heading {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }

  .footer-links a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 4px 0;
    transition: color 0.3s ease;
  }

  .footer-links a:hover {
    color: #FFF233;
  }

  .footer-social-icons a {
    font-size: 1.1rem;
    color: #000;
    transition: color 0.3s ease;
  }

  .footer-social-icons a:hover {
    color: #FFF233;
  }

  .footer-copy {
    font-size: 0.85rem;
    color: #666;
  }

  @media (max-width: 768px) {
    .footer-heading,
    .footer-links,
    .footer-description {
      text-align: center;
    }

    .footer-social-icons {
      justify-content: center;
      display: flex;
      flex-wrap: wrap;
    }

    .footer-logo {
      text-align: center;
      display: block;
    }
  }