.elementor-572 .elementor-element.elementor-element-a524e7a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ef630a3 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
  --blue: #1b2f75;
  --blue-soft: #edf2ff;
  --blue-text: #4f6198;
  --white: #ffffff;
  --border: rgba(27, 47, 117, 0.12);
  --shadow: 0 16px 38px rgba(27, 47, 117, 0.10);
  --shadow-soft: 0 10px 24px rgba(27, 47, 117, 0.06);

  --hypotheek-color: #09b4d8;
  --aankoop-color: #e50050;
  --verkoop-color: #d41112;
  --realestate-color: #d41112;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--blue);
  background: var(--white);
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1200px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.section-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--blue);
}

.section-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-head h2 {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.15;
  color: var(--blue);
}

.section-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
  color: var(--blue-text);
}

/* Hero */
.about-hero {
  padding: 90px 0 70px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.about-hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.08;
  color: var(--blue);
  max-width: 12ch;
}

.about-hero-copy p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.85;
  color: var(--blue-text);
  max-width: 62ch;
}

.about-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.about-stat {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow-soft);
}

.about-stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: var(--blue-text);
}

.about-stat span {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue);
}

.about-hero-photo-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 14px;
  box-shadow: var(--shadow);
  overflow: hidden;
  min-height: 420px;
}

.about-hero-photo {
  width: 100%;
  height: 100%;
  min-height: 392px;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
}

/* Story */
.about-story {
  padding: 88px 0;
  background: var(--white);
}

.story-head-left {
  max-width: 760px;
  margin: 0 0 44px;
  text-align: left;
}

.story-head-left h2 {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.15;
  color: var(--blue);
}

.story-head-left p {
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
  color: var(--blue-text);
}

.timeline {
  position: relative;
  display: grid;
  gap: 28px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 95px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(27, 47, 117, 0.14);
}

.timeline-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 26px;
  position: relative;
}

.timeline-year {
  position: relative;
  z-index: 2;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 800;
}

.timeline-content {
  background: #f5f8ff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 26px 28px;
}

.timeline-content h3 {
  margin: 0 0 10px;
  font-size: 26px;
  color: var(--blue);
}

.timeline-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: var(--blue-text);
}

/* Team */
.about-team {
  padding: 88px 0;
  background: #f5f8ff;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.team-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 26px;
  box-shadow: var(--shadow-soft);
}

.team-grid .team-card:last-child {
  grid-column: 1 / 2;
}

.team-photo {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  margin-bottom: 20px;
}

.team-card h3 {
  margin: 0 0 8px;
  font-size: 26px;
  color: var(--blue);
}

.team-role {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-text);
}

.team-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--blue-text);
}

/* Services */
.about-services {
  padding: 88px 0;
  background: var(--white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 30px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  height: 100%;
  border-radius: 22px 0 0 22px;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
  color: var(--blue);
}

.service-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: var(--blue-text);
}

.service-hypotheek {
  background: linear-gradient(180deg, rgba(9, 180, 216, 0.06) 0%, #ffffff 100%);
}

.service-hypotheek::before {
  background: var(--hypotheek-color);
}

.service-aankoop {
  background: linear-gradient(180deg, rgba(229, 0, 80, 0.06) 0%, #ffffff 100%);
}

.service-aankoop::before {
  background: var(--aankoop-color);
}

.service-verkoop {
  background: linear-gradient(180deg, rgba(212, 17, 18, 0.06) 0%, #ffffff 100%);
}

.service-verkoop::before {
  background: var(--verkoop-color);
}

.service-real-estate {
  background: linear-gradient(180deg, rgba(212, 17, 18, 0.06) 0%, #ffffff 100%);
}

.service-real-estate::before {
  background: var(--realestate-color);
}

/* Reviews */
.about-reviews {
  padding: 88px 0;
  background: #f5f8ff;
}

.about-reviews-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: center;
}

.about-reviews-copy h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.15;
  color: var(--blue);
}

.about-reviews-copy p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.85;
  color: var(--blue-text);
}

.about-reviews-copy p:last-child {
  margin-bottom: 0;
}

.review-photo-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 14px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.review-photo-card img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 20px;
}

/* CTA */
.about-cta {
  padding: 88px 0 100px;
  background: var(--white);
}

.about-cta-box {
  background: var(--blue);
  border-radius: 28px;
  padding: 56px 42px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(27, 47, 117, 0.16);
}

.about-cta-box .section-label,
.about-cta-box h2,
.about-cta-box p {
  color: #ffffff;
}

.about-cta-box h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.15;
}

.about-cta-box p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.85;
  opacity: 0.94;
}

.about-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.2s ease;
}

.about-btn.primary {
  background: #ffffff;
  color: var(--blue);
}

.about-btn.primary:hover {
  transform: translateY(-2px);
  background: #f1f5ff;
}

/* Responsive */
@media (max-width: 991px) {
  .about-hero-grid,
  .about-reviews-grid {
    grid-template-columns: 1fr;
  }

  .team-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .team-grid .team-card:last-child {
    grid-column: auto;
  }

  .about-hero-copy h1 {
    max-width: 14ch;
  }

  .section-head h2,
  .story-head-left h2,
  .about-reviews-copy h2,
  .about-cta-box h2 {
    font-size: 34px;
  }

  .timeline::before {
    left: 43px;
  }

  .timeline-item {
    grid-template-columns: 90px 1fr;
  }

  .timeline-year {
    width: 72px;
    height: 72px;
    font-size: 16px;
  }

  .about-hero-photo-card {
    min-height: 340px;
  }

  .about-hero-photo {
    min-height: 312px;
  }
}

@media (max-width: 640px) {
  .about-hero,
  .about-story,
  .about-team,
  .about-services,
  .about-reviews,
  .about-cta {
    padding: 70px 0;
  }

  .about-hero-copy h1,
  .section-head h2,
  .story-head-left h2,
  .about-reviews-copy h2,
  .about-cta-box h2 {
    font-size: 28px;
  }

  .about-hero-copy p,
  .story-head-left p,
  .section-head p,
  .about-reviews-copy p,
  .about-cta-box p {
    font-size: 15px;
  }

  .about-hero-stats {
    grid-template-columns: 1fr;
  }

  .about-hero-photo-card {
    min-height: 260px;
    padding: 10px;
  }

  .about-hero-photo {
    min-height: 240px;
    border-radius: 16px;
  }

  .team-photo {
    height: 200px;
  }

  .team-card,
  .service-card,
  .review-photo-card {
    padding: 24px;
  }

  .about-cta-box {
    padding: 40px 24px;
  }

  .about-cta-buttons {
    flex-direction: column;
  }

  .about-btn {
    width: 100%;
  }

  .timeline::before {
    display: none;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .timeline-year {
    width: 64px;
    height: 64px;
    font-size: 15px;
  }

  .timeline-content {
    padding: 22px;
  }

  .timeline-content h3 {
    font-size: 24px;
  }
}/* End custom CSS */