
#hero-1 {
  text-align: center;
  padding: 100px 20px;
  background-color: #f8f9fa;
}
#hero-1 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-1 .hero-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 12px 30px;
  font-size: 18px;
}



#mobile-app-10 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#mobile-app-10 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#mobile-app-10 .full-content {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
  margin-bottom: 30px;
}
#mobile-app-10 .download-buttons {
  text-align: center;
}
#mobile-app-10 .download-btn {
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
  transition: background 0.3s;
  margin: 0 10px;
}
#mobile-app-10 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-10 .download-btn i {
  margin-right: 10px;
}



#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;
  }
}



#features-12 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-12 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-12 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-12 .feature-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.3s;
}
#features-12 .feature-item:hover {
  transform: scale(1.05);
}
#features-12 .feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#features-12 .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 162, 184, 0.7);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 20px;
  text-align: center;
}
#features-12 .feature-item:hover .feature-overlay {
  opacity: 1;
}
#features-12 .overlay-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-12 .overlay-description {
  font-size: 14px;
}



#customer-support-14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  overflow: hidden;
}
#customer-support-14 .container {
  max-width: 800px;
}
#customer-support-14 .section-icon i {
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
}
#customer-support-14 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#customer-support-14 .section-subtitle {
  font-size: 1.15rem;
  color: #495057;
  margin-bottom: 1.5rem;
}
#customer-support-14 .section-description {
  color: #6c757d;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
#customer-support-14 .community-quote {
  margin-bottom: 3rem;
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-left: 4px solid var(--bs-primary);
  text-align: left;
  border-radius: 0 0.25rem 0.25rem 0;
}
#customer-support-14 .community-quote blockquote {
  font-style: italic;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 0.5rem;
}
#customer-support-14 .community-quote .quote-author {
  font-size: 0.95rem;
  font-weight: 500;
  color: #6c757d;
  text-align: right;
}
#customer-support-14 .community-links .btn {
  margin: 0.5rem 0.5rem;
  padding: 0.7rem 1.5rem;
  font-weight: 500;
}
#customer-support-14 .community-links .btn i {
  margin-right: 0.5rem;
}
#customer-support-14 .community-links .btn-lg {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  #customer-support-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-14 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-14 .community-links .btn {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #customer-support-14 .community-links .btn-lg {
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
  }
}



#call-to-action-4 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  text-align: center;
  color: #fff;
}
#call-to-action-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#call-to-action-4 .content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}
#call-to-action-4 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-4 p {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#call-to-action-4 .btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}
#call-to-action-4 .btn-primary {
  background-color: #ff5722;
  color: #fff;
  border: none;
}
#call-to-action-4 .btn-primary:hover {
  background-color: #e64a19;
}
#call-to-action-4 .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-4 .btn-secondary:hover {
  background-color: #fff;
  color: #ff5722;
}


