.elementor-2549 .elementor-element.elementor-element-8e0625c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2549 .elementor-element.elementor-element-9bf3130{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */.eph-footer {
  background:
    radial-gradient(circle at 20% 0%, rgba(224,170,79,.14), transparent 34%),
    linear-gradient(180deg, #151516, #0f0f10);
  color: #fffaf2;
  border-top: 1px solid rgba(224,170,79,.22);
  font-family: Inter, Arial, sans-serif;
}

.eph-footer__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0 46px;
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr .9fr;
  gap: 38px;
}

.eph-footer__logo {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff7e8 !important;
  text-decoration: none !important;
}

.eph-footer__logo img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.38));
}

.eph-footer__logo b {
  display: block;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 26px;
  line-height: 1;
  color: #fff7e8;
}

.eph-footer__logo small {
  display: block;
  margin-top: 5px;
  color: rgba(255,250,242,.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eph-footer__brand p,
.eph-footer__cta p {
  margin: 22px 0 0;
  max-width: 420px;
  color: rgba(255,250,242,.68);
  font-size: 15px;
  line-height: 1.65;
}

.eph-footer h3 {
  margin: 0 0 18px;
  color: #e0aa4f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eph-footer__col {
  display: flex;
  flex-direction: column;
}

.eph-footer__col a {
  display: inline-flex;
  margin-bottom: 12px;
  color: rgba(255,250,242,.78) !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: .22s ease;
}

.eph-footer__col a:hover {
  color: #e0aa4f !important;
}

.eph-footer__cta {
  padding: 26px;
  border: 1px solid rgba(224,170,79,.24);
  border-radius: 28px;
  background: rgba(255,255,255,.045);
  box-shadow: 0 20px 70px rgba(0,0,0,.18);
}

.eph-footer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 24px;
  padding: 15px 24px;
  border-radius: 999px;
  color: #1d120b !important;
  background: linear-gradient(135deg, #f1d18a, #c79a4b);
  box-shadow: 0 14px 34px rgba(199,154,75,.28);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: .22s ease;
}

.eph-footer__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(199,154,75,.4);
}

.eph-footer__bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 28px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,250,242,.54);
  font-size: 13px;
}

@media (max-width: 1024px) {
  .eph-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .eph-footer__cta {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .eph-footer__inner {
    grid-template-columns: 1fr;
    padding: 54px 0 34px;
  }

  .eph-footer__cta {
    grid-column: auto;
  }

  .eph-footer__bottom {
    flex-direction: column;
  }

  .eph-footer__btn {
    width: 100%;
  }
}/* End custom CSS */