@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

:root {
  --textcolor: #232636;
  --white: #ffffff;
  --black: #000000;
  --primary: #653a30;
  --secondary: #c81e1e;
  --graycolor: #f3f3f3;
}

html,
body {
  font-family: "Outfit", sans-serif !important;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  color: var(--textcolor);
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #ffffff;
}

/*---- Comman stylesheet ----*/
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li,
p {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

button,
input,
a,
textarea,
select {
  outline: 0 !important;
  box-shadow: unset !important;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

*,
::after,
::before {
  box-sizing: border-box;
}

/*---- Comman stylesheet ----*/

.hero-connected-finance-main {
  padding: 30px;
}

.hero-connected-finance-cover {
  background: url(../images/hero-bg-image.png) top center no-repeat;
  text-align: center;
  position: relative;
  background-size: cover;
  padding: 25px;
  width: 100%;
  border-radius: 28px;
}

.hero-connected-finance-cover::after {
  content: "";
  background: url(../images/layer-icon-1.png) top center no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 335px;
  height: 240px;
  background-size: 100%;
}

.hero-connected-finance-cover img {
  width: 80px;
  position: absolute;
  top: 40px;
  left: 40px;
}

.hero-connected-finance-iner {
  padding-top: 110px;
  padding-bottom: 110px;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero-connected-finance-iner h1 {
  width: 100%;
  color: #ffffff;
  font-weight: 300;
  font-size: 46px;
}

.hero-connected-finance-iner h1 span {
  width: 100%;
  display: inline-block;
  font-weight: 600;
}

.hero-connected-finance-iner p {
  width: 100%;
  color: #ffffff;
  opacity: 0.8;
  font-size: 18px;
  margin-bottom: 35px;
  margin-top: 18px;
  text-transform: capitalize;
}

.hero-connected-finance-iner a {
  padding: 16px 15px;
  display: inline-block;
  border-radius: 43px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  color: #ffffff;
}

.ScheduleaDemoBtn {
  background-color: #ffffff;
  color: #303030 !important;
}

.LearnMoreBtn {
  width: 180px;
}

.demand-access-cover {
  padding: 25px;
  padding-bottom: 0px;
  width: 100%;
}

.demand-access-main {
  background-color: #e5e7eb;
  border-radius: 35px;
  padding-top: 45px;
  position: relative;
  padding-bottom: 90px;
}

.demand-access-iner-main {
  display: inline-flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
}

.demand-access-iner-main::after {
  content: "";
  background: url(../images/layer-icon-3.png) top center no-repeat;
  width: 180px;
  height: 140px;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.demand-access-iner-left {
  margin-bottom: 35px;
}

.demand-access-iner-left h3 {
  color: #030303;
  font-size: 26px;
  line-height: 1.5;
}

.demand-access-iner-right {
  margin-top: 160px;
  display: inline-block;
  width: auto;
  margin-right: 110px;
}

.demand-access-iner-right h6 {
  font-size: 16px;
  margin-bottom: 32px;
}

.demand-access-iner-right img {
  width: 100px;
}

.demand-access-box-cover {
  display: inline-flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 25px;
  margin-top: 70px;
}

.demand-access-box-iner {
  width: 100%;
}

.demand-access-box-card {
  background-color: #ffffff;
  border-radius: 32px;
  padding: 25px;
  position: relative;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  height: 270px;
  align-content: space-between;
}

.demand-access-box-card p {
  width: 100%;
  font-size: 16px;
  color: #696969;
  font-weight: 400;
}

.demand-access-box-card h6 {
  width: 100%;
  color: #030303;
  font-weight: 600;
  font-size: 36px;
}

.demand-access-box-card img {
  width: 75px;
  position: absolute;
  top: 28px;
  right: 30px;
}

.Data-Decisions-main {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}

.Data-Decisions-title {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 35px;
}

.Data-Decisions-title h2 {
  color: #030303;
  font-size: 28px;
  line-height: 1.5;
}

.Data-Decisions-title p {
  font-size: 18px;
  color: #030303;
}

.Data-Decisions-iner {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}

.Data-Decisions-card {
  width: 32%;
  padding: 32px;
  border: 1px dashed #b4b4b4;
  border-radius: 28px;
}

.with50 {
  width: 49%;
}

.Data-Decisions-card img {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
}

.Data-Decisions-card h3 {
  font-size: 22px;
  color: #030303;
  margin-bottom: 12px;
  width: 100%;
}

.Data-Decisions-card p {
  font-size: 16px;
  color: #5e5e5e;
  margin-bottom: 0px;
}

/** Scrool Efect Start **/
.container-fluid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px !important;
}

/** Scrool Efect Start **/
.everything-you-need-section {
  margin-bottom: 60px;
  width: 100%;
  position: relative;
}

.everything-you-need-line-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.draw-section {
  height: auto;
}
.everything-you-need-first-wrap {
  position: relative;
  z-index: 1;
}
.mask-wrapper {
  height: 100%;
}
.mask-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 580px;
  margin: 0 auto;
  right: 0;
}
.everything-title-wrap {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-bottom: 285px;
  padding-top: 205px;
}

.everything-title-wrap h2 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  margin: 0;
  background-color: #ffffff;
}

.everything-img-wrap {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #00000033;
  box-shadow: 0px 11px 30px 0px #00000026;
}

.everything-you-need-box-wrap:nth-child(5n + 1) a {
  background-color: #bbfbff;
  background-image: url("../images/svg/bg-vector.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.everything-you-need-box-wrap:nth-child(5n + 2) a {
  background-color: #fcffa8;
}

.everything-you-need-box-wrap:nth-child(5n + 3) a {
  background-color: #e0dbff;
}

.everything-you-need-box-wrap:nth-child(5n + 4) a {
  background-color: #ffd7f9;
}

.everything-you-need-box-wrap:nth-child(5n + 5) a {
  background-color: #d6e7ff;
}

.everything-you-need-box-main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.everything-you-need-box-wrap {
  width: calc(20% - 16px);
}

.everything-you-need-box-wrap a {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  padding: 20px;
  height: 100%;
  border: 1px dashed #000000;
  text-decoration: none !important;
}

.everything-you-need-box-wrap a img {
  width: 40px;
}

.everything-you-need-box-wrap a h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 12px;
}

.everything-you-need-box-wrap a p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-transform: capitalize;
  color: #00000099;
}

/* <!-- The Future Operating System for Finance Section  --> */
section.future-operating-system-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.future-operating-system-inner {
  background: #bbfbff;
  padding: 75px 100px;
  border-radius: 30px;
}

.site-tab-pane {
  display: none;
}

.site-tab-pane.active {
  display: block;
}

.future-operating-system-tab-list {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
}

.future-operating-system-tab-list ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 12px;
  align-items: center;
}

.site-nav-item.active {
  background: #000000;
  border-radius: 50px;
  color: #ffffff;
}

.site-nav-item {
  padding: 9px 30px 15px 30px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #000000a1;
}

.site-nav-item.active a.site-navl-link {
  color: #ffffff;
}

.future-operating-system-tab-list ul li a.site-navl-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  color: #000000cc;
}

.future-operating-system-tab {
  width: 100%;
  display: inline-block;
}

.future-operating-detailswrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  text-align: left;
}

.future-operating-detail-left {
  width: 50%;
  display: inline-flex;
  padding-right: 20px;
  flex-wrap: wrap;
}

.future-operating-detail-right {
  width: 50%;
  display: inline-block;
  padding-left: 20px;
}

.future-text-wrap h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #030303;
  margin-top: 0;
  margin-bottom: 12px;
}

.future-text-wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  color: #030303;
  margin-bottom: 0;
}

.future-data-layer-main {
  width: 100%;
  display: inline-block;
  border-top: 2px dashed #00000033;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 44px;
}

.future-data-layer-boxwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.future-data-layer-box {
  width: calc(50% - 10px);
}

.future-data-layer-box img {
  width: 30px;
}

.future-data-layer-box h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 0;
}

.future-data-layer-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-transform: capitalize;
  color: #00000099;
}

.future-data-btn-wrap {
  width: 100%;
  display: inline-block;
}

.future-operating-img-wrap {
  width: 100%;
  display: inline-block;
}

.future-operating-img-wrap img {
  width: 100%;
  border-radius: 36px;
  height: 290px;
  object-fit: cover;
}

.future-operating-list-wrap {
  width: 100%;
  display: inline-block;
  border-top: 2px dashed #00000033;
  padding-top: 25px;
  margin-top: 35px;
}

.future-operating-list-wrap p {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 8px 0 8px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.future-operating-list-wrap p::after {
  content: "";
  display: inline-block;
  background-image: url("../images/svg/right-check.svg");
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 8px;
}

.midoffice-primary-btn {
  width: auto;
  display: inline-block;
  padding: 18px 40px;
  background: #000000;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

/* SLider CSS  */
.spacer {
  height: 100vh;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-tabs-section {
  position: relative;
  background: #fff;
}

.scroll-tabs-inner {
  position: sticky;
  top: 25px;
  height: 95vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  z-index: 9;
  transition: background-color 0.3s ease;
  padding: 75px 100px;
  border-radius: 35px;
}

.site-tab-nav {
  display: inline-flex;
  gap: 20px;
  overflow-x: auto;
  z-index: 10;
  background: inherit;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 12px;
  /* width: 72%;
    margin: auto; */
}

.site-tab-slider {
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
  white-space: nowrap;
  height: 100%;
  padding-top: 60px;
}

.site-tab-pane {
  display: inline-block;
  /* width: 100vw; */
  width: calc(100vw - 275px);
  height: calc(100vh - 80px);
  vertical-align: top;
}

footer {
  height: 100vh;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-tabs-inner,
.site-tab-nav,
.tab-pane {
  transition: background-color 0.4s ease;
}

/* SLider CSS  */

/* <!-- The Future Operating System for Finance Section  --> */

/* <!-- Ready to Transform Finance — and Lead Business Performance? --> */
.finace-tranform-list-wrap {
  position: relative;
  width: 100%;
}
.finace-tranform-list-wrap .content {
  position: relative;
  z-index: 1;
}

.finace-tranform-list-wrap:after {
  content: "";
  background-image: url("../images/svg/transform-finance.svg");
  width: 340.59px;
  height: 240.97px;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
}

.title {
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: #030303;
  margin: 0;
}

.feature-list {
  list-style-type: none;
  padding: 40px 0;
  max-width: 245px;
  width: 100%;
  margin: 0 auto;
}

.feature-text::before {
  content: "✓";
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-right: 15px;
}

.feature-text {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0;
  margin: 0;
  color: #030303;
}

.finace-tranform-list-wrap {
  background: #e5e7eb;
  padding: 100px 0;
  border-radius: 35px;
  padding-left: 25px;
  padding-right: 25px;
}

.finace-tranform-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.midoffice-secondary-btn {
  width: auto;
  display: inline-block;
  border: 1px solid #030303;
  border-radius: 50px;
  padding: 18px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #030303;
}

.finace-tranform-btn .midoffice-primary-btn {
  padding: 18px 65px;
}

.finace-tranform-list-wrap .content h3 br {
  display: none;
}

/* <!-- Ready to Transform Finance — and Lead Business Performance? --> */

/***** New Slider Start ******/
.full-page-wrapper {
  width: 100%;
}

/* Normal Sections */
.normal-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section-content {
  text-align: center;
  color: white;
}

.section-1 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.section-2 {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.section-3 {
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.section-content h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.section-content p {
  font-size: 1.5rem;
}

/* Tab Slider Section */
.tab-slider-section {
  height: 100vh;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
}

/* Tab Navigation */
.tab-navigation {
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 1000;
  width: 100%;
}

.tab-buttons {
  /* display: flex;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: nowrap; */
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 12px;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.tab-btn {
  color: #000000;
  padding: 10px 22px 10px;
  border: 0px;
  background-color: transparent;
}
.tab-btn.active {
  background: #000000;
  color: #ffffff;
  border-radius: 50px;
}

.tab-number {
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0.7;
}

.tab-text {
  font-size: 1rem;
  font-weight: 600;
}

.tab-btn.active .tab-number,
.tab-btn.active .tab-text {
  opacity: 1;
}

/* Swiper Container */
.slider-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-content {
  text-align: center;
  padding: 60px 60px;
  padding-top: 145px;
  border-radius: 20px;
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  position: relative;
}
.slide-content::after {
  content: "";
  background: url(../images/layer-icon-4.png) top center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 65%;
  background-size: 100% 100%;
}
.slide-1 .slide-content {
  background-color: #bbfbff;
}
.slide-2 .slide-content {
  background-color: #fcffa8;
}
.slide-3 .slide-content {
  background-color: #e0dbff;
}
.slide-4 .slide-content {
  background-color: #ffd7f9;
}
.slide-5 .slide-content {
  background-color: #d6e7ff;
}

/* Progress indicator */
.progress-indicator {
  position: fixed;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.progress-bar {
  width: 4px;
  height: 200px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: relative;
}

.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #007bff;
  border-radius: 2px;
  transition: height 0.4s ease;
  height: 20%;
}

.section-locked .progress-indicator {
  opacity: 1;
}
/***** New Slider End ******/

/* <!-- The Future Operating System for Finance Section  --> */

/*** On Scrool Box Animaiton CSS Start ***/
.hero-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
}

.hero-section h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-section p {
  font-size: 1.3rem;
  opacity: 0.9;
  max-width: 600px;
  margin-bottom: 2rem;
}

.scroll-hint {
  font-size: 1rem;
  opacity: 0.7;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  opacity: 0.7;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

/* Main sticky container */
.sticky-container {
  position: relative;
  height: 800vh; /* Extended scroll height for smooth animation */
}

.sticky-container-main {
  position: relative;
  width: 100%;
}
.sticky-container-main::before {
  content: "";
  background: url(../images/layer-icon-2.png) top center no-repeat;
  position: sticky;
  left: 0;
  bottom: 0;
  top: 40%;
  width: 350px;
  height: 310px;
  background-size: 100%;
  display: inline-block;
}
.sticky-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.boxes-stack {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box {
  position: absolute;
  width: 700px;
  height: 100px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  /* backdrop-filter: blur(15px); */
  /* border: 2px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); */
  /* Start from top */
  transform: translateY(-600px);
  opacity: 0;
  transition: opacity 0.1s ease;
}

.box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.TextBoxCover {
  position: absolute;
  left: 470px;
  bottom: 76px;
  border: 1px dashed #030303;
  border-radius: 12px;
  padding: 15px;
  text-align: left;
  width: 260px;
}
.TextBoxCover::after {
  content: "";
  position: absolute;
  top: 46%;
  left: -94px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.TextBoxCover::before {
  content: "";
  position: absolute;
  top: 51%;
  width: 60px;
  height: 1px;
  left: -90px;
  background-color: #000000;
}
.TextBoxCover h6 {
  color: #030303;
  font-size: 16px;
  font-weight: 500;
}
.TextBoxCover p {
  color: #030303;
  font-size: 15px;
  font-weight: normal;
  margin: 0px;
}

.is-almost-settled .TextBoxCover {
  border-color: #ffffff;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px;
  bottom: 100px;
}
.is-almost-settled .TextBoxCover h6 {
  color: #6b6b6b;
}
.is-almost-settled .TextBoxCover p {
  display: none;
}
.is-almost-settled .TextBoxCover::after {
  content: "";
  display: none;
}
.is-almost-settled .TextBoxCover::before {
  content: "";
  display: none;
}

.box-number {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 5px;
  font-weight: 400;
}

.box-title {
  font-size: 1.2rem;
  font-weight: 700;
}

/* Progress indicator */
.progress-container {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  display: none !important;
}

.progress-text {
  font-size: 0.8rem;
  opacity: 0.7;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}

.progress-bar {
  width: 4px;
  height: 300px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.progress-fill {
  width: 100%;
  height: 0%;
  background: linear-gradient(
    180deg,
    #667eea,
    #764ba2,
    #ff6b6b,
    #4ecdc4,
    #6c5ce7
  );
  border-radius: 2px;
  transition: height 0.1s ease;
}

.box-indicators {
  position: absolute;
  left: -15px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.box-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  position: relative;
}

.box-indicator.active {
  background: #667eea;
  transform: scale(1.3);
  box-shadow: 0 0 10px rgba(102, 126, 234, 0.6);
}

.box-indicator::after {
  content: attr(data-number);
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.box-indicator.active::after {
  opacity: 1;
}

.completion-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
}

.completion-content {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.completion-content.show {
  opacity: 1;
  transform: translateY(0);
}

.completion-content h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.completion-content p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.box.is-coming {
}
.box.is-settled {
}
.finance-layer-title {
  position: absolute;
  top: 18%;
  left: 0px;
}
.finance-layer-title h3 {
  font-size: 34px;
  line-height: 1.3;
}
/*** On Scrool Box Animaiton CSS End ***/

@media (max-width: 1350px) {
  .mask-wrapper {
    height: 510px;
  }
  .everything-title-wrap{
    padding-bottom: 275px;
    padding-top: 165px;
  }
}
@media (max-width: 1199px) {
  .sticky-container-main .container {
    max-width: 100%;
  }
  .sticky-wrapper {
    overflow: visible;
  }
  .tab-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1080px) {
  .TextBoxCover {
    left: 420px;
    width: 170px;
  }
  .TextBoxCover::before {
    left: -40px;
  }
  .TextBoxCover::after {
    left: -44px;
  }
  .TextBoxCover::before {
    width: 20px;
  }
}
@media (max-width: 991px) {
  .everything-you-need-section {
    height: auto;
  }
  .future-operating-detail-right {
    width: 100%;
    padding-left: 0px;
  }
  .slide-content::after {
    display: none;
  }
  .slider-container {
    height: auto;
  }
  .tab-slider-section {
    height: auto;
  }
  .slide-content {
    height: auto;
  }
  .future-operating-detail-left {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0px;
  }
  .slide-content {
    padding-top: 175px;
  }
  .everything-you-need-box-wrap {
    width: calc(50% - 16px);
  }
  .everything-title-wrap {
    padding-bottom: 55px;
    padding-top: 65px;
  }
  .mask-wrapper {
    display: none;
  }
  .demand-access-box-iner {
    width: 48%;
  }
  .demand-access-box-cover {
    flex-wrap: wrap;
  }
  .demand-access-iner-left h3 br {
    display: none;
  }
  .Data-Decisions-title {
    flex-wrap: wrap;
  }
  .Data-Decisions-card {
    width: 48%;
  }
  .scroll-tabs-section {
    height: auto !important;
  }

  .scroll-tabs-inner {
    position: relative;
    height: auto;
  }

  .tab-slider {
    flex-direction: column;
    transform: none !important;
  }

  .tab-pane {
    min-width: 100%;
    height: auto;
  }

  .tab-nav {
    position: relative;
    flex-wrap: wrap;
  }

  footer {
    height: auto;
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }

  .box {
    width: 90%;
    max-width: 500px;
    height: 80px;
    font-size: 1.1rem;
  }

  .box-title {
    font-size: 1rem;
  }

  .progress-container {
    right: 20px;
  }

  .progress-bar {
    height: 200px;
  }

  .completion-content h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-list {
    padding: 20px 0;
    max-width: 315px;
  }
  .midoffice-secondary-btn {
    padding: 18px 12px;
  }
  .finace-tranform-btn .midoffice-primary-btn {
    padding: 4px 20px;
  }
  .finace-tranform-list-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .finace-tranform-list-wrap .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .TextBoxCover {
    display: none;
  }
  .future-data-layer-main {
    margin-top: 30px;
    margin-bottom: 14px;
  }
  .future-data-layer-box {
    width: 100%;
  }
  .demand-access-box-iner {
    width: 100%;
  }
  .Data-Decisions-card {
    width: 100%;
  }
  .sticky-container-main::before {
    top: 45%;
    width: 170px;
    height: 140px;
  }
  .demand-access-main {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 30px;
    padding-top: 35px;
  }
  .demand-access-iner-right {
    margin-right: 50px;
    margin-top: 90px;
  }
  .demand-access-iner-main::after {
    display: none;
  }
  .Data-Decisions-title {
    margin-bottom: 8px;
  }
  .Data-Decisions-main {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .Data-Decisions-title h2,
  .Data-Decisions-title p {
    width: 100%;
  }
  .Data-Decisions-title h2 br,
  .Data-Decisions-title p br {
    display: none;
  }
  .hero-connected-finance-iner p br {
    display: none;
  }
  .hero-connected-finance-iner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .hero-connected-finance-cover::after {
    opacity: 0.5;
    width: 210px;
    height: 150px;
  }
  .container {
    max-width: 100% !important;
  }
  .slide-content {
    padding-top: 130px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .tab-navigation {
    padding-left: 35px;
    padding-right: 35px;
  }
  .tab-buttons {
    white-space: nowrap;
    overflow: auto;
  }
}

@media screen and (max-width: 550px) {
  .tab-navigation .tab-text {
    font-size: 16px;
  }
  .tab-navigation .tab-text {
    font-size: 16px;
  }
  .future-operating-list-wrap {
    padding-top: 20px;
    margin-top: 25px;
  }
  .slide-content {
    padding-top: 120px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
  }
  .everything-you-need-section {
    margin-bottom: 30px;
  }
  .midoffice-primary-btn {
    padding: 15px 18px;
  }
  .future-data-layer-boxwrap {
    gap: 10px;
  }
  .future-data-layer-box p {
    line-height: 1.5;
  }
  .future-text-wrap p {
    line-height: 1.5;
  }
  .future-text-wrap h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .demand-access-box-card {
    padding: 20px;
    height: auto;
  }
  .demand-access-iner-left {
    margin-bottom: 6px;
  }
  .demand-access-iner-right h6 {
    margin-bottom: 16px;
  }
  .demand-access-iner-right img {
    width: 80px;
  }
  .Data-Decisions-card {
    padding: 24px;
  }
  .Data-Decisions-main {
    margin-top: 10px;
  }
  .Data-Decisions-title h2 {
    font-size: 24px;
  }
  .LearnMoreBtn {
    width: auto;
  }
  .hero-connected-finance-iner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero-connected-finance-cover img {
    width: 50px;
    top: 20px;
    left: 20px;
  }
  .hero-connected-finance-cover::after {
    display: none;
  }
  .hero-connected-finance-iner a {
    padding: 10px 12px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .hero-connected-finance-iner p {
    font-size: 16px;
  }
  .hero-connected-finance-iner h1 {
    font-size: 26px;
  }
  .demand-access-iner-left h3 {
    font-size: 24px;
  }
  .demand-access-box-cover {
    margin-top: 30px;
  }
  .demand-access-iner-right {
    margin-right: 0;
    margin-top: 10px;
  }
  .demand-access-iner-main {
    flex-wrap: wrap;
  }
  .everything-title-wrap {
    padding-bottom: 25px;
    padding-top: 60px;
  }
  .everything-title-wrap h2 {
    font-size: 28px;
  }
  .everything-you-need-box-wrap {
    width: calc(100% - 0px);
  }
}
@media screen and (max-width: 479px) {
  .everything-you-need-section {
    padding-left: 5px;
    padding-right: 5px;
  }
  .Data-Decisions-main {
    padding-left: 5px;
    padding-right: 5px;
  }
  .demand-access-cover {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-list {
    max-width: 100%;
  }
  .finace-tranform-list-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-connected-finance-main {
    padding: 15px;
  }
  .hero-connected-finance-cover {
    padding: 18px;
  }
  .Data-Decisions-card {
    padding: 20px;
  }
  .demand-access-box-card h6 {
    font-size: 24px;
  }
  .demand-access-box-card img {
    width: 55px;
  }
  .demand-access-main {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .finance-layer-title h3 {
    font-size: 28px;
  }
  .finance-layer-title {
    top: 8%;
  }
  .sticky-container-main::before {
    top: 160px;
  }
}

@media screen and (max-width: 414px) {
  .finace-tranform-btn .midoffice-primary-btn {
    padding: 18px 20px;
  }
  .finace-tranform-btn {
    flex-wrap: wrap;
    gap: 12px;
  }
  .future-operating-list-wrap p {
    padding-left: 25px;
  }
  .future-operating-list-wrap p::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 13px;
  }
  .slide-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
  .future-text-wrap h2 {
    font-size: 22px;
  }
  .future-text-wrap p {
    font-size: 15px;
  }
  .hero-connected-finance-iner p {
    margin-bottom: 15px;
    margin-top: 8px;
  }
  .hero-connected-finance-iner h1 {
    font-size: 22px;
  }
  .hero-connected-finance-iner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hero-connected-finance-iner a {
    font-size: 14px;
  }
  .Data-Decisions-title h2 {
    font-size: 22px;
  }
  .Data-Decisions-title p {
    font-size: 16px;
  }
  .Data-Decisions-card h3 {
    font-size: 20px;
  }
  .Data-Decisions-card img {
    width: 36px;
    height: 36px;
  }
  .Data-Decisions-card p {
    font-size: 15px;
  }
}