
#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-28 {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
#mobile-app-28 .content-col-shape {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-28 .shape-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-28 .shape-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-28 .image-col-shape {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-app-28 .shape-app-image {
  max-width: 300px;
  height: auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
}
#mobile-app-28 .background-shape {
  position: absolute;
  z-index: 1;
  opacity: 0.8;
}
#mobile-app-28 .shape-blob1 {
  width: 600px;
  height: 600px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 8s ease-in-out infinite;
  top: -50px;
  right: -100px;
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  50% {
    border-radius: 30% 70% 40% 60% / 50% 60% 30% 70%;
  }
  100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
}
#mobile-app-28 .shape-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-28 .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-28 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-28 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-28 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-28 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-28 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-28 {
    padding: 60px 0;
  }
  #mobile-app-28 .content-col-shape {
    text-align: center;
    order: 2;
    margin-top: 2rem;
  }
  #mobile-app-28 .image-col-shape {
    order: 1;
    min-height: 450px;
  }
  #mobile-app-28 .shape-download-buttons {
    justify-content: center;
  }
  #mobile-app-28 .background-shape.shape-blob1 {
    width: 450px;
    height: 450px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  #mobile-app-28 .shape-app-image {
    max-width: 250px;
    margin-top: 50px;
  }
}



#features-1 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-1 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-1 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-1 .feature-item {
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-1 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-1 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-1 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-1 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#how-it-works-2 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-2 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-2 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#how-it-works-2 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#how-it-works-2 .process-step {
  text-align: center;
  font-size: 1rem;
  color: #333;
}



#overview-8 {
  background-color: #fff;
  overflow: hidden;
}
#overview-8 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-8 .content-column .section-heading {
  margin-bottom: 0.5rem;
}
#overview-8 .content-column .section-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6c757d;
  margin-bottom: 2rem;
}
#overview-8 .content-column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #343a40;
  margin-bottom: 1.5rem;
}
#overview-8 .content-column p:last-of-type {
  margin-bottom: 0;
}
#overview-8 .image-column .overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
#overview-8 .image-column .image-caption {
  font-size: 0.85rem;
  color: #6c757d;
  text-align: center;
  display: block;
}
#overview-8 .content-column .btn {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  #overview-8 .image-column {
    margin-top: 2.5rem;
  }
  #overview-8 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}


