/* ============================================================
 * europet-footer.css
 * Europet modular CSS
 * ============================================================ */

/* === Footer moderno === */
/* ============================================================
 * EUROPET - Footer moderno
 * ============================================================ */

.ep-footer-benefits {
  border-top: 1px solid rgba(111,45,189,0.10);
  border-bottom: 1px solid rgba(111,45,189,0.12);
  padding-top: 16px !important;
  padding-bottom: 14px !important;
}

.ep-footer-benefits .row {
  max-width: 1060px;
}

.ep-footer-benefit-item {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(111,45,189,0.12);
  box-shadow: 0 8px 24px rgba(65,25,112,0.06);
}

.ep-footer-benefit-item strong {
  display: block;
  color: #4b1688;
  font-size: 1.02rem;
  line-height: 1.25;
  margin-bottom: 3px;
}

.ep-footer-benefit-item span {
  color: #5f526d;
  font-size: 0.92rem;
  line-height: 1.35;
}

.ep-footer-main {
  color: #ffffff;
}

.ep-footer-main .section-content {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.ep-footer-main h3,
.ep-footer-main h4 {
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.2;
}

.ep-footer-main h3 {
  font-size: 1.55rem;
  letter-spacing: -0.02em;
}

.ep-footer-main h4 {
  font-size: 1.05rem;
  font-weight: 850;
}

.ep-footer-main p,
.ep-footer-main li,
.ep-footer-main a {
  color: rgba(255,255,255,0.86);
  font-size: 0.95rem;
  line-height: 1.55;
}

.ep-footer-main a {
  text-decoration: none;
  transition: color .18s ease, opacity .18s ease;
}

.ep-footer-main a:hover {
  color: #ffffff;
  opacity: 1;
}

.ep-footer-brand p,
.ep-footer-contact p {
  margin-bottom: 12px;
}

.ep-footer-since {
  display: inline-block;
  padding: 9px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff !important;
  font-weight: 750;
}

.ep-footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ep-footer-links li {
  margin: 0 0 8px;
}

.ep-footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ep-footer-links a::before {
  content: "›";
  color: #ffffff;
  opacity: 0.75;
  font-weight: 900;
  font-size: 1.15rem;
  line-height: 1;
}

.ep-footer-contact strong {
  color: #ffffff;
}

.ep-footer-location-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #4b1688 !important;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.ep-footer-location-btn:hover {
  background: #f5edff;
  color: #4b1688 !important;
}

.ep-footer-social {
  margin-top: 20px;
}

.ep-footer-social a {
  color: #ffffff !important;
}

/* Absolute footer de Flatsome */
.absolute-footer {
  background: #3f3f3f !important;
  color: rgba(255,255,255,0.88) !important;
  padding: 18px 0 !important;
  font-size: 0.88rem;
}

.absolute-footer,
.absolute-footer p,
.absolute-footer span,
.absolute-footer a {
  color: rgba(255,255,255,0.88) !important;
}

.absolute-footer a:hover {
  color: #ffffff !important;
}

@media (max-width: 849px) {
  .ep-footer-benefits {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .ep-footer-benefit-item {
    min-height: auto;
    margin-bottom: 10px;
  }

  .ep-footer-main {
    text-align: center;
    padding: 34px 18px 24px !important;
  }

  .ep-footer-main .col {
    padding-bottom: 18px;
  }

  .ep-footer-links a {
    justify-content: center;
  }

  .ep-footer-contact {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .ep-footer-location-btn {
    width: 100%;
    max-width: 280px;
  }
}
