.elementor-104 .elementor-element.elementor-element-11359c2{--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-104 .elementor-element.elementor-element-2cdf2a5{--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-feba03c *//* === HERO BANNER === */
.hero-banner {
  background: linear-gradient(to right, rgba(28,28,28,0.75) 0%, rgba(28,28,28,0.50) 60%, rgba(28,28,28,0.35) 100%),
              url('/wp-content/uploads/2026/04/mark-kats-oj1zW_PNI4k-unsplash-scaled.jpg') center/cover no-repeat;
  color: #FFFFFF;
  padding: calc(90px + 5rem) 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  margin-top: -40px;
}

.hero-banner-content {
  position: relative;
  z-index: 1;
}

.hero-banner h1 {
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.hero-banner p {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

/* === STATS === */
.stats-section {
  background: linear-gradient(135deg, #B5452A 0%, #D4593A 100%);
  color: #FFFFFF;
  padding: 4rem 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.stat-item h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.stat-item p {
  font-size: 0.95rem;
  opacity: 0.9;
}

/* === CTA === */
.cta-section {
  background: #F8F9FA;
  text-align: center;
  padding: 4rem 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.cta-section h2 {
  font-family: 'Montserrat', sans-serif;
  color: #1C1C1C;
  margin-bottom: 1rem;
}

.cta-section p {
  margin-bottom: 2rem;
  font-size: 1.05rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #4A4A4A;
}

.btn-primary {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #B5452A;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn-primary:hover {
  background: #D4593A;
  transform: translateY(-2px);
}

/* === CTA FLOTTANT MOBILE === */
.floating-cta {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #B5452A;
  color: #FFFFFF;
  text-align: center;
  padding: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.floating-cta:hover {
  background: #D4593A;
}

/* === RESPONSIVE === */
@media (min-width: 768px) {
  .hero-banner h1 { font-size: 2.8rem; }

  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }

  .stat-item h3 { font-size: 2rem; }

  .floating-cta { display: none; }
}

@media (min-width: 1024px) {
  .stats-section,
  .cta-section {
    padding: 6rem 0;
  }

  .stat-item h3 { font-size: 2.8rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97819b0 */.ebc-realisations {
  margin-bottom: 4rem;
}
/* === STATS === */
.stats-section {
  background: linear-gradient(135deg, #B5452A 0%, #D4593A 100%);
  color: #FFFFFF;
  padding: 4rem 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.stat-item h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.stat-item p {
  font-size: 0.95rem;
  opacity: 0.9;
}
/* === CTA === */
.cta-section {
  background: #F8F9FA;
  text-align: center;
  padding: 4rem 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.cta-section h2 {
  font-family: 'Montserrat', sans-serif;
  color: #1C1C1C;
  margin-bottom: 1rem;
}

.cta-section p {
  margin-bottom: 2rem;
  font-size: 1.05rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #4A4A4A;
}

.btn-primary {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #B5452A;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn-primary:hover {
  background: #D4593A;
  transform: translateY(-2px);
}

/* === CTA FLOTTANT MOBILE === */
.floating-cta {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #B5452A;
  color: #FFFFFF;
  text-align: center;
  padding: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.floating-cta:hover {
  background: #D4593A;
}

/* === RESPONSIVE === */
@media (min-width: 768px) {
  .hero-banner h1 { font-size: 2.8rem; }

  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }

  .stat-item h3 { font-size: 2rem; }

  .floating-cta { display: none; }
}

@media (min-width: 1024px) {
  .stats-section,
  .cta-section {
    padding: 6rem 0;
  }

  .stat-item h3 { font-size: 2.8rem; }
}/* End custom CSS */