
    .auric-footer {
      background: #006d5b;
      color: #ffffff;
      padding: 70px 5% 40px;
      font-family: -apple-system, BlinkMacOSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
      font-size: 15px;
      line-height: 1.65;
    }

    .auric-footer-container {
      max-width: 1400px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 280px 1fr 1fr 1fr 1fr;
      gap: 40px 30px;
    }

    .auric-footer .logo {
      font-size: 38px;
      font-weight: 800;
      letter-spacing: 1px;
      margin-bottom: 8px;
    }

    .auric-footer .logo span {
      color: #f4c430;
    }

    .auric-footer .tagline {
      font-size: 14px;
      opacity: 0.9;
      margin-bottom: 28px;
    }

    .auric-footer .social-title {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 12px;
    }

    .auric-footer .social-icons a {
      color: white;
      font-size: 22px;
      margin-right: 20px;
      opacity: 0.9;
      transition: all 0.25s ease;
    }

    .auric-footer .social-icons a:hover {
      opacity: 1;
      color: #f4c430;
      transform: translateY(-2px);
    }

    .auric-footer .column h3 {
      font-size: 16px;
      font-weight: 600;
      color: #f4c430;
      margin-bottom: 18px;
      text-transform: uppercase;
      letter-spacing: 0.6px;
    }

    .auric-footer .column ul {
      list-style: none;
      padding: 0px;
    }

    .auric-footer .column li {
      margin-bottom: 10px;
      font-size: 18px;
    }

    .auric-footer .column a {
      color: white;
      text-decoration: none;
      opacity: 0.92;
      transition: all 0.22s ease;
      display: inline-block;
    }

    .auric-footer .column a::before {
      content: "› ";
      color: #f4c430;
      font-size: 18px;
      margin-right: 4px;
      opacity: 0.9;
    }

    .auric-footer .column a:hover {
      opacity: 1;
      color: #f4c430;
      padding-left: 6px;
    }

    .auric-footer address {
      font-style: normal;
    }

    .auric-footer .contact-line {
      margin-bottom: 10px;
    }

    .auric-footer .contact-line i {
      color: #f4c430;
      margin-right: 10px;
      width: 20px;
      text-align: center;
      font-size: 16px;
    }

    .auric-footer .contact-line a {
      color: white;
      text-decoration: none;
      opacity: 0.92;
    }

    .auric-footer .contact-line a:hover {
      color: #f4c430;
      opacity: 1;
    }

    .auric-footer .copyright {
      text-align: center;
      margin-top: 70px;
      padding-top: 30px;
      border-top: 1px solid rgba(255,255,255,0.12);
      font-size: 14px;
      opacity: 0.8;
    }