footer {
  padding: 0;
  background: #fff;
  margin: 0;
  flex-wrap: wrap;
  max-width: 100%;
  padding-bottom: 2rem;
}
.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 0;
  padding-top: 4rem;
  background: #fff;
  margin: 0 4rem 2rem;
  max-width: 100%;
}

.logo-column {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}

.logo-column img {
  max-width: 100%;
  height: auto;
  margin-top: -3rem;
  margin-block: auto;
  display: flex;
}

.image {
  height: 7rem !important;
  border-radius: 50%;
}

.bottom-border {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1.8rem;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin-inline: 4rem;
}

.bottom-border span,
.bottom-border a {
  color: #848484;
  font-size: 24px;
  font-weight: 500;
}

.bottom-border a {
  text-decoration: none;
}

.upper-border {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 2.2rem;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  max-width: 100%;
  margin-inline: 4rem;
  row-gap: 100px;
  gap: 4rem;
}
.upper-border a {
  font-size: 24px;
  color: #000;
}

.social-media {
  margin-left: 0rem;
  display: flex;
  margin-top: 3rem;
}

.social-media img {
  /* margin-left: 1rem; */
}

.menu-column {
  /* Add styling for each column */
}

.footer-title {
  font-size: 24px;
  font-weight: 500;
  /* margin-bottom: 10px; */
}

.menu-column {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-column li {
  /* Add styling for each menu item */
  text-decoration: none;
  color: black;
  font-family: "Poppins", sans-serif;
}

.menu-column ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-column ul a:hover {
  color: #ffceec;
  font-weight: bold;
}
.menu-column ul a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  line-height: 4rem;
}
.empty-h3 {
  padding-bottom: 0.5rem;
}

.footer-location {
  text-decoration: none;
}

.footer-location * {
  margin: 0;
  color: #000;
  line-height: 1.5;
  font-size: 24px;
}

@media screen and (max-width: 1321px) {
  .empty-h3 {
    padding-bottom: 0.3rem;
  }
  .upper-border,
  .bottom-border span,
  .bottom-border a .upper-border a {
    font-size: 20px;
  }
  .footer-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 989px) {
  .empty-h3 {
    padding-bottom: 0;
    margin-top: -10px;
  }
  .footer-title {
    font-size: 18px;
    font-weight: 500;
  }

  .menu-column ul a {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    line-height: 3rem;
  }

  .upper-border,
  .bottom-border span,
  .bottom-border a,
  .upper-border a {
    font-size: 14px;
  }

  .social-media {
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    margin-right: 0rem;
    gap: 10px;
  }
  .social-media img {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .image {
    height: 5rem !important;
    border-radius: 50%;
  }

  .upper-border {
    display: grid;
    grid-template-rows: auto auto auto;
    row-gap: 2rem;
    place-items: center;
    place-content: center;
    margin-bottom: 2rem;
    text-align: center;
    padding: 2rem 0;
  }
  .bottom-border {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  .footer-container {
    margin: 2rem;
    padding-top: 0;
  }

  .menu-column ul a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-decoration: none;
    line-height: 3rem;
  }

  .upper-border,
  .bottom-border span,
  .bottom-border a,
  .upper-border a {
    font-size: 14px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    text-align: center;
  }

  .empty-h3 {
    display: none;
    /* Hide the empty h3 element */
  }

  .menu-column:last-child {
    margin-top: -20px;
    /* Apply negative margin to compensate for grid gap */
  }

  .logo-column {
    order: 1;
    display: flex;
    margin-top: 0rem;
    gap: 10px;
  }
  .logo-column img {
    width: 100%;
  }
  .social-media img {
    width: 50px;
    margin-right: 0rem;
  }
}

@media screen and (max-width: 480px) {
  .upper-border,
  .bottom-border span,
  .bottom-border a,
  .upper-border a {
    font-size: 13px;
  }

  .bottom-border {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  .upper-border {
    display: grid;
    grid-template-rows: auto auto auto;
    row-gap: 2rem;
    place-items: center;
    place-content: center;
    margin-bottom: 2rem;
    text-align: center;
    padding: 2rem 0;
  }

  .bottom-border span:not(:last-child) {
    margin-bottom: 2rem;
    order: -1;
    text-align: center;
  }
  .logo-column img {
    width: 100%;
    box-sizing: border-box;
  }
  .image {
    height: 5rem !important;
    width: 5rem !important;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .social-media img {
    width: 40px;
    /* margin-right: 2rem; */
  }
  .menu-column ul a {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    line-height: 3rem;
  }
  .social-media {
    margin: 0;
    gap: 1px;
  }
}
