.elementor-18153 .elementor-element.elementor-element-810150e{--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;}/* Start custom CSS for html, class: .elementor-element-d91d2ca *//* =========================================================
   Andalusia Real – GDPR Page (Responsive, no-Elementor CSS)
   Scope: .ar-gdpr (safe for whole website)
   NOTE: Hero title can be H2 (styled as headline)
   ========================================================= */

.ar-gdpr{
  --bg: #0b3b43;
  --bg2:#0f5661;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --line: rgba(15, 23, 42, .12);
  --accent:#17b0b5;
  --accent2:#0ea5a8;
  --white: #ffffff;

  color: var(--text);
  font-family: inherit;
}

/* Prevent theme/elementor global typography from breaking this block */
.ar-gdpr, .ar-gdpr *{
  box-sizing: border-box;
}
.ar-gdpr h1, .ar-gdpr h2, .ar-gdpr h3, .ar-gdpr h4,
.ar-gdpr p, .ar-gdpr li, .ar-gdpr a{
  font-family: inherit;
}

/* Links */
.ar-gdpr a{
  color: var(--accent2);
  text-decoration: none;
}
.ar-gdpr a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =========================================================
   HERO
   ========================================================= */
.ar-gdpr__hero{
  background:
    radial-gradient(1200px 800px at 15% 20%, rgba(23,176,181,.35), transparent 50%),
    linear-gradient(135deg, var(--bg), var(--bg2));
  padding: clamp(28px, 4vw, 56px) 0;
}

.ar-gdpr__heroInner{
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  color: var(--white);
  position: relative;
}

/* Optional subtle glass panel under hero content (better readability) */
.ar-gdpr__heroInner::before{
  content:"";
  position:absolute;
  inset: -10px -10px -16px -10px;
  background: rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 0;
}
.ar-gdpr__heroInner > *{
  position: relative;
  z-index: 1;
}

.ar-gdpr__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 12px;
  color: #fff;
}

/* Title is styled as big headline EVEN if it's an H2 */
.ar-gdpr__title{
  margin: 14px 0 8px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  font-weight: 900;
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
  max-width: 26ch;
  letter-spacing: -0.02em;
}

/* If you wrap the smaller part in <span> */
.ar-gdpr__title span{
  display: inline;
  color: rgba(255,255,255,.90) !important;
  font-weight: 600;
}

.ar-gdpr__subtitle{
  margin: 0;
  max-width: 78ch;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.55;
  color: rgba(255,255,255,.92) !important;
}

.ar-gdpr__subtitle a{
  color: #bff7ff !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ar-gdpr__quick{
  margin-top: 18px;
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Buttons */
.ar-gdpr__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(23,176,181,.95), rgba(14,165,168,.95));
  color:#fff !important;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  transition: transform .15s ease, filter .15s ease;
}
.ar-gdpr__btn:hover{
  text-decoration:none;
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.ar-gdpr__btn--ghost{
  background: rgba(255,255,255,.14) !important;
  color:#fff !important;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.22) !important;
}

/* =========================================================
   WRAP & GRID
   ========================================================= */
.ar-gdpr__wrap{
  width: min(1100px, calc(100% - 32px));
  margin: -22px auto 40px;
}

.ar-gdpr__grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
}

/* Cards */
.ar-gdpr__card{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(2,6,23,.06);
}

.ar-gdpr__card--soft{
  background: linear-gradient(180deg, #fff, rgba(23,176,181,.06));
}

/* Headings in content */
.ar-gdpr__h2{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: var(--text);
}

.ar-gdpr__h3{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
  color: var(--text);
}

/* Text */
.ar-gdpr__lead{
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.7;
}

.ar-gdpr__note{
  margin-top: 12px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(14,165,168,.08);
  border: 1px solid rgba(14,165,168,.18);
  color: #0b3b43;
  line-height: 1.65;
}

.ar-gdpr__note--strong{
  background: rgba(2,132,199,.08);
  border-color: rgba(2,132,199,.18);
  color: #0f172a;
}

/* =========================================================
   CONTACT BLOCK
   ========================================================= */
.ar-gdpr__contact{
  display:flex;
  flex-direction: column;
  gap: 10px;
}

.ar-gdpr__contactRow{
  display:flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
}

.ar-gdpr__contactRow span{
  color: var(--muted);
  font-weight: 700;
}

.ar-gdpr__contactRow a{
  font-weight: 900;
}

/* Logo box */
.ar-gdpr__logo{
  margin-top: 14px;
  padding: 12px;
  border-radius: 14px;
  border: 1px dashed var(--line);
  background: rgba(2,6,23,.02);
}
.ar-gdpr__logo img{
  max-width: 100%;
  height: auto;
  display:block;
  border-radius: 10px;
}

/* =========================================================
   SECTIONS
   ========================================================= */
.ar-gdpr__section{
  margin-top: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(2,6,23,.05);
}

/* Paragraphs inside sections */
.ar-gdpr__section p{
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.75;
}
.ar-gdpr__section p:last-child{
  margin-bottom: 0;
}

/* Bullets */
.ar-gdpr__list{
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}
.ar-gdpr__list li{
  margin: 6px 0;
}

/* 3-column bullet cards (purpose) */
.ar-gdpr__bullets{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.ar-gdpr__bullet{
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(180deg, #fff, rgba(14,165,168,.05));
}
.ar-gdpr__bullet p{
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

/* 2-column blocks */
.ar-gdpr__cols{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

/* Chips */
.ar-gdpr__chips{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.ar-gdpr__chip{
  display:inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(14,165,168,.22);
  background: rgba(14,165,168,.08);
  font-weight: 800;
  color: #0b3b43;
  font-size: 13px;
}

/* =========================================================
   TABLE
   ========================================================= */
.ar-gdpr__tableWrap{
  margin-top: 12px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.ar-gdpr__table{
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.ar-gdpr__table thead th{
  text-align: left;
  background: rgba(15,86,97,.08);
  color: #0b3b43;
  padding: 12px 12px;
  font-weight: 900;
}

.ar-gdpr__table tbody td{
  padding: 12px 12px;
  vertical-align: top;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

/* Responsive table (mobile-friendly) */
@media (max-width: 640px){
  .ar-gdpr__table, .ar-gdpr__table thead, .ar-gdpr__table tbody, .ar-gdpr__table th, .ar-gdpr__table td, .ar-gdpr__table tr{
    display:block;
    width:100%;
  }
  .ar-gdpr__table thead{
    display:none;
  }
  .ar-gdpr__table tbody tr{
    border-top: 1px solid var(--line);
    padding: 10px 12px;
    background: #fff;
  }
  .ar-gdpr__table tbody td{
    border: 0;
    padding: 6px 0;
  }
}

/* =========================================================
   FOOTER
   ========================================================= */
.ar-gdpr__footer{
  margin-top: 18px;
  padding: 14px 0 0;
}

.ar-gdpr__footerInner{
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(2,6,23,.02);
  color: var(--muted);
}

.ar-gdpr__footerLinks{
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ar-gdpr__footerLinks a{
  font-weight: 800;
}

/* =========================================================
   RESPONSIVE (layout)
   ========================================================= */
@media (max-width: 980px){
  .ar-gdpr__grid{
    grid-template-columns: 1fr;
  }
  .ar-gdpr__bullets{
    grid-template-columns: 1fr;
  }
  .ar-gdpr__cols{
    grid-template-columns: 1fr;
  }
  .ar-gdpr__title{
    max-width: 100%;
  }
}

@media (max-width: 640px){
  .ar-gdpr__wrap{
    width: calc(100% - 20px);
  }
  .ar-gdpr__heroInner{
    width: calc(100% - 20px);
  }
  .ar-gdpr__contactRow{
    flex-direction: column;
    align-items:flex-start;
  }
  .ar-gdpr__quick{
    gap: 8px;
  }
  .ar-gdpr__btn{
    padding: 10px 12px;
    border-radius: 12px;
  }
}

@media (max-width: 520px){
  .ar-gdpr__title{
    font-size: 28px !important;
    line-height: 1.08;
  }
  .ar-gdpr__subtitle{
    font-size: 14px;
  }
}

/* =========================================================
   Safety: force hero text visible even if theme sets dark H2
   ========================================================= */
.ar-gdpr__hero .ar-gdpr__heroInner,
.ar-gdpr__hero .ar-gdpr__heroInner *{
  color: #fff;
}
.ar-gdpr__hero .ar-gdpr__title{
  color: #fff !important;
}/* End custom CSS */