.elementor-369 .elementor-element.elementor-element-ee147dd{--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;}.elementor-369 .elementor-element.elementor-element-f814bf8 iframe{height:221px;filter:brightness( 108% ) contrast( 106% ) saturate( 0% ) blur( 0px ) hue-rotate( 360deg );}.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-458a686 *//* =========================================
   REALITY ESCAPE — FOOTER (FINAL)
   100vw + clean contact box
   Font: Poppins
   ========================================= */

/* FULL WIDTH FOOTER (works inside WP/Elementor containers) */
.re-footer{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  background: #000000;
  color: #ffffff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  padding: 52px 22px;
}

/* Inner grid: balanced spacing */
.re-footer__inner{
  max-width: 1282px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(520px, 1.6fr) minmax(360px, 0.9fr);
  gap: 40px;
  align-items: center;
}

/* ---------------------------
   LEFT SIDE
   --------------------------- */
.re-footer__left{
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 16px;
}

/* Logo size tuned for wide footer */
.re-footer__logo{
  width: clamp(220px, 26vw, 420px);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.55));
}

/* Copyright line */
.re-footer__text{
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  opacity: .92;
  max-width: 80ch;
}

.re-footer__sep{
  margin: 0 8px;
  opacity: .6;
}

/* Legal links row */
.re-footer__legal{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  font-size: 13px;
  line-height: 1.4;
}

.re-footer__legalLink{
  color: #E6007E !important; /* Magenta */
  text-decoration: none;
  font-weight: 800;
  transition: color .15s ease, text-decoration-color .15s ease;
}

.re-footer__legalLink:hover,
.re-footer__legalLink:focus{
  color: #20CFFF !important; /* Cyan hover */
  text-decoration: underline;
}

.re-footer__pipe{
  opacity: .55;
}

/* ---------------------------
   RIGHT SIDE — CONTACT BOX
   --------------------------- */
.re-footer__right{
  display: grid;
  justify-content: end;
}

/* Clean, readable contact box */
.re-footer__contact{
  width: min(460px, 100%);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 16px;

  padding: 18px 18px 16px;

  /* quiet background */
  background: rgba(255,255,255,0.04);
  box-shadow: 0 18px 40px rgba(0,0,0,.45);

  position: relative;
  overflow: hidden;
}

/* remove any previous glow layers */
.re-footer__contact::before,
.re-footer__contact::after{
  display: none !important;
}

.re-footer__contactHeader{
  font-size: 26px;
  font-weight: 900;
  color: #20CFFF; /* Cyan */
  margin-bottom: 10px;
  letter-spacing: .2px;
}

/* each row */
.re-footer__contactRow{
  display: grid;
  gap: 6px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}

.re-footer__contactRow:first-of-type{
  border-top: 0;
  padding-top: 4px;
}

/* label */
.re-footer__label{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #20CFFF; /* Cyan */
  opacity: .95;
}

/* links in contact */
.re-footer__link{
  color: #E6007E !important; /* Magenta */
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.5;
  transition: color .15s ease;
}

.re-footer__link:hover,
.re-footer__link:focus{
  color: #20CFFF !important;
  text-decoration: underline;
}

/* --------------------------------
   RESPONSIVE
   -------------------------------- */
@media (max-width: 1100px){
  .re-footer__inner{
    grid-template-columns: 1fr 420px;
    gap: 28px;
  }
  .re-footer__right{
    justify-content: center;
  }
}

@media (max-width: 980px){
  .re-footer{
    padding: 42px 18px;
  }

  .re-footer__inner{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .re-footer__left{
    justify-items: center;
    text-align: center;
  }

  .re-footer__right{
    justify-content: center;
  }

  .re-footer__contact{
    width: min(520px, 100%);
  }
}/* End custom CSS */