
#hero-9 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-9 .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero-9 .container {
  position: relative;
  z-index: 2;
}
#hero-9 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-9 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}



#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-8 {
  padding: 80px 0;
  background-color: #eef2f3;
  text-align: center;
}
#features-8 .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
#features-8 .section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}
#features-8 .feature-item {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-8 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#features-8 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-8 .feature-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
#features-8 .feature-description {
  font-size: 16px;
  color: #777;
}



#how-it-works-27 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}
#how-it-works-27 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-27 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-27 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-27 .circular-process-wrapper {
  position: relative;
  max-width: 700px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
}
#how-it-works-27 .central-element-display {
  position: absolute;
  text-align: center;
  z-index: 2;
}
#how-it-works-27 .central-element-display .central-icon {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 10px;
  display: block;
}
#how-it-works-27 .central-element-display .central-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
}
#how-it-works-27 .circular-step {
  position: absolute;
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}
#how-it-works-27 .circular-step:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
#how-it-works-27 .step-icon-circular {
  font-size: 1.8rem;
  color: #0d6efd;
  margin-bottom: 8px;
}
#how-it-works-27 .step-title-circular {
  font-size: 0.9rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 4px;
}
#how-it-works-27 .step-description-circular {
  font-size: 0.75rem;
  color: #6c757d;
  line-height: 1.3;
}
#how-it-works-27 .circular-step-0 {
  transform: translate(0, -160px);
}
#how-it-works-27 .circular-step-1 {
  transform: translate(152px, -48px) rotate(72deg);
}
#how-it-works-27 .circular-step-2 {
  transform: translate(94px, 128px) rotate(144deg);
}
#how-it-works-27 .circular-step-3 {
  transform: translate(-94px, 128px) rotate(216deg);
}
#how-it-works-27 .circular-step-4 {
  transform: translate(-152px, -48px) rotate(288deg);
}
@media (max-width: 767.98px) {
  #how-it-works-27 .circular-process-wrapper {
    display: block;
    min-height: auto;
    margin: 20px auto;
  }
  #how-it-works-27 .central-element-display {
    position: static;
    margin-bottom: 30px;
  }
  #how-it-works-27 .circular-step {
    position: static;
    transform: none !important;
    width: 80%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    margin: 0 auto 20px auto;
    padding: 20px;
  }
  #how-it-works-27 .circular-step:hover {
    transform: scale(1.03) !important;
  }
  #how-it-works-27 .step-icon-circular {
    font-size: 2rem;
  }
  #how-it-works-27 .step-title-circular {
    font-size: 1.1rem;
  }
  #how-it-works-27 .step-description-circular {
    font-size: 0.9rem;
  }
}



#offers-7 {
  padding: 80px 0;
  background-color: #e9f5ff;
}
#offers-7 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: #0a58ca;
}
#offers-7 .offer-headline {
  text-align: center;
  font-weight: 500;
  margin-bottom: 3rem;
  font-size: 1.2rem;
  color: #343a40;
}
#offers-7 .referral-steps-col h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #212529;
}
#offers-7 .referral-steps-list {
  list-style: none;
  padding-left: 0;
  counter-reset: step-counter;
  margin-bottom: 1.5rem;
}
#offers-7 .referral-steps-list li {
  counter-increment: step-counter;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 45px;
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
}
#offers-7 .referral-steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #0d6efd;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  line-height: 1;
}
#offers-7 .reward-info {
  background-color: #fff;
  border: 1px dashed #0d6efd;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
}
#offers-7 .reward-info p {
  margin-bottom: 0.5rem;
}
#offers-7 .reward-info p:last-child {
  margin-bottom: 0;
}
#offers-7 .reward-info strong {
  color: #198754;
}
#offers-7 .referral-visual-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#offers-7 .referral-image {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 2rem;
}
#offers-7 .referral-cta-block {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  width: 100%;
  max-width: 450px;
}
#offers-7 .referral-cta-block p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #495057;
}
#offers-7 .referral-link-input {
  background-color: #e9ecef;
  font-family: monospace;
  font-size: 0.9rem;
  text-align: center;
}
#offers-7 .referral-cta-block .input-group {
  margin-bottom: 1rem;
}
#offers-7 .referral-cta-block .btn-copy {
  min-width: 100px;
}
#offers-7 .referral-cta-block .btn-invite {
  width: 100%;
  margin-top: 1rem;
  padding: 0.7rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #offers-7 .referral-steps-col {
    margin-bottom: 3rem;
  }
  #offers-7 .referral-visual-col {
    order: -1;
    margin-bottom: 2rem;
  }
  #offers-7 .referral-image {
    max-width: 60%;
  }
}



#faq-9 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-9 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-9 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-9 .faq-item {
  margin-bottom: 30px;
}
#faq-9 .faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#faq-9 .faq-answer {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
}
#faq-9 .progress {
  height: 10px;
  background-color: #e9ecef;
  border-radius: 5px;
}
#faq-9 .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #17a2b8;
  border-radius: 5px;
  transition: width 1s ease-in-out;
}



#cta-banner-6 {
  padding: 1.5rem 1rem;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  background-color: #6c757d;
  color: #ffffff;
}
#cta-banner-6 .container {
}
#cta-banner-6 .cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#cta-banner-6 .cta-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  flex-grow: 1;
  text-align: center;
  padding-right: 0;
}
#cta-banner-6 .cta-button {
  flex-shrink: 0;
  text-align: center;
}
#cta-banner-6 .cta-button .btn {
  padding: 0.4rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  #cta-banner-6 .cta-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #cta-banner-6 .cta-text {
    text-align: left;
    padding-right: 1.5rem;
  }
  #cta-banner-6 .cta-button {
    text-align: right;
  }
}



#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;
}


