
#hero-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 8rem 0;
  text-align: center;
}
#hero-24 .container {
  width: 100%;
}
#hero-24 .hero-content-wrapper-24 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#hero-24 .hero-title-24 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
#hero-24 .hero-subtitle-24 {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #hero-24 {
    padding: 7rem 0;
  }
  #hero-24 .hero-title-24 {
    font-size: 3.2rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #hero-24 {
    padding: 5rem 0;
    min-height: 40vh;
  }
  #hero-24 .hero-title-24 {
    font-size: 2.6rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.1rem;
  }
}



#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-4 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#how-it-works-4 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-4 .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#how-it-works-4 .step-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#how-it-works-4 .step-card:hover {
  transform: translateY(-5px);
}
#how-it-works-4 .step-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#how-it-works-4 .step-card h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#how-it-works-4 .step-card p {
  font-size: 1rem;
  color: #555;
}
@media (max-width: 992px) {
  #how-it-works-4 .step-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #how-it-works-4 .step-card {
    flex: 1 1 100%;
  }
}



#faq-6 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-6 .faq-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
#faq-6 .faq-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}
#faq-6 .faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#faq-6 .faq-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
#faq-6 .faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#faq-6 .faq-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
#faq-6 .faq-content {
  flex: 1;
  text-align: left;
}
#faq-6 .faq-question {
  font-size: 20px;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 10px;
}
#faq-6 .faq-answer {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  #faq-6 .faq-list {
    gap: 15px;
  }
  #faq-6 .faq-item {
    flex-direction: column;
    text-align: center;
  }
  #faq-6 .faq-image {
    margin-bottom: 15px;
  }
  #faq-6 .faq-content {
    text-align: center;
  }
}



#testimonials-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#testimonials-10 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#testimonials-10 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#testimonials-10 .testimonial-tab {
  text-align: center;
}
#testimonials-10 .testimonial-tab img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-10 .testimonial-tab p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-10 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#cta-banner-6 {
  padding: 1.5rem 1rem;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  background-color: #6c757d;
  color: #ffffff;
}
#cta-banner-6 .container {
}
#cta-banner-6 .cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#cta-banner-6 .cta-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  flex-grow: 1;
  text-align: center;
  padding-right: 0;
}
#cta-banner-6 .cta-button {
  flex-shrink: 0;
  text-align: center;
}
#cta-banner-6 .cta-button .btn {
  padding: 0.4rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  #cta-banner-6 .cta-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #cta-banner-6 .cta-text {
    text-align: left;
    padding-right: 1.5rem;
  }
  #cta-banner-6 .cta-button {
    text-align: right;
  }
}


