/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
:root {
  --white: #FFFFFF;
  --black: #000000;
}

html {
  scrollbar-gutter: stable;
  overflow-x: hidden;
}

.elementor-widget-shortcode {
  width: 100% !important;
}

.flowchart-container {
  width: 66.2vw;
  height: 34vw;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ecosystem-scrollbar-container,
.flowchart-scrollbar-container {
  display: none !important;
}

.flowchart-container .step-point-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.flowchart-container .step-point-wrap .round-svg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flowchart-container .side-step-point-wrap .step-point-wrap .arrow-svg svg,
.flowchart-container .step-point-wrap .round-svg-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flowchart-container .step-point-wrap .step-point-link {
  font-family: "TYFP Black", sans-serif;
  font-size: 1.5vw;
  font-weight: bolder;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 0.15vw;
  text-underline-offset: 0.3vw;
  text-decoration-skip-ink: none;
  display: inline-block;
  z-index: 1;
}

.flowchart-container .center-step-point-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.flowchart-container .center-step-point-wrap .step-point-link {
  font-size: 2.5vw;
}

.flowchart-container .center-step-point-wrap .step-point-wrap {
  width: 12vw;
  height: 7vw;
}

.flowchart-container .side-step-point-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}

.flowchart-container .side-step-point-wrap .step-point-perent,
.flowchart-container .side-step-point-wrap .step-point-wrap .arrow-svg {
  position: absolute;
  z-index: 1;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(1) {
  top: 2.6vw;
  left: 5vw;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(1) .step-point-wrap {
  width: 23vw;
  height: 10vw;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(1) .arrow-svg {
  width: 7vw;
  height: auto;
  left: 100%;
  top: 1.6vw;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(2) {
  top: 0vw;
  left: 37vw;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(2) .step-point-wrap {
  width: 18vw;
  height: 9vw;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(2) .step-point-link {
  width: 10vw;
  margin: 0 auto;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(2) .arrow-svg {
  width: 3vw;
  height: auto;
  top: calc(100% + 0.8vw);
  left: 78%;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(3) {
  top: 14vw;
  right: -3vw;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(3) .step-point-wrap {
  width: 26vw;
  height: 8vw;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(3) .arrow-svg {
  width: 5.4vw;
  height: auto;
  top: 100%;
  left: 1.9vw;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(3) .step-point-link {
  margin-top: 1vw;
  margin-left: 1.3vw;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(4) {
  top: 24.6vw;
  right: 21vw;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(4) .step-point-wrap {
  width: 16.5vw;
  height: 8.2vw;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(4) .arrow-svg {
  width: 6vw;
  height: auto;
  top: 28%;
  right: calc(100% + 1.4vw);
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(5) {
  top: 18.5vw;
  left: 2.5vw;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(5) .step-point-wrap {
  width: 21vw;
  height: 10vw;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(5) .arrow-svg {
  width: 3vw;
  height: auto;
  bottom: calc(100% + 1vw);
  left: 34%;
}

.flowchart-container .side-step-point-wrap .step-point-perent:nth-child(5) .step-point-link {
  margin-top: 1vw;
}

/* Your link class */
a.step-point-link {
  position: relative;
}

/* Hide cursor when hovering link */
a.step-point-link:hover {
  cursor: none !important;
}

a:hover {
  cursor: none !important;
}

/* Custom dot cursor */
.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-out;
  z-index: 9999;
  mix-blend-mode: difference;
  background-color: white;
}

/* Dot visible on hover */
.cursor-dot.active {
  transform: translate(-50%, -50%) scale(1);
}

.ecosystem-list-wrap {
  height: 44.5vw;
  position: relative;
  background-color: #000;
}

.ecosystem-list-wrap .bg-svg {
  position: absolute;
  top: 0;
  right: 9vw;
  height: 100%;
  width: 64.2vw;
  z-index: 1;
}

.ecosystem-list-wrap .bg-svg svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ecosystem-list-wrap .ecosystem-button-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button {
  font-family: "TYFP Black", sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 0.15vw;
  text-underline-offset: 0.3vw;
  text-decoration-skip-ink: none;
  display: inline-block;

  position: absolute;
  z-index: 1;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(1) {
  top: 12vw;
  left: 2.8vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(2) {
  top: 24vw;
  left: 6vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(3) {
  top: 38.9vw;
  left: 4.7vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(4) {
  top: 12vw;
  left: 24.5vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(5) {
  top: 24.8vw;
  left: 21.3vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(6) {
  top: 39.1vw;
  left: 23.9vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(7) {
  top: 5.9vw;
  left: 37.3vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(8) {
  top: 23.6vw;
  left: 40.2vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(9) {
  top: 30.4vw;
  left: 42.3vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(10) {
  top: 10.4vw;
  right: 27.1vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(11) {
  top: 18.5vw;
  right: 26vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(12) {
  top: 26vw;
  right: 17.6vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(13) {
  top: 7vw;
  right: 8.6vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(14) {
  top: 30.6vw;
  right: 2.4vw;
}

.ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(15) {
  top: 41vw;
  right: 5.3vw;
}

.ecosystem-list-wrap.pathway {
  background-color: #fff;
}

.ecosystem-list-wrap.pathway .ecosystem-button-list .ecosystem-button {
  color: #000;
}

.ecosystem-list-wrap.pathway .ecosystem-button-list .ecosystem-button:nth-child(1) {
  top: 15vw;
  left: 18.8vw;
}

.ecosystem-list-wrap.pathway .ecosystem-button-list .ecosystem-button:nth-child(2) {
  top: 8vw;
  left: 46vw;
}

.ecosystem-list-wrap.pathway .ecosystem-button-list .ecosystem-button:nth-child(3) {
  top: 35vw;
  left: 23vw;
}

.ecosystem-list-wrap.pathway .ecosystem-button-list .ecosystem-button:nth-child(4) {
  top: unset;
  bottom: 1vw;
  left: 50.5vw;
}

.ecosystem-list-wrap.pathway .ecosystem-button-list .ecosystem-button:nth-child(5) {
  top: 23.8vw;
  right: 12vw;
  left: unset;
}

/* Offcanvas */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}

.offcanvas {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 80vh;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

.offcanvas.cycle-section-modal {
  background: #000000;
}

.offcanvas h2 {
  font-size: 2.23vw;
  line-height: 1.2;
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-family: var(--e-global-typography-secondary-font-family);
  margin-bottom: 1.6vw;
  margin-top: 0;
  color: #000000;
}

.offcanvas.cycle-section-modal h2 {
  color: #ffffff;
}

.offcanvas .modal-content div {
  margin-bottom: 1.5vw;
}

.offcanvas p {
  font-size: 1.2vw;
  color: #000000;
}

.offcanvas.cycle-section-modal p {
  color: #ffffff;
}

.offcanvas.cycle-section-modal svg {
  filter: invert(1);
}

.offcanvas.show {
  bottom: 0;
}

.offcanvas .offcanvas-body {
  height: 100%;
  padding-top: 2.5vw;
}

.offcanvas .offcanvas-body .modal-content {
  width: 100%;
  max-width: 45.5vw;
  padding-right: 0.8vw;
  margin: 0 auto;
  max-height: 100%;
  overflow-y: auto;

  --scrollbar-bg: #ffffff;
  /* Track color */
  --scrollbar-thumb: #000000;
  /* Thumb color */
  --scrollbar-thumb-hover: #666;
  /* Thumb hover color */
  --scrollbar-size: 16px;
  /* Width/height of scrollbar */

  /* Firefox scrollbar styling */
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-bg);
}

.offcanvas .offcanvas-body .modal-content::-webkit-scrollbar {
  width: var(--scrollbar-size);
  height: var(--scrollbar-size);
}

.offcanvas .offcanvas-body .modal-content::-webkit-scrollbar-track {
  background: var(--scrollbar-bg);
  border-radius: 10px;
}

.offcanvas .offcanvas-body .modal-content::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: 10px;
  border: 3px solid var(--scrollbar-bg);
}

.offcanvas .offcanvas-body .modal-content::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}

.offcanvas .offcanvas-body .modal-content::-webkit-scrollbar-corner {
  background: var(--scrollbar-bg);
}

.offcanvas.cycle-section-modal .offcanvas-body .modal-content {
  width: 100%;
  max-width: 45.5vw;
  padding-right: 0.8vw;
  margin: 0 auto;
  max-height: 100%;
  overflow-y: auto;

  --scrollbar-bg: #000;
  /* Track color */
  --scrollbar-thumb: #fff;
  /* Thumb color */
  --scrollbar-thumb-hover: #666;
  /* Thumb hover color */
  --scrollbar-size: 16px;
  /* Width/height of scrollbar */

  /* Firefox scrollbar styling */
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-bg);
}

.offcanvas.cycle-section-modal .offcanvas-body .modal-content::-webkit-scrollbar {
  width: var(--scrollbar-size);
  height: var(--scrollbar-size);
}

.offcanvas.cycle-section-modal .offcanvas-body .modal-content::-webkit-scrollbar-track {
  background: var(--scrollbar-bg);
  border-radius: 10px;
}

.offcanvas.cycle-section-modal .offcanvas-body .modal-content::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: 10px;
  border: 3px solid var(--scrollbar-bg);
}

.offcanvas.cycle-section-modal .offcanvas-body .modal-content::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}

.offcanvas.cycle-section-modal .offcanvas-body .modal-content::-webkit-scrollbar-corner {
  background: transparent;
}

.offcanvas.cycle-section-modal .offcanvas-body .modal-content::-webkit-scrollbar-button {
  display: none;
}

.offcanvas .close-btn {
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 14%;
  top: 8%;
}

/* body.single-okosystem header,
body.single-okosystem footer {
    display: none;
} */

.offcanvas.single-page-modal {
  position: relative;
  height: auto;
}

.offcanvas.single-page-modal .close-btn {
  top: 3vw;
}

.offcanvas.single-page-modal .offcanvas-body {
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}

.big-game {
  position: relative;
  display: inline-block;
}

.big-game::after {
  content: "";
  position: absolute;
  top: calc(100% - 1.3vw);
  /* Adjust karein */
  left: -0.3vw;
  width: 0;
  /* height: 1vw; */
  /* ✅ SAME */
  /* background-image: url("data:image/svg+xml,%3Csvg width='413' height='19' viewBox='0 0 413 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_335_2)'%3E%3Cpath d='M5.5 8.78828C9.88 9.19828 14.26 8.88828 18.63 8.90828C33.34 8.97828 48.06 9.72828 62.77 10.2083C81.9 10.8383 101.04 11.4483 120.17 12.0283C146.07 12.8183 271.75 14.1283 308.66 12.9783C332.98 12.2183 347.75 12.3383 372.09 12.2383C380.88 12.1983 398.77 8.76828 407.04 5.48828' stroke='%23FF7D64' stroke-width='11' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_335_2'%3E%3Crect width='412.55' height='18.94' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); */

  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left center;
  pointer-events: none;
  z-index: -1;
  opacity: 1;
  transition: width 1s ease-in-out;

  /* new css  */
   background: #ff7d64;
   border-radius: 10px;
    height: 0.68vw;
}

.big-game.active::after {
  width: calc(100% + 1.8vw);
}

.methode-text {
  position: relative;
  /* display: inline-block; */
}

.methode-text::after {
  content: "";
  position: absolute;
  top: calc(100% - 2.2vw);
  /* ✅ SAME position */
  left: 0;
  width: 0;
  /* height: 1.5vw; */
  /* ✅ SAME height */
  /* background-image: url("data:image/svg+xml,%3Csvg width='413' height='19' viewBox='0 0 413 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_335_2)'%3E%3Cpath d='M5.5 8.78828C9.88 9.19828 14.26 8.88828 18.63 8.90828C33.34 8.97828 48.06 9.72828 62.77 10.2083C81.9 10.8383 101.04 11.4483 120.17 12.0283C146.07 12.8183 271.75 14.1283 308.66 12.9783C332.98 12.2183 347.75 12.3383 372.09 12.2383C380.88 12.1983 398.77 8.76828 407.04 5.48828' stroke='%23FF7D64' stroke-width='11' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_335_2'%3E%3Crect width='412.55' height='18.94' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left center;
  pointer-events: none;
  opacity: 1;
  transition: width 1s ease-in-out;
  z-index: -1;
    /* new css  */
     background: #ff7d64;
     border-radius: 10px;
     height: 0.75vw;
}

.methode-text.active::after {
  width: 100%;
}

.text-glanzen {
  position: relative;
  /* display: inline-block; */
}

.text-glanzen::after {
  content: "";
  position: absolute;
   top: calc(100% - 2.1vw);
   z-index: -1;
  /* ✅ SAME position */
  left: 0;
  width: 0;
  /* height: 1vw; */
  /* ✅ SAME height */
  /* background-image: url("data:image/svg+xml,%3Csvg width='413' height='19' viewBox='0 0 413 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_335_2)'%3E%3Cpath d='M5.5 8.78828C9.88 9.19828 14.26 8.88828 18.63 8.90828C33.34 8.97828 48.06 9.72828 62.77 10.2083C81.9 10.8383 101.04 11.4483 120.17 12.0283C146.07 12.8183 271.75 14.1283 308.66 12.9783C332.98 12.2183 347.75 12.3383 372.09 12.2383C380.88 12.1983 398.77 8.76828 407.04 5.48828' stroke='%23FF7D64' stroke-width='11' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_335_2'%3E%3Crect width='412.55' height='18.94' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); */

  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left center;
  pointer-events: none;
  opacity: 1;
  transition: width 1s ease-in-out;

    /* new css  */
      background: #ff7d64;
      border-radius: 10px;
      height: 0.68vw;
}

.text-glanzen.active::after {
  width: 100%;
}

.custom-slider-wrap {
  position: relative;
}

.custom-slider-wrap .scroll-content {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  transition: transform 0.3s ease;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.custom-slider-wrap .scroll-content::-webkit-scrollbar {
  display: none;
}

.custom-slider-wrap .slide-box {
  flex: 0 0 calc(25% - 1.51vw);
  overflow: hidden;
  margin-right: 2vw;
  height: 100%;
}

.custom-slider-wrap .slide-box:last-child {
  margin-right: 0;
}

.custom-slider-wrap .slider-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.custom-slider-wrap .slider-btn-wrap .btn-pre:focus-visible,
.custom-slider-wrap .slider-btn-wrap .btn-next:focus-visible {
  outline: none !important;
}

.custom-slider-wrap .slider-btn-wrap .btn-pre.disable,
.custom-slider-wrap .slider-btn-wrap .btn-next.disable {
  opacity: 0.3;
  cursor: not-allowed;
}

.custom-slider-wrap .slider-btn-wrap .btn-pre,
.custom-slider-wrap .slider-btn-wrap .btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5vw;
  border-radius: 1000px;
  padding: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
}

.custom-slider-wrap .slider-btn-wrap .btn-pre {
  left: 0.3vw;
  /* display: none !important; */
}

.custom-slider-wrap .slider-btn-wrap .btn-next {
  right: 0.3vw;
}

.custom-slider-wrap.team-sec-slider-wrap .slider-btn-wrap .btn-next,
.custom-slider-wrap.board-sec-slider-wrap .slider-btn-wrap .btn-next {
  right: 0.3vw;
}

.custom-slider-wrap .slider-btn-wrap .btn-pre svg {
  transform: rotate(180deg);
}

.custom-slider-wrap .slider-btn-wrap .btn-pre svg,
.custom-slider-wrap .slider-btn-wrap .btn-next svg {
  height: 1em;
  width: 1em;
}

/* Hero section slider */
.hero-sec-container {
    width: calc(100% + 4.2vw);
    margin-left: -2.1vw;
}

.hero-sec-slider-wrap.custom-slider-wrap {
  height: 25vh;
}

.hero-sec-slider-wrap.custom-slider-wrap .scroll-content {
  height: 100%;
}

.hero-sec-slider-wrap.custom-slider-wrap .slider-btn-wrap .btn-pre,
.hero-sec-slider-wrap.custom-slider-wrap .slider-btn-wrap .btn-next {
  padding: 0;
  background-color: transparent;
}

.hero-sec-slider-wrap.custom-slider-wrap .slide-box {
  flex: 0 0 calc(25% - 1.51vw);
  margin-right: 2vw;
}

.hero-sec-slider-wrap.custom-slider-wrap .slide-box:last-child {
  margin-right: 0;
}

.hero-sec-slider-wrap.custom-slider-wrap .slide-box:first-child {
  margin-left: 2.1vw;
}

.hero-sec-slider-wrap.custom-slider-wrap .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Board section slider & Team section slider*/
.board-sec-slider-wrap.custom-slider-wrap .slide-box {
  flex: 0 0 calc(25% - 2.76vw);
  margin-right: 2vw;
}

.team-sec-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 5vw !important;

}

.team-sec-container,
.board-sec-container {
  width: calc(100% + 5vw);
  margin-left: -5vw;
}

.board-sec-slider-wrap.custom-slider-wrap .slide-box:first-child,
.team-sec-slider-wrap.custom-slider-wrap .slide-box:first-child {
  margin-left: 5vw;
}

.team-sec-slider-wrap.custom-slider-wrap .slide-box {
  flex: 0 0 calc(25% - 2.76vw);
  margin-right: 2.55vw;
}

.board-sec-slider-wrap.custom-slider-wrap .slide-box:last-child,
.team-sec-slider-wrap.custom-slider-wrap .slide-box:last-child {
  margin-right: 0;
}

.board-sec-slider-wrap.custom-slider-wrap .slide-link,
.team-sec-slider-wrap.custom-slider-wrap .slide-img-box {
  position: relative;
  display: block;
  height: 65vh;
  width: 100%;
}

.board-sec-slider-wrap.custom-slider-wrap .slide-link,
.team-sec-slider-wrap.custom-slider-wrap .slide-img-box {
  height: unset !important;
  min-height: unset !important;
  max-height: unset !important;

  width: 100%;
  /* padding-top: 128%; */
  /* padding-top: 160%; */
  padding-top: 141.4%;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.team-sec-slider-wrap.custom-slider-wrap .slide-img-box {
  height: 55vh;
}

.board-sec-slider-wrap.custom-slider-wrap .slide-link .slide-img,
.team-sec-slider-wrap.custom-slider-wrap .slide-img-box .slide-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.board-sec-slider-wrap.custom-slider-wrap .slide-link .slide-title,
.team-sec-slider-wrap.custom-slider-wrap .slide-img-box .slide-title {
  font-family: "TYFP Black", Sans-serif !important;
  font-size: 1.25vw !important;
  font-weight: 600 !important;
  line-height: 1.1em !important;
  letter-spacing: 1.8px !important;
  color: var(--white) !important;
  position: absolute !important;
  bottom: 1vw !important;
  left: 1vw !important;
  margin: 0 !important;
  text-transform: capitalize !important;
  text-decoration: underline !important;
  text-underline-offset: 5px !important;
}

.team-sec-slider-wrap.custom-slider-wrap .slide-social-link-list {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin: 1vw 0;
}

.team-sec-slider-wrap.custom-slider-wrap .slide-social-link-list>a {
  display: block;
  font-size: 2.2vw;
}

.team-sec-slider-wrap.custom-slider-wrap .slide-social-link-list>a>svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  fill: var(--white);
}

/* Video modal  */
.custom-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-modal.active {
  display: flex;
}

.custom-modal-content .close-modal {
  position: absolute;
  top: 0.625vw;
  right: 1.25vw;
  color: var(--white);
  font-size: 2vw;
  cursor: pointer;
  z-index: 2;
}

.custom-modal-content .video-wrapper {
  position: relative;
  width: 85vw;
}

.custom-modal-content .video-wrapper iframe {
  --video-aspect-ratio: 1.77777;
  height: auto;
  max-height: 90vh;
  width: 100%;
  aspect-ratio: var(--video-aspect-ratio, 1.77777);
}

.user-img-mobile {
  background-size: cover !important;
  background-position: center top !important;
}

@media (max-width: 1024px) {
  .hero-sec-container {
    width: calc(100% + 4vw);
    margin-left: -2vw;
}
.hero-sec-slider-wrap.custom-slider-wrap .slide-box:first-child {
  margin-left: 2vw;
}
  .offcanvas h2 {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }

  .offcanvas p {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .offcanvas .offcanvas-body {
    padding-top: 4.5vw;
  }

  .offcanvas .offcanvas-body .modal-content {
    max-width: 80vw;
    padding-right: 3vw;
  }

  .offcanvas .close-btn {
    right: 4%;
    top: 4%;
  }

  .offcanvas .close-btn svg {
    height: 24px;
    width: 24px;
  }

  .offcanvas .modal-content div {
    margin-bottom: 4vw;
  }

  .offcanvas.single-page-modal .offcanvas-body {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
  }

  .offcanvas.single-page-modal .close-btn {
    top: 5vw;
  }

  .flowchart-container {
    width: 680px;
    /* approx of 66.2vw */
    height: 350px;
    /* approx of 34vw */
    margin-left: -15px;
    /* margin-left: 0px; */
  }

  .flowchart-container .step-point-wrap {
    /* No change needed */
  }

  .flowchart-container .step-point-wrap .round-svg-wrap {
    /* No change needed */
  }

  .flowchart-container .side-step-point-wrap .step-point-wrap .arrow-svg svg,
  .flowchart-container .step-point-wrap .round-svg-wrap svg {
    width: 100%;
    height: 100%;
  }

  .flowchart-container .step-point-wrap .step-point-link {
    font-size: 16px;
    /* 1.5vw ~16px at 1024px */
    text-decoration-thickness: 2px;
    /* 0.15vw ~ 2px */
    text-underline-offset: 4px;
    /* 0.3vw ~ 4px */
  }

  .flowchart-container .center-step-point-wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .flowchart-container .center-step-point-wrap .step-point-link {
    font-size: 25px;
    /* 2.5vw */
  }

  .flowchart-container .center-step-point-wrap .step-point-wrap {
    width: 120px;
    /* 12vw */
    height: 70px;
    /* 7vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(1) {
    top: 26px;
    /* 2.6vw */
    left: 50px;
    /* 5vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(1) .step-point-wrap {
    width: 230px;
    /* 23vw */
    height: 100px;
    /* 10vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(1) .arrow-svg {
    width: 70px;
    /* 7vw */
    top: 16px;
    /* 1.6vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(2) {
    top: 0px;
    left: 370px;
    /* 37vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(2) .step-point-wrap {
    width: 180px;
    /* 18vw */
    height: 90px;
    /* 9vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(2) .step-point-link {
    width: 100px;
    /* 10vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(2) .arrow-svg {
    width: 30px;
    /* 3vw */
    top: calc(100% + 8px);
    /* 0.8vw */
    left: 78%;
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(3) {
    top: 140px;
    /* 14vw */
    right: -30px;
    /* -3vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(3) .step-point-wrap {
    width: 260px;
    /* 26vw */
    height: 80px;
    /* 8vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(3) .arrow-svg {
    width: 54px;
    /* 5.4vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(3) .step-point-link {
    margin-top: 10px;
    /* 1vw */
    margin-left: 13px;
    /* 1.3vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(4) {
    top: 246px;
    /* 24.6vw */
    right: 210px;
    /* 21vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(4) .step-point-wrap {
    width: 165px;
    /* 16.5vw */
    height: 82px;
    /* 8.2vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(4) .arrow-svg {
    width: 60px;
    /* 6vw */
    top: 28%;
    right: calc(100% + 14px);
    /* 1.4vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(5) {
    top: 185px;
    /* 18.5vw */
    left: 25px;
    /* 2.5vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(5) .step-point-wrap {
    width: 210px;
    /* 21vw */
    height: 100px;
    /* 10vw */
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(5) .arrow-svg {
    width: 30px;
    /* 3vw */
    bottom: calc(100% + 10px);
    /* 1vw */
    left: 34%;
  }

  .flowchart-container .side-step-point-wrap .step-point-perent:nth-child(5) .step-point-link {
    margin-top: 10px;
    /* 1vw */
  }

  /* Ecosystem section */
  .ecosystem-list-wrap-overflow {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 16px;
    margin-left: -5vw;
    margin-right: -5vw;
    scrollbar-width: none;
  }

  .ecosystem-list-wrap {
    height: 445px;
    /* 44.5vw */
    width: 912px;
    /* margin-left: -22px; */
  }

  .ecosystem-list-wrap .bg-svg {
    top: 0;
    right: 90px;
    /* 9vw */
    height: 100%;
    width: 642px;
    /* 64.2vw */
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button {
    font-size: 16px;
    /* 1.5vw */
    text-decoration-thickness: 2px;
    /* 0.15vw */
    text-underline-offset: 4px;
    /* 0.3vw */
  }

  /* Positioning ecosystem buttons */
  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(1) {
    top: 120px;
    left: 28px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(2) {
    top: 240px;
    left: 60px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(3) {
    top: 389px;
    left: 47px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(4) {
    top: 120px;
    left: 245px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(5) {
    top: 248px;
    left: 213px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(6) {
    top: 391px;
    left: 239px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(7) {
    top: 59px;
    left: 373px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(8) {
    top: 236px;
    left: 402px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(9) {
    top: 304px;
    left: 423px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(10) {
    top: 104px;
    right: 271px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(11) {
    top: 185px;
    right: 260px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(12) {
    top: 260px;
    right: 176px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(13) {
    top: 70px;
    right: 86px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(14) {
    top: 306px;
    right: 24px;
  }

  .ecosystem-list-wrap .ecosystem-button-list .ecosystem-button:nth-child(15) {
    top: 410px;
    right: 53px;
  }

  .ecosystem-list-wrap-overflow.pathway-wrap-overflow {
    padding-bottom: 36px;
  }

  .ecosystem-list-wrap.pathway .bg-svg {
    right: 36px;
    width: 790px;
  }

  .ecosystem-list-wrap.pathway .ecosystem-button-list .ecosystem-button:nth-child(1) {
    top: 138px;
    left: 92px;
  }

  .ecosystem-list-wrap.pathway .ecosystem-button-list .ecosystem-button:nth-child(2) {
    top: 58px;
    left: 420px;
  }

  .ecosystem-list-wrap.pathway .ecosystem-button-list .ecosystem-button:nth-child(3) {
    top: 374px;
    left: 106px;
  }

  .ecosystem-list-wrap.pathway .ecosystem-button-list .ecosystem-button:nth-child(4) {
    bottom: -24px;
    left: 466px;
  }

  .ecosystem-list-wrap.pathway .ecosystem-button-list .ecosystem-button:nth-child(5) {
    top: 249px;
    right: 38px;
    left: unset;
  }

  .ecosystem-list-wrap.pathway .ecosystem-button br {
    display: none;
  }

  .ecosystem-section,
  .cycle-sec {
    overflow: hidden !important;
  }

  .ecosystem-scrollbar-container,
  .flowchart-scrollbar-container {
    margin-top: 15px;
    display: block !important;
    cursor: unset;
  }

  .ecosystem-scrollbar-container .ecosystem-drage-button,
  .flowchart-scrollbar-container .flowchart-drage-button {
    margin: 0 auto;
    max-width: 25%;
  }

  .ecosystem-scrollbar-container .ecosystem-drage-button svg,
  .flowchart-scrollbar-container .flowchart-drage-button svg {
    max-width: 100%;
  }

  .cursor-dot {
    width: 18px;
    height: 18px;
  }

  .big-game::after {
    top: calc(100% - 1.4vw);
    left: -0.3vw;
    /* width: calc(100% + 1.8vw); */
    /* height: 2.5vw; */

    /* new css  */ 
      height: 1vw;

  }

  .methode-text::after {
    top: calc(100% - 2.7vw);
    height: 1vw;
  }

  .text-glanzen::after {
    top: calc(100% - 2.3vw);
    height: 1vw;
  }


  .custom-slider-wrap .slider-btn-wrap .btn-pre {
    font-size: 4vw;
    left: 0.5vw;
  }

  .custom-slider-wrap .slider-btn-wrap .btn-next {
    font-size: 4vw;
    right: 0,5vw;
  }

  .team-sec-container,
  .board-sec-container {
    width: calc(100% + 10vw);
  }

  .team-sec-container {
	  gap: 10vw !important;
	}
	
  .custom-slider-wrap.team-sec-slider-wrap .slider-btn-wrap .btn-pre,
  .custom-slider-wrap.board-sec-slider-wrap .slider-btn-wrap .btn-pre {
    left: 0.5vw;
  }

  .custom-slider-wrap.team-sec-slider-wrap .slider-btn-wrap .btn-next,
  .custom-slider-wrap.board-sec-slider-wrap .slider-btn-wrap .btn-next {
    right: 0.5vw;
  }

  /* Hero section slider */
  .hero-sec-slider-wrap.custom-slider-wrap .slide-box {
    flex: 0 0 calc(50vw - 10px);
    margin-right: 10px;
  }

  .hero-sec-slider-wrap.custom-slider-wrap {
    height: 175px;
  }

  .board-sec-slider-wrap.custom-slider-wrap .slide-box {
    flex: 0 0 calc(50vw - 30px);
    margin-right: 30px;
  }

  .team-sec-slider-wrap.custom-slider-wrap .slide-box {
    flex: 0 0 calc(50vw - 30px);
    margin-right: 30px;
  }

  .team-sec-slider-wrap.custom-slider-wrap .slide-img-box .slide-title,
  .board-sec-slider-wrap.custom-slider-wrap .slide-link .slide-title {
    font-size: 2.4vw !important;
    bottom: 2vw !important;
    left: 2vw !important;
  }

  .team-sec-slider-wrap.custom-slider-wrap .slide-social-link-list {
    gap: 2vw;
    margin: 2vw 0;
  }

  .team-sec-slider-wrap.custom-slider-wrap .slide-social-link-list>a {
    font-size: 4vw;
  }

  .custom-modal-content .video-wrapper {
    width: 95vw;
  }

  .custom-modal-content .close-modal {
    top: 1.25vw;
    right: 2.5vw;
    font-size: 4vw;
  }

  .user-img-mobile {
    background-position: center -3.3vw !important;
  }

}

@media (max-width: 767px) {

    .hero-sec-container {
    width: calc(100% + 10vw);
    margin-left: -5vw;
}
.hero-sec-slider-wrap.custom-slider-wrap .slide-box:first-child {
  margin-left: 5vw;
}

  .offcanvas .offcanvas-body {
    padding-block: 8vw;
  }

  .offcanvas .offcanvas-body .modal-content,
  .offcanvas.cycle-section-modal .offcanvas-body .modal-content {
    max-width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .offcanvas .close-btn {
    right: 5%;
    top: 3%;
  }

  .offcanvas .close-btn svg {
    height: 24px;
    width: 24px;
  }

  .offcanvas h2 {
    font-size: 6vw;
    margin-bottom: 3.5vw;
  }

  .offcanvas.single-page-modal {
    height: auto;
  }

  a.step-point-link:hover {
    cursor: unset !important;
  }

  a:hover {
    cursor: unset !important;
  }

  .custom-slider-wrap .slider-btn-wrap .btn-pre {
    font-size: 10vw;
    left: -5vw;
  }

  .custom-slider-wrap .slider-btn-wrap .btn-next {
    font-size: 10vw;
    right: -5vw;
  }

  .custom-slider-wrap.team-sec-slider-wrap .slider-btn-wrap .btn-pre,
  .custom-slider-wrap.board-sec-slider-wrap .slider-btn-wrap .btn-pre {
    left: 0;
  }

  .custom-slider-wrap.team-sec-slider-wrap .slider-btn-wrap .btn-next,
  .custom-slider-wrap.board-sec-slider-wrap .slider-btn-wrap .btn-next {
    right: 0;
  }

  /* Hero section slider */
  .hero-sec-slider-wrap.custom-slider-wrap .slide-box {
    flex: 0 0 calc(86% - 5vw);
    margin-right: 5vw;
  }

  .hero-sec-slider-wrap.custom-slider-wrap {
    height: 263px;
  }

  .team-sec-slider-wrap.custom-slider-wrap .slide-img-box .slide-title,
  .board-sec-slider-wrap.custom-slider-wrap .slide-link .slide-title {
    font-size: 4.3vw !important;
    bottom: 5vw !important;
    left: 5vw !important;
  }

  .team-sec-slider-wrap.custom-slider-wrap .slide-social-link-list {
    gap: 2.5vw;
    margin: 3vw 0;
  }

  .board-sec-slider-wrap.custom-slider-wrap .slide-box {
    flex: 0 0 calc(80% - 20px);
    margin-right: 20px;
  }

  .team-sec-slider-wrap.custom-slider-wrap .slide-box {
    flex: 0 0 calc(80% - 20px);
    margin-right: 20px;
  }

  .team-sec-slider-wrap.custom-slider-wrap .slide-social-link-list>a {
    font-size: 6vw;
  }

  .custom-modal-content .close-modal {
    top: 2.5vw;
    right: 3.5vw;
    font-size: 5vw;
  }

  .big-game::after {
    top: calc(100% - 1.6vw);
    left: -1.2vw;
    height: 2vw;
  }

  .methode-text::after {
    top: calc(100% - 4vw);
    height: 2vw;
  }

  .text-glanzen::after {
    top: calc(100% - 4vw);
    height: 2vw;
  }
  .custom-slider-wrap .slider-btn-wrap {
    display: none;
  }
}