
#hero-1 {
  text-align: center;
  padding: 100px 20px;
  background-color: #f8f9fa;
}
#hero-1 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-1 .hero-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 12px 30px;
  font-size: 18px;
}



#mobile-app-19 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#mobile-app-19 .multi-image-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-19 .multi-image-grid-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-app-19 .image-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
  max-width: 550px;
}
#mobile-app-19 .image-grid-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#mobile-app-19 .image-grid-item:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
#mobile-app-19 .image-grid-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#mobile-app-19 .image-grid-container > :nth-child(2) {
  grid-row: span 1;
  align-self: center;
}
#mobile-app-19 .image-grid-container > :nth-child(4) {
  grid-column: span 1;
  justify-self: center;
}
#mobile-app-19 .multi-image-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-19 .multi-image-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-19 .multi-image-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-19 .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-19 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-19 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-19 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-19 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-19 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-19 .multi-image-content-col {
    text-align: center;
    margin-bottom: 3rem;
  }
  #mobile-app-19 .multi-image-download-buttons {
    justify-content: center;
  }
  #mobile-app-19 .image-grid-container {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  #mobile-app-19 .image-grid-container {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
}



#features-6 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-6 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-6 .feature-item {
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
#features-6 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-6 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-6 .feature-counter {
  font-size: 36px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#features-6 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#testimonials-9 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#testimonials-9 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-9 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-9 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-9 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
#testimonials-9 .masonry-item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#testimonials-9 .masonry-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}
#testimonials-9 .masonry-item p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-9 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#how-it-works-9 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#how-it-works-9 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#how-it-works-9 .carousel-item {
  text-align: center;
  padding: 40px;
}
#how-it-works-9 .carousel-item h4 {
  font-size: 1.75rem;
  color: #007bff;
  margin-bottom: 10px;
}
#how-it-works-9 .carousel-item p {
  font-size: 1rem;
  color: #555;
}



#offers-10 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#offers-10 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#offers-10 .offer-list-group .list-group-item {
  padding: 1rem 1.25rem;
  border-color: #e9ecef;
  transition: background-color 0.2s ease;
}
#offers-10 .offer-list-group .list-group-item:hover {
  background-color: #eef2f7;
}
#offers-10 .offer-list-group .offer-icon {
  font-size: 1.3em;
  color: #0d6efd;
  min-width: 35px;
  text-align: center;
}
#offers-10 .offer-list-group .offer-text {
  font-weight: 500;
  color: #343a40;
  flex-grow: 1;
  margin-right: 1rem;
}
#offers-10 .offer-list-group .offer-code-badge {
  font-size: 0.8em;
  font-weight: 600;
  padding: 0.4em 0.7em;
  margin-right: 0.75rem;
}
#offers-10 .offer-list-group .btn-details {
  font-size: 0.85rem;
  padding: 0.3rem 0.8rem;
}


