
#mobile-app-30 {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
#mobile-app-30 .hero-content-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#mobile-app-30 .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212529;
  line-height: 1.3;
}
#mobile-app-30 .hero-description {
  font-size: 1.1rem;
  color: #495057;
  margin-bottom: 2rem;
  line-height: 1.7;
  max-width: 500px;
}
#mobile-app-30 .hero-image-col {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-app-30 .offset-app-image {
  position: absolute;
  max-width: 320px;
  height: auto;
  z-index: 1;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.1));
  transition: transform 0.5s ease-out;
}
#mobile-app-30 .hero-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-30 .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-30 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-30 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-30 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-30 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-30 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-30 {
    padding: 40px 0;
  }
  #mobile-app-30 .hero-content-col {
    text-align: center;
    order: 2;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #mobile-app-30 .hero-title {
    font-size: 2rem;
  }
  #mobile-app-30 .hero-description {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  #mobile-app-30 .hero-image-col {
    order: 1;
    min-height: 350px;
  }
  #mobile-app-30 .offset-app-image {
    position: relative;
    transform: none !important;
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
  #mobile-app-30 .hero-download-buttons {
    justify-content: center;
  }
}



#how-it-works-6 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#how-it-works-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-6 .circle-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#how-it-works-6 .circle-step {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#how-it-works-6 .circle-step:hover {
  transform: scale(1.05);
}
#how-it-works-6 .circle-step i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 5px;
}
#how-it-works-6 .circle-step h5 {
  font-size: 1rem;
  margin: 0;
  color: #333;
}
#how-it-works-6 .circle-step p {
  font-size: 0.85rem;
  color: #555;
  margin: 5px 0 0;
}



#features-5 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-5 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-5 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-5 .nav-tabs .nav-link {
  color: #17a2b8;
  border: none;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
#features-5 .nav-tabs .nav-link.active {
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 4px;
}
#features-5 .tab-content {
  margin-top: 30px;
}
#features-5 .feature-item {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
}
#features-5 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-5 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-5 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-5 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#cta-banner-4 {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#cta-banner-4 .split-background-container {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 1;
  flex-direction: row;
}
#cta-banner-4.split-horizontal .split-background-container {
  flex-direction: column;
}
#cta-banner-4 .split-part {
  flex: 1 1 50%;
  position: relative;
  background-size: cover;
  background-position: center center;
}
#cta-banner-4 .split-part.has-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#cta-banner-4 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 3rem 1.5rem;
}
#cta-banner-4 .cta-content {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#cta-banner-4 .cta-content.align-left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
#cta-banner-4 .cta-content.align-right {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
#cta-banner-4.content-center-overlay .cta-content {
  max-width: 700px;
}
#cta-banner-4 .cta-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
#cta-banner-4 .cta-subtitle {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#cta-banner-4 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-4 {
    min-height: unset;
  }
  #cta-banner-4 .split-background-container {
    flex-direction: column;
  }
  #cta-banner-4 .split-part {
    min-height: 200px;
  }
  #cta-banner-4 .container {
    padding: 3rem 1rem;
  }
  #cta-banner-4 .cta-content {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    max-width: 90%;
  }
  #cta-banner-4.content-part1 .container {
    padding-bottom: 1rem;
  }
  #cta-banner-4.content-part2 .container {
    padding-top: 1rem;
  }
  #cta-banner-4 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-4 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-4 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}



#testimonials-18 {
  padding: 80px 0;
  background-color: #ffffff;
}
#testimonials-18 .container {
  max-width: 960px;
}
#testimonials-18 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#testimonials-18 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-18 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-18 .testimonial-timeline-container {
  position: relative;
  margin: 0 auto;
}
#testimonials-18 .testimonial-timeline-container::before {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--timeline-color, #0d6efd);
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}
#testimonials-18 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 30px;
}
#testimonials-18 .timeline-item::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: -9px;
  background-color: #ffffff;
  border: 4px solid var(--timeline-color, #0d6efd);
  top: 25px;
  border-radius: 50%;
  z-index: 1;
}
#testimonials-18 .timeline-item.timeline-left {
  left: 0;
  padding-right: 60px;
}
#testimonials-18 .timeline-item.timeline-right {
  left: 50%;
  padding-left: 60px;
}
#testimonials-18 .timeline-item.timeline-right::after {
  left: -9px;
}
#testimonials-18 .timeline-item.timeline-left .timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
}
#testimonials-18 .timeline-item.timeline-right .timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
#testimonials-18 .timeline-content {
  padding: 20px 25px;
  background-color: #f8f9fa;
  position: relative;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#testimonials-18 .timeline-date {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--timeline-color, #0d6efd);
  margin-bottom: 10px;
  display: block;
}
#testimonials-18 .timeline-message {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 15px;
  font-style: italic;
}
#testimonials-18 .timeline-client {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#testimonials-18 .timeline-client img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  border: 2px solid #ffffff;
}
#testimonials-18 .timeline-client-info .name {
  font-weight: 600;
  color: #343a40;
  display: block;
  font-size: 0.95rem;
}
#testimonials-18 .timeline-client-info .position {
  font-size: 0.85rem;
  color: #6c757d;
  display: block;
}
@media screen and (max-width: 767px) {
  #testimonials-18 .testimonial-timeline-container::before {
    left: 31px;
    margin-left: 0;
  }
  #testimonials-18 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
  #testimonials-18 .timeline-item.timeline-left,
  #testimonials-18 .timeline-item.timeline-right {
    left: 0%;
  }
  #testimonials-18 .timeline-item::after {
    left: 22px;
  }
  #testimonials-18 .timeline-item.timeline-right::after {
    left: 22px;
  }
  #testimonials-18 .timeline-item.timeline-left .timeline-content::before,
  #testimonials-18 .timeline-item.timeline-right .timeline-content::before {
    left: -10px;
    right: auto;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  #testimonials-18 .section-header h2 {
    font-size: 2rem;
  }
}



#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;
  }
}


