
#mobile-app-13 {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
#mobile-app-13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#mobile-app-13 .container {
  position: relative;
  z-index: 2;
}
#mobile-app-13 .content-wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-13 .overlay-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#mobile-app-13 .overlay-description {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
  opacity: 0.9;
}
#mobile-app-13 .app-download-buttons-overlay {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-13 .btn-download-app-overlay {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 12px 22px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#mobile-app-13 .btn-download-app-overlay:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
#mobile-app-13 .btn-download-app-overlay i {
  font-size: 1.9em;
  margin-right: 12px;
}
#mobile-app-13 .btn-download-app-overlay .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-13 .btn-download-app-overlay .button-text span:first-child {
  font-size: 0.8em;
  opacity: 0.8;
}
#mobile-app-13 .btn-download-app-overlay .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #mobile-app-13 {
    padding: 80px 0;
  }
  #mobile-app-13 .overlay-title {
    font-size: 2rem;
  }
}



#how-it-works-20 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#how-it-works-20 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-20 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-20 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-20 .transformation-column {
  padding: 25px;
  background-color: #f8f9fa;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
#how-it-works-20 .column-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 15px;
}
#how-it-works-20 .column-icon {
  font-size: 2rem;
  color: #0d6efd;
  margin-right: 15px;
  min-width: 32px;
}
#how-it-works-20 .column-main-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
}
#how-it-works-20 .item-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 10px;
}
#how-it-works-20 .item-description {
  font-size: 0.95rem;
  color: #5a6778;
  line-height: 1.6;
  margin-bottom: 15px;
}
#how-it-works-20 .item-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 5px;
  margin-top: auto;
  align-self: center;
}
#how-it-works-20 .process-steps-list {
  list-style: none;
  padding-left: 0;
}
#how-it-works-20 .process-step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #5a6778;
}
#how-it-works-20 .process-step-item i {
  color: #28a745;
  margin-right: 10px;
  margin-top: 3px;
  min-width: 16px;
}
@media (max-width: 991.98px) {
  #how-it-works-20 .transformation-column {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  #how-it-works-20 .column-header {
    flex-direction: column;
    text-align: center;
  }
  #how-it-works-20 .column-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #how-it-works-20 .item-image {
    max-width: 100%;
  }
}



#counter-9 {
  padding: 70px 0;
  background-color: var(--section-bg-color, #ffffff);
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
#counter-9 .container {
  max-width: 1140px;
}
#counter-9 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#counter-9 .section-header h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#counter-9 .section-header p {
  color: #6c757d;
  font-size: 1.05rem;
}
#counter-9 .counter-row-minimal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#counter-9 .counter-item-minimal {
  text-align: center;
  padding: 15px 20px;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 180px;
}
#counter-9 .counter-item-minimal:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: var(--divider-color, #dee2e6);
  opacity: 0.8;
}
#counter-9 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 8px;
  color: #212529;
}
#counter-9 .counter-number {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
#counter-9 .counter-suffix {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 4px;
  line-height: 1;
  color: #495057;
}
#counter-9 .counter-title-minimal {
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
}
@media (max-width: 991.98px) {
  #counter-9 .counter-number {
    font-size: 2.2rem;
  }
  #counter-9 .counter-suffix {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  #counter-9 {
    padding: 50px 0;
  }
  #counter-9 .counter-row-minimal {
    justify-content: center;
  }
  #counter-9 .counter-item-minimal {
    flex-basis: 50%;
    margin-bottom: 30px;
    padding: 15px;
  }
  #counter-9 .counter-item-minimal:nth-child(odd)::after {
    display: block;
  }
  #counter-9 .counter-item-minimal:nth-child(even)::after {
    display: none;
  }
  #counter-9 .counter-item-minimal:last-child::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #counter-9 .counter-item-minimal {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
  #counter-9 .counter-item-minimal::after {
    display: none;
  }
  #counter-9 .counter-item-minimal:last-child {
    margin-bottom: 0;
  }
}



#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;
  }
}



#cta-banner-19 {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 350px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
#cta-banner-19 .split-part {
  flex: 1 1 50%;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cta-banner-19 .cta-content {
  max-width: 450px;
}
#cta-banner-19 .cta-content.align-left {
  margin-right: auto;
  text-align: left;
}
#cta-banner-19 .cta-content.align-right {
  margin-left: auto;
  text-align: right;
}
#cta-banner-19 .cta-content.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#cta-banner-19 .cta-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-19 .cta-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#cta-banner-19 .cta-button .btn {
  padding: 0.7rem 1.8rem;
  font-size: 0.95rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-19 {
    flex-direction: column;
    min-height: unset;
  }
  #cta-banner-19 .split-part {
    padding: 3rem 1.5rem;
    text-align: center !important;
  }
  #cta-banner-19 .cta-content {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  #cta-banner-19 .cta-title {
    font-size: 1.8rem;
  }
  #cta-banner-19 .cta-text {
    font-size: 0.95rem;
  }
}


