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;
}
@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: 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-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 {
  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%;
  font-family: "work-sans-medium", 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 {
  transition: box-shadow 0.25s ease;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #3ecf8e;
  border-radius: 6px;
  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 {
    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: 6rem 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 {
  background: #3ecf8e10;
  border-radius: 24px;
  padding: 1rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.banner-points-div img {
  width: 18px;
  height: 18px;
}
.banner-points-div p {
  text-transform: uppercase;
  font-family: "work-sans-medium", "sans-serif" !important;
  color: #3ecf8e;
  font-size: 15px;
  margin-bottom: 0;
}
.banner-points {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 1rem;
}
.banner-header {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
.banner-button {
  display: flex;
  gap: 3.5rem;
  padding-top: 4rem;
}
.banner-button a:last-child:hover {
  box-shadow: 0 8px 16px rgba(62, 207, 142, 0.5);
}
.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 {
  transition: box-shadow 0.25s ease;
  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 (min-width: 1025px) and (max-width: 1440px) {
  .banner-img {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  .banner-wrapper {
    padding-bottom: 10rem;
  }
  .banner-header {
    margin-top: 0rem;
  }
  .banner-points-div p {
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  .banner-points-div {
    border-radius: 16px;
    width: 80%;
    padding: 1.5rem 2.5rem;
  }
  .banner-header {
    margin-top: 4rem;
  }
  .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: 15rem;
  }
}

.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: 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: 767px) {
  .grid-card-heading {
    text-align: left;
  }
  .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;
  }
}

.overview-section {
  padding: 8rem;
  background: #f4f6f84d;
  margin: 12rem 0;
}
.overview-heading {
  width: 80%;
  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: #000;
  font-size: 20px;
  margin: 14px 0 8px;
}
.card-wrapper {
  transition: box-shadow 0.5s ease;
  border: 1px solid #dfdfdf;
  border-radius: 24px;
  height: 100%;
  padding: 3.5rem 2rem;
}
#card-wrapper-right {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  height: 100%;
  padding: 2rem 4rem 4rem;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(to left, #3ecf8e12 0%, #2bb67300 100%);
}
#card-wrapper-right > * {
  position: relative;
  z-index: 1;
}
#card-wrapper-right h3{
  font-size: 22px;
}
.sub-card {
  border-radius: 24px;
}
.four-card-div {
  height: 100%;
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
.card-wrapper:hover {
  box-shadow: 8px 8px 22px 0 #002ba31a;
}
.card-wrapper img {
  width: 28px;
}
@media(max-width:1024px){
  .card-wrapper h3{
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .overview-heading {
    width: 100%;
    margin: 0;
    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 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;
  padding: 1rem 3rem;
  background: #3ecf8e !important;
}
.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;
  }
}

.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: 4.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.2rem !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: 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.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 {
    gap: 3rem;
    flex-direction: column;
  }
  .tab-switch-text ul li img {
    padding: 0;
  }
  .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 {
  align-items: center;
  margin-top: 4rem;
  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: 8px;
  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;
}

.four-card-section {
  margin: 12rem 0;
}
.four-card-heading {
  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: 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: 1024px) {
  .card-wrapper-four h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .four-card-heading {
    width: 100%;
    margin: 0;
    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 {
  justify-content: end;
  display: flex;
  gap: 30px;
}
.footer-links p {
  color: #000000b3;
  font-size: 1.8rem;
}
.copyright p {
  text-align: flex-start;
  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-links{
    margin-top: 1rem;
    justify-content: flex-start;
  }
  .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 {
  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, #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 {
    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);
}

.three-card-line-section {
  margin: 12rem 0 15rem 0;
}
.three-card-wrapper {
  display: flex;
  /* 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: 2px;
  left: -12px;
  width: 26px;
  height: 26px;
  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);
}
/*industry tab switch section*/
.solutions-section {
  margin: 12rem 0;
}
@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 #f2f2f2;
  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: 18rem 0 6rem 0;
  }
  .banner-points-div p {
    font-size: 17px;
  }
  .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 {
    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;
  }
}
@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;
  }
}
