
#hero-7 {
  padding: 100px 20px;
  background-color: #f1f3f5;
  text-align: center;
}
#hero-7 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-7 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.testimonials {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonial-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-item blockquote {
  font-size: 20px;
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
}
.testimonial-author {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}



#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;
  }
}



#how-it-works-29 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}
#how-it-works-29 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-29 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
}
#how-it-works-29 .section-main-subtitle {
  font-size: 1.1rem;
  color: #495057;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-29 .flow-stage-column {
  display: flex;
  height: 100%;
}
#how-it-works-29 .flow-stage-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
#how-it-works-29 .flow-stage-card:not(:last-child)::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #0d6efd;
  z-index: 2;
}
@media (min-width: 992px) {
  #how-it-works-29 .row > div:nth-child(3) .flow-stage-card::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #how-it-works-29 .flow-stage-card::after {
    display: none;
  }
  #how-it-works-29 .flow-stage-card {
    margin-bottom: 30px;
  }
  #how-it-works-29 .flow-stage-card:not(:last-child)::before {
    content: "\f063";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.8rem;
    color: #0d6efd;
    z-index: 2;
  }
  #how-it-works-29 .row > div:last-child .flow-stage-card::before {
    display: none;
  }
}
#how-it-works-29 .stage-icon-header {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 15px;
}
#how-it-works-29 .stage-main-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#how-it-works-29 .stage-description-text {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 20px;
  line-height: 1.6;
}
#how-it-works-29 .stage-item-list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-top: auto;
}
#how-it-works-29 .stage-item-list li {
  font-size: 0.9rem;
  color: #495057;
  padding: 8px 0;
  border-bottom: 1px dashed #e0e0e0;
  display: flex;
  align-items: center;
}
#how-it-works-29 .stage-item-list li:last-child {
  border-bottom: none;
}
#how-it-works-29 .stage-item-list li i {
  color: #20c997;
  margin-right: 10px;
  font-size: 0.8rem;
}



#features-25 {
  padding: 50px 0; 
  overflow: hidden;
  background-color: {{ $data['features-25']['bg_color'] ?? '#ffffff' }};
}
#features-25 .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #343a40;
}
#features-25 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 20px);
}
#features-25 .section-title p {
  margin-bottom: 40px; 
  color: #6c757d;
  font-size: 15px;
}
#features-25 .minimal-feature-item {
  display: flex;
  align-items: center;
  padding: 10px 0; 
  transition: color 0.3s ease;
}
#features-25 .minimal-feature-item:hover {
   color: var(--bs-primary, #0d6efd);
}
#features-25 .minimal-feature-icon {
  margin-right: 12px;
}
#features-25 .minimal-feature-icon i {
  font-size: 20px; 
  color: var(--bs-primary, #0d6efd);
  width: 25px; 
  text-align: center;
  transition: transform 0.3s ease;
}
#features-25 .minimal-feature-item:hover .minimal-feature-icon i {
    transform: scale(1.1); 
}
#features-25 .minimal-feature-title {
  font-size: 17px; 
  font-weight: 500;
  color: #495057; 
  transition: color 0.3s ease;
}
#features-25 .minimal-feature-item:hover .minimal-feature-title {
   color: var(--bs-primary, #0d6efd); 
}
@media (min-width: 768px) {
/* #features-25 .row > * {
    flex: 0 0 auto;
    width: 50%;
  } */
}
@media (min-width: 992px) {
/* #features-25 .row > * {
     flex: 0 0 auto;
     width: 33.33333%;
   } */
}
@media (max-width: 767.98px) {
  #features-25 .section-title h2 {
    font-size: 26px;
  }
   #features-25 .minimal-feature-title {
     font-size: 16px;
   }
}



#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;
  }
}



#testimonials-4 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#testimonials-4 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-4 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-4 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-4 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-4 .testimonial-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#testimonials-4 .testimonial-card:hover {
  transform: translateY(-5px);
}
#testimonials-4 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-4 .testimonial-card p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-4 .testimonial-card .client-info {
  font-size: 0.95rem;
  color: #777;
}
@media (max-width: 576px) {
  #testimonials-4 .testimonial-card {
    flex: 1 1 100%;
  }
}


