.pillars--ImageBox img {
    width: 100%;
    border-radius: 34px;
}

.pillars--Outerbox {
    text-align: center;
    background: #DBDBDB;
    padding: 20px 50px 50px;
    border-radius: 20px;
}

.pillars--Outerbox h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bottom--Pointers {
    display: flex;
    justify-content: space-evenly;
}

.bottom-pillar-title {
    width: 100%;
    text-align: center;
}

.bottom-pillar-title h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: var(--primary-color);
}
.lottie-hover{
    /* height:180px; */
    width:100%;
    cursor:pointer;
}

.lottie-hover svg{
    height:100%;
    width:100%;
}
/* .pillars--ImageBox{
    transition:transform .3s ease;
}

.pillars--ImageBox:hover{
    transform:scale(1.05);
} */

section.how_we_gruve__section {
    background: #F6F6F6;
    padding: 80px 0px;
}

.bottom--Pointers {
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    margin: 30px 0px;
}

.future--stack h3 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.future--stack {
    padding: 40px;
    background: #fff;
    border-radius: 16px;
}

.block--fstack {
    text-align: center;
}

.pillars--ImageBox img {
    width: 100%;
    border-radius: 34px;
}

.pillars--Outerbox {
    text-align: center;
    background: #DBDBDB;
    padding: 20px 50px 50px;
    border-radius: 20px;
}

.pillars--Outerbox h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bottom--Pointers {
    display: flex;
    justify-content: space-evenly;
}

.bottom-pillar-title {
    /* width: 100%; */
    text-align: center;
    position: relative;
}

.bottom-pillar-title h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: var(--primary-color);
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 0px 20px;
    z-index: 1;
}
.border-bet {
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid var(--primary-color);
    right: -50%;
    top: 15px;
}
.lottie-hover{
    /* height:180px; */
    width:100%;
    cursor:pointer;
}

.lottie-hover svg{
    height:100%;
    width:100%;
}
/* .pillars--ImageBox{
    transition:transform .3s ease;
}

.pillars--ImageBox:hover{
    transform:scale(1.05);
} */

section.how_we_gruve__section {
    background: #F6F6F6;
    padding: 80px 0px;
}

.bottom--Pointers {
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    margin: 30px 0px;
    position: relative;
    text-align: center;
}

.border-topp {
    position: absolute;
    width: 1px;
    height: 55px;
    border-left: 1px solid var(--primary-color);
    top: -30px;
    display: none;
}

.future--stack h3 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.future--stack {
    padding: 40px;
    background: #fff;
    border-radius: 16px;
}

.block--fstack h5 {
    font-size: 18px;
    line-height: 24px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.block--fstack {
    text-align: center;
    margin: 15px 0px 30px;
}

.bottom--Pointers .middle--arrow {
    position: absolute;
}

.middle--arrow.left--arrow {
    top: -32px;
    left: 0;
    right: 485px;
    width: auto;
}

.middle--arrow.right--arrow {
    top: -32px;
    left: 463px;
    right: 0;
    width: auto;
}

/* Segment Bar */
  .segment-wrapper {padding: 0 20px;margin-top: 40px;margin-bottom: 20px;}
  .segment-bar {
    border: 1.5px solid #fff;
    border-radius: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 50px;
    position: relative;
  }
  .seg-item {
    flex: 1;
    text-align: center;
    position: relative;
  }
  .seg-item span {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
  }
  .seg-line {
    width: 175px;
    height: 2px;
    background: var(--primary-color);
    flex-shrink: 0;
  }

  /* Vertical connectors */
  .seg-vert-up {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 42px;
    background: #2eaa6e;
  }
  .seg-vert-down {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .seg-vert-down .vline { width: 2px; height: 22px; background: var(--primary-color); }
  .seg-vert-down .varrow { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 7px solid var(--primary-color); }


@media(max-width:768px){
    .middle--arrow {display: none;}

    .bottom--Pointers {
        display: grid;
    }

    .border-topp {
        display: none;
    }

    .segment-bar {
      flex-direction: column;
      border-radius: 20px;
      padding: 25px 20px;
      gap: 0;
    }
    .seg-line { width: 2px; height: 35px; }
    .seg-vert-up, .seg-vert-down { display: none; }
}

@media (min-width:1024px) and (max-width:1366px){
    .block--fstack p {
        font-size: 14px;
        line-height: 19px;
    }

    .block--fstack h5 {
        font-size: 15px;
    }
}

@media (min-width:820px) and (max-width:1180px){
    .block--fstack p {
        font-size: 14px;
        line-height: 19px;
    }

    .block--fstack h5 {
        font-size: 15px;
    }
}