.elementor-26811 .elementor-element.elementor-element-3819966{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:769px){.elementor-26811 .elementor-element.elementor-element-3819966{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-54940b3 *//* ============================================================
   RPODS DUBAI FOOTER — Optimized + Responsive
   Scope-safe CSS | Elementor-ready
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500;600;700&display=swap');

.rp-footer {
  --rp-fire: linear-gradient(118deg, #e8200a 0%, #f07500 52%, #f5b800 100%);
  --rp-dark: #0a0a0a;
  --rp-darker: #050505;
  --rp-surface: #131313;
  --rp-surface2: #1a1a1a;
  --rp-border: rgba(255,255,255,.075);
  --rp-border-hi: rgba(240,117,0,.25);
  --rp-white: #f4f4f4;
  --rp-muted: #8b8b8b;
  --rp-muted-soft: #6e6e6e;
  --rp-orange: #f07500;
  --rp-radius: 12px;
  --rp-ease: cubic-bezier(.4,0,.2,1);
  --rp-t: .25s;
  --rp-glow: 0 0 22px rgba(240,117,0,.24);
  --font-head: "Syne", sans-serif;
  --font-body: "DM Sans", sans-serif;

  position: relative;
  background: var(--rp-dark);
  color: var(--rp-white);
  font-family: var(--font-body);
  overflow: hidden;
  isolation: isolate;
}

.rp-footer,
.rp-footer * {
  box-sizing: border-box;
}

.rp-footer::before,
.rp-footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.rp-footer::before {
  top: -120px;
  left: -90px;
  width: 540px;
  height: 420px;
  background: radial-gradient(ellipse at center, rgba(232,32,10,.11) 0%, rgba(240,117,0,.07) 42%, transparent 70%);
}

.rp-footer::after {
  right: -80px;
  bottom: -70px;
  width: 460px;
  height: 340px;
  background: radial-gradient(ellipse at center, rgba(245,184,0,.08) 0%, transparent 70%);
}

.rp-footer__topbar {
  position: relative;
  z-index: 1;
  height: 2px;
  background: var(--rp-fire);
}

.rp-footer__container {
  position: relative;
  z-index: 1;
  max-width: 1420px;
  margin: 0 auto;
  padding: 68px 32px 0;
}

.rp-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(150px, .72fr)) minmax(250px, 1.1fr);
  gap: 0;
  margin-bottom: 58px;
}

.rp-footer__col {
  position: relative;
  min-width: 0;
  padding: 0 28px;
}

.rp-footer__col:first-child {
  padding-left: 0;
}

.rp-footer__col:last-child {
  padding-right: 0;
}

.rp-footer__col + .rp-footer__col {
  border-left: 1px solid var(--rp-border);
}

.rp-footer__logo-link {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
}

.rp-footer__logo {
  display: block;
  width: 138px;
  max-width: 100%;
  height: auto;
  filter: brightness(1.05);
  transition: transform var(--rp-t) var(--rp-ease), filter var(--rp-t) var(--rp-ease);
}

.rp-footer__logo:hover {
  filter: brightness(1.2) drop-shadow(0 0 10px rgba(240,117,0,.42));
  transform: translateY(-1px);
}

.rp-footer__tagline {
  max-width: 300px;
  margin: 0 0 16px;
  color: var(--rp-muted);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .01em;
}

.rp-footer__badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  padding: 7px 12px 7px 9px;
  border: 1px solid var(--rp-border-hi);
  border-radius: 999px;
  background: rgba(240,117,0,.08);
  color: var(--rp-orange);
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.rp-footer__badge-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--rp-orange);
  box-shadow: 0 0 0 3px rgba(240,117,0,.2);
  animation: rpFooterPulse 2.2s ease-in-out infinite;
}

@keyframes rpFooterPulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(240,117,0,.2); }
  50% { box-shadow: 0 0 0 7px rgba(240,117,0,.06); }
}

.rp-footer__socials,
.rp-footer__nav,
.rp-footer__legal {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rp-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rp-social-link {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--rp-border);
  border-radius: 10px;
  background: var(--rp-surface);
  color: var(--rp-muted);
  text-decoration: none;
  transition: color var(--rp-t) var(--rp-ease), background var(--rp-t) var(--rp-ease), border-color var(--rp-t) var(--rp-ease), transform var(--rp-t) var(--rp-ease), box-shadow var(--rp-t) var(--rp-ease);
}

.rp-social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.rp-social-link:hover {
  background: rgba(240,117,0,.12);
  border-color: var(--rp-orange);
  color: var(--rp-orange);
  transform: translateY(-3px);
  box-shadow: var(--rp-glow);
}

.rp-footer__col-title {
  display: block;
  margin-bottom: 18px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: var(--rp-fire);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rp-footer__nav {
  display: grid;
  gap: 0;
}

.rp-footer__nav li {
  border-bottom: 1px solid rgba(255,255,255,.045);
}

.rp-footer__nav li:last-child {
  border-bottom: 0;
}

.rp-footer__nav a,
.rp-footer__legal a,
.rp-footer__contact a {
  color: var(--rp-muted);
  text-decoration: none;
  transition: color var(--rp-t) var(--rp-ease), padding-left var(--rp-t) var(--rp-ease);
}

.rp-footer__nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  font-size: 13.5px;
  line-height: 1.25;
  letter-spacing: .01em;
}

.rp-footer__nav a::before {
  content: "";
  width: 0;
  height: 1px;
  flex: 0 0 auto;
  background: var(--rp-orange);
  transition: width var(--rp-t) var(--rp-ease);
}

.rp-footer__nav a:hover {
  color: var(--rp-white);
  padding-left: 6px;
}

.rp-footer__nav a:hover::before {
  width: 14px;
}

.rp-footer__contact {
  display: grid;
  gap: 14px;
  margin: 0;
  font-style: normal;
}

.rp-footer__contact-item {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255,255,255,.045);
}

.rp-footer__contact-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rp-footer__contact-label {
  display: block;
  margin-bottom: 5px;
  color: var(--rp-orange);
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rp-footer__contact a {
  display: inline-block;
  max-width: 100%;
  color: var(--rp-muted);
  font-size: 13.5px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.rp-footer__contact a:hover {
  color: var(--rp-white);
}

.rp-footer__divider {
  position: relative;
  height: 1px;
  margin: 0 0 24px;
  border: 0;
  background: var(--rp-border);
}

.rp-footer__divider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 86px;
  height: 1px;
  background: var(--rp-fire);
}

.rp-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  padding-bottom: 32px;
}

.rp-footer__copy {
  margin: 0;
  color: var(--rp-muted-soft);
  font-size: 12px;
  letter-spacing: .02em;
}

.rp-footer__copy span {
  color: var(--rp-orange);
}

.rp-footer__legal {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.rp-footer__legal a {
  font-size: 12px;
  letter-spacing: .02em;
}

.rp-footer__legal a:hover {
  color: var(--rp-orange);
}

.rp-footer a:focus-visible {
  outline: 2px solid var(--rp-orange);
  outline-offset: 3px;
}

/* Large desktop */
@media (min-width: 1440px) {
  .rp-footer__container {
    padding-top: 78px;
  }

  .rp-footer__grid {
    grid-template-columns: minmax(290px, 1.5fr) repeat(3, minmax(165px, .72fr)) minmax(280px, 1.12fr);
    margin-bottom: 70px;
  }

  .rp-footer__col {
    padding: 0 38px;
  }

  .rp-footer__logo {
    width: 152px;
  }
}

/* Laptop */
@media (max-width: 1199px) {
  .rp-footer__container {
    padding: 58px 26px 0;
  }

  .rp-footer__grid {
    grid-template-columns: 1.3fr repeat(2, .75fr) 1fr;
    gap: 34px 0;
  }

  .rp-footer__col {
    padding: 0 24px;
  }

  .rp-footer__col--brand {
    grid-column: span 2;
  }

  .rp-footer__col--contact {
    grid-column: span 2;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .rp-footer__container {
    padding: 52px 24px 0;
  }

  .rp-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
    margin-bottom: 48px;
  }

  .rp-footer__col,
  .rp-footer__col:first-child,
  .rp-footer__col:last-child {
    padding: 0;
  }

  .rp-footer__col + .rp-footer__col {
    border-left: 0;
  }

  .rp-footer__col--brand,
  .rp-footer__col--contact {
    grid-column: 1 / -1;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--rp-border);
  }

  .rp-footer__col--contact {
    padding-top: 0;
  }

  .rp-footer__tagline {
    max-width: 520px;
  }

  .rp-footer__contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 22px;
  }

  .rp-footer__contact-item {
    padding: 0;
    border-bottom: 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .rp-footer__container {
    padding: 42px 16px 0;
  }

  .rp-footer__grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 38px;
  }

  .rp-footer__col,
  .rp-footer__col--brand,
  .rp-footer__col--contact {
    grid-column: auto;
    padding: 26px 0;
    border-bottom: 1px solid var(--rp-border);
  }

  .rp-footer__col:first-child {
    padding-top: 0;
  }

  .rp-footer__col:last-child {
    border-bottom: 0;
  }

  .rp-footer__logo {
    width: 112px;
  }

  .rp-footer__tagline {
    max-width: 100%;
    font-size: 13px;
  }

  .rp-footer__badge {
    font-size: 10.5px;
    margin-bottom: 16px;
  }

  .rp-footer__col-title {
    margin-bottom: 14px;
    font-size: 10.5px;
  }

  .rp-footer__nav a {
    padding: 9px 0;
    font-size: 13px;
  }

  .rp-footer__contact {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rp-footer__contact-item {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.045);
  }

  .rp-footer__contact-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .rp-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 26px;
  }

  .rp-footer__legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .rp-footer__copy,
  .rp-footer__legal a {
    font-size: 11.5px;
  }
}

/* Small mobile */
@media (max-width: 420px) {
  .rp-footer__container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .rp-footer__logo {
    width: 100px;
  }

  .rp-social-link {
    width: 36px;
    height: 36px;
  }

  .rp-footer__contact a,
  .rp-footer__nav a {
    font-size: 12.8px;
  }
}

/* Elementor footer wrapper cleanup */
.elementor-element-footer,
.elementor-element-footer .elementor-container,
.elementor-element-footer .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  max-width: 100% !important;
}/* End custom CSS */