.elementor-534 .elementor-element.elementor-element-f1554e5{--display:flex;--min-height:90vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-534 .elementor-element.elementor-element-5e2f5ce{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-534 .elementor-element.elementor-element-dc2d93f{--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-534 .elementor-element.elementor-element-dc2d93f:not(.elementor-motion-effects-element-type-background), .elementor-534 .elementor-element.elementor-element-dc2d93f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-534 .elementor-element.elementor-element-e7577bd{width:100%;max-width:100%;margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-534 .elementor-element.elementor-element-f764805{--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-534 .elementor-element.elementor-element-b7752bc{width:100%;max-width:100%;}.elementor-534 .elementor-element.elementor-element-303711c{--display:flex;}.elementor-534 .elementor-element.elementor-element-2fa11f4{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:60px 10px;--row-gap:60px;--column-gap:10px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-534 .elementor-element.elementor-element-2fa11f4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-534 .elementor-element.elementor-element-1286a79{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-534 .elementor-element.elementor-element-b986f28{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:60px 10px;--row-gap:60px;--column-gap:10px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-534 .elementor-element.elementor-element-1e165d5{--display:flex;}@media(max-width:1024px){.elementor-534 .elementor-element.elementor-element-f1554e5{--min-height:92vh;--flex-wrap:wrap;}.elementor-534 .elementor-element.elementor-element-2fa11f4{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-534 .elementor-element.elementor-element-b986f28{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}}@media(max-width:767px){.elementor-534 .elementor-element.elementor-element-2fa11f4{--margin-top:20%;--margin-bottom:20%;--margin-left:0%;--margin-right:0%;}.elementor-534 .elementor-element.elementor-element-b986f28{--margin-top:20%;--margin-bottom:20%;--margin-left:0%;--margin-right:0%;}}@media(min-width:768px){.elementor-534 .elementor-element.elementor-element-2fa11f4{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-e7577bd */:root {
  --white: #FFFFFF;
  --black: #000000;
  --gold: #DBBA5B;
  --goldDark: #B08A3C;
  --text: #1A1A1A;
}

/* ==========================================
   HERO FULL WIDTH – ULTRA PREMIUM
========================================== */
.cityLuxuryHero {
    width: 100%;
    min-height: 85vh;
    display: grid;
    grid-template-columns: 55% 45%;
    background: var(--white);
    align-items: center;
    overflow: hidden;
    font-family: "Poppins", sans-serif !important;

    /* 💥 Margen simétrico a la derecha igual que el "gap" de la tarjeta */
    padding-right: 60px;
}

/* ==========================================
   IMAGE — FULL WALL
========================================== */
.cityLuxuryHero__image {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.cityLuxuryHero__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* ==========================================
   FLOATING LUXURY CARD
========================================== */
.cityLuxuryHero__card {
    background: var(--white);
    padding: 60px 70px;
    border-radius: 32px;

    /* 💥 Mantener espacio perfecto entre imagen y tarjeta */
    margin-left: 60px;

    box-shadow:
        0 35px 70px rgba(0,0,0,0.12),
        0 15px 35px rgba(0,0,0,0.08),
        0 4px 12px rgba(0,0,0,0.05);

    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp .7s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================
   TEXT
========================================== */
.cityLuxuryHero__card h2 {
    font-size: 46px;
    font-weight: 800;
    color: var(--gold);
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif !important;
}

.cityLuxuryHero__card p {
    font-size: 18px;
    line-height: 1.65;
    color: #333;
    max-width: 90%;
    margin-bottom: 35px;
    font-family: "Poppins", sans-serif !important;
}

/* ==========================================
   BUTTON WRAPPER
========================================== */
.cityLuxuryHero__buttons {
    display: flex;
    gap: 18px;
}

/* ==========================================
   BUTTONS – DELTA STYLE
========================================== */
.delta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  border: 1.5px solid #ffffff;
  background: #000000;
  color: #ffffff;
  transition: transform 0.15s ease,
              background 0.2s ease,
              color 0.2s ease,
              border-color 0.2s ease,
              box-shadow 0.15s ease;
}

.delta-btn:hover {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(0,0,0,0.4);
}

.delta-btn--primary-dark {
  border-color: var(--gold);
  background: #000000;
  color: #ffffff;
}

.delta-btn--primary-dark:hover {
  background: var(--gold);
  color: #000000;
  border-color: var(--gold);
}

.delta-btn--primary-dark.is-select {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1280px) {
    .cityLuxuryHero {
        padding-right: 50px;
    }
    .cityLuxuryHero__card {
        margin-left: 50px;
    }
}

@media (max-width: 1024px) {
    .cityLuxuryHero {
        grid-template-columns: 1fr 1fr;
        padding-right: 40px;
    }
    .cityLuxuryHero__card {
        margin-left: 40px;
        padding: 50px;
    }
}

@media (max-width: 900px) {
    .cityLuxuryHero {
        grid-template-columns: 1fr;
        padding-right: 0;
    }
    .cityLuxuryHero__card {
        margin-left: auto;
        margin-right: auto;
        margin-top: -40px;
        width: 88%;
        padding: 45px;
    }
}

@media (max-width: 600px) {
    .cityLuxuryHero__card {
        width: 92%;
        padding: 40px;
    }
    .cityLuxuryHero__card h2 {
        font-size: 34px;
    }
    .cityLuxuryHero__card p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .cityLuxuryHero__card {
        width: 94%;
        padding: 35px;
    }
    .cityLuxuryHero__buttons {
        flex-direction: column;
        gap: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7752bc *//* ======================================================
   FULL WRAPPER – MODERNO PREMIUM
====================================================== */


.deltaFAQ_block {
  width: 100%;
  padding: 80px 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  background: #fff;
}

/* Direcciones alternadas */
.alt-right { flex-direction: row; }
.alt-left  { flex-direction: row-reverse; }

/* ======================================================
   TITULO + DESCRIPCIÓN
====================================================== */
.deltaFAQ_content {
  flex: 1;
  max-width: 600px;
  text-align: center;
}

.deltaFAQ_title {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 15px;
}

.deltaFAQ_desc {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* ======================================================
   IMAGE – PREMIUM
====================================================== */
.deltaFAQ_imageWrap {
  flex: 1;
  max-width: 650px;
  height: 360px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.deltaFAQ_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ======================================================
   FAQ ITEMS – NUEVO ESTILO PREMIUM
====================================================== */
.deltaFAQ_accordion {
  width: 100%;
}

.deltaFAQ_item {
  background: radial-gradient(circle at top, rgba(219,186,91,0.08), #ffffff);
  border-radius: 16px;
  border: 1px solid rgba(219,186,91,0.45);
  margin-bottom: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.10);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.deltaFAQ_item:hover {
  transform: translateY(-3px);
  background: radial-gradient(circle at top, rgba(219,186,91,0.17), #ffffff);
  box-shadow: 0 16px 32px rgba(0,0,0,0.15);
}

/* ===========================
   🔥 HOVER — TEXTO BLANCO
   =========================== */

/* Cuando pasas el mouse por encima del FAQ_item */
.deltaFAQ_item:hover .deltaFAQ_question,
.deltaFAQ_item:hover .deltaFAQ_question span,
.deltaFAQ_item:hover .deltaFAQ_question * {
  color: #ffffff !important;
}

.deltaFAQ_item:hover .deltaFAQ_icon {
  color: #ffffff !important;
}

/* El texto de la respuesta NO cambia en hover, solo al abrir */

/* ======================================================
   QUESTION BUTTON
====================================================== */
.deltaFAQ_question {
  width: 100%;
  border: none;
  padding: 22px 26px;
  background: transparent;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

/* ICONO → FLECHA DORADA (NO CÍRCULO) */
.deltaFAQ_icon {
  color: #DBBA5B !important;
  font-size: 22px;
  transition: transform .35s ease;
}

/* ROTACIÓN CUANDO ABRE */
.deltaFAQ_item.active .deltaFAQ_icon {
  transform: rotate(90deg);
}

/* ======================================================
   ANSWER PANEL
====================================================== */
.deltaFAQ_answer {
  max-height: 0;
  overflow: hidden;
  background: #fafafa;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 26px;
}

.deltaFAQ_answer p {
  padding: 15px 0 22px;
  margin: 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.65;
  color: #333;
}

/* Estado activo */
.deltaFAQ_item.active .deltaFAQ_answer {
  max-height: 300px;
  padding-bottom: 22px;
}



/* ======================================================
   RESPONSIVE
====================================================== */
@media (max-width: 992px) {

  .deltaFAQ_block {
    padding: 60px 5%;
    flex-direction: column;
    gap: 45px;
  }

  .deltaFAQ_title { font-size: 36px; }

  .deltaFAQ_desc { font-size: 16px; }

  .deltaFAQ_imageWrap {
    max-width: 100%;
    height: 300px;
  }
}

@media (max-width: 600px) {

  .deltaFAQ_title { font-size: 30px; }

  .deltaFAQ_question {
    font-size: 16px;
    padding: 18px 20px;
  }

  .deltaFAQ_answer p {
    font-size: 15px;
  }
}/* End custom CSS */