.elementor-778 .elementor-element.elementor-element-a025497{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-778 .elementor-element.elementor-element-2550972{--display:flex;}.elementor-778 .elementor-element.elementor-element-77ca906{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 10px 0px;}.elementor-778 .elementor-element.elementor-element-44c0152{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-778 .elementor-element.elementor-element-6a19328{--display:flex;}/* Start custom CSS for html, class: .elementor-element-77ca906 *//* ===== FOOTER BASE ===== */
.relife-footer {
    background: #0F1F17;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
}

/* ===== TOP GOLD LINE ===== */
.relife-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: linear-gradient(to right, transparent, #C8A96A, transparent);
}

/* ===== CONTAINER ===== */
.relife-footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 80px 20px 60px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

/* ===== COLUMN ===== */
.relife-footer-col {
    text-align: center;
}

/* ===== LOGO ===== */
.relife-footer-logo {
    width: 140px;
    display: block;
    margin: 0 auto 20px;
    transition: 0.4s;
}

.relife-footer-logo:hover {
    transform: scale(1.05);
}

/* ===== TEXT ===== */
.relife-footer-col p {
    font-size: 14px;
    color: #bbb;
    line-height: 1.7;
}

/* ===== HEADINGS ===== */
.relife-footer-col h3 {
    margin-bottom: 18px;
    font-size: 18px;
    color: #C8A96A;
    letter-spacing: 0.5px;
}

/* ===== LINKS ===== */
.relife-footer-col ul {
    list-style: none;
    padding: 0;
}

.relife-footer-col ul li {
    margin-bottom: 10px;
}

/* PREMIUM LINK STYLE */
.relife-footer-col ul li a {
    text-decoration: none;
    color: #ccc;
    font-size: 14px;
    position: relative;
    transition: 0.3s;
}

/* UNDERLINE ANIMATION */
.relife-footer-col ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: #C8A96A;
    transition: 0.3s;
    transform: translateX(-50%);
}

.relife-footer-col ul li a:hover {
    color: #C8A96A;
}

.relife-footer-col ul li a:hover::after {
    width: 60%;
}

/* ===== SOCIAL ICONS ===== */
.relife-social {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}

.social-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #121f17;
    color: #C8A96A;

    font-size: 16px;
    text-decoration: none;

    transition: all 0.35s ease;
}

/* PREMIUM HOVER */
.social-icon:hover {
    background: #C8A96A;
    color: #0F1F17;
    box-shadow: 0 0 25px rgba(200,169,106,0.6);
    transform: translateY(-4px) scale(1.05);
}

/* ===== CONTACT TEXT ===== */
.relife-footer-col strong {
    color: #C8A96A;
}

/* ===== FOOTER BOTTOM ===== */
.relife-footer-bottom {
    text-align: center;
    padding: 18px 10px;
    font-size: 13px;
    color: #aaa;
    border-top: 1px solid rgba(255,255,255,0.08);
}

/* COPYRIGHT LINKS */
.relife-footer-bottom a {
    color: #C8A96A;
    text-decoration: none;
}

.relife-footer-bottom a:hover {
    text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .relife-footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .relife-footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f50bcff *//* ===== ROOT ===== */
:root {
  --rl-green: #1b5e20;
  --rl-text: #000;
  --rl-bg: #fff;
}

/* ===== MOBILE ONLY ===== */
@media screen and (min-width: 768px) {
  .rl-mobile-nav-wrapper {
    display: none !important;
  }
}

/* ===== RESET ===== */
body {
  margin: 0 !important;
  padding: 0 !important;
}

html, body {
  overflow-x: hidden;
}

/* REMOVE ELEMENTOR GAP */
.elementor-section,
.elementor-container,
.elementor-column {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* ===== WRAPPER ===== */
.rl-mobile-nav-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  font-family: Arial, sans-serif;
}

/* ===== BOTTOM BAR ===== */
.rl-bottom-bar {
  height: 75px;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0; /* 🔥 removes side gap */

  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border-top: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}

/* ===== NAV ITEM + LOGO EQUAL WIDTH ===== */
.rl-nav-item,
.rl-logo-container {
  flex: 1;
  max-width: 20%; /* 5 equal items */
}

/* ===== NAV ITEM ===== */
.rl-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  color: #000 !important;
  background: none;
  border: none;

  text-align: center;
}

.rl-nav-item span {
  font-size: 10px;
  font-weight: 600;
  margin-top: 3px;
  color: #000 !important;
}

.rl-nav-item svg {
  width: 22px;
  height: 22px;
  stroke: #000 !important;
  stroke-width: 1.8;
  margin-bottom: 4px;
}

/* REMOVE HOVER */
.rl-nav-item:hover {
  color: #000 !important;
  background: transparent !important;
}

/* REMOVE CLICK EFFECT */
.rl-nav-item:active,
.rl-nav-item:focus {
  background: transparent !important;
  outline: none !important;
  transform: none !important;
}

/* ===== LOGO CONTAINER ===== */
.rl-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== LOGO ===== */
.rl-floating-logo {
  width: 46px;   /* balanced size */
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMAGE */
.rl-floating-logo img {
  width: 100%;
  height: 90%;
  object-fit: contain;
  display: block;
   transform: translateY(32px); /* 🔥 visual center fix */
}

/* ===== MENU OVERLAY ===== */
.rl-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b5e20;
  color: #fff;
  z-index: 100000;

  display: none;
  flex-direction: column;
  padding: 60px 30px;
}

.rl-menu-overlay.active {
  display: flex;
}

.rl-close-menu {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  cursor: pointer;
}

.rl-menu-list {
  list-style: none;
  padding: 0;
}

.rl-menu-link {
  display: block;
  padding: 18px 0;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.rl-submenu {
  display: none;
  padding-left: 15px;
}

.rl-submenu.open {
  display: block;
}

.rl-submenu-link {
  display: block;
  padding: 10px 0;
  color: #eee;
  text-decoration: none;
  font-size: 14px;
}

.rl-chevron {
  float: right;
}/* End custom CSS */