#stage {
    width: 500px;
    height: 500px;
    position: absolute;
    right: 300px;
    top: 20px;
    transform: rotate(3deg);
}

        /* Dotted border like the reference image */
        .box-rect {
            fill: white;
            stroke: #1a1a1a;
            stroke-width: 2;
            stroke-dasharray: 5, 5;
        }

        .word-text {
            font-size: 32px;
            fill: #1a1a1a;
            text-anchor: middle;
            dominant-baseline: central;
            pointer-events: none;
            text-transform: uppercase;
        }

        .control-point {
            fill: #f2a2c0;
            stroke: #1a1a1a;
            stroke-width: 1.5;
        }


        .boxed {
  position: relative;
  display: inline-block;
  padding: 0px 12px; /* space around text */
}

/* Center square around the word */
.boxed::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(132, 132, 132); /* box around text */
  pointer-events: none;
}

/* Top-left corner */
.boxed .corner-tl,
.boxed .corner-tr,
.boxed .corner-bl,
.boxed .corner-br {
  position: absolute;
  width: 6px;
  height: 6px;
  background: hotpink;
  pointer-events: none;
}

.boxed .corner-tl { top: 0; left: 0; }
.boxed .corner-tr { top: 0; right: 0; }
.boxed .corner-bl { bottom: 0; left: 0; }
.boxed .corner-br { bottom: 0; right: 0; }
button#close-btn {
    position: absolute;
    top: 30px;
    right: 0px;
    cursor: pointer;
    width: 100px;
    font-size: 30px;
    border: none;
    background: transparent;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    backdrop-filter: blur(20px);
    background-color: rgb(80 80 80 / 20%);
    margin: auto;
    border: 30px solid #000;
}

/* The "Open" State */
.overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Optional: Add a slight slide-up to the content when opening */
.overlay-content {
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.overlay.is-open .overlay-content {
  transform: translateY(0);
}

.nav-item {
  cursor: pointer;
  margin: 10px 0;
  list-style: none;
}



.asset-card {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 250px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    margin: 15px auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
}

.asset-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 120px;
}

.asset-wrapper svg {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  overflow: visible;
}

.asset-wrapper span {
  font-size: 12px;
  color: #555;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.divider {
  width: 1px;
  height: 80px;
  background: rgba(0,0,0,0.05);
}

.toggle-container {
    width: 130px;
    margin: 40px auto;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 11px rgb(0 0 0 / 37%);
    font-size: 12px;
    position: absolute;
    top: 20%;
    left: 30px;
}

.t-label {
  transition: fill 0.4s ease;
}

#auto-toggle {
  overflow: visible;
}
text.t-label.new-lab{
  color: black;
}
@media (max-width: 968px) {
#stage {
    width: 400px;
    height: 400px;
    position: absolute;
    right: -20%;
    top: 0;
}
}




.animation-wrapper {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: 5%;
}

.main-svg {
  width: 100%;
  height: auto;
  overflow: visible;
  width: 130px;
}

.loop-icon {
  /* This ensures icons scale and rotate from their center */
  transform-origin: center center;
}





#logo-main-container {
    width: 100%;
    display: block !important;
    position: relative;
}

.test-border {
    border: 2px solid blue; /* Blue boxes around each logo wrapper */
    margin: 10px;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

svg {
    display: block !important;
    overflow: visible !important;
}




/*glass nav*/
/* Liquid glass effect class */
.glass-element{
    display: block;
    position: fixed;
    position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 888;
}
.glass {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px) saturate(180%);
    border: 0.0625rem solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2), inset 0 4px 20px rgba(255, 255, 255, 0.3);
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
}
.glass::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(1px);
    box-shadow: inset -10px -8px 0px -11px rgba(255, 255, 255, 1), inset 0px -9px 0px -8px rgba(255, 255, 255, 1);
    opacity: 0.6;
    z-index: -1;
    filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(125%);
    pointer-events: none;
}
.icon {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: rgb(0, 0, 0);
  cursor:pointer  !important;
}

.icon::after {
  border-radius: 0.625rem;
}
.card-content-icon {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.btn-glass {
    position: relative;
    color: rgb(0, 0, 0);
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem; 
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0;
    display: inline-block;
    text-decoration: none;
    width: 150px;
    text-align: center;
    font-weight: 500;
}
.btn-glass::after {
  border-radius: 0.75rem;
}
/* Permanent display for Mobile (968px and below) */
@media (max-width: 968px) {
  .glass-element{
    bottom: 0px !important;
  }
}

@media (min-width: 968px){
    body.inner::after {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 200px;
        pointer-events: none;
        z-index: 777;
        background: linear-gradient(to bottom, rgba(241, 241, 240, 0) 0%, rgb(0 0 0) 80%);
    }
}





/* Fade swiper */
.mySwiperFade {
  width: 100%;
    overflow: hidden;
    background: transparent;
    border-radius: 15px;
    padding: 40px;
}

/* Center image properly */
.mySwiperFade .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0 40px;
    flex-direction: column;
}

/* Image control */
.mySwiperFade img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}

/* Controls (reuse your style but scoped) */
.fade-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

.fade-prev,
.fade-next {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fade-prev::after,
.fade-next::after {
  font-size: 16px;
  font-weight: 900;
  color: black;
}



/* Jumbotron case studdy*/
body{
  margin:0;
}

.case-study-jumbotron{
  position:relative;
  height:220vh;
  background:#050505;
}

.fixed-panel{
  position:fixed;
  inset:0;

  display:flex;
  align-items:center;
  justify-content:center;

  overflow:hidden;
  z-index:100;
  pointer-events:none;
}

.metric{
  position:absolute;

  width:min(900px,90%);
  text-align:center;

  opacity:0;

  transform:
    translateY(60px)
    scale(.96);

  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(.19,1,.22,1);
}

.metric.active{
  opacity:1;

  transform:
    translateY(0)
    scale(1);
}

.metric h2{
  color:white;
  margin:0;

  font-size:clamp(48px,7vw,80px);
  line-height:.95;
  letter-spacing:-4px;
}

.button-text {
  --green: #1BFD9C;
  font-size: 15px;
  padding: 0.3em 0.7em;
  letter-spacing: -0.5px;
  position: relative;
  font-family: monospace;
  border-radius: 0.6em;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 2px solid var(--green);
  background: linear-gradient(to right, rgba(27, 253, 156, 0.1) 1%, transparent 40%,transparent 60% , rgba(27, 253, 156, 0.1) 100%);
  color: var(--green);
  box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1);
  margin-top: 15px;
  display: block;
  margin: 20px auto;
}


.metric-number{
  color:#7db7ff;

  margin-top:24px;
  margin-bottom:10px;

  font-size:24px;
  font-weight:600;
}

.metric span{
  color:rgba(255,255,255,.45);

  font-size:14px;
  letter-spacing:1px;
}

.scroll-hint{
  position:absolute;

  right:40px;
  top:50%;

  transform:
    translateY(-50%)
    rotate(90deg);
}

.scroll-hint span{
  color:rgba(255,255,255,.3);

  font-size:11px;
  letter-spacing:4px;
  text-transform:uppercase;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    backdrop-filter: blur(20px);
    background-color: rgb(0 0 0 / 40%);
    margin: auto;
    border: 30px solid #000;
}


.overlay-content a {
    text-decoration: none;
    font-size:clamp(14px,7vw,50px);
    color: white;
    font-weight: 300;
}

.overlay-content h2{
  color: white;
  margin-bottom: 0 !important;
  font-size: inherit;
}
button#close-btn {
    position: absolute;
    top: 30px;
    right: 25px;
    cursor: pointer;
    width: 100px;
    font-size: 20px;
    border: none;
    background: transparent;
    color: #1bfd9c;
    z-index: 1000;
}
h2.title-text.active.mb-20 a {
  font-weight: 700;
}
.nav-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
a.ext-link {
    color: #f9afff;
    text-decoration: none;
    margin-right: 20px;
}




/*jumbotron work*/
.impact-tools-section{
  position:relative;
  width:100%;
  height:100vh;
  background:transparent;
  overflow:hidden;
}

.scene-wrapper{
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
}

#webgl{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:2;
  pointer-events:none;
}

/* TITLES */

.section-title{
  position:absolute;
  font-size:clamp(48px, 7vw, 120px);
  font-weight:500;
  color:#fff;
  line-height:0.9;
  letter-spacing:-0.07em;
  z-index:5;
  opacity:0;
}

.impact-title{
  top:0.5vw;
  left:0.8vw;
}

.tools-title{
  right:0.8vw;
  bottom:0.5vw;
}

/* LOGO */

.toyota-logo{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  width:420px;
  z-index:6;
  opacity:0;
}

.toyota-logo img{
  width:100%;
  display:block;
}

/* CONTENT */

.content-panel{
  position:absolute;
  z-index:7;
  opacity:0;
}

/* IMPACT */

.impact-content{
  position:absolute;

  top:calc(0.5vw + 95px);
  left:0.8vw;

  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:flex-start;

  gap:20px;

  max-width:1400px;
  top: 150px;
}

/* TOOLS */
#tool-word {
    display: inline-block;
    opacity: 1;
    transition: opacity 4.2s ease;
}

#tool-word.fade {
    opacity: 0;
}

.tools-content{
  position:absolute;

  right:0.8vw;
  bottom:calc(0.5vw + 95px);

  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:flex-end;

  gap:10px;

  max-width:1000px;
}

/* STATS */

.stat{
  min-width:auto;
}

.stat span{
  color: #1bfd9c;
  text-transform:uppercase;
  letter-spacing:0.18em;
  font-size:9px;
  display:block;
  margin-bottom:6px;
}

.stat h3{
  color:#fff;
  font-size:clamp(24px, 3vw, 56px);
  font-weight:500;
  letter-spacing:-0.05em;
  line-height:1;
}

/* TOOL PILLS */

.tools-content span{
  border:1px solid rgba(255,255,255,0.12);
  padding:10px 14px;
  border-radius:999px;
  color:#fff;
  font-size:13px;
  backdrop-filter:blur(10px);
}

/* SCROLL INDICATOR */

.scroll-indicator{
  position:absolute;

  left:50%;
  top:calc(50% - 170px);

  transform:translateX(-50%) translateY(20px);

  z-index:20;

  display:flex;
  flex-direction:column;
  align-items:center;

  gap:10px;

  opacity:0;
}

.mouse{
  width:26px;
  height:42px;
  border:1.5px solid rgba(255,255,255,0.7);
  border-radius:999px;
  position:relative;
}

.wheel{
  width:4px;
  height:8px;
  background:#fff;
  border-radius:999px;

  position:absolute;
  left:50%;
  top:8px;

  transform:translateX(-50%);

  animation:scrollWheel 1.6s infinite;
}

.scroll-indicator span{
  color:#fff;
  font-size:10px;
  letter-spacing:0.2em;
  text-transform:uppercase;
}

@keyframes scrollWheel{

  0%{
    opacity:0;
    transform:translateX(-50%) translateY(0px);
  }

  30%{
    opacity:1;
  }

  100%{
    opacity:0;
    transform:translateX(-50%) translateY(10px);
  }

}

/* MOBILE */

@media(max-width:768px){

  .toyota-logo{
    width:220px;
  }

  .impact-content{
    top:110px;
    gap:16px;
  }

  .tools-content{
    bottom:110px;
    gap:8px;
  }

  .stat h3{
    font-size:28px;
  }

  .tools-content span{
    font-size:11px;
    padding:8px 12px;
  }

  .section-title{
    font-size:58px;
  }

  .scroll-indicator{
    bottom:95px;
  }

}


h3,h1{
  color: white;
}




.tools-content img{
  width: 65px;
}









/*-----Footer*/

.minimal-footer {
  position: relative;
  overflow: hidden;
  border-radius: 78px;
  background: #0e1d17;
}

.minimal-footer {
    position: relative;
    overflow: hidden;
    border-radius: 78px;
    background: #0b0b0b;
    border: solid 25px #0b0b0b;
    padding: 40px 50px;
    margin-bottom: 40px;
}

.minimal-footer::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            ellipse 99% 150% at 50% 113%,
            #0b0b0b 58%,
            #0e1d17 66%,
            #118a59 74%,
            #1BFD9C 100%
        );

    pointer-events: none;
}

.minimal-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            rgba(255,255,255,0.08) 0%,
            rgba(255,255,255,0.03) 10%,
            transparent 25%
        );
}


.footer-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:120px;
  min-height:420px;
  border-radius: 78px;
}

.footer-brand{
  font-size:58px;
  letter-spacing:-0.06em;
  line-height:0.9;
}

.footer-links{
  display:flex;
  gap:160px;
  z-index: 10;
}

.footer-column{
  display:flex;
  flex-direction:column;
}

.footer-label{
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:0.14em;
  color:rgba(255,255,255,0.45);
  margin-bottom:28px;
  font-family:monospace;
}

.footer-column a{
  color:#fff;
  text-decoration:none;
  font-size:18px;
  line-height:1.9;
  transition:0.3s ease;
}

.footer-column a:hover{
  opacity:0.5;
}

.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:60px;
  position: relative;
    z-index: 10;
}

.footer-copy{
  font-size:15px;
  color:rgba(255,255,255,0.4);
  font-family:monospace;
}

.footer-times{
  display:flex;
  gap:120px;
}

.time-block{
  display:flex;
  flex-direction:column;
}

.time-block span{
  font-size:16px;
  margin-bottom:8px;
  font-family:monospace;
  color: white;
}

.time-block div{
  font-size:15px;
  color:rgba(255,255,255,0.45);
  font-family:monospace;
}

/* -----------------------
   MOBILE
----------------------- */

@media(max-width:900px){
  .text-center {
    padding: 20px;
}
  .section {
    padding: 20px;
}

  .minimal-footer{
    padding:30px 24px 34px;
    border: solid 15px #0b0b0b;

  }

  .footer-top{
    flex-direction:column;
    min-height:auto;
    gap:70px;
  }

  .footer-brand{
    font-size:42px;
    color: white;
  }

  .footer-links{
    flex-direction:column;
    gap:70px;
  }

  .footer-bottom{
    margin-top:90px;
    flex-direction:column-reverse;
    align-items:flex-start;
    gap:60px;
    position: relative;
    z-index: 10;
  }

  .footer-times{
    flex-direction:column;
    gap:46px;
  }

}


.footer-brand {
    position: relative;
    height: 250px;
    min-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-text{
  left:0;
  top:0;

  opacity:0;
  transform:translateY(20px);
  letter-spacing: normal;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.footer-text.active{
  opacity:1;
  transform:translateY(0px);
  color: white;
}


.availability-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  letter-spacing: normal;
    padding: 10px 18px;
    border-radius: 999px;
    max-width: fit-content;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);

    font-size: 14px;
    font-weight: 500;
    color: #fff;

    backdrop-filter: blur(10px);
}

.availability-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;

    background: #000;

    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
    }

    70% {
        transform: scale(1.1);
        opacity: 0.8;
        box-shadow: 0 0 0 10px rgba(0,0,0,0);
    }

    100% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}



/*---Footer----*/




.section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.section-label::before {
    content: "";
    width: 60px;
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0),
        rgba(255,255,255,1)
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.8s ease;
}

.section-label.in-view {
    opacity: 1;
    transform: translateY(0);
}

.section-label.in-view::before {
    transform: scaleX(1);
}




/*collab grid*/
.partners-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:4rem;
    width:100%;
}

.partner-card{
    display:flex;
    flex-direction:column;
    gap:1.5rem;
    width:100%;
}

.partner-card p{
  text-align: left;
}

/* Tablet */
@media (max-width: 1024px){

    .partners-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:3rem;
    }

}

/* Mobile */
@media (max-width: 768px){

    .partners-grid{
        grid-template-columns:1fr;
        gap:2.5rem;
    }

}

.partner-card{
    display:flex;
    flex-direction:column;
    align-items:left;
    text-align:left;
    gap:1.5rem;
    
}

.partner-logo{
    height:80px;
    display:flex;
    align-items:left;
    justify-content:left;
}

.partner-logo img{
    max-height:100%;
    width:auto;
    object-fit:contain;
}

.partner-divider{
    width:1px;
    height:60px;
    background-image:radial-gradient(
        circle,
        rgba(255,255,255,.35) 1px,
        transparent 1px
    );
    background-size:1px 10px;
    background-repeat:repeat-y;
    background-position:center;
}

.partner-card p{
    margin:0;
    max-width:320px;
}


.reviews-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:2rem;
    width:100%;
}

.review-card{
    width:100%;
}

.review-card img{
    display:block;
    width:100%;
    height:auto;
}

@media (max-width:1024px){

    .reviews-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
    }

}

@media (max-width:768px){

    .reviews-grid{
        grid-template-columns:1fr;
    }

}




/*Timeline*/
:root{
    --accent:#1BFD9C;
}

.process-tabs{
    width:100%;
    max-width:1100px;
    margin:0 auto;
}

.process-tab-nav{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:50px;
}

.process-tab{
    background:transparent;
    border:1px solid rgba(255,255,255,.1);

    padding:14px 20px;

    color:#fff;

    cursor:pointer;

    text-transform:uppercase;
    letter-spacing:.12em;

    font-size:.75rem;

    transition:.3s ease;
}

.process-tab.active{
    border-color:var(--accent);
    color:var(--accent);
}

.process-tab-content{
    display:none;

    opacity:0;
    transform:translateY(20px);
}

.process-tab-content.active{
    display:block;
    animation:fadeTab .5s ease forwards;
}

.logo-slot{
    width:180px;
    margin:0 auto 40px;
}

.logo-slot img{
    width:100%;
    display:block;
}

.process-flow-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.process-step{
    background:#1f2021;

    padding:20px;

    text-align:center;

    color:#fff;

    text-transform:uppercase;

    letter-spacing:.12em;

    font-size:.8rem;

    position:relative;
}

.process-step::after{
    content:"→";

    position:absolute;

    right:-11px;
    top:50%;

    transform:translateY(-50%);

    color:var(--accent);
}

.process-step:nth-child(4)::after,
.process-step:nth-child(8)::after{
    display:none;
}

@keyframes fadeTab{
    from{
        opacity:0;
        transform:translateY(20px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:768px){

    .process-flow-grid{
        grid-template-columns:1fr;
    }

    .process-step::after{
        content:"↓";

        right:auto;
        left:50%;
        top:auto;
        bottom:-14px;

        transform:translateX(-50%);
    }

    .process-step:last-child::after{
        display:none;
    }

    .logo-slot{
        width:140px;
    }
}