
#hero-2 {
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
#hero-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#hero-2 .container {
  position: relative;
  z-index: 2;
}
#hero-2 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-2 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#mobile-app-25 {
  padding: 80px 0;
  background-color: #fff;
}
#mobile-app-25 .mockup-column {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-app-25 .device-mockup {
  max-width: 320px;
  height: auto;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
}
#mobile-app-25 .features-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-25 .mockup-features-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-25 .mockup-features-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-25 .icon-feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.5rem;
}
#mobile-app-25 .icon-feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  color: #343a40;
}
#mobile-app-25 .icon-feature-list li i {
  font-size: 1.5em;
  color: #0d6efd;
  margin-right: 15px;
  width: 30px;
  text-align: center;
}
#mobile-app-25 .mockup-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-25 .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-25 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-25 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-25 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-25 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-25 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-25 .mockup-column {
    margin-bottom: 3rem;
  }
  #mobile-app-25 .features-column {
    text-align: center;
  }
  #mobile-app-25 .icon-feature-list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #mobile-app-25 .icon-feature-list li {
    justify-content: flex-start;
  }
  #mobile-app-25 .mockup-download-buttons {
    justify-content: center;
  }
}



#features-29 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-29']['bg_color'] ?? '#ffffff' }};
}
#features-29 .intro-text h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #343a40;
  line-height: 1.3;
}
#features-29 .intro-text .subtitle {
  font-size: 18px;
  font-style: italic;
  color: #6c757d;
  margin-bottom: 25px;
}
#features-29 .intro-text .description {
  font-size: 16px;
  color: #495057;
  line-height: 1.7;
}
#features-29 .stats-grid {
}
#features-29 .stat-item {
  text-align: center;
  padding: 25px 15px;
  background-color: #f8f9fa; 
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#features-29 .stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.07);
}
#features-29 .stat-icon i {
  font-size: 36px; 
  margin-bottom: 15px;
  display: inline-block;
}
#features-29 .stat-number {
  font-size: 48px; 
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  line-height: 1.1;
}
#features-29 .stat-label {
  font-size: 15px;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #features-29 .intro-text {
    margin-bottom: 40px; 
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #features-29 .intro-text h2 {
    font-size: 30px;
  }
  #features-29 .stat-number {
    font-size: 40px;
  }
  #features-29 .stat-icon i {
    font-size: 32px;
  }
}



#how-it-works-15 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f7f6;
}
#how-it-works-15 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-15 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-15 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-15 .process-flow-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
#how-it-works-15 .flow-step-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  margin: 15px;
  width: calc(100% / 3 - 30px);
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#how-it-works-15 .flow-step-item:not(:last-child)::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #0d6efd;
  z-index: 1;
}
#how-it-works-15 .flow-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #e7f0ff;
  display: inline-block;
}
#how-it-works-15 .flow-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#how-it-works-15 .flow-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
}
@media (max-width: 1199.98px) {
  #how-it-works-15 .flow-step-item {
    width: calc(100% / 2 - 30px);
  }
  #how-it-works-15 .flow-step-item:nth-child(2n):not(:last-child)::after {
    display: none;
  }
  #how-it-works-15 .flow-step-item:nth-child(2n-1):not(:last-child)::after {
    right: -25px;
  }
}
@media (max-width: 767.98px) {
  #how-it-works-15 .process-flow-container {
    flex-direction: column;
    align-items: center;
  }
  #how-it-works-15 .flow-step-item {
    width: 80%;
    margin-bottom: 40px;
  }
  #how-it-works-15 .flow-step-item::after {
    display: none;
  }
  #how-it-works-15 .flow-step-item:not(:last-child)::before {
    content: "\f063";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    color: #0d6efd;
  }
}
@media (max-width: 575.98px) {
  #how-it-works-15 .flow-step-item {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  #how-it-works-15 .process-flow-container.items-5 .flow-step-item {
    width: calc(100% / 5 - 30px);
  }
  #how-it-works-15
    .process-flow-container.items-5
    .flow-step-item:nth-child(2n):not(:last-child)::after,
  #how-it-works-15
    .process-flow-container.items-5
    .flow-step-item:nth-child(2n-1):not(:last-child)::after {
    display: block;
  }
}



#testimonials-5 {
  position: relative;
  padding: 80px 15px;
  margin: 0 auto;
  max-width: 100%;
  color: #fff;
}
#testimonials-5 .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(50%);
  z-index: -1;
}
#testimonials-5 .content-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
#testimonials-5 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-5 .content-wrapper p.subtitle {
  font-size: 1.1rem;
  margin-bottom: 40px;
}
#testimonials-5 .testimonial {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#testimonials-5 .testimonial p {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 10px;
}
#testimonials-5 .client-info {
  font-size: 0.95rem;
  color: #555;
}
#testimonials-5 .client-info img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}



#faq-1 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-1 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-1 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-1 .accordion-button {
  background-color: #17a2b8;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-1 .accordion-button:hover {
  background-color: #138496;
}
#faq-1 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#call-to-action-15 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
#call-to-action-15 .left-side,
#call-to-action-15 .right-side {
  flex: 1 1 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px;
}
#call-to-action-15 .left-side {
  background-color: #007bff;
}
#call-to-action-15 .right-side {
  background-color: #28a745;
}
#call-to-action-15 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-15 p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-15 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-15 .left-side .btn {
  background-color: #fff;
  color: #007bff;
}
#call-to-action-15 .left-side .btn:hover {
  background-color: #e0f2f7;
}
#call-to-action-15 .right-side .btn {
  background-color: #fff;
  color: #28a745;
}
#call-to-action-15 .right-side .btn:hover {
  background-color: #e3f2fd;
}
#call-to-action-15::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #007bff 50%, #28a745 50%);
  z-index: -1;
}
@media (max-width: 768px) {
  #call-to-action-15::before {
    background: linear-gradient(to bottom, #007bff 50%, #28a745 50%);
  }
}


