/* Footer Styles */
.site-footer {
  background-color: #fff;
  color: #000;
  padding: 40px 0px;
}

.site-footer .container {
  width: 90%;
  margin: 0 auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-column {
  width: 25%;
}

.footer-column h3 {
  font-size: 10px;
  margin-bottom: 0px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin-top: 0px;
}

.footer-column ul li {
  margin-bottom: 0px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #75787b;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-size: calc((var(--small-text-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: var(--base-letter-spacing);
}

.footer-column ul li a:hover {
  color: #666;
}

/* Social and Address Section */
.footer-bottom {
  margin-top: 40px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.social-links a {
  display: inline-block;
  margin-right: 10px;
}

.social-links img {
  height: 20px;
  width: 20px;
}

address {
  font-style: normal;
  font-size: 10.1568px;
  letter-spacing: 0.07em;
  padding-top: 10px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 400;
}

address a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ff00ff;
}

address a:hover {
  text-decoration: none;
}

/* Footer Logo */
.footer-logo {
  margin-top: 40px;
  text-align: center;
}

.woocommerce-page .footer-logo img {
  height: 100px;
  width: auto;
}

.footer-logo img {
  height: 100px;
  width: auto;
}

/* Copyright Section */
.footer-copyright {
  margin-top: 20px;
}

.footer-copyright p {
  font-size: calc((var(--small-text-size-value) - 1) * 1.2vw + 1rem) !important;
  letter-spacing: var(--base-letter-spacing);
  margin: 0 0 !important;
}

.footer-social-links-icon {
  width: 80px;
  justify-content: space-between;
  align-items: center;
}

.footer-social-links-icon a svg {
  width: 18px;
}

.footer-social-links-icon .tiktok svg {
  width: 15px;
}

.footer-address-logo {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

/* Responsive Design */
@media (max-width: 884px) {
  .footer-links {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-logo img {
    margin-top: 20px;
  }

  footer .info-section-container {
    gap: 0.5rem;
  }

  footer .info-section-container .info-section-column {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.page-template-template-booktreatment-mbo .footer-bottom {
  border: none !important;
}
