
#mobile-app-22 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#mobile-app-22 .three-col-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
  color: #212529;
}
#mobile-app-22 .text-block {
  padding: 0 1rem;
}
#mobile-app-22 .text-block h4 {
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
}
#mobile-app-22 .text-block p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1rem;
}
#mobile-app-22 .center-image-col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
#mobile-app-22 .center-app-icon {
  max-width: 120px;
  height: auto;
  opacity: 0.9;
}
#mobile-app-22 .three-col-download-buttons {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#mobile-app-22 .three-col-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-22 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-22 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-22 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-22 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-22 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-22 .text-block {
    margin-bottom: 2rem;
    text-align: center;
  }
  #mobile-app-22 .center-image-col {
    margin-bottom: 2rem;
  }
  #mobile-app-22 .text-block p {
    text-align: left;
  }
}



#how-it-works-8 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-8 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-8 .numbered-list {
  counter-reset: step;
  list-style: none;
  padding: 0;
}
#how-it-works-8 .numbered-list li {
  position: relative;
  padding: 20px 20px 20px 60px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#how-it-works-8 .numbered-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #007bff;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#how-it-works-8 .numbered-list li h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #007bff;
}
#how-it-works-8 .numbered-list li p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#counter-13 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
}
#counter-13 .container {
  max-width: 1140px;
}
#counter-13 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#counter-13 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-13 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}
#counter-13 .counter-item-descriptive {
  text-align: center;
  padding: 30px 25px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#counter-13 .counter-item-descriptive:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#counter-13 .counter-icon {
  font-size: 2.8rem;
  color: #0d6efd;
  margin-bottom: 20px;
  display: inline-block;
}
#counter-13 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 8px;
  color: #212529;
}
#counter-13 .counter-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
#counter-13 .counter-suffix {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 4px;
  line-height: 1;
  color: #495057;
}
#counter-13 .counter-title-desc {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-13 .counter-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  #counter-13 .counter-number {
    font-size: 2.5rem;
  }
  #counter-13 .counter-suffix {
    font-size: 1.5rem;
  }
  #counter-13 .counter-title-desc {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #counter-13 {
    padding: 50px 0;
  }
  #counter-13 .section-header h2 {
    font-size: 2rem;
  }
}



#customer-support-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#customer-support-20 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#customer-support-20 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-20 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
}
#customer-support-20 .contact-details-wrapper {
}
#customer-support-20 .detail-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
#customer-support-20 .detail-block:last-child {
  margin-bottom: 0;
}
#customer-support-20 .detail-icon {
  flex-shrink: 0;
  width: 45px;
  margin-right: 1.5rem;
  text-align: center;
}
#customer-support-20 .detail-icon i {
  font-size: 1.8rem;
  color: var(--bs-primary);
  margin-top: 5px;
}
#customer-support-20 .detail-content {
  flex-grow: 1;
}
#customer-support-20 .detail-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#customer-support-20 .detail-text p {
  margin-bottom: 0.25rem;
  color: #495057;
  line-height: 1.6;
}
#customer-support-20 .detail-text a {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#customer-support-20 .detail-text a:hover {
  text-decoration: underline;
}
#customer-support-20 .detail-text .label {
  font-weight: 500;
  color: #343a40;
  margin-right: 0.5rem;
}
#customer-support-20 .map-placeholder-wrapper {
  height: 100%;
  min-height: 350px;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#customer-support-20 .map-placeholder-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
#customer-support-20 .map-placeholder-div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  color: #6c757d;
  font-style: italic;
  font-size: 1.1rem;
  border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  #customer-support-20 .map-placeholder-wrapper {
    min-height: 300px;
  }
  #customer-support-20 .detail-icon {
    margin-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-20 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-20 .map-placeholder-wrapper {
    margin-bottom: 2.5rem;
    min-height: 250px;
  }
}


