
#mobile-app-23 {
  padding: 80px 0;
  background-color: #fff;
}
#mobile-app-23 .features-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-23 .features-intro h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#mobile-app-23 .features-intro p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}
#mobile-app-23 .feature-block {
  margin-bottom: 4.5rem;
}
#mobile-app-23 .feature-block:nth-child(odd) {
}
#mobile-app-23 .feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-23 .feature-content h4 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
}
#mobile-app-23 .feature-content p {
  color: #495057;
  line-height: 1.7;
}
#mobile-app-23 .feature-image {
  text-align: center;
}
#mobile-app-23 .feature-image img {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}
#mobile-app-23 .features-download-buttons {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#mobile-app-23 .features-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-23 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-23 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-23 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-23 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-23 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #mobile-app-23 .feature-block {
    margin-bottom: 3rem;
  }
  #mobile-app-23 .feature-image {
    margin-bottom: 1.5rem;
    order: 1 !important;
  }
  #mobile-app-23 .feature-content {
    order: 2 !important;
    text-align: center;
  }
  #mobile-app-23 .feature-content p {
    text-align: left;
  }
  #mobile-app-23 .feature-image img {
    max-width: 60%;
  }
}



#how-it-works-30 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eef2f7;
}
#how-it-works-30 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-30 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e2b3c;
}
#how-it-works-30 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-30 .tier-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 35px 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-top: 5px solid #0d6efd;
}
#how-it-works-30 .tier-card.highlighted-tier {
  border-top-color: #ffc107;
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
#how-it-works-30 .tier-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
#how-it-works-30 .tier-card.highlighted-tier:hover {
  transform: translateY(-8px) scale(1.04);
}
#how-it-works-30 .tier-header {
  text-align: center;
  margin-bottom: 25px;
}
#how-it-works-30 .tier-icon-display {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 15px;
}
#how-it-works-30 .tier-card.highlighted-tier .tier-icon-display {
  color: #ffc107;
}
#how-it-works-30 .tier-name-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}
#how-it-works-30 .tier-description-text {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  min-height: 50px;
  margin-bottom: 20px;
}
#how-it-works-30 .tier-process-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  flex-grow: 1;
}
#how-it-works-30 .tier-process-list li {
  font-size: 0.9rem;
  color: #495057;
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
#how-it-works-30 .tier-process-list li:last-child {
  border-bottom: none;
}
#how-it-works-30 .tier-process-list li i {
  color: #20c997;
  margin-right: 12px;
  font-size: 1rem;
  width: 20px;
  text-align: center;
}
#how-it-works-30 .tier-process-list li.highlight-step {
  font-weight: 500;
  color: #0d6efd;
}
#how-it-works-30 .tier-process-list li.highlight-step i {
  color: #0d6efd;
}
#how-it-works-30 .tier-price-display {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 25px;
}
#how-it-works-30 .tier-card.highlighted-tier .tier-price-display {
  color: #ffc107;
}
#how-it-works-30 .tier-action-button {
  margin-top: auto;
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 500;
}



#counter-3 {
  position: relative;
  text-align: center;
  color: white;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#counter-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#counter-3 .counter-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}
#counter-3 h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
#counter-3 p {
  font-size: 1.3rem;
  margin-bottom: 40px;
}
#counter-3 .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
#counter-3 .counter-item {
  text-align: center;
  width: 200px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
#counter-3 .counter-item:hover {
  transform: translateY(-5px);
}
#counter-3 .counter-item i {
  font-size: 3rem;
  color: #ffd700;
  margin-bottom: 10px;
}
#counter-3 .counter-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
#counter-3 .counter-title {
  font-size: 1.2rem;
  color: #ddd;
}



#customer-support-18 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  overflow: hidden;
}
#customer-support-18.bordered {
  border-top: 1px solid #dee2e6;
}
#customer-support-18 .container {
  max-width: 700px;
}
#customer-support-18 .support-text {
  font-size: 1.3rem;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 1.5rem;
}
#customer-support-18 .primary-button .btn {
  padding: 0.8rem 2.5rem;
  font-weight: 500;
}
#customer-support-18 .primary-button .btn i {
  margin-right: 0.6rem;
}
#customer-support-18 .secondary-link {
  margin-top: 1rem;
}
#customer-support-18 .secondary-link a {
  font-size: 0.95rem;
  text-decoration: none;
}
#customer-support-18 .secondary-link a.text-muted {
  color: #6c757d !important;
}
#customer-support-18 .secondary-link a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  #customer-support-18 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #customer-support-18 .support-text {
    font-size: 1.15rem;
  }
  #customer-support-18 .primary-button .btn {
    padding: 0.7rem 1.8rem;
    font-size: 1rem;
  }
}


