
#mobile-app-1 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#mobile-app-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 30px;
}
#mobile-app-1 .description {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}
#mobile-app-1 .download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#mobile-app-1 .download-btn {
  display: inline-block;
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
  transition: background 0.3s;
}
#mobile-app-1 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-1 .download-btn i {
  margin-right: 10px;
}



#how-it-works-18 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
#how-it-works-18 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-18 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#how-it-works-18 .section-main-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-18 .checklist-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-18 .checklist-item {
  display: flex;
  align-items: flex-start;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
#how-it-works-18 .checklist-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#how-it-works-18 .checklist-icon {
  font-size: 1.8rem;
  color: #28a745;
  margin-right: 20px;
  min-width: 30px;
  padding-top: 3px;
}
#how-it-works-18 .checklist-content .checklist-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 8px;
}
#how-it-works-18 .checklist-content .checklist-description {
  font-size: 0.95rem;
  color: #5a6778;
  line-height: 1.6;
}
@media (max-width: 575.98px) {
  #how-it-works-18 .checklist-item {
    padding: 15px;
  }
  #how-it-works-18 .checklist-icon {
    font-size: 1.5rem;
    margin-right: 15px;
  }
  #how-it-works-18 .checklist-content .checklist-title {
    font-size: 1.1rem;
  }
}



#features-4 {
  padding: 60px 0;
  text-align: center;
}
#features-4 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-4 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-4 .feature-item {
  padding: 30px;
  border-radius: 8px;
  color: #ffffff;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-4 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
#features-4 .feature-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
#features-4 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-4 .feature-description {
  font-size: 14px;
  color: #f8f9fa;
}
#features-4 .feature1 {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
}
#features-4 .feature2 {
  background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);
}
#features-4 .feature3 {
  background: linear-gradient(135deg, #43cea2 0%, #185a9d 100%);
}
#features-4 .feature4 {
  background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
}



#cta-banner-17 {
  padding: 5rem 1rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #6c757d;
}
#cta-banner-17::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
#cta-banner-17 .container {
  position: relative;
  z-index: 2;
  max-width: 700px;
  width: 100%;
}
#cta-banner-17 .cta-card-inner {
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  color: #212529;
}
#cta-banner-17 .cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-17 .cta-subtitle {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#cta-banner-17 .cta-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#cta-banner-17 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-17 {
    padding: 4rem 1rem;
  }
  #cta-banner-17 .cta-card-inner {
    padding: 2rem;
  }
  #cta-banner-17 .cta-title {
    font-size: 1.9rem;
  }
  #cta-banner-17 .cta-subtitle {
    font-size: 1rem;
  }
  #cta-banner-17 .cta-text {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
}



#testimonials-3 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#testimonials-3 .slider-container {
  position: relative;
  overflow: hidden;
  height: 300px;
}
#testimonials-3 .slider-item {
  display: none;
  text-align: center;
  padding: 30px;
}
#testimonials-3 .slider-item.active {
  display: block;
}
#testimonials-3 .slider-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-3 .slider-item p {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-3 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#offers-2 {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
}
#offers-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#offers-2 .container {
  position: relative;
  z-index: 2;
}
#offers-2 .offer-banner-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#offers-2 .offer-banner-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#offers-2 .offer-banner-description {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  opacity: 0.95;
}
#offers-2 .offer-expiry-text {
  font-size: 0.9rem;
  margin-bottom: 2rem;
  font-style: italic;
  opacity: 0.8;
}
#offers-2 .promo-code-area {
  margin-bottom: 2.5rem;
}
#offers-2 .promo-code-label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}
#offers-2 .promo-code-value {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px dashed rgba(255, 255, 255, 0.6);
  padding: 0.6rem 1.5rem;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffc107;
  letter-spacing: 2px;
  cursor: pointer;
}
#offers-2 .btn-banner-cta {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50rem;
  background-color: #ffc107;
  border: none;
  color: #333;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#offers-2 .btn-banner-cta:hover {
  background-color: #ffca2c;
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #offers-2 {
    padding: 80px 0;
  }
  #offers-2 .offer-banner-title {
    font-size: 2.2rem;
  }
  #offers-2 .offer-banner-description {
    font-size: 1rem;
  }
  #offers-2 .promo-code-value {
    font-size: 1.2rem;
    padding: 0.5rem 1.2rem;
  }
  #offers-2 .btn-banner-cta {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


