
#mobile-app-19 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#mobile-app-19 .multi-image-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-19 .multi-image-grid-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-app-19 .image-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
  max-width: 550px;
}
#mobile-app-19 .image-grid-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#mobile-app-19 .image-grid-item:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
#mobile-app-19 .image-grid-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#mobile-app-19 .image-grid-container > :nth-child(2) {
  grid-row: span 1;
  align-self: center;
}
#mobile-app-19 .image-grid-container > :nth-child(4) {
  grid-column: span 1;
  justify-self: center;
}
#mobile-app-19 .multi-image-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-19 .multi-image-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-19 .multi-image-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-19 .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-19 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-19 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-19 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-19 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-19 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-19 .multi-image-content-col {
    text-align: center;
    margin-bottom: 3rem;
  }
  #mobile-app-19 .multi-image-download-buttons {
    justify-content: center;
  }
  #mobile-app-19 .image-grid-container {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  #mobile-app-19 .image-grid-container {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
}



#how-it-works-29 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}
#how-it-works-29 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-29 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
}
#how-it-works-29 .section-main-subtitle {
  font-size: 1.1rem;
  color: #495057;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-29 .flow-stage-column {
  display: flex;
  height: 100%;
}
#how-it-works-29 .flow-stage-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
#how-it-works-29 .flow-stage-card:not(:last-child)::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #0d6efd;
  z-index: 2;
}
@media (min-width: 992px) {
  #how-it-works-29 .row > div:nth-child(3) .flow-stage-card::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #how-it-works-29 .flow-stage-card::after {
    display: none;
  }
  #how-it-works-29 .flow-stage-card {
    margin-bottom: 30px;
  }
  #how-it-works-29 .flow-stage-card:not(:last-child)::before {
    content: "\f063";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.8rem;
    color: #0d6efd;
    z-index: 2;
  }
  #how-it-works-29 .row > div:last-child .flow-stage-card::before {
    display: none;
  }
}
#how-it-works-29 .stage-icon-header {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 15px;
}
#how-it-works-29 .stage-main-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#how-it-works-29 .stage-description-text {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 20px;
  line-height: 1.6;
}
#how-it-works-29 .stage-item-list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-top: auto;
}
#how-it-works-29 .stage-item-list li {
  font-size: 0.9rem;
  color: #495057;
  padding: 8px 0;
  border-bottom: 1px dashed #e0e0e0;
  display: flex;
  align-items: center;
}
#how-it-works-29 .stage-item-list li:last-child {
  border-bottom: none;
}
#how-it-works-29 .stage-item-list li i {
  color: #20c997;
  margin-right: 10px;
  font-size: 0.8rem;
}



#customer-support-16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
#customer-support-16 .container {
  position: relative;
}
#customer-support-16 .content-wrapper {
  display: flex;
  align-items: center;
}
#customer-support-16 .text-content {
  padding-right: 3rem;
}
#customer-support-16 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-16 .section-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#customer-support-16 .section-description {
  margin-bottom: 2rem;
  line-height: 1.7;
  opacity: 0.85;
}
#customer-support-16 .benefits-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.5rem;
}
#customer-support-16 .benefits-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  opacity: 0.9;
}
#customer-support-16 .benefits-list li i {
  margin-right: 0.75rem;
  opacity: 1;
  color: #20c997;
}
#customer-support-16 .cta-buttons .btn {
  margin-right: 1rem;
  padding: 0.8rem 2rem;
  font-weight: 600;
}
#customer-support-16 .secondary-cta {
  font-size: 0.95rem;
  opacity: 0.9;
}
#customer-support-16 .secondary-cta a {
  text-decoration: none;
}
#customer-support-16 .secondary-cta a:hover {
  text-decoration: underline;
}
#customer-support-16 .image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  #customer-support-16 .text-content {
    padding-right: 1.5rem;
  }
  #customer-support-16 .section-title {
    font-size: 2.2rem;
  }
  #customer-support-16 .section-subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
  }
  #customer-support-16 .content-wrapper {
    flex-direction: column-reverse;
  }
  #customer-support-16 .text-content {
    padding-right: 0;
    margin-top: 3rem;
  }
  #customer-support-16 .image-content img {
    max-width: 250px;
  }
  #customer-support-16 .benefits-list {
    display: inline-block;
    text-align: left;
    margin-bottom: 2rem;
  }
  #customer-support-16 .cta-buttons .btn {
    width: 80%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #customer-support-16 .secondary-cta {
    margin-top: 1rem;
    display: block;
  }
}


