@import url("../houzez/style.css");

/* Menu Desktop 100% ancho y fijo siempre arriba
-------------------------------------------------------------------- */

/* Header sticky */
body.page-id-2524224 .elementor-60158 {
  position: fixed !important;
  width: 100%;
  height: auto;
  top: 0 !important;
  z-index: 99999 !important;
}

/* Asegurar que el section-wrap del header no tenga pointer-events: none */
body.page-id-2524224 .elementor-60158 .elementor-section-wrap {
  pointer-events: auto !important;
}

/* Eliminar scroll horizontal SOLO en página de Servicios (ID 16519) 
-------------------------------------------------------------------- */

body.page-id-2524224 {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  position: relative !important;
}

html:has(body.page-id-2524224) {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  position: relative !important;
}

/* -----------------------------------------------------
   CSS para Propiedades (Mapa, Buscador y Listado)
--------------------------------------------------------- */

/* CSS para Div que contiene los dos elementos ( Mapa & Buscador + Inmuebles )
------------------------------------------------------------------------------ */

.e-con-inner {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

/* CSS para Propiedades 
------------------------------------------------------------ */

.card_inmueble {
  /*
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 2vh;
  margin-top: 2vh;
  margin-right: 1%;
  margin-left: 1%;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 550px; */ /* CORREGIDO: Aumentado de 490px a 550px para mostrar el precio completo */
  background-color: transparent !important;
}

.card_inmueble:hover .bg-image {
  transform: scale(1.05);
}

#columnaMapa {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 80vh;
  top: 130px;
  background-color: #fff;
}

#columnaInmuebles {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 50%;
  top: 130px;
  overflow: hidden scroll;
  background: rgb(247, 247, 247);
  padding: 0px;
  z-index: 0;
  padding-top: 20px;
}

#columnaMapa .vc_column-inner {
  padding-right: 0px;
  padding-left: 0px;
}

.paginacion {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 22px;
  margin-top: 3%;
  background: white;
  margin-bottom: 5%;
  border-radius: 0px;
}

.Bfl {
  margin: 0 3%;
  font-weight: bold;
  color: black;
}

#A1022 {
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 100px; /* AÑADIDO: Espacio para el footer */
}

#resultsyorden h1,
#resultsyorden1 h3 {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  align-items: center;
  font-size: 30px !important;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

#resultsyorden1 h3 {
  font-size: 20px !important;
}

#resultsyorden1 {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  align-items: center;
}

#ordenacion {
  display: block;
  height: 40px;
  color: black;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 15px;
}

.hidden {
  display: none;
}

.grupbuttons input[type="submit"],
.grupbuttons button {
  margin-top: 0px;
  margin-left: 0px;
  width: 100%;
}

#listing_ajax_container {
  margin-top: 150px; /* CORREGIDO: Reducido de 30px a 0 para eliminar espacio superior */
}

.adv1-holder .flagicon {
  margin-bottom: 30px;
}

#resultsyorden h1 {
  margin-left: 10px;
}

#advanced_submit_2 {
  color: white;
}

#extraOC {
  padding: 1px 5px;
  display: block;
  height: 40px;
  min-height: 61px;
  bottom: 18px;
  width: 95%;
  left: 5px;
  background: white;
  border: 1px solid #eee;
  margin-top: 20px;
  margin-left: 20px;
}

#extraOC > div label {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
}

#extraOC input[type="checkbox"] {
  position: relative;
  outline: 0px !important;
  -moz-appearance: none;
  height: 15px;
  width: 15px;
  margin-bottom: 0px;
  margin-right: 5px;
  vertical-align: middle;
  border: 1px solid #dde4e9;
  background-color: #fff;
  color: #565a5c;
  box-sizing: border-box;
  padding: 0;
  margin-top: 0px;
  border: 1px solid #222;
  margin-left: 5px;
}

#extraOC > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60px;
}

select#EstadoCons {
  background: white;
  border: 1px solid #eee;
  padding: 8px;
}

.pin_mapa svg {
  width: 20px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

/* CSS para Mapa (50% izquierda y primer elemento en mv )
------------------------------------------------------------  */

/* Mapa fijo a la izquierda */
#leafletMap {
  position: fixed;
  top: 0; /* o 80px si tienes header fijo */
  left: 0;
  width: 50%;
  height: 100vh; /* o calc(100vh - 80px) si tienes header */
  box-sizing: border-box;
  z-index: 1;
  /* ✅ Optimización de renderizado */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

/* Suaviza carga de tiles */
.leaflet-tile-container {
  transition: opacity 0.3s ease-in-out;
}

.leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transition: opacity 0.2s;
}

/* Mejora rendimiento durante animaciones */
.leaflet-marker-icon,
.leaflet-marker-shadow {
  will-change: transform;
  transition: opacity 0.2s;
}

/* Suaviza animaciones del zoom */
.leaflet-zoom-animated {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Optimización GPU */
.leaflet-pane {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* css mapa end */

/* Contenedor principal de la página (flex) */
.flex-page-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh; /* CORREGIDO: Cambiado de height a min-height para permitir contenido más largo */
}

/* Contenedor del listado */
.listado-container {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 10px;
}

/* CORREGIDO: Asegurar que el header esté siempre visible */ /*
.site-header,
#site-header,
header,
.header-wrapper,
nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: white;
}
*/

/* Pantallas mayores a 767px (escritorio) */
@media (min-width: 768px) {
  .listado-container {
    width: 100%;
  }
}

/* Pantallas menores a 767px (móvil) */
@media (max-width: 767px) {
  #leafletMap,
  .listado-container {
    width: 100%;
    height: auto;
  }
}

/* Contenedor principal de la página */
.flex-page-container {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh; /* CORREGIDO */
}

/* Listado desplazable derecha */
.listado-container {
  position: fixed;
  /* top: 80px; */ /* CORREGIDO: Añadido espacio para el header */
  right: 0;
  width: 50%;
  height: calc(100vh - 80px); /* CORREGIDO: Restar altura del header */
  overflow-y: auto;
  box-sizing: border-box;
  background: #f7f7f7;
  padding: 0; /* CORREGIDO: Eliminado padding superior que causaba el espacio */
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  z-index: 0;
}

/* Contenedor de las tarjetas */
#A1022 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  /*padding-bottom: 100px; */ /* AÑADIDO: Espacio para el footer */
}

/* Pantallas mayores a 767px (escritorio) - 2 columnas */
@media (min-width: 768px) {
  .card_inmueble {
    flex: 0 0 calc(48% - 10px);
    max-width: calc(48% - 10px);
  }

  /* Arreglo tarjetas descripcion */
  .wpb_row,
  .wpb_content_element,
  ul.wpb_thumbnails-fluid > li,
  .last_toggle_el_margin,
  .wpb_button {
    margin: 0.5vw;
  }
}

/* Pantallas menores a 767px (móvil) */
@media (max-width: 767px) {
  #leafletMap {
    position: relative;
    top: 0; /* CORREGIDO */
    width: 100%;
    height: 30% !important;
  }

  .listado-container {
    position: relative;
    top: 0; /* CORREGIDO */
    width: 100%;
    height: auto;
  }

  .pin_mapa {
    font-weight: 500;
  }
}

/* CSS Buscador - Posicionado arriba del listado, con scroll */
#bloque_buscador {
  width: 100%;
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px; /* AÑADIDO: Espacio superior para separar del borde */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
  display: block;
  border: 1px solid #ddd;
}

.search_wrapper {
  width: 100%;
}

.adv-search-1 {
  width: 100%;
}

#adv-search-header-1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  font-family: "GFS Didot", sans-serif;
}

.adv1-holder {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  justify-content: center;
}

/* Arreglo buscador */

#extra {
  margin: 0 !important;
}

/* Reset padding/margin de las columnas */
#bloque_buscador .adv1-holder > div[class*="col-"] {
  margin: 0;
  padding: 5px; /* o el valor que quieras uniforme */
  float: left; /* asegurar alineación */
  box-sizing: border-box;
}

/* Hacer que todos los selects e inputs tengan la misma altura y margen */
#bloque_buscador select,
#bloque_buscador input[type="text"],
#bloque_buscador input[type="number"] {
  margin: 0;
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
}

/* Botones */
#bloque_buscador .grupbuttons input,
#bloque_buscador .grupbuttons button {
  margin: 10px 0 0 0;
  width: 100%;
}

/* Ajuste extra para elementos inline-block conflictivos */
#bloque_buscador .selabajo,
#bloque_buscador .metrosparcela,
#bloque_buscador .radiostipo,
#bloque_buscador .bis {
  display: block;
  float: none;
  width: 100%;
  margin: 5px 0;
}

.adv1-holder > div {
  flex: 0 0 calc(33.333% - 10px);
  min-width: 200px;
}

.adv-search-1 .form-control {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

.adv-search-1 .form-control:focus {
  border-color: #4285f4; /* CORREGIDO: Cambiado de red a azul para mejor UX */
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.1);
}

/* Botón de búsqueda */
.grupbuttons {
  flex: 0 0 100% !important;
  margin-top: 10px;
}

/* Aproximo el boton de + opciones al de busqueda */
.grupbuttons:last-child {
  margin-top: -25px;
}

#advanced_submit_2 {
  width: 100%;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

/* Botón + opciones */
#extra {
  width: 100%;
  background: #f5f5f5;
  color: #333;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

#extra:hover {
  background: #e8e8e8;
  border-color: #ccc;
}

/* Opciones extras */
#extraOC {
  width: 100%;
  background: #f9f9f9;
  padding: 15px;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #eee;
}

#extraOC > div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

#extraOC label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
}

/* Campos de precio */
.precios label {
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}

.precios input[type="number"] {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 1200px) {
  .adv1-holder > div {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  #bloque_buscador {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }

  .adv1-holder > div {
    flex: 0 0 100%;
  }
}

#extraOC {
  margin: 0;
  width: 100%;
  margin-top: 55px;
  background-color: #fff;
  border: 1px solid #fff;
  /* NO incluir display aquí - se maneja con JavaScript */
}

#extraOC.hidden {
  display: none !important;
}

#extraOC > div {
  display: flex !important;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  min-height: 60px;
  padding: 10px 0;
}

/* boton BUSCAR PROPIEDADES submit post*/
#advanced_submit_2:hover {
  background-color: #000;
}

#scroll-top {
  background-color: #222;
  border: 1px solid transparent;
}

/* Arreglo para buscador segun medidas */

@media (min-width: 576px) and (max-width: 767px) {
  .adv1-holder > div {
    flex: 0 0 calc(33.333% - 10px);
    min-width: 500px;
  }
}

@media (min-width: 768px) and (max-width: 1900px) {
  .adv1-holder > div {
    flex: 0 0 calc(33.333% - 10px);
    min-width: auto !important;
  }
}

button#wpforms-submit-119:hover {
  background-color: #ed9d81 !important;
}

.titnegro {
  color: #000;
}

.elementor-element.elementor-element-3a6230c.e-grid.e-con-full.e-con.e-parent.e-lazyloaded {
  z-index: 999;
  margin-top: -20px;
}

div#adv-search-header-1 {
  color: #007180;
  font-family: Roboto, sans-serif;
  font-weight: 350;
}

/* FOOTER FIJO EN PAGINA DE PROPEDADES PARA VIDAMAR
---------------------------------------------------- */

@media (min-width: 992px) {
  /* Footer fijo, inicialmente oculto DEBAJO */
  body.page-id-2524224 .elementor-section-wrap footer {
    z-index: 10000 !important;
  }

  /* Espaciador */
  body.page-id-2524224 .paginacion {
    background-color: transparent;
    font-size: clamp(14px, 1.3vw, 20px) !important; /* Mín 14px, máx 20px */
  }

  body.page-id-2524224 .paginacion::after {
    content: "";
    display: block;
    height: 15vh;
    pointer-events: none;
  }
}

/*
Para continuar el Sab.... recuerda pillar los estilos de smp_listado_inmuebles y pasarlos a este CSS cuando puedas. 


  color: #007180;
  font-family: Roboto,sans-serif;
  font-weight:300;
  text-transform:uppercase;


*/

/* === ESTILOS PARA CARDS DE INMUEBLES === */

.card_inmueble {
  background-color: #fff;
  margin-bottom: 20px;
}

.card-inmueble-inner {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.card-inmueble-inner:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.card-imagen-container {
  position: relative;
  overflow: hidden;
}

.card-imagen {
  transition: transform 0.3s ease;
}

.card-inmueble-inner:hover .card-imagen {
  transform: scale(1.05);
}

/* Etiqueta operación - Superior derecha */
.card-etiqueta-operacion {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #6cc4d3;
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 55px;
  letter-spacing: 0.5px;
  z-index: 10; /* posicionar por encima de las imagenes */
}

/* Precio - Inferior izquierda */
.card-precio {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  z-index: 10; /* posicionar por encima de las imagenes */
}

/* Contenido debajo de la imagen */
.card-contenido {
  padding: 15px;
  background-color: #fff;
}

/* Título */
.card-titulo {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6cc4d3;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

/* Características (iconos) */
.card-caracteristicas {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.card-icono {
  font-size: 14px;
  color: #666;
}

.card-icono i {
  color: #6cc4d3;
  margin-right: 4px;
}

/* Ver en mapa */
.card-ver-mapa {
  margin-top: 8px;
}

.card-ver-mapa .pin_mapa {
  font-size: 14px;
  color: #287fc7;
  cursor: pointer;
  transition: color 0.2s ease;
}

.card-ver-mapa .pin_mapa:hover {
  color: #1a5a8a;
}

@media (max-width: 767px) {
  /* Oculto el boton VER MAPA en el momento que
   deja de mostrarse el mapa */
  .card-ver-mapa {
    display: none;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .card-titulo {
    font-size: 16px;
  }

  .card-precio {
    font-size: 16px;
    padding: 6px 12px;
  }

  .card-caracteristicas {
    gap: 10px;
  }

  .card-icono {
    font-size: 13px;
  }
}

/* === ESTILOS PARA CARDS DE INMUEBLES END === */

/* ========================================
   CARRUSEL DE TARJETAS - LISTADO
   ======================================== */

.card-imagen-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.card-carrusel {
  position: relative;
  width: 100%;
  height: 35vh !important;
  background-color: #f0f0f0;
}

.carrusel-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carrusel-slide img {
  width: 100%;
  height: 100% !important;
  object-fit: cover; /* Recorta para llenar sin deformar */
  display: block;
}

/* Flechas de navegación */
.carrusel-flecha {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  z-index: 10;
  padding: 0;
}

.carrusel-flecha svg {
  width: 18px;
  height: 18px;
  color: #333;
}

.carrusel-prev {
  left: 8px;
}

.carrusel-next {
  right: 8px;
}

/* Precio y etiquetas ahora relativas al carrusel */
.card-carrusel .card-precio {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.card-carrusel .card-etiqueta-operacion {
  position: absolute;
  top: 15px;
  right: 15px;
}

.card-carrusel .carrusel-contador {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/* Mostrar flechas en hover */
.card-imagen-container:hover .carrusel-flecha {
  opacity: 1;
}

.carrusel-flecha:hover {
  background: rgba(255, 255, 255, 1);
}

.carrusel-flecha:active {
  transform: translateY(-50%) scale(0.95);
}

/* Contador de fotos */
.carrusel-contador {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  z-index: 5;
}

/* Etiquetas superpuestas */
.card-etiqueta-operacion {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #007bff;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  z-index: 5;
}

.card-precio {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  z-index: 5;
}

/* ========================================
   RESPONSIVE
   ======================================== */

/* Tablets */
@media (max-width: 1024px) {
  .card-carrusel {
    height: 30vh;
  }
}

/* Móviles */
@media (max-width: 768px) {
  .card-carrusel {
    height: 25vh;
  }

  /* Flechas siempre visibles en móvil (no hay hover) */
  .carrusel-flecha {
    opacity: 1;
    width: 28px;
    height: 28px;
  }

  .carrusel-flecha svg {
    width: 16px;
    height: 16px;
  }

  .carrusel-prev {
    left: 6px;
  }

  .carrusel-next {
    right: 6px;
  }

  .card-precio {
    font-size: 14px;
    padding: 4px 8px;
  }

  .card-etiqueta-operacion {
    font-size: 11px;
    padding: 3px 8px;
  }
}

/* Móviles pequeños */
@media (max-width: 480px) {
  .card-carrusel {
    height: 22vh;
  }

  .carrusel-contador {
    font-size: 11px;
    padding: 2px 6px;
  }
}


/* ========================================
   VALORADOR DATAVENUES
   ======================================== */

/* Estilos para Valorador DataVenues > 740PX */
@media (min-width: 741px) {
  /* Contenedor general */
  #dv-widget {
    width: 100%;
    height: 790px !important;
    border-top: 4px solid #fff; /* Línea separadora arriba */
    border-bottom: 4px solid #fff; /* Línea separadora abajo */
    padding: 30px 0; /* Espaciado vertical */
    margin: 30px 0; /* Separación del resto del contenido */
    box-sizing: border-box; /* Asegura que padding no afecte ancho */
    border-radius: 8px; /* Esquinas ligeramente redondeadas */
    background-color: #6fc2d0; /* Fondo suave para destacarlo */
  }

  /* Opcional: pequeño efecto al pasar el mouse */
  #dv-widget:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
}


/* ========================================
   ARREGLO EN MENU NAV 
   ======================================== */

/* EVITAR QUE EL MENU NAV SE POSICIONE POR DEBAJO DE LOS BOTONES ESCRIBENOS Y WHATSAPP */
.elementor-60158 .elementor-element.elementor-element-2488520f:not(.elementor-motion-effects-element-type-background), 
.elementor-60158 .elementor-element.elementor-element-2488520f > .elementor-motion-effects-container > .elementor-motion-effects-layer {
z-index:99;
}
