
#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-3 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#how-it-works-3 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#how-it-works-3 .carousel-item {
  text-align: center;
  padding: 40px;
}
#how-it-works-3 .carousel-item h4 {
  font-size: 1.75rem;
  color: #007bff;
  margin-bottom: 10px;
}
#how-it-works-3 .carousel-item p {
  font-size: 1rem;
  color: #555;
}



#features-13 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-13 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-13 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-13 .feature-item {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-13 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-13 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-13 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-13 .feature-description {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}
#features-13 .testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
}
#features-13 .testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
}
#features-13 .testimonial-text {
  text-align: left;
}
#features-13 .testimonial-name {
  font-size: 14px;
  font-weight: bold;
}
#features-13 .testimonial-position {
  font-size: 12px;
  color: #6c757d;
}



#cta-banner-2 {
  padding: 4rem 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #0d6efd;
}
#cta-banner-2 .container {
}
#cta-banner-2 .cta-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#cta-banner-2 .cta-text-content {
  text-align: center;
  flex-basis: 100%;
  margin-bottom: 1.5rem;
}
#cta-banner-2 .cta-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#cta-banner-2 .cta-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 0;
}
#cta-banner-2 .cta-button-wrapper {
  text-align: center;
  flex-basis: 100%;
}
#cta-banner-2 .cta-button-wrapper .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.05rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  #cta-banner-2 {
    padding: 5rem 2rem;
  }
  #cta-banner-2 .cta-text-content {
    text-align: left;
    flex: 1 1 60%;
    padding-right: 2rem;
    margin-bottom: 0;
  }
  #cta-banner-2 .cta-title {
    font-size: 2.5rem;
  }
  #cta-banner-2 .cta-subtitle {
    font-size: 1.2rem;
  }
  #cta-banner-2 .cta-button-wrapper {
    text-align: right;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  #cta-banner-2 .cta-title {
    font-size: 2.8rem;
  }
}



#testimonials-7 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#testimonials-7 .section-header {
  text-align: center;
  margin-bottom: 30px;
}
#testimonials-7 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-7 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-7 .carousel-container {
  position: relative;
  overflow: hidden;
  height: 350px;
}
#testimonials-7 .carousel-item {
  display: none;
  text-align: center;
  padding: 30px;
}
#testimonials-7 .carousel-item.active {
  display: block;
}
#testimonials-7 .carousel-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-7 .carousel-item p {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-7 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#offers-14 {
  padding: 80px 0;
  background-color: #e6f4ea;
}
#offers-14 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #146c43;
}
#offers-14 .cashback-visual-col {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#offers-14 .cashback-icon {
  font-size: 8rem;
  opacity: 0.8;
}
#offers-14 .cashback-image {
  max-width: 70%;
  height: auto;
}
#offers-14 .cashback-details-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#offers-14 .cashback-headline {
  font-weight: 700;
  font-size: 2rem;
  color: #198754;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#offers-14 .cashback-description {
  color: #444;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
#offers-14 .cashback-details-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#offers-14 .cashback-details-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
  color: #343a40;
  font-size: 0.95rem;
}
#offers-14 .cashback-details-list li i {
  margin-right: 10px;
  margin-top: 4px;
  color: #0d6efd;
  width: 18px;
  text-align: center;
}
#offers-14 .btn-cashback-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  align-self: flex-start;
}
@media (max-width: 767.98px) {
  #offers-14 .cashback-visual-col {
    margin-bottom: 2rem;
  }
  #offers-14 .cashback-details-col {
    text-align: center;
  }
  #offers-14 .cashback-details-list {
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #offers-14 .btn-cashback-cta {
    align-self: center;
  }
  #offers-14 .cashback-icon {
    font-size: 6rem;
  }
}


