/* ==========================================
   Global Styles
========================================== */
body {
    background-color: #fff;
}
/*=====Bild oben====*/
.newhero-section {
  background: linear-gradient(to right, #ffffff 55%, rgba(255, 255, 255, 0.8) 65%, rgba(255, 255, 255, 0) 70%), 
              url('https://moovingo.de/storage/uploads/background_image_banner/1752830083687a10835a792.png') !important;
  background-size: contain !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}


.service-content {
    background-color: #004aad !important;
}



/* === BENEFITS SECTION – MODERNISIERT === */
h2.mb-1 .text-linear-primary {
  color: #004aad !important;
}




.benefits-section {
  background-color: #fff;
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
}

.benefits-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
  margin-bottom: 0.5rem;
}

.benefits-section .section-header .text-linear-primary {
  background: linear-gradient(to right, #005bbb, #ff7b00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefits-section .sub-title {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
  margin-bottom: 2rem;
}

.benefits-section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.benefits-section .col-lg-6 {
  flex: 0 1 calc(50% - 0.75rem);
  display: flex;
}

.benefits-section .card {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 5px;
  width: 100%;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefits-section .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.benefits-section .card-body {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.benefits-section .avatar-xxl {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: #fff0ea;
  border-radius: 50%;
  padding: 12px;
}

.benefits-section .avatar-xxl img {
  width: 100%;
  height: auto;
}

.benefits-section .card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #3b4a58;
  margin-bottom: 0.25rem;
}

.benefits-section .card-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

.benefits-section .btn-primary {
  background-color: #005bbb;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  margin-top: 2rem;
  transition: background-color 0.2s ease;
}

.benefits-section .btn-primary:hover {
  background-color: #004999;
}/* ==========================================
   Schritte Section: Layout & Hintergrund
========================================== */
.tree-steps-section {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 70px;    /* Abstand nach oben */
    padding-bottom: 60px; /* Abstand nach unten */
}

/* Hintergrundbild: Deutschlandkarte */
.tree-steps-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/assets/img/germanymap.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 80%;  /* 👈 Bild sitzt weiter unten */
    opacity: 0.3;
    z-index: 0;
}

/* Inhalt über dem Bild */
.tree-steps-section .container {
    position: relative;
    z-index: 1;
}

/* ==========================================
   Typografie
========================================== */

/* Schritt-Label (z. B. „Schritt 1“) */
.move-steps-list-step {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666;
    margin-bottom: 0.3rem;
    display: block;
}

/* Überschriften (z. B. „Auszugsort festlegen“) */
.tree-steps-section h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #003366;
    margin-bottom: 0.5rem;
}

/* Beschreibungstext unter den Schritten */
.tree-steps-section p,
.tree-steps-section .subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.7;
    color: #555;
}
/* =============================
   Vorteile-Section – optimiert
   ============================= */

.benefits-section {
  background-color: #f8fafd;
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
}

.benefits-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
}

.benefits-section .section-header .text-linear-primary {
  background: linear-gradient(to right, #0056b3, #ff6600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefits-section .section-header .sub-title {
  color: #888;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.benefits-section .card {
  background-color: #fff;
  border: 1px solid #e0e6ed;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  height: 100%;
}

.benefits-section .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.benefits-section .avatar.avatar-xxl {
  width: 64px;
  height: 64px;
  background-color: #e6f0ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.benefits-section .avatar img {
  width: 100%;
  height: auto;
}

.benefits-section .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #003366;
  margin-bottom: 0.3rem;
}

.benefits-section .card-text {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.benefits-section .btn {
  padding: 10px 24px;
  font-size: 1rem;
  border-radius: 6px;
  font-weight: 600;
}

/* Abstand zwischen den Karten */


@media (min-width: 992px) {
  .benefits-section .row > div {
    padding: 0 12px;
  }

  .benefits-section .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}