
#hero-20 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 6rem 0 5rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-20 .hero-overlay-20 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-20 .container {
  position: relative;
  z-index: 2;
}
#hero-20 .hero-content-wrapper-20 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
#hero-20 .hero-title-20 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-20 .hero-subtitle-20 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-20 .hero-cta-button-20 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-20 .hero-cta-button-20:hover {
  transform: translateY(-2px);
}
#hero-20 .hero-logos-wrapper-20 {
  margin-top: 3.5rem;
}
#hero-20 .logos-title-20 {
  font-size: 0.9rem;
  font-weight: 500;
  color: inherit;
  opacity: 0.7;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#hero-20 .logos-list-20 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
#hero-20 .hero-logo-item img {
  max-height: 40px;
  max-width: 120px;
  width: auto;
  transition: filter 0.3s ease;
}
#hero-20 .hero-logo-item a:hover img,
#hero-20 .hero-logo-item img:hover {
  filter: none;
}
@media (max-width: 767.98px) {
  #hero-20 {
    min-height: 70vh;
    padding: 4rem 0 3rem 0;
  }
  #hero-20 .hero-content-wrapper-20 {
    margin-bottom: 2.5rem;
  }
  #hero-20 .hero-title-20 {
    font-size: 2.3rem;
  }
  #hero-20 .hero-subtitle-20 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-20 .hero-logos-wrapper-20 {
    margin-top: 3rem;
  }
  #hero-20 .logos-list-20 {
    gap: 1.5rem;
  }
  #hero-20 .hero-logo-item img {
    max-height: 30px;
  }
}



#mobile-app-24 {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
#mobile-app-24 .gradient-cta-content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#mobile-app-24 .cta-icon {
  max-width: 60px;
  height: auto;
  margin-bottom: 1.5rem;
}
#mobile-app-24 .cta-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#mobile-app-24 .cta-description {
  font-size: 1.15rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
  opacity: 0.9;
}
#mobile-app-24 .cta-download-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
#mobile-app-24 .btn-download-app-cta {
  background-color: rgba(255, 255, 255, 0.95);
  color: #333;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#mobile-app-24 .btn-download-app-cta:hover {
  background-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
#mobile-app-24 .btn-download-app-cta i {
  font-size: 2em;
  margin-right: 12px;
  color: #555;
}
#mobile-app-24 .btn-download-app-cta .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-24 .btn-download-app-cta .button-text span:first-child {
  font-size: 0.85em;
  color: #6c757d;
}
#mobile-app-24 .btn-download-app-cta .button-text span:last-child {
  font-size: 1.15em;
  font-weight: 600;
  color: #212529;
}
@media (max-width: 767.98px) {
  #mobile-app-24 {
    padding: 80px 0;
  }
  #mobile-app-24 .cta-title {
    font-size: 2.2rem;
  }
  #mobile-app-24 .cta-description {
    font-size: 1.05rem;
  }
}
@media (max-width: 575.98px) {
  #mobile-app-24 .cta-download-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  #mobile-app-24 .btn-download-app-cta {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
  }
}



#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;
}



#testimonials-15 {
  padding: 80px 0;
  background-color: #ffffff;
}
#testimonials-15 .container {
  max-width: 1140px;
}
#testimonials-15 .section-header {
  margin-bottom: 50px;
  text-align: center;
}
#testimonials-15 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-15 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
#testimonials-15 .testimonial-bubble-wall {
  column-gap: var(--column-gap, 1.5rem);
  column-count: var(--column-count-sm, 1);
}
#testimonials-15 .testimonial-bubble {
  display: inline-block;
  width: 100%;
  background-color: var(--bubble-bg-color, #f8f9fa);
  padding: 20px 25px;
  border-radius: 15px;
  margin-bottom: var(--column-gap, 1.5rem);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  page-break-inside: avoid;
  break-inside: avoid;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#testimonials-15 .testimonial-bubble:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#testimonials-15 .bubble-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#testimonials-15 .bubble-image img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}
#testimonials-15 .bubble-client-name {
  font-weight: 600;
  color: #343a40;
  font-size: 0.95rem;
}
#testimonials-15 .bubble-message {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #testimonials-15 .testimonial-bubble-wall {
    column-count: var(--column-count-md, 2);
  }
}
@media (min-width: 992px) {
  #testimonials-15 .testimonial-bubble-wall {
    column-count: var(--column-count-lg, 3);
  }
}
@media (max-width: 767.98px) {
  #testimonials-15 {
    padding: 50px 0;
  }
  #testimonials-15 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-15 .testimonial-bubble {
    padding: 15px 20px;
  }
  #testimonials-15 .bubble-message {
    font-size: 0.95rem;
  }
}



#offers-8 {
  padding: 80px 0;
  background-color: #fcfcfc;
}
#offers-8 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #1a1a1a;
}
#offers-8 .game-visual-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-8 .game-visual-wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
}
#offers-8 .game-visual-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#offers-8 .game-visual-wrapper .ratio iframe {
  border-radius: 12px;
}
#offers-8 .game-offer-details-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 2rem;
}
#offers-8 .game-offer-title {
  font-weight: 600;
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 0.5rem;
}
#offers-8 .game-offer-headline {
  font-weight: 700;
  font-size: 1.9rem;
  color: #0d6efd;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#offers-8 .game-offer-condition {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
#offers-8 .game-offer-validity {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 2rem;
  font-style: italic;
}
#offers-8 .game-offer-validity i {
  margin-right: 5px;
}
#offers-8 .btn-play-game-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  align-self: flex-start;
}
@media (max-width: 991.98px) {
  #offers-8 .game-offer-details-col {
    padding-left: 0;
    margin-top: 2rem;
    text-align: center;
  }
  #offers-8 .btn-play-game-cta {
    align-self: center;
  }
}



#call-to-action-19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-features-intro h2 {
  font-weight: 700;
  color: #212529;
}
.cta-features-intro p {
  color: #6c757d;
  font-size: 1.1rem;
}
.cta-features-list {
}
.cta-feature-item {
  padding: 1rem;
}
.cta-feature-icon i {
  margin-bottom: 1rem;
}
.cta-feature-title {
  font-weight: 600;
  color: #343a40;
}
.cta-feature-description {
  color: #6c757d;
  font-size: 0.9rem;
}
.cta-features-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.cta-features-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cta-features-button .btn i {
  margin-left: 8px;
}


