.footer__contact-block {
  gap: var(--space-md);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer__contact-description {
  color: var(--color-grey-light-alt) !important;
  line-height: 150%;
  margin: 0px;
}

.footer__contact-description-title {
  color: var(--color-grey-light-alt);
  font-weight: 700;

  font-family: Outfit;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
}

.footer__contact-description-subtitle {
  color: var(--color-grey-light-muted);
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}

.footer__contact-phone {
  gap: var(--space-lg);
  display: flex;
  align-items: center;
}

.section__search-icon {
  height: 24px;
}

.footer__phone-number {
  color: var(--color-grey-light-alt) !important;

  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0px;
}

.footer__copyright {
  color: var(--color-off-white) !important;
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  text-decoration: none !important;
  margin: 0px;
}

.footer {
  padding-top: 28px;
  padding-bottom: 28px;
  z-index: 26;
  position: relative;
  display: flex;
  background-color: var(--black);
  color: var(--color-grey-light-alt);
  font-family: "Outfit";
  @media only screen and (max-width: 550px) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer__section {
  margin-top: 74px;
  width: 100%;
}

.footer__top {
  padding-left: 50px;
  padding-right: 50px;
  @media only screen and (max-width: 1050px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer__logo-row {
  margin-right: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  @media only screen and (max-width: 1050px) {
    flex-wrap: wrap;

    /* flex-direction: column; */
    /* margin-right: 0px; */
  }
  @media only screen and (max-width: 576px) {
    flex-direction: column;
    margin-right: 0px;
  }
}

.footer__logo-column {
  gap: var(--space-8xl);
  display: flex;
  width: 46%;
  flex-direction: column;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    width: 100%;
    flex-basis: 100%;
  }
}

.footer__logo {
  height: 78px;
  width: 154px;
  object-fit: contain;
  transition: scale 0.3s ease-in-out;
  cursor: pointer;
}

.footer__logo:hover {
  scale: 1.1;
}

.footer__description {
  color: var(--color-grey-light-alt) !important;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 0px;
}

.footer__description-span,
b {
  font-weight: 700;
}

.footer__social-media {
  width: 42%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer__social-media > img {
  cursor: pointer;
  transition: scale 0.3s ease-in-out;
}

.footer__social-media > img:hover {
  scale: 1.2;
}

.footer__icon--facebook {
  height: 22px;
}

.footer__icon--link {
  height: 20px;
}

.footer__icon--warning {
  height: 16px;
}

.footer__icon--info {
  height: 30px;
}

.footer__contact-column {
  gap: var(--space-5xl);
  align-self: center;
  display: flex;
  width: 18%;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    width: 50%;
  }
  @media only screen and (max-width: 576px) {
    width: 100%;
  }
}

.footer__links-column {
  gap: var(--space-9xl);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style-type: none;
  padding: 0; /* Added to remove default padding */
}

.footer__links-column li,
.footer__links-row li {
  position: relative; /* Added for better link positioning */
}

.footer__links-column a {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  text-decoration: none;
  color: var(--light-color);
  position: relative;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}

.footer__links-row a {
  position: relative;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}

.footer__links-column a:hover {
  color: var(--primary-color);
}

.footer__links-row a:hover {
  color: var(--primary-color) !important;
}

.footer__links-column a::after,
.footer__links-row a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: var(--primary-color);
  transition: width 0.3s ease-in-out;
}

.footer__links-column a:hover::after,
.footer__links-row a:hover::after {
  width: 100%;
}

.footer__divider {
  height: 1px;
  margin-top: 68px;
  background-color: var(--color-off-white);
}

.footer__bottom-container {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  @media only screen and (max-width: 550px) {
    flex-direction: column;
  }
}

.footer__links-row {
  width: 18%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;

  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.top-btn {
  all: unset;
  font-size: 1.5rem;
  position: fixed;
  z-index: 9999;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  transform: scale(1.8);
  opacity: 0;
  transition: 0.3s;
  background: var(--primary-color);
  width: 32px;
  height: 32px;
  display: flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 556px) {
    right: 30px;
    bottom: 30px;
    width: 28px;
    height: 28px;
    img {
      width: 14px;
    }
  }

  img {
    width: 16px;
  }
}
