
#hero-7 {
  padding: 100px 20px;
  background-color: #f1f3f5;
  text-align: center;
}
#hero-7 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-7 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.testimonials {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonial-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-item blockquote {
  font-size: 20px;
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
}
.testimonial-author {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}



#mobile-app-22 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#mobile-app-22 .three-col-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
  color: #212529;
}
#mobile-app-22 .text-block {
  padding: 0 1rem;
}
#mobile-app-22 .text-block h4 {
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
}
#mobile-app-22 .text-block p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1rem;
}
#mobile-app-22 .center-image-col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
#mobile-app-22 .center-app-icon {
  max-width: 120px;
  height: auto;
  opacity: 0.9;
}
#mobile-app-22 .three-col-download-buttons {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#mobile-app-22 .three-col-download-buttons .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin: 0 0.5rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-22 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-22 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-22 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-22 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-22 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-22 .text-block {
    margin-bottom: 2rem;
    text-align: center;
  }
  #mobile-app-22 .center-image-col {
    margin-bottom: 2rem;
  }
  #mobile-app-22 .text-block p {
    text-align: left;
  }
}



#features-17 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-17']['bg_color'] ?? '#ffffff' }};
}
#features-17 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-17 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 25px);
}
#features-17 .section-title p {
  margin-bottom: 40px; 
  color: #6c757d;
}
#features-17 .feature-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  height: 100%; 
  display: flex;
  flex-direction: column; 
  text-align: center;
  border: 1px solid #eef0f2; 
}
#features-17 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
#features-17 .feature-icon {
  margin-bottom: 20px; 
  flex-shrink: 0; 
}
#features-17 .feature-icon i {
  font-size: 48px;
  line-height: 1;
  color: var(--bs-primary, #0d6efd);
  transition: color 0.3s ease-in-out;
}
#features-17 .feature-item:hover .feature-icon i {
  color: var(--bs-primary-darker, #0a58ca); 
}
#features-17 .feature-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #343a40;
  flex-grow: 0; 
}
#features-17 .feature-description {
  line-height: 1.6;
  color: #6c757d;
  font-size: 15px;
  flex-grow: 1; 
}
@media (max-width: 767.98px) {
  #features-17 .section-title h2 {
    font-size: 28px;
  }
   #features-17 .feature-item {
     padding: 20px;
   }
   #features-17 .feature-icon i {
     font-size: 40px;
   }
   #features-17 .feature-title {
      font-size: 17px;
   }
}



#portfolio-20 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-20 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-20 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-20 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-20 .project-insight-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#portfolio-20 .project-insight-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
#portfolio-20 .project-main-image-container img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
#portfolio-20 .project-card-content {
  padding: 20px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#portfolio-20 .project-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 5px;
}
#portfolio-20 .project-card-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-20 .project-card-title a:hover {
  text-decoration: underline;
}
#portfolio-20 .project-card-category {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#portfolio-20 .project-final-result-desc {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 20px;
}
#portfolio-20 .project-insight-snippet {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px dashed #e0e5ec;
}
#portfolio-20 .insight-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#portfolio-20 .insight-icon {
  font-size: 1.1rem;
  color: #20c997;
  margin-right: 10px;
  min-width: 20px;
}
#portfolio-20 .insight-title-text {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
}
#portfolio-20 .insight-text-content {
  font-size: 0.85rem;
  color: #555e68;
  line-height: 1.5;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  #portfolio-20 .project-card-title {
    font-size: 1.25rem;
  }
  #portfolio-20 .insight-text-content {
    padding-left: 0;
  }
}



#how-it-works-21 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
}
#how-it-works-21 .section-title-container {
  margin-bottom: 60px;
}
#how-it-works-21 .section-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
}
#how-it-works-21 .section-main-subtitle {
  font-size: 1.15rem;
  color: #666;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-21 .minimal-step-item {
  text-align: center;
  padding: 20px;
  position: relative;
}
#how-it-works-21 .step-number-display {
  font-size: 6rem;
  font-weight: 800;
  color: #e9ecef;
  line-height: 1;
  margin-bottom: -20px;
  position: relative;
  z-index: 0;
}
#how-it-works-21 .step-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding-top: 10px;
  display: inline-block;
}
#how-it-works-21 .step-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
  display: block;
}
#how-it-works-21 .step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
#how-it-works-21 .step-short-description {
  font-size: 0.95rem;
  color: #777;
}
@media (min-width: 768px) {
  #how-it-works-21 .minimal-step-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(2.5rem + 30px);
    right: -15%;
    width: 30%;
    height: 2px;
    background-color: #0d6efd;
    opacity: 0.3;
    z-index: 0;
  }
  #how-it-works-21 .row > div:nth-child(3)::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #how-it-works-21 .step-number-display {
    font-size: 5rem;
    margin-bottom: -15px;
  }
  #how-it-works-21 .minimal-step-item {
    margin-bottom: 30px;
  }
  #how-it-works-21 .minimal-step-item:not(:last-child)::after {
    display: none;
  }
}



#call-to-action-12 {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
}
#call-to-action-12 .cta-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
#call-to-action-12 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-12 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-12 .btn {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-12 .btn:hover {
  background-color: #e0a800;
}


