
#hero-19 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-19 .hero-overlay-19 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-19 .container {
  position: relative;
  z-index: 2;
}
#hero-19 .hero-content-wrapper-19 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#hero-19 .hero-title-19 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-19 .hero-subtitle-19 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.85;
}
#hero-19 .app-buttons-wrapper-19 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-19 .app-store-button img,
#hero-19 .google-play-button img {
  height: 45px;
  width: auto;
  transition: transform 0.2s ease;
}
#hero-19 .app-store-button img:hover,
#hero-19 .google-play-button img:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-19 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-19 .hero-title-19 {
    font-size: 2.3rem;
  }
  #hero-19 .hero-subtitle-19 {
    font-size: 1.05rem;
    margin-bottom: 2rem;
  }
  #hero-19 .app-store-button img,
  #hero-19 .google-play-button img {
    height: 40px;
  }
}



#mobile-app-3 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#mobile-app-3 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 30px;
}
#mobile-app-3 .description {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}
#mobile-app-3 .video-preview {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
#mobile-app-3 .video-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#mobile-app-3 .download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#mobile-app-3 .download-btn {
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
  transition: background 0.3s;
}
#mobile-app-3 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-3 .download-btn i {
  margin-right: 10px;
}



#features-6 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-6 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-6 .feature-item {
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
#features-6 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-6 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-6 .feature-counter {
  font-size: 36px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#features-6 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#awards-14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#awards-14 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-14 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-14 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-14 .trigger-item-card,
#awards-14 .trigger-item-logo {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
#awards-14 .trigger-item-card:hover,
#awards-14 .trigger-item-logo:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
#awards-14 .trigger-item-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#awards-14 .trigger-visual img {
  max-height: 50px;
  max-width: 140px;
  margin-bottom: 1rem;
}
#awards-14 .trigger-name {
  font-weight: 500;
  color: #495057;
  font-size: 0.95rem;
}
#awards-14 .trigger-item-logo {
  text-align: center;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}
#awards-14 .trigger-item-logo:hover {
  border-color: #dee2e6;
  background-color: #ffffff;
}
#awards-14 .trigger-item-logo img {
  max-height: 60px;
  max-width: 160px;
  filter: grayscale(80%);
  opacity: 0.8;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#awards-14 .trigger-item-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
#awards-14 .modal-header {
  border-bottom: 1px solid #eee;
}
#awards-14 .modal-title {
  font-weight: 600;
}
#awards-14 .modal-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  max-height: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#awards-14 .modal-body h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
#awards-14 .modal-body ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
#awards-14 .modal-body ul li {
  margin-bottom: 0.25rem;
}
#awards-14 .modal-footer {
  border-top: 1px solid #eee;
  justify-content: space-between;
}
#awards-14 .modal-footer-info {
  font-size: 0.9rem;
  color: #6c757d;
  text-align: left;
}
@media (max-width: 767.98px) {
  #awards-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-14 .section-title {
    font-size: 2.1rem;
  }
  #awards-14 .trigger-item-logo img {
    max-height: 50px;
  }
}



#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;
}



#call-to-action-20 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.cta-boxed-content {
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.cta-boxed-headline {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.cta-boxed-subtext {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  opacity: 0.9;
}
.cta-boxed-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-boxed-button .btn i {
  margin-right: 8px;
}
#call-to-action-20 .btn-warning {
}
@media (max-width: 767.98px) {
  #call-to-action-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 350px;
  }
  .cta-boxed-content {
    padding: 1.5rem;
  }
  .cta-boxed-headline {
    font-size: 1.8rem;
  }
  .cta-boxed-subtext {
    font-size: 1rem;
  }
}


