.how-we-work{
  padding:var(--vertical_spacing);
  position: relative;
  background-repeat: no-repeat;
  z-index:10;
}
.how-we-work .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.how-we-work .content-wrapper {
  position: relative;
  z-index: 9;
}
.how-we-work .btn_sec{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
}
.how-we-work .btn_sec .btn_item .icon>span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  width: 100%;
  transition: 0.3s all ease-in-out;
  height: 100%;
}
.how-we-work .btn_sec .btn_item .icon {
  position: relative;
  display: inline-flex;
  min-width: 16px;
  justify-content: center;
  align-items: center;
  height: 16px;
}
.how-we-work .btn_sec .btn_item .icon>span img {
  min-width: 16px;
  object-fit: contain;
}
.how-we-work .btn_sec .btn_item .icon .icon_initial {
  transform: scale(1);
}
.how-we-work .btn_sec .btn_item a.icon_enable {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  gap: 12px;
  padding: 8px 24px 8px 8px;
  text-transform: none;
}

.how-we-work .top-content{
  margin-bottom:56px;
}
.how-we-work .top-content .eyebrow {
  margin-bottom: 16px;
  padding: 6px 16px;
  border-radius: 999px;
  display: inline-block;
}
.how-we-work .btn_sec .btn_item a.icon_enable.icon_alignment_right {
  flex-direction: row-reverse;
}
.how-we-work .btn_sec .btn_item a.icon_enable .icon_wrapper {
  align-items: center;
  display: inline-flex;
  overflow: hidden;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: relative;
  vertical-align: middle;
  background: var(--septenary);
  transition: all .3s ease-in-out;
  border-radius: 3px;
  flex-shrink: 0;
}
.how-we-work .btn_sec .btn_item a.icon_enable span.icon.initial_icon {
  transform: translate(0);
  transition: all .3s ease-in-out;
}
.how-we-work .btn_sec .btn_item a.icon_enable .icon_wrapper span.icon.hover_icon {
  transform: translate(0px, 30px);
  transition: all .3s ease-in-out;
}
.how-we-work .btn_sec .btn_item a.icon_enable .icon {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  position: absolute;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-we-work .btn_sec .btn_item a.icon_enable .icon svg circle,
.how-we-work .btn_sec .btn_item a.icon_enable .icon svg path,
.how-we-work .btn_sec .btn_item a.icon_enable .icon svg {
  fill: var(--senary);
}
.how-we-work .btn_sec .btn_item a.icon_enable .icon svg {
  width: 17px;
  height: 16px;
}
.how-we-work .btn_sec .btn_item a.icon_enable:hover .icon_wrapper {
  background: var(--senary);
}
.how-we-work .btn_sec .btn_item a.icon_enable:hover .oneM_icon .hover_icon {
  transform: translate(0);
  transition: all .3s ease-in-out;
}
.how-we-work .btn_sec .btn_item a.icon_enable:hover span.icon.initial_icon {
  transform: translate(0px, -66px);
}
.how-we-work .btn_sec .btn_item a.icon_enable:hover .icon_wrapper span.icon.hover_icon {
  transform: translate(0px);
}
.how-we-work .btn_sec .btn_item a.icon_enable:hover .icon_wrapper svg,
.how-we-work .btn_sec .btn_item a.icon_enable:hover .icon_wrapper svg circle ,
.how-we-work .btn_sec .btn_item a.icon_enable:hover .icon_wrapper svg path{
  fill: var(--septenary);
}
.how-we-work .btn_sec .btn--secondary a.icon_enable .icon_wrapper {
  background: var(--senary);
}
.how-we-work .btn_sec .btn--secondary a.icon_enable .icon svg, 
.how-we-work .btn_sec .btn--secondary a.icon_enable .icon svg circle,
.how-we-work .btn_sec .btn--secondary a.icon_enable .icon svg path{
  fill: var(--primary_color);
}
.how-we-work .btn_sec .btn--secondary a.icon_enable:hover .icon_wrapper {
  background: var(--senary);
}
.how-we-work .btn_sec .btn--secondary a.icon_enable:hover .icon svg, 
.how-we-work .btn_sec .btn--secondary a.icon_enable:hover .icon svg circle,
.how-we-work .btn_sec .btn--secondary a.icon_enable:hover .icon svg path{
  fill: var(--septenary);
}
.how-we-work .btn_sec .btn_item a.icon_enable.icon_alignment_right {
  padding: 8px 8px 8px 24px;
}

.how-we-work .hww-desktop {
  display: block;
}

.how-we-work .hww-mobile {
  display: none;
}

/* .how-we-work .sticky-wrapper {
position: relative; 
} */

/* .how-we-work .sticky-inner {
position: sticky;
top: 0;
height: 100vh;
overflow: hidden;
display: flex;
flex-direction: column;
} */

.how-we-work .hww-header {
  text-align: center;
  padding: 52px 24px 0;
  flex-shrink: 0;
}

/* .how-we-work .lottie-stage {
flex: 1;
position: relative;
}
*/

/* .how-we-work .lottie-slide {
position: absolute;
opacity: 0;
transform: translateY(28px);
transition: opacity 0.5s ease, transform 0.5s ease;
pointer-events: none;
display: flex;
align-items: center;
justify-content: center;
width:100%;
min-height: 100vh;

} */

/* .how-we-work .lottie-slide.is-active {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
.how-we-work .lottie-slide.is-above {
opacity: 0;
transform: translateY(-28px);
} */
.how-we-work .hww-desktop {
  position: relative;
}
.how-we-work .hww-scroll-track {
  position: relative;
  z-index: 1;
}
.how-we-work .hww-scroll-zone {
  height: 150vh;
}
.how-we-work .hww-sticky-panel {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.how-we-work .hww-lottie-wrap {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  max-height: 705px;
  opacity: 0;
/*   transition: opacity 0.4s ease; */
}
.how-we-work .hww-lottie-wrap.is-active {
  opacity: 1;
}

.how-we-work .lottie-player {
  width: min(860px, 94vw);
  height: min(360px, 54vh);
}

.how-we-work .hww-dots {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}
.how-we-work .hww-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(26, 31, 60, 0.18);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.how-we-work .hww-dot.active {
  background: var(--navy);
  transform: scale(1.5);
}

.how-we-work .scroll-hint {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.76rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.65;
  transition: opacity 0.4s;
  animation: bobble 2.2s ease-in-out infinite;
  white-space: nowrap;
}
.how-we-work .scroll-hint svg {
  width: 13px;
  height: 13px;
}

@keyframes bobble {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

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


/* ═══ FULLSCREEN OVERLAY ═══ */
.how-we-work .fs-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(6, 10, 24, 0.97);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.how-we-work .fs-overlay.open {
  display: flex;
}

.how-we-work .fs-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.how-we-work .fs-close: hover {
  background: rgba(255, 255, 255, 0.2);
}

.how-we-work #fsSplide {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.how-we-work .fs-slide-inner {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
}

.how-we-work .fs-lottie-cont {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}

.how-we-work #fsSplide .splide__arrow {
  background: rgba(255, 255, 255, 0.15) !important;
}

.how-we-work #fsSplide .splide__arrow svg {
  fill: #fff !important;
}

.how-we-work #fsSplide .splide__pagination {
  bottom: -32px !important;
}

.how-we-work #fsSplide .splide__pagination__page {
  background: rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important;
}

.how-we-work #fsSplide .splide__pagination__page.is-active {
  background: #3fd68b !important;
  transform: scale(1.3) !important;
}

.how-we-work .om-impact__arrows {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.how-we-work .om-impact__arrows svg {
  width: 15px;
}

.how-we-work .om-impact__arrows button {
  padding: 10px;
}
@media (min-width: 768px) {
  .how-we-work .fs-overlay, .how-we-work .fs-overlay.open {
    display: none;
  }
}

@media (max-width: 767px) {
  .how-we-work .hww-desktop {
    display: none;
  }

  .how-we-work .hww-mobile {
    display: block;
  }

  .how-we-work .splide__slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .how-we-work .m-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }

  .how-we-work .m-lottie-cont {
    width: 100%;
    height: 100%;
  }

  .how-we-work .expand-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 30px;
    height: 30x;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: transform 0.18s;
  }
  .how-we-work .expand-btn: active {
    transform: scale(0.9);
  }

  .how-we-work .splide__pagination {
    bottom: -42px !important;
  }

  .how-we-work .splide__pagination__page {
    background: rgba(26, 31, 60, 0.2) !important;
    opacity: 1 !important;
  }

  .how-we-work .splide__pagination__page.is-active {
    background: var(--navy) !important;
    transform: scale(1.4) !important;
  }
  .how-we-work .top-content{
    margin-bottom:32px;
  }
}



@media(max-width:640px){
  .how-we-work .btn_sec {
    flex-direction: column;
  } 