
#hero-16 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
}
#hero-16 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#hero-16 .hero-content-wrapper-16 {
  max-width: 650px;
  padding: 2.5rem 3.5rem;
  border-radius: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  color: #ffffff;
}
#hero-16 .hero-title-16 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-16 .hero-subtitle-16 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-16 .hero-cta-button-16 {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
#hero-16 .hero-cta-button-16:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767.98px) {
  #hero-16 {
    min-height: 65vh;
    padding: 3rem 1rem;
  }
  #hero-16 .hero-content-wrapper-16 {
    padding: 2rem;
    max-width: 90%;
  }
  #hero-16 .hero-title-16 {
    font-size: 2.2rem;
  }
  #hero-16 .hero-subtitle-16 {
    font-size: 1rem;
  }
}



#mobile-app-20 {
  padding: 80px 0;
  background-color: #fff;
}
#mobile-app-20 .video-testimonial-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#mobile-app-20 .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#mobile-app-20 .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#mobile-app-20 .testimonial-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 2rem;
}
#mobile-app-20 .testimonial-block blockquote {
  font-size: 1.15rem;
  font-style: italic;
  color: #333;
  border-left: 4px solid #0d6efd;
  padding-left: 1.5rem;
  margin: 0 0 1rem 0;
}
#mobile-app-20 .testimonial-block .blockquote-footer {
  font-size: 1rem;
  color: #555;
  font-style: normal;
}
#mobile-app-20 .testimonial-block .blockquote-footer cite {
  font-weight: 600;
}
#mobile-app-20 .star-rating {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #ffc107;
  font-size: 1.1rem;
}
#mobile-app-20 .star-rating .fa-regular {
  color: #e0e0e0;
}
#mobile-app-20 .testimonial-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-20 .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-20 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-20 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-20 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-20 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-20 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-20 .testimonial-column {
    padding-left: 0;
    margin-top: 2rem;
    text-align: center;
  }
  #mobile-app-20 .testimonial-block blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    text-align: left;
    padding-left: 1rem;
    border-left-width: 3px;
  }
  #mobile-app-20 .testimonial-download-buttons {
    justify-content: center;
  }
}



#our-services-21 {
  padding: 80px 0;
  background-color: #fff;
}
#our-services-21 .services-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#our-services-21 .services-section-title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
#our-services-21 .services-section-subtitle {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}
#our-services-21 .service-item-card {
  border: none;
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
#our-services-21 .service-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}
#our-services-21 .service-icon {
  font-size: 2.8rem;
  color: #0d6efd;
  margin-bottom: 1.5rem;
  display: inline-block;
  line-height: 1;
}
#our-services-21 .service-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #212529;
  margin-bottom: 0.75rem;
}
#our-services-21 .service-description {
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
#our-services-21 .service-link {
  font-size: 0.9rem;
  font-weight: 500;
}
#our-services-21 .service-link i {
  margin-left: 5px;
  transition: transform 0.2s ease;
}
#our-services-21 .service-link:hover i {
  transform: translateX(3px);
}



#customer-support-19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f4f8;
  overflow: hidden;
}
#customer-support-19 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#customer-support-19 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#customer-support-19 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#customer-support-19 .testimonial-card {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#customer-support-19 .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#customer-support-19 .testimonial-quote {
  font-style: italic;
  font-size: 1.05rem;
  color: #495057;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2.5rem;
  flex-grow: 1;
}
#customer-support-19 .testimonial-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 1.8rem;
  color: var(--bs-primary);
  opacity: 0.3;
}
#customer-support-19 .testimonial-author-info {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
#customer-support-19 .author-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  object-fit: cover;
}
#customer-support-19 .author-image .placeholder-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #e9ecef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#customer-support-19 .author-image .placeholder-icon i {
  font-size: 1.5rem;
  color: #adb5bd;
}
#customer-support-19 .author-details {
  flex-grow: 1;
}
#customer-support-19 .author-name {
  font-weight: 600;
  margin-bottom: 0.1rem;
  color: #343a40;
}
#customer-support-19 .author-role {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.2rem;
}
#customer-support-19 .rating-stars {
  color: #ffc107;
  font-size: 0.9rem;
}
#customer-support-19 .rating-stars .fa-regular {
  color: #ced4da;
}
#customer-support-19 .cta-wrapper {
  text-align: center;
}
@media (max-width: 767.98px) {
  #customer-support-19 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-19 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-19 .testimonial-card {
    padding: 1.5rem;
  }
  #customer-support-19 .testimonial-quote {
    font-size: 1rem;
  }
}



#call-to-action-17 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#call-to-action-17 .cta-split-container {
}
#call-to-action-17 .cta-split-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#call-to-action-17 .cta-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-height: 450px;
  object-fit: cover;
}
#call-to-action-17 .cta-split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
#call-to-action-17 .cta-split-headline {
  font-weight: 700;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-17 .cta-split-subtext {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#call-to-action-17 .cta-split-button .btn {
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
#call-to-action-17 .cta-split-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
#call-to-action-17 .cta-split-button .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-17 .cta-split-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    margin-top: 2rem;
  }
  #call-to-action-17 .cta-split-headline {
    font-size: 1.8rem;
  }
  #call-to-action-17 .cta-split-button {
    margin-top: 1rem;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-17 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #call-to-action-17 .cta-split-content {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


