section {
  transition:
    transform 1s ease-out,
    opacity 1s ease-out;
  transform: translateY(50px);
  opacity: 0;
}
.header-tab-system {
  height: 100%;
  padding-top: 2rem;
}
.header-tab-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-tab-btn {
  background: transparent;
  color: #444;
  padding: 10px 16px;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}
.header-tab-btn:hover {
  background: rgba(62, 207, 142, 0.09);
  color: #2a2a2a;
}

.header-tab-btn svg {
  opacity: 0;
  transform: translateX(-4px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.header-tab-btn.header-tab-active {
  background: rgba(62, 207, 142, 0.12);
  border-color: #3ecf8e;
  color: #1e8758;
  font-weight: 600;
}
.header-tab-btn.header-tab-active svg {
  opacity: 1;
  transform: translateX(0);
}
.header-tab-content {
  display: none;
}
.header-tab-content.header-tab-active {
  display: block;
}
.visible {
  transform: translateY(0px);
  opacity: 1;
}
.header-upper {
  transform: none !important;
  opacity: 1 !important;
}
.header-upper {
  background: #061742;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}
.banner-heading {
  font-family: "work-sans-semibold", sans-serif;
}
.banner-description {
  font-size: 14px;
  width: 90%;
  margin-bottom: 0;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .banner-description {
    font-size: 12px;
    width: 100%;
    margin-top: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1540px) {
  .banner-heading {
    font-size: 5rem;
  }
}
.header-text {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.header-upper-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header-upper-wrapper p {
  padding: 1.1rem;
  color: #fff;
  margin: 0;
  font-size: 15px;
}
.header-text img {
  width: 30px;
  height: 30px;
}
.header-upper-cta p {
  cursor: pointer;
  margin: 0;
  padding-left: 4rem;
}
.header-upper-cta {
  display: flex;
  align-items: center;
}
.header-upper-cta img {
  width: 15px;
}
.header-items ul li .nav-megamenu {
  background: transparent;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
.header-items ul li:hover .nav-megamenu {
  transform: scaleY(1);
  visibility: visible;
}
.nav-megamenu {
  background: transparent;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
  opacity: 0;
}
.header-items ul li:hover .nav-megamenu,
.nav-megamenu.active {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.nav-megamenu-inner {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 3rem;
  width: 100%;
  border-radius: 0 0 12px 12px;
  margin: 0 auto;
}
.solution-subheading {
  font-size: 14px;
}
.dropdown-pointers img {
  margin-top: 4px;
  width: 24px;
  height: 24px;
}
/* Headings */
.dropdown-tab-headings {
  margin-bottom: 24px;
}
.dropdown-tab-heading {
  border-bottom: 1px solid #ececec;
  margin-bottom: 24px;
}
.drop-down-heading {
  color: #000;
  font-family: "work-sans-medium", sans-serif;
}
.dropdown-tab-desc {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 8px;
  margin-bottom: 14px;
}

/* CTA link */
.dropdown-right-cta {
  margin: 20px 0 16px;
}
.dropdown-right-cta a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: gap 0.3s ease-in-out;
}
.dropdown-right-cta a:hover {
  gap: 1rem;
}
.dropdown-right-cta p {
  color: #3a60d1;
  font-size: 16px;
  font-weight: 500;
}
.dropdown-pointers {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  border-radius: 12px;
  transition: background 0.3s ease;
}
.dropdown-pointer {
  flex: 1;
}
.dropdown-right {
  padding-left: 3rem !important;
  border-left: 1px solid #ececec;
}
@media (max-width: 1439px) {
  .dropdown-right {
    padding-left: 15px !important;
    padding-top: 1rem !important;
    border-left: none;
    border-top: 1px solid #ececec;
  }
}
.dropdown-tab-subheading {
  font-size: 16px;
  color: #111b29;
  font-weight: 600;
  margin-bottom: 6px;
  font-family: "work-sans-medium", "sans-serif" !important;
}
.dropdown-tab-description {
  color: #677489;
  font-size: 14px !important;
  margin: 0;
}
.header-content > li:hover .platform-wrapper > a,
.header-content > li.open .platform-wrapper > a {
  color: #1e8758;
}
.header-content > li:hover > a,
.header-content > li.open > a {
  color: #1e8758;
}

.pointers-row .nav-arrow {
  margin-left: auto;
  opacity: 0;
  color: #1e8758;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.dropdown-pointers-outer-wrapper:hover .nav-arrow {
  opacity: 1;
  transform: translateX(4px);
}
.pointers-wrapper:has(.dropdown-pointers-outer-wrapper:hover) {
  background: #e9fff150;
  border-radius: 12px;
}
.dropdown-pointers-outer-wrapper:hover .dropdown-tab-subheading {
  color: #1e8758;
}
@media (max-width: 1024px) {
  .pointers-wrapper {
    flex: 1 1 calc(50% - 2rem);
  }
}
@media (max-width: 768px) {
  .nav-megamenu-inner {
    padding: 2rem;
  }
  .pointers-wrapper {
    flex: 1 1 100%;
  }
}

header {
  background: #fff;
  box-shadow: 0 0 7px #573bd34d;
  left: 0;
  margin-top: 5rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-items ul {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1540px) {
  .header-items ul {
    gap: 3rem;
  }
}
@media (max-width: 1160px) {
  .header-items ul {
    gap: 4rem;
  }
}
.header-content li {
  padding: 3rem 1rem;
}
.header-items ul li a {
  font-size: 16px;
  line-height: 150%;
  color: #334960;
}
.header-image {
  z-index: 2;
}
.header-image img {
  width: 140px;
}
.book-demo-btn p {
  font-size: 16px;
  color: white;
  margin-bottom: 0;
}
.book-demo-btn {
  transition: box-shadow 0.25s ease;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #2ecc72;
  border-radius: 30px;
  padding: 1rem 2.7rem;
}
.book-demo-btn:hover {
  box-shadow: 0 8px 16px rgba(62, 207, 142, 0.5);
}
.book-demo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.hamburger span {
  z-index: 3;
  display: block;
  width: 30px;
  height: 3px;
  background: #334960;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media (max-width: 1024px) {
  .header-wrapper {
    padding: 1.8rem 0;
  }
  .header-items {
    overflow: scroll;
    position: fixed;
    top: 50px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 50px);
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: top 0.5s ease;
    padding-left: 3rem;
    z-index: 10;
    flex-direction: column;
  }
  .header-items ul {
    width: 100%;
    align-items: start;
    flex-direction: column;
    gap: 0rem;
  }
  .header-items ul li {
    width: 100%;
    border-bottom: 1px solid rgba(91, 68, 35, 0.1);
  }
  .header-items ul li a {
    font-size: 2.6rem;
    font-weight: 400 !important;
  }
  .mobile-submenu li a {
    font-size: 2.3rem !important;
  }
  .header-items.active {
    margin-top: 5rem;
    align-items: start;
    padding: 4rem 10rem 10rem;
    left: 0;
    z-index: 1;
  }
  .hamburger {
    display: flex;
  }
  .book-demo-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-image img {
    width: 120px;
  }
  header {
    margin-top: 5.5rem;
  }
  .header-items.active {
    padding: 5rem;
  }
}
@media (max-width: 767px) {
  .header-items.active {
    margin-top: 0;
    padding: 4rem 5rem;
  }
  .header-upper {
    display: none;
  }
  header {
    margin-top: 0;
  }
  .header-upper-cta p {
    padding: 1rem 0.2rem;
  }
  .header-text img {
    width: 20px;
    height: 20px;
  }
  .header-upper-wrapper p {
    padding: 0;
  }
  .header-upper-cta {
    padding: 1rem;
    flex-direction: row;
    gap: 1rem;
  }
  .header-text {
    padding: 1rem 0 0.1rem;
  }
  .header-upper-wrapper {
    padding-left: 2rem;
    align-items: start;
  }
  .header-upper-cta img {
    width: 12px;
  }
}
.mobile-submenu {
  display: none !important;
  padding-left: 1rem;
  flex-direction: column;
}
.mobile-submenu li {
  border-bottom: 0 !important;
}
.submenu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding: 0.5rem;
}
.submenu-toggle svg {
  transition: transform 0.3s ease;
}
.has-megamenu.active .submenu-toggle svg {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .has-megamenu .submenu-toggle {
    margin-left: auto;
  }
  .nav-megamenu {
    display: none;
  }
  .has-megamenu.active .mobile-submenu {
    display: flex !important;
  }
}
@media (min-width: 1025px) {
  .mobile-submenu,
  .submenu-toggle {
    display: none !important;
  }
}
.platform-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grid-card-section {
  margin: 12rem 0;
}
.grid-card-pointers {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.grid-card-pointer img {
  margin-top: 0 !important;
}
.grid-card-pointer {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.grid-card-pointer img {
  padding-top: 0.4rem;
}
.grid-card-pointer p {
  font-size: 2rem;
  margin: 0;
}
.grid-card-h2 span {
  color: #3ecf8e;
}
.grid-card-wrapper {
  margin-top: 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.card-row-one,
.card-row-three,
.card-row-two {
  display: flex;
}
.grid-card {
  padding: 3rem;
}
.grid-card h3 {
  font-size: 3.3rem;
}
.image-div-1 {
  border-radius: 16px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.image-div {
  border-radius: 16px;
  align-items: center;
  display: flex;
  justify-content: start;
}
.image-div img {
  width: 600px;
  border-radius: 16px;
}
.image-div-1 img {
  width: 600px;
  border-radius: 16px;
}
.grid-card-heading {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .grid-card-pointer p {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .grid-card-heading {
    text-align: left;
  }
  .grid-card-pointer img {
    padding-top: 0;
  }
  .grid-card-heading {
    width: 100%;
    margin: 0;
  }
  .image-div,
  .image-div-1 {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .grid-card-wrapper {
    margin-top: 0rem;
    gap: 0rem;
  }
  .grid-card {
    padding: 0;
    margin-top: 6rem;
  }
}
.section-tag {
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  margin-bottom: 2rem;
}
.section-tag p {
  font-size: 16px;
  margin-bottom: 0;
  color: #0db556;
  font-family: "work-sans-medium", "sans-serif" !important;
}
@media (max-width: 1024px) {
  .section-tag p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-tag p {
    font-size: 14px;
  }
}
.platform-section-h2 span {
  color: #3ecf8e;
}
.platform-pointers {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
}
.platform-pointer {
  border-bottom: 2px solid #bbd2f180;
  border-left: 2px solid #bbd2f180;
  padding: 18px 0 18px 18px;
  cursor: pointer;
  position: relative;
  transform: translateY(0);
  transition:
    border-left-color 0.4s ease,
    opacity 0.4s ease,
    border-bottom-color 0.4s ease,
    transform 0.4s ease;
}
#fourth-pointer {
  border-bottom: 0;
}
.platform-pointer::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 0%;
  background: #17bf01;
  transition: none;
}
.platform-pointer.active::before {
  animation: progressLine 6s linear forwards;
}
@keyframes progressLine {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
.platform-card-wrapper {
  justify-content: space-between;
}
.platform-pointer.active {
  border-left-color: #b8ffae;
}
.platform-pointer h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}
.platform-pointer p {
  font-size: 17px;
  margin-top: 10px;
  overflow: hidden;
  transition:
    opacity 2s ease,
    height 2s ease,
    transform 2s ease;
}
.platform-pointer.active p {
  opacity: 1;
  height: auto;
  transform: translateY(0);
}
.platform-card-image-div {
  height: 100%;
  display: flex;
  align-items: center;
}
.platform-card-image-div img {
  width: 100%;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.platform-card-image-div img.fade-out {
  opacity: 0;
}
.platform-card-section {
  margin: 12rem 0 16rem;
}
.platoform-card-header {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#platform-image {
  border-radius: 6px;
  border: 1px solid #ececec;
}
@media (max-width: 1024px) {
  .platform-pointer h3 {
    font-size: 18px;
  }
  .platform-pointer p {
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  .platform-pointer h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .platform-card-image-div {
    margin-top: 4rem;
  }
}
/*three card section*/
.three-card-section {
  margin: 12rem 0 6rem;
}
.three-card-heading {
  width: 75%;
}
.three-card-div h3 {
  font-size: 20px;
}
.three-card-div p {
  font-size: 16px;
}
.three-card-div > p {
  margin-bottom: 3rem;
}
.three-card-pointer-div {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
.three-card-pointer-div p {
  font-size: 15px !important;
  margin-bottom: 0 !important;
}
.three-card-pointers {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.three-card-statement-div {
  border-top: 1px solid #ebebeb;
  padding-top: 2rem;
  margin-top: 5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.three-card-statement-div img,
.three-card-branch-statement-div img {
  margin-top: 1px;
}
.three-card-statement-div p,
.three-card-branch-statement-div p {
  font-size: 17px !important;
  color: #0db556;
  font-family: "work-sans-semibold", "sans-serif";
}
@media (max-width: 1440px) {
  .three-card-statement-div p,
  .three-card-branch-statement-div p {
    font-size: 16px !important;
  }
}
.three-card-tag,
.three-card-tag-two,
.three-card-tag-three {
  font-family: "work-sans-medium", "sans-serif";
  border-radius: 30px;
  font-size: 14px;
  padding: 1rem 1.9rem;
  margin-bottom: 2.7rem;
  width: max-content;
}
.three-card-tag {
  background: #f1fced;
  color: #026102;
}
.three-card-tag-two {
  background: #fcf8ed;
  color: #d79300;
}
.three-card-tag-three {
  background: #edf0fc;
  color: #2c05a2;
}
.three-card-svg {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
.three-card-div {
  display: flex;
  flex-direction: column;
  padding: 4rem 3rem;
  border-radius: 10px;
  background: #ffffff01;
  box-shadow: 4px 4px 10px 0px #0000001a;
  border: 1px solid #bebebe60;
  height: 100%;
}
.three-cards-wrapper {
  justify-content: center;
  row-gap: 4rem;
  margin-top: 5rem;
}
.three-card-div h3 {
  width: 70%;
}
.three-card-div p {
  width: 95%;
}
@media (max-width: 1024px) {
  .three-card-div h3 {
    font-size: 17px;
  }
  .three-card-div p {
    font-size: 2.3rem !important;
  }
  .three-card-div > p {
    margin-bottom: 0 !important;
  }
  .three-card-div {
    padding: 4rem 3rem;
  }
  .three-card-svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }
  .three-card-tag,
  .three-card-tag-two,
  .three-card-tag-three {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .three-card-pointers {
    margin-top: 4rem;
  }
}
/*three card branch section*/
.three-card-branch-section {
  margin: 12rem 0;
}
.three-card-branch-statement-div {
  padding-top: 2rem;
  margin-top: 5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.three-card-branch-div h3 {
  font-size: 20px;
  width: 100%;
}
.three-card-branch-heading {
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  width: 70%;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
}
.three-cards-branch-wrapper {
  justify-content: center;
  row-gap: 4rem;
  margin-top: 5rem;
}
.three-card-branch-div p {
  font-size: 15px;
}
.three-card-branch-div > p {
  margin-bottom: 3rem;
}
.three-card-branch-div {
  display: flex;
  flex-direction: column;
  padding: 5rem 3rem 5rem 4rem;
  background: #ffffff01;
  /* box-shadow: 4px 4px 10px 0px #0000001a; */
  border: 1px solid #bebebe60;
  height: 100%;
}
#three-card-no-border-div {
  border: 1px solid #bebebe60;
  border-left: none;
}
.two-card-tag,
.two-card-tag-two {
  font-family: "work-sans-medium", "sans-serif";
  border-radius: 30px;
  font-size: 12px;
  padding: 1rem 1.9rem;
  margin-bottom: 2.7rem;
  width: max-content;
}
.two-card-tag {
  background: #f1fced;
  color: #026102;
}
.two-card-tag-two {
  background: #fcf8ed;
  color: #d79300;
}
@media (max-width: 1024px) {
  .three-card-branch-div h3 {
    font-size: 17px;
  }
  .three-card-branch-div p {
    font-size: 2.3rem !important;
  }
  .three-card-statement-div img {
    width: 16px;
    margin-top: 3px;
  }
}
@media (max-width: 768px) {
  .three-card-branch-div > p {
    margin-bottom: 0rem;
  }
  #three-card-no-border-div {
    border: 1px solid #bebebe60;
  }
}
@media (max-width: 767px) {
  .three-card-branch-div > p {
    margin-bottom: 1rem;
  }
}
/*three tab switch*/
.tab-three-switch-section {
  margin: 12rem 0;
}
.switches-tab {
  margin: 5rem 0;
  display: flex;
  gap: 24px;
  cursor: pointer;
}
.switches-tab > div {
  font-size: 15px;
  color: #050038;
  border-radius: 24px;
  border: 1px solid #cfcfcf;
  align-items: center;
  padding: 1.4rem 3.8rem;
}
/* .tab-body-switches-heading h3 {
  font-size: 22px;
} */
.tab-body-switches-heading p {
  font-size: 17px;
}
.switch-tab-point p {
  font-size: 16px !important;
  position: relative;
  padding-left: 24px;
}
.switch-tab-pointers {
  padding-left: 1.5rem;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tab-body-statement {
  margin-top: 3rem;
  background: #f6fff7;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding: 3rem 2rem;
  border-radius: 14px;
}
.tab-body-statement img {
  margin-top: 2px;
}
.tab-body-statement p {
  color: #0f172b;
  font-size: 16px;
  margin-bottom: 0;
}
.switch-tab-point p::before {
  content: "";
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.switches-tab > div.active {
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #2ecc71 0%, #3ecf8e 100%);
  color: #ffffff;
  background: #2ecc72;
  border-radius: 24px;
}
.switch-tab-body {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
.switch-tab-body.active {
  opacity: 1;
  max-height: 2000px;
  pointer-events: auto;
}
.tab-three-switch-section .container {
  position: relative;
}
@media (max-width: 1024px) {
  .switches-tab > div {
    font-size: 13px;
  }
  .tab-body-switches-heading h3 {
    font-size: 18px;
  }
  .tab-body-switches-heading p {
    font-size: 2.3rem !important;
  }
  .tab-body-statement {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .switches-tab {
    flex-direction: column;
    gap: 2rem;
  }
  .switches-tab > div {
    text-align: center;
  }
  .tab-body-switches-heading {
    margin-top: 5rem;
  }
  .tab-body-statement img {
    margin-top: 8px;
  }
}
/*four card section*/
.four-grid-section {
  margin: 12rem 0;
}
.four-grid-header {
  width: 80%;
  margin-bottom: 7rem;
}
.four-grid-header h2 span {
  color: #3ecf8e;
}
.four-grid-pointer-wrapper {
  row-gap: 4rem;
}
.four-grid-card {
  background: #f9fff9;
  border-radius: 24px;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  padding: 5rem 3rem;
}
.four-grid-card p {
  font-size: 17px;
}
.four-grid-card h3 {
  font-size: 21px;
}
.four-grid-card-wrapper {
  align-items: center;
  display: flex;
  height: 50%;
}
#grid-card-one {
  border-right: 1px solid #2ecc72;
}
#grid-card-one,
#grid-card-two {
  border-bottom: 1px solid #2ecc72;
}
#grid-card-two {
  border-left: 1px solid #2ecc72;
}
#grid-card-three {
  border-right: 1px solid #2ecc72;
  border-top: 1px solid #2ecc72;
}
#grid-card-four {
  border-left: 1px solid #2ecc72;
  border-top: 1px solid #2ecc72;
}
.pointer-div {
  width: 85%;
}
@media (max-width: 767px) {
  .pointer-div {
    width: 100%;
  }
}
.pointer-content {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 2rem;
}
.pointer-content img {
  width: 26px;
  margin-top: 8px;
}
.pointer-content h3 {
  margin-bottom: 0;
}
.pointer-div-p {
  margin-bottom: 3rem;
}
.pointer-content p {
  font-size: 17px;
}
@media (max-width: 1024px) {
  .four-grid-card h3 {
    font-size: 2.9rem;
  }
  .pointer-content p,
  .four-grid-card p {
    font-size: 2.3rem;
  }
  .pointer-content img {
    width: 22px;
  }
}
@media (max-width: 767px) {
  .four-grid-card-wrapper {
    flex-direction: column;
    margin-bottom: 3rem;
    row-gap: 3rem;
  }
  .four-grid-header {
    margin-bottom: 6rem;
  }
  #grid-card-four,
  #grid-card-one,
  #grid-card-three,
  #grid-card-two {
    border: 1px solid #2ecc72;
  }
}
/*statement card section*/
.statements-card-section {
  margin: 12rem 0;
}
.statements-header {
  width: 70%;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 4rem;
}
.statement-div-card-p {
  margin-bottom: 2rem;
  font-size: 16px;
}
.statement-div-card-pointers {
  margin-top: 2.5rem;
}
.diagram-div {
  margin-bottom: 5rem;
  border-radius: 14px;
  border: 1px solid #0db556;
  background: #fbfffb;
}
.diagram-point-heading h3 {
  font-size: 20px;
}

.diagram-point-div p {
  font-size: 15px;
}
.diagram-div-wrapper {
  gap: 3rem;
  padding: 6rem 5rem;
  display: flex;
}
.arrow-diagram {
  width: 65px;
}
@media (max-width: 1440px) {
  .arrow-diagram {
    width: 40px;
  }
  .diagram-point-heading h3 {
    font-size: 18px;
  }
  .diagram-div-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 1280px) {
  .diagram-point-div {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .diagram-point-heading h3 {
    font-size: 17px;
  }
  .diagram-point-heading {
    gap: 1rem;
  }
  .diagram-point-div p {
    font-size: 2.3rem;
  }
  .arrow-diagram {
    width: 34px;
  }
  .diagram-div-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .diagram-div-wrapper {
    gap: 3rem;
    padding: 5rem 2rem;
  }
  .diagram-point-heading {
    gap: 0rem;
  }
  .diagram-point-heading h3 {
    font-size: 16px;
  }
  .arrow-diagram {
    display: none;
  }
  .diagram-point-heading {
    flex-direction: column-reverse;
  }
  .diagram-point-heading h3 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .diagram-div-wrapper {
    flex-direction: column;
  }
  .diagram-point-div {
    width: 100%;
  }
}
.diagram-point-heading {
  display: flex;
  justify-content: space-between;
}
.statement-div-card-pointers p {
  font-size: 16px !important;
  position: relative;
  padding-left: 16px;
}
.statement-div-card-pointers p span {
  font-family: "work-sans-medium", "sans-serif";
}
.statement-card-wrapper {
  row-gap: 4rem;
}
.statement-div-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5rem 3rem 6rem;
  border: 1px solid #bebebe60;
  box-shadow: 4px 4px 10px 0px #0000001a;
  border-radius: 10px;
}
.statement-div-inner-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: auto;
}
.statement-div-inner-card img {
  width: 20px;
  margin-top: 6px;
}
.statement-div-inner-card p {
  margin: 0;
  color: #0db556;
  font-size: 14px !important;
}
.statement-div-card h3 {
  font-size: 20px;
}
.statement-div-second-p {
  margin-bottom: 4rem;
}
.statement-div-card p {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .statement-div-card h3 {
    font-size: 17px;
  }
  .statement-div-card p {
    font-size: 2.3rem !important;
  }
  .statement-div-inner-card img {
    width: 16px;
  }
}
.platform-three-card-section {
  margin: 12rem 0;
}
.flex-1 {
  flex: 1 1 0 !important;
}
.left-side-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.platform-three-content {
  padding: 4rem;
}
.platform-card-content {
  padding: 4rem 4rem 5rem;
}
.platform-card-three-content img {
  width: 100%;
}
.platform-three-card-section-cards {
  margin-top: 5rem;
}
#platform-card {
  border: 1px solid #3ecf8e80;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
#platform-card-second {
  border-top: 1px solid #3ecf8e80;
}
#platform-card-content,
#platform-card-second {
  border-bottom: 1px solid #3ecf8e80;
  border-right: 1px solid #3ecf8e80;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.platform-card img,
.platform-card-second img {
  width: 100%;
}
.platform-card > * {
  position: relative;
  z-index: 1;
}
.platform-three-card h3,
.platform-card-content h3 {
  font-size: 22px;
}
.platform-card-three-content img,
.right-side-platform-img {
  border-top: 1px solid #ececec;
}
.no-padding {
  padding: 0 !important;
}
@media (min-width: 1025px) and (max-width: 1540px) {
  .platform-card-content p,
  .platform-three-content p {
    font-size: 16px;
  }
  .platform-three-card h3,
  .platform-card-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .platform-three-card h3,
  .platform-card-content h3 {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .platform-card-content h3,
  .platform-three-content h3 {
    font-size: 17px;
  }
  .platform-cards {
    row-gap: 5rem;
  }
  .platform-card,
  .platform-card-second {
    padding: 4rem;
  }
  .platform-card-second {
    border: 1px solid #3ecf8e80;
  }
  .platform-three-content {
    margin-bottom: 2rem;
  }
  .platform-card-content {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .platform-card-content {
    padding: 4rem;
  }
  #platform-card-second {
    border-top: none;
  }
  #platform-card-content,
  #platform-card-second {
    border-left: 1px solid #3ecf8e80;
  }
}
.mid-section {
  margin: 12rem 0;
}
.mid-banner-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mid-banner-img img {
  width: 400px;
}
.mid-banner-header {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mid-banner-header span {
  color: #3ecf8e;
}
.mid-banner-header a {
  margin-top: 3rem;
  display: inline-block;
  width: max-content;
}
.mid-banner-header h2 {
  font-size: 4rem;
}
.mid-banner-button {
  width: max-content;
  border: 1px solid #3ecf8e;
  border-radius: 8px;
  transition: box-shadow 0.25s ease;
  padding: 1rem 3rem;
  background: #3ecf8e !important;
}
.mid-banner-button:hover {
  box-shadow: rgba(62, 207, 142, 0.5) 0px 8px 16px;
}
.mid-banner-button p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.mid-banner-button a:last-child p {
  margin-bottom: 0;
  color: #fff !important;
}
@media (max-width: 767px) {
  .mid-banner-img {
    margin-top: 8rem;
  }
}
@media (max-width: 1024px) {
  .mid-banner-img img {
    width: 300px;
  }
  .mid-banner-button p {
    font-size: 2.3rem;
  }
}
.capability-grid-section {
  margin: 12rem 0;
}
.image-text-header {
  width: 80%;
  margin: 0 auto 5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.central-container {
  display: flex;
  justify-content: center;
  padding: 0 10vw 10vh;
}
#sap-box-text-reverse {
  margin-top: 0px !important;
}
#sap-unit-reverse {
  justify-content: space-between;
}
#sap-unit-reverse img {
  border-radius: 0 0 14px 14px !important;
}
@media (max-width: 767px) {
  #sap-unit-reverse {
    flex-direction: column-reverse;
  }
  #sap-unit-reverse img {
    border-radius: 14px 14px 0 0 !important;
  }
}
.central-container {
  flex-direction: column;
}
.sap-box-row-one,
.sap-box-row-two,
.sap-boxes {
  display: flex;
  gap: 20px;
  width: 100%;
}

.sap-boxes {
  align-items: center;
  flex-direction: column;
}
.sap-unit {
  /* background: #e9fff130; */
  border: 1px solid #dfdfdf;
  border-radius: 14px;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-width: 0;
  transition: box-shadow 0.5s;
}
.sap-unit:hover {
  box-shadow: 8px 8px 22px 0 #002ba31a;
}
.sap-unit img {
  border-radius: 14px 14px 0 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 1440px) {
  .sap-unit img {
    height: auto;
  }
}
.sap-box-text {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding: 32px 24px;
}
.sap-box-text h2 {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.grid-card-section-heading {
  margin-bottom: 4rem;
}
.my-box {
  border-radius: 16px;
  height: 300px !important;
}
@media (min-width: 1025px) and (max-width: 1540px) {
  .sap-box-text-lower {
    font-size: 16px;
  }
  .sap-box-text h2 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .my-box {
    height: 170px !important;
  }
  .sap-box-text h2 {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  #sap-unit-image {
    height: auto;
  }
  .sap-box-text {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .sap-box-text {
    padding: 24px 18px;
    margin-top: 0px;
  }
  #sap-unit-image {
    height: auto;
  }
  .sap-box-text h2 {
    font-size: 16px;
  }
  .image-text-header h2 {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .sap-box-row-one,
  .sap-box-row-two,
  .sap-boxes {
    flex-direction: column;
  }
  .image-text-header {
    width: 100%;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.solution-section {
  margin: 12rem 0;
}
.section-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.section-heading {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section-heading h2 span,
.heading-icons-description span {
  color: #3ecf8e;
}
.tabs-switch-wrapper {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.tabs {
  display: flex;
  gap: 6rem;
  justify-content: space-between;
  margin-top: 4rem;
}
.tab-switch-body-wrapper {
  margin-top: 1rem;
}
.tab-switch-link {
  border-radius: 4px;
  border-top: 6px solid #e9fff1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem 0;
  width: 32%;
}
.tab-switch-link h3 {
  margin-bottom: 0;
  font-size: 2.4rem;
}
.tabs span {
  color: #b4b4b4;
  font-size: 3rem;
  font-weight: 600;
  margin: 0;
}
.tab-switch-link.active span {
  color: #3ecf8e;
}
.tabs p {
  font-size: 16px;
  color: #475467;
}
@media (max-width: 1024px) {
  .tabs p {
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  .tabs {
    gap: 2rem;
  }
}
.first-tab-switch-body {
  animation: TabfadeEffect 2s;
  display: none;
}
.tab-points p span {
  font-size: 17px !important;
  color: #213047;
  font-family: "work-sans-medium", "sans-serif" !important;
}
.tab-switch-content-body {
  background: #e9fff1;
  border-radius: 22px;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 6rem 7rem;
}
.tab-switch-text {
  width: 55%;
}
.tab-switch-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 1rem 0 0.8rem 0;
}
.tab-switch-text span {
  color: #3ecf8e;
  font-size: 3.7rem;
  font-weight: 600;
}
.tab-switch-text > p {
  border-bottom: 1px solid #e6e6e6;
  color: #475467 !important;
  margin: 0;
  padding: 0 5rem 2.8rem 0;
}
.tab-switch-text ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}
.tab-switch-text ul li {
  align-items: flex-start;
  display: flex;
  gap: 2rem;
}
.tab-switch-text ul li img {
  padding-top: 0;
}
.tab-switch-text p {
  font-size: 17px;
  margin-bottom: 0;
  color: #2e2d2d;
}
.tab-switch-image {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  width: 45%;
}
@keyframes TabfadeEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tab-switch-link.active {
  border-top: 6px solid #3ecf8e;
}
.first-tab-switch-body.active {
  display: block;
}
@media (max-width: 1024px) {
  .tab-points p span,
  .tab-switch-text p {
    font-size: 2.3rem !important;
  }
}
@media (max-width: 768px) {
  .tab-switch-link.active {
    border-top: 4px solid #3ecf8e;
  }
  .tab-switch-link {
    border-top: 4px solid #e9fff1;
  }
}
@media (max-width: 767px) {
  .tabs {
    gap: 3rem;
    flex-direction: column;
  }
  .tab-switch-link {
    width: 100%;
    border-radius: 4px;
    border-top: 4px solid #e9fff1;
  }
  .tabs p {
    display: none;
  }
  .section-heading {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
  .tabs-switch-wrapper {
    margin-top: 1rem;
  }
  .tab-switch-link {
    gap: 2rem;
  }
  .tab-switch-link.active {
    border-top: 4px solid #3ecf8e;
  }
}
@media (max-width: 576px) {
  .tabs div {
    flex-direction: row;
    padding-top: 10px;
    width: fit-content;
  }
  .tab-switch-link h3 {
    margin-top: 3px;
  }
}

@media (max-width: 768px) {
  .tabs div {
    padding-top: 13px;
    text-align: left;
    width: 100%;
  }
  .tab-switch-content-body {
    padding: 6rem 3rem;
    flex-direction: column;
  }
  .tab-switch-text,
  .tab-switch-image {
    width: 100%;
  }
  .tab-switch-image {
    justify-content: center;
    margin-top: 4rem;
  }
}

.trusted-by-partners-section {
  margin-bottom: 12rem;
}
.trusted-by-partners-wrapper h2 {
  font-family: work-sans-medium, "sans-serif";
  font-size: 3.6rem;
  font-weight: 500 !important;
  margin-bottom: 2rem;
  text-align: center;
}
.trusted-by-partners-images {
  align-items: center;
  margin-top: 3rem;
  justify-content: center;
}
.aws-icon img {
  height: 45px;
}
.partners-icon-col img {
  width: 140px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .trusted-by-partners-images {
    gap: 2rem;
  }
  .aws-icon img {
    height: 35px;
  }
}

/* .second-mid-banner-section {
  margin: 12rem 0;
}
.midbanner-content {
  margin: 0 auto;
  width: 80%;
  padding: 10rem 0;
  text-align: center;
}
.midbanner-para {
  color: white;
}
.midbanner-content h2 {
  color: #fff;
}
.second-mid-banner-section-wrapper {
  align-items: center;
  background: #061742;
  border: 1px solid #fff;
  border-radius: 22px;
  color: white;
  overflow: hidden;
  position: relative;
}
.second-mid-banner-button {
  background: #3ecf8e;
  border: 1px solid #3ecf8e;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  margin: 36px auto 0;
  padding: 10px 34px;
}
.second-mid-banner-button p {
  position: relative;
}
.second-mid-banner-button p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width 0.3s ease;
}
.second-mid-banner-button:hover p::after {
  width: 100%;
}
.second-mid-banner-button p {
  font-size: 16px;
  color: #fff;
  margin: 0;
} */
/*step card section*/
.steps-section {
  margin: 12rem 0 14rem;
}
.three-step-wrapper {
  margin-top: 6rem;
  row-gap: 4rem;
}
.steps-card-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
.step-card {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step-card h4 {
  font-size: 5.5rem;
  margin-bottom: 0;
  color: #fff;
  background: linear-gradient(90deg, #049726, #017101);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.three-step-card {
  border: 1px solid #bebebe60;
  box-shadow: 4px 4px 10px 0px #0000001a;
  height: 100%;
  border-radius: 12px;
  padding: 2.5rem 3.5rem 3.5rem;
}
.three-step-card p {
  /* color: #fff; */
  font-size: 16px;
}
.three-step-card h3 {
  /* color: #fff; */
  margin-bottom: 0;
  font-size: 3rem;
}
@media (min-width: 1025px) and (max-width: 1540px) {
  .three-step-card h3 {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .three-step-card p {
    font-size: 2.3rem;
  }
  .three-step-card h3 {
    font-size: 17px;
  }
  .three-step-card {
    padding: 3.5rem;
  }
  .step-card {
    margin-bottom: 2rem;
    row-gap: 2rem;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.four-card-section {
  margin: 12rem 0;
}
.four-card-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.four-card-heading-h2 span {
  color: #3ecf8e;
}
.four-card-wrapper {
  row-gap: 3rem;
  margin-top: 7rem;
}
.card-wrapper-four h3 {
  font-size: 20px;
  margin: 20px 0 8px;
}
.card-wrapper-four {
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  height: 100%;
  transition: box-shadow 0.5s ease;
  padding: 3.5rem 2rem;
}
.card-wrapper-four img {
  width: 40px;
}
.card-wrapper-four:hover {
  box-shadow: 8px 8px 22px 0 #002ba31a;
}
@media (max-width: 1024px) {
  .card-wrapper-four h3 {
    font-size: 18px;
  }
  .card-wrapper-four img {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .four-card-heading {
    align-items: flex-start;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .card-wrapper-four h3 {
    margin: 18px 0 8px;
  }
}
.six-card-section {
  margin: 12rem 0;
}
.six-card-heading h2 span {
  color: #3ecf8e;
}
.six-card-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
.six-card svg {
  width: 45px;
}
.six-card {
  height: 100%;
  border-left: 1px solid #e0e0e0;
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.six-card-container {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  margin-top: 7rem;
}
.six-card h3 {
  font-size: 22px;
}
@media (max-width: 1540px) {
  .six-card h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .six-card svg {
    height: 38px;
    width: 38px;
  }
  .six-card h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .six-card svg {
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 767px) {
  .six-card-row {
    gap: 5rem;
  }
  .six-card {
    row-gap: 2rem;
  }
  .six-card {
    border-left: none;
    padding-left: 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 4rem;
  }
  .six-card-heading {
    align-items: flex-start;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .six-card-container {
    margin-top: 5rem;
    gap: 5rem;
  }
}
.pricing-section {
  margin: 12rem 0 20rem;
}
.pricing-pointer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.pricing-points {
  align-items: flex-start;
  display: flex;
  gap: 1.6rem;
}
.pricing-points p {
  color: #475467;
  font-size: 15px !important;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .pricing-points p {
    font-size: 13px !important;
  }
}
.pricing-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.pricing-header-text-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 60%;
}
.three-cards-pricing {
  row-gap: 5rem;
  width: 100%;
}
.pricing-card-wrapper {
  border: 1px solid #bebebe60;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin-top: 5rem;
  padding: 3rem 3.5rem;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.pricing-icon {
  flex-shrink: 0;
  height: 16px;
  margin-top: 3px;
  width: 16px;
}
.pricing-best {
  font-size: 15px;
  margin: 3rem 0;
}
.pricing-card-header img {
  height: 40px;
  margin-bottom: 1rem;
  width: 40px;
}
.pricing-card-header {
  display: flex;
  justify-content: space-between;
}
.price-card-sub-heading {
  font-size: 16px;
  margin-top: 2rem;
}
.tier-text {
  padding: 5px 10px;
  border-radius: 30px;
  width: max-content;
  background: #f1fced;
  font-size: 13px !important;
  color: #065906;
  margin-bottom: 1rem;
}
.pricing-price,
.pricing-title {
  font-family: "work-sans-medium", "sans-serif";
  margin-bottom: 0;
}
.pricing-description {
  font-size: 16px;
  margin-top: 2rem;
}
.pricing-title {
  font-size: 18px;
}
.pricing-button p {
  font-size: 16px;
  margin: 0;
}
.pricing-header-text-div h2 span {
  color: #3ecf8e;
}
.pricing-button {
  background: #fff;
  border: 1px solid #bebebe60;
  border-radius: 8px;
  color: #000;
  margin: 6rem 0 0;
  padding: 1.4rem 3rem;
  width: 100%;
}
.pricing-cta {
  align-items: center;
  width: max-content;
  display: flex;
  gap: 12px;
}
.pricing-cta p {
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  font-family: "work-sans-medium", "sans-serif";
}
.pricing-cta svg {
  width: 26px;
  height: 26px;
}
.pricing-cta p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}
.pricing-card-wrapper:hover p::after {
  width: 100%;
}
.pricing-card-wrapper:hover {
  box-shadow: 8px 8px 22px 0 #002ba31a;
  transform: translateY(-10px);
}
@media (max-width: 1024px) {
  .tier-text {
    margin-bottom: 2rem;
  }
  .pricing-title {
    font-size: 17px;
  }
  .pricing-best {
    font-size: 14px;
  }
  .pricing-card-header img {
    height: 30px;
    width: 30px;
  }
  .price-card-sub-heading,
  .pricing-button p,
  .pricing-description {
    font-size: 14px;
  }
  .pricing-points p {
    font-size: 14px !important;
  }
  .pricing-icon {
    flex-shrink: 0;
    height: 14px;
    margin-top: 4px;
    width: 14px;
  }
  .pricing-cta p {
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  .pricing-card-wrapper {
    padding: 3rem 2.5rem;
  }
  .pricing-button {
    margin: 6rem 0 0;
    padding: 0.7rem 2rem;
  }
  .pricing-title {
    font-size: 16px;
  }
  .pricing-header-text-div h2 {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .pricing-header-text-div {
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }
}
.footer__wrapper {
  background: #061742;
  position: relative;
}
.footer-inner {
  padding: 80px 0 40px;
  position: relative;
}
.footer-items {
  border-bottom: 1px solid #ffffff;
  row-gap: 4rem;
  padding-bottom: 30px;
}
.list-name {
  margin-top: 2.5rem;
}
.footer-items p {
  font-family: "work-sans-light", "sans-serif";
  color: #ffffff;
  font-size: 14px !important;
  width: 90%;
}
.footer-end {
  padding-bottom: 20px;
  padding-top: 30px;
}
.footer-links {
  justify-content: end;
  display: flex;
  gap: 30px;
}
.footer-links p {
  font-family: "work-sans-light", "sans-serif";
  color: #ffffff;
  font-size: 14px;
}
.copyright {
  gap: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.copyright p {
  font-family: "work-sans-light", "sans-serif";
  text-align: start;
  color: #ffffff;
  font-size: 14px !important;
  margin: 0;
}
.footer-wrapper-link h3 {
  color: #ffffff;
  font-size: 15px;
}
.footer-logo img {
  width: 160px;
}
@media (min-width: 1025px) {
  .no-padding-laptop {
    padding: 0 !important;
  }
}
@media (max-width: 1024px) {
  .footer-logo img {
    width: 140px;
  }
  .footer-row {
    row-gap: 3rem;
  }
}
@media (max-width: 768px) {
  .footer-items {
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .footer-items p {
    font-size: 12px !important;
    width: 90%;
  }
  .copyright {
    align-items: flex-start;
  }
  .copyright p {
    font-size: 2rem !important;
    text-align: start;
  }
  .footer-inner {
    padding: 50px 0 20px;
  }
  .footer-items {
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
  .footer-links {
    margin-top: 1rem;
    justify-content: flex-start;
  }
  .footer-wrapper-link h3 {
    font-size: 14px;
  }
  .footer-links p {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .footer-logo img {
    width: 120px;
  }
}
.icons-flow-section {
  margin: 16rem 0 12rem;
}
.icons-flow-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@keyframes zigzag-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.slider-container {
  display: flex;
  height: 240px;
  justify-content: center;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.logo-slider-wrapper::before {
  background: linear-gradient(97deg, #ffffff, transparent);
  left: 0;
}
.logo-slider-wrapper::before,
.logo-slider-wrapper::after {
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 20%;
  z-index: 1;
}
.logo-slider-wrapper::after {
  background: linear-gradient(296deg, #ffffff, transparent);
  right: 0;
}
.logo-item {
  border: 1px solid #16134a1a;
}
.header-icons {
  gap: 1rem;
  display: flex;
}
.header-icons p {
  text-align: left;
  margin-top: 10px;
}
.header-icons .heading-icons-description {
  width: 50%;
  text-align: left;
}
.header-icons div {
  width: 50%;
}
@media (max-width: 768px) {
  .header-icons .heading-icons-description,
  .header-icons div {
    width: 100%;
  }
}
.logo-slider-container {
  border-radius: 16px;
  padding: 6rem 0px 1rem;
  overflow: hidden;
  position: relative;
}
.logo-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.logo-slider-track {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.logo-slider {
  justify-content: center;
  padding: 1rem 0;
  display: flex;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  min-width: 100%;
  will-change: transform;
}
@media (max-width: 768px) {
  .header-icons {
    gap: 0;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .logo-slider {
    animation-duration: 15s;
  }
  .logo-slider-track {
    margin-bottom: 2.8rem;
  }
  .icons-flow-section {
    margin: 12rem 0;
  }
}
/* .logo-slider-track:nth-child(1) .logo-slider {
  animation-name: scroll;
}
.logo-slider-track:nth-child(2) .logo-slider {
  animation-name: scroll-reverse;
}
.logo-slider-track:nth-child(3) .logo-slider {
  animation-name: scroll;
} */
/*Uncomment them for scrolling*/
.logo-item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  margin: 0 15px;
  padding: 8px;
  width: 50px;
  height: 50px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
@media (max-width: 1024px) {
  .logo-item {
    width: 45px;
    height: 45px;
  }
  .logo-slider-track {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .icons-flow-container {
    width: 100%;
    margin: 0;
    text-align: left;
  }
}
.logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(62, 207, 142, 0.7);
}
.logo-item img {
  width: 30px;
  height: 30px !important;
  object-fit: contain;
  border-radius: 8px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.text-with-cards-cta {
  margin: 14rem 0 12rem;
}
.row.text-with-cards-cta-row {
  margin-left: -15px;
  margin-right: -15px;
}
.text-with-cards-wrapper,
.text-with-cards-cta-wrapper {
  padding: 15px;
  height: 100%;
}
.text-with-cards-wrapper h2 {
  width: 50%;
  margin-bottom: 2rem;
}
.text-with-cards-wrapper p:nth-of-type(1) {
  margin-bottom: 4rem;
}
.text-with-cards-cta-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.text-with-cards-cta-wrapper p {
  margin-bottom: 4rem;
  font-weight: 600;
  font-size: 2.4rem;
}
.row.text-width-card-row {
  margin-top: 5rem;
  margin-left: -15px;
  margin-right: -15px;
}
.text-with-card-wrapper {
  padding: 15px;
  height: 100%;
}
.text-with-card-inside {
  padding: 40px 20px;
  border-bottom: 1px solid #dadada;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.colored-text-card {
  background-color: #2b3751;
  border-radius: 30px;
}
.colored-text-card.text-with-card-inside h3,
.colored-text-card.text-with-card-inside p {
  color: #fff;
}
.text-with-card-inside img {
  width: 8rem;
}
.text-with-card-inside h3 {
  font-size: 20px;
  margin: 2.5rem 0 1.5rem;
}
@media (max-width: 767px) {
  .text-with-card-inside {
    padding: 20px;
  }
  .text-with-cards-wrapper h2 {
    margin-bottom: 3rem;
  }
  .text-with-cards-wrapper p:nth-of-type(1) {
    margin-bottom: 2rem;
  }
  .text-with-cards-wrapper h2 {
    width: 100%;
  }
  .text-with-cards-wrapper {
    padding: 0 15px;
  }
  .colored-text-card {
    background-color: #2b3751;
    border-radius: 16px;
  }
}
@media (max-width: 1140px) {
  .text-with-card-inside {
    display: block;
  }
}

:root {
  --brand-600: #3ecf8e;
  --brand-700: #3ecf8e;
  --brand-50: #e9f6ef;
  --ink-900: #0b1d13;
  --ink-700: #374151;
  --gray-200: #e5e7eb;
}
.primary-button-elixir {
  display: inline-block;
  padding: 14px 28px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: var(--brand-600);
  border: 1px solid var(--brand-600);
  border-radius: 10px;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
  box-shadow: 0 6px 14px rgba(15, 157, 88, 0.18);
}
.primary-button-elixir:hover {
  background: var(--brand-700);
  border-color: var(--brand-700);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(15, 157, 88, 0.25);
}
.primary-button-elixir:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 157, 88, 0.35);
}
.text-with-card-inside {
  padding: 40px 20px;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.text-with-card-inside h3 {
  margin: 2.5rem 0 1.5rem;
  color: var(--ink-900);
}
.text-with-card-inside p {
  color: var(--ink-700);
}
.text-with-card-inside img {
  width: 8rem;
  transition: transform 0.3s ease;
}
.text-with-card-inside:hover {
  background: var(--brand-50);
  border-color: var(--brand-600);
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(15, 157, 88, 0.22);
}
.text-with-card-inside:hover h3,
.text-with-card-inside:hover p {
  color: var(--ink-900);
}
.colored-text-card:hover h3,
.colored-text-card p {
  color: #fff !important;
}
.text-with-card-inside:hover img {
  transform: scale(1.06);
}

.colored-text-card {
  background: var(--brand-600);
  border: 1px solid var(--brand-600);
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 6px 16px rgba(15, 157, 88, 0.25);
}
.colored-text-card h3,
.colored-text-card p {
  color: #fff;
}
.colored-text-card:hover {
  background: var(--brand-700);
  border-color: var(--brand-700);
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(15, 157, 88, 0.28);
}

.svg-icon {
  width: 65px;
  height: 65px;
  display: block;
}
.svg-icon .badge {
  fill: var(--brand-50);
  stroke: var(--brand-600);
  stroke-width: 2;
}
.svg-icon .glyph {
  stroke: var(--brand-600);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.text-with-card-inside:hover .svg-icon .badge {
  fill: var(--brand-600);
  stroke: var(--brand-600);
}
.text-with-card-inside:hover .svg-icon .glyph {
  stroke: #fff;
}

.colored-text-card .svg-icon .badge {
  fill: var(--brand-600);
  stroke: var(--brand-600);
}
.colored-text-card .svg-icon .glyph {
  stroke: #fff;
}
.colored-text-card:hover .svg-icon .badge {
  fill: var(--brand-700);
  stroke: var(--brand-700);
}

/*industry tab switch section*/
.solutions-section {
  margin: 12rem 0;
}
@media (max-width: 1023px) {
  .no-padding-tab {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .no-padding-mobile {
    padding: 0 !important;
  }
}
.no-padding {
  padding: 0 !important;
}
.card-heading {
  margin: 0 auto;
  width: 80%;
  align-items: center;
}
.card-heading span {
  color: #3ecf8e;
}
.grid-card-row {
  margin-bottom: 4rem;
  padding: 0 15px;
}
.grid-image-wrapper {
  padding: 0;
}
.grid-cards-heading:after {
  border-bottom: 2px solid #ff8839;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100px;
}
.grid-last-card-wrapper {
  border-radius: 14px;
  box-shadow: 0 0 7px #836edf4d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s ease-in-out;
}
.grid-last-card-parameter {
  padding: 4rem;
}
.grid-cards-wrapper,
.grid-second-cards-wrapper {
  border-radius: 14px;
  box-shadow: 0 0 7px #836edf4d;
  transition: 0.4s ease-in-out;
}
.grid-second-cards-wrapper {
  margin-bottom: 4rem;
  padding: 0;
}
.grid-first-card {
  padding: 6rem 4rem;
}
.grid-first-card h3 {
  font-family: work-sans-regular, sans-serif;
}
.grid-first-card h2 {
  font-family: work-sans-medium, sans-serif;
  font-size: 3.8rem;
  margin-top: 2.5rem;
}
.grid-first-card-image img {
  width: 100%;
}
.grid-third-card {
  margin-bottom: 0;
}
.grid-fourth-card,
.grid-third-card {
  border-radius: 14px;
  box-shadow: 0 0 7px #836edf4d;
  padding: 6rem 4rem;
  transition: 0.4s ease-in-out;
}
.grid-fourth-card {
  margin-bottom: 4rem;
}
.grid-third-card h3 {
  font-family: work-sans-regular, sans-serif;
}
.grid-third-card h2 {
  font-family: work-sans-medium, sans-serif;
  font-size: 3.8rem;
  margin-top: 2.5rem;
}
.grid-fourth-card h2 {
  font-size: 3.8rem;
  margin-top: 2.5rem;
}
.card-cta-wrapper {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 24px;
}
.card-cta-wrapper p {
  margin: 0 !important;
}
.card-cta-wrapper img {
  width: 20px !important;
}
.grid-second-card-image {
  padding: 8px;
}
.grid-cards-section .second-column,
.third-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-last-card-image {
  display: flex;
  justify-content: center;
}
.grid-first-card,
.grid-fourth-card,
.grid-third-card {
  cursor: pointer;
  min-height: 350px;
}
.card-wrapper-new {
  height: 100%;
}
.card-wrapper-new,
.card-wrapper-one {
  border-radius: 14px;
  box-shadow: 8px 6px 22px 0 #002ba31a;
  display: flex;
  padding: 25px 20px;
  transition: all 0.3s ease;
}
.card-wrapper-one {
  flex-direction: column;
}
@media (max-width: 767px) {
  .card-wrapper-new {
    flex-direction: column;
  }
}
.card-wrapper-right {
  border-radius: 14px;
  box-shadow: 8px 6px 22px 0 #002ba31a;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 25px 20px;
  transition: all 0.3s ease;
}
.card-text-div {
  align-items: start;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.card-text-div-right {
  padding: 2rem;
}
.card-text-last {
  margin-top: 2rem;
}
.card-text-div-left h3,
.card-text-div-right h3 {
  font-size: 22px;
}
.card-text-div-left {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.second-row {
  margin-top: 3rem;
}
.card-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#card-heading-tab {
  margin-bottom: 5rem;
}
.card-image {
  align-items: center;
  border-radius: 12px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .card-image {
    justify-content: center;
  }
}
.card-image-last {
  align-items: center;
  display: flex;
  justify-content: center;
}
.card-section-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.tabs-header {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
  margin-bottom: 3rem;
}
.tab {
  background: transparent;
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  color: #000;
  cursor: pointer;
  font-size: 2rem;
  padding: 1.5rem 4rem;
  transition: all 0.3s ease;
}
.tab.active,
.tab:hover {
  background: #3ecf8e;
  color: #fff;
}
.tab-content-grid {
  display: none;
}
.tab-content-grid.active {
  display: block;
}
@media (max-width: 768px) {
  #card-image-down img {
    max-height: 400px;
  }
  .card-wrapper-one,
  .card-wrapper-right {
    gap: 5rem;
  }
}
.left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1540px) {
  .left-wrapper {
    gap: 4.5rem;
  }
}
@media (min-width: 1640px) {
  .left-wrapper {
    gap: 5.5rem;
  }
}
.second-row {
  display: flex;
}
@media (max-width: 1024px) {
  .tab {
    font-size: 14px;
  }
  .card-text-div-left h3,
  .card-text-div-right h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .card-text-div h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .tabs-header {
    gap: 2rem;
  }
  .second-row {
    flex-direction: column;
  }
  .card-heading {
    width: 100%;
    align-items: flex-start !important;
    justify-content: flex-start;
    text-align: left;
  }
  .card-wrapper-right {
    margin-bottom: 3rem;
  }
  .card-image,
  .card-image-last {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .tabs-header {
    gap: 2rem;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .second-mid-banner-button p {
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  .card {
    padding: 0 30px 20px !important;
  }
  .card::after {
    height: 90%;
  }
}
@media (max-width: 768px) {
  .card::before {
    width: 24px;
    height: 24px;
    left: -12px;
  }
  .card::after {
    height: 100%;
    top: 24px;
  }
}
@media (max-width: 1440px) {
  .header-items ul li a {
    font-size: 16px;
  }
  .book-demo-btn {
    padding: 0.9rem 2.5rem;
  }
  .book-demo-btn p {
    font-size: 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1540px) {
  .grid-card-wrapper {
    gap: 6rem;
  }
  .header-content li {
    padding: 2.5rem 1rem;
  }
  .trusted-by-partners-wrapper h2 {
    font-size: 3.3rem;
  }
  .text-with-card-inside h3 {
    font-size: 20px;
  }
  .banner-section {
    padding: 20rem 0 6rem 0;
  }
  .banner-points-div p {
    font-size: 15px;
  }
  .svg-icon {
    width: 50px;
    height: 50px;
  }
  .text-with-card-inside {
    padding: 30px 20px;
  }
  .grid-card h3 {
    font-size: 2.8rem;
  }
  .tab-switch-text ul li {
    gap: 1.5rem;
  }
  .tab-switch-text ul {
    margin-top: 3rem;
  }
  .partners-icon-col img {
    width: 120px;
  }
  .trusted-by-partners-images {
    margin-top: 3rem;
    gap: 0;
  }
  .card h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .partners-icon-col img {
    width: 120px;
  }
  .header-content li {
    padding: 2rem 0 0.5rem !important;
  }
  .svg-icon {
    width: 50px;
    height: 50px;
  }
  .text-with-card-inside {
    padding: 30px 20px;
  }
  .tab-switch-link h3 {
    font-size: 2.8rem;
  }
  .card {
    padding: 0px 30px 60px;
  }
  .text-with-card-inside h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .hamburger span {
    width: 25px;
    height: 2px;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -4px);
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
  }
  .trusted-by-partners-section {
    margin-bottom: 12rem;
  }
  .text-with-card-inside h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hamburger span {
    width: 25px;
    height: 2px;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -5px);
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 3px);
  }
  .grid-card-wrapper {
    row-gap: 2rem;
  }
  .trusted-by-partners-images {
    gap: 4rem;
  }
  .tab-switch-link h3 {
    font-size: 2.5rem;
  }
}

/* New Footer and CTA */
.final-cta {
  background: linear-gradient(135deg, #4f46e5, #22c55e);
  color: #ffffff;
  text-align: center;
  padding: 80px 0 72px;
}

.final-cta h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff !important;
}

.final-cta p {
  font-size: 16px;
  max-width: 640px;
  margin: 0 auto 24px auto;
  color: rgba(241, 245, 249, 0.94);
}

.final-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-light {
  padding: 13px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #061742;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.25);
}

.btn-outline {
  padding: 13px 24px;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
/*grid four section*/
.card-four-section {
  margin: 12rem 0;
}
.card-four-header {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  justify-content: center;
}
.card-four-pointer-card {
  height: 100%;
  position: relative;
  background: #ffffff10;
  overflow: hidden;
  border: 1px solid #bebebe60;
  box-shadow: 4px 4px 10px 0px #0000001a;
  padding: 5rem 2rem;
  border-radius: 10px;
}
.card-four-pointer-card::before {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -40%;
  width: 115%;
  height: 95%;
  border-radius: 50%;
  opacity: 0.4;
  z-index: -1;
  filter: blur(90px);
  transition: opacity 0.3s ease;
  background: radial-gradient(
    circle,
    #2ecc72d1 0%,
    #ffe4e8 70%,
    transparent 100%
  );
}
.card-four-pointer-card img {
  width: 35px;
  margin-bottom: 3rem;
}
.card-four-pointer-card h3 {
  font-size: 20px;
}
.card-four-pointer-card p {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .card-four-pointer-card h3 {
    font-size: 17px;
  }
  .card-four-pointer-card p {
    font-size: 2.3rem;
  }
}
/*agents section*/
.agent-section {
  margin: 12rem 0;
}
.agent-section-header {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 8rem;
}
.agent-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.agent-card-container {
  padding-bottom: 8rem;
  border-bottom: 1px solid #e7e7e7;
  justify-content: space-between;
}
#last-agent-div {
  border-bottom: 0;
}
.agent-card-content {
  margin-top: 4rem;
}
.agent-card-content p {
  position: relative;
  padding-left: 16px;
}

.agent-card-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.four-card-slider-wrapper img {
  width: 65px;
}
@media (min-width: 1025px) and (max-width: 1540px) {
  .agent-card-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .agent-cards-wrapper {
    gap: 6rem;
  }
  .agent-card-container {
    padding-bottom: 6rem;
  }
  .four-card-slider-wrapper img {
    width: 45px;
  }
}
@media (max-width: 768px) {
  .agent-card-content {
    margin-top: 0rem;
  }
}
@media (max-width: 767px) {
  .agent-card-content {
    margin-top: 2rem;
  }
  .agent-card-container {
    row-gap: 4rem;
  }
  #row-reverse {
    flex-direction: column-reverse !important;
  }
  .agent-cards-wrapper {
    gap: 4rem;
  }
}
/*Four card slider*/
.four-cards-slider-section {
  margin: 12rem 0;
}
.four-card-slider-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-top: 3rem;
  padding-bottom: 1rem;
}
.four-card-slider-heading {
  width: 70%;
}
.four-card-slider-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 4rem 2rem;
  height: 100%;
  border: 1px solid #cecdcd;
}
/* .four-card-slider-content {
  margin-bottom: 2rem;
} */
.four-card-slider-content h3 {
  margin-top: 0.5rem;
  font-size: 19px;
}
.slider-card-tag {
  margin-bottom: 1rem;
  margin-top: 3.5rem;
  color: #0db556;
  font-size: 14px !important;
}
.four-card-slider-cta {
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 12px;
}
.four-card-slider-cta p {
  margin-bottom: 0;
}
.four-card-slider-content p {
  font-size: 16px;
}
.four-card-slider-cta p {
  font-size: 15px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.four-card-slider-cta p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease;
}
.four-card-slider-wrapper:hover .arrow-icon rect {
  fill: #000;
  stroke: #000;
}
.four-card-slider-wrapper:hover .arrow-icon path {
  fill: #fff;
}
.four-card-slider-wrapper:hover .four-card-slider-cta p::after {
  width: 100%;
}
.slider-button-wrapper {
  gap: 1.2rem;
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
.slider-button {
  background: none;
  border: none;
}
.prev {
  transform: scaleX(-1);
}
.arrow-icon {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.arrow-icon.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.arrow-icon.disabled rect {
  fill: #ffffff;
  stroke: #414242;
}
.arrow-icon.disabled path {
  fill: #414242;
}
@media (max-width: 1024px) {
  .four-card-slider-content h3 {
    font-size: 16px;
  }
  .four-card-slider-content p {
    font-size: 2.3rem;
  }
  .four-card-slider-cta p {
    font-size: 13px;
  }
  .four-card-slider-cta svg {
    width: 22px;
    height: 22px;
  }
  .slider-button-wrapper svg {
    width: 34px;
    height: 34px;
  }
}
/*Mid banner two cards*/
.mid-banner-section {
  padding: 8rem 0;
  background: #ecffe9;
  margin: 12rem 0;
}
.mid-banner-heading {
  width: 60%;
  margin-bottom: 6rem;
}
.two-cards-wrapper > div {
  padding: 8rem 5rem 0rem;
  background: #222875;
  border-radius: 16px;
}
.two-cards-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .two-cards-wrapper {
    align-items: center;
    flex-direction: column;
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .two-cards-wrapper > div {
    padding: 5rem;
  }
}
.two-card-div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.two-card-image-div {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.two-card-image-div img {
  margin-bottom: -1px;
  border-radius: 16px 0 16px 0;
}
.two-card-div h3 {
  font-family: "work-sans-light", "sans-serif";
  font-size: 30px;
  width: 80%;
  letter-spacing: -0.36px;
  font-weight: 600;
  color: #cbefff;
}
.two-card-div p {
  width: 80%;
  font-size: 17px;
  font-family: "work-sans-light", "sans-serif";
  margin-bottom: 8rem;
  color: #cbefff;
}
.two-card-cta {
  margin-bottom: 10rem;
  margin-top: auto;
  width: max-content;
  font-size: 15px;
  font-family: "work-sans-light", "sans-serif";
  color: #cbefff;
  border: 1px solid #879fc8;
  background: transparent;
  border-radius: 100px;
  padding: 2rem 3rem;
}
.mid-banner-right-card-container {
  flex-direction: row;
  display: flex;
}
@media (min-width: 768px) {
  .padding-right-zero {
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .two-card-div h3 {
    font-size: 24px;
  }
  .two-card-div p {
    font-size: 15px;
  }
  .two-card-cta {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .two-card-image-div img {
    border-radius: 16px;
  }
}
/*six grid sections*/
.grid-six-section {
  margin: 12rem 0;
}
.grid-six-heading {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: 0 auto 6rem;
}
.grid-six-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff01;
  border: 1px solid #bebebe60;
  box-shadow: 4px 4px 10px 0px #0000001a;
  padding: 6rem 3rem;
  border-radius: 10px;
}
.grid-six-wrapper {
  row-gap: 3rem;
}
.grid-six-card h3 {
  font-size: 20px;
}
.grid-six-card p {
  font-size: 17px;
}
.grid-six-card > p {
  margin-bottom: 5rem;
}
.grid-six-card-cta {
  margin-top: auto;
  display: flex;
  gap: 12px;
}
.grid-six-card-cta p {
  font-size: 16px;
  font-family: "work-sans-medium", sans-serif;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.grid-six-card-cta svg {
  width: 26px;
  height: 26px;
}
.grid-six-card-cta p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}
.grid-six-card:hover .grid-six-card-cta p::after {
  width: 100%;
}
@media (max-width: 1024px) {
  .grid-six-card h3 {
    font-size: 17px;
  }
  .grid-six-card p {
    font-size: 2.3rem;
  }
  .grid-six-card-cta svg {
    width: 22px;
    height: 22px;
  }
}
/*second mid banner section*/
.second-mid-banner-wrapper {
  background: #fafafa;
  padding: 8rem 4rem;
  border-radius: 20px;
}
.second-mid-banner-card {
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 3rem;
}
.second-mid-banner-card svg {
  width: 45px;
  height: 45px;
}
.second-mid-banner-card h3 {
  font-size: 21px;
}
.second-mid-banner-card p {
  font-size: 17px;
}
.second-mid-banner-img {
  margin-top: 7rem;
}
.second-mid-banner-heading {
  width: 80%;
}
.second-mid-banner-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1440px) {
  .second-mid-banner-card svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .second-mid-banner-card h3 {
    font-size: 18px;
  }
  .second-mid-banner-card p {
    font-size: 15px;
  }
  .second-mid-banner-card svg {
    font-size: 34px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  .second-mid-banner-card h3 {
    font-size: 16px;
  }
  .second-mid-banner-card p {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .second-mid-banner-wrapper {
    gap: 6rem;
  }
  .second-mid-banner-cards-wrapper {
    gap: 4rem;
  }
}
/*four box section*/
.four-box-section {
  margin: 12rem 0 14rem;
}
.four-box-content {
  margin-top: 6rem;
}
.box-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff01;
  border-top: 3px solid #061742;
  box-shadow: 4px 4px 10px 0px #0000001a;
  border-radius: 10px;
  padding: 5rem 2.5rem;
}
.box-card-paragraph-two {
  margin-bottom: 6rem !important;
}
.impact-div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: auto;
}
.impact-div p {
  margin: 0;
  color: #0db556;
  font-size: 14px !important;
}
.impact-div img {
  margin-top: 8px;
  width: 20px;
}
.box-card h3 {
  font-size: 20px;
}
.box-card p {
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .box-card h3 {
    font-size: 17px;
  }
  .box-card p {
    font-size: 2.3rem;
  }
  .four-box-wrapper {
    row-gap: 4rem;
  }
}
@media (max-width: 767px) {
  .four-box-wrapper {
    row-gap: 4rem;
  }
}
/*cta section*/
.cta-heading {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.cta-heading h2 span {
  background: linear-gradient(90deg, #2ecc71 0%, #3ecf8e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cta-section {
  margin: 12rem 0;
}
@media (max-width: 1024px) {
  .card-four-pointer-wrapper {
    row-gap: 4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1540px) {
  .banner-wrapper h1 {
    font-size: 5.5rem;
    width: 65% !important;
  }
  .three-card-heading h2,
  .section-heading h2,
  .platform-section-h2,
  .statements-header h2,
  .four-card-slider-heading h2,
  .image-text-header h2,
  .mid-banner-heading h2,
  .grid-six-heading h2,
  .six-card-heading h2,
  .header-icons .heading-icons-description,
  .second-mid-banner-heading h2,
  .pricing-header-text-div h2,
  .four-box-wrapper h2,
  .three-card-branch-heading h2,
  .steps-card-heading h2 {
    font-size: 4rem;
  }
  .header-icons p {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .four-grid-header,
  .card-four-header,
  .platoform-card-header,
  .agent-section-header,
  .statements-header,
  .four-card-slider-heading,
  .mid-banner-heading,
  .grid-six-heading,
  .second-mid-banner-heading,
  .three-card-heading,
  .three-card-branch-heading,
  .steps-card-heading {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .cta-heading {
    width: 100%;
  }
  .agent-section-header {
    margin-bottom: 4rem;
  }
}

/* layered architecture section */
.layered-architecture-section {
  margin: 14rem 0;
}
.layered-architecture-heading-h2 {
  width: 42%;
}
.layered-architecture-heading-p {
  width: 50%;
}
.layered-architecture-heading {
  justify-content: space-between;
  margin-bottom: 6rem;
  display: flex;
}
.layer-div {
  margin-top: 5rem;
  position: relative;
  padding-bottom: 6rem;
  border-bottom: 1px solid #a0a0a041;
}
.layered-container-h3 {
  font-family: "work-sans-semibold", "sans-serif";
  font-size: 21px !important;
}
.layer-div-heading {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}
.layer-div-heading-tag {
  border: 1px solid #f0f0f048;
  background: #fbfbfb;
  padding: 0.7rem 2rem;
  border-radius: 30px;
}
.layered-div-line > div:last-child {
  border: none;
}
.layered-container {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
.layered-container > div:first-child {
  border: 1px solid #580097;
  border-radius: 16px;
  padding: 6rem 8rem;
  background: #fdf8ff;
}
.layered-container > div:last-child {
  border-radius: 16px;
  padding: 6rem 8rem;
  border: 1px solid #00477d;
  background: #f8fcff;
}
.layered-div-line {
  /* position: relative; */
  --rail-x: 0px;
}
.layered-container > div h3 {
  font-size: 18px;
}
.layered-container > div > div:last-child {
  border-bottom: none;
}
/* .layered-div-line::before {
  content: "";
  position: absolute;
  left: var(--rail-x);
  top: 30px;
  bottom: 0;
  width: 2px;
  background: #0db556;
  opacity: 0.9;
} */
.layer-pointers-container {
  align-items: flex-start;
  display: flex;
  row-gap: 2rem;
  flex-direction: column;
}
.layered-architecture-section .container {
  overflow: visible !important;
}
.layer-div-heading h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.layer-div-para {
  font-size: 17px;
}
.layer-div-para b {
  font-family: "work-sans-semibold", "sans-serif";
}
.layer-div-heading-tag p {
  font-size: 12px !important;
  margin-bottom: 0;
}
.layer-pointer-div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.layer-pointer-div p {
  font-size: 17px;
  margin-bottom: 0;
}
.layer-line-marker {
  display: none;
  position: absolute;
  left: -25px;
  top: 0px;
  transform: translateX(-50%);
  z-index: 10;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.08));
}
.layer-line-marker img {
  width: 35px;
  height: 35px;
}

.layered-sticky-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  isolation: isolate;
  padding: 0;
}
.stack-card {
  position: sticky;
  top: 22rem;
}
/* .layered-container > .stack-card:nth-of-type(2) {
  margin-top: 10rem;
} */
@media (min-width: 1025px) and (max-width: 1540px) {
  .layered-architecture-heading-h2 h2 {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .layer-div-heading h3 {
    font-size: 17px !important;
  }
  .layer-div-para,
  .layer-pointer-div p {
    font-size: 2.3rem;
  }
  .layer-line-marker {
    left: -15px;
  }
  .layer-line-marker img {
    width: 25px;
  }
  .layered-container-h3 {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .layered-container-h3 {
    padding-left: 0;
  }
  .layered-container > div:first-child,
  .layered-container > div:last-child {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .layered-architecture-heading {
    flex-direction: column;
  }
  .layered-architecture-heading-p,
  .layered-architecture-heading-h2 {
    width: 100%;
  }
  .layer-pointers-container {
    align-items: flex-start;
    margin-top: 3rem;
  }
  .layer-div-heading {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 400px) {
  .layer-div-heading {
    flex-direction: column-reverse;
  }
}

/* overall font size css for segregated viewport */
@media (min-width: 1025px) and (max-width: 1640px) {
  p {
    font-size: 15px !important;
  }
  .switch-tab-point p {
    font-size: 15px !important;
  }
  .diagram-point-div p {
    font-size: 13.5px !important;
  }
  .footer-items p {
    font-size: 12.5px !important;
  }
  .copyright p {
    font-size: 12.5px !important;
  }
  .four-card-slider-content h3 {
    font-size: 17px !important;
  }
  .header-section .mega-trigger.platform-link {
    font-family: "work-sans-regular", sans-serif;
    font-size: 15px !important;
  }
}

.mid-banner-cta-section {
  margin: 6rem 0 14rem;
}
.mid-banner-wrapper {
  padding: 4rem 2rem;
  border-radius: 16px;
  background: #fafafa;
}
.mid-banner-header-cta {
  gap: 5rem;
  display: flex;
  align-items: center;
}
.mid-banner-header-cta img {
  width: 200px;
}
.mid-banner-cta {
  margin-top: 2rem;
  display: block;
  padding: 2rem;
  text-align: center;
  border-radius: 100px;
  background: #0d0d0d;
}
.mid-banner-cta p {
  font-size: 13px !important;
  color: #fff;
  margin-bottom: 0;
}
.mid-banner-cta-heading {
  width: 65%;
}
.mid-banner-cta-heading h2 {
  font-size: 24px;
  margin-bottom: 8px;
}
.mid-banner-cta-heading p {
  font-size: 15px;
}
@media (max-width: 1024px) {
  .mid-banner-wrapper {
    row-gap: 4rem;
    flex-direction: column;
  }
  .mid-banner-cta {
    padding: 2rem 4.5rem;
    width: max-content;
  }
  .cta-div {
    display: flex;
    justify-content: flex-end;
  }
  .mid-banner-cta p {
    font-size: 13px !important;
  }
  .mid-banner-cta-heading h2 {
    font-size: 20px;
  }
  .mid-banner-cta-heading p {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .mid-banner-header-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .mid-banner-cta-heading {
    width: 100%;
  }
  .mid-banner-header-cta img {
    display: none;
  }
  .cta-div {
    justify-content: flex-start;
  }
  .mid-banner-cta {
    margin-top: 0;
  }
}