.elementor-737 .elementor-element.elementor-element-12b945c{--display:flex;}.elementor-737 .elementor-element.elementor-element-3be965c{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-3be965c */:root {
  --blue: #1b2f75;
  --red: #d41112;
  --text: #1e2433;
  --text-soft: #667085;
  --white: #ffffff;
  --bg: #f7f8fc;
  --line: rgba(27, 47, 117, 0.10);
  --shadow: 0 18px 40px rgba(21, 35, 82, 0.08);
  --radius-xl: 28px;
  --radius-lg: 20px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: var(--bg);
  color: var(--text);
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.spain-estate-clean {
  padding: 80px 20px;
}

.spain-estate-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

/* HERO */
.spain-estate-hero {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 48px;
}ttom: 48px;
}

.spain-estate-hero-text {
  max-width: 100%;
}

.spain-estate-label {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spain-estate-hero-text h1 {
  margin: 0 0 22px;
  font-size: 58px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--blue);
  font-weight: 800;
}

.spain-estate-hero-text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: var(--text-soft);
  max-width: 540px;
}

.spain-estate-hero-actions {
  margin-top: 30px;
}

.spain-estate-hero-image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 620px;
  background: var(--white);
}

.spain-estate-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

/* BUTTONS */
.spain-estate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.spain-estate-btn.primary,
.spain-estate-btn.secondary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(212, 17, 18, 0.22);
}

.spain-estate-btn.primary:hover,
.spain-estate-btn.secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(212, 17, 18, 0.30);
}

/* INTRO */
.spain-estate-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-bottom: 34px;
}

.spain-estate-intro-text {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 36px;
  box-shadow: var(--shadow);
}

.spain-estate-intro-text p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.95;
  color: var(--text-soft);
}

.spain-estate-intro-text p:last-child {
  margin-bottom: 0;
}

.spain-estate-intro-text .lead {
  color: var(--text);
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}

/* SECOND IMAGE */
.spain-estate-side-card {
  width: 100%;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}


/* VALUES */
.spain-estate-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 34px 0;
}

.spain-estate-value {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  box-shadow: var(--shadow);
}

.spain-estate-value strong {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 24px;
  font-weight: 800;
}

.spain-estate-value span {
  display: block;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.8;
}

/* STORY */
.spain-estate-story {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 38px;
  box-shadow: var(--shadow);
  margin-bottom: 34px;
}

.spain-estate-subtitle {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spain-estate-story-left h2 {
  margin: 0;
  color: var(--blue);
  font-size: 38px;
  line-height: 1.12;
  font-weight: 800;
}

.spain-estate-story-right p {
  margin: 0 0 16px;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.95;
}

.spain-estate-story-right p:last-child {
  margin-bottom: 0;
}

/* CTA */
.spain-estate-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: var(--blue);
  border-radius: var(--radius-xl);
  padding: 32px 34px;
  box-shadow: 0 18px 40px rgba(27, 47, 117, 0.18);
}

.spain-estate-cta-text span {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.spain-estate-cta-text h3 {
  margin: 0;
  color: var(--white);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .spain-estate-hero,
  .spain-estate-story {
    grid-template-columns: 1fr;
  }

  .spain-estate-hero-text h1 {
    font-size: 42px;
  }

  .spain-estate-values {
    grid-template-columns: 1fr;
  }

  .spain-estate-hero-image,
  .spain-estate-hero-image img {
    min-height: 420px;
  }

  .spain-estate-side-card img {
    height: 380px;
  }
}

@media (max-width: 768px) {
  .spain-estate-clean {
    padding: 50px 14px;
  }

  .spain-estate-hero {
    gap: 24px;
    margin-bottom: 36px;
  }

  .spain-estate-hero-text h1 {
    font-size: 32px;
  }

  .spain-estate-hero-text p {
    font-size: 16px;
    line-height: 1.75;
  }

  .spain-estate-intro-text,
  .spain-estate-story,
  .spain-estate-cta {
    padding: 24px;
  }

  .spain-estate-story-left h2 {
    font-size: 28px;
  }

  .spain-estate-side-card img {
    height: 260px;
  }

  .spain-estate-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .spain-estate-cta-text h3 {
    font-size: 24px;
  }

  .spain-estate-btn.secondary {
    width: 100%;
  }
}.spain-estate-intro-text h2 {
  color: #1b2f75;
}/* End custom CSS */