
#text-block-25 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-25 .container {
  max-width: 850px;
}
#text-block-25 .section-title-optional {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-25 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 20px;
}
#text-block-25 .intro-paragraph {
  text-align: center;
  font-size: 1.1rem;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-25 .accordion {
  --bs-accordion-color: var(--text-color, #343a40);
  --bs-accordion-bg: var(--accordion-header-bg, #f8f9fa);
  --bs-accordion-border-color: #dee2e6;
  --bs-accordion-border-radius: 0.5rem;
  --bs-accordion-inner-border-radius: calc(0.5rem - 1px);
  --bs-accordion-btn-color: var(--text-color, #343a40);
  --bs-accordion-btn-bg: var(--accordion-header-bg, #f8f9fa);
  --bs-accordion-active-color: var(--accordion-active-color, #0d6efd);
  --bs-accordion-active-bg: #e7f1ff;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#text-block-25 .accordion-item {
  margin-bottom: 10px;
  border: 1px solid #dee2e6;
  border-radius: var(--bs-accordion-border-radius);
  overflow: hidden;
}
#text-block-25 .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
#text-block-25 .accordion-item:last-of-type {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  margin-bottom: 0;
}
#text-block-25 .accordion-button {
  font-size: 1.15rem;
  font-weight: 500;
  padding: 1.2rem 1.5rem;
}
#text-block-25 .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#text-block-25 .accordion-body {
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #495057;
}
#text-block-25 .accordion-body p:last-child,
#text-block-25 .accordion-body ul:last-child,
#text-block-25 .accordion-body ol:last-child {
  margin-bottom: 0;
}
#text-block-25 .accordion-body ul,
#text-block-25 .accordion-body ol {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  #text-block-25 {
    padding: 60px 0;
  }
  #text-block-25 .text-heading {
    font-size: 2rem;
  }
  #text-block-25 .intro-paragraph {
    font-size: 1rem;
  }
  #text-block-25 .accordion-button {
    font-size: 1.05rem;
    padding: 1rem 1.25rem;
  }
  #text-block-25 .accordion-body {
    padding: 1.25rem;
    font-size: 0.95rem;
  }
}



#content-block-30 {
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
  color: var(--cb30-text-color, #343a40);
  z-index: 1;
}
#content-block-30.bg-image-mode {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#content-block-30.bg-image-mode::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--cb30-overlay-color, rgba(0, 0, 0, 0.5));
  z-index: -1;
}
#content-block-30 .hero-content-wrapper {
  position: relative;
  z-index: 2;
}
#content-block-30 .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: inherit;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}
#content-block-30 .hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  color: inherit;
  opacity: 0.9;
  font-weight: 300;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#content-block-30 .hero-buttons .btn {
  margin: 0.5rem 0.75rem;
  padding: 0.8rem 2rem;
  font-weight: 600;
  min-width: 160px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
#content-block-30 .hero-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
#content-block-30 .hero-buttons .btn i {
  margin-right: 0.6rem;
}
#content-block-30 .text-align-center {
  text-align: center;
}
#content-block-30 .text-align-left {
  text-align: left;
}
#content-block-30 .text-align-right {
  text-align: right;
}
@media (max-width: 991.98px) {
  #content-block-30 {
    padding: 6rem 0;
  }
  #content-block-30 .hero-title {
    font-size: 2.5rem;
  }
  #content-block-30 .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  #content-block-30 {
    padding: 5rem 0;
    background-attachment: scroll;
  }
  #content-block-30 .hero-title {
    font-size: 2rem;
  }
  #content-block-30 .hero-subtitle {
    font-size: 1rem;
  }
  #content-block-30 .hero-buttons .btn {
    display: block;
    width: 85%;
    max-width: 280px;
    margin: 1rem auto;
    padding: 0.7rem 1.5rem;
  }
  #content-block-30 .text-align-left,
  #content-block-30 .text-align-right {
    text-align: center;
  }
  #content-block-30 .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}



#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%;
  }
}


