
#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-9 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#mobile-app-9 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#mobile-app-9 .split-container {
  display: flex;
  gap: 30px;
  align-items: center;
}
#mobile-app-9 .image-column {
  flex: 1;
}
#mobile-app-9 .image-column img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
#mobile-app-9 .content-column {
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#mobile-app-9 .download-buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
#mobile-app-9 .download-btn {
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}
#mobile-app-9 .download-btn:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  #mobile-app-9 .split-container {
    flex-direction: column;
  }
}
#mobile-app-9 .download-btn i {
  margin-right: 10px;
}



#features-7 {
  padding: 60px 0;
  background-color: #f1f3f5;
  text-align: center;
}
#features-7 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-7 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-7 .flip-card {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
  margin-bottom: 30px;
}
#features-7 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#features-7 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
#features-7 .flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#features-7 .flip-card-front {
  background-color: #ffffff;
  color: #17a2b8;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-7 .flip-card-back {
  background-color: #17a2b8;
  color: #ffffff;
  transform: rotateY(180deg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-7 .flip-card-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
#features-7 .flip-card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-7 .flip-card-description {
  font-size: 14px;
}



#how-it-works-23 {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}
#how-it-works-23 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-23 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-23 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-23 .problem-solution-pair {
  margin-bottom: 40px;
  padding: 25px;
  border-radius: 8px;
  background-color: #f8f9fa;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#how-it-works-23 .problem-block,
#how-it-works-23 .solution-block {
  padding: 20px;
  border-radius: 6px;
}
#how-it-works-23 .problem-block {
  background-color: #fff5f5;
  border-left: 5px solid #e53e3e;
  margin-bottom: 20px;
}
#how-it-works-23 .solution-block {
  background-color: #f0fff4;
  border-left: 5px solid #38a169;
}
#how-it-works-23 .block-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#how-it-works-23 .block-icon {
  font-size: 1.8rem;
  margin-right: 15px;
  min-width: 28px;
}
#how-it-works-23 .problem-block .block-icon {
  color: #e53e3e;
}
#how-it-works-23 .solution-block .block-icon {
  color: #38a169;
}
#how-it-works-23 .block-title {
  font-size: 1.3rem;
  font-weight: 600;
}
#how-it-works-23 .problem-block .block-title {
  color: #c53030;
}
#how-it-works-23 .solution-block .block-title {
  color: #2f855a;
}
#how-it-works-23 .block-description {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.7;
}
@media (min-width: 768px) {
  #how-it-works-23 .problem-solution-pair .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #how-it-works-23 .problem-block {
    margin-bottom: 0px;
  }
}



#overview-12 {
  background-color: #fff;
  overflow: hidden;
}
#overview-12 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
#overview-12 .section-intro {
  margin-bottom: 4rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-12 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-12 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-12 .content-block {
  margin-bottom: 3rem;
}
#overview-12 .content-block .block-icon-image {
  text-align: center;
}
#overview-12 .content-block .block-icon-image i {
  font-size: 3.5rem;
  color: var(--bs-primary);
  opacity: 0.8;
}
#overview-12 .content-block .block-icon-image img {
  max-width: 100%;
  max-height: 200px;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#overview-12 .content-block .block-text h4 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}
#overview-12 .content-block .block-text p {
  line-height: 1.7;
  color: #555;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #overview-12 .content-block {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  #overview-12 .content-block .block-icon-image {
    margin-bottom: 1.5rem;
  }
  #overview-12 .content-block .block-text h4 {
    font-size: 1.25rem;
  }
  #overview-12 .content-block .row > div {
    order: 0 !important;
  }
  #overview-12 .overview-section-padding {
    padding-top: 3rem;
  }
  #overview-12 .section-intro {
    margin-bottom: 2.5rem;
  }
}


