
#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-30 {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
#mobile-app-30 .hero-content-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#mobile-app-30 .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212529;
  line-height: 1.3;
}
#mobile-app-30 .hero-description {
  font-size: 1.1rem;
  color: #495057;
  margin-bottom: 2rem;
  line-height: 1.7;
  max-width: 500px;
}
#mobile-app-30 .hero-image-col {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-app-30 .offset-app-image {
  position: absolute;
  max-width: 320px;
  height: auto;
  z-index: 1;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.1));
  transition: transform 0.5s ease-out;
}
#mobile-app-30 .hero-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-30 .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-30 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-30 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-30 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-30 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-30 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-30 {
    padding: 40px 0;
  }
  #mobile-app-30 .hero-content-col {
    text-align: center;
    order: 2;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #mobile-app-30 .hero-title {
    font-size: 2rem;
  }
  #mobile-app-30 .hero-description {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  #mobile-app-30 .hero-image-col {
    order: 1;
    min-height: 350px;
  }
  #mobile-app-30 .offset-app-image {
    position: relative;
    transform: none !important;
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
  #mobile-app-30 .hero-download-buttons {
    justify-content: center;
  }
}



#how-it-works-16 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#how-it-works-16 .section-title-container {
  margin-bottom: 40px;
}
#how-it-works-16 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#how-it-works-16 .section-main-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-16 .nav-tabs {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 30px;
  justify-content: center;
}
#how-it-works-16 .nav-tabs .nav-item {
  margin-bottom: -2px;
}
#how-it-works-16 .nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  transition: all 0.2s ease-in-out;
}
#how-it-works-16 .nav-tabs .nav-link:hover,
#how-it-works-16 .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #0d6efd;
  background-color: #f8f9fa;
}
#how-it-works-16 .nav-tabs .nav-link.active {
  color: #0d6efd;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
  border-bottom: 2px solid #ffffff;
  font-weight: 600;
}
#how-it-works-16 .tab-content > .tab-pane {
  padding: 25px 15px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
}
#how-it-works-16 .tab-pane-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
  float: left;
  margin-right: 20px;
}
#how-it-works-16 .tab-pane-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#how-it-works-16 .tab-pane-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #how-it-works-16 .nav-tabs {
    flex-direction: column;
    border-bottom: none;
  }
  #how-it-works-16 .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  #how-it-works-16 .nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-bottom: 5px;
    text-align: left;
  }
  #how-it-works-16 .nav-tabs .nav-link.active {
    border-color: #0d6efd;
    background-color: #e7f0ff;
  }
  #how-it-works-16 .tab-content > .tab-pane {
    border-radius: 0.25rem;
  }
  #how-it-works-16 .tab-pane-icon {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #how-it-works-16 .tab-pane-title {
    font-size: 1.5rem;
  }
}



#faq-30 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-30 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2rem;
}
#faq-30 .faq-testimonial-block {
  background-color: #f8f9fa;
  padding: 2.5rem;
  border-radius: 12px;
  margin-bottom: 2.5rem;
  border-left: 5px solid #0d6efd;
}
#faq-30 .faq-testimonial-block:last-child {
  margin-bottom: 0;
}
#faq-30 .faq-question {
  font-weight: 600;
  font-size: 1.2rem;
  color: #212529;
  margin-bottom: 0.8rem;
}
#faq-30 .faq-answer {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#faq-30 .faq-testimonial blockquote {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin: 0;
  padding: 1rem 0 0 0;
  border-top: 1px dashed #ced4da;
  position: relative;
}
#faq-30 .faq-testimonial blockquote::before {
  content: "\\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #adb5bd;
  font-size: 1.5rem;
  position: absolute;
  left: -15px;
  top: 1rem;
  opacity: 0.5;
}
#faq-30 .faq-testimonial .blockquote-footer {
  font-size: 0.95rem;
  color: #555;
  font-style: normal;
  margin-top: 0.8rem;
}
#faq-30 .faq-testimonial .blockquote-footer cite {
  font-weight: 600;
}



#testimonials-12 {
  padding: 60px 0;
  background-color: #ffffff;
}
#testimonials-12 .container {
  max-width: 1140px;
}
#testimonials-12 .section-header {
  margin-bottom: 50px;
}
#testimonials-12 .section-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #343a40;
}
#testimonials-12 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#testimonials-12 .testimonial-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e9ecef;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#testimonials-12 .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#testimonials-12 .testimonial-body {
  flex-grow: 1;
  margin-bottom: 20px;
}
#testimonials-12 .testimonial-body p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
  font-style: italic;
}
#testimonials-12 .testimonial-footer {
  display: flex;
  align-items: center;
}
#testimonials-12 .client-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
#testimonials-12 .client-details .client-name {
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 2px;
}
#testimonials-12 .client-details .client-position {
  font-size: 0.85rem;
  color: #6c757d;
  display: block;
}
#testimonials-12 .rating {
  margin-top: 8px;
  color: #ffc107;
  font-size: 0.9rem;
}
#testimonials-12 .rating .fa-star.empty {
  color: #e0e0e0;
}
@media (max-width: 991.98px) {
  #testimonials-12 .testimonial-card {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  #testimonials-12 {
    padding: 40px 0;
  }
  #testimonials-12 .section-header h2 {
    font-size: 1.8rem;
  }
  #testimonials-12 .section-header p {
    font-size: 1rem;
  }
}



#cta-banner-3 {
  padding: 3.5rem 1rem;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  background-color: #e9ecef;
  color: #343a40;
}
/*
#cta-banner-3::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.1); // Default light overlay
    // overlay_color set via inline style
}
#cta-banner-3 .container { position: relative; z-index: 2; }
*/
#cta-banner-3 .container {
  max-width: 800px;
}
#cta-banner-3 .cta-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1.5rem 0;
}
#cta-banner-3 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.05rem;
  font-weight: 500;
}
#cta-banner-3 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  #cta-banner-3 {
    padding: 4rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  #cta-banner-3 .cta-title {
    margin-bottom: 0;
    font-size: 2.2rem;
    padding-right: 2rem;
  }
  #cta-banner-3 .cta-button {
    flex-shrink: 0;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-3 {
    padding: 3rem 1rem;
  }
  #cta-banner-3 .cta-title {
    font-size: 1.8rem;
  }
}


