
#text-block-20 {
  padding: 100px 0;
  min-height: 60vh;
  background: linear-gradient(
    135deg,
    var(--grad-color-1, #6a11cb),
    var(--grad-color-2, #2575fc)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
#text-block-20 .container {
  max-width: 800px;
}
#text-block-20 .content-box-on-gradient {
  background-color: var(--box-bg, #ffffff);
  color: var(--box-text-color, #212529);
  padding: 50px 55px;
  border-radius: var(--box-radius, 10px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  text-align: center;
}
#text-block-20 .text-heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: inherit;
  margin-bottom: 25px;
}
#text-block-20 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: inherit;
  opacity: 0.85;
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-20 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-20 {
    padding: 70px 15px;
    min-height: auto;
  }
  #text-block-20 .content-box-on-gradient {
    padding: 40px 30px;
  }
  #text-block-20 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-20 .text-paragraph {
    font-size: 1rem;
  }
}



#offers-1 {
  padding: 60px 0;
  background-color: #f1f3f5;
}
#offers-1 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #1a1a1a;
}
#offers-1 .offer-card {
  border: none;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
#offers-1 .offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
#offers-1 .offer-card .card-img-top {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(0.95);
}
#offers-1 .offer-card .card-body {
  padding: 1.5rem;
}
#offers-1 .offer-card .card-title {
  font-weight: 600;
  font-size: 1.15rem;
  color: #0d6efd;
  margin-bottom: 0.75rem;
}
#offers-1 .offer-card .card-text {
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}
#offers-1 .offer-code-wrapper {
  margin-bottom: 0.5rem;
  min-height: 30px;
}
#offers-1 .offer-code {
  font-weight: 700;
  color: #fff;
  background-color: #dc3545;
  padding: 0.3rem 0.8rem;
  border-radius: 50rem;
  font-size: 0.85rem;
  display: inline-block;
  letter-spacing: 0.5px;
  margin-left: 5px;
}
#offers-1 .offer-expiry {
  font-size: 0.8rem;
  color: #6c757d;
  margin-bottom: 1.2rem;
  min-height: 20px;
}
#offers-1 .offer-expiry i {
  margin-right: 5px;
}
#offers-1 .offer-card .btn-offer-cta {
  padding: 0.7rem 1.3rem;
  font-weight: 600;
  background-color: #198754;
  border: none;
}
#offers-1 .offer-card .btn-offer-cta:hover {
  background-color: #157347;
}



#faq-27 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-27 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-27 .faq-video-wrapper {
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#faq-27 .faq-video-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #343a40;
}
#faq-27 .faq-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#faq-27 .faq-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#faq-27 .additional-faqs-title {
  text-align: center;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #495057;
}
#faq-27 .accordion-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-27 .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #fff;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none !important;
  text-align: left;
}
#faq-27 .accordion-button:not(.collapsed) {
  color: #0b5ed7;
  background-color: #f0f7ff;
}
#faq-27 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%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");
  transition: transform 0.2s ease-in-out;
  filter: brightness(0.6);
}
#faq-27 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230b5ed7'%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");
  transform: rotate(-180deg);
  filter: none;
}
#faq-27 .accordion-body {
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-27 .accordion-body p:last-child {
  margin-bottom: 0;
}


