.absolute-footer {
  display: none !important;
}

.social-icons.follow-icons a {
  background: black !important;
  color: white !important;
}
.footer-wrapper .ux-menu-link__link {
  border-bottom: none !important;
}
.footer-wrapper .footer-content1 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.footer-wrapper .footer-content2 {
  border-bottom: 1px solid #ccc;
}

.footer-wrapper .newsletter-form {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 400px;
}

@media (min-width: 850px) {
  .footer-wrapper .newsletter-form {
    margin-left: auto;
  }
}

.footer-wrapper .newsletter-form input {
  flex: 1;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  outline: none;
}

.footer-wrapper .newsletter-form input::placeholder {
  color: #9ca3af;
}

.footer-wrapper .newsletter-form button {
  height: 40px;
  padding: 0 18px;
  border: none;
  border-radius: 8px;
  background: #2ec48d;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.footer-wrapper .newsletter-form button:hover {
  opacity: 0.9;
}

.custom-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 14px 0;
  margin-bottom: 0;
  background: transparent;
  font-size: 14px;
  color: #222;
  flex-wrap: wrap;
}

.footer-left,
.footer-center,
.footer-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-left img {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}

.footer-center {
  flex: 1;
  justify-content: center;
  text-align: center;
}

.footer-right img {
  height: 28px;
  width: auto;
  border-radius: 4px;
}

.footer-bottom-wrapper {
  padding-bottom: 0 !important;
}
.bottom-footer {
  padding-bottom: 0 !important;
}
.custom-footer-bottom a {
  color: #222;
  text-decoration: none;
}

.custom-footer-bottom a:hover {
  opacity: 0.7;
}

.dot {
  opacity: 0.5;
}

@media (max-width: 849px) {
  .custom-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    justify-content: center;
    flex-wrap: wrap;
  }
}
