
#hero-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 68vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: right;
}
#hero-18 .hero-overlay-18 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-18 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hero-18 .hero-content-wrapper-18 {
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
}
#hero-18 .hero-title-18 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-18 .hero-subtitle-18 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-18 .hero-cta-button-18 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#hero-18 .hero-cta-button-18:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-18 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-18 .container {
    justify-content: center;
  }
  #hero-18 .hero-content-wrapper-18 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-18 .hero-title-18 {
    font-size: 2.4rem;
  }
  #hero-18 .hero-subtitle-18 {
    font-size: 1.1rem;
  }
}



#mobile-app-2 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#mobile-app-2 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 30px;
}
#mobile-app-2 .description {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}
#mobile-app-2 .screenshots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
#mobile-app-2 .screenshot-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#mobile-app-2 .screenshot-item img {
  width: 100%;
  height: auto;
}
#mobile-app-2 .screenshot-caption {
  padding: 10px;
  font-size: 0.95rem;
  color: #555;
}
#mobile-app-2 .download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#mobile-app-2 .download-btn {
  display: inline-block;
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
  transition: background 0.3s;
}
#mobile-app-2 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-2 .download-btn i {
  margin-right: 10px;
}



#how-it-works-23 {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}
#how-it-works-23 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-23 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-23 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-23 .problem-solution-pair {
  margin-bottom: 40px;
  padding: 25px;
  border-radius: 8px;
  background-color: #f8f9fa;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#how-it-works-23 .problem-block,
#how-it-works-23 .solution-block {
  padding: 20px;
  border-radius: 6px;
}
#how-it-works-23 .problem-block {
  background-color: #fff5f5;
  border-left: 5px solid #e53e3e;
  margin-bottom: 20px;
}
#how-it-works-23 .solution-block {
  background-color: #f0fff4;
  border-left: 5px solid #38a169;
}
#how-it-works-23 .block-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#how-it-works-23 .block-icon {
  font-size: 1.8rem;
  margin-right: 15px;
  min-width: 28px;
}
#how-it-works-23 .problem-block .block-icon {
  color: #e53e3e;
}
#how-it-works-23 .solution-block .block-icon {
  color: #38a169;
}
#how-it-works-23 .block-title {
  font-size: 1.3rem;
  font-weight: 600;
}
#how-it-works-23 .problem-block .block-title {
  color: #c53030;
}
#how-it-works-23 .solution-block .block-title {
  color: #2f855a;
}
#how-it-works-23 .block-description {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.7;
}
@media (min-width: 768px) {
  #how-it-works-23 .problem-solution-pair .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #how-it-works-23 .problem-block {
    margin-bottom: 0px;
  }
}



#faq-19 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-19 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-19 .accordion-item {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#faq-19 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
}
#faq-19 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-19 .faq-item-icon {
  font-size: 1.2em;
  min-width: 30px;
  text-align: center;
  margin-right: 1rem;
  color: #0d6efd;
  opacity: 0.8;
}
#faq-19 .accordion-button:not(.collapsed) .faq-item-icon {
  opacity: 1;
}
#faq-19 .accordion-button::after {
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
}
#faq-19 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
#faq-19 .accordion-body {
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-19 .accordion-body p:last-child {
  margin-bottom: 0;
}



#testimonials-6 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#testimonials-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#testimonials-6 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-6 .testimonial-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, box-shadow 0.3s ease;
}
#testimonials-6 .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#testimonials-6 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-6 .testimonial-card p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-6 .client-info {
  font-size: 0.95rem;
  color: #777;
}
@media (max-width: 992px) {
  #testimonials-6 .testimonial-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #testimonials-6 .testimonial-card {
    flex: 1 1 100%;
  }
}



#cta-banner-7 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #f8f9fa;
  color: #212529;
}
#cta-banner-7 .container {
  max-width: 800px;
}
#cta-banner-7 .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
#cta-banner-7 .cta-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#cta-banner-7 .cta-actions {
}
#cta-banner-7 .primary-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-7 .primary-button .btn i {
  margin-right: 0.5rem;
}
#cta-banner-7 .secondary-action {
  margin-top: 1.25rem;
}
#cta-banner-7 .secondary-action a {
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
}
#cta-banner-7 .secondary-action a.text-link-secondary {
  color: var(--bs-secondary);
}
#cta-banner-7 .secondary-action a.text-link-secondary:hover {
  text-decoration: underline;
  color: #5a6268;
}
#cta-banner-7 .secondary-action a.text-muted {
  color: #6c757d !important;
}
#cta-banner-7 .secondary-action a.text-muted:hover {
  color: #5a6268 !important;
  text-decoration: underline;
}
#cta-banner-7 .secondary-action .btn {
  font-size: 0.95rem;
  padding: 0.6rem 1.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-7 {
    padding: 4rem 1rem;
  }
  #cta-banner-7 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-7 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-7 .primary-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


