/* Alpro Pharmacy site footer (corporate) — from deworm-v7 */
.alpro-site-footer {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.alpro-site-footer a {
  color: inherit;
  text-decoration: none;
}
.alpro-site-footer a:hover,
.alpro-site-footer a:focus-visible {
  text-decoration: underline;
}
.alpro-site-footer__curve {
  display: block;
  width: 100%;
  height: clamp(52px, 10vw, 80px);
  margin-bottom: -2px;
  color: #1d3c78;
  line-height: 0;
}
.alpro-site-footer__curve svg {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.alpro-site-footer__main {
  background: #1d3c78;
  color: #ffffff;
  padding: 2rem 1.25rem 2.5rem;
  margin-top: -1px;
}
.alpro-site-footer__grid {
  width: 100%;
  max-width: var(--pf-wh-max-width, min(76%, 1320px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .alpro-site-footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
  }
}
.alpro-site-footer__heading {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}
.alpro-site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.alpro-site-footer__list li {
  margin: 0 0 0.55rem;
}
.alpro-site-footer__list a {
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0.98;
}
.alpro-site-footer__social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.75rem;
}
.alpro-site-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none !important;
}
.alpro-site-footer__social:hover,
.alpro-site-footer__social:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  text-decoration: none !important;
}
.alpro-site-footer__accept-label {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
}
.alpro-site-footer__payment {
  background: #ffffff;
  border-radius: 14px;
  padding: 0.45rem 0.55rem;
  max-width: min(100%, 380px);
  box-sizing: border-box;
}
.alpro-site-footer__payment img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 926 / 369;
}
.alpro-site-footer__office-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
}
.alpro-site-footer__address {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.55;
  opacity: 0.95;
}
.alpro-site-footer__email {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  word-break: break-word;
}
.alpro-site-footer__contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}
.alpro-site-footer__phone-main {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.95rem;
  font-weight: 600;
}
.alpro-site-footer__icon-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: 0.25rem;
}
.alpro-site-footer__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none !important;
}
.alpro-site-footer__icon-btn:hover,
.alpro-site-footer__icon-btn:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  text-decoration: none !important;
}
.alpro-site-footer__mid {
  background: #edf1f7;
  color: #374151;
  padding: 2.25rem 1.5rem 2.5rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.alpro-site-footer__mid-inner {
  width: 100%;
  max-width: var(--pf-wh-max-width, min(76%, 1320px));
  margin: 0 auto;
  box-sizing: border-box;
}
.alpro-site-footer__mid-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 8vw, 5rem);
  align-items: start;
}
@media (max-width: 640px) {
  .alpro-site-footer__mid-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.alpro-site-footer__mid-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  min-width: 0;
}
.alpro-site-footer__mid-col h3 {
  margin: 0;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1d3c78;
  letter-spacing: 0.01em;
}
.alpro-site-footer__mid-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 1.75vw, 1.35rem);
  width: 100%;
}
.alpro-site-footer__mid-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  line-height: 0;
  min-width: 0;
}
.alpro-site-footer__mid-logos img {
  display: block;
  height: clamp(36px, 4.2vw, 52px);
  width: auto;
  max-width: min(180px, 18vw);
  object-fit: contain;
  object-position: center;
}
.alpro-site-footer__mid-logos img[alt="Doc2Us"] {
  aspect-ratio: 390 / 129;
  height: clamp(36px, 4.2vw, 52px);
  max-width: min(200px, 20vw);
}
@media (max-width: 640px) {
  .alpro-site-footer__mid-logos {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  .alpro-site-footer__mid-logos img,
  .alpro-site-footer__mid-logos img[alt="Doc2Us"] {
    max-width: min(42vw, 160px);
  }
}
.alpro-site-footer__bar {
  background: #1d3c78;
  color: #ffffff;
  padding: 0.95rem 1.5rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45;
}
.alpro-site-footer__bar-inner {
  width: 100%;
  max-width: var(--pf-wh-max-width, min(76%, 1320px));
  margin: 0 auto;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: 0.65rem;
}
@media (min-width: 900px) {
  .alpro-site-footer__bar-inner {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: stretch;
    text-align: left;
    gap: 0.75rem 1.5rem;
  }
  .alpro-site-footer__bar-left {
    justify-self: start;
  }
  .alpro-site-footer__bar-center {
    justify-self: center;
    text-align: center;
  }
  .alpro-site-footer__legal-links {
    justify-self: end;
  }
}
.alpro-site-footer__bar a {
  color: #ffffff;
  text-decoration: none;
}
.alpro-site-footer__bar a:hover,
.alpro-site-footer__bar a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.alpro-site-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 1.1rem;
}
@media (min-width: 900px) {
  .alpro-site-footer__legal-links {
    justify-content: flex-end;
  }
}
