.bt-page-header { 
    display: none;
}
.es-widget-header-details-text {
    color: #ffffff!important;
}
.section-title {
    font-size: 45px;
    font-weight: 500;
    color: rgb(27 96 137);
    margin-bottom: 10px;
    letter-spacing: -0.047em;
}
.section-subtitle {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: -0.047em;
}
.bt-content-wrapper {
    padding: 0px 0;
    overflow-x: hidden;
}

/* =========================================================
   HERO FULL BLEED
   ========================================================= */

/* Reset scoped */
.rl-hero-wrap,
.rl-hero-wrap * {
  box-sizing: border-box !important;
}
.rl-hero-wrap,
.rl-hero-wrap * {
  margin: 0 !important;
  padding: 0 !important;
}

/* Full-bleed (sale del contenedor del tema) */
.rl-hero-wrap{
  position: relative !important;
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip !important;
}

/* Por si el tema limita iframes */
.rl-hero-wrap iframe,
.rl-hero-wrap iframe.rl-youtube-iframe{
  max-width: none !important;
}

/* Hero container */
.rl-intro-hero{
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100vh !important;
  height: 100svh !important;
  overflow: hidden !important;
  background: #000 !important;
}

/* Contenedor del video */
.rl-youtube-container{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  overflow: hidden !important;
}

/* VIDEO/IFRAME como background cover */
.rl-youtube-iframe{
  position: absolute !important;
  inset: 0 !important;            /* top/right/bottom/left = 0 */
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;   /* CLAVE: llena el hero y recorta lo que sobre */
  z-index: 1 !important;
  pointer-events: none !important;
  border: 0 !important;
  background-color: #000 !important;
}

/* Asegurar altura correcta también en móvil */
@media (max-width: 768px) {
  .rl-intro-hero,
  .rl-youtube-container {
    height: 100vh !important;
    height: 100svh !important;
  }
}

/* Overlay */
.rl-video-overlay{
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.55)) !important;
  z-index: 2 !important;
}

/* =========================================================
   HEADER CONTACT (Email + Phones con icono)
   ========================================================= */

.rl-header-info{
  position: absolute !important;
  top: 26px !important;
  left: 0 !important;
  width: 100% !important;
  padding: 0 40px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  z-index: 4 !important;
  gap: 14px !important;
}

/* Pill base con icono */
.rl-contact-pill{
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 1.05rem !important;
  background: rgba(0,0,0,.28) !important;
  padding: 8px 18px 8px 8px !important;
  border-radius: 999px !important;
  backdrop-filter: blur(6px) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  transition: all 0.25s ease !important;
  line-height: 1 !important;
}

.rl-contact-pill:hover{
  background: rgba(0,0,0,.45) !important;
  transform: translateY(-1px) !important;
}

/* Icon circle */
.rl-icon{
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.15) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.rl-icon svg{
  width: 18px !important;
  height: 18px !important;
  fill: #fff !important;
  display: block !important;
}

/* Stack phones vertically */
.rl-phone-stack{
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  align-items: flex-end !important;
}

/* (Compat) si aún usas rl-company-pill en algún lado */
.rl-company-pill{
  color: #fff !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  background: rgba(0, 0, 0, 0.28) !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  backdrop-filter: blur(6px) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* =========================================================
   MAIN CONTENT
   ========================================================= */

.rl-hero-content{
  position: relative !important;
  z-index: 3 !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  color: #fff !important;
  padding: 0 20px !important;
}

.rl-main-title{
  color: #fff !important;
  font-size: clamp(40px, 6vw, 90px) !important;
  font-weight: 500 !important;
  margin-bottom: 1px !important;
  letter-spacing: -0.047em;
  text-transform: capitalize !important;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.55) !important;
  line-height: 1.08 !important;
}

.rl-divider{
  width: 150px !important;
  height: 2px !important;
  background: rgba(255,255,255,.9) !important;
  margin: 0 auto 26px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.25) !important;
}

.rl-description{
  color: rgba(255,255,255,.92) !important;
  font-size: clamp(20px, 3vw, 41px) !important;
  margin: 0 auto 30px !important;
  line-height: 1.6 !important;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.35) !important;
  opacity: .95 !important;
}

.rl-cta-row{
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

.rl-cta-button{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 34px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  transition: all 0.25s ease !important;
  border: 2px solid rgba(255, 255, 255, 0.28) !important;
  backdrop-filter: blur(10px) !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  line-height: 1 !important;
}

.rl-cta-button:hover{
  background: rgba(255, 255, 255, 0.26) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,0.22) !important;
}

.rl-cta-secondary{
  background: rgba(0,0,0,0.18) !important;
}

/* =========================================================
   FALLBACK / OVERLAY / LOADING
   ========================================================= */

.rl-fallback-image{
  position: absolute !important;
  inset: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: 1 !important;
  display: none;
}

.rl-play-overlay{
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.45) !important;
  display: none;
  justify-content: center !important;
  align-items: center !important;
  z-index: 5 !important;
  cursor: pointer !important;
}

.rl-play-button{
  width: 86px !important;
  height: 86px !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 2.4rem !important;
  color: white !important;
  border: 3px solid rgba(255,255,255,.92) !important;
  transition: all 0.25s ease !important;
  line-height: 1 !important;
  user-select: none !important;
}

.rl-play-overlay:hover .rl-play-button{
  transform: scale(1.06) !important;
  background: rgba(255, 255, 255, 0.26) !important;
}

.rl-loading{
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  color: white !important;
  font-size: 1rem !important;
  z-index: 6 !important;
  background: rgba(0, 0, 0, 0.68) !important;
  padding: 14px 22px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  backdrop-filter: blur(6px) !important;
}

/* =========================================================
   SCROLL HIDDEN PARA CONTENEDOR ESPECÍFICO
   ========================================================= */
.bt-content-wrapper.px--safe {
    overflow: hidden !important;
    -ms-overflow-style: none !important;  /* IE y Edge */
    scrollbar-width: none !important;     /* Firefox */
}
.bt-content-wrapper.px--safe::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.tw-px-\[2rem\] {
     padding-left: 0rem!important; 
     padding-right: 0rem!important; 
     max-width: 500px!important;
}

/* Responsive hero header / textos en móvil */
@media (max-width: 768px){
  /* Header en una sola línea, mínimo alto */
  .rl-header-info{
    top: 0 !important;
    padding: calc(env(safe-area-inset-top, 0px) + 6px) 6px 0 6px !important;
    gap: 4px !important;
    align-items: center !important;
  }

  /* Phones en fila */
  .rl-phone-stack{
    flex-direction: row !important;
    gap: 4px !important;
  }

  /* Chips ultra compactos */
  .rl-contact-pill{
    font-size: 0.58rem !important;     
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    padding: 4px 6px 4px 4px !important;
    border-radius: 999px !important;
    background: rgba(0,0,0,.16) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    backdrop-filter: blur(2px) !important;
    white-space: nowrap !important;
  }

  /* Iconos mínimos pero legibles */
  .rl-icon{
    width: 20px !important;
    height: 20px !important;
  }
  .rl-icon svg{
    width: 11px !important;
    height: 11px !important;
  }

  /* Evita que el email domine */
  .rl-header-info > .rl-contact-pill{
    max-width: 36vw !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* Sube el contenido */
  .rl-hero-content{
    padding-top: 42px !important;
  }

  /* Título más compacto */
  .rl-main-title{
    font-size: clamp(26px, 7.5vw, 42px) !important;
    margin-bottom: 4px !important;
    line-height: 1.02 !important;
  }

  .rl-description{
    font-size: clamp(14px, 3.6vw, 16px) !important;
    line-height: 1.2 !important;
  }
}

/* ==========================================
   SECTION: Experience the East Cape Lifestyle
   ========================================== */

.rl-section{
  width: 100%;
}

/* Full-bleed como el hero (sale del contenedor del tema) */
.rl-lifestyle{
  max-width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* Layout */
.rl-lifestyle-inner{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 620px;
}

/* LEFT: media grid */
.rl-lifestyle-media{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 0px 0px 0px 0px;
  align-items: stretch;
      background: #ffffff00;
}

/* Image cards */
.rl-img-card{
  width: 100%;
  border-radius: 44px;
  overflow: hidden;
  background: #f3f3f3;
}

.rl-img-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* proportions like the example */
.rl-img-card--tall{ 
  height: 520px;  
  align-self: flex-start; 
  margin-top: 0;
}
.rl-img-card--short{ 
  height: 420px; 
  align-self: flex-end; 
  margin-bottom: 0;
}

/* RIGHT: copy block */
.rl-lifestyle-copy{
  background: linear-gradient(180deg, #0b3a5d 0%, #06253f 100%);
  color: #fff;
  padding: 78px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rl-lifestyle-copy h2{
  font-size: clamp(40px, 4vw, 55px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 20px 0;
  font-weight: 600;
  color:#ffff;
}

.rl-lifestyle-copy p{
  margin: 0 0 14px 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.65;
  opacity: 0.95;
}

/* Responsive lifestyle */
@media (min-width: 1025px){
  /* Izquierda: sin bordes arriba */
  .rl-img-card--tall{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }

  /* Derecha: sin bordes abajo */
  .rl-img-card--short{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
}

@media (max-width: 1024px){
  .rl-lifestyle-inner{
    grid-template-columns: 1fr;
  }
  .rl-img-card--tall,
  .rl-img-card--short{
    border-radius: 34px !important; 
  }
  .rl-lifestyle-media{
    padding: 44px 18px;
    gap: 14px;
	    background: #ffffff00;
  }

  .rl-img-card{ border-radius: 34px; }
  .rl-img-card--tall{ height: 360px; }
  .rl-img-card--short{ height: 320px; }

  .rl-lifestyle-copy{
    padding: 46px 22px;
  }

  .rl-lifestyle-copy p{
    max-width: none;
  }
}

@media (max-width: 520px){
  .rl-lifestyle-media{
    grid-template-columns: 1fr;
  }
  .rl-img-card--tall{ height: 320px; }
  .rl-img-card--short{ height: 280px; }
}

/* ==========================================
   TWO COLUMNS + BUTTON BELOW INSIDE RL-LIFESTYLE SECTION
   ========================================== */

.rl-two-columns-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 78px 40px 78px 40px;
    box-sizing: border-box;
}

.rl-two-columns-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 500px;
}

/* LEFT COLUMN - Content */
.rl-two-columns-content {
    text-align: left;
}

.rl-two-columns-title {
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 24px 0;
    color: #ffffff !important;
}

.rl-two-columns-description {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 30px 0;
    color: rgba(255, 255, 255, 0.95) !important;
    opacity: 0.95;
}

/* RIGHT COLUMN - Video Container */
.rl-two-columns-video-wrapper {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: #000;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}

.rl-two-columns-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* VIDEO BUTTON - Centered below columns */
.rl-video-button-container {
    text-align: center;

}

/* Botón completamente redondeado sin enlace */
.rl-video-button {
    display: inline-block;
    padding: 18px 45px;
    background: #ffffff;
    color: #0b3a5d !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 3px solid #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    min-width: 220px;
    font-family: inherit;
    outline: none;
}

.rl-video-button:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.rl-video-button:active {
    transform: translateY(-1px);
}

.rl-video-button:focus {
    outline: 2px solid #c3c1b2;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .rl-two-columns-container {
        max-width: 900px;
        padding: 60px 30px 30px 30px;
    }
    
    .rl-two-columns-grid {
        gap: 40px;
        min-height: auto;
    }
    
    .rl-video-button-container {
        margin-top: 50px;
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    .rl-two-columns-container {
        padding: 50px 20px 20px 20px;
    }
    
    .rl-two-columns-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .rl-two-columns-video-wrapper {
        order: -1;
    }
    
    .rl-two-columns-title {
        font-size: clamp(32px, 5vw, 40px);
    }
    
    .rl-two-columns-description {
        font-size: 16px;
    }
    
    .rl-video-button-container {
        margin-top: 40px;
        padding-top: 30px;
    }
    
    .rl-video-button {
        padding: 16px 35px;
        font-size: 14px;
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .rl-two-columns-container {
        padding: 40px 15px 15px 15px;
    }
    
    .rl-two-columns-video-wrapper {
        border-radius: 12px;
    }
    
    .rl-video-button {
        width: 100%;
        min-width: auto;
        text-align: center;
        padding: 14px 20px;
    }
}

/* ============================================
   GRID DE 4 COLUMNAS EN UNA FILA
   ============================================ */

/* CONTENEDOR PRINCIPAL */
.prop-grid-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
}

/* ENCABEZADO */
.prop-grid-header {
    margin-bottom: 50px;
}
.prop-grid-title {
    font-size: 42px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
}
.prop-grid-subtitle {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

/* 4 COLUMNAS EN UNA FILA */
.prop-grid-wrapper .grid.grid--flexCells {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 25px !important;
    width: 100% !important;
    overflow: visible !important;
}

/* (100% - (3 gaps de 25px)) / 4 = 25% - 18.75px */
.prop-grid-wrapper .grid.grid--flexCells .cell {
    flex: 0 0 calc(25% - 18.75px) !important;
    width: calc(25% - 18.75px) !important;
    max-width: calc(25% - 18.75px) !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
}

/* ESTILOS VISUALES DE LAS TARJETAS */
.prop-grid-wrapper .bt-listing-teaser {
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    background: white !important;
    border: 1px solid #eee !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}
.prop-grid-wrapper .bt-listing-teaser:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
}

/* IMAGEN Y OVERLAY DE PRECIO */
.prop-grid-wrapper .bt-listing-teaser__image-container {
    height: 200px !important;
    position: relative !important;
}
.prop-grid-wrapper .listing-card__image {
    height: 200px !important;
    background-size: cover !important;
    background-position: center !important;
}
.prop-grid-wrapper .listing-card__cover-overlay {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent) !important;
    padding: 15px 20px !important;
}
.prop-grid-wrapper .listing-card__price {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: white !important;
    margin: 0 !important;
}

/* ETIQUETA "NEW ON SITE" */
.prop-grid-wrapper .bt-sash--listing-card .bt-sash--new {
    background: #c3c1b2!important;
    color: #000 !important;
    border: none !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
}

/* INFORMACIÓN */
.prop-grid-wrapper .listing-card__info {
    padding: 20px !important;
    flex-grow: 1 !important;
}
.prop-grid-wrapper .listing-card__info .bt-text--block {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-bottom: 12px !important;
}

/* OCULTAR ELEMENTOS */
.prop-grid-wrapper .grid.grid--center.mb-16,
.prop-grid-wrapper .bt-listing-teaser__image-cta,
.prop-grid-wrapper .bt-listing__favorite-container,
.prop-grid-wrapper .bt-listing__slide-count-pill,
.prop-grid-wrapper .listing-card__disclaimer-wrapper {
    display: none !important;
}

/* BOTÓN "VIEW ALL" */
.prop-grid-view-all {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}
.prop-grid-view-all-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #0a588e!important;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.prop-grid-view-all-btn:hover {
    background: #333;
    color: #fff!important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* ============================================
   CARRUSEL RESPONSIVE
   ============================================ */
@media (max-width: 600px){
  /* Que el carrusel use todo el ancho disponible */
  .bt-card-slider.bt-listing-teaser--vertical-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  /* Cada tarjeta de listing al 100% del ancho */
  .bt-card-slider .bt-card-wrapper,
  .bt-card-slider .bt-listing-teaser {
    width: 100% !important;
    max-width: 100%;
  }

  /* Imagen: que no quede "aplastada" ni cortada raro */
  .bt-card-slider .bt-cover__wrapper.listing-card__image {
    background-size: cover;
    background-position: center;
    height: 220px;   /* ajusta este valor según lo que te guste */
  }

  /* Zona de los botones de navegación debajo del slide */
  .bt-card-slider__prev-next--below {
    text-align: center;
    padding-top: 10px;
  }

  /* Botones prev/next más compactos y centrados */
  .bt-card-slider__prev-next--below .flickity-prev-next-button {
    position: static !important;   /* que no se muevan raro */
    transform: none !important;
    display: inline-flex;
    width: 36px;
    height: 36px;
    margin: 0 6px;
  }

  /* Opcional: quitar fondo gris y dejar solo el borde */
  .bt-card-slider__prev-next--below .flickity-prev-next-button {
    background: transparent;
  }
}

/* ============================================
   FORMULARIO GETRESPONSE
   ============================================ */
.gr-form-section,
.gr-form-section .rl-lifestyle-inner,
.gr-form-section .rl-lifestyle-copy,
.gr-form-section .rl-lifestyle-media {
  max-width: 100%;
  overflow-x: hidden;
}
.gr-form-section .rl-lifestyle-media {
  display: block;
}
.gr-form-section .rl-form-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  display: flex;
    justify-content: center;
}
.gr-form-section getresponse-form {
  display: block;
  width: 100% !important;
  max-width: 100% !important;

}
@media (max-width: 768px) {
  .gr-form-section .rl-form-wrapper {
    max-height: none;      
    overflow-y: visible;   
    padding: 1rem 0;       
  }
}

/* RESPONSIVE - GRID 4→2→1 */
@media (max-width: 1024px) {
    .prop-grid-wrapper .grid.grid--flexCells {
        flex-wrap: wrap !important;
    }
    .prop-grid-wrapper .grid.grid--flexCells .cell {
        flex: 0 0 calc(50% - 12.5px) !important;
        width: calc(50% - 12.5px) !important;
        max-width: calc(50% - 12.5px) !important;
        margin-bottom: 25px !important;
    }
}

@media (max-width: 768px) {
    .prop-grid-wrapper .grid.grid--flexCells .cell {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .prop-grid-title {
        font-size: 32px !important;
    }
    .prop-grid-wrapper {
        padding: 40px 15px !important;
    }
}

/* ==========================================
   NEW: FAQ SECTION - WHITE BACKGROUND WITH BLUE TEXT
   ========================================== */

/* Contenedor principal del FAQ */
.rl-faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    box-sizing: border-box;
   background: #ffffff !important;
   /*  border-radius: 24px;*/
    text-align: center;
}

/* Título del FAQ - Azul */
.rl-faq-title {
    font-size: clamp(40px, 4vw, 55px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 24px 0;
    color: rgb(27 96 137) !important;
}

/* Descripción del FAQ - Azul */
.rl-faq-description {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 40px 0;
    color: rgb(27 96 137) !important;
    opacity: 0.95;
	text-align: center;
    /*max-width: 600px;
    margin-left: auto;
    margin-right: auto;*/
}

/* Botón de contacto - Azul con texto blanco */
.rl-contact-button {
    display: inline-block;
    padding: 18px 45px;
    background: rgb(27 96 137) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 3px solid rgb(27 96 137) !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 4px 15px rgba(27, 96, 137, 0.2);
    cursor: pointer;
    font-family: inherit;
    outline: none;
    position: relative;
}

.rl-contact-button:hover {
    background: transparent !important;
    color: rgb(27 96 137) !important;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 10px 25px rgba(27, 96, 137, 0.25);
}

.rl-contact-button:active {
    transform: translateY(-1px);
}

.rl-contact-button:focus {
    outline: 2px solid rgb(27 96 137);
}

/* Icono de contacto opcional */
.rl-contact-button::after {
    /*content: "✉";*/
    margin-left: 8px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.rl-contact-button:hover::after {
    transform: scale(1.1);
}

/* Versión alternativa del contenedor para usar dentro de rl-lifestyle-copy */
.rl-lifestyle-copy.rl-faq-version {
    background: #ffffff !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rl-lifestyle-copy.rl-faq-version .rl-faq-title,
.rl-lifestyle-copy.rl-faq-version .rl-faq-description {
    color: rgb(27 96 137) !important;
}

/* ==========================================
   FAQ ACCORDION - BLUE VERSION
   ========================================== */

/* Contenedor del acordeón */
.rl-faq-accordion {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* Elemento individual del acordeón */
.rl-faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 0;
    overflow: hidden;
}

.rl-faq-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* Botón/encabezado del acordeón */
.rl-faq-question {
    width: 100%;
    padding: 22px 0;
    text-align: left;
    background: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.3s ease;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.rl-faq-question:hover {
    color: #c3c1b2 !important;
}

.rl-faq-question.active {
    color: #c3c1b2 !important;
}

/* Ícono de más/menos */
.rl-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    margin-left: 20px;
    transition: transform 0.3s ease;
}

.rl-faq-icon::before,
.rl-faq-icon::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.rl-faq-icon::before {
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transform: translateY(-50%);
}

.rl-faq-icon::after {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
}

.rl-faq-question.active .rl-faq-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.rl-faq-question:hover .rl-faq-icon::before,
.rl-faq-question:hover .rl-faq-icon::after {
    background-color: #c3c1b2;
}

.rl-faq-question.active .rl-faq-icon::before {
    background-color: #c3c1b2;
}

/* Contenido del acordeón */
.rl-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.3s ease;
    padding: 0 20px;
}

.rl-faq-answer.active {
    max-height: 1000px; /* Aumentado para contenido largo */
    padding: 0 20px 25px 0;
}

.rl-faq-answer-content {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 16px;
    line-height: 1.7;
    padding-left: 40px;
}

.rl-faq-answer-content p {
    margin: 0 0 15px 0;
}

.rl-faq-answer-content p:last-child {
    margin-bottom: 0;
}

/* ==========================================
   FAQ ACCORDION 
   ========================================== */

.rl-faq-accordion-css {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* Ocultar el input checkbox */
.rl-faq-input {
    display: none !important;
    position: absolute;
    opacity: 0;
}

/* Estilo de cada item */
.rl-faq-item-css {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
}
.rl-faq-item-css:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* Estilo de la pregunta (label) */
.rl-faq-question-css {
    width: 100%;
    padding: 22px 0;
    text-align: left;
    background: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: inherit;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
    margin: 0 !important;
}
.rl-faq-question-css:hover {
    color: #c3c1b2  !important;
}

/* Ícono personalizado */
.rl-faq-icon-css {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    margin-left: 20px;
    transition: transform 0.3s ease;
}
.rl-faq-icon-css::before,
.rl-faq-icon-css::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    transition: all 0.3s ease;
}
.rl-faq-icon-css::before {
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transform: translateY(-50%);
}
.rl-faq-icon-css::after {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
}

/* CONTENIDO DE LA RESPUESTA - INICIALMENTE OCULTO */
.rl-faq-answer-css {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    padding: 0 20px;
}

/* MAGIA CSS: Cuando el checkbox está checked, mostrar la respuesta */
.rl-faq-input:checked ~ .rl-faq-answer-css {
    max-height: 500px; /* Ajusta según el contenido más largo */
    padding: 0 20px 25px 0;
}

/* Animación del ícono cuando está abierto */
.rl-faq-input:checked ~ .rl-faq-question-css .rl-faq-icon-css::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}
.rl-faq-input:checked ~ .rl-faq-question-css .rl-faq-icon-css::before {
    background-color: #c3c1b2;
}
.rl-faq-question-css:hover .rl-faq-icon-css::before,
.rl-faq-question-css:hover .rl-faq-icon-css::after {
    background-color: #c3c1b2;
}

/* El contenido de la respuesta usa las mismas clases anteriores */
.rl-faq-answer-content {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 16px;
    line-height: 1.7;
    padding-left: 40px;
}
.rl-faq-answer-content p {
    margin: 0 0 15px 0;
}

/* ==========================================
   INVEST WITH CONFIDENCE SECTION
   ========================================== */

/* Sección completa con imagen de fondo - ALTURA REDUCIDA */
.rl-invest-section {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
       background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px; /* Reducido de 500px */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px; /* Reducido de 80px */
}

/* Overlay para mejor legibilidad del texto */
.rl-invest-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(11, 58, 93, 0.85), rgba(6, 37, 63, 0.9));
    z-index: 1;
}

/* Contenedor del contenido (encima del overlay) */
.rl-invest-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

/* Título - TODO EN MAYÚSCULAS */
.rl-invest-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 20px 0; /* Reducido de 24px */
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-transform: uppercase; /* Todo en mayúsculas */
}

/* Texto - TODO EN MAYÚSCULAS */
.rl-invest-text {
    font-size: 16px; /* Reducido de 18px */
    line-height: 1.6; /* Reducido de 1.7 */
    color: rgba(255, 255, 255, 0.95) !important;
    max-width: 600px;
    margin: 0 auto;
    text-transform: uppercase; /* Todo en mayúsculas */
    letter-spacing: 0.5px; /* Mejor legibilidad en mayúsculas */
}

.rl-invest-text p {
    margin: 0 0 10px 0; /* Reducido de 15px */
}

.rl-invest-text p:last-child {
    margin-bottom: 0;
}

/* Texto strong - CURSIVA, NO AMARILLO */
.rl-invest-strong {
    font-weight: 700;
    font-size: 18px; /* Reducido de 20px */
    font-style: italic; /* Cursiva */
    color: rgba(255, 255, 255, 0.95) !important; /* Blanco, no amarillo */
    margin-top: 8px !important; /* Reducido de 10px */
}

/* ==========================================
   FAQ SCROLL CONTAINER
   ========================================== */

.rl-faq-scroll-container {
    width: 100%;
    max-height: 500px; /* Altura máxima antes de mostrar scroll */
    overflow-y: auto; /* Scroll vertical cuando sea necesario */
    padding-right: 10px; /* Espacio para el scrollbar */
    margin-top: 20px;
}

/* Estilos personalizados para el scrollbar */
.rl-faq-scroll-container::-webkit-scrollbar {
    width: 8px;
}

.rl-faq-scroll-container::-webkit-scrollbar-track {
    background: #f5f5f5; /* Fondo gris muy claro */
    border-radius: 4px;
}

.rl-faq-scroll-container::-webkit-scrollbar-thumb {
    background: #c3c1b2; /* Color gris claro solicitado */
    border-radius: 4px;
}

.rl-faq-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #a8a79b; /* Tono ligeramente más oscuro al pasar el mouse */
}

/* Para Firefox */
.rl-faq-scroll-container {
    scrollbar-width: thin;
    scrollbar-color: #c3c1b2 #f5f5f5;
}

/* Ajustar el acordeón dentro del contenedor */
.rl-faq-scroll-container .rl-faq-accordion-css {
    margin: 0;
    max-width: 100%;
}

/* ==========================================
   TESTIMONIALS+FORM & FAQ SECTIONS FULL WIDTH
   ========================================== */

/* Aplica full-bleed a las secciones TESTIMONIALS+FORM y FAQ */
.rl-section.rl-lifestyle.gr-form-section {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Asegura que el contenedor interior también use todo el ancho */
.rl-section.rl-lifestyle.gr-form-section .rl-lifestyle-inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Para la sección FAQ específicamente, ajusta el contenedor del acordeón */
.rl-faq-container {
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
	text-align: center !important;
}

/* Asegura que el embed de testimonios también ocupe todo el ancho */
.rl-lifestyle-copy .embedsocial-hashtag {
   /*  width: 100% !important;
    max-width: 100% !important;*/
	padding-left: 100px !important;
    padding-right: 100px !important;
}

/* Ajusta el formulario GetResponse para que use todo el ancho disponible */
.rl-form-wrapper getresponse-form {
    width: 100% !important;
    max-width: 100% !important;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .rl-faq-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 768px) {
    .rl-faq-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 480px) {
    .rl-faq-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .rl-faq-question-css {
        padding: 18px 0;
        font-size: 16px;
    }
    .rl-faq-answer-css {
        padding: 0 10px;
    }
    .rl-faq-input:checked ~ .rl-faq-answer-css {
        padding: 0 10px 20px 0;
    }
    .rl-faq-icon-css {
        width: 20px;
        height: 20px;
    }
    .rl-faq-answer-content {
        padding-left: 20px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .rl-faq-question-css {
        padding: 16px 0;
        font-size: 15px;
    }
    .rl-faq-answer-content {
        padding-left: 15px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .rl-invest-section {
        min-height: 250px; /* Reducido proporcionalmente */
        padding: 30px 15px; /* Reducido de 60px */
    }
    
    .rl-invest-title {
        font-size: clamp(28px, 5vw, 36px);
        margin-bottom: 15px; /* Reducido de 20px */
    }
    
    .rl-invest-text {
        font-size: 14px; /* Reducido de 16px */
    }
    
    .rl-invest-strong {
        font-size: 16px; /* Reducido de 18px */
    }
}

@media (max-width: 480px) {
    .rl-invest-section {
        min-height: 220px; /* Reducido de 350px */
        padding: 25px 15px; /* Reducido de 50px */
    }
}

/* Responsive: Ajustar altura en pantallas más pequeñas */
@media (max-width: 768px) {
    .rl-faq-scroll-container {
        max-height: 400px;
    }
}

@media (max-width: 480px) {
    .rl-faq-scroll-container {
        max-height: 350px;
    }
}