
#text-block-19 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-19 .container {
  max-width: 850px;
}
#text-block-19 .featured-image-wrapper {
  margin-bottom: 40px;
  text-align: center;
}
#text-block-19 .content-below-image .featured-image-wrapper {
  margin-bottom: 0;
  margin-top: 40px;
}
#text-block-19 .featured-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}
#text-block-19 .image-caption {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
  font-style: italic;
  text-align: center;
}
#text-block-19 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
}
#text-block-19 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-19 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-19 {
    padding: 60px 0;
  }
  #text-block-19 .text-heading {
    font-size: 2rem;
  }
  #text-block-19 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-19 .featured-image-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}



#faq-23 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-23 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-23 .faq-trigger-list .list-group-item {
  padding: 1rem 1.25rem;
  font-weight: 500;
  color: #343a40;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-color: #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq-23 .faq-trigger-list .list-group-item:hover {
  background-color: #eef2f7;
  color: #0d6efd;
}
#faq-23 .faq-trigger-list .list-group-item i {
  color: #adb5bd;
  font-size: 0.9em;
}
#faq-23 .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
#faq-23 .modal-title {
  font-weight: 600;
  font-size: 1.2rem;
}
#faq-23 .modal-body {
  padding: 1.5rem 2rem;
  line-height: 1.7;
}
#faq-23 .modal-body img {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #eee;
}
#faq-23 .modal-body p:last-child {
  margin-bottom: 0;
}
#faq-23 .modal-footer {
  border-top: 1px solid #dee2e6;
  background-color: #f8f9fa;
}



#offers-6 {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
#offers-6 .wheel-content-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#offers-6 .wheel-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #dc3545;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}
#offers-6 .wheel-description {
  color: #495057;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#offers-6 .prize-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#offers-6 .prize-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #343a40;
}
#offers-6 .prize-list li i {
  color: #ffc107;
  margin-right: 10px;
  font-size: 1.1em;
  width: 20px;
  text-align: center;
}
#offers-6 .btn-spin-cta {
  padding: 0.8rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50rem;
  background-color: #dc3545;
  border: none;
  color: #fff;
  align-self: flex-start;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#offers-6 .btn-spin-cta:hover {
  background-color: #c82333;
  transform: scale(1.05);
}
#offers-6 .wheel-image-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-6 .lucky-wheel-image {
  max-width: 90%;
  height: auto;
  animation: spin 20s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 991.98px) {
  #offers-6 .wheel-content-col {
    text-align: center;
    order: 2;
    margin-top: 2rem;
  }
  #offers-6 .wheel-image-col {
    order: 1;
  }
  #offers-6 .lucky-wheel-image {
    max-width: 70%;
    margin: 0 auto;
    display: block;
    animation: none;
  }
  #offers-6 .prize-list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #offers-6 .prize-list li i {
    width: auto;
  }
  #offers-6 .btn-spin-cta {
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  #offers-6 .wheel-title {
    font-size: 2.2rem;
  }
  #offers-6 .lucky-wheel-image {
    max-width: 80%;
  }
}



#policy-10 {
  padding: 60px 15px;
  margin: 0 auto;
  background: #f4f4f4;
}
#policy-10 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#policy-10 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
}
#policy-10 .content-wrapper p {
  margin-bottom: 15px;
}


