.language-title {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.language {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.header-wrapper .pd-48px {
  padding: 20px;
}

.custom-dropdown .dropdown-link {
  padding: 15px 15px;
  border-radius: 12px;
}
.custom-dropdown .dropdown-link:hover {
  background-color: #1c5cff1c;
}

.custom-dropdown {
  gap: 0 !important;
}

.language:hover {
  background-color: #1c5cff1c;
}

.language-dropdown {
  /* padding: 20px; */
  /* max-width: 150px; */
  display: flex;
  max-width: 190px;
  justify-content: center;
  padding: 10px 0;
  top: 38px;
}

.language-dropdown-container {
  width: 150px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.language img,
.language-title img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  cursor: pointer;
}

.resources-dropdown {
  /* display: grid; */
  display: none;
  visibility: hidden;
  /* width: 260px !important; */
  /* height: 0; */
  transition: all 150ms ease-in;
  opacity: 0;
  min-height: 202px;
}

.resources-dropdown .w-layout-grid {
  grid-template-columns: 1fr;
}

.resources-dropdown.w--open {
  height: 192px;
  opacity: 1;
  transition: all 150ms ease-in;
}

.dropdown-arrow {
  transform: rotate(0deg);
  transition: all 150ms ease-in;
}

.w--open .dropdown-arrow {
  transform: rotate(-180deg);
  transition: all 150ms ease-in;
}

.language-dropdown {
  width: 210px !important;
}

.header-right-side {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.header-right-side nav {
  flex: 1;
}

.navbar-middle {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  justify-content: center;
}

.stat-card:hover {
  /* color: var(--neutral--100) !important; */
  border-color: var(--system--blue-100);
  background-color: var(--system--blue-100);
  /* transform: rotate(-3deg); */
  transition: all 0.2s ease-in-out;
}

.stat-card.active {
  color: var(--neutral--100) !important;
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  /* transform: rotate(-3deg); */
  transition: all 0.2s ease-in-out;
}

.stat-card:hover .play-pause {
  transition: all 0.2s ease-in-out;
}

.stat-card.active .text {
  color: var(--neutral--100) !important;
}

.stat-card .vertical-line {
  align-self: stretch;
  width: 1px;
  background-color: var(--neutral--300);
}

.features-card:hover {
  background-color: var(--secondary--color-4);
  transform: translateY(-5px);
  transition: all 0.2s ease-in-out;
}

.footer-language-select {
  margin: 10px 0;
  color: white;
}

.footer-language-select .language-dropdown {
  width: 100%;
  left: 90px !important;
}

.footer-language-select .dropdown-arrow {
  color: var(--system--blue-200) !important;
}

.features-card .dark {
  display: none;
}

.features-card:hover .dark {
  display: block;
}

.features-card:hover .light {
  display: none;
}

.pricing.card-popular {
  /* background: var(--system--blue-200) !important;
  border-color: var(--system--blue-200) !important; */
  background: white !important;
  border: 1px solid var(--neutral--300);
}

.pricing.bg-secondary-4 {
  background-color: white;
}

#w-node-f17f1aa2-9564-9e7c-02e3-f2e103a4c600-03a4c5fb .footer-title {
  font-size: 2.5rem;
}

.header-wrapper .grid-2-columns {
  gap: 10px !important;
}

.talk-to-sales {
  padding: 20px;
}

#countries-selector {
  position: absolute;
  height: 70px;
  width: 90px;
  bottom: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  cursor: pointer;
  border: 1px solid #dfe5e7;
}

.selected-country {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 5px;
  font-weight: 100;
}

/* .selected-country svg {
  width: 16px;
  height: 16px;
} */

.selector-wrapper {
  display: relative;
  border: 2px solid #d9d9d9;
  height: 100%;
  width: 100%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#countries-dropdown {
  max-height: 200px;
  overflow-x: scroll;
  position: absolute;
  background-color: white;
  width: 243px;
  padding-top: 20px;
  border: 2px solid #d9d9d9;
  top: 70px;
  border-radius: 12px;
  display: none;
}

#countries-dropdown.active {
  display: block;
}

.country-dropdown-item {
  display: flex;
  /* justify-content: center; */
  padding: 5px 10px;
  gap: 20px;
  align-items: center;
  cursor: pointer;
}

.country-dropdown-item:hover {
  background-color: #1c5cff1c;
}

.country-dropdown-item svg {
  min-width: 24px;
}

.country-dropdown-item .active {
  background-color: #1c5cff1c;
}

.selected {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#mobile-dropdown {
  display: none;
}

#mobile-dropdown.w--open {
  display: block;
}

.pricing-card-title {
  font-weight: 700;
  font-size: 24px;
}

.w-nav-overlay.visible {
  height: 2295.77px;
  display: block;
}

.country-name {
  max-width: 180px;
}

.badge-secondary-blog:has(.talk-to-sales):hover {
  background-color: var(--accent--primary-1);
}

.center-elements {
  display: flex;
  align-items: center;
  gap: 30px;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.page-wrapper {
	min-height: 100vh;
	background: linear-gradient(to bottom, #ba56f5 0%, #fdfcfd 1.5%, #e2d2eb 15%, #fff 100%);
}

.w-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 118px;
  background-color: white;
  z-index: 9999;
}

.clear-nav {
  height: 118px;
  width: 100%;
}

.play-pause {
  background-color: transparent;
}

.play-pause svg {
  width: 70px;
  height: 70px;
  border: none;
  display: none;
  fill: black;
}

.stat-card.active svg path {
  fill: white !important;
}

.play-pause svg.active {
  display: block;
}

.audio-controls {
  align-self: stretch;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.timeline {
  background-color: #ddd;
  height: 10px;
  cursor: pointer;
  width: 100%;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.progress {
  background-color: var(--secondary--color-4);
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
}

.slide span.active,
.slide img.active {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  /* position: relative; */
  width: 100%;
  height: 100%;
}

.slide span.relative,
.slide img.relative {
  position: relative;
  display: block;
  opacity: 0;
}

.slide span,
.slide img {
  transition: all 0.5s ease-in-out;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.logo {
  height: 48px;
  width: 165px;
}

#language-dropdown-list-item:hover #language-dropdown-nav {
  display: block;
  height: 150px;
  transition: all 150ms ease-in;
  opacity: 1;
}

#language-dropdown-nav {
  display: block !important;
  height: 0;
  transition: all 150ms ease-in;
  opacity: 0;
}

.resource .w-layout-grid {
  grid-row-gap: 0;
}

.hero-image {
  width: 100%;
  justify-self: stretch;
}

.margin-card {
  margin-top: -170px;
}

.display-1.hero-text {
  font-size: 60px;
}

.table-text-border {
  border-right: 2px solid var(--neutral--400);
}

.table-content-border {
  border-right: 1px solid var(--neutral--300);
}

.info img {
  width: 16px;
  cursor: pointer;
}

.info-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
}

.tooltip h3 {
  margin: 12px 0;
}

.tooltip .top {
  min-width: 200px;
  max-width: 400px;
  top: -10px;
  left: 50%;
  transform: translate(-30%, -100%);
  padding: 10px;

  color: #ffffff;
  background-color: #1c5cff;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  display: none;
}
.tooltip .right {
  min-width: 200px;
  max-width: 400px;
  left: 20px;
  top: -50px;
  padding: 10px;

  color: #ffffff;
  background-color: black;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  display: none;
}

.tooltip .content {
  display: flex;
  justify-content: center;
}

.tooltip:hover .top {
  display: block;
}
.tooltip:hover .right {
  display: block;
}

.tooltip .top i {
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -15px;
  width: 30px;
  height: 15px;
  overflow: hidden;
}

.tooltip .top i::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #1c5cff;
}
.tooltip .right i::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #1c5cff;
}

.emoji-icon {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
  text-align: center;
}

.pricing-icon {
  color: var(--neutral--800);
  margin-top: 0;
  bottom: 0%;
  font-size: 18px;
  font-weight: 700;
}

.pricing-icon.large {
  font-size: 24px;
  line-height: 1.417em;
}

.pricing-icon.larger {
  font-size: 36px;
  line-height: 1.316em;
}

.grid-5-columns {
  grid-template-columns: repeat(5, 1fr);
}

.pricing-table-top {
  min-height: 0px;
}

.grid-5-columns-plans {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing.card:hover {
  background-color: var(--system--blue-100) !important;
  border-color: var(--system--blue-100) !important;
}

.switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 20px;
  background: #dfd9ea;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}

.switch::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: #fafafa;
  border-radius: 50%;
  transition:
    left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.28),
    0 0 0 20px rgba(128, 128, 128, 0.1);
}
input:checked + .switch {
  background: #72da67;
}
input:checked + .switch::before {
  left: 27px;
  background: #fff;
}
input:checked + .switch:active::before {
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.28),
    0 0 0 20px rgba(0, 150, 136, 0.2);
}

.pricing-table-header {
  margin: 0 auto;
  font-size: 1.25rem;
}

.hero-section {
  min-height: calc(100vh - 118px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* .hero-about .inner-container._574px {
  min-width: 60vw;
  max-width: 100%;
} */
/* 
.hero-about .buttons-row {
  justify-content: center;
} */

.sticky-header {
  position: sticky;
  top: 118px;
  z-index: 1000;
  margin-bottom: 25px;
  background-color: var(--neutral--200);
  border-radius: 0;
}

.sticky-header .bg-black {
  background-color: black;
  color: white;
}

.sticky-header .pricing-content-wrapper.top {
  padding-top: 24px;
}

.card-pricing.sticky-header {
  border: none;
  /* border-bottom-left-radius: 0; */
  /* border-bottom-right-radius: 0; */
  /* background-color: transparent; */
}

/* .bg-white {
  background-color: white;
} */

.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  border-radius: 30px;
  background: white;
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#annual ~ label[for="annual"],
.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"] {
  color: white;
}

.switch-wrapper [type="radio"]:checked#annual ~ label[for="annual"]:hover,
.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover {
  background: transparent;
}

.switch-wrapper [type="radio"]:checked#annual + label[for="monthly"] ~ .highlighter {
  transform: none;
}

.switch-wrapper [type="radio"]:checked#monthly + label[for="annual"] ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 1.5rem;
  z-index: 1;
  min-width: 150px;
  line-height: 52px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  margin: 0;
  text-align: center;
}

.switch-wrapper label:hover {
  background: var(--neutral--100);
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: var(--accent--primary-1);
  transition: transform 0.25s ease-in-out;
}

.subtitle {
  font-weight: 400;
  color: var(--neutral--600);
}

.frequency-wrapper {
  position: relative;
}

.frequency-wrapper .badge {
  position: absolute;
  top: -45px;
  left: 0;
}

.badge {
  background-color: var(--system--blue-100);
  padding: 5px 20px;
  border-radius: 18px;
  margin-bottom: 2px;
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 600;
}

.voice-over-language-card {
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 12px;
  border: 1px solid rgba(138, 147, 168, 0.22);
  border-radius: 16px;
  min-width: 258px;
  min-height: 74px;
}

.voice-over-language-card:hover {
  background-color: var(--neutral--300);
  transition: all 0.3s;
}

.voice-over-language-card img {
  height: 40px;
}

.simple-steps li {
  list-style: none;
}

.simple-steps .note {
  font-size: 16px;
  color: var(--neutral--500);
  margin-top: 20px;
  grid-column-start: 1;
  grid-column-end: -1;
  font-weight: 400;
}

.simple-steps .list-card {
  cursor: pointer;
  border-radius: 16px;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 12px;
  transition: background-color 0.3s;
  display: flex;
  font-weight: 400;
}

.list-card .number {
  width: 40px;
  height: 40px;
  border-radius: 48px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.list-card .text {
  font-weight: 300;
  font-size: 22px;
  text-align: left;
}

.simple-steps {
  grid-column-gap: 56px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  width: 100%;
  height: 100%;
  max-width: 1152px;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* margin-left: auto; */
  /* margin-right: auto; */
  overflow: visible;
  text-align: left;
}
.simple-steps .steps {
  flex: 1;
}

.frequency-wrapper {
  margin-top: 0;
}

.footer-right {
  text-align: right;
}

#w-nav-overlay-0 {
  display: none;
}

@media screen and (max-width: 991px) {
  .simple-steps {
    grid-template-columns: 1fr;
  }
  .simple-steps .steps {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  .frequency-wrapper {
    margin-top: 60px;
  }
  .footer-right {
    text-align: left;
  }
  .w-nav-overlay.visible {
    display: block;
  }
  #desktop-dropdown {
    display: none;
  }
}

.simple-steps .images {
  position: relative;
  justify-self: end;
  width: 400px;
  max-width: 400px;
  height: 100%;
  /* max-height: 450px;  */
}

.simple-steps .images img {
  width: 100%;
  height: auto;
  /* max-height: 450px; */
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  padding: 10px;
  border-radius: 18px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.simple-steps .images img {
  z-index: 50;
  opacity: 0;
}

.simple-steps .images img.one {
  z-index: 10;
  opacity: 1;
}

.simple-steps .steps .list-card:hover {
  background-color: var(--neutral--300);
}

.pricing-top .w-dyn-item p {
  min-width: 242px !important;
}

.currency-tabs {
  display: flex;
  gap: 20px;
}

.currency-tab {
  position: relative;
}

.currency-tab label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid var(--neutral--300);
  border-radius: 18px;
}

.currency-tab input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.currency-tab input:checked ~ label {
  border: 2px solid red;
  background-color: var(--system--blue-200);
  border-color: var(--system--blue-200);
}

.currency-tab img {
  height: 30px;
}

.bg-transparent {
  background-color: transparent;
  border: none;
}

.width-95 {
  width: 90%;
  margin: 0 auto;
}

.loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
}

.loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #d9d9d9;
  border-radius: 50%;
  border-top-color: black;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.pricing-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.pricing-table .bold,
.pricing-table p {
  width: auto;
}
.resource-link {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 20px;
  font-size: 1.15rem;
}

.resource-link > * {
  align-self: center;
}

.resource-link img {
  width: 24px !important;
}

@media screen and (max-width: 991px) {
  .stat-card .vertical-line {
    align-self: stretch;
    height: 1px;
    width: 100%;
    background-color: var(--neutral--300);
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .w-nav-overlay.visible {
    display: block;
  }

  .navbar-middle {
    display: block;
  }

  .language-title div {
    display: none;
  }
  .margin-card {
    margin-top: -40px !important;
  }

  .images {
    display: none;
  }

  .pricing-flex {
    flex-direction: column;
    gap: 20px;
  }

  .pricing-content-wrapper {
    text-align: left;
  }

  .sticky-header .pricing-table-header {
    font-size: 10px !important;
  }

  .pricing-table .bold,
  .pricing-table p {
    max-width: 80.91px;
    text-wrap: wrap;
    font-size: 12px;
  }
  .bg,
  .card-pricing .table-text-border {
    min-width: 91.39px;
  }

  .card-pricing {
    font-size: 8px;
    text-align: center;
  }

  .pricing-buttons {
    display: none;
  }

  .sticky-header {
    top: 96px;
  }
}

body {
  --sb-track-color: #efefef;
  --sb-thumb-color: #3d3e3e;
  --sb-size: 10px;
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 20px;
  margin-right: 10px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 20px;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

.header-nav-link,
.resource.header-nav-list-item {
  font-size: 1.25rem;
}

.whatsapp-link {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
}

.whatsapp-link img {
  width: 68px;
}

.para {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.para.active {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.pricing-details {
  max-width: 100%;
}

.pricing-content {
  padding: 40px 20px;
  align-self: stretch;
  width: 284.36px;
}

#starter-price,
#pro-price,
.custom-price {
  width: 100%;
  font-size: 2.3rem;
}

.footer-left {
  max-width: 300px;
  align-self: stretch;
}

.bg {
  background-color: var(--neutral--200);
  padding-left: 48px;
}

/* media query for mobile to tablet screens */
#mobile-row {
	display: inline-block;
	margin-bottom: 120px;
}
#top-row,
#bottom-row {
  display: none;
}
@media screen and (min-width: 991px) {
  #mobile-row {
    display: none;
  }
  #top-row,
  #bottom-row {
    display: block;
  }
}

.bottom-row {
  align-self: stretch;
}

.logo-strip-full-width.v2 {
  align-items: stretch;
}

.resources-dropdown {
  pointer-events: none;
}

.resources-dropdown.w--open {
  pointer-events: all;
}

.hero-text {
  position: relative;
}

.hero-text span {
  display: inline-block;
}

.for {
  line-height: 1.5;
}

.text-animate-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 72px;
  text-align: right;
  margin-right: -20px;
}

.text-animate {
  position: absolute;
  top: 0;
  left: 0;
  min-width: '300px';
  /* height: 100%; */
  z-index: 1;
  color: #1c5cff;
  transform: translateY(25px);
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
  display: inline-block;
  text-align: right;
}

.text-animate.one {
  top: 0;
}

.text-animate.two {
  top: 80px;
}

.text-animate.three {
  top: 80px;
}

.text-animate.placeholder {
  opacity: 0;
  display: block;
  position: relative;
  z-index: 0;
}
@keyframes scrollUp {
  0% {
    transform: translateY(80px);
  }
  100% {
    transform: translateY(-80px);
  }
}

.hero-subtitle {
  position: relative;
}

.subtitle-animate-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.subtitle-animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  z-index: 1;
  transform: translateY(8.5px);
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}

.subtitle-animate.placeholder {
  position: relative;
  z-index: 0;
  opacity: 0;
}

#Hero {
  padding-top: -50px;
  margin-top: -50px;
  text-align: center;
}

#Hero-Subtitle {
  text-align: center;
  align-items: center;
}

.code-container {
  scroll-behavior: smooth;
  width: 500px;
  height: 'auto';
}

.audio-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* Fill the card height */
  min-height: 150px; /* Optional: define a min-height for vertical space */
}

.play-pause-button {  
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 5rem;
  transition: transform 0.2s;
}

.play-pause-button:hover {
  transform: scale(1.5);
}

.card.stats-left-card.playing {
  background-color: #007BFF; /* Bootstrap blue, change if needed */
  color: white !important;
  transition: background-color 0.3s ease;
}

.card.stats-left-card.playing.play-pause-button {
  transform: scale(1.5);
}

.left-card h3,
.left-card p {
  color: white !important;
}

// scroll infinite

/* Common container */
.logo-strip-marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Common row style */
.logo-strip-full-width {
  display: flex;
  gap: 32px; /* spacing between cards */
  width: max-content;
}

.card-clients-full-width-card {
  flex: 0 0 auto;
  min-width: 400px; /* adjust to match your card width */
}

/* Top row scroll left */
#top-row .logo-strip-full-width {
  animation: scroll-left 30s linear infinite;
}

/* Bottom row scroll right */
#bottom-row .logo-strip-full-width {
  animation: scroll-right 30s linear infinite;
}

/* Animations */
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
/*end*/

.elementor .testimonial-card---avatar-and-logo-container img {
	height: 64px;
	object-fit: contain;
}

.logo-strip-marquee-container p {
	margin: 0;
}










