
#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-29 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#mobile-app-29 .comparison-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-29 .comparison-intro h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#mobile-app-29 .comparison-card {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
#mobile-app-29 .comparison-card .card-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
#mobile-app-29 .comparison-card.problem-card .card-icon {
  color: #dc3545;
}
#mobile-app-29 .comparison-card.solution-card .card-icon {
  color: #198754;
}
#mobile-app-29 .comparison-card .card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
}
#mobile-app-29 .comparison-card .card-description {
  color: #495057;
  line-height: 1.6;
  font-size: 0.95rem;
}
#mobile-app-29 .comparison-download-buttons {
  text-align: center;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#mobile-app-29 .comparison-download-buttons .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin: 0 0.5rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-29 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-29 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-29 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-29 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-29 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}



#features-11 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-11 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-11 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-11 .feature-item {
  margin-bottom: 20px;
}
#features-11 .feature-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #17a2b8;
  color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#features-11 .feature-header:hover {
  background-color: #138496;
}
#features-11 .feature-icon {
  font-size: 30px;
  margin-right: 10px;
}
#features-11 .feature-title {
  font-size: 20px;
  font-weight: bold;
}
#features-11 .feature-description {
  display: none;
  font-size: 14px;
  color: #6c757d;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 0 0 8px 8px;
}



#testimonials-8 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  perspective: 1000px;
}
#testimonials-8 .flip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-8 .flip-card {
  position: relative;
  width: 300px;
  height: 350px;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
#testimonials-8 .flip-card:hover {
  transform: rotateY(180deg);
}
#testimonials-8 .flip-side {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#testimonials-8 .flip-front {
  background: #fff;
  text-align: center;
  padding: 20px;
}
#testimonials-8 .flip-front img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-8 .flip-front h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#testimonials-8 .flip-front p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
}
#testimonials-8 .flip-back {
  background: #f8f9fa;
  color: #333;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: center;
  font-size: 0.95rem;
}



#faq-20 {
  padding: 80px 0;
  background-color: #f4f7fc;
}
#faq-20 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-20 .faq-elevated-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 82, 255, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#faq-20 .faq-elevated-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 82, 255, 0.1);
}
#faq-20 .faq-card-header button {
  width: 100%;
  text-align: left;
  padding: 1.3rem 1.7rem;
  font-weight: 600;
  font-size: 1.05rem;
  color: #343a40;
  background-color: #fff;
  border: none;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
  box-shadow: none !important;
  border-bottom: 1px solid transparent;
}
#faq-20 .faq-card-header button:hover {
  background-color: #f8f9fa;
}
#faq-20 .faq-card-header button:not(.collapsed) {
  color: #0d6efd;
  background-color: #fff;
  border-bottom-color: #e0e0e0;
}
#faq-20 .faq-card-header button::after {
  content: "\\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 1em;
  color: #adb5bd;
}
#faq-20 .faq-card-header button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(45deg);
  color: #dc3545;
}
#faq-20 .faq-card-body-collapse .card-body {
  padding: 1.7rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fdfdff;
}
#faq-20 .faq-card-body-collapse .card-body p:last-child {
  margin-bottom: 0;
}



#call-to-action-7 {
  padding: 60px 20px;
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-7 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-7 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-7 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-7 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-action-7 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-7 .cta-btn:hover {
  background-color: #138496;
}
#call-to-action-7 .cta-image {
  flex: 1 1 300px;
  text-align: center;
}
#call-to-action-7 .cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-7 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-7 .cta-text {
    text-align: center;
  }
}


