.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-97ec7e8 *//* ==============================
 RH LIVER FOOTER CSS START
============================== */

.rh-liver-footer {
  position: relative;
  overflow: hidden;
  padding: 72px 22px 0;
  font-family: 'Poppins', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.20), transparent 34%),
    radial-gradient(circle at bottom right, rgba(244, 185, 66, 0.14), transparent 34%),
    linear-gradient(135deg, var(--rh-liver-navy), #061B2E);
  color: var(--rh-liver-white);
}

.rh-liver-footer::before {
  content: "";
  position: absolute;
  right: -140px;
  top: -140px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(244, 185, 66, 0.12);
  pointer-events: none;
}

.rh-liver-footer-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr 1.1fr;
  gap: 38px;
}

/* Brand */
.rh-liver-footer-brand {
  max-width: 390px;
}

.rh-liver-footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  margin-bottom: 18px;
}

.rh-liver-footer-logo-img {
  width: 145px;
  height: auto;
  display: block;
  object-fit: contain;
}

.rh-liver-footer-brand p,
.rh-liver-footer-social-col p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

.rh-liver-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 12px 20px;
  border-radius: 999px;
  color: var(--rh-liver-navy);
  background: var(--rh-liver-amber);
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(244, 185, 66, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rh-liver-footer-cta:hover {
  color: var(--rh-liver-navy);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(244, 185, 66, 0.34);
}

/* Columns */
.rh-liver-footer-col h3 {
  margin: 0 0 18px;
  color: var(--rh-liver-white);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.rh-liver-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rh-liver-footer-col li {
  margin-bottom: 12px;
}

.rh-liver-footer-col a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.rh-liver-footer-col a:hover {
  color: var(--rh-liver-amber);
  padding-left: 4px;
}

/* Instagram */
.rh-liver-footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.rh-liver-instagram-link {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--rh-liver-white) !important;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(234, 247, 243, 0.16);
  text-decoration: none !important;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.rh-liver-instagram-link:hover {
  color: var(--rh-liver-navy) !important;
  background: var(--rh-liver-amber);
  transform: translateY(-2px);
  padding-left: 0 !important;
}

/* Note */
.rh-liver-footer-note {
  margin-top: 20px;
  padding: 16px;
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(234, 247, 243, 0.14);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
}

/* Bottom */
.rh-liver-footer-bottom {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 52px auto 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.rh-liver-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.6;
}

.rh-liver-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rh-liver-footer-bottom-links a,
.rh-liver-footer-bottom-links span {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 500;
}

.rh-liver-footer-bottom-links a:hover {
  color: var(--rh-liver-amber);
}

/* Tablet */
@media (max-width: 1024px) {
  .rh-liver-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .rh-liver-footer-brand {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .rh-liver-footer {
    padding: 56px 18px 0;
  }

  .rh-liver-footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .rh-liver-footer-logo {
    justify-content: center;
  }

  .rh-liver-footer-logo-img {
    width: 135px;
    margin: 0 auto;
  }

  .rh-liver-footer-brand {
    max-width: 100%;
  }

  .rh-liver-footer-cta {
    margin-top: 20px;
  }

  .rh-liver-footer-col li {
    margin-bottom: 10px;
  }

  .rh-liver-footer-col a:hover {
    padding-left: 0;
  }

  .rh-liver-footer-socials {
    justify-content: center;
  }

  .rh-liver-footer-note {
    max-width: 520px;
    margin: 20px auto 0;
  }

  .rh-liver-footer-bottom {
    margin-top: 38px;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .rh-liver-footer {
    padding: 46px 16px 0;
  }

  .rh-liver-footer-logo-img {
    width: 125px;
  }

  .rh-liver-footer-brand p,
  .rh-liver-footer-social-col p,
  .rh-liver-footer-col a,
  .rh-liver-footer-note {
    font-size: 13px;
  }

  .rh-liver-footer-col h3 {
    font-size: 15px;
  }

  .rh-liver-footer-cta {
    width: 100%;
    padding: 11px 18px;
    font-size: 13px;
  }

  .rh-liver-instagram-link {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }
}

/* Extra Safety */
.rh-liver-footer a,
.rh-liver-footer a:hover,
.rh-liver-footer a:focus,
.rh-liver-footer a:active {
  text-decoration: none !important;
  box-shadow: none !important;
}

/* ==============================
 RH LIVER FOOTER CSS END
============================== *//* End custom CSS */