:root {
    --medical-orange: #ff5722;
    --swiper-theme-color: #df377c !important;
}
html,
body {
    overflow-x: clip;
    max-width: 100%;
/*    --bs-body-font-family: "Ubuntu", sans-serif !important;
    --bs-font-sans-serif: "Ubuntu", sans-serif !important;*/
}

.logo
{height:30px;width:auto;}

@media (max-width: 767px)
{
    .logo {height:20px}
}

/* --- Spacing --- */
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

/* p-section (stacking layers) needs slightly smaller padding to look good */
@media (max-width: 1600px) {
    section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

/* --- Typography --- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
}

h1 {
    font-size: 2.5rem !important;
    font-weight: 300 !important;
}

h2 {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}

h3 {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
}

h4 {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
}

a,
.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item .nav-link.active {
    color: rgb(231 59 36) !important;
    opacity: 1;
}

.btn {
    border-radius: 0px !important;
}

.buy-theme {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    position: fixed;
    top: 130px;
    right: -125px;
    background: #e03978;
    z-index: 1000;
    z-index: 10
}

    .buy-theme i {
        font-size: 20px;
        vertical-align: middle;
        position: relative;
        top: -1px;
        color: #ffffff
    }

.call i {
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #ffffff
}

.buy-theme:hover, .call:hover {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    right: 0px;
    background: #e03978
}

.call:hover {
    background: #ee5d46
}

.buy-theme span, .call span {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 0
}

.buy-theme:hover span, .call:hover span {
    opacity: 1;
    color: #fff
}

.buy-theme:hover i, .call:hover i {
    color: #fff
}

.buy-theme a, .call a {
    color: #232323;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    font-weight: 500
}

.call {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    position: fixed;
    top: 190px;
    right: -78px;
    background: #ee5d46;
    z-index: 1000;
    z-index: 10
}


.navbar .navbar-nav .nav-link {
    font-size: 20px;
    padding: 15px 20px
}
.fw-light {
  font-weight: 300;
}

.fw-bold {
  font-weight: 500;
}

/* --- Hero --- */
/* HERO SECTION */
.hero-section {
  position: relative;
  overflow: hidden;
}

/* BACKGROUND CAROUSEL */
.hero-bg-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* SLIDES */
.hero-bg-slide {
  position: absolute;
  inset: 0;
  /* Full bleed again */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

/* Inset Overlay Frame */
.hero-bg-slide::before {
  content: "";
  position: absolute;
  /* The "inset" feel */
  backdrop-filter: blur(2px);
  pointer-events: none;
  z-index: 1;
}

/* ACTIVE SLIDE */
.hero-bg-slide.active {
  opacity: 1;
}

/* CONTENT ABOVE CAROUSEL */
.hero-section .container {
  position: relative;
  z-index: 2;
}

/* DOTS */
.hero-carousel-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}

/* SINGLE DOT */
.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: 0.3s;
}

/* ACTIVE DOT */
.hero-dot.active {
  background: #ffffff;
}

/* Value Prop Section  */
/* .anime-element{
  opacity: 0;
} */

.flow-heading {
  min-height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

.purple-box {
    height: 150px;
    color: #50248c !important;
    font-weight: 700;
    width: 365px;
    background-color: #fff;
    border-radius: unset !important;
}

.arrow {
    margin: 40px auto;
    width: 2px;
    height: 80px;
    background-color: #fff;
    position: relative;
    overflow: visible;
}

    .arrow::after {
        content: "";
        position: absolute;
        bottom: -14px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 16px solid #fff;
    }

/* =====================================================
           ANALYSIS SECTION
        ===================================================== */

.analysis-item {
  text-align: center;
  border:1px solid #fff;
}

.analysis-title {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 30px;
}

.analysis-box {
    width: 100%;
    max-width: 300px;
    height: 170px;
    margin: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.analysis-text {
    font-size: 22px;
    line-height: 1.35;
    color: #b13357;
}

.ai-icon {
  width: 100px;
  height: 100px;
}

/* =====================================================
           BIG CENTER ARROW
        ===================================================== */

.big-arrow-wrap {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.big-arrow {
  width: 4px;
  height: 90px;
  background: #fff;
  position: relative;
}

.big-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 22px solid #fff;
}

/* =====================================================
           BENEFITS
        ===================================================== */

.benefit-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}

/* --- Footer --- */
.bg-dark-blue {
  background-color: #252734 !important;
}

.footer-links a:hover {
  color: #fff !important;
  opacity: 1;
}

.social-icon-circle {
  width: 45px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.social-icon-circle:hover {
  background-color: #fff;
  color: #252734 !important;
  border-color: #fff;
  transform: translateY(-3px);
}

.benefit-box {
  width: 100%;
  min-height: 155px;
  flex-grow: 1;
  background: #fff;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.benefit-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.benefit-text {
    font-size: 16px;
    line-height: 1.35;
    color: #e83b23;
}

.check-icon {
    margin-bottom: 18px;
}

    .check-icon img {
        width: 28px;
        height: auto;
    }

.check svg {
  width: 36px;
  height: 36px;
}

/* Stick Badge Section */

.sticky-badge {
  position: fixed;
  right: 0;
  top: 26%;
  transform: translateY(-48%);
  width: 60px;
  height: 190px;
  background-color: rgba(222, 226, 230, 0.95);
  backdrop-filter: blur(5px);
  border-radius: 10px 0 0 10px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;

  box-shadow: -2px 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  cursor: pointer;
  z-index: 9999;
  /* Float above all other scroll layers */
}

.nav-item.active .nav-link {
  opacity: 1 !important;
}
.navbar .navbar-nav .menu-link {
    font-size: 20px !important;
}

.navbar .navbar-nav .menu-link {
    color: #6c757d !important;
}

.nav-item.active .menu-link {
    color: #f9423a !important;
    font-weight: 600;
}

.navbar .navbar-nav .nav-item:hover .menu-link {
    opacity: 1 !important;
}

.nav-item:hover .menu-link {
    color: #f9423a !important;
    font-weight: 600;
}
.buy-theme {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    position: fixed;
    top: 130px;
    right: -195px;
    background: #e03978;
    z-index: 1000;
    z-index: 99;
}

    .buy-theme i {
        font-size: 20px;
        vertical-align: middle;
        position: relative;
        top: -1px;
        color: #ffffff;
    }
.call {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    position: fixed;
    top: 190px;
    right: -135px;
    background: #ee5d46;
    z-index: 1000;
    z-index: 99;
}
    .buy-theme a, .call a {
        color: rgb(231 59 36) !important;
        opacity: 1;
        font-size: 13px;
        text-transform: uppercase;
        padding: 7px 10px 4px 10px;
        display: block;
        text-decoration: none;
        font-weight: 500;
    }

    .call:hover {
        background: #ee5d46;
    }

    .buy-theme:hover, .call:hover {
        transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: .2s;
        -moz-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        right: 0px;
        background: #e03978;
    }
    .buy-theme span, .call span {
        padding: 0 9px;
        position: relative;
        top: 0;
        opacity Opacity of an element's text, where 1 is opaque and 0 is entirely transparent. Widely available across major browsers (Baseline since January 2018) Learn more Don't show : 0;
    }

        .buy-theme:hover span, .call:hover span {
            opacity: 1;
            color: #fff;
        }

    .call i {
        font-size: 20px;
        vertical-align: middle;
        position: relative;
        top: -1px;
        color: #ffffff;
    }

    .buy-theme:hover i, .call:hover i {
        color: #fff;
    }

    .call:hover {
        background: #ee5d46;
    }








/* Premium Vertical Tab Handle Line */
.sticky-badge::before {
  content: "";
  position: absolute;
  left: 8px;
  /* Perfectly centered in the visible collapsed state */
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 40px;
  /* Premium visible grey handle line */
  border-radius: 2px;
  transition: opacity 0.3s ease;
  opacity: 0;
  /* Hidden when open */
}

.sticky-badge.collapsed {
  right: -45px;
  /* Protrudes slightly more (35px visible) so it is 100% clickable and clear of scrollbars */
}

.sticky-badge.collapsed::before {
  opacity: 1;
  /* Visible when collapsed */
}

/* Beautiful Fade-in / Fade-out for children */
.sticky-badge * {
  transition: opacity 0.3s ease;
}

.sticky-badge.collapsed * {
  opacity: 0 !important;
  pointer-events: none;
}

/* Icons */
.sticky-badge i {
  object-fit: contain;
  display: block;
  transition: opacity 0.3s ease;
  font-size: 24px;
  color: #777;
}

.sticky-badge i:hover {
  color: #f9423a !important;
}

.sticky-badge i:hover {
  opacity: 1;
}

/* Close Button */
.cancle-button {
  cursor: pointer;
  color: #777;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  margin-top: 5px;
}

.cancle-button i:hover {
  color: #f9423a !important;
}

/* --- Industry Grid --- */
.industry-grid-mockup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  list-style: none;
}

.industry-grid-mockup li {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.1rem;
}

.industry-grid-mockup li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #f9423a;
  border-radius: 50%;
  margin-right: 1rem;
  flex-shrink: 0;
}

/* --- Stacking Layers --- */
.stacking-wrapper {
    position: relative;
}
.step-section {
    background: linear-gradient(180deg,#4d248d 0%,#7b2c73 100%);
    padding: 70px 0;
    color: #fff;
}

.step2-section {
    background: linear-gradient(180deg, #7b2c73 0%, #bf2f45 100%);
    padding: 70px 0;
}

.step3-section {
    background: linear-gradient(180deg,#bf2f45 0%,#ff3a1f 100%);
    padding: 70px 0;
}
.regular-section {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.p-section {
    position: sticky;
    top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.features-icon {
  width: 50px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto 15px;
}

.layer-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 12px;
}
.industry-grid-mockup {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
}
.industry-grid-mockup li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.1rem;
}

/* --- Testimonials --- */
.video-trigger {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.video-trigger.video-focused {
  transform: scale(1.1);
  z-index: 20;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.video-trigger.video-focused .video-overlay {
  opacity: 0 !important;
}

.video-trigger.video-focused .bi-pause-circle {
  opacity: 0.8 !important;
}

.video-trigger.video-focused:hover .bi-pause-circle {
  opacity: 1 !important;
}

.testimonial-v-card {
  transition: transform 0.3s ease;
}

.testimonial-v-card:hover {
  transform: translateY(-5px);
}

.sliding-text-container {
  height: 15vw;
  display: flex;
  align-items: flex-end;
}

#sliding-bg-text {
  color: #f0f0f0;
  line-height: 0.8;
  transform: translateX(10%);
  transition: transform 1.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ratio-9-16-container {
  aspect-ratio: 9 / 16;
  width: 100%;
}

.video-trigger:hover .bi-play-circle {
  transform: scale(1.1);
  color: var(--consistec-red) !important;
  opacity: 1 !important;
}

.video-trigger:hover .video-overlay {
  opacity: 0.1;
}

.video-overlay {
  transition: opacity 0.3s ease;
}

.cursor-pointer {
  cursor: pointer;
}

/* =========================================
   ECOTEL — FULL WIDTH + PARALLAX
========================================= */
.ecotel-fullwidth-section {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/* Left column: video container with parallax bg */
.ecotel-video-wrap {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  cursor: pointer;
}

/* The parallax background image layer */
.ecotel-parallax-bg {
  position: absolute;
  inset: -60px 0;
  /* oversized so it can shift without gaps */
  background-image: url("../img/ecotel_section_images/image2.jpg");
  background-size: cover;
  background-position: center;
  will-change: transform;
  transition: transform 0.05s linear;
  z-index: 0;
}

/* Right column: white text panel */
.ecotel-text-panel {
  background: transparent;
  height: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.5rem 4rem;
}

/* =========================================
   ADLER — FULL WIDTH + CSS PARALLAX
========================================= */

.adler-fullwidth-section {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  display: block;
}

.adler-parallax-bg {
  position: relative;
  width: 100%;
  min-height: 500px;
  background-attachment: fixed;
  /* CSS parallax */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Dark overlay */
.adler-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  z-index: 0;
}

.creative-solutions {
  font-size: 2.813rem;
  line-height: 3.125rem;
}

/* Content sits above overlay */
.adler-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 13rem 2rem 0rem;
}

/* Bottom bar */
.adler-footer-bar {
  margin-top: 8rem;
  padding: 30px 0 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

/* Solutions Page Styles (unified with main spacing) */

.network-clarity p {
  margin: 0;
}

.solution-card {
  border-color: rgba(0, 0, 0, 0.05) !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hover-lift:hover {
  transform: translateY(-10px);
  background-color: #fff !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
  border-color: var(--consistec-red) !important;
}

/* --- Theme Gradient FAQ Boxes --- */
.faq-theme-box {
  background: #fff;
  border-radius: 8px;
 /* margin-bottom: 15px;*/
  position: relative;
  z-index: 1;
}

.faq-theme-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 2px;
  border: 1.5px solid var(--consistec-red);
  /* border thickness */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.accordion .accordion-item.faq-theme-box {
  border: none;
  background-color: transparent !important;
}

/* Solution & Einsatzbereiche pages specific transparent styling to remove white bg */
#faqAccordion .faq-theme-box,
#einsatzbereicheFaqAccordion .faq-theme-box,
#ueberUnsFaqAccordion .faq-theme-box {
  background-color: transparent !important;
  background: transparent !important;
}

#faqAccordion .faq-theme-box .accordion-button,
#faqAccordion .faq-theme-box .accordion-button:not(.collapsed),
#einsatzbereicheFaqAccordion .faq-theme-box .accordion-button,
#einsatzbereicheFaqAccordion .faq-theme-box .accordion-button:not(.collapsed),
#ueberUnsFaqAccordion .faq-theme-box .accordion-button,
#ueberUnsFaqAccordion .faq-theme-box .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

.accordion .faq-theme-box .accordion-button {
  border-radius: 8px !important;
  font-weight: 700;
  padding: 1.25rem 1.5rem;
}

.accordion .faq-theme-box .accordion-button:not(.collapsed) {
  color: #1a1a1a;
  background-color: transparent;
  box-shadow: none;
}

/* Custom Grey Button for Einsatzbereiche CTA */
.btn-custom-grey {
  background-color: #5d676b !important;
  color: #fff !important;
  border: 1px solid #4a5458 !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
  font-size: 1.1rem !important;
  padding: 0.8rem 2.5rem !important;
  text-transform: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

.btn-custom-grey:hover {
  background-color: #4a5458 !important;
  border-color: #3b4246 !important;
  color: #fff !important;
}

.accordion .faq-theme-box .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 1.8rem;
  font-weight: 500;
  background: var(--consistec-red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  transition: transform 0.3s ease;
}

.accordion .faq-theme-box .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}

.accordion .faq-theme-box .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  font-size: 1rem;
  color: #666;
  border-top: none;
}

/* Custom smooth height transition for FAQ */
.accordion .faq-theme-box .accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: block !important;
  /* override bootstrap collapse display none */
}

.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

#testimonial-particles {
  opacity: 0.5;
}

/* --- Header / Nav --- */
.navbar {
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(15px);
  z-index: 2000 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.logo-text {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: #000 !important;
}

.navbar .nav-link {
  color: #232323 !important;
}

/* --- Roadmap Scrub --- */
.roadmap-pin-container {
    height: 350vh;
    /* Controlled height for a slower scroll experience */
    position: relative;
    background: #e3ecf1 !important;
    margin-top: -1px;
    /* Prevent sub-pixel gaps */
    z-index: 10;
}

.roadmap-section {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    /* Space for sticky header */
    overflow: hidden;
}

.roadmap-scrub-container {
  width: 100%;
  padding: 4rem 0 0 0;
  position: relative;
}

.roadmap-line-bg {
    position: absolute;
    top: calc(4rem + 85px);
    left: 0;
    right: 0;
    height: 2px;
    background-image: linear-gradient(to right, #ccc 50%, transparent 50%);
    background-size: 20px 2px;
    background-repeat: repeat-x;
    opacity: 0.5;
    z-index: 1;
}

.roadmap-line-progress {
    position: absolute;
    top: calc(4rem + 85px - 1px);
    left: 0;
    height: 4px;
    width: 0;
    background-color: #666666;
    transition: width 0.1s linear;
    z-index: 2;
    box-shadow: 0 0 10px rgba(230, 0, 0, 0.2);
}

.step-indicator {
    width: 175px;
    height: 175px;
    position: relative;
    z-index: 10;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

    .step-indicator i {
        color: #ccc;
        font-size: 4rem !important;
    }

.roadmap-step h6 {
    font-size: 1.1rem !important;
    min-height: 46px;
}

/* Dynamic Step Colors */
.roadmap-step.active[data-step="0"] .step-indicator {
    background-color: #d64e35 !important;
}

.roadmap-step.active[data-step="1"] .step-indicator {
    background-color: #b43765 !important;
}

.roadmap-step.active[data-step="2"] .step-indicator {
    background-color: #8818a5 !important;
}

.roadmap-step.active[data-step="3"] .step-indicator {
    background-color: #6400d8 !important;
}

.roadmap-step.active .step-indicator i {
  color: #fff !important;
}

.roadmap-step.active .step-indicator {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.roadmap-step.active .step-copy {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.step-copy {
    opacity: 0.1;
    transform: translateY(15px);
    padding-top: 0.5rem;
    transition: all 0.5s ease;
}

.step-copy h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.step-copy p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
}

* --- Benefits Section --- */ 

.benefits-pin-container {
  position: relative;
  background-color: #f8f9fa !important;
}

.benefits-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.benefits-list {
  position: relative;
}

/* --- Case Studies --- */
.case-card-mockup {
    height: 400px;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-bottom: 4px solid transparent;
}

    .case-card-mockup:hover {
        transform: translateY(-10px);
        background-color: #fff !important;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
        border-bottom-color: var(--consistec-red);
    }


.custom_profile_btn_color {
    background-color: #dc3545 !important;
}

.custom_profile_intro:hover {
    background-color: #dee2e6 !important;
    /* background-color: #dc3545 !important; */
}

.custom_profile_intro a {
    text-decoration: none;
}

    .custom_profile_intro a:hover {
        text-decoration: none;
        color: black;
    }

.interactive-banner-style-02 img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

/* --- Parallax --- */
.parallax-wrapper {
  height: 450px;
  overflow: hidden;
  position: relative;
}

.zoom-scroll-video {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.1s linear;
}

/* Removed global display:none for roadmap lines */

/* Removed override that forced descriptions to be visible */

.industry-grid-mockup {
  grid-template-columns: 1fr;
}

.border-orange {
  border: 1.5px solid #ff5722 !important;
}

.medical-tab-box {
  background: #f1f3f2;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.medical-tab-box h5 {
  color: black;
  transition: color 0.3s ease;
}

.medical-tab-box.active h5 {
  color: #ff5722 !important;
}

.medical-tab-box:hover:not(.active) {
  background: #e9eceb;
}

/* Unified Interactive Tab Box Style */
.industry-tab-box,
.medical-tab-box,
.solutions-tab-box {
  background: var(--bg-gray);
  z-index: 1;
  position: relative;
  transition: var(--transition-smooth);
  border: 1.5px solid rgba(0, 0, 0, 0.1) !important;
  /* Premium light gray border when inactive */
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: -35px;
  width: 100%;
}

.industry-tab-box:hover:not(.active),
.medical-tab-box:hover:not(.active),
.solutions-tab-box:hover:not(.active) {
  background: #e9eceb;
}

    .industry-tab-box.active,
    .medical-tab-box.active,
    .solutions-tab-box.active {
        background: white !important;
        width: calc(100% + 36px) !important;
        margin-right: -1px !important;
        z-index: 2 !important;
        /* Layer above the content area border */
        border: 1.5px solid var(--medical-orange) !important;
        /* Orange border matching the description */
        border-right: none !important;
        /* Removes right border to blend seamlessly */
    }

    .industry-tab-box.active h4,
    .industry-tab-box.active h5,
    .medical-tab-box.active h5,
    .solutions-tab-box.active h5 {
        color: var(--medical-orange) !important;
    }

/* Ensure columns are aligned at bottom */
.row.justify-content-center {
  align-items: stretch;
}

#industry-content-area,
.themed-content-area {
    position: relative;
    z-index: 1;
    background: white !important;
    border: 1.5px solid var(--medical-orange) !important;
    padding: 3rem;
}

/* Ensure Solutions Page Card Bullets are visible */
.solution-card ul {
  padding-left: 1.5rem !important;
  margin-top: 1rem !important;
}

.solution-card ul li {
  display: list-item !important;
  list-style-type: disc !important;
}

/* Ensure Industry content area list items have bullets */
#industry-content-area ul li {
  display: list-item !important;
  list-style-type: disc !important;
}

/* --- Über uns Page Custom Styles --- */

.interactive-about-card {
  transition:
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease;
  border: 1px solid #e9ecef !important;
  border-radius: 8px !important;
}

.interactive-about-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
  border-color: var(--consistec-red) !important;
  /* consistec orange/red shade */
}

.premium-accent-glow {
  position: relative;
}

.card-gray-header {
  background-color: #f8f9fa !important;
  border: 1px solid #e9ecef;
}

/* Timeline Custom Styles */
.custom-timeline {
  padding-left: 1.5rem !important;
  border-left: 2px solid var(--consistec-red) !important;
}

.timeline-dot {
  background: linear-gradient(135deg, #ff5e62, #ff9966) !important;
  box-shadow: 0 0 0 4px rgba(254, 91, 74, 0.15);
  transition: transform 0.3s ease;
}

.timeline-item:hover .timeline-dot {
  transform: scale(1.3);
}

/* Premium Seal Box */
.premium-seal-box {
  background: #ffffff !important;
  border: 1px solid #e9ecef !important;
  border-radius: 1rem !important;
  z-index: 1;
}

.seal-glow-effect {
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    rgba(254, 91, 74, 0.08) 0%,
    rgba(254, 91, 74, 0) 70%
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}

.border-orange {
  border-color: var(--consistec-red) !important;
}

/* Interactive list styling */
#kulturAccordion .accordion-button,
#discoverContentAccordion .accordion-button {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0.5rem 0;
}

#kulturAccordion .accordion-button:not(.collapsed),
#discoverContentAccordion .accordion-button:not(.collapsed) {
  color: var(--consistec-red) !important;
}

#discoverContentAccordion a:hover,
#kulturAccordion a:hover {
  color: var(--consistec-red) !important;
}

/* Align values text block */
.network-clarity p {
  line-height: 1.7;
  color: #495057;
}

.block-gradient {
  display: block;
}

.learn-more-btn {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  padding: 0.85rem 3rem !important;
  font-size: 1.05rem !important;
  transition: all 0.3s ease !important;
}

.learn-more-btn:hover {
  background-color: #212529 !important;
  border-color: #212529 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
  color: #fff !important;
}

/* Refined interactive and utility classes */
.text-orange {
  color: var(--consistec-red) !important;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #e9ecef;
}

.hover-highlight-item {
  transition: all 0.3s ease;
  border-radius: 4px;
  padding-left: 4px;
}

.hover-highlight-item:hover {
  color: var(--consistec-red) !important;
  transform: translateX(4px);
  background-color: rgba(254, 91, 74, 0.04);
}

.kultur-grid-box {
  border: 1px solid #e9ecef !important;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.kultur-grid-box:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 91, 74, 0.4) !important;
  background-color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(254, 91, 74, 0.08) !important;
}

.teams-kultur p {
  margin: 0;
}

/* Force standard browser bullet dots on Ueber Uns page lists */
#ueber-uns-page ul {
  list-style-type: disc !important;
  margin-bottom: 1.5rem !important;
  padding-left: 20px !important;
}

#ueber-uns-page ul li {
  list-style-type: disc !important;
  display: list-item !important;
  margin-bottom: 0.5rem !important;
  color: #1a1a1a !important;
}

/* =========================================
   INDUSTRY CUSTOM ACCORDION
========================================= */
.industry-custom-accordion .industry-accordion-item {
  background-color: #f1f3f2 !important;
  border: 1px solid var(--consistec-red) !important;
  border-radius: 4px !important;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.industry-custom-accordion .industry-accordion-button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #1a1a1a !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  padding: 1.5rem !important;
  justify-content: center !important;
}

.industry-custom-accordion .industry-accordion-button::after {
  display: none !important;
  background-image: none !important;
  content: none !important;
}

.industry-custom-accordion .industry-accordion-button:not(.collapsed) {
  color: var(--consistec-red) !important;
}

.industry-custom-accordion .industry-accordion-body {
  background-color: transparent !important;
  padding: 0 2rem 2rem 2rem !important;
  border-top: none !important;
}

/* Smooth Animation Support for custom JS */
.industry-custom-accordion .accordion-collapse {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in-out;
}

/* Fix for interactive-banner-style-02 equal heights */
/*.interactive-banner-style-02 .custom_profile_intro .fs-18 {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}*/

/*.interactive-banner-style-02 .custom_profile_intro .fs-16 {
  min-height: 72px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}*/

/* Fix for interactive-banner-style-02 particle gap without breaking animations */
.interactive-banner-style-02 > .h-100 {
  background-color: #ffffff !important;
  transition: background-color 0.3s ease;
}

/* Sync the gap color when the text box is hovered to maintain a seamless look */
.interactive-banner-style-02 > .h-100:has(.custom_profile_intro:hover) {
  background-color: #dee2e6 !important;
}

/* Make Roadmap stacked and responsive for 1024px and below */
@media (max-width: 1024px) {
  /* Disable the sticky scroll trap so steps don't get cut off */
  .roadmap-pin-container {
    height: auto !important;
  }
  .animation-rotation {
    left: -140px !important;
    top: -180px !important;
  }
  .roadmap-section {
    position: static !important;
    height: auto !important;
    overflow: visible !important;
  }

  .roadmap-line-bg,
  .roadmap-line-progress {
    display: none !important;
  }

  .roadmap-step {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 2.5rem !important;
    text-align: center !important;
  }

  .step-indicator {
    margin: auto;
  }
}


.person-card {
    display: flex;
    max-width: 760px;
    color: #111;
}

.person-card__image {
    flex: 0 0 230px;
}

.person-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.person-card__content {
    flex: 1;
    padding: 22px 28px;
}

.person-card__name {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.person-card__position {
    color: #ff3b1f;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.person-card__department {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.person-card__topics {
    display: flex;
    flex-direction: column;
}

.person-card__topic {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 14px 0;
    border-bottom: 1px solid #d8d8d0;
}

.person-card__topic:last-child {
    border-bottom: none;
}

.person-card__icon {
    width: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.person-card__icon img {
    max-width: 34px;
    max-height: 34px;
    display: block;
}

.person-card__topic-text {
    font-size: 17px;
    line-height: 1.3;
}


/* Consent Tool */
.consent-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9998;
    background: #fff;
    color: #111;
    border: 1px solid #ddd;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
    padding: 24px;
    max-width: 720px;
    margin: 0 auto;
}

.consent-banner__content h3,
.consent-modal__box h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.consent-banner__content p,
.consent-option p {
    margin-top: 0;
    line-height: 1.5;
}

.consent-banner__actions,
.consent-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.btn-consent {
    border: 0;
    padding: 11px 18px;
    cursor: pointer;
    font-weight: 600;
}

.btn-consent--primary {
    background: #111;
    color: #fff;
}

.btn-consent--secondary {
    background: #f0f0f0;
    color: #111;
}

.consent-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.consent-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.consent-modal__box {
    position: relative;
    z-index: 1;
    background: #fff;
    color: #111;
    width: calc(100% - 40px);
    max-width: 640px;
    margin: 8vh auto;
    padding: 28px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
}

.consent-option {
    padding: 18px 0;
    border-top: 1px solid #ddd;
}

.consent-option__label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    margin-bottom: 8px;
}

.consent-option__label input {
    width: 18px;
    height: 18px;
}

.consent-settings-button {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9997;
    border: 0;
    background: #111;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

@media (max-width: 576px) {
    .consent-banner {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 18px;
    }

    .consent-banner__actions,
    .consent-modal__actions {
        flex-direction: column;
    }

    .btn-consent {
        width: 100%;
    }

    .consent-settings-button {
        left: 10px;
        bottom: 10px;
    }
}