section {
  transition:
    transform 1s ease-out,
    opacity 1s ease-out;
  transform: translateY(50px);
  opacity: 0;
}
.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;
}
.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: 1rem;
  color: #fff;
  margin: 0;
  font-size: 2rem;
}
.header-text img {
  width: 35px;
  height: 35px;
}
.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-pointers-outer-wrapper {
  margin-bottom: 12px;
}
.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;
}
.pointers-wrapper {
  flex: 1 1 calc(25% - 2rem);
  min-width: 250px;
}
.dropdown-pointers {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 1rem 0;
  border-radius: 12px;
  transition: background 0.3s ease;
}
.dropdown-pointer {
  flex: 1;
}
.dropdown-right{
  padding-left: 4rem !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);
}

@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 {
  display: flex;
  align-items: center;
  gap: 6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media(max-width:1160px){
  .header-items ul{
    gap: 4rem;
  }
}
.header-content li{
  padding: 3rem 1rem;
}
.header-items ul li a {
  font-size: 2.3rem;
  line-height: 150%;
  margin: 0 0 1rem;
  font-family: "work-sans-regular", sans-serif;
  color: #334960;
}
.header-image {
  z-index: 2;
}
.header-image img {
  width: 140px;
}
.book-demo-btn p {
  color: white;
  margin-bottom: 0;
}
.book-demo-btn {
  background: #3ecf8e;
  border-radius: 6px;
  padding: 1rem 2.7rem;
}
.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: 3rem 0;
  } 
  .header-items {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    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-content li{
    padding: 1rem 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 {
    align-items: start;
    padding: 20rem 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: 16rem 5rem;
  }
}
@media (max-width: 767px) {
  .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;
}

/*Banner section*/
.banner-wrapper {
  padding-bottom: 8rem;
}
.banner-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 8rem;
  padding: 24rem 0 6rem 0;
}
.banner-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(62, 207, 142, 0.13) 0%,
    transparent 100%
  );
  border-radius: 50%;
  bottom: -100px;
  left: -150px;
  z-index: 0;
}
.banner-section::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(62, 207, 142, 0.13) 0%,
    transparent 100%
  );
  border-radius: 50%;
  top: 200px;
  right: -200px;
  z-index: 0;
}
.banner-image-div {
  display: flex;
  justify-content: center;
}
.banner-img{
  width: 600px;
}
.banner-section .container {
  position: relative;
  z-index: 1;
}
.banner-heading {
  width: 90%;
}
.banner-heading span {
  color: #3ecf8e;
}
.banner-points-div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.banner-points-div p {
  margin-bottom: 0;
}
.banner-points {
  display: flex;
  align-items: center;
  gap: 6rem;
}
.banner-header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}
.banner-button {
  display: flex;
  gap: 3.5rem;
  padding-top: 2rem;
}
.banner-button a:first-child,
.banner-button a:last-child {
  border: 1px solid #3ecf8e;
  border-radius: 8px;
  padding: 1rem 3rem;
}
.banner-button a:first-child {
  background: #3ecf8e;
  color: #fff !important;
}
.banner-button a:last-child {
  background: #3ecf8e;
  color: #fff !important;
}
.banner-button a:first-child p {
  color: #fff !important;
}
.banner-button p {
  margin: 0;
}
.banner-button a:last-child p {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .banner-wrapper {
    padding-bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .banner-img{
    margin-top: 2rem;
  }
  .banner-section {
    padding-top: 20rem;
  }
  .banner-heading {
    width: 100%;
  }
  .banner-section::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-wrapper {
    padding-bottom: 2rem;
    gap: 6rem;
  }
  .banner-section{
    padding-top: 17rem;
  }
}

.grid-card-section {
  margin: 12rem 0;
}
.grid-card-pointers {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.grid-card-pointer {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.grid-card-pointer img {
  padding-top: 0.6rem;
}
.grid-card-pointer p {
  margin: 0;
}
.grid-card-h2 span {
  color: #3ecf8e;
}
.grid-card-wrapper {
  margin-top: 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.card-row-one,
.card-row-three,
.card-row-two {
  display: flex;
}
.grid-card {
  padding: 3rem;
}
.grid-card h3 {
  font-size: 3.7rem;
}
.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 {
  text-align: center;
}
.row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .grid-card-heading {
    text-align: left;
  }
  .image-div,
  .image-div-1 {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .grid-card-wrapper {
    margin-top: 0rem;
    gap: 0rem;
  }
  .grid-card {
    padding: 0;
    margin-top: 6rem;
  }
}

.overview-section {
  padding: 8rem;
  background: #f4f6f84d;
  margin: 12rem 0;
}
.overview-heading {
  margin: 0 auto;
  text-align: center;
}
.overview-heading h2 span {
  color: #3ecf8e;
}
.three-card-wrapper {
  row-gap: 3rem;
  margin-top: 7rem;
}
.card-wrapper h3 {
  color: #3ecf8e;
  font-size: 20px;
  margin: 14px 0 8px;
}
.card-wrapper {
  transition: box-shadow 0.5s ease;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  height: 100%;
  padding: 3.5rem 2rem;
}
.card-wrapper:hover {
  box-shadow: 8px 8px 22px 0 #002ba31a;
}
.card-wrapper img {
  width: 24px;
}
@media (max-width: 767px) {
  .overview-heading {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .overview-section {
    padding: 5rem 0;
  }
}

/* .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 h2 {
  font-size: 4rem;
}
.mid-banner-button {
  margin-top: 2rem;
  width: max-content;
  border: 1px solid #3ecf8e;
  border-radius: 8px;
  padding: 1rem 3rem;
  background: #3ecf8e !important;
}
.mid-banner-button a:last-child p {
  margin-bottom: 0;
  color: #fff !important;
}
@media (max-width: 767px) {
  .mid-banner-img {
    margin-top: 7rem;
  }
}
@media (max-width: 1024px) {
  .mid-banner-img img {
    width: 300px;
  }
} */

.solution-section {
  margin: 12rem 0 15rem 0;
}
.section-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.section-heading {
  text-align: center;
  width: 100%;
}
.heading-description span,
.heading-icons-description span {
  color: #3ecf8e;
}
.tabs-switch-wrapper {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.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.3rem;
}
.tabs span {
  color: #b4b4b4;
  font-size: 3rem;
  font-weight: 600;
  margin: 0;
}
.tab-switch-link.active span {
  color: #3ecf8e;
}
.tabs p {
  color: #475467;
}
.first-tab-switch-body {
  animation: TabfadeEffect 2s;
  display: none;
}
.tab-points p span {
  font-size: 2.5rem !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-weight: 600;
  margin: 2rem 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: 5rem;
}
.tab-switch-text ul li {
  align-items: flex-start;
  display: flex;
  gap: 2rem;
}
.tab-switch-text ul li img {
  padding-top: 0.6rem;
}
.tab-switch-text p {
  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: 767px) {
  .tabs {
    flex-direction: column;
  }
  .tab-switch-link {
    width: 100%;
    border-radius: 4px;
    border-top: 4px solid #e9fff1;
  }
  .tabs p {
    display: none;
  }
  .section-heading {
    text-align: left;
  }
  .tabs-switch-wrapper {
    margin-top: 4rem;
  }
  .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: 15rem;
}
.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 {
  gap: 4rem;
  margin-top: 6rem;
  justify-content: center;
}
.partners-icon-col img {
  width: 140px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .trusted-by-partners-images {
    gap: 2rem;
  }
}

.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: 8px;
  display: inline-flex;
  justify-content: center;
  margin: 36px auto 0;
  padding: 10px 34px;
}
.second-mid-banner-button p {
  color: #fff;
  margin: 0;
}

.four-card-section {
  margin: 12rem 0;
}
.four-card-heading {
  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: 14px 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:hover {
  box-shadow: 8px 8px 22px 0 #002ba31a;
}
@media (max-width: 767px) {
  .four-card-heading {
    text-align: left;
  }
}

.footer__wrapper {
  background: #f9f9f9;
  position: relative;
}
.footer-inner {
  padding-top: 50px;
  position: relative;
}
.footer-items {
  padding-bottom: 50px;
}
.list-name {
  margin-top: 4rem;
}
.footer-items p {
  color: #000;
  font-size: 2rem;
  width: 80%;
}
.footer-end {
  border-top: 1px solid #334960;
  padding-bottom: 30px;
  padding-top: 20px;
}
.footer-links {
  display: flex;
  gap: 30px;
}
.footer-links p {
  color: #000000b3;
  font-size: 1.8rem;
}
.copyright p {
  text-align: end;
  color: #000000b3;
  font-size: 1.8rem;
  margin: 0;
}
.footer-wrapper-link h3 {
  font-size: 2.3rem;
}
.footer-logo img{
  width: 160px;
}
@media (max-width: 767px) {
  .copyright p {
    font-size: 2rem;
    text-align: start;
  }
  .footer-items {
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .footer-wrapper-link h3 {
    font-size: 2.7rem;
  }
  .footer-links p {
    font-size: 2rem;
  }
}
@media(max-width:768px){
  .footer-logo img{
  width: 120px;
}
}
.icons-flow-section {
  margin-bottom: 12rem;
}
.icons-flow-container {
  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, #e9fff1, 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, #e9fff1, transparent);
  right: 0;
}
.header-icons{
  gap: 3rem;
  display: flex;
}
.header-icons p{
  text-align: left;
  margin-top: 10px;
}
.header-icons .heading-icons-description{
  text-align: left;
}
.icon-flow-wrapper{
  background: #e9fff1;
    border-radius: 28px;
    padding: 8rem;
}
.logo-slider-container {
  border-radius: 16px;
  padding: 5rem 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 {
  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;
  }
  .icon-flow-wrapper{
    padding: 4rem;
  }
}
.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;
}
.logo-item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.123);
  margin: 0 15px;
  padding: 8px;
  width: 50px;
  height: 50px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .logo-item {
    width: 50px;
    height: 50px;
  }
}
@media(max-width:767px){
  .icons-flow-container{
    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-top: 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 {
  margin: 2.5rem 0 1.5rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .row.text-width-card-row {
    margin-top: 0;
  }
  .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 .25s ease, box-shadow .25s ease, background-color .25s ease, border-color .25s ease;
  box-shadow:0 6px 14px rgba(15,157,88,.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,.25);
}
.primary-button-elixir:focus{
  outline: none;
  box-shadow:0 0 0 3px rgba(15,157,88,.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 .3s ease, box-shadow .3s ease, background-color .3s ease, border-color .3s ease, color .3s ease;
  box-shadow:0 2px 6px rgba(0,0,0,.04);
}
.text-with-card-inside h3{
  margin:2.5rem 0 1.5rem;
  flex-grow:1;
  color:var(--ink-900);
}
.text-with-card-inside p{ color:var(--ink-700); }
.text-with-card-inside img{ width:8rem; transition:transform .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,.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,.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,.28);
}


.svg-icon{ width:80px; height:80px; 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); }


.three-card-line-section {
  margin: 12rem 0 15rem 0;
}
.three-card-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.card {
  background: transparent;
  border: none;
  padding: 5px 45px 70px;
  text-align: left;
  color: black;
  position: relative;
  transition: all 0.3s ease;
}
.card h3 {
  margin-bottom: 15px;
}
.card::after {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;  
  height: 100%;
  border-left: 1px dotted #3ecf8e;
}
.card::before {
  content: "";
  position: absolute;
  top: 0px; 
  left: -14px;  
  width: 28px;
  height: 28px;
  border: 2px solid #3ecf8e; 
  border-radius: 50%;
  background: white;
  transition: all 0.3s ease;
}
.card:hover {
  color: #3ecf8e;
}
.card:hover::before {
  background: #3ecf8e;
  transform: scale(1.2);
}
@media(max-width:768px){
  .card{
    padding: 0 30px 20px;
  }
  .card::after{
      height: 90%;
  }
}
@media(max-width:767px){
  .card::before{
    width: 24px;
    height: 24px;
    left: -12px;
  }
  .card::after{
    height: 100%;
    top: 24px;
  }
}