.footer {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 2rem 6rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: var(--y-main);
  color: white;
  position: relative;
  z-index: 0;
  margin: 0;
  clear: both;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 1rem;
  width: 100%;
}
.footer-brand img {
  width: 100%;
}

.footer-logo {
  width: 242px !important;
  max-width: 100%;
}

.footer-title {
  font-size: 2rem;
  font-weight: 600;
  font-family: var(--y-font-family);
}
.footer-col p {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.footer-col p i {
  color: white;
  padding: 0.4rem 0.5rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}

.footer h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer ul li a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer .last {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding-top: 2rem;
  border-top: 1px solid white;
  margin-top: 0;
}

.footer .last div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer .last div p {
  margin: 0;
  font-weight: 600;
  margin-left: 1rem;
}

.footer .last div img {
  height: 30px;
  width: auto;
  filter: brightness(11.5) grayscale(1);
}

@media (max-width: 820px) {
  .footer {
    padding: 1.5rem;
    gap: 1.5rem;
    box-sizing: border-box;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    box-sizing: border-box;
  }

  .footer-col {
    width: 100%;
    align-items: center;
    box-sizing: border-box;
  }

  .footer ul {
    text-align: start;
    width: 100%;
    box-sizing: border-box;
  }

  .footer-col h5 {
    font-size: 16px;
    margin-bottom: 0.75rem;
  }

  .footer ul {
    font-size: 14px;
  }

  .footer ul li a {
    font-size: 14px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .sec1 p {
    font-size: 13px;
    font-weight: 700;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .footer-col p {
    font-size: 13px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .footer-col p i {
    font-size: 12px;
    padding: 0.3rem 0.4rem;
  }

  .footer-brand .footer-title {
    font-size: 18px;
  }

  .footer-logo {
    width: 180px !important;
    max-width: 100%;
  }

  .footer p {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: normal;
  }

  .footer .last {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
  }

  .footer .last div {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    box-sizing: border-box;
  }

  .footer .last div p {
    margin-bottom: 0.5rem;
    font-size: 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .footer .last div img {
    height: 25px;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 1rem;
    gap: 1.25rem;
  }

  .footer-content {
    gap: 1.25rem;
  }

  .footer-col h5 {
    font-size: 15px;
    margin-bottom: 0.625rem;
  }

  .footer ul {
    font-size: 13px;
  }

  .footer ul li a {
    font-size: 13px;
  }

  .sec1 p,
  .footer-col p {
    font-size: 12px;
  }

  .footer-col p i {
    font-size: 11px;
    padding: 0.25rem 0.35rem;
  }

  .footer-brand .footer-title {
    font-size: 16px;
  }

  .footer-logo {
    width: 150px !important;
  }

  .footer .last div p {
    font-size: 11px;
  }

  .footer .last div img {
    height: 22px;
  }
}
