.footer {
  background: #970849b8;
  padding: 70px 80px;
  padding-bottom: 0;
  color: #fff;
  overflow: hidden;
  font-family: "Jost", sans-serif;
}

.footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ffffff;
}

.footer-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px;
  gap: 20px;
}

.footer-menu {
  margin: auto;
}

.footer-bottom h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}

.footer-bottom h4::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin-top: 6px;
  border-radius: 2px;
}

.addressresort {
  display: flex;
}

.addressresort .footericon {
  font-size: 18px;
  width: 60px;
}

.addressresort span {
  display: block;
  margin-left: 10px;
  text-align: justify;
  line-height: 20px;
}

.footer-bottom p {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.footer-bottom a {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}

.footericon2 {
  margin-right: 10px;
}

.footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-bottom ul li a {
  margin-left: 10px;
}

.footerPipe {
  margin: 0 5px;
}

.footer-left .imagesfooterlogo {
  width: 75%;
  max-width: 220px;
  height: auto;
  margin-bottom: 20px;
}

/* Weather */
.weather-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.weather-footer img {
  width: 35px;
  height: 35px;
}

/* Footer Copy */
.footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 20px 0;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.footer-copy a {
  color: #fff;
  font-weight: 600;
}

/* Social Icons */
.social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #970849 !important;
  transition: 0.3s ease;
}

/* ================= Responsive Design ================= */

/* Tablets */
@media (max-width: 1024px) {
  .footer {
    padding: 50px 40px;
  }

  .footer-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .footer-left .imagesfooterlogo {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .imagesfooterlogo {
    margin: auto;
    display: block;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 0;
  }

  .footer-bottom h4 {
    font-size: 1.2rem;
    text-align: center;
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
  }

  .footer-bottom h4::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #aa8453;
    margin-top: 6px;
    border-radius: 2px;
  }

  .weather-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
  }

  .footer-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }

  .footer-bottom ul li {
    justify-content: center;
    text-align: center;
  }

  .footer-bottom a {
    justify-content: center;
  }

  .addressresort {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .addressresort span {
    text-align: center;
    margin-left: 0;
    display: block;
  }

  .footer-bottom p {
    text-align: center;
    border: none;
    padding: 0px;
    width: 100%;
    justify-content: center;
  }

  .footer-copy {
    flex-direction: column;
    text-align: center;
    font-size: 0.8rem;
    gap: 10px;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
  }

  .social-icons a {
    font-size: 14px;
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 360px) {
  .footer-bottom p,
  .footer-bottom a,
  .footer-bottom span {
    font-size: 0.8rem;
  }
}
