.hero {
  display: flex;
  margin: 96px 0px 0px 0px;
  overflow: hidden;
}
.hero h1 {
  margin: 0;
  padding: 0;
}
.hero p {
  margin: 30px 0px 0px 0px;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.hero .hero_image {
  padding-left: 63px;
  margin-right: -20px;
  display: flex;
}
.hero .hero_image img {
  width: 626px;
}
.hero .actions {
  margin: 48px 0px 0px 0px;
  display: flex;
}
.hero .actions a:first-child {
  margin-right: 23px;
}
.hero .justify-center {
  justify-content: center;
}

@media (max-width: 1200px) {
  .hero h1 {
    margin: 62px 0px 0px 0px;
    font-size: 3.7rem;
    line-height: 4.2rem;
  }
  .hero .hero_image {
    padding-left: 63px;
  }
  .hero .hero_image img {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .hero h1 {
    margin: 40px 0px 0px 0px;
    font-size: 3.3rem;
    line-height: 4rem;
  }
}
@media (max-width: 992px) {
  .hero {
    margin: 0;
  }
  .hero h1 {
    font-size: 2.1875rem;
    line-height: 2.625rem;
  }
  .hero p {
    margin: 18px 0px 0px 0px;
  }
  .hero .hero_content .actions {
    margin: 32px 0px 0px 0px;
  }
  .hero .hero_image {
    padding: 0;
    margin: 60px auto 0px auto;
  }
  .hero .inner {
    flex-direction: column;
  }
  .hero .half {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero {
    margin: 0;
  }
  .hero h1 {
    font-size: 2.1875rem;
    line-height: 2.625rem;
  }
  .hero p {
    margin: 18px 0px 0px 0px;
  }
  .hero .hero_content .actions {
    margin: 32px 0px 0px 0px;
  }
  .hero .hero_image {
    padding: 0;
    margin: 60px -28px 0px -28px;
  }
  .hero .inner {
    flex-direction: column;
  }
  .hero .half {
    width: 100%;
  }
}
.top-logos {
  display: flex;
  margin: 80px 0px 80px 0px;
  overflow: hidden;
}
.top-logos .top-logos_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-logos .top-logos_wrapper .break {
  display: none;
}
.top-logos .top-logos_wrapper .logo {
  width: 100%;
  /* width: auto; */
  display: block;
  text-align: center;
  max-width: 150px;
}

.top-logos .top-logos_wrapper .logo img{
  height: 70px;
  object-fit: contain;
  max-height: 70px;
}

@media (max-width: 992px) {
  .top-logos {
    margin: 80px 0px 80px 0px;
  }
  .top-logos .top-logos_wrapper {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .top-logos .top-logos_wrapper .break {
    flex-basis: 100%;
    height: 0;
    display: block;
  }
  .top-logos .top-logos_wrapper .logo {
    width: 33%;
    padding: 0px 10px;
    margin: 0px 0px 40px 0px;
  }
}
.learn-how {
  background-color: #313199;
  height: auto;
  padding: 56px 0px;
}
.learn-how h2 {
  color: #ffffff;
}
.learn-how p {
  color: #ffffff;
}
.learn-how__content {
  width: 55%;
}
.learn-how__content .actions .primary:hover {
  background-color: #FFCE71;
  border-color: #FFCE71;
  color: #313199;
}
.learn-how__image {
  margin-left: auto;
  margin-right: 20px;
}
.learn-how .learn-how__wrapper {
  align-items: center;
}

@media (max-width: 992px) {
  .learn-how {
    padding: 60px 0px;
  }
  .learn-how h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
  .learn-how p {
    margin: 20px 0px 0px 0px;
  }
  .learn-how__wrapper {
    flex-direction: column;
  }
  .learn-how__content {
    width: 100%;
  }
  .learn-how__content .actions {
    margin: 32px 0px 0px 0px;
    display: flex;
  }
  .learn-how__image {
    margin: 48px 0px 0px 0px;
  }
}
.patient-success {
  overflow: hidden;
  background-color: #FFF3EB;
  height: auto;
  padding: 104px 0px;
}
.patient-success__content {
  width: 55%;
}
.patient-success__content.animated {
  animation: fadeInDown 0.5s 1 ease-in forwards;
}
.patient-success .tabs {
  margin: 56px 0px 0px 0px;
}
.patient-success .tabs.animated {
  opacity: 0;
  animation: fadeIn 0.8s 1 ease-in forwards 150ms;
}
.patient-success .tabs label {
  width: 25%;
}
.patient-success .tabs .tab_content {
  display: flex;
  padding: 70px 30px;
}
.patient-success .tabs .timeline_wrapper {
  margin-left: 37px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.patient-success .tabs .timeline_wrapper .title {
  font-size: 1.25rem;
  margin-bottom: 27px;
}
.patient-success .tabs .timeline_wrapper .timeline {
  justify-content: space-between;
  display: flex;
  border-top: 2px solid #313199;
}
.patient-success .tabs .timeline_wrapper .timeline .step {
  position: relative;
  padding: 15px 50px 0px 0px;
}
.patient-success .tabs .timeline_wrapper .timeline .step:last-child {
  padding-right: 0px;
}
.patient-success .tabs .timeline_wrapper .timeline .step:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #313199;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: 0;
}
.patient-success .tabs .tab.clinical .step {
  padding: 15px 40px 0px 0px;
}
.patient-success .tabs .tab.operational .step {
  padding: 15px 10px 0px 0px;
}
.patient-success .tabs .tab.operational .step {
  padding: 15px 10px 0px 0px;
}
.patient-success .tabs .tab.financial .timeline_wrapper .step:last-child {
  width: 210px;
}
@media (max-width: 992px) {
  .patient-success {
    padding: 80px 0px;
  }
  .patient-success h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
  .patient-success p {
    margin: 20px 0px 0px 0px;
  }
  .patient-success__content {
    width: 100%;
  }
  .patient-success__content .actions {
    margin: 32px 0px 0px 0px;
    display: flex;
  }
  .patient-success .tabs {
    margin: 48px 0px 0px 0px;
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .patient-success .tabs label {
    justify-content: flex-start;
    padding: 0px 0px 0px 22px;
    margin-bottom: 16px;
  }
  .patient-success .tabs .tab_content {
    padding: 40px 30px;
  }
  .patient-success .tabs .tab_content .title {
    display: none;
  }
  .patient-success .tabs .tab_content img {
    display: none;
  }
  .patient-success .tabs .timeline_wrapper {
    margin-left: 0px;
  }
  .patient-success .tabs .timeline_wrapper .timeline {
    border-top: unset;
    flex-direction: column;
  }
  .patient-success .tabs .timeline_wrapper .timeline .step {
    border-top: unset;
    border-left: 2px solid #313199;
    padding: 0px 0px 50px 12px;
  }
  .patient-success .tabs .timeline_wrapper .timeline .step:before {
    left: -6px;
  }
  .patient-success .tabs .timeline_wrapper .timeline .step span {
    top: -14px;
    position: relative;
  }
  .patient-success .tabs .timeline_wrapper .timeline .step:last-child {
    left: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-left: unset;
  }
  .patient-success .tabs label {
    width: 100%;
    margin-right: 0;
  }
}

.build-better {
  padding: 104px 0px 0px 0px;
}
.build-better h3 {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 96px auto;
}
.build-better .arrow-down {
  width: 28px;
  height: 18px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 0;
  background-image: url(../../assets/images/icons/arrow-down.svg);
  background-size: 28px 18px;
  margin: 0 auto 56px auto;
}
.build-better article {
  padding: 0px 63px;
  margin: 0px 0px 96px 0px;
}
.build-better article h5 {
  color: #313199;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.build-better article h4 {
  margin-bottom: 35px;
}
.build-better article .content ul {
  list-style: disc;
  font-size: 1.125rem;
  padding-left: 20px;
}
.build-better article .content ul li {
  line-height: 1.56rem;
  margin-bottom: 20px;
}
.build-better article img {
  max-width: 100%;
}
.build-better article:first-child .content {
  padding-right: 83px;
}
.build-better article:last-child .image img {
  width: 595px;
  max-width: unset;
  margin-left: -80px;
}
.build-better article:last-child .content {
  padding-left: 30px;
}
.build-better article .step-2-mobile-image img {
  display: none;
}

@media (max-width: 1200px) {
  .build-better h3 {
    margin: 0 auto 48px auto;
  }
  .build-better article:last-child .image img {
    width: 550px;
  }
}
@media (max-width: 1100px) {
  .build-better article:last-child .image img {
    width: 520px;
  }
}
@media (max-width: 992px) {
  .build-better {
    padding: 80px 0px;
  }
  .build-better h3 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  .build-better .arrow-down {
    margin: 0 auto 48px auto;
  }
  .build-better article {
    padding: 0px 12px;
    margin: 0px 0px 60px 0px;
  }
  .build-better article h5 {
    margin-bottom: 8px;
  }
  .build-better article h4 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  .build-better article .image {
    text-align: center;
    margin-top: 48px;
  }
  .build-better article:first-child .content {
    padding-right: 0px;
  }
  .build-better article:last-child {
    margin: 0px 0px 0px 0px;
  }
  .build-better article:last-child .content {
    padding-left: 0px;
  }
  .build-better article:last-child .image {
    display: none;
    text-align: center;
  }
  .build-better article:last-child .image img {
    max-width: 100%;
    margin-left: 0;
    display: none;
  }
  .build-better article:last-child .image.step-2-mobile-image {
    display: block;
  }
  .build-better article:last-child .image.step-2-mobile-image img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
}
.built-for-integration {
  margin-bottom: 60px;
}
.built-for-integration .container {
  max-width: 1032px;
}
.built-for-integration h4 {
  text-align: center;
  margin: 0 auto 23px auto;
}
.built-for-integration p {
  text-align: center;
  max-width: 690px;
  margin: 0 auto 56px auto;
}
.built-for-integration .brands {
  display: flex;
  background-color: #E4F4F8;
  border-radius: 20px;
  padding: 40px 30px 13px 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.built-for-integration .brands .brand {
  display: flex;
  width: 210px;
  height: 78px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  margin: 0px 12px 27px 12px;
}
.built-for-integration .brands .brand img {
  max-width: 100%;
}

@media (max-width: 992px) {
  .built-for-integration {
    margin-bottom: 80px;
  }
  .built-for-integration p {
    margin: 0 auto 48px auto;
  }
  .built-for-integration .brands {
    justify-content: center;
  }
  .built-for-integration .brands .brand {
    display: flex;
    width: 127px;
    height: 47px;
    margin: 0px 12px 16px 12px;
    padding: 6px;
  }
  .built-for-integration .brands .brand img {
    max-width: 80%;
    width: auto;
    display: block;
    height: auto;
    max-height: 100%;
  }
}
@media (max-width: 576px) {
  .built-for-integration .brands {
    padding: 40px 0px 13px 0px;
  }
  .built-for-integration .brands .brand {
    width: 120px;
    margin: 0px 6px 16px 6px;
  }
}
.trusted-by {
  background-color: #313199;
  padding: 56px 0px 36px 0px;
  display: flex;
  margin: 0;
}
.trusted-by h3 {
  text-align: center;
  margin: 0 auto 20px auto;
  color: #ffffff;
}
.trusted-by .bottom-logos_wrapper {
  align-items: center;
  justify-content: space-between;
}
.trusted-by .bottom-logos_wrapper.bottom-logos-mobile {
  display: none;
  visibility: hidden;
}
.trusted-by .bottom-logos_wrapper.bottom-logos-desktop {
  display: flex;
  visibility: visible;
}
.trusted-by .bottom-logos_wrapper .logo {
  text-align: center;
  width: 100%;
  display: block;
}
.trusted-by .bottom-logos_wrapper .logo img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .trusted-by {
    background-color: #313199;
    padding: 56px 0px 36px 0px;
  }
  .trusted-by h3 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
  .trusted-by .bottom-logos_wrapper.bottom-logos-mobile {
    display: flex;
    visibility: visible;
  }
  .trusted-by .bottom-logos_wrapper.bottom-logos-desktop {
    display: none;
    visibility: hidden;
  }
}
.get-started-patient-success {
  background-color: #FFCE71;
  background-repeat: no-repeat;
  background-position: center -50px;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
.get-started-patient-success::before {
  content: "";
  width: 273px;
  height: 235px;
  display: block;
  position: absolute;
  left: 20px;
  top: -43px;
  /* background-image: url(../../assets/images/backgrounds/double-arrows.svg); */
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.get-started-patient-success::after {
  content: "";
  width: 273px;
  height: 235px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: -50px;
  /* background-image: url(../../assets/images/backgrounds/double-arrows.svg); */
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transform: rotate(-180deg);
}
.get-started-patient-success h3 {
  text-align: center;
  margin: 70px 0px 43px 0px;
  font-size: 2.625rem;
  font-family: "halyard-display", sans-serif;
  font-weight: 500;
}
.get-started-patient-success .actions {
  margin: 29px 0px 0px 0px;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.get-started-patient-success .actions a:first-child {
  margin-right: 23px;
}
.get-started-patient-success .actions .outlined {
  color: #313199;
  border-color: #313199;
  background-color: transparent;
}

.hero-button.primary {
  background-color: #FF6600;
  color: #fff;
}

.hero-button.primary:hover {
  background-color: #fff;
  border: 1px solid #FF6600;
  color: #FF6600;
}

.hero-button.outlined {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.hero-button.outlined:hover {
  background-color: #fff;
  border: 1px solid #FF6600;
  color: #FF6600;
}

.get-started-patient-success::before {
  background-image: url("https://www.lumahealth.io/wp-content/uploads/2024/10/Group-26913.png") !important;
  /* background-image: var(--before-bg) !important; */
  width: 350px;
  height: 310px;
  left: 0;
  top: 0;
}

.get-started-patient-success[data-loaded="true"]::before {
  /* background-image: url("https://www.lumahealth.io/wp-content/uploads/2024/10/Group-26913.png") !important; */
}

.get-started-patient-success[data-loaded="true"]::after {
  /* background-image: url("https://www.lumahealth.io/wp-content/uploads/2024/10/Group-26912.png") !important; */
}

.get-started-patient-success::after{
  background-image: url("https://www.lumahealth.io/wp-content/uploads/2024/10/Group-26912.png") !important;
  /* background-image: var(--after-bg) !important; */
  background-size: auto;
  transform: none;
  width: 556px;
  height: 231px;
  right: -35px;
  bottom: -20px;

}

.luma-banner-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

@media (max-width: 992px) {

  .luma-banner-container{
    gap: 0;
    flex-direction: column;
  }

  .get-started-patient-success {
    overflow: hidden;
    min-height: unset;
    position: relative;
  }
  .get-started-patient-success::before {
    width: 297px;
    height: 260px;
    content: "";
    /* width: 80px;
    height: 69px; */
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
    /* left: -10px;
    top: -10px; */
    /* background-image: url(../../assets/images/backgrounds/double-arrows.svg); */
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
  }


  .get-started-patient-success::after {
    display: none !important;
    content: "";
    width: 80px;
    height: 69px;
    display: block;
    position: absolute;
    right: -10px;
    bottom: -10px;
    /* background-image: url(../../assets/images/backgrounds/double-arrows.svg); */
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    transform: rotate(-180deg);
  }
  .get-started-patient-success h3 {
    margin: 48px 0px 32px 0px;
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
  .get-started-patient-success .actions {
    align-items: center;
    flex-direction: column;
    margin: 0px 0px 48px 0px;
  }
  .get-started-patient-success .actions a:first-child {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}
.hero-video .featured-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.hero-video .featured-image video {
  position: absolute;
  max-width: 100%;
  border-radius: 32px;
}
.hero-video .featured-image .thumb-featured-wrapper {
  cursor: pointer;
  display: flex;
  height: auto;
  outline: none;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 364px;
}
.hero-video .featured-image .thumb-featured-wrapper .play-btn {
  opacity: 0.65;
  filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.1));
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/learn/play.svg");
  cursor: pointer;
  display: block;
  width: 82px;
  height: 86px;
  outline: none;
  position: relative;
  z-index: 2;
}
.hero-video .featured-image .thumb-featured-wrapper img {
  position: absolute;
  max-width: 100%;
  border-radius: 32px;
  display: block;
}
.hero-video .featured-image .thumb-featured-wrapper:hover .play-btn {
  opacity: 1;
  transform: scale(1.05, 1.05);
}
.hero-video .col-thumbnail {
  margin-left: 140px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.hero-video .col-thumbnail .hero-images-wrapper {
  width: 500px;
  height: 429px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}
.hero-video .col-thumbnail .hero-images-wrapper .image-hero {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: ease 1s;
  cursor: pointer;
  display: flex;
  align-items: end;
  justify-content: end;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  color: white;
}
.hero-video .col-thumbnail .hero-images-wrapper .image-hero .title-collapsed {
  transform: rotate(-90deg);
  position: relative;
  line-height: 3;
  padding-left: 30px;
  font-weight: 600;
  font-size: 20px;
}
.hero-video .col-thumbnail .hero-images-wrapper .image-hero .title-collapsed-1 {
  background-color: #ffc24d;
}
.hero-video .col-thumbnail .hero-images-wrapper .image-hero .title-collapsed-2 {
  background-color: #ff8533;
}
.hero-video .col-thumbnail .hero-images-wrapper .image-hero .title-collapsed-3 {
  background-color: #5A5AAD;
}
.hero-video .col-thumbnail .hero-images-wrapper .image-hero .inner-text {
  transition: ease 1s;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  height: 100px;
  width: 100%;
  overflow: hidden;
}
.hero-video .col-thumbnail .hero-images-wrapper .image-hero .inner-text p {
  margin: 0;
  padding: 0;
}
.hero-video .col-thumbnail .hero-images-wrapper .image-hero .inner-text .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 5px;
}
.hero-video .col-thumbnail .hero-images-wrapper .image-hero .inner-text .desc {
  transition: ease 1s;
  display: none;
}
.hero-video .col-thumbnail .hero-images-wrapper .image-hero .inner-text-hero-image-1 {
  color: #313199;
  background-color: #ffc24d;
}
.hero-video .col-thumbnail .hero-images-wrapper .image-hero .inner-text-hero-image-2 {
  background-color: #ff8533;
}
.hero-video .col-thumbnail .hero-images-wrapper .image-hero .inner-text-hero-image-3 {
  background-color: #5A5AAD;
}
.hero-video .col-thumbnail .hero-images-wrapper .image-1 {
  background-image: url("../images/content/hero-access.jpeg");
}
.hero-video .col-thumbnail .hero-images-wrapper .image-2 {
  background-image: url("../images/content/hero-communication.jpeg");
}
.hero-video .col-thumbnail .hero-images-wrapper .image-3 {
  background-image: url("../images/content/hero-readiness.jpeg");
}

@media (max-width: 992px) {
  .hero-video .featured-image {
    margin: 55px -28px 0px -28px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .hero-video .featured-image video {
    border-radius: unset;
  }
  .hero-video .featured-image .thumb-featured-wrapper {
    width: 530px;
    height: 364px;
  }
  .hero-video .featured-image .thumb-featured-wrapper img {
    width: 100%;
    border-radius: unset;
  }
}
.wrapper-thumb {
  display: flex;
  position: relative;
  width: 625px;
  height: 70px;
  overflow: hidden;
  align-items: center;
}

#info {
  position: absolute;
  top: 0;
}

#static,
#ticker {
  display: inline-block;
  height: 50px;
  color: #fff;
}

#static {
  z-index: 2;
  position: relative;
  top: 0px;
  line-height: 50px;
  vertical-align: top;
  padding: 0;
  padding-bottom: 100px;
  margin: 0;
  color: #bada55;
  overflow: hidden;
  margin-left: 10px;
}
#static:before {
  content: "";
  position: absolute;
  left: 0;
  top: -25px;
  height: 25px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.97) 0, hsla(0, 0%, 100%, 0.97) 27%, hsla(0, 0%, 100%, 0));
}
#static:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  height: 25px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 75%, #fff);
}

#ticker {
  margin: 0 5px;
  list-style: none;
  padding: 0;
  height: 100px;
  text-align: left;
  transition: 1s;
}
#ticker li {
  position: relative;
  padding: 0;
  line-height: 50px;
  margin: 25px 0;
  color: #000;
}

.testimonials .item .content .desktop-image {
  margin: 0 auto;
  max-width: 100%; /* Ensure images don't overflow container */
  display: block;
}

.testimonials .item .content .mobile-image {
  display: none; /* Default visibility hidden */
}

.tns-nav {
  margin: 20px auto 116px auto;
  display: flex;
  justify-content: center;
}
.tns-nav button {
  all: unset;
  width: 13px;
  height: 13px;
  background-color: #FFCE71;
  display: block;
  margin: 0px 10px;
  cursor: pointer;
  border-radius: 50%;
}
.tns-nav button.tns-nav-active {
  background-color: #FF6600;
}

.testimonials-car {
  display: flex;
  gap: 10px;
}

/* Adapte o `max-width` de acordo com o layout do seu slider */
@media (max-width: 768px) {
  /* Styles for mobile devices */
  .testimonials .item .content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .testimonials .item .content .mobile-image {
    display: flex;
  }
  .testimonials .item .content .desktop-image {
    display: none;
  }
}
@media (width = 375px) {
  .testimonials-car {
    display: flex;
    gap: 10px;
  }
}
/*# sourceMappingURL=frontpage.css.map */


/* PATIENT COUNTER CSS */

.counter-container {
  font-family: "halyard-display";
  background-color: white;
  color: #fff;
  /* min-height: 55vh; */
  min-height: 500px;
  display: grid;
  place-content: center;
  overflow: hidden;
  position: relative;
  justify-items: center;
}

.counter {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 4rem;
}

.digit {
  width: 4rem;
  height: 5.5rem;
  background-color: #5A5AAD;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}

.digit::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      to bottom,
      #5A5AAD,
      transparent 20%,
      transparent 80%,
      #5A5AAD
  );
}

.number {
  width: 4rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tape {
  position: absolute;
  top: 0;
  left: 0;
}

.comma {
  line-height: 6rem; 
  color: #5A5AAD;
  font-size: 100px;
  font-family: "halyard-display";
  margin: 0 -15px;
}

.bottom-left-image {
  /* background-image: url('../images/icons/group-40.png'); */
  position: absolute;
  top: 13%;
  left: 40px;
  height: 50%;
  width: 20%;
  background-repeat: no-repeat;
  object-fit: contain;
  max-width: fit-content;
  max-height: fit-content;
}

.top-right-image {
  /* background-image: url('../images/icons/group-41.png'); */
  position: absolute;
  top: 13%;
  right: 30px;
  background-repeat: no-repeat;
  height: 50%;
  width: 20%;
  object-fit: contain;
  max-width: fit-content;
  max-height: fit-content;
}

.counter-title {
  font-size: 37px;
  text-align: center;
  margin: 0;
  color: #000000;
}

.counter-subtitle {
  font-family: "halyard-text", sans-serif;
  width: 60%;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  color: #000000;
  line-height: 1.30rem;
}

@media only screen and (max-width: 1024px) {

  .bottom-left-image {
    content: url('https://www.lumahealth.io/wp-content/uploads/2024/08/arrow-right-mobile.png');
    top: 0;
    left: 0;
    height: 15%;
    width: 20%;
    object-fit: contain;
    max-width: fit-content;
    max-height: fit-content;
  }

  .top-right-image {
    content: url('https://www.lumahealth.io/wp-content/uploads/2024/08/arrow-left-mobile.png');
    top: unset;
    bottom: 0;
    right: 0;
    height: 15%;
    width: 20%;
    object-fit: contain;
    max-width: fit-content;
    max-height: fit-content;
  }

  .counter-container {
    min-height: 80vh;
  }

}

@media only screen and (max-width: 768px) {

  .bottom-left-image {
    content: url('https://www.lumahealth.io/wp-content/uploads/2024/08/arrow-right-mobile.png');
    top: 0;
    left: 0;
    height: 20%;
    width: 30%;
    object-fit: contain;
    max-width: fit-content;
    max-height: fit-content;
  }

  .top-right-image {
    content: url('https://www.lumahealth.io/wp-content/uploads/2024/08/arrow-left-mobile.png');
    top: unset;
    bottom: 0;
    right: 0;
    height: 20%;
    width: 30%;
    object-fit: contain;
    max-width: fit-content;
    max-height: fit-content;
  }

  .counter-container {
    min-height: 70vh;
  }

  .digit{
    width: 2rem;
    height: 3.5rem;
  }
  
  .tape{
    top: -15px;
    left: 0px;
  }
  
  .number{
    width: 2rem;
    height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 40px;
  }

  .counter{
    /* gap: 0.8rem; */
    gap: 0.6rem;
  }

  .comma{
    /* line-height: 2rem; */
    line-height: 3.6rem;
    margin: 0px -12px;
    font-size: 70px;
  }

  .counter-subtitle{
    width: 66%;
  }
}



/* BEGIN help-healthcare CSS */

.healthcare-texts{
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 55px;
}

.healthcare-title{
  color: #000;
  text-align: center;
  font-family: "halyard-display";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.5%;
}

.healthcare-subtitle{
  color: #000;
  text-align: center;
  font-family: "halyard-text";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.testimonial-module-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFF3EB;
  height: 362px;
}

/* Testimonial Stats Section */
.bottom-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
  width: 64%;
}

.testimonial-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.testimonial-bar-left {
  width: 3px;
  height: 91px;
  background-color: #ff6600;
  flex-shrink: 0;
  margin-right: 20px;
}

.testimonal-item-container {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.testimonial-item-number {
  color: #313199;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
  width: 103%;
}

.testimonial-item-text {
  color: #313199;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.testimonial-item-subtext {
  color: #313199;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
}


.testimonial-slider-mobile {
  display: none;
}

.need-care{
  display: flex;
  padding: 104px 0px 0px 0px;
}

.container-need-care{
  position: relative;
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.need-care-title{
  color: #000;
  text-align: center;
  font-family: "halyard-display";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 112.5%;
  letter-spacing: 0.4px;
}

.need-care-subtitle{
  color: #000;
  text-align: center;
  font-family: "halyard-text";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  width: 75%;
}

.need-care-slug{
  color: #313199;
  text-align: center;
  font-family: "halyard-display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.need-care-icon img{
  width: 27.922px;
  height: 17.353px;
}

.need-care-icons-container{
  display: flex;
  flex-direction: row;
  gap: 100px;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 30px;
}

.need-care-text-image-container{
  width: 100%;
  display: flex;
  flex-direction: row;
}

.need-care-image-text-container{
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
  margin-top: 60px;
}

.need-care-image{
  width: 60%;
}

.need-care-text{
  display: flex;
  width: 40%;
}

.justify-end{
  justify-content: end;
}

.need-care-text-image-title{
  color: #000;
  font-family: "halyard-display";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.5%;
}

.need-care-text-image-subtitle p{
  color: #091521;
  font-family:  "halyard-text";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.need-care-text-image-itens-left{
  display: flex;
  align-items: center;
}

.need-care-text-image-content{
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 95%;
}

.need-care-image img{
  width: 100%;
}



@media (min-width: 770px) {
  .logos-carrousel3{
    display: none !important;
  }
}

@media (max-width: 768px) {

  .need-care-image-text-container{
    padding: 10px;
  }

  .testimonial-item-number{
    text-align: center;
  }

  .need-care-icons-container{
    flex-direction: column;
  }

  .need-care-image{
    width: 100%;
  }

  .need-care-text{
    width: 100%;
    justify-content: end;
  }

  .need-care-image-text-container{
    flex-direction: column;
  }

  .need-care-text-image-container{
    flex-direction: column-reverse;
  }

  .testimonial-module-bottom{
    height: auto;
    padding: 25px 0;
    margin-bottom: 56px;
  }

  .healthcare-texts{
    padding: 0 10px;
  }

  .owl-dot {
      background-color: #f60 !important;
  }

  .hide-mobile{
    display: none !important;
  }

  .testimonial-slider-mobile {
    display: block;
  }

  .testimonial-slider-mobile {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .owl-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .testimonial-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    flex-shrink: 0;
  }
  
  .testimonial-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .owl-prev,
  .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ff6600;
    border: none;
    color: #fff;
    padding: 10px;
    cursor: pointer;
  }
  
  .owl-prev {
    left: 10px;
  }
  
  .owl-next {
    right: 10px;
  }
  
  /* Dots for carousel navigation */
  .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  
  .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .owl-dot.active {
    background-color: #ff6600;
  }
  

  .bottom-container {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .testimonial-item {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-bar-left {
    width: 91px;
    height: 3px;
    margin-left: 20px;
  }

  .testimonal-item-container {
    margin-left: 10px;
    align-items: center;
  }

}

/* END help-healthcare CSS */


/* BEGIN Introduce spark SECTION */

.introduce-spark{
  display: flex;
  padding: 104px 0px 0px 0px;
  margin-bottom: 92px;
}

.introduce-spark-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #313199;
  height: 537px;
  justify-content: center;
  gap: 30px;
}

.introduce-spark-title{
  display: flex;
  justify-content: flex-end;
  color: #FFF3DB;
  text-align: center;
  font-family: "halyard-display";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.5%;
}

.linear {
  position: absolute;
  background-image: linear-gradient(93deg, #7F14EE -5.52%, #D62EA9 37.8%, #F36C23 98.86%);
  filter: blur(16.64386558532715px);
  width: 95.504px;
  height: 47.554px;
  flex-shrink: 0;
}

.spark {
  position: relative;
  color: #FFF3DB;
  z-index: 10;
  text-align: center;
  width: 110px;
}

/* .introduce-spark-title{
  color: #FFF3DB;
  text-align: center;
  font-family: "halyard-display";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.5%;
} */

/* .introduce-blur-text{
  background: linear-gradient(93deg, #7F14EE -5.52%, #D62EA9 37.8%, #F36C23 98.86%);
  filter: blur(16.64386558532715px);
} */

.introduce-spark-subtitle{
  color: #FFF;
  text-align: center;
  font-family: "halyard-text";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.introduce-spark-items div span {
  color: #FFF;
  font-family: "halyard-text";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.introduce-spark-bottom a{
  display: inline-flex;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 24px;
  background: linear-gradient(91deg, #7F14EE 5.4%, #D62EA9 58.9%, #F36C23 108.08%);
  border: none;
  cursor: pointer;
  color:  #FFF;
  font-family: "halyard-text";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;

  width: max-content;
  height: auto;
  min-height: 40px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.introduce-spark-items{
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 729px;
}

.spark-items-row{
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {

  .introduce-spark-subtitle{
    width: 85%;
  }

  .introduce-spark-items{
    width: 80%;
    gap: 16px;
  }

  .introduce-spark-container{
    height: auto;
  }

  .introduce-spark{
    padding: 75px 0px 0px 0px ;
    height: 800px;
  }

}
/* END Introduce spark SECTION  */


/* BEGIN Why Luma Section */

.why-luma{
  display: flex;
  padding: 0px 0px 105px 0px;
  background-color: #FFF3EB;
}

.why-luma-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  height: 890px;
}

.why-luma-content{
  margin-top: 70px;
  width: 50%;
}

.why-luma-title{
  color: #000;
  text-align: center;
  font-family: "halyard-display";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.5%;
}

.why-luma-subtitle{
  color: #000;
  text-align: center;
  font-family: "halyard-text";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.why-luma-card{
  width: 1157px;
  /* height: 550px; */
  flex-shrink: 0;
  border-radius: 20px;
  background: #FFF; 
  box-shadow: 0px 0px 12px 0px rgba(49, 49, 153, 0.16);
}

.why-luma-card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.why-luma-first-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 40px;
  line-height: 30px;
  gap: 45px;
}

.why-luma-card-subtitle{
    width: 60%;
    text-align: center;
}

.why-luma-card-title{
  color: #313199;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "halyard-text";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.why-luma-card-subtitle{
  color: #000;
  text-align: center;
  font-family: "halyard-text";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.why-luma-card-name b{
  color: #000;
  font-family: "halyard-text";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.custom-text{
  color: #000;
  font-family: "halyard-text";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.why-luma-bottom{
  display: flex;
}

.why-luma-card-itens{
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.why-luma-card-capterra{
  display: flex;
  margin-bottom: 40px;
}

.why-luma-card-capterra img{
  width: 282px;
  object-fit: cover;
  max-width: 282px;
  max-height: 58px;
}

.why-luma-card-itens img{
  max-width: 91px;
  max-height: 105px;
}

@media (max-width: 768px) {

  .why-luma-card-capterra{
    padding-top: 40px;
  }

  .why-luma-first-content{
    padding: 0px;
    padding-top: 30px;
  }

  .why-luma{
    margin-bottom: 600px;
  }
  .why-luma-card{
    max-width: 100%;
  }

  .why-luma-card-itens{
    flex-wrap: wrap;
    justify-content: center;
  }
  .why-luma-content{
    width: 89%;
  }
  .why-luma-container{
    padding: 10px;
  }

  .why-luma-subtitle{
    padding-top: 5px;
  }

  .why-luma-card-subtitle{
    width: 85%;
  }


}
/* END Why Luma Section */


/* BEGIN success platform Section */

.workflow-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 65px;
  gap: 10px;
}

.workflow-title{
  color: #000;
  text-align: center;
  font-family: "halyard-display";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.5%;
}

.workflow-subtitle{
  color: #000;
  font-family: "halyard-text";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  width: 43%;
  text-align: center;
}

.workflow-item .background-animation {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.workflow-item.true .background-animation {
  opacity: 1;
}

.workflow-item.true,
.workflow-item.true .text p {
  color: #f60 !important;
  transition: all 0.3s ease-in-out;
}

/* Recommendation item hover to trigger background animation */
.recommendation-item {
  position: relative;
}

.recommendation-item .background-animation {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.recommendation-item.true .background-animation {
  opacity: 1;
}

.workflow-item.true p,
.recommendation-item.true p {
  color: #f60 !important;
  transition: all 0.3s ease-in-out;
}

/* Container styling */
.workflow-container {
  display: flex;
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  justify-content: center;
  gap: 145px;
  margin-bottom: 90px;
}

/* Left side with intake-icons and text */
.workflow-left {
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-top: -27px;
}

.workflow-left a {
  text-decoration: none;
}

.workflow-right a {
  text-decoration: none;
}

.horizontal-bar {
  background-color: #313199;
  height: 3px;
  position: absolute;
  right: -70px;
  top: 50%;
  width: 69px;
}

.horizontal-bar-right {
  background-color: #313199;
  height: 3px;
  position: absolute;
  left: -70px;
  top: 50%;
  width: 69px;
}

.workflow-item {
  display: flex;
  gap: 15px;
  position: relative;
  width: 273px;
  align-items: center;
  justify-content: flex-end;

  border: 1px solid transparent;
}

/* .workflow-item:hover {
  border-radius: 8px;
  border: 1px solid #f60;
} */

.intake-icon {
  width: 45px;
  height: 45px;
}

.intake-icon img {
  width: 45px;
  border: 1px solid black;
  border-radius: 100%;
  max-width: fit-content;
}

.text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.text strong {
  color: var(--Luma-Blurple, #313199);
  text-align: right;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
}

.text p {
  color: var(--Luma-Blurple, #313199);
  text-align: right;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  transition: all 0.3s ease-in-out;
}

/* Connector with Balls */
.workflow-connector {
  width: 3px;
  background-color: #313199;
  position: absolute;
  height: calc(100% - 65px); /* Adjust based on content */
  z-index: -1;
  left: 50%; /* Center it */
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.connector-ball-right {
  width: 12px;
  height: 12px;
  background-color: #313199;
  border-radius: 50%;
  position: absolute;
  left: -77px;
}
.connector-ball-left {
  width: 12px;
  height: 12px;
  background-color: #313199;
  border-radius: 50%;
  position: absolute;
  right: -80px;
}

/* Right side with recommendations */
.workflow-right {
  display: flex;
  flex-direction: column;
  gap: 82px;
  margin-top: 47px;
}

.recommendation-item {
  display: flex;
  gap: 15px;
  position: relative;
  width: 275px;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid transparent;
}

/* .recommendation-item:hover {
  border-radius: 8px;
  border: 1px solid #f60;
} */

.recommendation-item::before, .workflow-item:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  
  width: 332px;
  left: -16px;
  z-index: 1;
  top: -16px;
  height: 97px;
  border-radius: 8px;
}

.recommendation-item:hover::before, .workflow-item:hover::before {
  border-color: #f60;
}

.recommendation-item.highlighted {
  background-color: rgba(255, 194, 77, 0.4);
}

.background-animation {
  background-color: #fff3eb;
  position: absolute;
  top: 0;
  width: 332px;
  left: -16px;
  z-index: -1;
  top: -16px;
  height: 100%;
  height: 85px;
  border-radius: 8px;
  opacity: 0; /* Hidden by default */
  transition: opacity 0.3s ease-in-out;
}

.recommendation-text strong {
  color: var(--Luma-Blurple, #313199);
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.recommendation-text p {
  color: var(--Luma-Blurple, #313199);
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 22.4px */
}

@media (max-width: 768px) {
  .workflow-container {
    gap: 70px;
  }

  .workflow-content {
    margin-bottom: 28px;
  }

  .workflow-subtitle {
    width: 100%;
    padding: 16px;
  }

  .workflow-connector {
    top: 20px;
    left: 29px;
    height: calc(100% + 10px);
  }

  .workflow-left {
    margin-top: -30px;
    position: absolute;
    left: 59px;
  }

  .workflow-right {
    display: flex;
    flex-direction: column;
    gap: 90px;
    margin-top: 39px;
  }
  .horizontal-bar {
    background-color: #313199;
    height: 3px;
    position: absolute;
    right: -37px;
    top: 50%;
    width: 38px;
  }

  .connector-ball-right {
    left: -38px !important;
  }

  .horizontal-bar-right {
    left: -34px;
    width: 37px;
  }
  .connector-ball-left {
    left: -37px !important;
  }

  .horizontal-bar {
    left: -28px;
    width: 28px;
    top: 50%;
  }

  .workflow-item {
    width: 100%;
    flex-direction: row-reverse;

  }
  .recommendation-item {
    width: 100%;
  }

  .background-animation {
    display: none;
    visibility: hidden;
  }

  .recommendation-text p {
    font-size: 12px !important;
  }

  .text {
    align-items: flex-start;
  }

  .text p {
    font-size: 12px !important;
  }

  .text strong {
    font-size: 18px !important;
  }

  .recommendation-text strong {
    font-size: 18px !important;
  }

  .last-item {
    margin-bottom: -10px !important;
  }
}

/* END Success Platform Section */



/* BEGIN New Testimonial Section */

.time-info-whatTheySay{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-text-right{
  background-color: white !important;
  box-shadow: 10px 0 12px 0 rgba(49, 49, 153, 0.16);
  width: 30% !important;
  justify-content: flex-start !important;
}
.testimonial-text-left{
  width: 80% !important;
}
.first-row-whatTheySay {
  display: flex;
}
.gap-10-testimonial-text{
  gap: 10px;
}

.gap-20-testimonial-text{
  gap: 20px !important;
}

.testimonial-bar{
  height: 195px !important;
  width: 3px;
  background-color: #ff6600;
  opacity: 0.7;
}

.testimonial-background-text{
  background-color: transparent !important;
}

.hs-video-widget{
  width: 100%;
}
.testimonial-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: center;
  height: 500px;
}

.custom-container-dinamic {
  display: flex;
  align-items: center;
  justify-content: center !important;
  max-width: 1000px;
  width: 100%;
}

/* Left Side Styles */
.left-side-container-testimonial-dinamic {
  width: 60%;
  height: 375px;
  flex-shrink: 0;
  border-radius: 20px 0px 0px 20px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(49, 49, 153, 0.16);
  padding: 33px 48px 68px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Dynamic Text Styles */
.dynamic-text {
  display: flex;
  width: 53px;
  height: 94px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #313199;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: -30px;
}

/* Testimonial Text Styles */
.testimonial-container {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.custom-colored-text{
  color: #313199;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "halyard-text";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

/* Footer Testimonial Author Styles */
.footer-testimonial-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-testimonial-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}

.author-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.author-name {
  font-size: 18px;
  font-weight: 700;
}

.author-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.author-image img {
  width: 202px;
  height: 47px;
  flex-shrink: 0;
}

/* Right Side Video Styles */
.right-side-video {
  height: 375px;
  flex-shrink: 0;
  border-radius: 0px 20px 20px 0px;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-testimonial {
  background-color: #fff3eb;
  position: absolute;
  width: 100%;
  height: 541px;
  flex-shrink: 0;
  top: 195px;
  z-index: -1;
}

/* Testimonial Stats Section */
.bottom-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 80px;
}


.testimonial-bar-left {
  width: 3px;
  height: 91px;
  background-color: #ff6600;
  flex-shrink: 0;
  margin-right: 20px;
}

.testimonal-item-container {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}


.testimonial-item-text {
  color: #313199;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}


.last {
  width: auto !important;
}

.testimonial-slider-mobile {
  display: none;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff6600 !important;
  border: none;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 10px;
}

/* Dots for carousel navigation */
.owl-dots {
  text-align: center;
  margin-top: -10px;
}

.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.owl-dot {
  background-color: #FFC24D !important;
}

.owl-dot.active {
  background-color: #ff6600 !important;
}

.mb-110{
  margin-bottom: 110px;
}

@media (max-width: 768px) {

  .owl-carousel .owl-item img{
    max-width: 270px;		    
    max-height: 80px;
  }

  .pr-10{
    padding-right: 10px;
  }

  .testimonial-slider-mobile {
    display: block;
  }
  
  .testimonial-text-left{
    width: 100% !important;
    border-radius: 20px 20px 0px 0px !important;
    height: 100%;
  }
  
  .testimonial-text-right{
    padding: 20px !important;
    justify-content: center !important;
    border-radius: 0px 0px 20px 20px !important;
    box-shadow: 0px 6px 7px rgba(49, 49, 153, 0.16);
    /* box-shadow: none !important; */
  }

  .testimonial-slider-mobile {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .owl-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .testimonial-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    flex-shrink: 0;
  }
  
  .testimonial-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  /* Dots for carousel navigation */
  
  .custom-container-dinamic {
    flex-direction: column;
    width:100%;
  }

  .left-side-container-testimonial-dinamic {
    width: 70%;
/*     border-radius: 20px 20px 0px 0px; */
    border-radius: 20px;
  }

  .video-placeholder {
    border-radius: 0px 0px 20px 20px;
  }

  .right-side-video {
    width: 100% !important;
    border-radius: 20px;
    height: 100% !important;
  }

  .background-testimonial {
    width: 100%;
    top: 0;
    visibility: hidden;
    display: none;
  }

  .testimonial-wrapper {
    padding: 20px 20px;
    height: auto;
  }


  .dynamic-text {
    width: 100%;
    height: 100px;
    font-size: 60px;
    margin-bottom: -53px !important;
  }

  .testimonial-container {
    font-size: 16px;
  }

  .footer-testimonial-container {
    flex-direction: column;
    gap: 20px;
  }

  .footer-testimonial-author {
    width: 100%;
    justify-content: space-between;
  }

  .author-image img {
    width: 100%;
    height: auto;
  }

  .testimonial-item {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-bar-left {
    width: 91px;
    height: 3px;
    margin-left: 20px;
  }

  .testimonal-item-container {
    margin-left: 10px;
    align-items: center;
  }
}
/* END New Testimonial Section */



/* BEGIN Hero Section */
.hero-full-width-image-section {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 675 / 334;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 0;
}

#video-placeholder #placeholder-adjusts{
  width: 100%;
  height: 100%;
}

.hero-text-container {
  display: flex;
  margin: 50px;
  color: #fff;
  width: 100%;
  max-width: 1158px;
  /* padding: 0px 700px 0px 0px; */
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  /* justify-content: flex-start; */
  z-index: 10;
  /* display: none; */
}

.hero-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff; 
}

.hero-image {
  z-index: 9;
  position: absolute;
}

@keyframes slideIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.hero-animation-1 {
  background-image: url("https://www.lumahealth.io/wp-content/uploads/2024/10/hero-animation-1A.png");
  background-size: cover;
  width: 267px;
  height: 152px;
  top: 69px;
  right: 167px;
  animation: slideIn 1s ease-in;
}

.hero-animation-1B {
  background-image: url("https://www.lumahealth.io/wp-content/uploads/2024/10/hero-animation-1B.png");
  background-size: cover;
  width: 129px;
  height: 132px;
  top: 79px;
  right: 19px;
  animation: slideIn 1s ease-in;
}

.hero-animation-2 {
  background-image: url("https://www.lumahealth.io/wp-content/uploads/2024/10/hero-card.png");
  background-size: cover;
  width: 260px;
  height: 153px;
  top: 226px;
  right: 243px;
  animation: slideIn 1s ease-in;
}

.hero-animation-2C {
  background-image: url("https://www.lumahealth.io/wp-content/uploads/2024/10/hero-animation-2C.png");
  background-size: cover;
  width: 260px;
  height: 153px;
  top: 226px;
  right: -20px;
  animation: slideIn 1s ease-in;
}

.hero-animation-3 {
  background-image: url("https://www.lumahealth.io/wp-content/uploads/2024/10/hero-vertical-image.png");
  background-size: cover;
  width: 114px;
  height: 165px;
  top: 270px;
  right: 517px;
  animation: slideIn 1s ease-in;
}

.hero-animation-4 {
  background-image: url("https://www.lumahealth.io/wp-content/uploads/2024/10/hero-animation-3C.png");
  background-size: cover;
  width: 517px;
  height: 267px;
  top: 390px;
  right: -20px;
  animation: slideIn 1s ease-in;
}

.hero-animation-5 {
  background-image: url("https://www.lumahealth.io/wp-content/uploads/2024/10/hero-checklist.png");
  background-size: cover;
  width: 290px;
  height: 205px;
  top: 458px;
  right: 507px;
  animation: slideIn 1s ease-in;
}

.hero-animation-6 {
  background-image: url("https://www.lumahealth.io/wp-content/uploads/2024/10/hero-small-image.png");
  background-size: cover;
  width: 114px;
  height: 129px;
  top: 524px;
  right: 805px;
  animation: slideIn 1s ease-in;
}

.hero-section-title {
  color: #FFF;
  font-family: "halyard-display";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 112.5%;
  letter-spacing: 0.64px;
  margin-bottom: 20px;
  text-wrap: pretty;
  width: 47%;
}

.hero-section-subtitle {
  color: #FFF;
  font-family: "halyard-text";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; 
  margin-bottom: 30px;
  width: 55%;
}

.hero-button-group {
  display: flex;
  gap: 20px;
}

.hero-button-group button {
  display: inline-flex;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 10px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.hero-btn-primary {
  border-radius: 24px;
  background: #F60;
  color: #fff;
}
.hero-btn-primary:hover{
  text-decoration: none;
  border-style: solid;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 102, 0, 1.0);
  color: rgba(255, 102, 0, 1.0);
}

.hero-btn-secondary {
  border-radius: 20px;
  border: 1px solid #F60 !important;
  background: #FFF;
  color: #F60;
}

.hero-btn-secondary:hover{
  text-decoration: none;
  border-style: solid;
  background-color: rgba(255, 102, 0, 1.0);
  border-color: none;
  color: rgba(255, 255, 255, 1.0);
}

@media (max-width: 1884px) {
  .hero-text-container {
    /* padding: 0px 700px 0px 0px; */
  }
  .hero-animation-1 {
    right: -82px;
  }
  .hero-animation-1B {
    display: none;
  }
  .hero-animation-2 {
    right: -15px;
  }
  .hero-animation-2C {
    display: none;
  }
  .hero-animation-3 {
    right: 249px;
  }
  .hero-animation-4 {
    right: -287px;
  }
  .hero-animation-5 {
    right: 239px;
  }
  .hero-animation-6 {
    right: 539px;
  }

  .top-logos .top-logos_wrapper .logo img{
    height: 40px;
    object-fit: contain;
  }
  .top-logos .top-logos_wrapper .logo{
    width: 100%;
    margin: 0 !important;
  }
}

@media (max-width: 1330px) {
  .hero-text-container {
    /* padding: 25px 284px 0px 0px; */
  }
  .hero-section-title{
    font-size: 64px;
  }
  .hero-animation-1 {
    top: 140px;
  }
  .hero-animation-2 {
    top: 291px;
  }
  .hero-animation-3 {
    top: 349px;
    width: 103px;
    height: 150px;
  }
  .hero-animation-4 {
    top: auto;
    right: -100px;
    bottom: -15px;
    width: 331px;
    height: 233px;
  }
  .hero-animation-5 {
    height: 181px;
    top: auto;
    bottom: -20px;
  }
  .hero-animation-6 {
    top: auto;
    bottom: -15px;
  }
}

@media (min-width: 951px) and (max-width: 1066px) {
  .hero-section-title {
    width: 54%;
  }
}

@media (max-width: 950px) {
  .hero-text-container {
    padding: 25px 163px 0px 0px;
  }
  .hero-section-title{
    font-size: 36px;
  }
  .hero-animation-1 {
    display: none;
  }

  .hero-animation-2 {
    top: 291px;
  }
  .hero-animation-3 {
    top: 349px;
    width: 103px;
    height: 150px;
  }
  .hero-animation-4 {
    top: auto;
    right: -100px;
    bottom: -15px;
    width: 331px;
    height: 233px;
  }
  .hero-animation-5 {
    height: 181px;
    top: auto;
    bottom: -20px;
  }
  .hero-animation-6 {
    top: auto;
    bottom: -15px;
  }
}

@media (min-width: 769px) and (max-width: 815px) {
  .hero-section-title {
    width: 54%;
    margin-bottom: 10px;
  }
  .hero-section-subtitle{
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {

  #video-placeholder #placeholder-adjusts{
    width: 1350px;
    height: 674px;
  }

  .hero-full-width-image-section{
    height: 674px;
  }

  .hero-video{
    height: calc(100% + 41px);
  }
  .hero-section-title{
    width: 80%;
  }
  .hero-section-subtitle{
    width: 85%;
  }
  .hero-text-container {
    padding: 25px 0px 0px 0px;
    justify-content: flex-start;
  }
  .hero-animation-2 {
    top: 322px;
  }
  .hero-animation-3 {
    top: 349px;
    width: 103px;
    height: 150px;
  }
  .hero-animation-4 {
    top: auto;
    right: -100px;
    bottom: -45px;
    width: 331px;
    height: 233px;
  }
  .hero-animation-5 {
    height: 181px;
    top: auto;
    bottom: -20px;
  }
  .hero-animation-6 {
    top: auto;
    bottom: -15px;
  }
}

@media (min-width: 572px) and (max-width: 768px) {
  .hero-full-width-image-section{
    aspect-ratio: 9 / 16 ;
    /* aspect-ratio: 11 / 16; */
    height: auto;
  }
  
}

@media (min-width: 586px) and (max-width: 608px) {
  .hero-full-width-image-section{
    aspect-ratio: 9 / 16 ;
  }
}

@media (min-width: 470px) and (max-width: 571px) {
  .hero-full-width-image-section{
    aspect-ratio: 9 / 16 ;
    height: auto;
  }
  
}

@media (max-width: 469px) {
  .hero-full-width-image-section{
    height: 712px;
  }

  .hero-video {
    height: calc(100% + 100px);
  }

  /* .hero-video {
    height: calc(100% + 134px);
  } */ 
  
}

@media (max-width: 585px) {
  .hero-text-container {
    margin: 27px;
    padding: 15px 0px 0px 0px;
    align-items: center;
    text-align: center;
  }
  .hero-section-title{
    font-size: 35px;
  }
  .hero-section-subtitle{
    font-size: 18px;
  }
  .hero-animation-2 {
    top: auto;
    right: auto;
    left: 244px;
    bottom: 147px;
    width: 200px;
    height: 120px;
  }
  .hero-animation-3 {
    background-image: url("https://www.lumahealth.io/wp-content/uploads/2024/10/hero-animation-3-mobile.png");
    top: auto;
    bottom: -17px;
    left: -24px;
    width: 250px;
    height: 274px;
  }
  .hero-animation-4 {
    top: auto;
    right: auto;
    left: 254px;
    bottom: -45px;
    width: 331px;
    height: 180px;
  }
  .hero-animation-5 {
    display: none;
  }
  .hero-animation-6 {
    display: none;
  }
}


/* END Hero Section */