
#hero-1 {
  text-align: center;
  padding: 100px 20px;
  background-color: #f8f9fa;
}
#hero-1 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-1 .hero-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 12px 30px;
  font-size: 18px;
}



#mobile-app-17 {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}
#mobile-app-17 .minimalist-content {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-17 .minimalist-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
#mobile-app-17 .minimalist-description {
  font-size: 1.15rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#mobile-app-17 .minimalist-download-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
#mobile-app-17 .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 12px 25px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-17 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#mobile-app-17 .btn-download-app i {
  font-size: 2em;
  margin-right: 12px;
}
#mobile-app-17 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-17 .btn-download-app .button-text span:first-child {
  font-size: 0.85em;
}
#mobile-app-17 .btn-download-app .button-text span:last-child {
  font-size: 1.15em;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  #mobile-app-17 .minimalist-title {
    font-size: 2.5rem;
  }
  #mobile-app-17 .minimalist-description {
    font-size: 1.05rem;
  }
  #mobile-app-17 .minimalist-download-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  #mobile-app-17 .btn-download-app {
    width: 100%;
    justify-content: center;
  }
}



#features-12 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-12 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-12 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-12 .feature-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.3s;
}
#features-12 .feature-item:hover {
  transform: scale(1.05);
}
#features-12 .feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#features-12 .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 162, 184, 0.7);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 20px;
  text-align: center;
}
#features-12 .feature-item:hover .feature-overlay {
  opacity: 1;
}
#features-12 .overlay-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-12 .overlay-description {
  font-size: 14px;
}



#how-it-works-3 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#how-it-works-3 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#how-it-works-3 .carousel-item {
  text-align: center;
  padding: 40px;
}
#how-it-works-3 .carousel-item h4 {
  font-size: 1.75rem;
  color: #007bff;
  margin-bottom: 10px;
}
#how-it-works-3 .carousel-item p {
  font-size: 1rem;
  color: #555;
}



#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%;
  }
}



#faq-21 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-21 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-21 .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-21 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
}
#faq-21 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-21 .accordion-button::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");
  transition: transform 0.2s ease-in-out;
}
#faq-21 .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-21 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-21 .accordion-body p:last-child {
  margin-bottom: 0;
}
#faq-21 .faq-answer-image {
  margin-top: 1.5rem;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #eee;
}



#call-to-action-1 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 60px 15px;
  text-align: center;
  color: #fff;
}
#call-to-action-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#call-to-action-1 .content {
  position: relative;
  z-index: 2;
}
#call-to-action-1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-1 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-1 .btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-1 .btn:hover {
  background-color: #0056b3;
}


